@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=JetBrains+Mono:wght@400;700&display=swap";:root{--bg-color:#171813;--surface-color:#24261d;--surface-hover:#2f3226;--text-primary:#e6e8e3;--text-secondary:#9da38e;--border-color:#3e4431;--accent-blue:#0ea5e9;--accent-blue-hover:#38bdf8;--accent-blue-glow:#0ea5e966;--camo-brown:#3b3024;--camo-green:#293821}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;line-height:1.6;display:flex}body:before{content:"";opacity:.03;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:800;line-height:1.2}a{color:var(--accent-blue);text-decoration:none;transition:all .2s}a:hover{color:var(--accent-blue-hover);text-shadow:0 0 8px var(--accent-blue-glow)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.btn{color:var(--accent-blue);border:1px solid var(--accent-blue);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background-color:#0000;border-radius:4px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:JetBrains Mono,monospace;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:inset 0 0 10px #0ea5e91a}.btn:hover{background-color:var(--accent-blue);color:#fff;box-shadow:0 0 20px var(--accent-blue-glow)}.btn-primary{background-color:var(--accent-blue);color:#fff}.btn-primary:hover{background-color:var(--accent-blue-hover)}.card{background-color:var(--surface-color);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.card:after{content:"";background-color:var(--camo-green);width:4px;height:100%;transition:background-color .3s;position:absolute;top:0;left:0}.card:hover:after{background-color:var(--accent-blue)}.card:hover{border-color:var(--accent-blue-glow);transform:translateY(-4px);box-shadow:0 10px 25px #00000080}input,select,textarea{background-color:var(--bg-color);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:4px;padding:.75rem;font-family:inherit;transition:border-color .3s}input:focus,select:focus,textarea:focus{border-color:var(--accent-blue);box-shadow:0 0 0 2px var(--accent-blue-glow);outline:none}.mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-blue)}.app.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.header.svelte-12qhfyh{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:100;background-color:#24261dcc;position:sticky;top:0}.header-content.svelte-12qhfyh{justify-content:space-between;align-items:center;height:4.5rem;display:flex}.logo.svelte-12qhfyh{color:var(--text-primary);font-size:1.5rem;font-weight:700}.logo.svelte-12qhfyh .accent:where(.svelte-12qhfyh){color:var(--accent-blue)}.logo.svelte-12qhfyh .cursor:where(.svelte-12qhfyh){background-color:var(--accent-blue);width:10px;animation:1s step-end infinite svelte-12qhfyh-blink;display:inline-block}@keyframes svelte-12qhfyh-blink{0%,to{opacity:1}50%{opacity:0}}.nav.svelte-12qhfyh{gap:2rem;display:flex}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;padding:.5rem 0;font-size:.95rem;font-weight:600;position:relative}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover,.nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--text-primary);text-shadow:none}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):after{content:"";background-color:var(--accent-blue);transform-origin:100%;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover:after,.nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh):after{transform-origin:0;transform:scaleX(1)}.nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--accent-blue)}.main.svelte-12qhfyh{flex:1;padding:3rem 0}.footer.svelte-12qhfyh{background-color:var(--surface-color);border-top:1px solid var(--border-color);margin-top:auto;padding:2rem 0}.footer-content.svelte-12qhfyh{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.footer-content.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--text-secondary);font-size:.9rem}.footer-links.svelte-12qhfyh{color:var(--text-secondary);gap:1rem;font-family:JetBrains Mono,monospace;font-size:.85rem;display:flex}.separator.svelte-12qhfyh{color:var(--border-color)}@media (width<=768px){.header-content.svelte-12qhfyh{flex-direction:column;gap:1rem;height:auto;padding:1rem 0}.nav.svelte-12qhfyh{flex-wrap:wrap;justify-content:center;gap:1rem}.footer-links.svelte-12qhfyh{flex-direction:column;gap:.5rem}.separator.svelte-12qhfyh{display:none}}
