:root{color:#f5f7fb;font-synthesis:none;text-rendering:optimizelegibility;--background:#090b10;--surface:#10131a;--surface-2:#141821;--surface-3:#191e28;--border:#ffffff13;--border-hover:#ffffff24;--text:#f5f7fb;--muted:#8f98a8;--accent:#ff6847;--accent-soft:#ff68471f;--green:#44d88a;--yellow:#f7be55;--red:#ff5c6a;--blue:#6ca8ff;background:#090b10;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at 50% -10%, #ff684712, transparent 32%), var(--background);min-width:320px;color:var(--text)}a{color:inherit;text-decoration:none}button{font:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c0f15eb;flex-direction:column;width:250px;height:100vh;padding:24px 18px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;padding:4px 8px 28px;display:flex}.brand-mark,.project-icon{color:#fff;letter-spacing:-.04em;background:linear-gradient(135deg,#ff7554,#ff4f39);border-radius:11px;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.brand strong{font-size:14px;display:block}.brand span{color:var(--muted);margin-top:2px;font-size:12px;display:block}.sidebar-nav{flex-direction:column;gap:4px;display:flex}.sidebar-nav a{min-height:42px;color:var(--muted);border:1px solid #0000;border-radius:9px;align-items:center;gap:11px;padding:0 11px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.sidebar-nav a:hover{color:var(--text);background:var(--surface-2)}.sidebar-nav a.active{color:var(--text);background:var(--accent-soft);border-color:#ff684721}.soon{color:#70798a;text-transform:uppercase;background:#ffffff0d;border-radius:5px;margin-left:auto;padding:3px 6px;font-size:9px}.sidebar-footer{color:var(--muted);align-items:center;gap:8px;margin-top:auto;padding:12px;font-size:11px;display:flex}.live-dot{background:var(--green);border-radius:50%;width:7px;height:7px;display:inline-block;box-shadow:0 0 12px #44d88a8c}.main-area{width:calc(100% - 250px);margin-left:250px}.topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:72px;padding:0 36px;display:flex}.topbar-actions{gap:8px;display:flex}.page{max-width:1450px;margin:0 auto;padding:54px 44px 80px}.mobile-menu{display:none}.primary-button,.secondary-button,.staff-button{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:39px;padding:0 15px;font-size:12px;font-weight:700;transition:all .15s;display:inline-flex}.primary-button,.staff-button{border:1px solid var(--accent);background:var(--accent);color:#fff}.primary-button:hover,.staff-button:hover{filter:brightness(1.08)}.secondary-button{border:1px solid var(--border);background:var(--surface);color:#d8dce5}.secondary-button:hover{border-color:var(--border-hover);background:var(--surface-2)}.hero{max-width:790px;padding:50px 0 64px}.eyebrow,.section-kicker{color:var(--accent);letter-spacing:.13em;text-transform:uppercase;font-size:10px;font-weight:800}.eyebrow{align-items:center;gap:8px;display:flex}.hero h1{letter-spacing:-.055em;margin:18px 0;font-size:clamp(44px,5vw,72px);line-height:.98}.hero h1 span{color:#848d9d}.hero>p{max-width:650px;color:var(--muted);margin:0;font-size:16px;line-height:1.65}.hero-actions{gap:10px;margin-top:30px;display:flex}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:70px;display:grid}.stat-card{border:1px solid var(--border);background:linear-gradient(150deg, var(--surface-2), var(--surface));border-radius:12px;min-height:130px;padding:20px}.stat-icon{background:var(--accent-soft);width:32px;height:32px;color:var(--accent);border-radius:8px;place-items:center;margin-bottom:22px;display:grid}.stat-card span{color:var(--muted);font-size:11px;font-weight:600;display:block}.stat-card strong{letter-spacing:-.04em;margin-top:5px;font-size:28px;display:block}.section-block{margin-top:30px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:18px;display:flex}.section-heading h2{letter-spacing:-.035em;margin:5px 0 0;font-size:24px}.section-heading>a{color:var(--muted);align-items:center;gap:5px;font-size:11px;font-weight:700;display:flex}.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.project-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:20px;transition:all .16s}.project-card:hover{border-color:var(--border-hover);background:var(--surface-2);transform:translateY(-2px)}.project-card-header{justify-content:space-between;display:flex}.active-label{height:fit-content;color:var(--green);text-transform:uppercase;background:#44d88a17;border-radius:6px;padding:5px 8px;font-size:9px;font-weight:800}.project-card h3{letter-spacing:-.02em;margin:26px 0 7px;font-size:17px}.project-card p{min-height:42px;color:var(--muted);margin:0;font-size:12px;line-height:1.6}.project-meta{color:#717b8c;margin:22px 0 10px;font-size:10px}.progress-wrapper{align-items:center;gap:9px;display:flex}.progress-track{background:#ffffff0f;border-radius:99px;flex:1;height:5px;overflow:hidden}.progress-value{border-radius:inherit;background:linear-gradient(90deg,#ff5b43,#ff876d);height:100%;transition:width .3s}.progress-label{min-width:27px;color:var(--muted);text-align:right;font-size:10px}.page-header{max-width:650px;margin-bottom:42px}.page-header h1,.project-header h1{letter-spacing:-.045em;margin:8px 0 10px;font-size:40px}.page-header p,.project-header p{color:var(--muted);margin:0;line-height:1.65}.project-list{flex-direction:column;gap:8px;display:flex}.project-list-item{border:1px solid var(--border);background:var(--surface);border-radius:11px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:20px;padding:18px;transition:all .15s;display:grid}.project-list-item:hover{border-color:var(--border-hover);background:var(--surface-2)}.project-list-info h3{margin:0 0 4px;font-size:15px}.project-list-info p{color:var(--muted);margin:0 0 12px;font-size:11px}.project-list-stats{text-align:right}.project-list-stats strong{font-size:16px;display:block}.project-list-stats span{color:var(--muted);font-size:9px}.project-header{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:48px;display:flex}.project-header>div:first-child{max-width:680px}.project-progress-panel{border:1px solid var(--border);background:var(--surface);border-radius:10px;width:260px;padding:16px}.project-progress-panel>span{color:var(--muted);font-size:10px}.project-progress-panel>strong{margin:4px 0 10px;font-size:24px;display:block}.board{grid-template-columns:repeat(4,minmax(270px,1fr));gap:12px;padding-bottom:10px;display:grid;overflow-x:auto}.board-column{border:1px solid var(--border);background:#ffffff04;border-radius:12px;min-height:500px;padding:10px}.board-column-header{justify-content:space-between;align-items:center;padding:7px 5px 14px;display:flex}.board-column-header h2{color:#bec4d0;text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:11px}.board-column-header span{background:var(--surface-3);min-width:21px;height:21px;color:var(--muted);border-radius:6px;place-items:center;font-size:9px;display:grid}.board-column-content{flex-direction:column;gap:8px;display:flex}.task-card{border:1px solid var(--border);background:var(--surface);border-radius:9px;padding:14px;transition:all .15s}.task-card:hover{border-color:var(--border-hover);transform:translateY(-1px)}.task-card-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.task-id{color:#6f7888;font-family:ui-monospace,monospace;font-size:9px}.priority{text-transform:uppercase;border-radius:5px;padding:3px 6px;font-size:8px;font-weight:800}.priority-high{color:var(--yellow);background:#f7be551a}.priority-urgent{color:var(--red);background:#ff5c6a1a}.priority-normal{color:#8e97a7;background:#ffffff0d}.priority-low{color:var(--green);background:#44d88a14}.task-title-row{align-items:center;gap:8px;display:flex}.task-title-row h3{margin:0;font-size:12px;line-height:1.35}.task-icon{background:var(--surface-3);width:26px;height:26px;color:var(--muted);border-radius:7px;flex-shrink:0;place-items:center;display:grid}.task-description{color:var(--muted);margin:10px 0 15px;font-size:10px;line-height:1.55}.task-card-footer{flex-direction:column;gap:10px;display:flex}.task-progress{width:100%}.status-badge{width:fit-content;color:var(--muted);background:#ffffff0b;border-radius:6px;align-items:center;gap:6px;padding:5px 7px;font-size:9px;font-weight:700;display:inline-flex}.status-dot{background:currentColor;border-radius:50%;width:5px;height:5px}.status-in-development{color:var(--accent);background:var(--accent-soft)}.status-testing,.status-ready-for-release{color:var(--blue);background:#6ca8ff1a}.status-released{color:var(--green);background:#44d88a17}.state-card,.empty-column{border:1px dashed var(--border);color:var(--muted);border-radius:9px;padding:18px;font-size:11px}.state-card.error{color:var(--red)}@media (width<=1000px){.sidebar{display:none}.main-area{width:100%;margin-left:0}.mobile-menu{color:#fff;background:0 0;border:0;place-items:center;display:grid}.stats-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:1fr}}@media (width<=650px){.page{padding:30px 18px 60px}.topbar{padding:0 18px}.topbar-actions .secondary-button{display:none}.hero{padding-top:28px}.hero h1{font-size:44px}.stats-grid{grid-template-columns:1fr 1fr}.project-header{display:block}.project-progress-panel{width:100%;margin-top:24px}.project-list-item{grid-template-columns:auto 1fr}.project-list-stats,.project-list-item>svg{display:none}}
