*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--fon);color:var(--yozu);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.launcher{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--fon)}.header{position:relative;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 18px;background:linear-gradient(to bottom,#0f1c3d,#0b142c);color:#e5e7eb;font-weight:700;letter-spacing:2px;overflow:hidden}.header:before{content:"";position:absolute;left:0;right:0;bottom:-6px;height:40px;pointer-events:none;background:radial-gradient(100px 20px at 35% 0%,rgba(120,170,255,.9),rgba(120,170,255,.35) 40%,transparent 70%),radial-gradient(100px 20px at 65% 0%,rgba(120,170,255,.9),rgba(120,170,255,.35) 40%,transparent 70%);filter:blur(6px);opacity:.6}.header:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:radial-gradient(120px 12px at 35% 50%,rgba(120,170,255,.9),rgba(120,170,255,.3) 40%,transparent 70%),radial-gradient(120px 12px at 65% 50%,rgba(120,170,255,.9),rgba(120,170,255,.3) 40%,transparent 70%),linear-gradient(to right,transparent,#7fb3ff,transparent)}.header h1{margin:0;font-size:35px;font-weight:600;color:var(--yozu2)}.header h2{color:var(--yozu);font-size:15px}.header button{background:none;border:none;color:var(--yozu2);font-size:25px;cursor:pointer;position:relative}.badge{position:absolute;top:-4px;right:-6px;background:#ff2a2a;color:var(--yozu2);font-size:10px;padding:2px 6px;border-radius:999px}.menu{position:fixed;top:60px;left:16px;background:#111827;border-radius:14px;padding:14px;box-shadow:0 10px 30px #00000080;z-index:99999}.menu-section{margin-bottom:8px}.menu-title{display:block;font-size:12px;margin:8px 8px 4px}.menu button{border-radius:10px}.menu button.active{background:#68a5e7}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:16px}.card{height:92px;padding:14px;border-radius:18px;display:flex;align-items:flex-end;border:1px solid #e5e7eb;font-size:15px;font-weight:500;color:var(--yozu);background:var(--karta);box-shadow:0 8px 20px #4166bc69,0 1px #54c0fe72 inset}.card.red{background:var(--karta2);color:var(--yozu2)}.card.purple{color:#cbd5e1}.chat-window{display:flex;flex-direction:column;height:100vh;background:var(--surface);color:var(--surface-text);font-family:Roboto,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"wdth" 100}.messages{flex:1;overflow-y:auto;padding:12px 10px;display:flex;flex-direction:column;gap:6px}.msg{max-width:78%;padding:8px 12px;border-radius:8px;font-size:12px;line-height:1.35;word-wrap:break-word;white-space:pre-wrap;animation:fadeIn .15s ease-out;gap:2px}.msg.other{align-self:flex-start;background:#fff;color:#000;border-bottom-left-radius:1px;gap:15px}.msg.me{align-self:flex-end;background:#dcf8c6;color:#000;border-bottom-right-radius:1px;justify-content:flex-end}.msg.me:after{content:"";position:absolute;bottom:-4px;right:-4px;width:8px;height:8px;background:#dcf8c6;border-bottom-left-radius:50px;transform:rotate(-40deg) translate(-1px)}.msg.other:after{content:"";position:absolute;bottom:-4px;left:-4px;width:8px;height:8px;background:#fff;border-bottom-right-radius:100px;transform:rotate(40deg) translate(1px)}.msg.other.typing,.msg.other.loading{opacity:.7}.chat-window>.message-input,.chat-window>form{padding:8px;background:#f7f7f7;border-top:1px solid #ddd}.message-input input,.message-input textarea{width:100%;border-radius:20px;border:1px solid #ddd;padding:10px 14px;font-size:12px;outline:none}.messages::-webkit-scrollbar{width:4px}.messages::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.messages{padding:16px 20%}}.msg-actions-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:999}.msg-actions-box{background:#1e1e1e;color:#fff;border-radius:4px;min-width:260px;max-width:90%;padding:12px;box-shadow:0 10px 30px #0006;display:flex;flex-direction:column;gap:4px}.msg-actions-box button{background:#2a2a2a;border:none;color:#fff;padding:10px;border-radius:8px;cursor:pointer;font-size:12px}.msg-actions-box button:hover{background:#3a3a3a}.msg-actions-box button:active{transform:scale(.98)}.msg-actions-box textarea{width:100%;min-height:80px;resize:none;border-radius:8px;border:1px solid #333;background:#121212;color:#fff;padding:8px;font-size:12px;outline:none}.msg-actions-box textarea:focus{border-color:#4da3ff}.msg-actions-box label{display:flex;align-items:center;gap:8px;font-size:12px;cursor:pointer}.msg-actions-box input[type=checkbox]{width:16px;height:16px;accent-color:#ff4d4d}.msg-actions-box .danger{background:#ff4d4d}.msg-actions-box .danger:hover{background:#ff6b6b}.date-separator{text-align:center;margin:12px 0;font-size:12px;color:#888}.msg{position:relative;padding:2px}.msg-meta{display:flex;justify-content:flex-end;gap:6px;font-size:7px;color:#777;margin-top:1px}.msg.me .msg-meta{justify-content:flex-end}.msg.other .msg-meta{justify-content:flex-start}.chat-list-container{height:100vh;background:var(--fon);display:flex;justify-content:center}.chat-list-layout{width:100%;max-width:420px;background:var(--fon);display:flex;flex-direction:column;box-shadow:var(--shadow)}.chat-list-header{position:relative;height:48px;display:flex;align-items:center}.header-left,.header-right{width:48px;display:flex;justify-content:center;align-items:center}.header-left{margin-left:4px}.header-right{margin-left:auto;margin-right:4px}.header-center{position:absolute;left:50%;transform:translate(-50%);font-weight:700;pointer-events:none}.chat-list-header b{background:none;border:none;color:var(--yozu2);font-size:25px;cursor:pointer;position:relative}.header-icon{cursor:pointer;opacity:.7;transition:.2s}.header-icon:hover{opacity:1;transform:scale(1.05)}.chat-list{flex:1;overflow-y:auto;padding:8px}.chat-list::-webkit-scrollbar{width:4px}.chat-list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.chat-item{display:flex;align-items:center;gap:12px;padding:12px;margin-bottom:6px;border-radius:14px;cursor:pointer;transition:background .2s,transform .15s;background:var(--karta);color:var(--yozu)}.chat-item:hover{background:var(--bg);transform:translateY(-1px)}.chat-info{flex:1;overflow:hidden}.chat-info b{display:block;font-size:15px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-info p{font-size:13px;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread{min-width:22px;height:22px;padding:0 6px;background:var(--bg);color:#000;border-radius:999px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.chat-item:only-child{justify-content:center;opacity:.6;cursor:default}.new-chat-btn{position:absolute;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;background:var(--bg);color:#000;font-size:28px;font-weight:600;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.new-chat-btn:hover{transform:translateY(-2px) scale(1.05)}.delete-bar{position:fixed;inset:0;background:#0000004d;display:flex;align-items:flex-end}.delete-bar-content{width:100%;background:#111;padding:12px;display:flex;gap:12px;align-items:center}.confirm-overlay{position:fixed;inset:0;background:#00000059;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:999}.confirm-modal{background:#1f3b75;color:#fff;padding:16px;border-radius:12px;min-width:260px;box-shadow:0 10px 30px #0000004d}.avatar{width:56px;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.avatar-circle{width:42px;height:42px;border-radius:8%;background:#ddd;display:flex;align-items:center;justify-content:center;font-weight:700}.active-slot{height:14px;margin-top:4px}.active-label{font-size:10px;color:#2ecc71;font-weight:500}.home{min-height:100vh;min-height:100dvh;max-height:100dvh;display:flex;align-items:center;justify-content:center;color:#f77}.home-card{text-align:center;max-width:520px;padding:32px 24px}.quote{font-size:20px;line-height:1.6;color:var(--text);margin-bottom:40px}.author{display:block;margin-top:12px;font-size:14px;color:var(--yozu);font-style:italic}.platform{display:block;margin-top:12px;font-size:14px;color:var(--yozu);margin-bottom:90px}.actions{display:flex;flex-direction:column;gap:20px;margin-bottom:100px}.btn{padding:14px 16px;font-size:20px;border-radius:10px;cursor:pointer;transition:all .2s ease}.btn.primary{background:var(--prepodovat);color:#fff;border:none}.btn.primary:hover{opacity:.9}.btn.secondary{background:var(--uchit);border:1px solid #565590;color:#fff}.btn.secondary:hover{background:#f3f4f6}.footer{position:fixed;bottom:10px;width:100%;text-align:center;color:gray;font-size:14px}.demo-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2000}.demo-modal{width:520px;background:#fff;border-radius:14px;padding:24px}.demo-modal-header{display:flex;justify-content:space-between;align-items:center}.demo-modal-close{background:none;border:none;font-size:20px;cursor:pointer}.demo-description{margin-top:10px;color:#444}.demo-requirements ul{margin-top:10px;padding-left:20px}.demo-note{margin-top:12px;color:#777;font-size:14px}.demo-modal-footer{margin-top:20px;display:flex;justify-content:flex-end;gap:10px}.demo-cancel-btn{background:#eee;border:none;padding:10px 14px;border-radius:8px;cursor:pointer}.demo-start-btn{background:#4f46e5;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer}.monitor{position:relative;background:var(--lesson-card);border-radius:12px;padding:18px;overflow:hidden;color:var(--text)}.monitor:before{content:"";position:absolute;inset:0;padding:1.5px;border-radius:12px;background:linear-gradient(135deg,#257df0,#8b9596);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.monitor-count{position:relative;background:var(--lesson-card);border-radius:12px;padding:18px;overflow:hidden;color:var(--text)}.monitor-count:before{content:"";position:absolute;inset:0;padding:1.5px;border-radius:12px;background:linear-gradient(135deg,#8b9596,#defad4,#8b9596);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.tutor-page{padding:12px;background:var(--fon-home);min-height:100dvh}.page-title{margin-bottom:12px;font-size:22px}.filters{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{padding:2px 4px;border-radius:16px;border:1px solid #ddd;background:var(--uchit);cursor:pointer;font-size:14px;color:#d1d7eb}.filter.active{background:#000;color:#9fda83;border-color:#ad56ff}.tutor-list{padding:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.tutor-as{display:flex;align-items:center;gap:14px}.avatar{position:relative;width:64px;height:64px;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:6px}.online-dot{position:absolute;bottom:4px;right:4px;width:10px;height:10px;background:#22c55e;border-radius:50%;border:2px solid #fff}.info{flex:1;overflow:hidden}.name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.name.marquee{animation:scroll 6s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.rating{font-size:14px;color:#ffd900}.rating-num{color:#d8d8d8;font-size:13px;padding:4px}.subjects{display:flex;gap:6px;margin-top:6px;flex-wrap:nowrap;color:#e6e6e6}.subject,.more{font-size:12px;padding:2px 8px;background:var(--uchit2);white-space:nowrap;border-radius:16px;border:1px solid #ddd}.more{background:#e5e7eb}.skeleton .skeleton-box,.skeleton-line,.skeleton-pill{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 37%,#2a2a2a 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:6px}.skeleton-box{width:64px;height:64px}.skeleton-line{height:12px;margin-bottom:8px}.name-line{width:60%;height:14px}.rating-line{width:40%}.skeleton-pill{width:50px;height:20px;border-radius:12px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.profile-link{border-top:1px solid rgba(255,255,255,.15);padding-top:0;display:flex;justify-content:center;align-items:center;gap:6px;font-size:12px;opacity:.85}.arrow{font-size:20px;opacity:.6}.tutor-page{padding:20px;max-width:600px;margin:auto;color:#fff}.tutor-header{display:flex;gap:16px;align-items:center}.tutor-avatar{width:90px;height:90px;border-radius:50%;object-fit:cover}.rating{margin-top:6px;font-size:14px}.online.online{color:#4cff6b}.online.offline{color:#888}.online.offline .dot{background:#888}.about-box{white-space:pre-line}.dot{width:8px;height:8px;background:#1fff62;border-radius:50%;display:inline-block;margin-right:6px}.profession{margin-top:6px;opacity:.8}.section-title{margin-top:26px;margin-bottom:12px}.about-box{background:#ffffffe6;color:#000;padding:16px;border-radius:12px}.subjects-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.subject-card{background:#fffffff2;color:#000;padding:14px;border-radius:14px;cursor:pointer}.subject-card.active{border:2px solid #4da6ff}.subject-title{font-weight:600}.subject-level{font-size:13px;margin-top:4px}.subject-price{margin-top:6px}.subject-btn{margin-top:10px;width:100%;padding:8px;border-radius:8px;border:none;background:#2e5bff;color:#fff}.time-box{margin-top:20px}.main-cta{margin-top:20px;width:100%;padding:14px;border-radius:20px;border:none;background:linear-gradient(90deg,#2e5bff,#4da6ff);color:#fff;font-size:16px}.lr-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.lr-modal{width:420px;background:#0f172a;color:#fff;border-radius:16px;padding:24px}.lr-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.lr-subject{font-weight:600;margin-bottom:16px}.lr-section{margin-bottom:20px}.lr-label{margin-bottom:6px;font-size:14px;opacity:.8}.lr-modes{display:flex;gap:10px}.lr-modes button{flex:1;padding:10px;border-radius:10px;border:1px solid #334155;background:#1e293b;color:#fff}.lr-modes button.active{background:#3b82f6}.lr-selects{display:flex;gap:10px}.lr-selects select,.lr-selects input{flex:1;padding:8px;border-radius:8px;border:1px solid #334155;background:#1e293b;color:#fff}textarea{width:100%;height:80px;padding:10px;border-radius:8px;border:1px solid #334155;background:#1e293b;color:#fff}.lr-submit{width:100%;padding:12px;border-radius:12px;border:none;background:#3b82f6;color:#fff;font-size:16px}.kokimtir{position:relative;background:var(--lesson-card);border-radius:12px;padding:18px;overflow:hidden;color:var(--text)}.kokimtir:before{content:"";position:absolute;inset:0;padding:1.5px;border-radius:12px;background:linear-gradient(67deg,#121d4d,#09f,#33447c);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.sargish{position:relative;background:var(--lesson-card);border-radius:12px;padding:18px;overflow:hidden;color:var(--text)}.sargish:before{content:"";position:absolute;inset:0;padding:1.5px;border-radius:12px;background:linear-gradient(157deg,#8b9596,#675cff,#8b9596);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.demo-page{padding:20px;max-width:600px;margin:auto;font-family:sans-serif}.demo-list{display:flex;flex-direction:column;gap:12px}.demo-card{border:1px solid #ddd;border-radius:12px;padding:14px;background:#3f6795;display:flex;justify-content:space-between;align-items:center;color:#000}.demo-info{display:flex;flex-direction:column;gap:4px;font-size:14px}.demo-card button{padding:8px 12px;border-radius:8px;border:none;background:#2f80ed;color:#fff;cursor:pointer}.demo-card button:disabled{opacity:.6}.vdt{height:calc(var(--vh) * 100);padding-bottom:calc(env(safe-area-inset-bottom) + 10px);display:flex;flex-direction:column;background:#000;color:#fff}.video-header{position:absolute;top:5px;left:10px;right:10px;height:65px;border-radius:12px;z-index:10;background:linear-gradient(to right,#0f172a99,#0000);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;box-shadow:0 2px 8px #0000004e}.lesson-info{position:relative;margin-left:12px;margin-right:100px;text-align:left;text-shadow:0 2px 8px rgba(0,0,0,.7)}.timer{font-size:18px;font-weight:600}.subject{font-size:14px;color:#f5f5f5;opacity:2}.student{font-size:16px;color:#eaeaea;opacity:1}.tutor-avatar{width:36px;height:36px;border-radius:10px;background:#444;display:flex;align-items:center;justify-content:center}.video-stage{flex:1;position:relative;overflow:hidden}.remote-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.local-video{position:absolute;top:20px;right:10px;width:110px;height:120px;border-radius:12px;object-fit:cover;background:#000;z-index:10}.video-controls{position:absolute;bottom:90px;left:0;right:0;display:flex;justify-content:center;gap:18px}.video-controls button{width:44px;height:44px;border-radius:50%;border:2px solid #a5a5a5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--tugma);font-size:18px;box-shadow:0 8px 8px #000000b3}.control-btn img{width:40px;height:40px}.end-btn{position:absolute;margin:10px;padding:14px;border:none;border-radius:12px;background:red;color:#fff;font-weight:600;bottom:20px;left:15px;right:15px}.control-btn svg{align-items:center;width:25px;height:25px;color:#fff}.battle-container{color:#fff}.arena-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:1px 8px;background:#141414bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);box-shadow:0 0 30px #0009}.arena-live-group{display:flex;align-items:center;gap:10px}.live-pill{display:flex;align-items:center;gap:5px;background:#ff1d1d;padding:2px 6px;border-radius:999px;font-weight:700;color:#fff;box-shadow:0 0 18px #ff0000b3;font-size:11px}.live-dot{width:8px;height:8px;border-radius:50%;background:#fff;animation:livePulse 1s infinite}@keyframes livePulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.4}to{transform:scale(1);opacity:1}}.viewer-pill{display:flex;align-items:center;gap:6px;background:#111;padding:2px 6px;border-radius:999px;color:#fff;border:1px solid #2a2a2a;font-size:11px}.arena-room-title{font-size:18px;font-weight:800;letter-spacing:2px;color:#fff;text-shadow:0 0 12px rgba(255,255,255,.15)}.arena-top-icons{color:#ddd}.fighters-zone{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin-bottom:30px}.fighter-card{text-align:center}.fighter-card img{width:110px!important;height:110px!important;border-radius:50%}.fighter-red>div:first-child{border:3px solid #ff2b2b;box-shadow:0 0 25px #f00c;border-radius:50%}.fighter-blue>div:first-child{border:3px solid #2b7fff;box-shadow:0 0 25px #0064ffcc;border-radius:50%}.fighter-name{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;margin:6px auto 0}.fighter-score{margin:10px auto 0;width:70px;padding:6px 0;border-radius:999px;background:#00000080;font-size:24px;font-weight:700}.vs-center{text-align:center}.vs-text{font-size:44px;font-weight:900;color:#fff;text-shadow:0 0 20px rgba(255,255,255,.4);animation:vsPulse 1.2s infinite}@keyframes vsPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.battle-timer{margin-top:10px;width:78px;height:78px;line-height:78px;border-radius:50%;border:3px solid orange;box-shadow:0 0 18px #ffa500cc;font-size:28px;font-weight:800;margin-left:auto;margin-right:auto}.danger-timer{color:red;border-color:red;box-shadow:0 0 22px #ff0000e6;animation:livePulse .6s infinite}.question-counter{margin-top:10px;color:#d0ff00}.question-arena-panel{background:#0a0a14b8;border-radius:20px;padding:6px;box-shadow:0 0 35px #0009;border:1px solid rgba(255,255,255,.05)}.question-title{text-align:center;font-size:20px;font-weight:800;line-height:1.25;margin-bottom:28px;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.12)}.options-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.battle-option{min-height:50px;padding:10px;border-radius:20px;background:linear-gradient(180deg,#1b1b2b,#111118);color:#fff;font-size:16px;font-weight:700;box-shadow:0 0 14px #00000080;transition:all .25s ease;border:1px solid rgba(255,255,255,.04);box-shadow:inset 0 1px 1px #ffffff08,0 8px 18px #00000059}.battle-option:hover{transform:scale(1.03);background:linear-gradient(180deg,#25253b,#161620)}.answered-option{opacity:.55}.join-battle-btn{border:none;padding:0 20px;border-radius:999px;font-size:14px;font-weight:800;color:#000;background:linear-gradient(180deg,#ffd54a,#ffb300);box-shadow:0 0 18px #ffc800b3}.joined{background:linear-gradient(180deg,#44d66d,#1ea54a);color:#fff}.question-image-frame{width:100%;max-width:320px;height:120px;margin:0 auto 16px;border-radius:18px;overflow:hidden;background:#00000059;border:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;padding:8px}.question-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.winner-overlay{position:fixed;inset:0;background:#000000b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:9999}.winner-box{text-align:center;animation:winnerPop .6s ease}.winner-crown{font-size:72px;margin-bottom:10px}.winner-text{font-size:42px;font-weight:900;color:#ffd54a;text-shadow:0 0 10px rgba(255,215,0,.5),0 0 25px rgba(255,215,0,.8)}@keyframes winnerPop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.fixed-answer-dock{position:fixed;left:0;right:0;bottom:0;padding:12px;background:linear-gradient(to top,rgba(3,3,8,.98),rgba(3,3,8,.75),transparent);z-index:500}.fixed-grid{max-width:700px;margin:0 auto}.battle-middle-zone{display:flex;flex-direction:column;height:calc(100vh - 210px)}.question-center-zone{flex:1;display:flex;justify-content:center;align-items:center;padding-bottom:40px}.wrong-option{background:linear-gradient(180deg,#a51212,#5e0909)!important;box-shadow:0 0 18px #ff0000b3}.correct-option{background:linear-gradient(180deg,#0f8f39,#0a5c24)!important;box-shadow:0 0 18px #00ff6499}.steal-banner{margin-top:10px;text-align:center;font-size:18px;font-weight:800;color:#ffd54a;animation:livePulse 1s infinite}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{background:var(--fon-home);color:#fff;font-family:Overpass,sans-serif}:root{--bg-main: #0f172a;--bg-card: #111827;--border-soft: rgba(255,255,255,.05);--text-main: #f3f4f6;--text-muted: #9ca3af;--primary: #2563eb;--bg: #0e1621;--text: #ffffff;--surface: #17212b;--surface-text: #ffffff;--shadow: 0 10px 30px rgba(0,0,0,.35);--cv-navy-900: #020617;--cv-navy-800: #0F172A;--cv-navy-700: #1E293B;--cv-blue-600: #994000;--cv-blue-500: #8f3f1d;--cv-bg: #0F172A;--cv-card: #e4e4e4;--cv-muted: #64748B;--cv-bg1: #0F172A;--yozu: rgb(220, 220, 220);--fon: #212121;--panel: linear-gradient( to bottom, #0F172A 30%, #6b86c2 50%, #0F172A 70% );--karta: linear-gradient( to bottom, #2c7dd3, #011035 );--karta2: linear-gradient( to bottom, #8e4118, #8f5c25 );--lesson-card: linear-gradient( to bottom, #303030, #000000 );--fon-hamilon: linear-gradient( 45deg, #1a1f2a, #111521, #10131c );--fon-home: linear-gradient( 45deg, #0a0f27, #1a2861, #0b102c, #1a2861, #0b102c );--create: linear-gradient( 45deg, #183a88, #325bba, #325bb9 );--uchit: linear-gradient( 135deg, #273ea7, #15193d, #1b2050 );--uchit2: linear-gradient( 75deg, #15193d, #273ea7, #1b2050 );--uchit3: linear-gradient( to right, #273ea7, #15193d, #1b2050 );--uchit4: linear-gradient( to right, #08091b, #1f327e, #08091b );--prepodovat: linear-gradient( to bottom, #5e5e5e, #000000, #000, #292929 )}html[data-theme=light]{--bg: #ffffff;--text: #111111;--surface: #dfdfdf;--surface-text: #111111;--shadow: 0 10px 30px rgba(0,0,0,.2);--cv-bg: #dcdcdc;--cv-card: #d6d6d6;--cv-text: #0F172A;--cv-text-muted: #64748B;--cv-border: #E5E7EB;--cv-bg1: #dedede;--yozu: #000;--yozu2: #d4d4d4;--fon: #e0e0e0;--panel: linear-gradient( to bottom, #384d63 30%, #2d3e50 70% );--karta: linear-gradient( to bottom, #e1e1e1, #dddddd );--karta2: linear-gradient( to bottom, #a0cbf9, #5c7fa7 );--fon-homem: #fafafa}
