:root{--bg-light:#fff;--text-light:#111;--link-light:#007acc;--bg-dark:#0f0f0f;--text-dark:#f5f5f5;--link-dark:#81d4fa;padding:5px}body{background-color:var(--bg-dark);color:var(--text-dark);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;margin:0;padding:1rem;font-family:Segoe UI,sans-serif;transition:background-color .3s,color .3s;display:flex}h1{color:#4fc3f7;margin-bottom:.5rem;font-size:3rem}ul{margin:1rem 0;padding:0;list-style:none}li{margin:.5rem 0}a{color:var(--link-dark);font-weight:700;text-decoration:none}body.light-mode a{color:var(--link-light)}a:hover{text-decoration:underline}footer{color:#aaa;margin-top:2rem;font-size:.9rem}body.light-mode footer{color:#666}:root{--bg-dark:#0f172a;--bg-light:#f8fafc;--text-dark:#f1f5f9;--text-light:#1e293b;--primary:#6366f1;--primary-hover:#818cf8;--card-bg-dark:#ffffff08;--card-border-dark:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}body.light-mode{background-color:var(--bg-light);color:var(--text-light)}.app-wrapper{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.theme-switch{cursor:pointer;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0003;border-radius:20px;align-items:center;gap:10px;padding:5px;display:flex;position:fixed;top:1.5rem;right:1.5rem}.theme-switch-container{background-color:#334155;border-radius:13px;width:50px;height:26px;transition:background-color .3s;position:relative}.switch-knob{background-color:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0003}body.light-mode .theme-switch-container{background-color:#fbbf24}body.light-mode .switch-knob{transform:translate(24px)}.theme-icon{font-size:1rem}.heroWiki{background:linear-gradient(135deg,#0f172a 0%,#1e1e3f 100%);border-radius:0 0 40px 40px;padding:2.5rem 0 2rem;box-shadow:0 10px 30px #0000004d}body.light-mode .heroWiki{background:linear-gradient(135deg,#1e293b 0%,#334155 100%)}.heroFlex{align-items:stretch;gap:3rem;display:flex}.heroLeft{flex-shrink:0;align-items:stretch;display:flex}.heroAvatar{object-fit:cover;object-position:top;border:4px solid #ffffff1a;border-radius:24px;width:240px;height:100%;min-height:220px;box-shadow:0 20px 40px #0006}.heroRight{flex-direction:column;flex:1;justify-content:space-between;padding:.5rem 0;display:flex}.heroTitle{letter-spacing:-.04em;color:#fff;margin-bottom:.3rem;font-size:2.8rem;font-weight:800}.heroStatic{color:#94a3b8;margin-bottom:1rem;font-size:1.1rem;font-weight:400}.cliWindow{background:#0d1117;border:1px solid #22c55e26;border-radius:10px;width:625px;margin-bottom:1.2rem;overflow:hidden;box-shadow:0 0 24px #22c55e12}.cliTitleBar{background:#161b22;border-bottom:1px solid #ffffff0d;align-items:center;gap:.4rem;padding:.45rem .8rem;display:flex}.cliDot{border-radius:50%;flex-shrink:0;width:11px;height:11px}.cliDot:first-child{background:#ff5f57}.cliDot:nth-child(2){background:#febc2e}.cliDot:nth-child(3){background:#28c840}.cliWindowTitle{color:#ffffff40;margin-left:.4rem;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.72rem}.cliBody{color:#22c55e;flex-wrap:wrap;align-items:flex-start;min-height:2rem;padding:.5rem 1rem;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-size:.9rem;line-height:1.5;display:flex}.cliPrompt{color:#4ade80;-webkit-user-select:none;user-select:none;white-space:nowrap;flex-shrink:0;margin-right:.6rem}.cliText{color:#22c55e}.typeCursor{vertical-align:text-bottom;background:#22c55e;flex-shrink:0;width:8px;height:.9em;margin-left:1px;animation:.7s step-end infinite blinkCursor;display:inline-block}@keyframes blinkCursor{0%,to{opacity:1}50%{opacity:0}}.heroSocialLinks{align-items:center;gap:.6rem;display:flex}.socialLink{color:#fff9;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:.5rem;padding:.35rem .7rem;text-decoration:none;transition:all .25s;display:flex}.socialLink:hover{color:#fff;border-color:var(--primary);background:#6366f11a;transform:translateY(-3px)}.socialLinkIcon{align-items:center;font-size:1.2rem;display:flex}.socialLinkLabel{letter-spacing:.08em;font-size:.75rem;font-weight:700}.main-content{padding:2rem 0}.sectionHeader{margin-bottom:1.2rem}.sectionHeader h2{margin-bottom:.3rem;font-size:1.5rem;font-weight:800}.sectionHeader p{opacity:.6}.serviceGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.serviceCard{background-color:var(--card-bg-dark);border:1px solid var(--card-border-dark);color:inherit;border-radius:16px;flex-direction:column;padding:1.2rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}body.light-mode .serviceCard{background-color:#fff;border-color:#e2e8f0;box-shadow:0 4px 6px -1px #0000000d}.serviceCard:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 25px -5px #0003}body.light-mode .serviceCard:hover{box-shadow:0 20px 25px -5px #6366f11a}.statusBadge{letter-spacing:.06em;text-transform:uppercase;border-radius:20px;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.68rem;font-weight:700;display:flex;position:absolute;top:1rem;right:1rem}.statusBadge--live{color:#10b981;background:#10b9811f}.statusBadge--coma{color:#64748b;background:#64748b1f}.statusDot{background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.statusBadge--live .statusDot{animation:1.4s ease-in-out infinite pulseDot}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.2;transform:scale(.7)}}.serviceCardHeader{align-items:center;gap:.75rem;margin-bottom:.6rem;display:flex}.serviceCardIcon{color:var(--primary);flex-shrink:0;align-items:center;font-size:1.6rem;display:flex}.serviceCardEmoji{font-size:1.6rem;line-height:1}.serviceCardTitle{font-size:1rem;font-weight:700}.serviceCardDesc{opacity:.7;flex:1;margin-bottom:.75rem;font-size:.82rem}.serviceCardBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:8px;width:fit-content;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.badge--public{color:#10b981;background:#10b9811a}.badge--private{color:#f59e0b;background:#f59e0b1a}footer{border-top:1px solid var(--card-border-dark);text-align:center;opacity:.5;padding:1.2rem 0;font-size:.85rem}body.light-mode footer{border-top-color:#e2e8f0}@media (width<=992px){.heroFlex{text-align:center;flex-direction:column;align-items:center;gap:2rem}.heroLeft{align-items:center}.heroAvatar{width:200px;height:200px;min-height:unset}.heroRight{align-items:center;gap:2rem;width:100%}.heroTextContent{width:100%}.heroTitle{font-size:2.5rem}.cliWindow{width:100%;max-width:560px}.heroSocialLinks{flex-wrap:wrap;justify-content:center}}@media (width<=768px){.container{padding:0 1.25rem}.heroTitle{font-size:2rem}.cliWindow{max-width:100%}.serviceGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.container{padding:0 1rem}.heroWiki{border-radius:0 0 24px 24px;padding:2rem 0 1.5rem}.heroAvatar{width:140px;height:140px}.heroTitle{letter-spacing:-.02em;font-size:1.6rem}.heroStatic{font-size:.9rem}.cliWindow{width:100%;max-width:100%}.cliBody{padding:.45rem .75rem;font-size:.78rem}.cliPrompt{font-size:.78rem}.heroSocialLinks{gap:.4rem}.socialLink{padding:.3rem .55rem}.socialLinkIcon{font-size:1rem}.socialLinkLabel{font-size:.68rem}.serviceGrid{grid-template-columns:1fr}}
