:root{--bg:#111113;--bg-card:#1a1a1d;--bg-input:#242428;--bg-hover:#202024;--border:#2a2a2e;--border-light:#323236;--text:#f0f0f0;--text-2:#a0a0a8;--text-3:#606068;--green:#22c55e;--green-dim:#22c55e1f;--green-border:#22c55e4d;--font:"Inter", system-ui, -apple-system, sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{color:var(--text);font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}h1,h2,h3,h4,h5,h6{line-height:1.25}.page{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.navbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#111113eb;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:2rem;height:56px;display:flex}.nav-brand{letter-spacing:-.02em;color:var(--text);align-items:center;gap:8px;font-size:1.1rem;font-weight:700;display:flex}.nav-brand .dot{color:var(--green)}.nav-links{align-items:center;gap:1.75rem;display:flex}.nav-link{color:var(--text-2);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;transition:color .15s}.nav-link:hover{color:var(--text)}.nav-link.active{color:var(--green);font-weight:500}.btn-download{background:var(--green);color:#000;border-radius:6px;align-items:center;gap:6px;padding:7px 14px;font-size:.85rem;font-weight:600;transition:opacity .15s;display:flex}.btn-download:hover{opacity:.88}.section{border-bottom:1px solid var(--border);padding:80px 0}.section:last-child{border-bottom:none}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-bottom:12px;font-size:.75rem;font-weight:600;display:inline-block}.section-title{color:var(--text);letter-spacing:-.02em;margin-bottom:12px;font-size:2rem;font-weight:700}.section-sub{color:var(--text-2);max-width:560px;font-size:.95rem}.hero{border-bottom:1px solid var(--border);padding:96px 0 80px}.hero-inner{grid-template-columns:1fr auto;align-items:center;gap:64px;display:grid}.hero-tag{border:1px solid var(--border-light);color:var(--text-2);border-radius:4px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 10px;font-size:.75rem;display:inline-flex}.hero-tag .version{color:var(--green);font-weight:600}.hero-title{letter-spacing:-.03em;color:var(--text);margin-bottom:16px;font-size:2.75rem;font-weight:700;line-height:1.15}.hero-title .accent{color:var(--green)}.hero-desc{color:var(--text-2);max-width:520px;margin-bottom:32px;font-size:1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.btn-primary{background:var(--green);color:#000;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:opacity .15s;display:flex}.btn-primary:hover{opacity:.88}.btn-outline{border:1px solid var(--border-light);color:var(--text-2);background:0 0;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:border-color .15s,color .15s;display:flex}.btn-outline:hover{color:var(--text);border-color:#444}.hero-stats{border-top:1px solid var(--border);gap:32px;margin-top:40px;padding-top:40px;display:flex}.stat-item{flex-direction:column;gap:4px;display:flex}.stat-value{color:var(--text);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.stat-label{color:var(--text-3);font-size:.8rem}.features-grid{background:var(--border);border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:48px;display:grid;overflow:hidden}.feature-cell{background:var(--bg);padding:28px 24px;transition:background .15s}.feature-cell:hover{background:var(--bg-hover)}.feature-icon{background:var(--green-dim);border:1px solid var(--green-border);width:36px;height:36px;color:var(--green);border-radius:8px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.feature-name{color:var(--text);margin-bottom:8px;font-size:.95rem;font-weight:600}.feature-desc{color:var(--text-2);margin-bottom:16px;font-size:.85rem;line-height:1.6}.feature-bullets{flex-direction:column;gap:6px;list-style:none;display:flex}.feature-bullets li{color:var(--text-3);align-items:center;gap:8px;font-size:.8rem;display:flex}.bullet-dash{background:var(--green);flex-shrink:0;width:12px;height:1px}.sim-layout{grid-template-columns:1fr auto;align-items:start;gap:64px;margin-top:48px;display:grid}.sim-panel{flex-direction:column;gap:24px;display:flex}.sim-info-block{border:1px solid var(--border);background:var(--bg-card);border-radius:8px;padding:20px}.sim-info-block h4{color:var(--text);margin-bottom:6px;font-size:.9rem;font-weight:600}.sim-info-block p{color:var(--text-2);font-size:.82rem;line-height:1.55}.sim-controls{grid-template-columns:1fr 1fr;gap:8px;display:grid}.sim-btn{border:1px solid var(--border);background:var(--bg-card);color:var(--text-2);text-align:left;border-radius:6px;align-items:center;gap:8px;padding:10px 14px;font-size:.82rem;font-weight:500;transition:border-color .15s,color .15s,background .15s;display:flex}.sim-btn:hover{border-color:var(--border-light);color:var(--text);background:var(--bg-hover)}.sim-btn.active{border-color:var(--green-border);color:var(--green);background:var(--green-dim)}.phone-wrap{flex-shrink:0;justify-content:center;display:flex}.phone{background:#0d0d0f;border:1px solid #2a2a2e;border-radius:36px;width:300px;height:620px;padding:10px;position:relative;box-shadow:0 24px 48px #0009}.phone-notch{z-index:10;background:#0d0d0f;border-radius:14px;justify-content:center;align-items:center;gap:6px;width:90px;height:22px;display:flex;position:absolute;top:18px;left:50%;transform:translate(-50%)}.notch-cam{background:#1a1a1d;border-radius:50%;width:7px;height:7px}.notch-speaker{background:#1a1a1d;border-radius:2px;width:30px;height:3px}.phone-screen{background:#111113;border:1px solid #1e1e22;border-radius:28px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.status-bar{height:36px;color:var(--text-2);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px 0;font-size:.65rem;font-weight:600;display:flex}.status-right{align-items:center;gap:4px;display:flex}.app-bar{border-bottom:1px solid var(--border);background:#111113;flex-shrink:0;justify-content:space-between;align-items:center;height:46px;padding:0 14px;display:flex}.app-bar-title{color:var(--text);align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:flex}.app-bar-title .green{color:var(--green)}.app-bar-icons{color:var(--text-2);align-items:center;gap:10px;display:flex}.app-bar-back{color:var(--text-2);align-items:center;display:flex}.bottom-nav{border-top:1px solid var(--border);background:#111113;flex-shrink:0;justify-content:space-around;align-items:center;height:50px;display:flex}.bnav-item{color:var(--text-3);flex-direction:column;align-items:center;gap:2px;padding:4px 12px;font-size:.6rem;font-weight:500;transition:color .15s;display:flex}.bnav-item.active{color:var(--green)}.screen-scroll{flex-direction:column;flex:1;gap:8px;padding:10px;display:flex;overflow-y:auto}.screen-scroll::-webkit-scrollbar{width:3px}.screen-scroll::-webkit-scrollbar-thumb{background:#2a2a2e}.p-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:12px}.p-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);padding:4px 0 6px;font-size:.6rem;font-weight:700}.p-row{justify-content:space-between;align-items:center;display:flex}.p-title{color:var(--text);font-size:.82rem;font-weight:600}.p-sub{color:var(--text-2);font-size:.68rem}.p-meta{color:var(--text-3);font-size:.65rem}.p-green{color:var(--green);font-size:.75rem;font-weight:600}.p-badge{border-radius:4px;padding:2px 6px;font-size:.6rem;font-weight:700}.p-badge.green{background:var(--green-dim);color:var(--green);border:1px solid var(--green-border)}.p-badge.amber{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b40}.p-badge.red{color:#ef4444;background:#ef44441f;border:1px solid #ef444440}.p-badge.blue{color:#818cf8;background:#6366f11f;border:1px solid #6366f140}.tile-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.tile{background:var(--bg-card);border:1px solid var(--border);cursor:pointer;text-align:left;border-radius:10px;flex-direction:column;gap:6px;padding:12px;transition:background .12s,border-color .12s;display:flex}.tile:hover{background:var(--bg-hover);border-color:var(--border-light)}.tile-icon{border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.tile-icon.green{background:var(--green-dim);color:var(--green)}.tile-icon.amber{color:#f59e0b;background:#f59e0b1a}.tile-icon.blue{color:#818cf8;background:#6366f11a}.tile-icon.gray{color:var(--text-2);background:#a0a0a81a}.tile-title{color:var(--text);font-size:.75rem;font-weight:600}.tile-desc{color:var(--text-3);font-size:.64rem}.chat-row{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px;transition:background .12s;display:flex}.chat-row:hover{background:var(--bg-hover)}.avatar{border:1px solid var(--border-light);width:32px;height:32px;color:var(--text-2);background:#2a2a2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex;position:relative}.avatar.online:after{content:"";background:var(--green);border:1px solid #111113;border-radius:50%;width:7px;height:7px;position:absolute;bottom:0;right:0}.chat-info{flex:1;min-width:0}.chat-name-row{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.chat-name{color:var(--text);font-size:.77rem;font-weight:600}.chat-time{color:var(--text-3);font-size:.62rem}.chat-msg{color:var(--text-3);white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-size:.7rem;overflow:hidden}.chat-nickname-tag{color:var(--green);background:var(--green-dim);border-radius:3px;margin-left:4px;padding:1px 4px;font-size:.55rem}.chat-window{flex-direction:column;flex:1;display:flex;overflow:hidden}.chat-msgs{flex-direction:column;flex:1;gap:6px;padding:10px;display:flex;overflow-y:auto}.chat-msgs::-webkit-scrollbar{width:2px}.bubble{border-radius:10px;max-width:78%;padding:7px 10px;font-size:.73rem;line-height:1.45}.bubble.sent{background:var(--green);color:#000;border-bottom-right-radius:2px;align-self:flex-end}.bubble.received{background:var(--bg-card);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:2px;align-self:flex-start}.bubble-time{opacity:.65;text-align:right;margin-top:2px;font-size:.55rem;display:block}.chat-input-bar{border-top:1px solid var(--border);background:#111113;align-items:center;gap:6px;padding:6px;display:flex}.chat-inp{background:var(--bg-input);border:1px solid var(--border);color:var(--text);border-radius:20px;outline:none;flex:1;padding:6px 10px;font-size:.73rem}.chat-inp::placeholder{color:var(--text-3)}.chat-inp:focus{border-color:var(--green-border)}.send-btn{background:var(--green);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.settings-list{flex-direction:column;display:flex}.settings-item{border-bottom:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;padding:10px 12px;transition:background .12s;display:flex}.settings-item:last-child{border-bottom:none}.settings-item:hover{background:var(--bg-hover)}.si-left{align-items:center;gap:10px;display:flex}.si-icon{color:var(--text-3)}.si-label{color:var(--text);font-size:.78rem;font-weight:500}.si-value{color:var(--text-3);font-size:.72rem}.toggle{background:var(--border-light);cursor:pointer;border-radius:10px;width:32px;height:18px;padding:2px;transition:background .2s;position:relative}.toggle.on{background:var(--green)}.toggle-thumb{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s}.toggle.on .toggle-thumb{transform:translate(14px)}.profile-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;align-items:center;gap:12px;margin-bottom:4px;padding:12px;display:flex}.profile-avatar{background:var(--green-dim);border:1px solid var(--green-border);width:40px;height:40px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.profile-name{color:var(--text);font-size:.82rem;font-weight:600}.profile-role{color:var(--text-3);font-size:.68rem}.sub-screen{flex-direction:column;flex:1;display:flex;overflow:hidden}.sub-scroll{flex-direction:column;flex:1;gap:10px;padding:10px;display:flex;overflow-y:auto}.field-group{flex-direction:column;gap:4px;display:flex}.field-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);font-size:.65rem;font-weight:600}.field-input{background:var(--bg-input);border:1px solid var(--border);color:var(--text);border-radius:6px;outline:none;width:100%;padding:8px 10px;font-size:.78rem}.field-input:focus{border-color:var(--green-border)}.field-input:disabled{opacity:.45;cursor:not-allowed}.p-btn{text-align:center;border:none;border-radius:6px;width:100%;padding:8px 12px;font-size:.8rem;font-weight:600;transition:opacity .15s}.p-btn.green{background:var(--green);color:#000}.p-btn.green:hover{opacity:.85}.p-btn.muted{background:var(--bg-input);color:var(--text-2)}.p-btn.locked{background:var(--bg-input);color:var(--text-3);cursor:not-allowed}.donate-grid{grid-template-columns:repeat(3,1fr);gap:6px;margin:6px 0;display:grid}.donate-opt{border:1px solid var(--border);background:var(--bg-input);color:var(--text-2);text-align:center;cursor:pointer;border-radius:6px;padding:8px;font-size:.78rem;font-weight:700;transition:all .12s}.donate-opt:hover{border-color:var(--border-light)}.donate-opt.selected{border-color:var(--green-border);background:var(--green-dim);color:var(--green)}.dialog-overlay{z-index:20;background:#0000008c;justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.dialog-overlay.with-blur{-webkit-backdrop-filter:blur(8px)}.dialog-box{background:var(--bg-card);border:1px solid var(--border-light);text-align:left;border-radius:12px;width:100%;padding:20px}.dialog-title{color:var(--text);margin-bottom:6px;font-size:.92rem;font-weight:700}.dialog-body{color:var(--text-2);margin-bottom:14px;font-size:.75rem;line-height:1.5}.dialog-note{color:var(--text-3);background:var(--bg-input);border:1px solid var(--border);border-radius:6px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 8px;font-size:.65rem;display:flex}.dialog-actions{gap:6px;display:flex}.changelog-box{background:var(--bg-input);border:1px solid var(--border);border-radius:6px;margin:10px 0;padding:8px 10px}.changelog-box ul{flex-direction:column;gap:4px;padding-left:14px;display:flex}.changelog-box li{color:var(--text-2);font-size:.68rem;line-height:1.4}.progress-track{background:var(--bg-input);border-radius:2px;height:4px;margin:8px 0;overflow:hidden}.progress-fill{background:var(--green);height:100%;transition:width .1s linear}.toast{z-index:30;border:1px solid var(--border-light);color:var(--text);white-space:nowrap;pointer-events:none;background:#1e1e22;border-radius:20px;padding:5px 12px;font-size:.65rem;position:absolute;bottom:62px;left:50%;transform:translate(-50%)}.role-warning{color:#f59e0b;background:#f59e0b12;border:1px solid #f59e0b33;border-radius:6px;padding:8px 10px;font-size:.68rem;line-height:1.4}.role-chip{border-radius:4px;padding:3px 7px;font-size:.65rem;font-weight:700}.role-chip.student{background:var(--green-dim);color:var(--green)}.role-chip.admin{color:#ef4444;background:#ef44441f}.specs-grid{background:var(--border);border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(2,1fr);gap:1px;margin-top:48px;display:grid;overflow:hidden}.spec-cell{background:var(--bg);padding:28px 24px}.spec-emoji{margin-bottom:12px;font-size:1.4rem;display:block}.spec-name{color:var(--text);margin-bottom:8px;font-size:.95rem;font-weight:600}.spec-desc{color:var(--text-2);font-size:.85rem;line-height:1.6}.download-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:48px;margin-top:48px;display:grid}.meta-table{border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:0;margin:24px 0;display:flex;overflow:hidden}.meta-row{border-bottom:1px solid var(--border);justify-content:space-between;padding:10px 16px;font-size:.875rem;display:flex}.meta-row:last-child{border-bottom:none}.meta-key{color:var(--text-2)}.meta-val{color:var(--text);font-weight:600}.changelog-list{flex-direction:column;gap:12px;list-style:none;display:flex}.cl-item{color:var(--text-2);align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.5;display:flex}.cl-check{color:var(--green);flex-shrink:0;margin-top:2px}.footer{border-top:1px solid var(--border);margin-top:auto;padding:24px 0}.footer-inner{justify-content:space-between;align-items:center;display:flex}.footer-brand{color:var(--text);font-size:.9rem;font-weight:700}.footer-brand .dot{color:var(--green)}.footer-copy{color:var(--text-3);font-size:.8rem}.footer-links{gap:20px;display:flex}.footer-link{color:var(--text-3);font-size:.8rem;transition:color .15s}.footer-link:hover{color:var(--text-2)}@media (width<=900px){.features-grid,.sim-layout{grid-template-columns:1fr}.phone-wrap{order:-1}.download-grid{grid-template-columns:1fr;gap:32px}.specs-grid,.hero-inner{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:20px}}@media (width<=600px){.navbar-inner{flex-direction:column;gap:12px;height:auto;padding:16px 0 8px}.nav-links{justify-content:space-between;gap:1rem;width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.nav-link{white-space:nowrap;font-size:.85rem}.btn-download{display:none}.hero-title{font-size:2rem}.section-title{font-size:1.6rem}.features-grid,.sim-controls{grid-template-columns:1fr}.hero-actions{flex-direction:column}.footer-inner{text-align:center;flex-direction:column;gap:12px}}.tab-fade-in{animation:.25s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
