@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--bg: #f4f7fb;--surface: #ffffff;--surface-muted: #f8fafc;--border: #d7dfeb;--text: #162033;--text-soft: #5f6d86;--accent: #9ee37d;--accent-strong: #4f9b35;--accent-soft: #eefbdd;--success: #1f9d61;--danger: #e25555;--shadow-lg: 0 24px 60px rgba(22, 32, 51, .1);--shadow-md: 0 12px 30px rgba(22, 32, 51, .08);--radius-lg: 24px;--radius-md: 18px;--radius-sm: 14px}*,*:before,*:after{box-sizing:border-box}html{height:100%}body{margin:0;height:100%;padding:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:var(--text);background:radial-gradient(circle at top left,rgba(158,227,125,.24),transparent 28%),radial-gradient(circle at top right,rgba(34,197,94,.08),transparent 20%),linear-gradient(180deg,#f8fbff 0%,var(--bg) 100%)}button,input,select,textarea,div{font:inherit}button,select,input,textarea{color:inherit}.btn-hover-bright:hover:not(:disabled){filter:brightness(1.06);transform:none}#root{height:100%}.mc-error-toast{position:fixed;bottom:10px;left:50%;transform:translate(-50%);padding:10px 20px;border:1px solid rgba(220,38,38,.3);border-radius:var(--radius-sm);background:#fff5f5;color:#dc2626;font-weight:600;white-space:nowrap;z-index:200;pointer-events:none}.load-error{font-size:16px;color:#dc2626;padding:8px 4px;margin:0}.load-empty{font-size:16px;color:var(--text-soft);padding:8px 4px;margin:0}.app-shell{display:flex;height:100%;flex-direction:column}.app-content{display:flex;flex:1;flex-direction:column;min-height:0;overflow-y:auto}.app-content>main{flex:1;min-height:0}.app-status-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;color:var(--text-soft)}.app-loading-spinner{display:block;width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent-strong);border-radius:50%;animation:app-spin .7s linear infinite}@keyframes app-spin{to{transform:rotate(360deg)}}.page{width:min(1200px,calc(100vw - 48px));margin:12px auto 40px;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:none;border-radius:var(--radius-sm);font:inherit;font-size:1rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s ease}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-sm{padding:8px 16px;font-size:.875rem}.btn-neutral{background:var(--surface);color:var(--text-soft);border:1px solid var(--border)}.btn-neutral:hover:not(:disabled){color:var(--text);border-color:var(--accent-strong)}.btn-danger{background:#fff5f5;color:#dc2626;border:1px solid rgba(220,38,38,.3)}.btn-danger:hover:not(:disabled){background:#fee2e2;border-color:#dc2626}.btn-primary{background:linear-gradient(135deg,#9ee37d,#4f9b35);color:#fff;box-shadow:0 12px 26px #4f9b3538;transition:filter .2s ease}.btn-subtle{background:#9ee37d1f;color:var(--accent-strong);border:1px solid rgba(79,155,53,.3)}.btn-subtle:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent-strong)}.btn-confirm{background:var(--accent-strong);color:#fff;transition:opacity .2s ease}.btn-confirm:hover:not(:disabled){opacity:.85}.btn-confirm--danger{background:#dc2626}.card{border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-md);background:#ffffffe6;box-shadow:var(--shadow-md)}.card-lg{border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:var(--shadow-md)}.list-row{display:flex;align-items:center;gap:16px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-md);background:#ffffffe6;box-shadow:var(--shadow-md);transition:border-color .2s ease}.stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:var(--shadow-md)}.stat-card__value{font-size:2.5rem;font-weight:700;color:var(--accent-strong)}.stat-card__label{font-size:.9rem;font-weight:600;color:var(--text-soft);text-transform:uppercase;letter-spacing:.08em}.modal-backdrop{position:fixed;inset:0;background:#16203373;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.modal{width:min(480px,100%);background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:24px;display:flex;flex-direction:column;gap:18px}.input{width:100%;box-sizing:border-box;padding:12px 16px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-sm);background:#f8fafcf2;font:inherit;font-size:.95rem;font-weight:600;color:var(--text);outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.input:focus{border-color:#9ee37d8a;background:#eefbdd;box-shadow:0 8px 20px #4f9b3524;color:var(--accent-strong)}.input::placeholder{color:#16203359;font-weight:500}.input:disabled{opacity:.5;cursor:not-allowed}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.03em}.badge-green{background:var(--accent-soft);color:var(--accent-strong)}.badge-neutral{background:#1620330f;color:var(--text-soft)}.toast-error{padding:10px 14px;border-radius:var(--radius-sm);background:#fee2e2;color:#dc2626;font-size:.85rem;font-weight:600}.gamemodes-section{display:flex;flex-direction:column;gap:16px}.gamemodes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gamemode{display:flex;align-items:center;gap:16px;min-height:116px;padding:24px;border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(180deg,#fff,#f4fbe9);color:var(--text);font-size:1.15rem;font-weight:700;letter-spacing:-.01em;text-transform:none;cursor:pointer;box-shadow:inset 0 1px #ffffffe6;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;text-align:left}.gamemode:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.gamemode:hover{transform:translateY(-2px);border-color:#9ee37d8f;box-shadow:0 16px 30px #4f9b3533}.gamemode.selected{border-color:#9ee37da3;background:linear-gradient(135deg,var(--accent-soft) 0%,#d8f4c0 100%);box-shadow:0 18px 34px #4f9b3538}.gamemode-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;flex-shrink:0;border:1px solid rgba(79,155,53,.12);border-radius:20px;background:linear-gradient(180deg,#fff,#f6fde9);box-shadow:inset 0 1px #fffffff2,0 10px 18px #4f9b3514;color:#4f9b35}.gamemode-icon svg{width:30px;height:30px;stroke-width:1.8}.gamemode-content{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}.gamemode-title{font-size:1.1rem;font-weight:700;line-height:1.2}.gamemode-description{font-size:.92rem;font-weight:500;line-height:1.4;color:var(--text-soft)}.gamemodes-section .choose{width:100%}@media(max-width:700px){.gamemodes-section{padding:20px}.gamemodes{grid-template-columns:1fr}.gamemode{min-height:92px;padding:18px}.gamemode-icon{width:54px;height:54px;border-radius:18px}.gamemode-icon svg{width:26px;height:26px}.gamemode-title{font-size:1rem}.gamemode-description{font-size:.86rem}}.confirm-dialog{width:min(420px,100%);padding:28px 24px 24px;gap:12px}.confirm-dialog-title{font-size:1.1rem;font-weight:700;color:var(--text)}.confirm-dialog-body{font-size:.9rem;color:var(--text-soft);line-height:1.5}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.welcome-block{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1200px,calc(100vw - 48px));margin:0 auto 24px;padding:28px 30px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:radial-gradient(circle at top right,rgba(158,227,125,.18),transparent 32%),#ffffffeb;box-shadow:var(--shadow-lg)}.welcome-copy{display:flex;flex-direction:column;gap:8px}.welcome-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-strong)}.welcome-title{margin:0;font-size:2rem;line-height:1.1;letter-spacing:-.03em;color:var(--text)}.welcome-description{margin:0;max-width:620px;font-size:1rem;line-height:1.6;color:var(--text-soft)}.welcome-accent{flex-shrink:0}.welcome-accent-circle{display:inline-flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:28px;background:linear-gradient(180deg,#fff,#f4fbe9);color:var(--accent-strong);box-shadow:inset 0 1px #fffffff2,0 14px 28px #4f9b351f}.service-selection{display:flex;align-items:center;justify-content:center;gap:12px;width:min(1200px,calc(100vw - 48px));margin:0 auto 32px;padding:8px;border:1px solid rgba(22,32,51,.08);border-radius:999px;background:#ffffffd1;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.selection-button,.service .choose{cursor:pointer;text-transform:uppercase;letter-spacing:.08em;font-weight:600;min-height:54px;border-radius:999px;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease}.selection-button{flex:1 1 0;min-width:0;padding:0 28px;border:none;background:transparent;color:var(--text-soft)}.selection-button:hover{color:var(--text);background:#1620330d}.service-selection .selected{background:var(--text);color:#fff;box-shadow:0 14px 30px #1620332e}.service .choose{padding:0 28px;border:1px solid transparent;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-strong) 100%);color:#fff;box-shadow:0 16px 32px #4f9b353d}.service .choose:hover{transform:translateY(-1px);box-shadow:0 20px 36px #4f9b354d}.service .choose:active,.selection-button:active{transform:translateY(0)}@media(max-width:900px){.selection-button{width:100%;flex:1 1 100%}.service-selection{width:calc(100vw - 32px);flex-wrap:wrap;border-radius:28px}}@media(max-width:640px){.welcome-block,.service{width:calc(100vw - 24px)}.welcome-block{flex-direction:column;align-items:flex-start;padding:22px 20px}.welcome-title{font-size:1.6rem}.service-selection{width:calc(100vw - 24px);padding:10px}}.silent-mode{display:flex;flex-direction:column;gap:10px}.silent-top-row{display:flex;align-items:center;justify-content:flex-end;gap:16px}.silent-finish-loader{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--accent-strong);border-radius:50%;animation:silent-spin .7s linear infinite}@keyframes silent-spin{to{transform:rotate(360deg)}}.silent-progress-bar-wrap{padding:20px 24px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-md);background:#ffffffe6;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:10px}.silent-progress-label{display:flex;justify-content:space-between;font-size:.9rem;font-weight:600;color:var(--text-soft);text-transform:uppercase;letter-spacing:.08em}.silent-progress-track{width:100%;height:12px;background:var(--surface-muted);border-radius:999px;overflow:hidden;border:1px solid var(--border)}.silent-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-strong) 100%);border-radius:999px;transition:width .5s ease}.silent-stats{display:flex;gap:12px}.silent-stats span{flex:1;padding:16px 24px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-md);background:#ffffffe6;box-shadow:var(--shadow-md);font-size:.9rem;font-weight:600;color:var(--text-soft);text-transform:uppercase;letter-spacing:.08em}.silent-stats span:first-child{border-color:#dc262633;color:#dc2626}.silent-stats span:last-child{border-color:#16a34a33;color:#16a34a}.silent-devices{display:flex;flex-direction:column;gap:10px}.silent-device{justify-content:space-between;padding:16px 24px}.silent-device.needs-help{border-color:#e2555566;background:#fff5f5f2}.silent-device-left{display:flex;align-items:center;gap:14px;min-width:180px}.silent-status{width:18px;height:18px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 5px #1620330d}.silent-status.ok{background:var(--success)}.silent-status.error{background:var(--danger)}.silent-device-name{font-size:1rem;font-weight:600}.silent-device-right{display:flex;align-items:center;gap:12px;flex:1;max-width:400px}.silent-device-progress-track{flex:1;height:8px;background:var(--surface-muted);border-radius:999px;overflow:hidden;border:1px solid var(--border)}.silent-device-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-strong) 100%);border-radius:999px;transition:width .4s ease}.silent-device-count{font-size:.9rem;font-weight:600;color:var(--text-soft);min-width:36px;text-align:right}.silent-device.done{border-color:#16a34a99;background:#bbf7d0b3}.silent-status.neutral{background:#888;box-shadow:0 0 0 5px #1620330d}.pagination{align-self:center;display:inline-flex;align-items:center;justify-content:center;gap:8px;max-width:100%;padding:6px;border:1px solid rgba(22,32,51,.08);border-radius:999px;background:#ffffffb8;box-shadow:var(--shadow-md)}.pagination-arrow,.pagination-number{width:36px;height:36px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--text);font:inherit;font-size:.9rem;font-weight:800;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.pagination-arrow:hover:not(:disabled),.pagination-number:hover:not(:disabled){border-color:#4f9b3538;background:#e8f7dad9;color:var(--accent-strong)}.pagination-number.active{border-color:var(--accent-strong);background:var(--accent-strong);color:#fff;cursor:default}.pagination-arrow:disabled,.pagination-number:disabled:not(.active){cursor:not-allowed;opacity:.38}.pagination-numbers,.pagination-number-group{display:inline-flex;align-items:center;gap:4px}.pagination-gap{width:24px;color:var(--text-soft);font-size:.86rem;font-weight:800;text-align:center}.multiple-choice-mode{position:relative;width:100%;height:calc(100vh - 66px);min-height:0;min-width:0;margin:0;display:flex;flex-direction:column;gap:10px;padding:10px;overflow:hidden}body.mc-fullscreen .menu{display:none}body.mc-fullscreen .multiple-choice-mode{height:100vh}.mc-content-area{flex:1;min-height:0;display:flex;flex-direction:column;gap:10px}.mc-content-area>.multiple-choice-question-card,.mc-content-area>.multiple-choice-grid{flex:1;min-height:0}.multiple-choice-mode--horizontal .mc-content-area{flex-direction:row;align-items:stretch}.multiple-choice-mode--horizontal .mc-content-area>.multiple-choice-question-card{flex:1;min-width:0;min-height:0}.multiple-choice-mode--horizontal .mc-content-area>.multiple-choice-grid{flex:1;grid-template-columns:1fr;grid-template-rows:repeat(4,auto);align-self:stretch;min-height:0;min-width:0}.multiple-choice-mode--horizontal .multiple-choice-grid>.multiple-choice-option:last-child:nth-child(odd){grid-column:auto;justify-self:stretch;width:100%}.multiple-choice-mode-picker{height:auto;min-height:calc(100vh - 66px);overflow:visible;flex-shrink:0;padding-top:0}.mc-quiz-picker{width:min(1200px,calc(100vw - 48px));margin:12px auto 40px;display:flex;flex-direction:column;gap:10px}.multiple-choice-celebration{position:fixed;z-index:20;pointer-events:none}.multiple-choice-celebration img{display:block;width:100%;height:auto}.multiple-choice-celebration.koala{right:40px;bottom:0;width:min(420px,32vw)}.multiple-choice-celebration.cat{left:-420px;bottom:28px;width:min(420px,32vw);animation:cat-run 2.2s linear forwards}.multiple-choice-celebration.hot-air-balloon{inset:0;width:100vw;height:100vh;overflow:hidden;z-index:260}.multiple-choice-celebration img.hot-air-balloon{position:absolute;left:56%;bottom:-320px;width:min(260px,22vw);height:auto;filter:drop-shadow(0 12px 18px rgba(22,32,51,.18));animation:hot-air-balloon-rise 2.3s linear forwards}.multiple-choice-progress-card,.multiple-choice-question-card{padding:12px 18px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-md);background:#ffffffe0;box-shadow:var(--shadow-md)}.multiple-choice-top-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;min-width:0}.multiple-choice-top-progress{flex:1;min-width:120px;align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding-top:0;padding-bottom:0;border-radius:var(--radius-sm)}.multiple-choice-top-answered{align-self:stretch;border-radius:var(--radius-sm);white-space:nowrap}.multiple-choice-top-action{flex-shrink:0;padding:10px 20px;border:none;border-radius:var(--radius-sm);background:linear-gradient(135deg,#9ee37d,#4f9b35);color:#fff;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s ease}.multiple-choice-top-action:disabled{cursor:not-allowed;opacity:.6}.multiple-choice-top-action-labels{display:grid}.multiple-choice-top-action-labels>span{grid-area:1 / 1}.multiple-choice-reveal-btn{padding:10px 20px;border:1px solid rgba(79,155,53,.3);border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--accent-strong);font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.multiple-choice-reveal-btn:hover:not(:disabled){background:#d6f5b8;border-color:var(--accent-strong)}.multiple-choice-reveal-btn:disabled{cursor:not-allowed;opacity:.6}.multiple-choice-pause-btn{padding:10px 20px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-soft);font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.multiple-choice-pause-btn:hover:not(:disabled){color:var(--text);border-color:var(--accent-strong)}.multiple-choice-pause-btn:disabled{cursor:not-allowed;opacity:.6}.multiple-choice-pause-btn-label{display:grid}.multiple-choice-pause-btn-label>span{grid-area:1 / 1}.multiple-choice-reveal-btn-label{display:grid}.multiple-choice-reveal-btn-label>span{grid-area:1 / 1}.multiple-choice-progress-label{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:7px;color:var(--text-soft);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;min-width:0;overflow:hidden}.multiple-choice-progress-label span:first-child{flex:0 0 auto}.multiple-choice-progress-label span:last-child{flex:1;min-width:0;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiple-choice-progress-track{height:9px;border:1px solid var(--border);border-radius:999px;background:var(--surface-muted);overflow:hidden}.multiple-choice-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-strong) 100%);transition:width .4s ease}.multiple-choice-timer-banner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 18px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-md);background:linear-gradient(180deg,#fff,#f4fbe9);box-shadow:var(--shadow-md);text-align:center}.multiple-choice-timer-banner.revealed{background:linear-gradient(135deg,var(--accent-soft) 0%,#d8f4c0 100%);border-color:#4f9b3538}.multiple-choice-top-timer{align-self:stretch;border-radius:var(--radius-sm);box-shadow:none;width:100px;flex-shrink:0;padding:0 10px}.multiple-choice-action-group{align-self:stretch;display:inline-flex;align-items:center;justify-content:center;width:100px;flex-shrink:0;border:1px solid var(--border);border-radius:var(--radius-md);background:#9ee37d1f;box-shadow:var(--shadow-md);cursor:pointer;color:var(--accent-strong);transition:background .2s ease,color .2s ease}.multiple-choice-action-group:hover:not(:disabled){background:var(--accent-soft)}.multiple-choice-action-group:disabled{opacity:.35;cursor:not-allowed}.multiple-choice-action-group svg{width:22px;height:22px}.multiple-choice-timer-banner.revealed-red{background:linear-gradient(180deg,#ef3f5c,#e21b3c);border-color:transparent}.multiple-choice-timer-banner.revealed-blue{background:linear-gradient(180deg,#2f7ce5,#1368ce);border-color:transparent}.multiple-choice-timer-banner.revealed-yellow{background:linear-gradient(180deg,#f0bd32,#d89e00);border-color:transparent}.multiple-choice-timer-banner.revealed-green{background:linear-gradient(180deg,#35a916,#26890c);border-color:transparent}.multiple-choice-top-timer-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;filter:drop-shadow(0 3px 2px rgba(17,17,17,.3))}.multiple-choice-top-timer-icon svg{width:100%;height:100%;fill:#f4f4f4}.multiple-choice-timer-caption{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft)}.multiple-choice-timer-display{font-size:1.5rem;line-height:.95;font-weight:700;letter-spacing:-.05em;color:var(--text)}.multiple-choice-answered-count{align-self:center;min-height:46px;padding:0 24px;border:1px solid rgba(22,32,51,.12);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#fffffff5;box-shadow:none}.multiple-choice-answered-count.multiple-choice-top-answered{background:linear-gradient(180deg,#fff,#f4fbe9);padding:0 20px;width:100px;flex-shrink:0}.multiple-choice-answered-value{color:var(--text);font-size:1.5rem;font-weight:800;line-height:1;letter-spacing:0;font-variant-numeric:tabular-nums}.multiple-choice-question-card{display:flex;align-items:stretch;justify-content:center;text-align:center;min-height:clamp(60px,8vh,100px);flex:1;min-width:0;overflow:hidden}.multiple-choice-question-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;width:100%;min-height:0;overflow:hidden}.multiple-choice-question-details{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;flex:1;min-height:0}.multiple-choice-question-details.has-image-text{text-align:left;align-items:stretch}.multiple-choice-question-image{max-width:100%;height:100%;max-height:100%;min-height:40px;display:block;object-fit:contain;flex-shrink:1}.multiple-choice-question-details.has-image-text .multiple-choice-question-image{flex-shrink:0;max-width:38%;height:100%}.multiple-choice-question-body-block{min-width:0;text-align:left;overflow:auto}.multiple-choice-question{margin:0;padding-bottom:10px;flex-shrink:0;font-size:clamp(3.73rem,min(5.5vw,6.83vw),5.59rem);font-weight:400;line-height:1;letter-spacing:-.03em;width:100%;max-width:none}.multiple-choice-question-body{margin:6px 0 0;font-size:clamp(1.28rem,2.04vw,1.72rem);font-weight:400;line-height:.93;color:var(--text-soft)}.multiple-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:16px;flex:0 1 min(44vh,460px);min-height:calc(2*clamp(80px,9vw,104px) + 16px)}.multiple-choice-option{position:relative;height:100%;min-height:clamp(80px,9vw,104px);border:none;border-radius:24px;display:flex;align-items:center;padding:10px;color:#fff;cursor:default;box-shadow:inset 0 1px #ffffff29;transition:box-shadow .2s ease,filter .2s ease}.multiple-choice-answer-right{flex:0 0 10%;align-self:stretch;position:relative;display:flex;flex-direction:column;align-items:center;padding-left:20px}.multiple-choice-correct-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 8px 18px #16203347}.multiple-choice-correct-badge svg{width:32px;height:32px;fill:none;stroke:#26890c;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.multiple-choice-option.correct{box-shadow:inset 0 1px #ffffff29;filter:saturate(1.08) brightness(1.02)}.multiple-choice-option.incorrect{filter:grayscale(.15) brightness(.92);box-shadow:inset 0 0 0 4px #ffffffd6}.multiple-choice-option.blue{background:linear-gradient(180deg,#2f7ce5,#1368ce)}.multiple-choice-option.red{background:linear-gradient(180deg,#ef3f5c,#e21b3c)}.multiple-choice-option.orange{background:linear-gradient(180deg,#e49347,#d28235)}.multiple-choice-option.yellow{background:linear-gradient(180deg,#f0bd32,#d89e00)}.multiple-choice-option.pink{background:linear-gradient(180deg,#ba4f9d,#a13d84)}.multiple-choice-option.green{background:linear-gradient(180deg,#35a916,#26890c)}.multiple-choice-option-icon{flex:0 0 20%;height:clamp(60px,7vw,84px);padding-right:10px;display:inline-flex;align-items:center;justify-content:flex-start;filter:drop-shadow(0 7px 3px rgba(17,17,17,.34))}.multiple-choice-option-icon svg{width:clamp(60px,7vw,84px);height:clamp(60px,7vw,84px);fill:#f4f4f4}.multiple-choice-option-text{flex:1;min-width:0;overflow:hidden;display:flex;align-items:center;padding-right:10px;font-size:clamp(2.55rem,4.46vw,5.1rem);font-weight:400;line-height:1;letter-spacing:-.02em}.multiple-choice-option-text span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:ellipsis;white-space:normal;padding:.1em .3em .1em 0}.multiple-choice-answer-count{margin-top:auto;display:flex;align-items:flex-end;visibility:hidden;transition:opacity .16s ease}.multiple-choice-answer-count span{min-width:58px;height:44px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fffffff0;color:#162033;font-size:1.35rem;font-weight:800;box-shadow:0 8px 18px #16203333}.multiple-choice-answer-check{color:#26890c}.multiple-choice-answer-count.correct span{background:#e9f8df}.multiple-choice-option.show-count .multiple-choice-answer-count{opacity:1;visibility:visible}.multiple-choice-option.text-only .multiple-choice-option-text{min-width:140px;text-align:center;line-height:1}.multiple-choice-option-image{flex:1;min-width:0;height:100%;margin-right:10px;object-fit:contain;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px #1620330f,0 12px 18px #11111129}.multiple-choice-action-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);justify-content:stretch;align-items:center;gap:10px;min-height:64px;padding-top:18px}.multiple-choice-action-error-slot{min-width:0;display:flex;justify-content:flex-start}.multiple-choice-action-spacer{min-width:0}.multiple-choice-action-error{padding:8px 14px;border:1px solid rgba(226,27,60,.18);border-radius:12px;background:#fff5f7f5;color:#b41430;font-size:.86rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiple-choice-primary-action{min-width:260px;min-height:46px;padding:0 32px;font-size:1rem;font-weight:700;letter-spacing:.04em}.multiple-choice-mode.multiple-choice-finished{position:relative;align-items:center;justify-content:flex-start;padding:10px}.mc-finished-stats{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:min(900px,100%)}.mc-finished-stat-card--full{grid-column:1 / -1;min-width:0}.mc-finished-stat-title{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.multiple-choice-finished h1{margin:0;font-size:2.2rem}.multiple-choice-finished-badge{padding:8px 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:.82rem;font-weight:700;letter-spacing:.08em}.multiple-choice-finished-actions{display:flex;justify-content:center;gap:14px}.multiple-choice-finished-actions>button{min-height:54px}.multiple-choice-secondary-action{min-width:auto;padding:0 28px;border:1px solid var(--border);border-radius:999px;background:#ffffffeb;color:var(--text);font-size:1rem;font-weight:600;letter-spacing:normal;cursor:pointer}.mc-quiz-list-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.mc-quiz-list-shell{gap:16px}.mc-quiz-filters{display:flex;gap:10px;flex-wrap:wrap;padding-bottom:10px}.mc-quiz-filter-input{flex:1;min-width:140px;padding:9px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffffe0;color:var(--text);font-size:.875rem;font-family:inherit;outline:none;transition:border-color .2s ease}.mc-quiz-filter-input:focus{border-color:var(--accent-strong)}.mc-filter-dropdown{position:relative;flex:1;min-width:140px}.mc-filter-dropdown-trigger{display:inline-flex;align-items:center;gap:12px;width:100%;min-height:46px;padding:10px 20px;border:1px solid rgba(22,32,51,.08);border-radius:18px;background:#f8fafcf2;color:#162033;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;justify-content:space-between;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.mc-filter-dropdown-trigger:hover,.mc-filter-dropdown-trigger.open{border-color:#9ee37d8a;background:#eefbdd;color:#4f9b35;box-shadow:0 12px 26px #4f9b352e;transform:translateY(-1px)}.mc-filter-dropdown-trigger svg{flex-shrink:0;transition:transform .2s ease}.mc-filter-dropdown-trigger.open svg{transform:rotate(180deg)}.mc-filter-dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;width:100%;padding:8px;border:1px solid rgba(22,32,51,.08);border-radius:18px;background:#fffffff5;box-shadow:0 20px 40px #16203324;display:flex;flex-direction:column;gap:4px;z-index:100}.mc-filter-dropdown-search{width:100%;border:1.5px solid rgba(22,32,51,.13);border-radius:12px;background:transparent;padding:8px 16px;font-size:.95rem;font-weight:600;font-family:inherit;color:#162033;outline:none;margin-bottom:4px;box-sizing:border-box}.mc-filter-dropdown-search:focus{border-color:#9ee37d8a;background:#eefbdd}.mc-filter-dropdown-option{border:none;border-radius:12px;background:transparent;text-align:left;min-height:48px;padding:0 16px;font-size:.95rem;font-weight:600;font-family:inherit;color:#162033;cursor:pointer;transition:background .2s ease,color .2s ease}.mc-filter-dropdown-option:hover{background:#1620330f;color:#4f9b35}.mc-filter-dropdown-option.selected{background:#eefbdd;color:#4f9b35}.choose.mc-quiz-filter-btn{padding:10px 20px;height:auto;min-height:unset;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;letter-spacing:normal;text-transform:none;flex-shrink:0;background:var(--surface);color:var(--text-soft);border:1px solid var(--border);box-shadow:none}.choose.mc-quiz-filter-btn:hover{transform:none;color:var(--text);border-color:var(--accent-strong);box-shadow:none}.mc-quiz-list-status{margin:0;padding:12px 4px;font-size:.9rem;color:var(--text-soft)}.mc-quiz-list{position:relative;display:flex;flex-direction:column;gap:10px;min-height:80px}.mc-quiz-list-spinner-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.mc-quiz-list-spinner{display:block;width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--accent-strong);border-radius:50%;animation:mc-quiz-spin .7s linear infinite}@keyframes mc-quiz-spin{to{transform:rotate(360deg)}}.mc-quiz-card{padding:10px 20px}.mc-quiz-card-info{flex:1;display:flex;flex-direction:column;gap:6px}.mc-quiz-card-title{font-size:1rem;font-weight:700;color:var(--text)}.mc-quiz-card-tags{display:flex;gap:6px;flex-wrap:wrap}.choose.mc-quiz-start-btn{padding:10px 20px;height:auto;min-height:unset;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;letter-spacing:normal;text-transform:none;flex-shrink:0}.mc-quiz-pagination{align-self:center;display:inline-flex;align-items:center;justify-content:center;gap:8px;max-width:100%;padding:6px;border:1px solid rgba(22,32,51,.08);border-radius:999px;background:#ffffffb8;box-shadow:var(--shadow-md)}.mc-quiz-page-arrow,.mc-quiz-page-number{width:36px;height:36px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--text);font:inherit;font-size:.9rem;font-weight:800;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.mc-quiz-page-arrow:hover:not(:disabled),.mc-quiz-page-number:hover:not(:disabled){border-color:#4f9b3538;background:#e8f7dad9;color:var(--accent-strong)}.mc-quiz-page-number.active{border-color:var(--accent-strong);background:var(--accent-strong);color:#fff;cursor:default}.mc-quiz-page-arrow:disabled,.mc-quiz-page-number:disabled:not(.active){cursor:not-allowed;opacity:.38}.mc-quiz-page-numbers,.mc-quiz-page-number-group{display:inline-flex;align-items:center;gap:4px}.mc-quiz-page-gap{width:24px;color:var(--text-soft);font-size:.86rem;font-weight:800;text-align:center}@keyframes cat-run{0%{transform:translate(0);opacity:1}to{transform:translate(calc(100vw + 320px));opacity:1}}@keyframes hot-air-balloon-rise{0%{transform:translate3d(-50%,0,0);opacity:0}8%{opacity:1}92%{opacity:1}99%{opacity:1}to{transform:translate3d(-28vw,-150vh,0);opacity:0}}@media(max-width:900px){.multiple-choice-mode{padding:14px}.mc-quiz-picker{width:min(100%,calc(100vw - 28px));margin:20px auto}.multiple-choice-celebration.koala{right:20px;width:min(300px,38vw);bottom:0}.multiple-choice-celebration.cat{left:-300px;width:min(300px,38vw);bottom:18px}.multiple-choice-celebration img.hot-air-balloon{bottom:-260px;width:min(210px,38vw)}.multiple-choice-grid{grid-template-columns:1fr}.multiple-choice-grid>.multiple-choice-option:last-child:nth-child(odd){grid-column:auto;justify-self:stretch;width:100%}.multiple-choice-option{min-height:0}.multiple-choice-primary-action{width:100%;min-width:0;min-height:56px}.multiple-choice-finished-actions{width:100%;flex-direction:column}}@media(max-width:640px){.mc-quiz-list-header{align-items:flex-start}.multiple-choice-progress-label{flex-direction:row;align-items:center}.multiple-choice-progress-label span:last-child{text-align:right;white-space:nowrap}.multiple-choice-option{padding:16px;gap:16px;min-height:0}.multiple-choice-option,.multiple-choice-option.show-count{padding-right:72px}.multiple-choice-option-icon{width:64px;height:64px}.multiple-choice-option-image{width:min(46%,220px);height:min(74%,150px);border-radius:14px}.multiple-choice-option-text{font-size:4rem}.multiple-choice-correct-badge{width:44px;height:44px;right:12px}.multiple-choice-correct-badge svg{width:24px;height:24px}.multiple-choice-answer-count{right:12px;bottom:12px;min-width:48px;height:38px;font-size:1.1rem}.multiple-choice-question-card{min-height:14vh}}.menu{display:flex;align-items:center;gap:18px;width:100%;margin:0;padding:10px;position:relative;z-index:200;background:#ffffffe0;box-shadow:0 24px 60px #1620331a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.menu-measure{position:absolute;left:-99999px;top:0;visibility:hidden;pointer-events:none;width:auto;margin:0;white-space:nowrap}.logo-link{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none}.logo{display:block;width:220px;height:auto}.navigation{display:flex;align-items:center;gap:10px;min-width:0}.navigation-item{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 14px;border-radius:999px;color:#5f6d86;font-size:.88rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.navigation-item:hover{background:#1620330f;color:#162033;transform:translateY(-1px)}.navigation-item--icon-btn{gap:8px;border:1px solid rgba(22,32,51,.08);background:#f8fafcf2;color:#162033}.navigation-item--icon-btn svg{color:#4f9b35;flex-shrink:0;transition:color .2s ease}.navigation-item--icon-btn:hover,.navigation-item.navigation-item--icon-btn.active{transform:none;border-color:#9ee37d8a;background:#eefbdd;color:#4f9b35}.navigation-item.active{background:#16203314;color:#162033}.settings{margin-left:auto;display:flex;align-items:center;gap:10px;flex-shrink:0}.menu:has(.menu-toggle) .settings{margin-left:auto;justify-content:flex-end}.dropdown-wrapper{position:relative;z-index:40}.icon-button,.choose{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:46px;padding:0 16px;border-radius:999px;cursor:pointer;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease,color .2s ease}.icon-button{min-width:110px;min-height:46px;border:1px solid rgba(22,32,51,.08);background:#f8fafcf2;color:#162033}.icon-button:hover,.icon-button.open{transform:translateY(-1px);border-color:#9ee37d8a;background:#eefbdd;color:#4f9b35;box-shadow:0 12px 26px #4f9b352e}.icon-button svg{width:22px;height:22px;flex-shrink:0;color:#4f9b35}.class-dropdown-wrapper .icon-button{min-width:98px}.menu-toggle .icon-button-text{color:#4f9b35}.icon-button-text{min-width:24px;text-align:center;white-space:nowrap;font-size:.84rem}.choose{min-height:46px;border:none;background:linear-gradient(135deg,#9ee37d,#4f9b35);color:#fff;box-shadow:0 12px 26px #4f9b3538}.choose:hover{transform:translateY(-1px);box-shadow:0 16px 30px #4f9b3547}.dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:100%;padding:8px;border:1px solid rgba(22,32,51,.08);border-radius:18px;background:#fffffff5;box-shadow:0 20px 40px #16203324;display:flex;flex-direction:column;gap:4px;z-index:1000}.dropdown-item{border:none;border-radius:12px;background:transparent;text-align:center;min-height:42px;padding:0 14px;font-size:.9rem;font-weight:600;color:#162033;cursor:pointer;transition:background .2s ease,color .2s ease}.dropdown-item:hover{background:#1620330f;color:#4f9b35}.menu-toggle{min-width:48px}.mobile-sidebar{display:flex;flex-direction:column;gap:22px;width:calc(100vw - 24px);margin:-12px auto 24px;padding:22px 18px;position:relative;z-index:180;border:1px solid rgba(22,32,51,.08);border-radius:22px;background:#fffffff0;box-shadow:0 20px 40px #1620331f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);align-items:center;text-align:center}.mobile-sidebar-section{display:flex;flex-direction:column;gap:12px;align-items:stretch;width:100%;max-width:420px;margin:0 auto}.mobile-navigation{flex-direction:column;align-items:stretch;gap:10px;width:100%}.mobile-sidebar-section .dropdown-wrapper,.mobile-sidebar-section .icon-button{width:100%}.mobile-navigation .navigation-item{width:100%;justify-content:center;min-height:50px;padding:0 18px;font-size:.9rem}@media(max-width:1360px){.logo{width:196px}.navigation-item{padding:0 12px;font-size:.84rem}.icon-button,.choose{height:44px;padding:0 14px}.icon-button{min-height:44px}}@media(max-width:640px){.menu{padding:14px}.logo{width:176px}.icon-button,.choose{height:42px}.icon-button{min-height:42px}}.auth-page-shell{min-height:100%}.auth-layout{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at top left,rgba(158,227,125,.22),transparent 28%),linear-gradient(180deg,#f8fbff,#f4f7fb)}.auth-card{width:min(460px,100%);padding:20px;border:1px solid rgba(22,32,51,.08);border-radius:28px;background:#ffffffeb;box-shadow:0 24px 60px #1620331f}.auth-card-header{display:flex;flex-direction:column;gap:0;margin-bottom:20px}.auth-heading{margin:0;color:#162033;font-size:2rem;letter-spacing:-.03em}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-label{display:flex;flex-direction:column;gap:8px;color:#162033;font-size:.92rem;font-weight:600}.auth-input{height:50px;padding:0 16px;border:1px solid rgba(22,32,51,.1);border-radius:16px;background:#fff;color:#162033;font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.auth-input:focus{border-color:#4f9b358c;box-shadow:0 0 0 4px #9ee37d2e}.auth-password-field{position:relative;width:100%}.auth-password-input{width:100%;padding-right:52px}.auth-password-toggle{position:absolute;top:50%;right:10px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:none;border-radius:50%;background:transparent;color:#5f6d86;cursor:pointer;transform:translateY(-50%);transition:background-color .2s ease,color .2s ease}.auth-password-toggle:hover,.auth-password-toggle:focus-visible{background:#4f9b351a;color:#4f9b35;outline:none}.auth-password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.auth-hint{margin:0;color:#5f6d86;font-size:.9rem;line-height:1.5}.auth-totp-qr{display:flex;justify-content:center;padding:16px;border:1px solid rgba(22,32,51,.1);border-radius:16px;background:#fff}.auth-totp-secret-details{color:#5f6d86;font-size:.88rem}.auth-totp-secret-details summary{cursor:pointer;-webkit-user-select:none;user-select:none}.auth-totp-secret-value{display:block;margin-top:8px;color:#162033;font-family:monospace;font-size:.88rem;word-break:break-all;letter-spacing:.06em;-webkit-user-select:all;user-select:all}.auth-primary{width:100%;padding:10px 20px;height:auto;border:none;border-radius:var(--radius-sm);background:linear-gradient(135deg,#9ee37d,#4f9b35);color:#fff;font:inherit;font-size:1rem;font-weight:600;letter-spacing:normal;text-transform:none;cursor:pointer;box-shadow:0 12px 26px #4f9b3538;transition:filter .2s ease}.auth-primary:disabled{opacity:.72;cursor:wait}.auth-error,.auth-success{padding:12px 14px;border-radius:14px;font-size:.9rem;line-height:1.5}.auth-error{background:#e255551a;color:#b33c3c}.auth-success{background:#4f9b351a;color:#3d7e2b}.auth-footer{display:flex;justify-content:center;gap:8px;margin-top:22px;color:#5f6d86;font-size:.92rem}.auth-link{border:none;background:transparent;color:#4f9b35;font:inherit;font-weight:700;cursor:pointer}@media(max-width:920px){.auth-page-shell{min-height:auto}.auth-layout{padding:16px}}.admin{display:flex;flex-direction:column;gap:10px}.admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.admin,.admin-users{display:flex;flex-direction:column;gap:10px}.admin-users-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-users-header h2{margin:0;font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:700;color:var(--text);letter-spacing:-.03em}.admin-user{padding:5px 24px}.admin-user-shield{flex-shrink:0;color:#4f9b35}.admin-user-email{flex:1;font-size:1rem;font-weight:600;color:var(--text)}.admin-users-list{position:relative;min-height:80px;display:flex;flex-direction:column;gap:10px}.admin-users-spinner-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:transparent}.admin-users-spinner{display:block;width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--accent-strong);border-radius:50%;animation:admin-spin .7s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.rename-picker{width:min(480px,100%)}.rename-picker-header{display:flex;flex-direction:column;gap:6px;padding-bottom:12px;border-bottom:1px solid rgba(22,32,51,.08)}.rename-picker-title{font-size:1.1rem;font-weight:700;color:var(--text)}.rename-picker-device-id{font-size:.85rem;color:var(--text-soft);font-family:monospace}.rename-picker-footer{display:flex;justify-content:flex-end;gap:8px;padding-top:6px;border-top:1px solid rgba(22,32,51,.08)}.move-picker{width:min(480px,100%)}.move-picker-header{display:flex;flex-direction:column;gap:6px;padding-bottom:12px;border-bottom:1px solid rgba(22,32,51,.08)}.move-picker-title{font-size:1.1rem;font-weight:700;color:var(--text)}.move-picker-device-id{font-size:.85rem;color:var(--text-soft);font-family:monospace}.move-picker-current{display:flex;align-items:center;gap:8px;margin-top:4px}.move-picker-current-label{font-size:.8rem;color:var(--text-soft);text-transform:uppercase;letter-spacing:.06em}.move-picker-combo{position:relative}.move-picker-combo-trigger{display:flex;align-items:center;gap:8px;padding:12px 16px;min-height:46px;border:1px solid rgba(22,32,51,.08);border-radius:14px;background:#f8fafcf2;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.move-picker-combo-trigger:focus-within,.move-picker-combo-trigger.open{border-color:#9ee37d8a;background:#eefbdd;box-shadow:0 8px 20px #4f9b3524}.move-picker-combo-trigger input{flex:1;border:none;outline:none;background:transparent;font-size:.95rem;font-weight:600;font-family:inherit;color:#162033}.move-picker-combo-trigger.open input,.move-picker-combo-trigger:focus-within input{color:#4f9b35}.move-picker-combo-trigger input::placeholder{color:#16203359;font-weight:500}.move-picker-combo-arrow{display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:2px;cursor:pointer;color:#16203366;flex-shrink:0;transition:color .2s ease,transform .2s ease}.move-picker-combo-trigger.open .move-picker-combo-arrow{color:#4f9b35;transform:rotate(180deg)}.move-picker-combo-arrow:disabled{opacity:.4;cursor:not-allowed}.move-picker-combo-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;padding:6px;border:1px solid rgba(22,32,51,.08);border-radius:14px;background:#fffffffa;box-shadow:0 16px 32px #1620331f;display:flex;flex-direction:column;gap:2px;z-index:200;max-height:200px;overflow-y:auto}.move-picker-combo-option{display:flex;align-items:center;justify-content:space-between;border:none;border-radius:10px;background:transparent;text-align:left;min-height:42px;padding:0 12px;font-size:.9rem;font-weight:600;font-family:inherit;color:#162033;cursor:pointer;transition:background .15s ease,color .15s ease}.move-picker-combo-option:hover:not(:disabled){background:#1620330d;color:#4f9b35}.move-picker-combo-option:disabled{opacity:.5;cursor:not-allowed}.move-picker-combo-size{font-size:.75rem;font-weight:500;color:var(--text-soft);padding:1px 6px;border-radius:999px;background:#1620330f}.move-picker-footer{display:flex;justify-content:flex-end;gap:8px;padding-top:6px;border-top:1px solid rgba(22,32,51,.08)}.devices{display:flex;flex-direction:column;gap:10px}.devices-zone-picker{position:relative;display:inline-block}.devices-zone-trigger{display:inline-flex;align-items:center;gap:12px;padding:10px 24px;min-height:46px;border:1px solid rgba(22,32,51,.08);border-radius:18px;background:#f8fafcf2;color:#162033;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;min-width:280px;justify-content:space-between;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.devices-zone-trigger:hover,.devices-zone-trigger.open{border-color:#9ee37d8a;background:#eefbdd;color:#4f9b35;box-shadow:0 12px 26px #4f9b352e;transform:translateY(-1px)}.devices-zone-trigger svg{flex-shrink:0;transition:transform .2s ease}.devices-zone-trigger.open svg{transform:rotate(180deg)}.devices-zone-dropdown{position:absolute;top:calc(100% + 10px);left:0;width:100%;padding:8px;border:1px solid rgba(22,32,51,.08);border-radius:18px;background:#fffffff5;box-shadow:0 20px 40px #16203324;display:flex;flex-direction:column;gap:4px;z-index:100}.devices-zone-option{border:none;border-radius:12px;background:transparent;text-align:left;min-height:48px;padding:0 16px;font-size:.95rem;font-weight:600;font-family:inherit;color:#162033;cursor:pointer;transition:background .2s ease,color .2s ease}.devices-zone-option:hover{background:#1620330f;color:#4f9b35}.devices-zone-option.selected{background:#eefbdd;color:#4f9b35}.devices-device{justify-content:space-between;flex-wrap:wrap;padding:5px 24px}.devices-device-id{font-size:1rem;font-weight:600}.devices-device-id-raw{font-size:.85rem;color:var(--text-soft);margin-left:8px}.devices-device-left{display:flex;align-items:center;gap:14px;flex:1}.devices-device-status{width:18px;height:18px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 5px #1620330d}.devices-device-status.connected{background:var(--success)}.devices-device-status.connecting{background:#f59e0b}.devices-device-status.disconnected{background:#888}.devices-device-actions{display:flex;flex-wrap:wrap;gap:8px}.devices-list{position:relative;min-height:80px;display:flex;flex-direction:column;gap:10px}.devices-list-spinner-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.devices-list-spinner{display:block;width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--accent-strong);border-radius:50%;animation:devices-spin .7s linear infinite}@keyframes devices-spin{to{transform:rotate(360deg)}}.mc-quiz-running .site-footer{display:none}.site-footer{margin-top:0;padding:10px;border-top:1px solid rgba(22,32,51,.08);background:#ffffffb8;box-shadow:0 -18px 48px #1620330f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;margin:0 auto;padding-inline:0}.site-footer__brand{display:inline-flex;align-items:center;min-width:0;flex-shrink:0}.site-footer__logo-link{display:inline-flex;align-items:center}.site-footer__logo{display:block;width:184px;height:auto}.site-footer__right{display:flex;align-items:center;justify-content:flex-end;gap:20px;min-width:0}.site-footer__contacts{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-end;gap:10px 18px;min-width:0}.site-footer__contacts a{display:inline-flex;align-items:center;justify-content:flex-start;gap:9px;color:var(--text-soft);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s ease}.site-footer__contacts svg{width:32px;height:32px;padding:7px;border-radius:999px;flex-shrink:0;background:#9ee37d24;fill:none;stroke:#4f9b35d1;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-footer__contacts a:hover{color:var(--accent-strong)}.site-footer__socials{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0;padding-left:16px;border-left:1px solid rgba(22,32,51,.1)}.site-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(22,32,51,.08);border-radius:999px;color:var(--accent-strong);background:#f8fafcf2;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease}.site-footer__social-link:hover{transform:translateY(-2px);border-color:#9ee37d8a;background:var(--accent-soft);color:var(--accent-strong);box-shadow:0 12px 26px #4f9b3529}.site-footer__social-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-footer__social-link svg path{fill:currentColor;stroke:none}.site-footer__social-link:first-child svg path{fill:none;stroke:currentColor}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:10px auto 0;padding-top:10px;padding-inline:0;border-top:1px solid rgba(22,32,51,.08);color:var(--text-soft);font-size:.86rem}@media(max-width:860px){.site-footer{padding:10px}.site-footer__inner{flex-direction:column;align-items:center;gap:24px}.site-footer__right,.site-footer__contacts{align-items:center}.site-footer__right{width:100%;justify-content:center}.site-footer__contacts,.site-footer__socials{justify-content:center}.site-footer__bottom{flex-direction:column;align-items:center;text-align:center;gap:6px}}@media(max-width:640px){.site-footer{padding:10px}.site-footer__logo{width:168px}.site-footer__right{align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.site-footer__socials{justify-content:center;padding-left:14px;padding-top:0;border-left:1px solid rgba(22,32,51,.1);border-top:none}}@media(max-width:420px){.site-footer{padding-inline:0}.site-footer__inner{gap:22px}.site-footer__contacts{gap:10px}.site-footer__contacts a{justify-content:center;padding:10px 12px;border:1px solid rgba(22,32,51,.08);border-radius:999px;background:#f8fafca3;font-size:.86rem}.site-footer__contacts svg{width:30px;height:30px}.site-footer__social-link{width:42px;height:42px}.site-footer__bottom{flex-direction:row;flex-wrap:wrap;justify-content:center}}.about-eyebrow{display:inline-flex;margin-bottom:10px;color:var(--accent-strong);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.about-page h1,.about-page h2,.about-page h3,.about-page p{margin:0}.about-page h1{color:var(--text);font-size:clamp(2rem,3.4vw,3.25rem);line-height:1.08}.about-page h2{max-width:760px;color:var(--text);font-size:clamp(1.55rem,2.6vw,2.35rem);line-height:1.14}.about-page h3{color:var(--text);font-size:1.12rem;line-height:1.25}.about-page p{color:var(--text-soft);font-size:1rem;line-height:1.75}.about-intro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px}.about-intro__text{display:flex;flex-direction:column;justify-content:center;min-height:520px;padding:24px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:var(--shadow-lg)}.about-intro__text p{margin-top:20px}.about-intro__image{overflow:hidden;border-radius:var(--radius-lg);background:#eef2f7;box-shadow:var(--shadow-lg)}.about-intro__image img{display:block;width:100%;height:100%;min-height:100%;object-fit:cover}.about-modes,.about-team{margin-top:16px}.about-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:16px;padding:0 2px}.about-section-heading .about-eyebrow{margin-bottom:8px;flex-shrink:0}.about-section-heading h2{max-width:none;text-align:right;font-size:clamp(1.35rem,2.2vw,2rem);white-space:nowrap}.about-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.about-mode{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:var(--shadow-md)}.about-mode img{display:block;width:100%;aspect-ratio:16 / 8.8;object-fit:cover;border-bottom:1px solid rgba(22,32,51,.08)}.about-mode div{flex:1;padding:24px}.about-mode p{margin-top:10px;font-size:.95rem}.about-team{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:start;gap:16px;padding:24px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:var(--shadow-lg)}.about-team__image{overflow:hidden;border-radius:var(--radius-md);background:var(--surface-muted)}.about-team__image img{display:block;width:100%;aspect-ratio:1.6;object-fit:cover}.about-team__members{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.about-team__members span{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border:1px solid rgba(22,32,51,.08);border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:.92rem;font-weight:800}@media(max-width:920px){.about-page{width:min(720px,calc(100vw - 40px));margin:28px auto}.about-intro,.about-mode-grid,.about-team{grid-template-columns:1fr}.about-section-heading{display:block}.about-section-heading h2{max-width:none;text-align:left;white-space:normal}.about-intro__text{min-height:360px;padding:30px}.about-intro__image img{height:auto;aspect-ratio:16 / 9;min-height:0;object-fit:cover}.about-mode img{height:auto;aspect-ratio:auto;object-fit:contain;background:var(--surface-muted)}.about-team__image img{object-fit:contain;background:var(--surface-muted)}}@media(max-width:560px){.about-page{width:calc(100vw - 32px);margin:18px auto}.about-page h1{font-size:1.86rem;line-height:1.12}.about-page h2{font-size:1.34rem}.about-page p{font-size:.92rem;line-height:1.65}.about-intro__text,.about-team{padding:18px;border-radius:var(--radius-md)}.about-intro__text{min-height:0}.about-intro__image img{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}.about-intro{gap:14px}.about-modes,.about-team{margin-top:22px}.about-section-heading{margin-bottom:12px}.about-mode{border-radius:var(--radius-md)}.about-mode img{aspect-ratio:auto;height:auto;object-fit:initial}.about-mode div{padding:16px}.about-team__image img{aspect-ratio:1.24;height:auto}.about-team__members{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-top:16px}.about-team__members span{justify-content:center;min-height:38px;padding:0 12px;text-align:center;font-size:.88rem}}.price-page h1,.price-page h2,.price-page h3,.price-page p{margin:0}.price-page h1{color:var(--text);font-size:clamp(2.1rem,4vw,3.65rem);line-height:1.06}.price-page h2{color:var(--text);font-size:clamp(1.35rem,2.4vw,2.1rem);line-height:1.14}.price-page h3{color:var(--text);font-size:1.05rem}.price-page p{color:var(--text-soft);font-size:.98rem;line-height:1.7}.price-notice{margin-top:16px;padding:24px;border:1px solid rgba(22,32,51,.08);border-left:4px solid var(--accent-strong);border-radius:var(--radius-md);background:#fff;box-shadow:0 16px 34px #16203314}.price-notice p{max-width:900px}.price-notice a{color:var(--accent-strong);font-weight:800;text-decoration:none;white-space:nowrap}.price-notice a:hover{text-decoration:underline}.price-price-option{border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:var(--shadow-lg)}.price-price-option span{color:var(--text-soft);font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.price-pricing{margin-top:16px}.price-page .price-section-label{display:inline-flex;padding-bottom:10px;color:var(--accent-strong);font-size:.78rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.price-section-heading{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:16px;padding:0 2px}.price-section-heading h2{max-width:none;text-align:right;font-size:clamp(1.35rem,2.2vw,2rem);white-space:nowrap;margin:0}.price-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.price-included{padding:24px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:#fffffff0;box-shadow:var(--shadow-lg)}.price-included-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.price-included-item{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;min-height:150px;padding:20px;border:1px solid rgba(22,32,51,.07);border-radius:var(--radius-md);background:#ffffffc7}.price-included-item__copy{display:flex;min-width:0;flex-direction:column;justify-content:center;align-self:center}.price-included-item__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);align-self:center;flex-shrink:0}.price-included-item__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.price-included-item h3{margin-bottom:7px}.price-included-item p{min-height:5.1em}.price-price-option{display:flex;flex-direction:column;gap:18px;padding:24px}.price-price-option__top{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.price-price-option__identity{display:flex;align-items:center;gap:12px;min-width:0}.price-price-option__identity>div:last-child{min-width:0}.price-price-option__identity span{white-space:nowrap}.price-price-option__top small{display:block;margin-top:3px;color:var(--accent-strong);font-size:.86rem;font-weight:800}.price-price-option__total{display:grid;gap:4px;text-align:right;min-width:0;max-width:54%}.price-price-option__total span{color:var(--text-soft);font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.price-price-option__total strong{color:var(--text);font-size:clamp(1.12rem,1.45vw,1.5rem);line-height:1.05;white-space:nowrap}.price-price-option__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);flex-shrink:0}.price-price-option__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.price-price-row{display:grid;gap:6px;padding:14px 0;border-top:1px solid rgba(22,32,51,.08)}.price-price-row strong{color:var(--text);font-size:1.55rem;line-height:1.1}.price-price-row--accent strong{color:var(--accent-strong)}@media(max-width:940px){.price-page{width:calc(100vw - 40px);margin:28px auto}.price-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.price-included-grid{grid-template-columns:1fr}.price-included-item,.price-included-item p{min-height:0}.price-price-option{gap:16px;padding:20px}.price-price-option__top{display:grid;grid-template-columns:1fr;align-items:start;gap:12px}.price-price-option__total{max-width:none;text-align:left}.price-price-option__total strong{font-size:1.4rem}}@media(max-width:760px){.price-pricing-grid{grid-template-columns:1fr}}@media(max-width:600px){.price-page{width:calc(100vw - 32px);margin:22px auto}.price-price-option{gap:16px;padding:18px;border-radius:var(--radius-md)}.price-price-option__identity{min-width:0}.price-price-option__total strong{font-size:1.38rem}.price-notice{margin-top:16px;padding:16px}.price-included{padding:18px;border-radius:var(--radius-md)}.price-included-item{padding:16px;min-height:0;border-radius:var(--radius-md)}.price-included-item p{min-height:0}.price-price-row{padding:12px 0}.price-price-row strong{font-size:1.34rem}.price-page h1{font-size:2rem}.price-page h2{font-size:1.32rem}.price-page p{font-size:.92rem}.price-pricing-grid{grid-template-columns:1fr}}@media(max-width:520px){.price-page{width:calc(100vw - 28px)}.price-notice a{white-space:normal;overflow-wrap:anywhere}}.contact-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,.95fr);gap:38px;align-items:center;padding:24px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:#fffffff0;box-shadow:var(--shadow-lg)}.contact-copy{max-width:820px}.contact-eyebrow{display:inline-flex;margin-bottom:12px;color:var(--accent-strong);font-size:.78rem;font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.contact-copy h1{margin:0;color:var(--text);font-size:clamp(2.1rem,4vw,3.6rem);line-height:1.06}.contact-copy p{margin:18px 0 0;color:var(--text-soft);font-size:1rem;line-height:1.7}.contact-row{display:grid;grid-template-columns:max-content 28px 1px 28px max-content;align-items:center;justify-content:center;column-gap:0;min-width:0}.contact-spacer{width:28px;height:1px}.contact-email{display:inline-flex;align-items:center;justify-content:flex-start;gap:14px;min-width:0;color:var(--text);font-size:clamp(1.05rem,2vw,1.35rem);font-weight:700;text-decoration:none;transition:color .2s ease}.contact-email svg{width:54px;height:54px;padding:13px;border-radius:999px;flex-shrink:0;background:var(--accent-soft);fill:none;stroke:var(--accent-strong);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-email:hover{color:var(--accent-strong)}.contact-divider{width:1px;height:58px;background:#1620331f}.contact-socials{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-shrink:0}.contact-social-link{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border:1px solid rgba(22,32,51,.08);border-radius:999px;color:var(--accent-strong);background:#f8fafcf2;text-decoration:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease,transform .2s ease}.contact-social-link:hover{transform:translateY(-2px);border-color:#9ee37d8a;background:var(--accent-soft);color:var(--accent-strong);box-shadow:0 12px 26px #4f9b3529}.contact-social-link svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-social-link svg path{fill:currentColor;stroke:none}.contact-social-link:first-child svg path{fill:none;stroke:currentColor}@media(max-width:1060px){.contact-page{width:calc(100vw - 40px);margin:28px auto}.contact-panel{grid-template-columns:1fr}.contact-details{padding-top:26px;border-top:1px solid rgba(22,32,51,.08)}.contact-row{justify-content:center}}@media(max-width:640px){.contact-page{width:calc(100vw - 32px);margin:22px auto}.contact-panel{gap:24px;padding:28px 18px;border-radius:var(--radius-md)}.contact-eyebrow{margin-bottom:10px}.contact-copy h1{font-size:2.1rem}.contact-copy p{font-size:.94rem}.contact-row{width:100%;row-gap:16px;column-gap:0;grid-template-columns:1fr;justify-items:center}.contact-spacer{display:none}.contact-email{width:100%;justify-content:center;gap:10px;font-size:1rem;overflow-wrap:anywhere;text-align:center}.contact-email svg{width:46px;height:46px;padding:11px}.contact-socials{width:100%;justify-content:center;gap:12px;flex-wrap:wrap}.contact-divider{width:100%;height:1px}.contact-social-link{width:52px;height:52px}.contact-social-link svg{width:24px;height:24px}}@media(max-width:380px){.contact-page{width:calc(100vw - 28px)}.contact-panel{padding:24px 14px}.contact-copy h1{font-size:1.9rem}.contact-email{align-items:center;flex-direction:column}.contact-social-link{width:46px;height:46px}.contact-socials{gap:8px}.contact-social-link svg{width:21px;height:21px}}@media(max-width:330px){.contact-social-link{width:42px;height:42px}.contact-socials{gap:6px}}.home-page h1,.home-page h2,.home-page p{margin:0}.home-eyebrow{display:inline-flex;margin-bottom:10px;color:var(--accent-strong);font-size:.78rem;font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.home-page h1{color:var(--text);font-size:clamp(2.2rem,4vw,3.75rem);line-height:1.06}.home-page h2{color:var(--text);font-size:clamp(1.55rem,2.6vw,2.4rem);line-height:1.14}.home-page p{color:var(--text-soft);font-size:1rem;line-height:1.75}.home-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.86fr);gap:24px;align-items:stretch;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:#ffffffeb;box-shadow:var(--shadow-lg);overflow:hidden}.home-price,.home-technorama{border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-lg);background:#ffffffeb;box-shadow:var(--shadow-lg)}.home-hero__content{display:flex;min-height:430px;justify-content:center;flex-direction:column;padding:24px}.home-hero__content p,.home-price p,.home-technorama__copy{align-self:start}.home-technorama__copy p{margin-top:16px}.home-hero__image{overflow:hidden;border-radius:0;background:transparent}.home-hero__image img{display:block;width:100%;height:100%;object-fit:cover}.home-link-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:44px;margin-top:24px;padding:10px 20px;border:1px solid transparent;border-radius:var(--radius-sm);background:linear-gradient(135deg,#9ee37d,#4f9b35);color:#fff;font-size:1rem;font-weight:600;letter-spacing:normal;text-decoration:none;text-transform:none;box-shadow:0 12px 26px #4f9b3538;transition:transform .2s ease,box-shadow .2s ease}.home-link-button:hover{transform:translateY(-1px);box-shadow:0 16px 30px #4f9b3547}.home-link-button--secondary{flex-shrink:0;margin-top:20px}.home-price{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.34fr);align-items:center;gap:28px;margin-top:16px;padding:24px}.home-price p{max-width:780px}.home-price__content{display:flex;justify-content:center;flex-direction:column}.home-price__notice{max-width:760px;margin-top:18px;padding-left:16px;border-left:4px solid var(--accent-strong);color:var(--text-soft);font-size:.95rem;line-height:1.65}.home-price__notice a{color:var(--accent-strong);font-weight:800;text-decoration:none}.home-price__summary{display:flex;justify-content:center;flex-direction:column;align-self:center;padding:22px;border:1px solid rgba(22,32,51,.08);border-radius:var(--radius-md);background:#fff}.home-price__summary span,.home-price__summary small{color:var(--text-soft);font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.home-price__summary strong{margin:7px 0 6px;color:var(--text);font-size:clamp(1.65rem,3vw,2.2rem);line-height:1.05}.home-technorama{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1fr);gap:28px;align-items:center;margin-top:16px;padding:24px}.home-technorama__image{overflow:hidden;border-radius:var(--radius-md);background:var(--surface-muted)}.home-technorama__image img{display:block;width:100%;aspect-ratio:1.35;object-fit:cover}@media(max-width:940px){.home-page{width:calc(100vw - 40px);margin:28px auto}.home-hero,.home-technorama{grid-template-columns:1fr}.home-hero__content{min-height:0}.home-hero__image img{height:auto;aspect-ratio:16 / 9}}@media(max-width:640px){.home-page{width:calc(100vw - 32px);margin:22px auto}.home-hero__content,.home-price,.home-technorama{padding:20px;border-radius:var(--radius-md)}.home-hero{border-radius:var(--radius-md)}.home-page h1{font-size:2rem}.home-page h2{font-size:1.38rem}.home-page p{font-size:.92rem;line-height:1.65}.home-price{align-items:flex-start;grid-template-columns:1fr;gap:20px}.home-price__summary{width:min(100%,320px);align-self:flex-start}.home-link-button--secondary{margin-top:20px}.home-technorama__image img{aspect-ratio:1.2}}
