.gw{--orange: #EC6602;--petrol: #00BEDC;--dark: #0a0a0a;--card-bg: #141414;--card-border: #222;--text: #f0f0f0;--muted: #888;--done: #131a13;--done-text: #555;--radius: 14px;background:var(--dark);color:var(--text);font-family:DM Sans,sans-serif;min-height:100vh;overflow-x:hidden;position:relative}.gw *{box-sizing:border-box}.gw:before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle at 15% 20%,rgba(236,102,2,.07) 0%,transparent 50%),radial-gradient(circle at 85% 75%,rgba(0,190,220,.06) 0%,transparent 50%);pointer-events:none;z-index:0}.gw header{position:sticky;top:0;z-index:100;background:#0a0a0af0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #1e1e1e;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.gw .logo-zone{display:flex;align-items:center;gap:12px}.gw .logo-mark{width:36px;height:36px;background:var(--orange);border-radius:8px;display:grid;place-items:center;font-family:Syne,sans-serif;font-weight:800;font-size:15px;color:#fff;letter-spacing:-.5px;flex-shrink:0}.gw .logo-text{font-family:Syne,sans-serif;font-weight:700;font-size:13px;line-height:1.2;color:#ccc}.gw .logo-text span{color:var(--orange);display:block;font-size:11px;font-weight:400}.gw .progress-zone{flex:1;max-width:300px}.gw .progress-label{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin-bottom:5px;font-family:Syne,sans-serif}.gw .progress-label strong{color:var(--orange);font-size:13px}.gw .progress-bar-track{background:#1a1a1a;border-radius:99px;height:6px;overflow:hidden}.gw .progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--orange),var(--petrol));border-radius:99px;transition:width .6s cubic-bezier(.34,1.56,.64,1)}.gw .deadline-zone{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.gw .deadline-badge{display:flex;align-items:center;gap:6px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;padding:6px 10px}.gw .deadline-dot{width:7px;height:7px;border-radius:50%;background:#2ecc71;animation:gw-blink 2s infinite}@keyframes gw-blink{0%,to{opacity:1}50%{opacity:.3}}.gw .deadline-text{font-family:Syne,sans-serif;font-size:11px;font-weight:700;color:var(--text);white-space:nowrap}.gw .deadline-sub{font-size:10px;color:var(--muted);text-align:right;font-family:Syne,sans-serif;letter-spacing:.3px}.gw .countdown-strip{position:relative;z-index:1;background:#0d0d0d;border-bottom:1px solid #1a1a1a;padding:10px 24px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.gw .cd-label{font-size:10px;text-transform:uppercase;letter-spacing:2px;color:var(--muted);font-family:Syne,sans-serif}.gw .cd-units{display:flex;gap:12px;align-items:center}.gw .cd-unit{display:flex;flex-direction:column;align-items:center;gap:2px}.gw .cd-num{font-family:Syne,sans-serif;font-size:20px;font-weight:800;color:var(--petrol);line-height:1;min-width:36px;text-align:center}.gw .cd-num.warn{color:var(--orange)}.gw .cd-num.danger{color:#e74c3c}.gw .cd-ulab{font-size:9px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);font-family:Syne,sans-serif}.gw .cd-sep{font-family:Syne,sans-serif;font-size:18px;font-weight:800;color:#333;margin-top:-4px}.gw .hero{position:relative;z-index:1;padding:28px 24px 16px;max-width:800px;margin:0 auto}.gw .hero-title{font-family:Syne,sans-serif;font-size:clamp(26px,5vw,46px);font-weight:800;line-height:1.05;margin-bottom:8px}.gw .hero-title span{background:linear-gradient(135deg,var(--orange),var(--petrol));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gw .hero-sub{color:var(--muted);font-size:14px;line-height:1.5;margin-bottom:20px}.gw .stats-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:4px}.gw .stat-badge{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;padding:10px 16px;display:flex;flex-direction:column;gap:2px;min-width:85px}.gw .stat-val{font-family:Syne,sans-serif;font-weight:800;font-size:20px;color:var(--orange);line-height:1}.gw .stat-val.petrol{color:var(--petrol)}.gw .stat-val.green{color:#2ecc71}.gw .stat-key{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.8px;font-family:Syne,sans-serif}.gw .main{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:16px 24px 80px}.gw .section-label{font-family:Syne,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:2px;color:var(--muted);margin-bottom:12px;padding-left:2px;display:flex;align-items:center;justify-content:space-between}.gw .reset-btn{font-size:10px;color:#444;background:none;border:none;cursor:pointer;font-family:Syne,sans-serif;letter-spacing:1px;text-transform:uppercase;transition:color .2s}.gw .reset-btn:hover{color:#888}.gw .questions-grid{display:flex;flex-direction:column;gap:10px}.gw .q-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:16px 18px;display:flex;align-items:flex-start;gap:14px;cursor:pointer;transition:all .25s ease;position:relative;overflow:hidden;animation:gw-fadeSlide .4s ease both}.gw .q-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent;transition:background .3s}.gw .q-card:hover:not(.done){border-color:#333;background:#1a1a1a;transform:translate(3px)}.gw .q-card:hover:not(.done):before{background:var(--orange)}.gw .q-card.done{background:var(--done);border-color:#2ecc711f;cursor:pointer;animation:gw-doneGlow 1s ease,gw-fadeSlide .4s ease both}.gw .q-card.done:before{background:#2ecc71}.gw .q-num{font-family:Syne,sans-serif;font-weight:800;font-size:11px;color:var(--muted);min-width:22px;padding-top:2px;letter-spacing:.5px}.gw .q-card.done .q-num{color:#2ecc71}.gw .q-body{flex:1}.gw .q-cat{font-size:9px;text-transform:uppercase;letter-spacing:1.5px;color:var(--orange);font-family:Syne,sans-serif;margin-bottom:3px}.gw .q-card.done .q-cat{color:#2ecc71;opacity:.6}.gw .q-text{font-size:14px;line-height:1.45;color:var(--text)}.gw .q-card.done .q-text{color:var(--done-text)}.gw .q-answer{font-size:12px;color:#2ecc71;margin-top:6px;font-style:italic}.gw .q-timestamp{font-size:10px;color:#333;margin-top:3px;font-family:Syne,sans-serif}.gw .q-check{width:24px;height:24px;border-radius:50%;border:2px solid #333;display:grid;place-items:center;flex-shrink:0;transition:all .3s;background:transparent;margin-top:1px}.gw .q-check svg{opacity:0;transform:scale(0);transition:all .3s}.gw .q-card.done .q-check{background:#2ecc71;border-color:#2ecc71}.gw .q-card.done .q-check svg{opacity:1;transform:scale(1)}.gw-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;display:grid;place-items:center;padding:24px}.gw-modal{background:#141414;border:1px solid #2a2a2a;border-radius:20px;padding:28px;max-width:480px;width:100%;animation:gw-slideUp .3s cubic-bezier(.34,1.56,.64,1);color:#f0f0f0;font-family:DM Sans,sans-serif}@keyframes gw-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.gw-modal .modal-cat{font-size:10px;text-transform:uppercase;letter-spacing:2px;color:#ec6602;font-family:Syne,sans-serif;margin-bottom:6px}.gw-modal .modal-q{font-family:Syne,sans-serif;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:20px}.gw-modal .modal-label{font-size:12px;color:#888;margin-bottom:8px}.gw-modal .modal-input{width:100%;background:#0d0d0d;border:1px solid #2a2a2a;border-radius:10px;padding:12px 16px;color:#f0f0f0;font-size:15px;font-family:DM Sans,sans-serif;outline:none;transition:border-color .2s;margin-bottom:16px}.gw-modal .modal-input:focus{border-color:#ec6602}.gw-modal .modal-existing{background:#0d0d0d;border:1px solid #222;border-radius:8px;padding:10px 14px;margin-bottom:14px;font-size:12px;color:#2ecc71;font-style:italic}.gw-modal .modal-existing span{color:#888;font-style:normal}.gw-modal .modal-btns{display:flex;gap:10px}.gw-modal .btn-cancel{flex:1;padding:12px;border-radius:10px;border:1px solid #2a2a2a;background:transparent;color:#888;font-family:Syne,sans-serif;font-size:13px;cursor:pointer;transition:all .2s}.gw-modal .btn-cancel:hover{border-color:#444;color:#f0f0f0}.gw-modal .btn-confirm{flex:2;padding:12px;border-radius:10px;border:none;background:linear-gradient(135deg,#ec6602,#d94f00);color:#fff;font-family:Syne,sans-serif;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;letter-spacing:.3px}.gw-modal .btn-confirm:hover{transform:scale(1.02)}.gw-toast-container{position:fixed;top:80px;right:20px;z-index:999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.gw-toast{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:12px 16px;display:flex;align-items:flex-start;gap:10px;max-width:280px;animation:gw-toastIn .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 32px #00000080;color:#f0f0f0;font-family:DM Sans,sans-serif}.gw-toast.removing{animation:gw-toastOut .3s ease forwards}@keyframes gw-toastIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes gw-toastOut{0%{transform:translate(0);opacity:1}to{transform:translate(120%);opacity:0}}.gw-toast .icon{font-size:18px;flex-shrink:0;margin-top:1px}.gw-toast .content{flex:1}.gw-toast .title{font-family:Syne,sans-serif;font-size:12px;font-weight:700;margin-bottom:2px}.gw-toast .body{font-size:11px;color:#888;line-height:1.4}.gw-toast .body strong{color:#00bedc}.gw-milestone{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background:linear-gradient(135deg,#1a1a1a,#0d0d0d);border:1px solid #EC6602;border-radius:20px;padding:32px 40px;text-align:center;z-index:500;opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);pointer-events:none;box-shadow:0 0 60px #ec66024d;color:#f0f0f0;font-family:DM Sans,sans-serif}.gw-milestone.show{opacity:1;transform:translate(-50%,-50%) scale(1)}.gw-milestone .emoji{font-size:48px;margin-bottom:12px}.gw-milestone .title{font-family:Syne,sans-serif;font-size:22px;font-weight:800;background:linear-gradient(135deg,#ec6602,#00bedc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:6px}.gw-milestone .sub{font-size:13px;color:#888}.gw-winner{position:fixed;inset:0;background:#0a0a0a;z-index:600;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;color:#f0f0f0;font-family:DM Sans,sans-serif}.gw-winner .winner-title{font-family:Syne,sans-serif;font-size:clamp(36px,8vw,72px);font-weight:800;line-height:1;margin-bottom:16px}.gw-winner .winner-title span{background:linear-gradient(135deg,#ec6602,#00bedc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gw-winner .winner-score{font-family:Syne,sans-serif;font-size:64px;font-weight:800;color:#ec6602;line-height:1;margin-bottom:8px}.gw-winner .winner-sub{color:#888;font-size:15px;margin-bottom:32px;max-width:400px}.gw-winner .btn-restart{padding:14px 32px;border-radius:12px;border:none;background:linear-gradient(135deg,#ec6602,#d94f00);color:#fff;font-family:Syne,sans-serif;font-size:14px;font-weight:700;cursor:pointer;letter-spacing:.5px;transition:transform .2s}.gw-winner .btn-restart:hover{transform:scale(1.05)}.gw-start{position:fixed;inset:0;background:#0a0a0a;z-index:600;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;color:#f0f0f0;font-family:DM Sans,sans-serif;overflow-y:auto}.gw-start .start-logo{font-family:Syne,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:3px;color:#888;margin-bottom:24px}.gw-start .start-big{font-family:Syne,sans-serif;font-size:clamp(42px,10vw,90px);font-weight:800;line-height:.95;margin-bottom:16px}.gw-start .start-big span{background:linear-gradient(135deg,#ec6602,#00bedc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gw-start .start-desc{color:#888;font-size:15px;max-width:380px;line-height:1.6;margin-bottom:12px}.gw-start .start-deadline-info{background:#141414;border:1px solid #222;border-radius:12px;padding:14px 20px;margin-bottom:28px;max-width:380px;width:100%;text-align:left}.gw-start .sdl-title{font-family:Syne,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:2px;color:#ec6602;margin-bottom:8px}.gw-start .sdl-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:13px;color:#f0f0f0;border-bottom:1px solid #1a1a1a}.gw-start .sdl-row:last-child{border-bottom:none}.gw-start .sdl-row span{color:#888;font-size:12px}.gw-start .btn-start{padding:16px 48px;border-radius:14px;border:none;background:linear-gradient(135deg,#ec6602,#d94f00);color:#fff;font-family:Syne,sans-serif;font-size:16px;font-weight:800;cursor:pointer;letter-spacing:.5px;transition:all .2s;box-shadow:0 8px 32px #ec660266}.gw-start .btn-start:hover{transform:scale(1.04);box-shadow:0 12px 40px #ec660280}.gw-start .start-rules{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.gw-start .rule-chip{background:#141414;border:1px solid #222;border-radius:8px;padding:8px 14px;font-size:12px;color:#888}.gw-start .rule-chip strong{color:#f0f0f0}.gw-confetti{position:fixed;width:8px;height:8px;pointer-events:none;z-index:700;animation:gw-confettiFall linear forwards}@keyframes gw-confettiFall{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(720deg);opacity:0}}@keyframes gw-fadeSlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes gw-doneGlow{0%{box-shadow:0 0 #2ecc7100}50%{box-shadow:0 0 20px #2ecc7126}to{box-shadow:0 0 #2ecc7100}}.gw .q-card:nth-child(1){animation-delay:.02s}.gw .q-card:nth-child(2){animation-delay:.04s}.gw .q-card:nth-child(3){animation-delay:.06s}.gw .q-card:nth-child(4){animation-delay:.08s}.gw .q-card:nth-child(5){animation-delay:.1s}.gw .q-card:nth-child(6){animation-delay:.12s}.gw .q-card:nth-child(7){animation-delay:.14s}.gw .q-card:nth-child(8){animation-delay:.16s}.gw .q-card:nth-child(9){animation-delay:.18s}.gw .q-card:nth-child(10){animation-delay:.2s}.gw .q-card:nth-child(n+11){animation-delay:.22s}@media(max-width:500px){.gw header{padding:10px 14px;gap:8px;flex-wrap:wrap;align-items:center}.gw .logo-mark{width:32px;height:32px;font-size:13px}.gw .logo-text{font-size:12px}.gw .logo-text span{font-size:10px}.gw .progress-zone{order:3;flex:1 0 100%;max-width:none}.gw .progress-label{margin-bottom:4px}.gw .deadline-zone{align-items:flex-end;min-width:0}.gw .deadline-badge{padding:5px 8px}.gw .deadline-text{font-size:10px}.gw .deadline-sub{font-size:9px}.gw .hero{padding:18px 16px 10px}.gw .hero-sub{font-size:13px;margin-bottom:14px}.gw .stats-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gw .stat-badge{min-width:0;padding:10px 12px}.gw .stat-val{font-size:18px}.gw .countdown-strip{gap:10px;padding:8px 16px;flex-direction:column}.gw .cd-label{font-size:9px;letter-spacing:1.5px}.gw .cd-num{font-size:18px;min-width:30px}.gw .main{padding:12px 14px 80px}.gw .q-card{padding:14px;gap:10px;border-radius:12px}.gw .q-text{font-size:13.5px}.gw .q-num{font-size:10px;min-width:18px}.gw .q-check{width:22px;height:22px}.gw-toast-container{inset:auto 12px 12px;align-items:stretch}.gw-toast{max-width:none;padding:10px 12px}@keyframes gw-toastIn{0%{transform:translateY(120%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes gw-toastOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(120%);opacity:0}}.gw-modal-overlay{padding:16px;align-items:flex-end}.gw-modal{padding:22px;border-radius:18px}.gw-modal .modal-q{font-size:16px}.gw-milestone{padding:24px 28px;max-width:calc(100vw - 32px)}.gw-milestone .emoji{font-size:40px}.gw-milestone .title{font-size:18px}.gw-start{padding:24px 20px}.gw-start .start-deadline-info{padding:12px 16px;margin-bottom:22px}.gw-start .btn-start{padding:14px 36px;font-size:15px;width:100%;max-width:320px}.gw-start .start-rules{gap:8px;margin-top:18px}.gw-start .rule-chip{padding:6px 10px;font-size:11px}.gw-winner{padding:24px 20px}.gw-winner .winner-score{font-size:56px}}@media(max-width:360px){.gw .logo-text{font-size:11px}.gw .logo-text span,.gw .deadline-sub{display:none}.gw .stats-row{gap:6px}.gw .stat-val{font-size:16px}}
