:root{color-scheme:dark;font-family:-apple-system,system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden;-webkit-tap-highlight-color:transparent}.app{height:100dvh;display:flex;flex-direction:column;background:linear-gradient(160deg,#0f0c29,#302b63,#24243e);color:#fff;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;overflow:hidden}.screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:16px;text-align:center;overflow-y:auto}.logo{font-size:72px;line-height:1}.start-screen h1{font-size:36px;font-weight:800;background:linear-gradient(135deg,#f5af19,#f12711);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:13px;color:#ffffff80;text-transform:uppercase;letter-spacing:3px;margin-bottom:8px}.rules{display:flex;flex-direction:column;gap:8px;width:100%;max-width:340px}.rule{font-size:14px;color:#ffffffbf;padding:10px 14px;background:#ffffff0d;border-radius:10px;text-align:left;display:flex;align-items:center;gap:10px}.rule-icon{font-size:18px;flex-shrink:0}.btn{padding:16px 40px;border:none;border-radius:14px;font-size:18px;font-weight:700;cursor:pointer;transition:transform .1s;margin-top:8px}.btn:active{transform:scale(.95)}.btn.primary{background:linear-gradient(135deg,#f5af19,#f12711);color:#fff;box-shadow:0 6px 20px #f5af1959}.result-icon{font-size:64px;line-height:1}.result-screen h1{font-size:28px;font-weight:800}.result-sub{font-size:14px;color:#ffffff80}.result-score{font-size:24px;font-weight:700;color:#f5af19}.result-detail{font-size:16px;color:#fff9}.hud{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:#00000059;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-shrink:0;z-index:10}.hud-item{display:flex;align-items:center;gap:6px}.hud-center{flex:1;justify-content:center}.hud-right{justify-content:flex-end}.hud-label{font-size:11px;font-weight:600;color:#ffffff73;text-transform:uppercase;letter-spacing:1px}.hud-value{font-size:18px;font-weight:800}.timer{font-size:22px;font-weight:800;font-variant-numeric:tabular-nums;transition:color .3s}.timer.low{color:#f44;animation:timerPulse .6s ease-in-out infinite}@keyframes timerPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.08)}}.building{flex:1;display:flex;flex-direction:column;position:relative;padding-right:84px;overflow:hidden}.floor-row{flex:1;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.06);padding:0 8px;min-height:0;transition:background .3s}.floor-row.active{background:#f5af190f}.floor-label{width:28px;font-size:15px;font-weight:800;color:#ffffff4d;text-align:center;flex-shrink:0}.floor-row.active .floor-label{color:#f5af19}.floor-waiting{flex:1;display:flex;align-items:center;gap:6px;padding:4px 6px;overflow-x:auto;min-height:48px}.shaft{position:absolute;right:0;top:0;bottom:0;width:84px;background:#00000040;border-left:2px solid rgba(255,255,255,.08)}.car{position:absolute;left:6px;right:6px;transition:top .4s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#f5af1933,#f1271133);border:2px solid rgba(245,175,25,.5);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:4px;padding:4px;box-shadow:0 0 24px #f5af1926;z-index:5}.car.moving{border-color:#f5af19cc;box-shadow:0 0 30px #f5af194d}.car-empty{font-size:28px;opacity:.4}.car-capacity{position:absolute;bottom:2px;right:4px;font-size:9px;font-weight:700;color:#ffffff59}.person{width:38px;height:38px;border-radius:50%;background:var(--c);border:2.5px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;position:relative;cursor:default;flex-shrink:0;transition:transform .15s,box-shadow .15s,opacity .3s;padding:0;font-family:inherit}.person.in-car{width:32px;height:32px}.person .dest{font-size:13px;font-weight:900;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5);line-height:1}.person.in-car .dest{font-size:12px}.person.interactive{cursor:pointer;animation:personPulse 1s ease-in-out infinite;border-color:#ffffffb3;box-shadow:0 0 12px #ffffff40}.person.interactive:active{transform:scale(.85)}.person.delivered{animation:deliveredFlash .3s ease-out}@keyframes personPulse{0%,to{transform:scale(1);box-shadow:0 0 12px #ffffff40}50%{transform:scale(1.12);box-shadow:0 0 20px #fff6}}@keyframes deliveredFlash{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.5;background:#fff}to{transform:scale(.5);opacity:0}}.controls{height:100px;display:flex;gap:28px;justify-content:center;align-items:center;padding:0 16px;flex-shrink:0;background:#0003}.ctrl-btn{width:72px;height:72px;border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:28px;font-weight:700;cursor:pointer;box-shadow:0 4px 15px #667eea66;display:flex;align-items:center;justify-content:center;transition:transform .1s,opacity .1s;-webkit-tap-highlight-color:transparent}.ctrl-btn:disabled{opacity:.3;cursor:default;box-shadow:none}.ctrl-btn:active:not(:disabled){transform:scale(.88);box-shadow:0 2px 8px #667eea4d}.floor-waiting::-webkit-scrollbar{display:none}.floor-waiting{-ms-overflow-style:none;scrollbar-width:none}
