:root{font-family:Trebuchet MS,Segoe UI,sans-serif;color-scheme:dark;--bg: #0f1c25;--bg-deep: #09141d;--panel: rgba(17, 30, 40, .88);--panel-soft: rgba(29, 45, 57, .92);--line: rgba(124, 155, 176, .3);--line-strong: rgba(124, 155, 176, .46);--text: #f4fbff;--muted: rgba(191, 210, 224, .58);--muted-strong: rgba(191, 210, 224, .8);--cyan: #57c8ff;--cyan-strong: #31aef0;--lime: #6bda74;--shadow: 0 30px 80px rgba(0, 0, 0, .36)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 18% 12%,rgba(87,200,255,.12),transparent 24%),radial-gradient(circle at 80% 18%,rgba(107,218,116,.08),transparent 28%),linear-gradient(180deg,#12202a 0%,var(--bg) 45%,var(--bg-deep) 100%)}a{color:inherit}button,input,textarea,select{font:inherit}.auth-shell{position:relative;min-height:100vh;overflow:hidden;display:grid;place-items:center;padding:32px 20px}.auth-shell__glow{position:absolute;border-radius:50%;filter:blur(12px);opacity:.55}.auth-shell__glow--cyan{top:-120px;right:-80px;width:280px;height:280px;background:radial-gradient(circle,rgba(87,200,255,.3),transparent 65%)}.auth-shell__glow--lime{bottom:-120px;left:-70px;width:240px;height:240px;background:radial-gradient(circle,rgba(107,218,116,.18),transparent 62%)}.auth-stage{position:relative;z-index:1;width:min(100%,440px);display:flex;flex-direction:column;gap:22px}.auth-stage__brand{display:inline-flex;align-items:center;gap:14px;align-self:center;padding:12px 18px;border:1px solid rgba(255,255,255,.06);border-radius:999px;background:#09141d8f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-stage__logo{width:40px;height:40px;display:grid;place-items:center;border-radius:14px;color:#10202c;font-size:1.15rem;font-weight:900;background:linear-gradient(135deg,var(--lime),var(--cyan))}.auth-stage__brand strong,.auth-stage__eyebrow{display:block}.auth-stage__eyebrow{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em}.auth-card{padding:12px 4px 0}.auth-card__header{margin-bottom:24px;text-align:center}.auth-card__header h1{margin:0;font-size:clamp(2rem,5vw,3rem);line-height:1.02;letter-spacing:-.03em;text-shadow:0 3px 0 rgba(0,0,0,.22)}.auth-form{display:flex;flex-direction:column}.auth-form .ant-form-item{margin-bottom:14px}.auth-input.ant-input-affix-wrapper,.auth-input.ant-input{min-height:62px;padding-inline:18px;border:2px solid var(--line);border-radius:17px;color:var(--text);background:var(--panel-soft);box-shadow:inset 0 -2px #ffffff05}.auth-input.ant-input-affix-wrapper input{color:var(--text);font-size:1.02rem;font-weight:700;background:transparent}.auth-input.ant-input-affix-wrapper:hover,.auth-input.ant-input-affix-wrapper:focus,.auth-input.ant-input-affix-wrapper-focused{border-color:var(--line-strong);box-shadow:0 0 0 4px #57c8ff14}.auth-form__suffix{color:var(--cyan);font-size:1.2rem}.auth-form__helper-row{display:flex;align-items:center;justify-content:space-between;margin:-6px 2px 16px}.auth-form__helper-row--split{gap:12px;align-items:center}.auth-form__helper-button{border:0;padding:0;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em;background:transparent;cursor:pointer}.auth-form__helper-button:hover{color:var(--muted-strong)}.auth-checkbox{color:var(--muted-strong)!important}.auth-checkbox .ant-checkbox-inner{background:var(--panel-soft);border-color:var(--line-strong)}.auth-alert{margin-bottom:16px;border-radius:16px}.auth-meta-card{margin-bottom:16px;padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#14222dcc}.auth-meta-card strong,.auth-meta-card p,.auth-meta-card span{display:block}.auth-meta-card p{margin:6px 0 4px;color:var(--text);font-weight:700}.auth-meta-card span{color:var(--muted);font-size:.92rem}.auth-input--centered.ant-input{text-align:center;letter-spacing:.28em;font-size:1.15rem}.auth-submit.ant-btn{height:66px;margin-top:8px;border:0;border-radius:19px;color:#11212d;font-size:1.05rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;background:linear-gradient(180deg,#5ccfff,#49b4eb);box-shadow:inset 0 -5px #1771968c,0 14px 28px #49b4eb2e}.auth-submit.ant-btn:hover,.auth-submit.ant-btn:focus{color:#11212d!important;background:linear-gradient(180deg,#73d5ff,#54bdf2)!important}.auth-divider{position:relative;margin:28px 0 22px;text-align:center}.auth-divider:before{content:"";position:absolute;inset:50% 0 auto;border-top:2px solid rgba(103,128,147,.34)}.auth-divider span{position:relative;padding:0 12px;color:var(--muted);font-weight:900;text-transform:uppercase;background:linear-gradient(180deg,transparent 0%,var(--bg) 32%)}.auth-socials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.social-button{min-height:70px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:2px solid var(--line);border-radius:20px;color:#7fa5bc;font-size:.98rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;background:#1a2832b8;cursor:pointer;transition:transform .18s ease,border-color .18s ease,color .18s ease}.social-button:hover{transform:translateY(-2px);border-color:var(--line-strong);color:#b8d0e0}.social-button__icon{font-size:1.75rem;font-weight:900;line-height:1}.social-button--google .social-button__icon{color:#ffca43}.social-button--facebook .social-button__icon{color:#5c8dff}.auth-copy{margin-top:34px;text-align:center}.auth-copy p{margin:0 0 18px;color:var(--muted);font-size:.96rem;line-height:1.55}.auth-copy strong{color:var(--muted-strong)}.auth-switch{margin:4px 0 0;color:var(--muted);text-align:center}.auth-switch a{color:var(--cyan);font-weight:800;text-decoration:none}.auth-switch a:hover{text-decoration:underline}@media(max-width:767px){.auth-shell{padding:24px 18px 34px}.auth-stage{width:min(100%,380px);gap:18px}.auth-stage__brand{padding:10px 14px}.auth-card{padding-top:0}.auth-card__header{margin-bottom:20px}.auth-input.ant-input-affix-wrapper,.auth-input.ant-input{min-height:58px}.auth-submit.ant-btn{height:62px}.social-button{min-height:64px;font-size:.92rem}}@media(max-width:479px){.auth-socials{grid-template-columns:minmax(0,1fr)}.auth-card__header h1{font-size:2.15rem}.auth-copy p,.auth-switch{font-size:.9rem}}.app-shell{min-height:100vh;background:transparent!important}.app-main{display:grid!important;grid-template-columns:minmax(0,1.65fr) minmax(280px,360px);gap:24px;margin-left:272px;padding:24px;background:transparent!important}.app-content{background:transparent!important}.app-side-column{display:flex;flex-direction:column;gap:18px}.app-topbar{display:flex;justify-content:flex-end}.user-menu-trigger{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px 8px 8px;border:1px solid rgba(124,155,176,.24);border-radius:999px;color:var(--text);background:#0a1824c2;box-shadow:0 18px 36px #0000002e;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.user-menu-trigger:hover{transform:translateY(-1px);border-color:#57c8ff66;background:#0c1c29eb}.user-menu-trigger__avatar.ant-avatar{color:#0f202f;background:linear-gradient(135deg,#dff68a,var(--cyan))}.user-menu-trigger__meta{display:flex;flex-direction:column;align-items:flex-start;flex:1;line-height:1.15;text-align:left}.user-menu-trigger__meta strong,.user-menu-trigger__meta small{display:block}.user-menu-trigger__meta strong{font-size:.92rem;font-weight:800}.user-menu-trigger__meta small{color:var(--muted);font-size:.76rem}.user-menu-dropdown .ant-dropdown-menu{min-width:180px;padding:8px;border:1px solid rgba(124,155,176,.22);border-radius:18px;background:#0a1824fa;box-shadow:var(--shadow)}.user-menu-dropdown .ant-dropdown-menu-item{border-radius:12px;color:var(--text)}.user-menu-dropdown .ant-dropdown-menu-item:hover{background:#ffffff0f}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;padding:24px 18px 20px;display:flex;flex-direction:column;gap:28px;border-right:1px solid rgba(124,155,176,.18);background:linear-gradient(180deg,#08131ffa,#08131feb),#08131feb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sidebar__brand{display:flex;align-items:center;gap:14px;padding:8px 10px}.sidebar__brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;font-size:1.2rem;font-weight:800;color:#0f1b13;background:linear-gradient(135deg,var(--lime),#c6ff7e);box-shadow:0 12px 32px #6ddf5c40}.sidebar__brand h1,.sidebar__brand p{margin:0}.sidebar__eyebrow,.section-heading__eyebrow{display:inline-block;color:#bfd2e0b8;font-size:.76rem;text-transform:uppercase;letter-spacing:.12em}.sidebar__brand h1{margin-top:4px;font-size:1.3rem}.sidebar__menu{display:flex;flex-direction:column;gap:10px}.sidebar__item{width:100%;display:flex;align-items:center;gap:14px;border:1px solid transparent;border-radius:20px;padding:14px 16px;background:transparent;color:#dbe9f5;text-decoration:none;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.sidebar__item:hover{transform:translate(4px);border-color:#49c6ff3d;background:#ffffff0a}.sidebar__item.is-active{border-color:#49c6ff80;background:linear-gradient(135deg,#49c6ff24,#6ddf5c14);box-shadow:inset 0 0 0 1px #49c6ff14}.sidebar__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:14px;font-size:1.05rem;color:var(--cyan);background:#49c6ff1a}.sidebar__item.is-active .sidebar__icon{color:#0f202f;background:linear-gradient(135deg,var(--lime),var(--cyan))}.sidebar__label{font-size:.98rem;font-weight:700}.sidebar__footer{margin-top:auto}.sidebar__streak{padding:18px;border:1px solid rgba(124,155,176,.18);border-radius:24px;background:linear-gradient(180deg,#ffcb571a,#ff7f8a14)}.sidebar__streak span,.sidebar__streak strong{display:block}.sidebar__streak span{color:#bfd2e0b8;margin-bottom:6px}.center-stage,.import-page,.tests-page{display:flex;flex-direction:column;gap:24px}.tests-page__hero,.tests-section{border:1px solid rgba(124,155,176,.18);box-shadow:var(--shadow)}.tests-page__hero{padding:28px;border-radius:34px;background:linear-gradient(145deg,#ffcb571f,#49c6ff14),#0f1f2ff5}.tests-page__hero h2{margin:8px 0 12px!important;color:var(--text)!important}.tests-page__hero .ant-typography{color:var(--muted-strong)}.tests-page__eyebrow,.tests-section__eyebrow{color:#ffd68a;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.tests-page__loading{min-height:240px;display:grid;place-items:center}.tests-page__sections{display:grid;gap:24px}.tests-section{padding:24px;border-radius:30px;background:#0c1a27e0}.tests-section__header{margin-bottom:18px}.tests-section__header h3{margin:8px 0 0;font-size:1.45rem}.tests-card-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tests-card{display:flex;flex-direction:column;gap:12px;padding:18px;border:1px solid rgba(124,155,176,.16);border-radius:24px;background:#ffffff08}.tests-card--subscribed{background:linear-gradient(160deg,#6ddf5c14,#49c6ff0a),#ffffff08}.tests-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tests-card__top h4{margin:0;font-size:1.08rem}.tests-card p{margin:0;color:var(--muted);line-height:1.55}.tests-card__meta{display:flex;flex-wrap:wrap;gap:12px 18px;color:var(--muted-strong);font-size:.92rem}.tests-card__actions{margin-top:4px}.tests-empty{padding:24px;border:1px dashed rgba(124,155,176,.24);border-radius:24px;color:var(--muted);background:#ffffff05}.solve-page{display:flex;flex-direction:column;gap:24px}.solve-page__loading{min-height:320px;display:grid;place-items:center}.solve-page__hero,.solve-card{border:1px solid rgba(124,155,176,.18);box-shadow:var(--shadow)}.solve-page__hero{padding:28px;border-radius:34px;background:linear-gradient(145deg,#49c6ff29,#ffcb5714),#0f1f2ff5}.solve-page__hero h2{margin:8px 0 12px!important;color:var(--text)!important}.solve-page__hero .ant-typography{color:var(--muted-strong)}.solve-page__eyebrow{color:#bde9ff;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.solve-page__questions{display:flex;flex-direction:column;gap:18px}.solve-card{padding:24px;border-radius:28px;background:#0c1a27e0}.solve-card__head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--muted-strong)}.solve-card h3{margin:0 0 18px;line-height:1.45}.solve-options{display:flex;flex-direction:column;gap:12px}.solve-option.ant-radio-wrapper{margin-inline-start:0;align-items:flex-start;padding:14px 16px;border:1px solid rgba(124,155,176,.2);border-radius:20px;background:#ffffff08}.solve-option__label{display:inline-block;min-width:28px;font-weight:800}.solve-submit.ant-btn{height:58px;align-self:flex-start;padding-inline:28px;border-radius:18px}.solve-result-list{display:flex;flex-direction:column;gap:16px}.solve-result-card{padding:22px;border:1px solid rgba(124,155,176,.18);border-radius:24px;background:#0c1a27e0;box-shadow:var(--shadow)}.solve-result-card.is-correct{border-color:#6ddf5c66}.solve-result-card.is-wrong{border-color:#ff6b8166}.solve-result-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.solve-result-card h3{margin:14px 0;line-height:1.45}.solve-result-card__answer{display:flex;flex-direction:column;gap:6px;margin-top:12px}.solve-result-card__answer span{color:var(--muted)}.solve-result-options{display:flex;flex-direction:column;gap:10px;margin-top:16px}.solve-result-option{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(124,155,176,.16);border-radius:18px;background:#ffffff08}.solve-result-option.is-correct{border-color:#6ddf5c5c}.solve-result-option.is-selected{box-shadow:inset 0 0 0 1px #49c6ff3d}.solve-result-option__text{display:flex;gap:8px;line-height:1.5}.solve-result-option__tags{display:flex;flex-wrap:wrap;gap:8px}.import-page__hero,.import-panel{border:1px solid rgba(124,155,176,.18);box-shadow:var(--shadow)}.import-page__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:28px;border-radius:34px;background:linear-gradient(145deg,#49c6ff29,#6ddf5c0d),#0f1f2ff5}.import-page__hero h2{margin:8px 0 12px!important;color:var(--text)!important}.import-page__hero .ant-typography{color:var(--muted-strong)}.import-page__eyebrow{color:#bde9ff;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.import-page__badge{padding:12px 16px;border-radius:999px;color:#09202c;font-weight:900;letter-spacing:.08em;background:linear-gradient(135deg,#d7ff80,#5fd8ff)}.import-page__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:24px}.import-panel{padding:24px;border-radius:30px;background:#0c1a27e0}.import-panel--form{display:flex;flex-direction:column;gap:18px}.import-panel--help{display:flex;flex-direction:column;gap:16px}.import-panel__section{display:flex;flex-direction:column;gap:12px}.import-panel__label,.import-panel__label-row{color:var(--muted-strong);font-weight:800}.import-panel__label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.import-inline-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.import-select .ant-select-selector,.import-inline-create .ant-input,.import-textarea.ant-input,.import-inline-create .ant-btn,.import-submit.ant-btn{border-radius:18px!important}.import-select .ant-select-selector,.import-inline-create .ant-input,.import-textarea.ant-input{border:1px solid rgba(124,155,176,.28)!important;color:var(--text)!important;background:#122432e0!important}.import-select .ant-select-selection-placeholder,.import-textarea.ant-input::placeholder,.import-inline-create .ant-input::placeholder{color:#bfd2e080}.import-textarea.ant-input{min-height:420px;line-height:1.6}.import-upload-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid rgba(124,155,176,.28);border-radius:999px;color:#d8f5ff;font-weight:800;background:#122432e0;cursor:pointer}.import-dropzone{display:flex;flex-direction:column;gap:8px;padding:22px;border:1px dashed rgba(124,155,176,.3);border-radius:22px;background:linear-gradient(160deg,#49c6ff14,#6ddf5c0a),#122432b8;cursor:pointer}.import-dropzone strong{font-size:1.05rem}.import-dropzone span{color:var(--muted);line-height:1.5}.import-preview{display:flex;flex-direction:column;gap:16px}.import-preview__summary{display:flex;flex-direction:column;gap:8px;padding:16px 18px;border:1px solid rgba(124,155,176,.16);border-radius:22px;background:#ffffff08}.import-preview__summary span{color:var(--muted)}.import-submit.ant-btn{height:58px;border:0;font-weight:900;letter-spacing:.04em;color:#0f202f!important;background:linear-gradient(180deg,#d9ff87,#7adf83)!important}.import-rule-list{display:flex;flex-direction:column;gap:14px}.import-rule-card{display:flex;flex-direction:column;gap:8px;padding:16px 18px;border:1px solid rgba(124,155,176,.16);border-radius:22px;background:#ffffff08}.import-rule-card strong{color:var(--text)}.import-rule-card span{color:var(--muted);line-height:1.55}.import-rule-card__body{margin:0;color:var(--text);line-height:1.6}.import-rule-card__answer{color:#dff5ff!important;font-weight:800}.import-rule-options{display:flex;flex-direction:column;gap:10px}.import-rule-option{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid rgba(124,155,176,.12);border-radius:16px;background:#ffffff06}.import-rule-option__label{min-width:28px;color:#dff5ff!important;font-weight:900}.import-preview__failed{display:flex;flex-direction:column;gap:10px}.import-failed-textarea.ant-input{border:1px solid rgba(124,155,176,.28)!important;border-radius:18px!important;color:var(--text)!important;background:#122432e0!important;line-height:1.6;resize:vertical}.import-rule-card code,.import-page__hero code{padding:2px 8px;border-radius:999px;color:#eafff6;background:#49c6ff1f}.hero-card,.blueprint-card,.milestone-card,.info-card,.mini-stat{border:1px solid rgba(124,155,176,.18);box-shadow:var(--shadow)}.hero-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:24px;padding:28px;border-radius:34px;background:linear-gradient(145deg,#6ddf5c29,#49c6ff0f),#0f1f2ff5}.hero-card__copy h2,.section-heading h3,.info-card h3{margin:0}.hero-card__copy p,.info-card p,.milestone-list__item p{color:#bfd2e0b8}.hero-card__tag{margin-bottom:16px;padding:7px 12px;border-radius:999px;color:#0f202f!important;font-weight:800;background:linear-gradient(135deg,#ffcb57,#fff2ac)!important}.hero-card__copy h2{max-width:12ch;font-size:clamp(2rem,4vw,3.6rem);line-height:.98}.hero-card__meta{display:flex;flex-wrap:wrap;gap:14px;margin:20px 0 24px;color:#d6e7f8}.hero-card__meta span{display:inline-flex;align-items:center;gap:8px}.hero-card__visual{position:relative;min-height:320px;border-radius:28px;background:linear-gradient(180deg,#ffffff0d,#ffffff05),#ffffff05}.hero-orb{position:absolute;border-radius:50%;filter:blur(.2px)}.hero-orb--large{inset:24px 26px auto auto;width:168px;height:168px;background:radial-gradient(circle at 35% 35%,#d9ff97,var(--lime),#2a7d44);opacity:.85}.hero-orb--small{inset:auto auto 26px 34px;width:112px;height:112px;background:radial-gradient(circle at 30% 30%,#8ce2ff,var(--cyan),#225974)}.hero-path{position:absolute;inset:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.hero-path span{width:74px;height:74px;border-radius:24px;border:7px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#ffcb57d9,#ffcb577a);box-shadow:0 18px 30px #ffcb572e}.center-stage__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:24px}.blueprint-card,.milestone-card{padding:24px;border-radius:28px;background:#0c1a27e0}.section-heading{margin-bottom:18px}.section-heading h3{margin-top:8px;font-size:1.45rem}.blueprint-card__frame{display:flex;flex-direction:column;gap:22px;min-height:320px;padding:22px;border:1px dashed rgba(73,198,255,.26);border-radius:24px;background:linear-gradient(180deg,#49c6ff14,#6ddf5c0a),#ffffff05}.blueprint-card__panel{flex:1;display:flex;align-items:flex-start;flex-wrap:wrap;gap:12px;align-content:flex-start}.blueprint-chip{padding:10px 14px;border-radius:999px;color:#dff5ff;font-weight:700;background:#49c6ff1f;border:1px solid rgba(73,198,255,.18)}.blueprint-card__footer{display:flex;flex-direction:column;gap:10px}.milestone-list{display:flex;flex-direction:column;gap:14px}.milestone-list__item{display:grid;grid-template-columns:62px 1fr;gap:14px;align-items:center;padding:14px;border-radius:20px;background:#ffffff08}.milestone-list__index{display:grid;place-items:center;height:56px;border-radius:18px;color:#0f202f;font-weight:900;background:linear-gradient(135deg,var(--lime),#b9ff83)}.right-panel{display:flex;flex-direction:column;gap:18px}.info-card.ant-card,.mini-stat.ant-card{border-radius:28px;background:#0c1a27e0}.info-card .ant-card-body,.mini-stat .ant-card-body{padding:22px}.info-card--highlight.ant-card{background:linear-gradient(160deg,#49c6ff24,#6ddf5c0f),#0f1f2ff5}.info-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.info-card__trend{font-size:1.2rem;color:var(--lime)}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.mini-stat span,.mini-stat strong{display:block}.mini-stat span{color:#bfd2e0b8;margin-bottom:10px}.mini-stat strong{font-size:1.8rem}.mini-stat--lime{background:linear-gradient(180deg,#6ddf5c29,#0c1a27f5)!important}.mini-stat--cyan{background:linear-gradient(180deg,#49c6ff29,#0c1a27f5)!important}.mini-stat--gold{background:linear-gradient(180deg,#ffcb5729,#0c1a27f5)!important}.task-list{display:flex;flex-direction:column;gap:18px}.task-list__item{display:grid;grid-template-columns:52px 1fr;gap:14px;align-items:center}.task-list__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;font-size:1.2rem;color:#0d1824;background:linear-gradient(135deg,#ffcb57,#fff0a1)}.task-list__content{display:flex;flex-direction:column;gap:8px}.ant-progress .ant-progress-bg{border-radius:999px}.ant-progress .ant-progress-inner{background:#ffffff14}@media(max-width:1279px){.app-main,.import-page__grid,.tests-card-list{grid-template-columns:minmax(0,1fr)}.app-side-column{gap:18px}.center-stage__grid{grid-template-columns:minmax(0,1fr)}.right-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.right-panel>*:first-child,.right-panel>*:last-child{grid-column:1 / -1}}@media(max-width:1023px){.sidebar{width:96px;padding-inline:14px}.sidebar__brand{justify-content:center}.sidebar__brand>:last-child,.sidebar__label,.sidebar__footer{display:none}.sidebar__item{justify-content:center;padding-inline:10px}.app-main{margin-left:120px}.hero-card{grid-template-columns:minmax(0,1fr)}.hero-card__visual{min-height:260px}}@media(max-width:767px){.app-main{margin-left:0;padding:16px 16px 100px}.app-topbar{margin-bottom:-4px}.user-menu-trigger{padding-right:10px}.user-menu-trigger__meta small{max-width:150px;overflow:hidden;text-overflow:ellipsis}.sidebar{inset:auto 12px 12px;width:auto;height:82px;padding:10px 12px;border:1px solid rgba(124,155,176,.18);border-right:1px solid rgba(124,155,176,.18);border-radius:28px;flex-direction:row;align-items:center;justify-content:center;gap:8px;box-shadow:var(--shadow)}.sidebar__brand{display:none}.sidebar__menu{width:100%;flex-direction:row;justify-content:space-between;gap:6px}.sidebar__item{width:auto;flex:1;padding:10px 0;border-radius:18px}.sidebar__icon{width:40px;height:40px}.right-panel{grid-template-columns:minmax(0,1fr)}.import-page__hero{flex-direction:column;padding:22px;border-radius:24px}.import-panel,.tests-page__hero,.tests-section,.solve-page__hero,.solve-card{padding:20px;border-radius:24px}.import-inline-create{grid-template-columns:minmax(0,1fr)}.hero-card,.blueprint-card,.milestone-card,.info-card.ant-card,.mini-stat.ant-card{border-radius:24px}.hero-card{padding:22px}.hero-card__copy h2{max-width:none;font-size:2.3rem}.hero-card__visual{min-height:210px}.stats-grid{grid-template-columns:minmax(0,1fr)}}
