.modal-backdrop.svelte-h7bcrl{z-index:9999;cursor:zoom-out;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-image.svelte-h7bcrl{object-fit:contain;border-radius:8px;max-width:90%;max-height:90vh;box-shadow:0 0 30px #00000080}.clickable-image.svelte-h7bcrl{object-fit:cover;cursor:zoom-in;width:100%;height:200px;transition:transform .3s;display:block}.clickable-image.svelte-h7bcrl:hover{transform:scale(1.05)}.hero.svelte-h7bcrl{justify-content:space-between;align-items:center;gap:4rem;padding:6rem 0;display:flex}.hero-content.svelte-h7bcrl{flex:1;max-width:600px}.title.svelte-h7bcrl{background:linear-gradient(to right, var(--text-primary), var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:4rem}.subtitle.svelte-h7bcrl{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem}.subtitle.svelte-h7bcrl .accent:where(.svelte-h7bcrl){color:var(--accent-blue)}.description.svelte-h7bcrl{color:var(--text-secondary);max-width:500px;margin-bottom:3rem;font-size:1.1rem}.actions.svelte-h7bcrl{gap:1.5rem;display:flex}.hero-graphic.svelte-h7bcrl{flex:1;justify-content:center;align-items:center;display:flex}.tech-circle.svelte-h7bcrl{border:2px dashed var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:300px;height:300px;animation:30s linear infinite svelte-h7bcrl-spin;display:flex;position:relative}.tech-circle.svelte-h7bcrl:before{content:"";border:1px solid var(--accent-blue-glow);border-left-color:#0000;border-right-color:#0000;border-radius:50%;width:340px;height:340px;animation:20s linear infinite reverse svelte-h7bcrl-spin;position:absolute}.tech-inner.svelte-h7bcrl{background:radial-gradient(circle, var(--surface-color) 0%, transparent 100%);border:1px solid var(--border-color);width:200px;height:200px;box-shadow:0 0 30px var(--accent-blue-glow);border-radius:50%}@keyframes svelte-h7bcrl-spin{to{transform:rotate(360deg)}}.section-title.svelte-h7bcrl{margin-bottom:3rem;font-size:2.5rem;display:inline-block;position:relative}.section-title.svelte-h7bcrl:after{content:"";background-color:var(--accent-blue);width:50px;height:4px;position:absolute;bottom:-10px;left:0}.grid-section.svelte-h7bcrl{padding:4rem 0}.cards-grid.svelte-h7bcrl{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.card-title.svelte-h7bcrl{margin-bottom:1rem;font-size:1.5rem}.card-title.svelte-h7bcrl .accent:where(.svelte-h7bcrl){color:var(--accent-blue);margin-right:.5rem;font-family:JetBrains Mono,monospace;font-size:1.25rem}.support-section.svelte-h7bcrl{padding:2rem 0}.support-card.svelte-h7bcrl{background:linear-gradient(135deg, var(--surface-color) 0%, #0ea5e90d 100%);border-color:var(--accent-blue-glow);justify-content:space-between;align-items:center;gap:2rem;max-width:800px;margin:0 auto;display:flex}.support-content.svelte-h7bcrl{flex:1}.support-title.svelte-h7bcrl{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem}.support-content.svelte-h7bcrl p:where(.svelte-h7bcrl){color:var(--text-secondary);line-height:1.6}.support-action.svelte-h7bcrl{flex-shrink:0;transition:transform .3s}.support-action.svelte-h7bcrl:hover{transform:scale(1.05)}.server-section.svelte-h7bcrl{padding:4rem 0}.server-card.svelte-h7bcrl{max-width:800px;margin:0 auto}.server-header.svelte-h7bcrl{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.server-name.svelte-h7bcrl{align-items:center;gap:1rem;margin-bottom:.25rem;font-size:1.75rem;display:flex}.badge.svelte-h7bcrl{background-color:var(--camo-green);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--border-color);border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.server-ip.svelte-h7bcrl{color:var(--accent-blue);font-size:.9rem}.server-status-badge.svelte-h7bcrl{border:1px solid var(--border-color);background-color:#0003;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:600;display:flex}.server-status-badge.online.svelte-h7bcrl{color:#4ade80;border-color:#22c55e4d}.status-dot.svelte-h7bcrl{background-color:currentColor;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px}.server-status-badge.online.svelte-h7bcrl .status-dot:where(.svelte-h7bcrl){animation:2s infinite svelte-h7bcrl-pulse}@keyframes svelte-h7bcrl-pulse{0%{box-shadow:0 0 #4ade8066}70%{box-shadow:0 0 0 10px #4ade8000}to{box-shadow:0 0 #4ade8000}}.server-stats.svelte-h7bcrl{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem;display:grid}.server-actions.svelte-h7bcrl{justify-content:flex-end;display:flex}@media (width<=900px){.hero.svelte-h7bcrl{text-align:center;flex-direction:column;padding:4rem 0}.hero-graphic.svelte-h7bcrl{display:none}.hero-content.svelte-h7bcrl{margin:0 auto}.section-title.svelte-h7bcrl:after{left:50%;transform:translate(-50%)}.actions.svelte-h7bcrl{justify-content:center}.server-header.svelte-h7bcrl{flex-direction:column;gap:1.5rem}.server-stats.svelte-h7bcrl{grid-template-columns:1fr;gap:1rem}.support-card.svelte-h7bcrl{text-align:center;flex-direction:column}}
