:root{--primary-color: #38bdf8;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--bg-primary: #0f172a;--bg-secondary: #1e293b;--border-color: #334155;--max-width: 1000px;--server-cpu-color: #ef4444;--server-gpu-color: #22c55e;--server-storage-color: #3b82f6;--server-switch-color: #f59e0b;--server-rack-color: #374151;--server-highlight: rgba(255, 255, 255, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;color:var(--text-primary);background-color:var(--bg-primary)}h1,h2,h3,h4,h5,h6,.nav-brand{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:-.02em}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.navbar{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:2rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover,.nav-links a.active{color:var(--primary-color)}.hero{padding:6rem 0 4rem;text-align:left}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.hero .subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1rem}.hero .description{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0}.section{padding:5rem 0}.section-alt{background-color:var(--bg-secondary)}.section h2{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:left}.section p{font-size:1.125rem;color:var(--text-secondary);max-width:700px;margin:0 0 2rem;text-align:left}.projects-grid,.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.project-card,.blog-card{background:transparent;padding:1.5rem 0;border-radius:0;border:none;border-top:1px solid var(--border-color);transition:all .2s ease}.project-card:hover,.blog-card:hover{transform:none;box-shadow:none;border-color:var(--text-primary)}.project-card h3,.blog-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.project-card p,.blog-card p{color:var(--text-secondary);text-align:left;margin-bottom:1rem}.project-link,.blog-link{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .3s ease}.project-link:hover,.blog-link:hover{color:#1d4ed8}.blog-card .post-date{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.tag{font-size:.75rem;padding:.25rem .75rem;background:var(--bg-secondary);border-radius:9999px;color:var(--primary-color);text-decoration:none;transition:background .2s ease}.tag:hover{background:var(--border-color)}.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.contact-links a{color:var(--text-primary);text-decoration:none;font-weight:500;padding:.75rem 1.5rem;border:2px solid var(--border-color);border-radius:.5rem;transition:all .3s ease}.contact-links a:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:transparent}.footer{background-color:var(--bg-secondary);padding:2rem 0;text-align:center;border-top:1px solid var(--border-color)}.footer p{color:var(--text-secondary);font-size:.875rem}.server-section{padding:4rem 0}.server-viz-container{display:flex;justify-content:center;align-items:center;padding:2rem}.server-viz{max-width:100%;height:auto}.server-component{cursor:pointer;transition:transform .2s ease,filter .2s ease}.server-component:hover,.server-component:focus{filter:brightness(1.15)}.server-component:focus{outline:2px solid var(--primary-color);outline-offset:2px}.popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.popup-overlay.active{opacity:1;visibility:visible}.popup-content{background:var(--bg-primary);border-radius:1rem;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;transform:scale(.9);transition:transform .3s ease}.popup-overlay.active .popup-content{transform:scale(1)}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.popup-header h3{font-size:1.5rem;color:var(--text-primary)}.popup-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-secondary);padding:.25rem;line-height:1}.popup-close:hover{color:var(--text-primary)}.popup-section{margin-bottom:1.5rem}.popup-section h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.75rem}.popup-list{list-style:none}.popup-list li{margin-bottom:.5rem}.popup-list a{color:var(--primary-color);text-decoration:none;font-weight:500}.popup-list a:hover{text-decoration:underline}.search-container{margin-bottom:2rem}.pagefind-ui{--pagefind-ui-scale: 1;--pagefind-ui-primary: var(--primary-color);--pagefind-ui-text: var(--text-primary);--pagefind-ui-background: var(--bg-primary);--pagefind-ui-border: var(--border-color);--pagefind-ui-tag: var(--bg-secondary);--pagefind-ui-border-width: 1px;--pagefind-ui-border-radius: .5rem;--pagefind-ui-font: inherit}.blog-header{text-align:center;padding:4rem 0 2rem}.blog-header h1{font-size:3rem;margin-bottom:1rem}.tag-filters{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.tag-button{padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:9999px;color:var(--text-primary);text-decoration:none;font-size:.875rem;transition:all .2s ease}.tag-button:hover,.tag-button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}@media(max-width:768px){.hero h1{font-size:2.5rem}.hero .subtitle{font-size:1.25rem}.section h2{font-size:2rem}.nav-links{gap:1rem}.projects-grid,.posts-grid{grid-template-columns:1fr}.popup-content{padding:1.5rem}}@media(max-width:480px){.hero{padding:4rem 0 3rem}.hero h1{font-size:2rem}.nav-links{font-size:.875rem}.container{padding:0 1rem}.contact-links{flex-direction:column;align-items:center}.contact-links a{width:100%;text-align:center}}.highlighted-projects{margin-bottom:3rem;position:relative;background:#ffed4a0d;border-radius:.5rem;border:1px dashed #eab308;overflow:hidden;max-width:600px;margin-left:auto;margin-right:auto}.caution-tape{height:12px;width:100%;background-image:repeating-linear-gradient(45deg,#eab308,#eab308 10px,#0f172a 10px 20px);opacity:.8}.carousel-container{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem}.carousel-track-container{overflow:hidden;width:300px;max-width:100%}.carousel-track{display:flex;transition:transform .3s ease-out}.carousel-item{flex:0 0 100%;max-width:100%;background:var(--bg-secondary);border:1px solid var(--border-color);padding:2rem;text-align:center;border-radius:.25rem;position:relative;overflow:hidden;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;height:200px}.carousel-item:hover{border-color:#eab308;background:#eab3080d}.carousel-item h3{color:var(--text-primary);font-size:1.5rem;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.carousel-nav{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;font-family:monospace;font-size:1.25rem}.carousel-nav:hover{border-color:#eab308;color:#eab308;background:#eab3080d}.coming-soon-ribbon{position:absolute;top:25px;right:-25px;background:#eab308;color:#0f172a;font-weight:700;font-size:.75rem;text-transform:uppercase;padding:.25rem 2rem;transform:rotate(45deg);box-shadow:0 2px 4px #0003;z-index:10;pointer-events:none}.construction-popup-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.construction-popup-overlay.active{opacity:1;visibility:visible}.construction-popup-content{background:var(--bg-primary);border:1px solid #eab308;padding:3rem;text-align:center;position:relative;max-width:400px;width:90%;transform:scale(.9);transition:transform .3s ease;box-shadow:0 0 20px #eab30833}.construction-popup-overlay.active .construction-popup-content{transform:scale(1)}.caution-stripe-top{position:absolute;top:0;left:0;right:0;height:8px;background-image:repeating-linear-gradient(45deg,#eab308,#eab308 10px,#0f172a 10px 20px)}.construction-popup-content p{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.5rem;color:var(--text-primary);margin-bottom:2rem}.construction-popup-close{background:transparent;border:1px solid var(--border-color);color:var(--text-secondary);padding:.5rem 1.5rem;cursor:pointer;font-family:inherit;transition:all .2s ease}.construction-popup-close:hover{border-color:#eab308;color:#eab308}.section-intro{margin-top:0;margin-bottom:3rem;font-size:1.125rem;color:var(--text-secondary);max-width:700px}
