*{box-sizing:border-box;margin:0;padding:0}:root{--accent: #f5c518;--accent-dark: #d4a800;--bg: #1a1a1a;--bg-card: #242424;--bg-card2: #2e2e2e;--text: #ffffff;--text-muted: #aaaaaa;--border: #333333;--tg-theme-bg-color: #1a1a1a;--tg-theme-text-color: #ffffff;--tg-theme-hint-color: #aaaaaa;--tg-theme-link-color: #f5c518;--tg-theme-button-color: #f5c518;--tg-theme-button-text-color: #1a1a1a;--tg-theme-secondary-bg-color: #242424}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg);color:var(--text);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;background-image:linear-gradient(135deg,#1a1a1a,#222 40%,#1a1a1a 60%,#1f1f1f);min-height:100vh}body:before{content:"";display:block;position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-dark),var(--accent));z-index:1000}#root{max-width:480px;margin:0 auto;min-height:100vh}.page-header{padding:20px 16px 12px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#222,#1a1a1a)}.page-header h1{font-size:22px;font-weight:700;color:var(--text)}.page-header h1 span{color:var(--accent)}.page{padding:16px 16px 80px}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:16px;margin-bottom:12px;cursor:pointer;transition:border-color .2s,transform .1s;position:relative;overflow:hidden}.card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent);border-radius:12px 0 0 12px;opacity:0;transition:opacity .2s}.card:hover:before,.card:active:before{opacity:1}.card:active{transform:scale(.98);border-color:var(--accent)}.status-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.3px}.status-not_started{background:#ffffff14;color:var(--text-muted);border:1px solid var(--border)}.status-in_progress{background:#f5c51826;color:var(--accent);border:1px solid rgba(245,197,24,.3)}.status-completed{background:#27ae6026;color:#4caf50;border:1px solid rgba(39,174,96,.3)}.progress-bar-wrap{background:var(--bg-card2);border-radius:8px;height:8px;overflow:hidden;margin:8px 0;border:1px solid var(--border)}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent-dark),var(--accent));border-radius:8px;transition:width .4s ease;box-shadow:0 0 8px #f5c51866}.btn{display:block;width:100%;padding:14px;border:none;border-radius:10px;background:var(--accent);color:#1a1a1a;font-size:16px;font-weight:700;cursor:pointer;text-align:center;transition:background .15s,transform .1s,box-shadow .15s;letter-spacing:.2px}.btn:hover:not(:disabled){background:var(--accent-dark);box-shadow:0 4px 16px #f5c51859}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.35;cursor:not-allowed}.spinner{display:flex;align-items:center;justify-content:center;min-height:200px}.spinner:after{content:"";width:32px;height:32px;border:3px solid var(--bg-card2);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.markdown-content{color:var(--text)}.markdown-content h1{font-size:22px;margin:16px 0 8px;color:var(--text);border-bottom:2px solid var(--accent);padding-bottom:6px}.markdown-content h2{font-size:18px;margin:14px 0 6px;color:var(--accent)}.markdown-content h3{font-size:16px;margin:12px 0 4px;color:var(--text)}.markdown-content p{margin-bottom:12px;color:#e0e0e0;line-height:1.6}.markdown-content ul,.markdown-content ol{padding-left:20px;margin-bottom:12px;color:#e0e0e0}.markdown-content li{margin-bottom:6px}.markdown-content strong{font-weight:700;color:inherit}.markdown-content em{font-style:italic;color:#ccc}.markdown-content code{background:var(--bg-card2);border:1px solid var(--border);padding:2px 6px;border-radius:4px;font-size:14px;color:var(--accent)}.markdown-content blockquote{border-left:3px solid var(--accent);padding-left:12px;margin:12px 0;color:var(--text-muted);font-style:italic}.markdown-content hr{border:none;border-top:1px solid var(--border);margin:16px 0}.lesson-title{font-size:20px;font-weight:700;color:var(--text);margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--accent)}.empty-icon{font-size:48px;margin-bottom:16px;filter:grayscale(.3)}.congrats-screen{text-align:center;padding:48px 24px}.congrats-screen .emoji{font-size:64px;margin-bottom:16px;animation:bounce .6s ease}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.lesson-num{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.lesson-num-done{background:#f5c51833;color:var(--accent);border:1px solid rgba(245,197,24,.4)}.lesson-num-todo{background:var(--bg-card2);color:var(--text-muted);border:1px solid var(--border)}.info-grid{display:flex;flex-direction:column;gap:18px;margin:24px 0}.info-card{background:#ffffff08;border-radius:14px;padding:18px;border:1px solid rgba(255,255,255,.06)}.info-card-num{font-size:14px;color:#888;margin-bottom:8px}.info-card-line{height:2px;width:100%;margin-bottom:14px;background:#444}.info-card-yellow .info-card-line{background:#f5c518}.info-card-dark .info-card-line{background:#555}.info-card-green .info-card-line{background:#4caf50}.info-card-red .info-card-line{background:#f44336}.info-card-blue .info-card-line{background:#64b5f6}.info-card-orange .info-card-line{background:#ff9800}.info-card h3{font-size:22px;line-height:1.2;margin-bottom:14px;color:#fff}.info-card p{color:#d8d8d8;line-height:1.7;font-size:16px}.key-thought{margin:26px 0;padding:22px;border-left:3px solid #f5c518;background:#f5c51814;border-radius:0 14px 14px 0}.key-thought h3{color:#f5c518;font-size:28px;margin-bottom:16px}.key-thought p{color:#e8e8e8;line-height:1.7;font-size:17px}:root{--cs-yellow: #ffd400;--cs-yellow-soft: rgba(255, 212, 0, .14);--cs-bg: #080808;--cs-panel: #101010;--cs-panel-2: #171717;--cs-border: rgba(255, 255, 255, .12);--cs-muted: rgba(255, 255, 255, .58)}#root{max-width:none;width:100%;min-height:100vh}.portal-loading{min-height:100vh;background:radial-gradient(circle at 50% 0%,rgba(255,212,0,.1),transparent 360px),#080808}.portal-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);background:radial-gradient(circle at 0% 0%,rgba(255,212,0,.085),transparent 420px),radial-gradient(circle at 100% 100%,rgba(255,212,0,.035),transparent 380px),#080808;color:#fff}.portal-sidebar{position:sticky;top:0;height:100vh;padding:22px 16px;display:flex;flex-direction:column;gap:24px;border-right:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#ffffff0b,#ffffff03),#0c0c0c}.portal-brand{display:flex;align-items:center;gap:12px;padding:8px 6px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.portal-brand-logo{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--cs-yellow);color:#101010;font-weight:950;letter-spacing:-.08em}.portal-brand-title{color:#fff;font-size:18px;line-height:1;font-weight:950;letter-spacing:-.06em}.portal-brand-title span{color:var(--cs-yellow)}.portal-brand-subtitle{margin-top:4px;color:var(--cs-muted);font-size:12px;font-weight:700}.portal-nav{display:grid;gap:6px}.portal-nav-item{width:100%;min-height:46px;display:flex;align-items:center;gap:12px;padding:0 12px;border:1px solid transparent;border-radius:12px;background:transparent;color:#ffffffc7;font-size:15px;font-weight:850;cursor:pointer;text-align:left}.portal-nav-item:hover{background:#ffffff0b}.portal-nav-item-active{color:var(--cs-yellow);border-color:#ffd40059;background:#ffd40014}.portal-nav-icon{width:24px;color:inherit;font-weight:950;text-align:center}.portal-sidebar-footer{margin-top:auto}.portal-user-mini{display:flex;align-items:center;gap:11px;padding:12px;border-radius:14px;background:#ffffff0b;border:1px solid rgba(255,255,255,.08)}.portal-user-avatar,.profile-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(180deg,#ffd40024,#ffd4000a),#171717;color:var(--cs-yellow);border:1px solid rgba(255,212,0,.42);font-weight:950}.portal-user-name{color:#fff;font-size:13px;font-weight:900}.portal-user-role{color:var(--cs-muted);font-size:12px;font-weight:700}.portal-main{min-width:0;padding:28px}.portal-page{width:100%;max-width:1440px;margin:0 auto}.portal-page-head{margin-bottom:22px}.portal-page-head h1{margin:0;color:var(--cs-yellow);font-size:34px;line-height:.95;font-weight:950;letter-spacing:-.06em;text-shadow:0 0 18px rgba(255,212,0,.12)}.portal-page-head p{margin-top:8px;max-width:760px;color:var(--cs-muted);font-size:14px;line-height:1.45;font-weight:750}.home-hero-card,.portal-panel,.portal-metric-card,.table-link-card{border:1px solid var(--cs-border);background:radial-gradient(circle at 0% 0%,rgba(255,212,0,.045),transparent 280px),linear-gradient(180deg,#ffffff0e,#ffffff05),var(--cs-panel);box-shadow:0 20px 58px #00000047,inset 0 1px #ffffff0e}.home-hero-card{min-height:190px;display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:22px;align-items:center;padding:24px;border-radius:22px;margin-bottom:16px}.home-eyebrow{display:inline-flex;margin-bottom:12px;padding:5px 10px;border-radius:999px;color:#101010;background:var(--cs-yellow);font-size:12px;font-weight:950}.home-hero-card h2{margin:0;color:#fff;font-size:30px;line-height:1.05;font-weight:950;letter-spacing:-.045em}.home-hero-card p{margin-top:10px;max-width:720px;color:#ffffff9e;font-size:15px;line-height:1.55;font-weight:700}.home-hero-score{width:150px;height:150px;justify-self:end;display:grid;place-items:center;text-align:center;border-radius:50%;border:10px solid rgba(255,212,0,.24);box-shadow:inset 0 0 0 4px #ffd4001a}.home-hero-score strong{display:block;color:var(--cs-yellow);font-size:34px;font-weight:950;letter-spacing:-.06em}.home-hero-score span{display:block;max-width:90px;margin-top:-30px;color:var(--cs-muted);font-size:11px;font-weight:800}.portal-dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-bottom:16px}.portal-metric-card{min-height:120px;padding:16px;border-radius:18px;cursor:pointer;text-align:left;color:#fff}.portal-metric-card span{display:block;color:var(--cs-muted);font-size:13px;font-weight:800}.portal-metric-card strong{display:block;margin-top:12px;color:var(--cs-yellow);font-size:34px;line-height:1;font-weight:950;letter-spacing:-.06em}.portal-metric-card small{display:block;margin-top:6px;color:#ffffffbd;font-size:12px;font-weight:800}.portal-two-column{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:16px}.portal-panel{border-radius:18px;overflow:hidden}.portal-panel-head{min-height:64px;padding:18px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(255,255,255,.1)}.portal-panel-head h2{margin:0;color:#fff;font-size:18px;line-height:1.15;font-weight:950;letter-spacing:-.035em}.portal-panel-head button{border:0;background:transparent;color:var(--cs-yellow);font-size:13px;font-weight:900;cursor:pointer}.event-preview-list{display:grid;gap:10px;padding:14px}.event-preview-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.075)}.event-preview-item strong{color:#fff;font-size:14px;font-weight:900}.event-preview-item p{margin-top:3px;color:var(--cs-muted);font-size:12px;font-weight:700}.priority-high,.priority-medium{padding:4px 8px;border-radius:8px;font-style:normal;font-size:11px;font-weight:950}.priority-high{color:#ff6b6b;background:#ff3b3b24}.priority-medium{color:var(--cs-yellow);background:#ffd4001f}.event-preview-item{grid-template-columns:60px minmax(0,1fr)}.event-preview-item span{color:var(--cs-yellow);font-size:13px;font-weight:950}.event-checkin{color:#86d1ff;background:#2f80ed38}.event-meeting{color:#c9a7ff;background:#9b59b638}.event-adaptation{color:var(--cs-yellow);background:#ffd40024}.event-deadline{color:#ff9d5c;background:#f2712733}.adaptation-card{padding:18px}.adaptation-card>strong{display:block;color:#fff;font-size:16px;font-weight:950}.adaptation-card>span{display:block;margin-top:4px;color:var(--cs-muted);font-size:13px;font-weight:800}.adaptation-steps{display:grid;gap:8px;margin-top:16px}.adaptation-steps div{padding:10px 12px;border-radius:12px;color:var(--cs-muted);background:#ffffff09;border:1px solid rgba(255,255,255,.075);font-size:13px;font-weight:850}.adaptation-steps .done{color:#74e780;border-color:#4bd85a47}.adaptation-steps .active{color:var(--cs-yellow);border-color:#ffd40057;background:#ffd40014}.tables-toolbar{display:grid;gap:12px;margin-bottom:16px}.portal-input{width:min(420px,100%);min-height:44px;padding:0 14px;border-radius:12px;border:1px solid var(--cs-border);background:#ffffff09;color:#fff}.table-tags{display:flex;flex-wrap:wrap;gap:8px}.table-tags span{padding:7px 11px;border-radius:999px;color:#ffffffb3;background:#ffffff0b;border:1px solid rgba(255,255,255,.09);font-size:12px;font-weight:900}.table-tags span:first-child{color:#101010;background:var(--cs-yellow)}.tables-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px}.table-link-card{min-height:170px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-content:start;padding:16px;border-radius:18px}.table-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#1fbf6b;font-weight:950}.table-link-card strong{color:#fff;font-size:15px;font-weight:950}.table-link-card p{min-height:42px;margin-top:5px;color:var(--cs-muted);font-size:12px;line-height:1.38;font-weight:750}.table-link-card span{display:inline-flex;margin-top:8px;color:var(--cs-yellow);font-size:12px;font-weight:900}.table-link-card button{grid-column:1 / -1;align-self:end;min-height:38px;border-radius:10px;border:1px solid rgba(255,212,0,.26);background:#ffd40012;color:var(--cs-yellow);font-size:13px;font-weight:950;cursor:pointer}.profile-panel{padding:20px}.profile-card{display:flex;align-items:center;gap:14px}.profile-avatar{width:58px;height:58px;border-radius:18px}.profile-card h2{margin:0;color:#fff;font-size:20px;font-weight:950}.profile-card p{margin-top:4px;color:var(--cs-muted);font-size:13px;font-weight:750}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:12px;margin-top:18px}.profile-stats div{padding:14px;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.075)}.profile-stats span{display:block;color:var(--cs-muted);font-size:12px;font-weight:800}.profile-stats strong{display:block;margin-top:8px;color:var(--cs-yellow);font-size:26px;font-weight:950}.training-page>.page-header{display:none}.training-page>.page,.portal-main>.page{max-width:none}@media (max-width: 980px){.portal-shell{display:block;padding-bottom:76px}.portal-sidebar{display:none}.portal-main{padding:18px 14px}.portal-page{max-width:480px}.portal-page-head h1{font-size:28px}.home-hero-card{grid-template-columns:1fr}.home-hero-score{justify-self:start;width:124px;height:124px}.portal-dashboard-grid,.portal-two-column,.tables-grid,.profile-stats{grid-template-columns:1fr}.portal-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:1000;min-height:62px;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:7px;border-radius:22px;background:linear-gradient(180deg,#ffffff1a,#ffffff0a),#0c0c0cf0;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 16px 44px #0000005c}.portal-bottom-nav-item{border:0;border-radius:16px;background:transparent;color:#ffffff9e;display:grid;place-items:center;gap:2px;cursor:pointer}.portal-bottom-nav-item span{font-size:17px;line-height:1}.portal-bottom-nav-item small{font-size:10px;font-weight:850}.portal-bottom-nav-item-active{color:var(--cs-yellow);background:#ffd4001a}}.web-login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0%,rgba(255,212,0,.12),transparent 420px),radial-gradient(circle at 100% 100%,rgba(255,212,0,.045),transparent 360px),#080808}.web-login-card{width:min(460px,100%);padding:28px;border-radius:26px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff0f,#ffffff05),#101010;box-shadow:0 28px 90px #00000075,inset 0 1px #ffffff12}.web-login-logo{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#ffd400;color:#101010;font-size:17px;font-weight:950;letter-spacing:-.08em;margin-bottom:20px}.web-login-heading span{color:#ffd400;font-size:13px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.web-login-heading h1{margin:8px 0 0;color:#fff;font-size:34px;line-height:1;font-weight:950;letter-spacing:-.06em}.web-login-heading p{margin:12px 0 0;color:#ffffff94;font-size:14px;line-height:1.45;font-weight:750}.web-login-form label{display:grid;gap:7px;color:#ffffffbd;font-size:13px;font-weight:900}.web-login-form input{width:100%;min-height:48px;padding:0 14px;border-radius:14px;border:1px solid rgba(255,255,255,.14);outline:none;background:linear-gradient(180deg,#ffffff0b,#ffffff03),#0a0a0a;color:#fff;font-size:15px;font-weight:850}.web-login-form input:focus{border-color:#ffd40085;box-shadow:0 0 0 4px #ffd4001a}.web-login-button,.web-login-secondary{min-height:48px;border-radius:14px;font-size:14px;font-weight:950;cursor:pointer}.web-login-button{border:0;background:#ffd400;color:#101010;box-shadow:0 12px 32px #ffd4002e}.web-login-button:disabled,.web-login-secondary:disabled{opacity:.55;cursor:not-allowed}.web-login-secondary{border:1px solid rgba(255,212,0,.24);background:#ffd4000f;color:#ffd400}.web-login-error,.web-login-message{padding:12px 14px;border-radius:14px;font-size:13px;line-height:1.35;font-weight:800}.web-login-error{color:#ff6969;background:#ff3b3b1f;border:1px solid rgba(255,59,59,.24)}.web-login-message{color:#74e780;background:#4bd85a1f;border:1px solid rgba(75,216,90,.24)}.web-login-note{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);color:#ffffff75;font-size:12px;line-height:1.4;font-weight:750}.web-login-form{display:grid;gap:14px;margin-top:24px}.web-login-field{display:grid;gap:8px}.web-login-field span{color:#ffffffbd;font-size:13px;font-weight:900;letter-spacing:.02em}.web-login-field input{width:100%;box-sizing:border-box;border:1px solid rgba(255,212,0,.22);border-radius:16px;background:#ffffff0e;color:#fff;outline:none;padding:15px 16px;font-size:15px;font-weight:800}.web-login-field input:focus{border-color:#ffd400b8;box-shadow:0 0 0 4px #ffd40014}.web-login-field input::placeholder{color:#ffffff57}.web-login-submit{margin-top:6px;border:0;border-radius:16px;background:#ffd400;color:#111;padding:15px 18px;font-size:15px;font-weight:1000;cursor:pointer;box-shadow:0 18px 34px #ffd4002e}.web-login-submit:disabled{cursor:not-allowed;opacity:.65}.profile-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.profile-info-grid>div{min-width:0;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px;background:#ffffff09}.profile-info-grid span{display:block;margin-bottom:8px;color:#ffffff7a;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.profile-info-grid strong{display:block;overflow-wrap:anywhere;color:#fff;font-size:15px;font-weight:1000}.profile-actions{margin-top:22px;display:flex;justify-content:flex-end}.profile-logout-button{border:1px solid rgba(255,77,77,.36);border-radius:16px;background:#ff4d4d1a;color:#ff8a8a;padding:13px 18px;font-size:14px;font-weight:1000;cursor:pointer}.profile-logout-button:hover{background:#ff4d4d29}.profile-error{margin-top:18px;border:1px solid rgba(255,77,77,.32);border-radius:16px;background:#ff4d4d1a;color:#ff8a8a;padding:14px 16px;font-size:14px;font-weight:900}@media (max-width: 720px){.profile-info-grid{grid-template-columns:1fr}.profile-actions{justify-content:stretch}.profile-logout-button{width:100%}}.table-tags button{border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff0b;color:#ffffffad;padding:10px 14px;font-size:13px;font-weight:900;cursor:pointer}.table-tags button:hover,.table-tags .table-tag-active{border-color:#ffd4007a;background:#ffd40021;color:#ffd400}.table-link-card a{align-self:flex-start;border:0;border-radius:14px;background:#ffd400;color:#111;text-decoration:none;padding:12px 16px;font-size:13px;font-weight:1000;white-space:nowrap}.tables-state-card{margin-top:18px}.tables-state-card strong{display:block;color:#fff;font-size:18px;font-weight:1000;margin-bottom:8px}.tables-state-card p{color:#ffffff94;margin:0;font-weight:800}.tables-state-error{border-color:#ff4d4d4d}.tables-state-error strong,.tables-state-error p{color:#ff8a8a}@media (max-width: 720px){.table-link-card a{width:100%;text-align:center}}.portal-checkin-box{display:grid;gap:14px}.portal-checkin-status{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px;border-radius:18px;background:#ffd4001a}.portal-checkin-status span,.portal-checkin-status strong{color:#ffd400;font-weight:1000}.portal-checkin-status strong{font-size:28px}.portal-checkin-box p{margin:0;color:#ffffff94;font-size:13px;font-weight:800}.portal-checkin-box textarea{min-height:82px;resize:vertical;box-sizing:border-box;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#00000038;color:#fff;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:700}.portal-checkin-box button{border:0;border-radius:16px;background:#ffd400;color:#111;padding:13px 16px;font-size:14px;font-weight:1000;cursor:pointer}.portal-checkin-box button:disabled{cursor:not-allowed;opacity:.65}.portal-checkin-history{display:grid;gap:10px;margin-top:20px}.portal-checkin-history>strong{color:#fff;font-size:15px;font-weight:1000}.portal-checkin-history p{margin:0;color:#ffffff85;font-size:13px;font-weight:800}.portal-checkin-history div{display:flex;justify-content:space-between;gap:12px;border-radius:14px;background:#ffffff09;padding:10px 12px}.portal-checkin-history span,.portal-checkin-history small{color:#ffffffad;font-size:12px;font-weight:900}.profile-password-panel{margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08)}.profile-password-panel h3{margin:0 0 16px;color:#fff;font-size:18px;font-weight:1000}.profile-password-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-password-grid label{display:grid;gap:8px}.profile-password-grid span{color:#ffffff94;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.profile-password-grid input{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#00000038;color:#fff;outline:none;padding:12px 14px;font-size:14px;font-weight:800}.profile-password-grid input:focus{border-color:#ffd4007a;box-shadow:0 0 0 4px #ffd4000f}.profile-password-status{margin-top:14px;border-radius:14px;background:#ffffff0b;color:#ffffffb8;padding:12px 14px;font-size:13px;font-weight:900}.profile-password-button{margin-top:14px;border:0;border-radius:16px;background:#ffd400;color:#111;padding:13px 16px;font-size:14px;font-weight:1000;cursor:pointer}.profile-password-button:disabled{cursor:not-allowed;opacity:.65}@media (max-width: 920px){.profile-password-grid{grid-template-columns:1fr}.profile-password-button{width:100%}}.tables-create-panel{margin-bottom:18px}.tables-create-grid{display:grid;grid-template-columns:minmax(0,1fr) 220px minmax(0,1fr);gap:12px}.tables-create-grid label,.tables-create-description{display:grid;gap:8px}.tables-create-grid span,.tables-create-description span{color:#ffffff94;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.tables-create-grid input,.tables-create-description textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#00000038;color:#fff;outline:none;padding:12px 14px;font-size:14px;font-weight:800;font-family:inherit}.tables-create-description{margin-top:12px}.tables-create-description textarea{min-height:82px;resize:vertical}.tables-create-grid input:focus,.tables-create-description textarea:focus{border-color:#ffd4007a;box-shadow:0 0 0 4px #ffd4000f}.tables-create-status{margin-top:12px;border-radius:14px;background:#ffffff0b;color:#ffffffb8;padding:12px 14px;font-size:13px;font-weight:900}.tables-create-button{margin-top:12px;border:0;border-radius:16px;background:#ffd400;color:#111;padding:13px 16px;font-size:14px;font-weight:1000;cursor:pointer}.tables-create-button:disabled{cursor:not-allowed;opacity:.65}@media (max-width: 900px){.tables-create-grid{grid-template-columns:1fr}.tables-create-button{width:100%}}.table-link-card-editable{align-items:flex-start}.table-card-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start;justify-content:flex-end}.table-card-actions button,.table-edit-actions button{border:0;border-radius:14px;padding:12px 14px;font-size:13px;font-weight:1000;cursor:pointer}.table-edit-button,.table-cancel-button{border:1px solid rgba(255,255,255,.1)!important;background:#ffffff0e;color:#ffffffc7}.table-delete-button{border:1px solid rgba(255,77,77,.28)!important;background:#ff4d4d1a;color:#ff8a8a}.table-save-button{background:#ffd400;color:#111}.table-edit-form{grid-column:2 / -1;width:100%;display:grid;grid-template-columns:minmax(0,1fr) 180px minmax(0,1fr);gap:12px}.table-edit-form label{display:grid;gap:8px}.table-edit-form span{color:#ffffff94;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.table-edit-form input,.table-edit-form textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#00000038;color:#fff;outline:none;padding:12px 14px;font-size:14px;font-weight:800;font-family:inherit}.table-edit-form input:focus,.table-edit-form textarea:focus{border-color:#ffd4007a;box-shadow:0 0 0 4px #ffd4000f}.table-edit-description{grid-column:1 / -1}.table-edit-description textarea{min-height:76px;resize:vertical}.table-edit-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:10px}.table-card-actions button:disabled,.table-edit-actions button:disabled{cursor:not-allowed;opacity:.65}@media (max-width: 920px){.table-card-actions{justify-content:stretch}.table-card-actions a,.table-card-actions button{width:100%;text-align:center}.table-edit-form{grid-column:1 / -1;grid-template-columns:1fr}}.scope-badge{display:inline-flex;width:fit-content;align-items:center;justify-content:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:1000;line-height:1;letter-spacing:.02em;text-transform:uppercase}.scope-badge-personal{border:1px solid rgba(255,212,0,.26);background:#ffd4001a;color:#ffd400}.scope-badge-corporate{border:1px solid rgba(105,165,255,.28);background:#69a5ff1c;color:#9fc3ff}.table-meta-line{display:flex;flex-wrap:wrap;gap:8px;align-items:center}:root{--clean-yellow: #ffd400;--clean-bg: #050505;--clean-sidebar: #111111;--clean-card: #101010;--clean-card-2: #141414;--clean-border: rgba(255, 255, 255, .1);--clean-border-strong: rgba(255, 255, 255, .16);--clean-text: #ffffff;--clean-muted: rgba(255, 255, 255, .62)}body{background:#050505!important;background-image:none!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important}#root{max-width:none!important;width:100%!important}.portal-shell{min-height:100vh!important;display:grid!important;grid-template-columns:238px minmax(0,1fr)!important;background:#050505!important;color:#fff!important}.portal-sidebar{width:238px!important;min-height:100vh!important;height:100vh!important;position:sticky!important;top:0!important;padding:26px 14px 16px!important;background:#111!important;border-right:1px solid rgba(255,255,255,.11)!important;box-shadow:none!important;display:flex!important;flex-direction:column!important}.portal-brand{display:flex!important;align-items:center!important;gap:12px!important;padding:0 5px 22px!important;margin:0 0 22px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.portal-brand-logo{width:40px!important;height:40px!important;border-radius:12px!important;background:#ffd400!important;color:#111!important;box-shadow:none!important;display:grid!important;place-items:center!important;font-size:12px!important;font-weight:1000!important}.portal-brand-title{color:#fff!important;font-size:17px!important;line-height:1!important;font-weight:1000!important;letter-spacing:-.05em!important}.portal-brand-title span{color:#ffd400!important}.portal-brand-subtitle{margin-top:6px!important;color:#ffffff9e!important;font-size:11px!important;line-height:1!important;font-weight:800!important}.portal-nav{display:grid!important;gap:10px!important}.portal-nav-item{height:44px!important;min-height:44px!important;width:100%!important;border-radius:11px!important;border:1px solid transparent!important;background:transparent!important;color:#ffffffc2!important;display:flex!important;align-items:center!important;gap:14px!important;padding:0 15px!important;font-size:14px!important;line-height:1!important;font-weight:900!important;cursor:pointer!important;box-shadow:none!important;text-align:left!important}.portal-nav-item:hover{background:#151515!important;color:#fff!important;box-shadow:none!important}.portal-nav-item-active{background:#1b1a0d!important;color:#ffd400!important;border-color:#ffd4008c!important;box-shadow:none!important}.portal-nav-icon{width:18px!important;font-size:11px!important;text-align:center!important}.portal-sidebar-footer{margin-top:auto!important}.portal-user-mini{height:62px!important;min-height:62px!important;border-radius:13px!important;padding:11px!important;background:#161616!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:none!important;display:flex!important;align-items:center!important;gap:11px!important}.portal-user-avatar{width:36px!important;height:36px!important;border-radius:10px!important;background:#151515!important;border:1px solid rgba(255,212,0,.65)!important;color:#ffd400!important;box-shadow:none!important;display:grid!important;place-items:center!important;font-weight:1000!important}.portal-user-name{color:#fff!important;font-size:12px!important;font-weight:900!important}.portal-user-role{color:#ffffff94!important;font-size:11px!important;font-weight:800!important}.portal-main{min-width:0!important;padding:30px 0 48px!important;background:#050505!important}.homeclean-page{width:min(1380px,calc(100vw - 430px));min-width:1080px;margin-left:100px;margin-right:auto}.homeclean-header{margin-bottom:24px}.homeclean-header h1{margin:0;color:#fff;font-size:36px;line-height:.95;font-weight:1000;letter-spacing:-.07em;text-shadow:none}.homeclean-header p{margin:9px 0 0;color:#ffffff9e;font-size:13px;line-height:1.25;font-weight:800}.homeclean-card{background:#101010!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:16px!important;box-shadow:none!important}.homeclean-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.homeclean-metric{height:128px;padding:18px;text-align:left;cursor:pointer}.homeclean-metric:hover{border-color:#ffd40073!important;background:#131313!important}.homeclean-metric span,.homeclean-metric strong,.homeclean-metric small{display:block}.homeclean-metric span{color:#ffffff94;font-size:13px;line-height:1;font-weight:900}.homeclean-metric strong{margin-top:10px;color:#ffd400;font-size:34px;line-height:.95;font-weight:1000;letter-spacing:-.04em}.homeclean-metric small{margin-top:9px;color:#ffffffad;font-size:12px;line-height:1;font-weight:800}.homeclean-progress-card strong{margin-top:8px;font-size:30px}.homeclean-progress-bar{height:8px;margin-top:12px;border-radius:999px;background:#242424;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.homeclean-progress-bar i{display:block;height:100%;border-radius:inherit;background:#ffd400}.homeclean-grid{margin-top:16px;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(0,.94fr);gap:16px}.homeclean-panel{min-height:330px;padding:18px}.homeclean-panel-head{margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.08)}.homeclean-panel-head h2{margin:0;color:#fff;font-size:17px;line-height:1;font-weight:1000;letter-spacing:-.04em;text-shadow:none}.homeclean-list{display:grid;gap:10px}.homeclean-row{min-height:68px;display:grid;align-items:center;gap:14px;padding:13px 15px;background:#141414;border:1px solid rgba(255,255,255,.1);border-radius:13px;box-shadow:none}.homeclean-event-row{grid-template-columns:62px minmax(0,1fr)}.homeclean-checkbox{width:17px;height:17px;border-radius:5px;background:#101010;border:1px solid rgba(255,255,255,.22)}.homeclean-row strong{display:block;color:#fff;font-size:13px;line-height:1.12;font-weight:900}.homeclean-row p{margin:5px 0 0;color:#ffffff94;font-size:11px;line-height:1.2;font-weight:700}.homeclean-event-row time{color:#ffd400;font-size:12px;line-height:1;font-weight:1000}.homeclean-tag{border-radius:999px;padding:6px 8px;font-size:10px;line-height:1;font-style:normal;font-weight:900}.homeclean-tag-red{background:#ff484824;color:#ff6969}.homeclean-tag-yellow{background:#ffd40021;color:#ffd400}.homeclean-primary-action{width:100%;height:44px;margin-top:14px;border:0;border-radius:12px;background:#ffd400;color:#111;font-size:14px;font-weight:1000;cursor:pointer}.homeclean-primary-action:hover{background:#ffe04a}.portal-bottom-nav{display:none}@media (max-width: 1180px){.portal-shell{display:block!important}.portal-sidebar{display:none!important}.portal-main{padding:24px 14px 96px!important}.homeclean-page{width:100%;min-width:0;margin:0}.homeclean-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.homeclean-grid{grid-template-columns:1fr}.portal-bottom-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:50;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:8px;border-radius:18px;background:#111;border:1px solid rgba(255,255,255,.12)}.portal-bottom-nav-item{min-height:54px;border:0;border-radius:12px;background:transparent;color:#ffffff9e;display:grid;place-items:center;gap:2px;font-size:15px;font-weight:900}.portal-bottom-nav-item small{font-size:10px;font-weight:900}.portal-bottom-nav-item-active{color:#ffd400;background:#1b1a0d}}@media (max-width: 560px){.homeclean-header h1{font-size:32px}.homeclean-metrics{grid-template-columns:1fr}.homeclean-metric{height:auto;min-height:108px}.homeclean-panel{min-height:auto}.homeclean-tag{grid-column:2;justify-self:start}}.portal-shell,.portal-shell button,.portal-shell input,.portal-shell textarea,.portal-shell select{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important;font-weight:500!important;text-shadow:none!important}.portal-brand-title{font-weight:800!important}.portal-brand-subtitle,.portal-user-role{font-weight:500!important}.portal-nav-item{font-weight:650!important}.portal-user-name{font-weight:700!important}.homeclean-header h1{font-weight:800!important;letter-spacing:-.04em!important;text-shadow:none!important}.homeclean-header p{font-weight:500!important}.homeclean-metric span{font-weight:600!important}.homeclean-metric strong{font-weight:800!important;letter-spacing:-.025em!important}.homeclean-metric small{font-weight:500!important}.homeclean-panel-head h2{font-weight:750!important;letter-spacing:-.025em!important;text-shadow:none!important}.homeclean-row strong{font-weight:650!important}.homeclean-row p{font-weight:450!important}.homeclean-event-row time{font-weight:750!important}.homeclean-tag{font-weight:650!important}.homeclean-primary-action{font-weight:750!important}.homev2-header h1,.portal-page-head h1{font-weight:800!important;text-shadow:none!important}.homev2-panel-head h2,.portal-home-panel-head h2{font-weight:750!important;text-shadow:none!important}.homev2-event-row strong,.portal-home-task strong,.portal-home-event strong{font-weight:650!important;text-shadow:none!important}:root{--clean-bg: #17181a;--clean-sidebar: #131315;--clean-card: #202123;--clean-card-2: #202123}html,body,#root,.portal-shell,.portal-main{background:#17181a!important;background-color:#17181a!important;background-image:none!important}body:before{background:#ffd400!important}.portal-sidebar{background:#131315!important;background-color:#131315!important;background-image:none!important}.homeclean-card,.homeclean-metric,.homeclean-panel,.homeclean-row,.homeclean-event-row{background:#202123!important;background-color:#202123!important;background-image:none!important}.homeclean-row{border-color:#ffffff17!important}.portal-card,.portal-panel,.portal-section,.portal-table-card,.portal-profile-card,.card{background:#202123!important;background-color:#202123!important;background-image:none!important}.portal-bottom-nav{background:#131315!important;background-color:#131315!important;background-image:none!important}.portal-user-mini{background:#202123!important;background-color:#202123!important;background-image:none!important}.portal-nav-item-active{background:#202123!important;border-color:#ffd4008c!important;color:#ffd400!important;box-shadow:none!important}.portal-nav-item:hover,.homeclean-metric:hover{background:#202123!important;box-shadow:none!important}.portal-main,.portal-page,.portal-page-home,.portal-home-page,.portal-homeclean-page{width:100%!important;max-width:none!important}.portal-main>*,.portal-page>*,.portal-page-home>*,.portal-home-page>*,.portal-homeclean-page>*{width:100%!important}.homeclean-wrap,.homeclean-page,.homeclean-layout,.homeclean-content,.portal-home-content{width:100%!important;max-width:1520px!important;margin:0 auto!important}.portal-content,.portal-main,.portal-page,.portal-page-home,.portal-home-page,.portal-homeclean-page{padding-left:24px!important;padding-right:24px!important}.homeclean-stats,.homeclean-metrics,.homeclean-cards-top,.portal-home-top-cards{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;width:100%!important}.homeclean-bottom,.homeclean-sections,.portal-home-bottom{display:grid!important;grid-template-columns:minmax(0,1.18fr) minmax(0,.92fr)!important;gap:14px!important;align-items:stretch!important;width:100%!important}.homeclean-card,.homeclean-metric,.homeclean-panel,.homeclean-section,.homeclean-event-row{width:100%!important}.homeclean-card,.homeclean-metric{min-height:120px!important;padding:18px!important}.homeclean-panel,.homeclean-section{padding:16px 16px 18px!important}.homeclean-primary-action,.homeclean-panel .btn,.homeclean-panel button{width:100%!important}.homeclean-event-row{padding:14px 16px!important}@media (max-width: 1180px){.homeclean-stats,.homeclean-metrics,.homeclean-cards-top,.portal-home-top-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.homeclean-bottom,.homeclean-sections,.portal-home-bottom{grid-template-columns:1fr!important}}@media (max-width: 720px){.portal-content,.portal-main,.portal-page,.portal-page-home,.portal-home-page,.portal-homeclean-page{padding-left:14px!important;padding-right:14px!important}.homeclean-stats,.homeclean-metrics,.homeclean-cards-top,.portal-home-top-cards{grid-template-columns:1fr!important}}.homeclean-tables-panel{margin-top:16px;padding:18px}.homeclean-tables-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.homeclean-table-link{display:grid;gap:7px;min-height:94px;padding:14px;border-radius:13px;background:#202123;border:1px solid rgba(255,255,255,.09);color:#fff;text-decoration:none}.homeclean-table-link:hover{border-color:#ffd40073;background:#232427}.homeclean-table-link span{color:#ffd400;font-size:11px;line-height:1;font-weight:600}.homeclean-table-link strong{color:#fff;font-size:14px;line-height:1.15;font-weight:650}.homeclean-table-link p{margin:0;color:#ffffff94;font-size:11px;line-height:1.25;font-weight:450}.homeclean-tables-empty{padding:14px;border-radius:13px;background:#202123;border:1px solid rgba(255,255,255,.09);color:#ffffff9e;font-size:13px;line-height:1.35;font-weight:450}@media (max-width: 1180px){.homeclean-tables-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.homeclean-tables-grid{grid-template-columns:1fr}}.homeclean-tables-panel{min-height:190px!important}.homeclean-tables-grid{align-items:stretch!important}.homeclean-table-link{min-height:118px!important;align-content:start!important;padding:16px!important}.homeclean-tables-grid .homeclean-table-link:only-child{min-height:122px!important}.portal-brand{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;margin:0 0 22px!important;padding:10px 0 20px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;gap:0!important}.portal-brand-logo,.portal-brand-mark,.portal-logo-mark,.portal-brand-subtitle,.portal-sidebar-brand-mark,.portal-sidebar-brand-icon,.portal-sidebar-brand-subtitle,.portal-sidebar-brand img,.portal-sidebar-brand svg{display:none!important}.portal-brand .cs-wordmark{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;margin:0 auto!important;padding:0!important;width:auto!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important;font-size:26px!important;line-height:1!important;font-weight:850!important;letter-spacing:-.055em!important;text-transform:uppercase!important;white-space:nowrap!important;text-shadow:none!important;transform:scaleX(1.12)!important;transform-origin:center!important}.portal-brand .cs-wordmark .cs-wordmark-comp{display:inline!important;color:#fff!important;font-weight:850!important;margin:0!important;padding:0!important;text-shadow:none!important}.portal-brand .cs-wordmark .cs-wordmark-shop{display:inline!important;color:#ffd400!important;font-weight:850!important;margin:0!important;padding:0!important;text-shadow:none!important}.portal-sidebar{overflow:hidden!important}.portal-nav{display:grid!important;gap:0!important;margin-left:-14px!important;margin-right:-14px!important}.portal-nav-item{position:relative!important;width:100%!important;height:82px!important;min-height:82px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#ffffffdb!important;display:flex!important;align-items:center!important;gap:26px!important;padding:0 28px!important;font-size:22px!important;line-height:1!important;font-weight:400!important;letter-spacing:-.02em!important;text-align:left!important;box-shadow:none!important}.portal-nav-item:hover{background:#ffffff09!important;color:#fff!important;border:0!important;box-shadow:none!important}.portal-nav-item-active{background:linear-gradient(90deg,#ffffff12,#ffffff06)!important;color:#ffd400!important;border:0!important;box-shadow:none!important}.portal-nav-item-active:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:6px!important;background:#ffd400!important}.portal-nav-icon{flex:0 0 36px!important;width:36px!important;height:36px!important;display:grid!important;place-items:center!important;font-size:0!important;color:currentColor!important}.portal-nav-icon:before{content:""!important;display:block!important;width:34px!important;height:34px!important;background:currentColor!important;mask-repeat:no-repeat!important;mask-position:center!important;mask-size:contain!important;-webkit-mask-repeat:no-repeat!important;-webkit-mask-position:center!important;-webkit-mask-size:contain!important}.portal-nav-item:nth-child(1) .portal-nav-icon:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5.2 10.2V20h13.6v-9.8'/%3E%3Cpath d='M9.2 20v-5.8h5.6V20'/%3E%3Cpath d='M17.5 5.5h2.3v3'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5.2 10.2V20h13.6v-9.8'/%3E%3Cpath d='M9.2 20v-5.8h5.6V20'/%3E%3Cpath d='M17.5 5.5h2.3v3'/%3E%3C/g%3E%3C/svg%3E")!important}.portal-nav-item:nth-child(2) .portal-nav-icon:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='4.8' width='14' height='16' rx='2'/%3E%3Cpath d='M9 4.8a3 3 0 0 1 6 0'/%3E%3Cpath d='m8.5 13 2.2 2.2 4.8-5'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='4.8' width='14' height='16' rx='2'/%3E%3Cpath d='M9 4.8a3 3 0 0 1 6 0'/%3E%3Cpath d='m8.5 13 2.2 2.2 4.8-5'/%3E%3C/g%3E%3C/svg%3E")!important}.portal-nav-item:nth-child(3) .portal-nav-icon:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5.5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3.5v4M16 3.5v4M4 10h16'/%3E%3Cpath d='M8 14h.1M12 14h.1M16 14h.1M8 17h.1M12 17h.1M16 17h.1'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5.5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3.5v4M16 3.5v4M4 10h16'/%3E%3Cpath d='M8 14h.1M12 14h.1M16 14h.1M8 17h.1M12 17h.1M16 17h.1'/%3E%3C/g%3E%3C/svg%3E")!important}.portal-nav-item:nth-child(4) .portal-nav-icon:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M4 9h16M4 15h16M10 9v11M15 9v11'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M4 9h16M4 15h16M10 9v11M15 9v11'/%3E%3C/g%3E%3C/svg%3E")!important}.portal-nav-item:nth-child(5) .portal-nav-icon:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8.5 12 4l9 4.5-9 4.5-9-4.5Z'/%3E%3Cpath d='M6.5 10.5v4.2c1.8 1.7 3.6 2.5 5.5 2.5s3.7-.8 5.5-2.5v-4.2'/%3E%3Cpath d='M21 8.5v5'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 8.5 12 4l9 4.5-9 4.5-9-4.5Z'/%3E%3Cpath d='M6.5 10.5v4.2c1.8 1.7 3.6 2.5 5.5 2.5s3.7-.8 5.5-2.5v-4.2'/%3E%3Cpath d='M21 8.5v5'/%3E%3C/g%3E%3C/svg%3E")!important}.portal-nav-item:nth-child(6) .portal-nav-icon:before{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5 20c.8-4 3.1-6 7-6s6.2 2 7 6'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5 20c.8-4 3.1-6 7-6s6.2 2 7 6'/%3E%3C/g%3E%3C/svg%3E")!important}.portal-nav-item span:not(.portal-nav-icon){font-size:22px!important;font-weight:400!important;line-height:1!important}.portal-nav-item-active,.portal-nav-item-active:hover{outline:none!important}:root{--page-bg-mockup: #101113;--card-bg-mockup: #18191b;--card-bg-inner-mockup: #191a1c;--border-mockup: rgba(255, 255, 255, .22);--border-soft-mockup: rgba(255, 255, 255, .14);--text-main-mockup: #f4f4f4;--text-muted-mockup: rgba(255, 255, 255, .66);--text-dim-mockup: rgba(255, 255, 255, .48);--accent-mockup: #ffd400}html,body,#root,.portal-shell,.portal-main{background:#101113!important;background-color:#101113!important;background-image:radial-gradient(circle at 70% 0%,rgba(255,255,255,.035),transparent 360px),linear-gradient(180deg,#101113,#111214)!important}.homeclean-page{color:var(--text-main-mockup)!important}.homeclean-header h1{color:#fff!important;font-size:42px!important;line-height:1!important;font-weight:400!important;letter-spacing:-.035em!important;text-shadow:none!important}.homeclean-card,.homeclean-metric,.homeclean-panel,.homeclean-tables-panel{background:linear-gradient(180deg,#1a1b1d,#17181a)!important;background-color:#18191b!important;border:1px solid var(--border-mockup)!important;box-shadow:none!important}.homeclean-row,.homeclean-event-row,.homeclean-table-link{background:#191a1c!important;background-color:#191a1c!important;border:1px solid var(--border-soft-mockup)!important;box-shadow:none!important}.homeclean-metric:hover,.homeclean-table-link:hover,.homeclean-row:hover{background:#1b1c1f!important;border-color:#ffffff47!important;box-shadow:none!important}.homeclean-metric span{color:var(--text-muted-mockup)!important;font-size:16px!important;line-height:1.15!important;font-weight:400!important;letter-spacing:-.01em!important}.homeclean-metric strong{color:#fff!important;font-size:44px!important;line-height:1!important;font-weight:300!important;letter-spacing:-.04em!important;text-shadow:none!important}.homeclean-metric small{color:var(--text-muted-mockup)!important;font-size:15px!important;line-height:1.2!important;font-weight:400!important}.homeclean-progress-bar{height:7px!important;background:#ffffff1f!important;border:0!important;border-radius:999px!important}.homeclean-progress-bar i{background:#ffd400!important;border-radius:999px!important}.homeclean-panel-head h2{color:#fff!important;font-size:22px!important;line-height:1.1!important;font-weight:400!important;letter-spacing:-.025em!important;text-shadow:none!important}.homeclean-panel-head{border-bottom:1px solid rgba(255,255,255,.13)!important}.homeclean-row strong{color:#fff!important;font-size:16px!important;line-height:1.18!important;font-weight:400!important;letter-spacing:-.015em!important;text-shadow:none!important}.homeclean-row p{color:var(--text-muted-mockup)!important;font-size:15px!important;line-height:1.28!important;font-weight:300!important}.homeclean-checkbox{background:transparent!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:4px!important}.homeclean-event-row time{color:#ffd400!important;font-size:16px!important;line-height:1!important;font-weight:400!important;text-shadow:none!important}.homeclean-tag{font-size:13px!important;line-height:1!important;font-weight:400!important;border-radius:6px!important;padding:8px 10px!important}.homeclean-tag-red{color:#fff!important;background:#c83a42!important}.homeclean-tag-yellow{color:#ffd400!important;background:transparent!important;border:1px solid rgba(255,212,0,.7)!important}.homeclean-primary-action{background:#ffd400!important;color:#111!important;border-radius:6px!important;font-size:18px!important;font-weight:400!important;box-shadow:none!important}.homeclean-primary-action:hover{background:#ffe04a!important}.homeclean-table-link span{color:#ffd400!important;font-size:13px!important;font-weight:400!important}.homeclean-table-link strong{color:#fff!important;font-size:16px!important;line-height:1.15!important;font-weight:400!important}.homeclean-table-link p{color:var(--text-muted-mockup)!important;font-size:14px!important;line-height:1.28!important;font-weight:300!important}.homeclean-card,.homeclean-metric,.homeclean-panel,.homeclean-tables-panel,.homeclean-row,.homeclean-table-link{border-radius:7px!important}.homeclean-empty{min-height:204px;display:flex;align-items:center;justify-content:center;padding:18px;border-radius:7px;background:#191a1c;border:1px solid rgba(255,255,255,.14);color:#ffffff94;font-size:15px;font-weight:300;text-align:center}.homeclean-tag-gray{color:#ffffffb8!important;background:transparent!important;border:1px solid rgba(255,255,255,.28)!important}button.homeclean-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;padding:0!important;flex:0 0 auto}button.homeclean-checkbox:hover{border-color:#ffd400!important}button.homeclean-checkbox:disabled{cursor:wait;opacity:.55}.homeclean-inline-error{margin-bottom:10px;padding:10px 12px;border-radius:7px;background:#ff48481f;border:1px solid rgba(255,72,72,.25);color:#ff8a8a;font-size:13px;font-weight:400}.portal-nav .portal-nav-item:nth-child(2),.portal-nav .portal-nav-item:nth-child(3),.portal-bottom-nav .portal-bottom-nav-item:nth-child(2),.portal-bottom-nav .portal-bottom-nav-item:nth-child(3){display:none!important}.homeclean-lesson-row{grid-template-columns:minmax(0,1fr)!important}.homeclean-empty{min-height:204px}.portal-nav .portal-nav-item,.portal-bottom-nav .portal-bottom-nav-item{display:flex!important}.portal-nav .portal-nav-item:nth-child(2),.portal-nav .portal-nav-item:nth-child(3),.portal-bottom-nav .portal-bottom-nav-item:nth-child(2),.portal-bottom-nav .portal-bottom-nav-item:nth-child(3){display:flex!important}.tables-create-panel,.portal-tables-create-panel,.portal-table-create-panel{overflow:hidden!important}.tables-create-panel .portal-panel-body,.portal-tables-create-panel .portal-panel-body,.portal-table-create-panel .portal-panel-body{padding:18px 20px 22px!important}.tables-create-grid,.portal-tables-create-grid,.portal-table-create-grid{padding:0 20px 22px!important;gap:14px!important}.tables-create-grid label,.portal-tables-create-grid label,.portal-table-create-grid label{padding:0!important}.tables-create-grid label>span,.portal-tables-create-grid label>span,.portal-table-create-grid label>span,.tables-create-description>span,.portal-tables-create-description>span,.portal-table-create-description>span{display:block!important;margin:0 0 8px!important;padding-left:2px!important}.tables-create-description,.portal-tables-create-description,.portal-table-create-description{display:block!important;padding:0 20px!important;margin-top:14px!important}.tables-create-button,.portal-tables-create-button,.portal-table-create-button{margin-left:20px!important;margin-bottom:2px!important}.portal-table-form,.portal-tables-form{padding:18px 20px 22px!important}.portal-table-form label,.portal-tables-form label{padding:0!important}.portal-table-form label>span,.portal-tables-form label>span{display:block!important;margin-bottom:8px!important;padding-left:2px!important}.tables-create-grid,.portal-tables-create-grid,.portal-table-create-grid{padding-top:18px!important}.tables-create-panel .tables-create-grid,.portal-tables-create-panel .portal-tables-create-grid,.portal-table-create-panel .portal-table-create-grid,.portal-panel:has(input[placeholder*="Финансовые показатели"]) .tables-create-grid,.portal-panel:has(input[placeholder*="Финансовые показатели"]) .portal-tables-create-grid,.portal-panel:has(input[placeholder*="Финансовые показатели"]) .portal-table-create-grid{padding-top:18px!important}.tables-create-grid label,.portal-tables-create-grid label,.portal-table-create-grid label{margin-top:0!important}.portal-table-card,.portal-tables-card,.tables-card,.table-card{position:relative!important;overflow:hidden!important;padding:22px 22px 18px!important;min-height:260px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;align-content:start!important;column-gap:14px!important;row-gap:14px!important}.portal-table-card>*,.portal-tables-card>*,.tables-card>*,.table-card>*{min-width:0!important}.portal-table-actions,.portal-tables-actions,.tables-card-actions,.table-card-actions,.portal-table-card-actions{position:static!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;grid-column:1 / -1!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:10px!important;margin:24px 0 0!important;padding:0!important;width:100%!important}.portal-table-card>button,.portal-tables-card>button,.tables-card>button,.table-card>button,.portal-table-card>a,.portal-tables-card>a,.tables-card>a,.table-card>a{position:static!important;transform:none!important}.portal-table-actions button,.portal-table-actions a,.portal-tables-actions button,.portal-tables-actions a,.tables-card-actions button,.tables-card-actions a,.table-card-actions button,.table-card-actions a,.portal-table-card-actions button,.portal-table-card-actions a{position:static!important;transform:none!important;margin:0!important;min-height:42px!important;width:auto!important;min-width:92px!important;border-radius:13px!important}.portal-table-card:has(button),.portal-tables-card:has(button),.tables-card:has(button),.table-card:has(button){overflow:hidden!important}.portal-user-mini,.portal-sidebar-user,.portal-sidebar-profile,.portal-sidebar-user-card,.sidebar-user-card,.sidebar-profile-card{display:none!important}.portal-sidebar{padding-bottom:18px!important}.training-page .course-list-shell{display:flex!important;flex-direction:column!important;gap:20px!important}.training-page .course-list-shell>.page-header{margin:0!important}.training-page .course-list-shell>.progress-bar-wrap{margin:0!important}.training-page .course-list-shell>.page{padding-top:0!important;margin-top:0!important}.portal-nav .portal-nav-item:nth-child(1) .portal-nav-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18.5L20 7l13 11.5V33a2 2 0 0 1-2 2h-7V24h-8v11H9a2 2 0 0 1-2-2V18.5Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18.5L20 7l13 11.5V33a2 2 0 0 1-2 2h-7V24h-8v11H9a2 2 0 0 1-2-2V18.5Z' fill='black'/%3E%3C/svg%3E")!important}.portal-nav .portal-nav-item:nth-child(2) .portal-nav-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7 4 15l16 8 16-8-16-8Zm-10 12v7.5c0 3.3 4.5 6.5 10 6.5s10-3.2 10-6.5V19l-10 5-10-5Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7 4 15l16 8 16-8-16-8Zm-10 12v7.5c0 3.3 4.5 6.5 10 6.5s10-3.2 10-6.5V19l-10 5-10-5Z' fill='black'/%3E%3C/svg%3E")!important}.portal-nav .portal-nav-item:nth-child(3) .portal-nav-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5h18a3 3 0 0 1 3 3v27H8V8a3 3 0 0 1 3-3Zm4 8h10v3H15v-3Zm0 7h10v3H15v-3Zm0 7h7v3h-7v-3Z' fill='black'/%3E%3Cpath d='M27 25.5 30 28.5 36 20.5 33.6 18.7 29.7 23.9 28.8 23 27 25.5Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5h18a3 3 0 0 1 3 3v27H8V8a3 3 0 0 1 3-3Zm4 8h10v3H15v-3Zm0 7h10v3H15v-3Zm0 7h7v3h-7v-3Z' fill='black'/%3E%3Cpath d='M27 25.5 30 28.5 36 20.5 33.6 18.7 29.7 23.9 28.8 23 27 25.5Z' fill='black'/%3E%3C/svg%3E")!important}.portal-nav .portal-nav-item:nth-child(4) .portal-nav-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8h26a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2Zm3 6v4h8v-4h-8Zm11 0v4h9v-4h-9ZM10 21v6h8v-6h-8Zm11 0v6h9v-6h-9Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8h26a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2Zm3 6v4h8v-4h-8Zm11 0v4h9v-4h-9ZM10 21v6h8v-6h-8Zm11 0v6h9v-6h-9Z' fill='black'/%3E%3C/svg%3E")!important}.portal-nav .portal-nav-item:nth-child(5) .portal-nav-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm-13 15c1.4-7.1 6.4-11 13-11s11.6 3.9 13 11H7Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm-13 15c1.4-7.1 6.4-11 13-11s11.6 3.9 13 11H7Z' fill='black'/%3E%3C/svg%3E")!important}.adaptation-page{display:flex!important;flex-direction:column!important;gap:20px!important}.adaptation-hero{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;padding:22px;border-radius:16px;background:#202123;border:1px solid rgba(255,255,255,.14)}.adaptation-kicker{display:inline-flex;margin-bottom:10px;color:#ffd400;font-size:12px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.adaptation-hero h2,.adaptation-section-head h2{margin:0;color:#fff;font-size:24px;line-height:1.1;font-weight:900;letter-spacing:-.04em}.adaptation-hero p,.adaptation-section-head p{margin:10px 0 0;max-width:920px;color:#ffffffa8;font-size:14px;line-height:1.45;font-weight:450}.adaptation-hero-progress{display:grid;align-content:center;gap:8px;padding:16px;border-radius:14px;background:#18191b;border:1px solid rgba(255,255,255,.12)}.adaptation-hero-progress strong{color:#fff;font-size:42px;line-height:1;font-weight:400;letter-spacing:-.06em}.adaptation-hero-progress span{color:#ffffffa3;font-size:13px;font-weight:500}.adaptation-progress-line{height:7px;border-radius:999px;background:#ffffff1f;overflow:hidden}.adaptation-progress-line i{display:block;height:100%;border-radius:inherit;background:#ffd400}.adaptation-days{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.adaptation-day-tab{min-height:92px;padding:15px;border-radius:14px;background:#202123;border:1px solid rgba(255,255,255,.13);color:#fff;text-align:left;cursor:pointer}.adaptation-day-tab span{display:block;margin-bottom:8px;color:#ffd400;font-size:12px;font-weight:900;text-transform:uppercase}.adaptation-day-tab strong{display:block;color:#fff;font-size:14px;line-height:1.25;font-weight:750}.adaptation-day-tab-active{border-color:#ffd400bf;background:linear-gradient(135deg,#ffd4002e,#202123 58%)}.adaptation-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:18px;align-items:start}.adaptation-main,.adaptation-material-panel{padding:20px;border-radius:16px;background:#202123;border:1px solid rgba(255,255,255,.14)}.adaptation-section-head>span{display:inline-flex;margin-bottom:8px;color:#ffd400;font-size:12px;font-weight:900;text-transform:uppercase}.adaptation-blocks{display:grid;gap:14px;margin-top:18px}.adaptation-block{display:grid;grid-template-columns:108px minmax(0,1fr);gap:16px;padding:16px;border-radius:14px;background:#18191b;border:1px solid rgba(255,255,255,.12)}.adaptation-block-time{color:#ffd400;font-size:14px;font-weight:900}.adaptation-block-body{min-width:0}.adaptation-block-title span{display:block;margin-bottom:5px;color:#ffffff7a;font-size:11px;font-weight:800;text-transform:uppercase}.adaptation-block-title h3{margin:0;color:#fff;font-size:17px;line-height:1.25;font-weight:900}.adaptation-block-goal{margin:10px 0 0;color:#ffffffad;font-size:14px;line-height:1.45}.adaptation-task-list{display:grid;gap:8px;margin-top:14px}.adaptation-task,.adaptation-material-point{display:grid;grid-template-columns:14px minmax(0,1fr);gap:9px;align-items:start}.adaptation-task span,.adaptation-material-point span{width:8px;height:8px;margin-top:7px;border-radius:999px;background:#ffd400}.adaptation-task p,.adaptation-material-point p{margin:0;color:#ffffffb8;font-size:13px;line-height:1.4}.adaptation-block-footer{display:grid;grid-template-columns:1fr 260px;gap:12px;margin-top:16px}.adaptation-block-footer>div{padding:12px;border-radius:12px;background:#202123;border:1px solid rgba(255,255,255,.1)}.adaptation-block-footer span,.adaptation-material-source span{display:block;margin-bottom:5px;color:#ffffff7a;font-size:11px;font-weight:900;text-transform:uppercase}.adaptation-block-footer strong,.adaptation-material-source strong{color:#fff;font-size:13px;line-height:1.35;font-weight:700}.adaptation-material-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.adaptation-material-chip{min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,212,0,.35);background:#ffd40014;color:#ffd400;font-size:12px;font-weight:850;cursor:pointer}.adaptation-material-chip-active{background:#ffd400;color:#111}.adaptation-material-source{margin-top:16px;padding:13px;border-radius:13px;background:#18191b;border:1px solid rgba(255,255,255,.12)}.adaptation-material-points{display:grid;gap:10px;margin-top:16px}.adaptation-open-full{width:100%;min-height:44px;margin-top:18px;border:0;border-radius:13px;background:#ffd400;color:#111;font-size:14px;font-weight:950;cursor:pointer}@media (max-width: 1180px){.adaptation-hero,.adaptation-layout,.adaptation-days,.adaptation-block,.adaptation-block-footer{grid-template-columns:1fr}}.adaptation-day-tab{position:relative}.adaptation-day-tab em{display:block;margin-top:10px;color:#ffffff75;font-size:11px;line-height:1.2;font-style:normal;font-weight:850;text-transform:uppercase}.adaptation-day-tab-active em,.adaptation-day-tab-done em{color:#ffd400}.adaptation-day-tab-locked{opacity:.48;cursor:not-allowed;filter:grayscale(.35)}.adaptation-day-tab-locked span,.adaptation-day-tab-locked strong,.adaptation-day-tab-locked em{color:#ffffff6b!important}.adaptation-day-tab-done{border-color:#ffd40080}.adaptation-day-tab-done:after{content:"✓";position:absolute;right:13px;top:11px;width:23px;height:23px;display:grid;place-items:center;border-radius:999px;background:#ffd400;color:#111;font-size:13px;font-weight:1000}.adaptation-block-completed{border-color:#ffd4006b!important;background:linear-gradient(135deg,#ffd40014,#18191b 54%)!important}.adaptation-complete-block{min-height:42px;margin-top:16px;padding:0 16px;border-radius:13px;border:1px solid rgba(255,212,0,.45);background:#ffd4001a;color:#ffd400;font-size:13px;font-weight:950;cursor:pointer}.adaptation-complete-block:hover{background:#ffd4002e}.adaptation-complete-block-done{background:#ffd400;color:#111}.adaptation-reset-progress{min-height:34px;margin-top:4px;border-radius:10px;border:1px solid rgba(255,92,92,.35);background:#ff5c5c1a;color:#ff8f8f;font-size:12px;font-weight:850;cursor:pointer}.adaptation-reset-progress:hover{background:#ff5c5c29}.adaptation-progress-status{margin-top:2px;color:#ffffff70;font-size:11px;line-height:1.25;font-weight:750}.adaptation-progress-error{max-width:720px;margin-top:14px;padding:12px 14px;border-radius:12px;background:#ff5c5c1a;border:1px solid rgba(255,92,92,.28);color:#ff9b9b;font-size:13px;line-height:1.35;font-weight:750}.adaptation-complete-block:disabled,.adaptation-reset-progress:disabled,.adaptation-day-tab:disabled{cursor:not-allowed}.portal-main:has(.adaptation-page){overflow:hidden!important}.adaptation-page{height:calc(100vh - 34px)!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto auto auto minmax(0,1fr)!important;gap:14px!important}.adaptation-page>.portal-page-head{margin:0!important;padding:0!important}.adaptation-page>.portal-page-head h1{margin:0!important;font-size:31px!important;line-height:1!important}.adaptation-hero{min-height:0!important;padding:16px 20px!important;gap:16px!important;grid-template-columns:minmax(0,1fr) 280px!important}.adaptation-kicker{margin-bottom:7px!important;font-size:11px!important}.adaptation-hero h2{font-size:22px!important;line-height:1.05!important}.adaptation-hero p{margin-top:8px!important;max-width:980px!important;font-size:13px!important;line-height:1.35!important}.adaptation-hero-progress{padding:12px 14px!important;gap:6px!important}.adaptation-hero-progress strong{font-size:34px!important}.adaptation-reset-progress{min-height:30px!important;margin-top:2px!important}.adaptation-days{gap:10px!important}.adaptation-day-tab{min-height:62px!important;padding:10px 14px!important;border-radius:12px!important}.adaptation-day-tab span{margin-bottom:5px!important;font-size:11px!important}.adaptation-day-tab strong{font-size:13px!important;line-height:1.18!important}.adaptation-day-tab em{margin-top:6px!important;font-size:10px!important}.adaptation-layout{min-height:0!important;height:100%!important;align-items:stretch!important;grid-template-columns:minmax(0,1fr) 390px!important;gap:18px!important;overflow:hidden!important}.adaptation-main,.adaptation-material-panel{min-height:0!important;height:100%!important;align-self:stretch!important;padding:18px 20px!important;border-radius:16px!important;overflow:hidden!important}.adaptation-main{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important}.adaptation-main>.adaptation-section-head{margin:0!important;padding:0 0 14px!important}.adaptation-main .adaptation-section-head h2,.adaptation-material-panel .adaptation-section-head h2{font-size:22px!important;line-height:1.08!important}.adaptation-main .adaptation-section-head p,.adaptation-material-panel .adaptation-section-head p{margin-top:7px!important;font-size:13px!important;line-height:1.34!important}.adaptation-blocks{min-height:0!important;height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding-right:8px!important;margin-top:0!important;overscroll-behavior:contain!important}.adaptation-material-panel{overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important}.adaptation-block{grid-template-columns:96px minmax(0,1fr)!important;gap:14px!important;padding:14px!important}.adaptation-block-title h3{font-size:16px!important}.adaptation-block-goal{margin-top:8px!important;font-size:13px!important;line-height:1.35!important}.adaptation-task-list{gap:6px!important;margin-top:11px!important}.adaptation-task p,.adaptation-material-point p{font-size:12px!important;line-height:1.34!important}.adaptation-block-footer{margin-top:12px!important;gap:10px!important}.adaptation-block-footer>div{padding:10px 12px!important}.adaptation-material-chips{margin-top:12px!important}.adaptation-complete-block{min-height:38px!important;margin-top:12px!important}.adaptation-blocks::-webkit-scrollbar,.adaptation-material-panel::-webkit-scrollbar{width:8px}.adaptation-blocks::-webkit-scrollbar-track,.adaptation-material-panel::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.adaptation-blocks::-webkit-scrollbar-thumb,.adaptation-material-panel::-webkit-scrollbar-thumb{background:#ffd40073;border-radius:999px}@media (max-width: 1180px){.portal-main:has(.adaptation-page){overflow:auto!important}.adaptation-page{height:auto!important;overflow:visible!important;display:flex!important}.adaptation-layout{height:auto!important;overflow:visible!important;grid-template-columns:1fr!important}.adaptation-main,.adaptation-material-panel,.adaptation-blocks{height:auto!important;overflow:visible!important}.adaptation-hero{grid-template-columns:1fr!important}}.adaptation-empty-state{min-height:280px;padding:32px;border-radius:20px;background:#202123;border:1px solid rgba(255,255,255,.13);display:flex;flex-direction:column;justify-content:center;gap:10px}.adaptation-empty-state h2{margin:0;color:#fff;font-size:28px;line-height:1.12;font-weight:950}.adaptation-empty-state p{margin:0;max-width:680px;color:#ffffff9e;font-size:15px;line-height:1.45}.portal-nav .portal-nav-item:nth-child(3) .portal-nav-icon{color:inherit!important;font-size:0!important;line-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.portal-nav .portal-nav-item:nth-child(3) .portal-nav-icon:before{content:""!important;display:block!important;width:28px!important;height:28px!important;background:currentColor!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='7' width='22' height='26' rx='3.5'/%3E%3Cpath d='M16 7.5h8'/%3E%3Cpath d='M15.5 13h9'/%3E%3Cpath d='M15 19l2 2 3.5-3.5'/%3E%3Cpath d='M23 19h4'/%3E%3Cpath d='M15 25l2 2 3.5-3.5'/%3E%3Cpath d='M23 25h4'/%3E%3C/g%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='7' width='22' height='26' rx='3.5'/%3E%3Cpath d='M16 7.5h8'/%3E%3Cpath d='M15.5 13h9'/%3E%3Cpath d='M15 19l2 2 3.5-3.5'/%3E%3Cpath d='M23 19h4'/%3E%3Cpath d='M15 25l2 2 3.5-3.5'/%3E%3Cpath d='M23 25h4'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-size:contain!important;mask-size:contain!important}.portal-bottom-nav .portal-bottom-nav-item:nth-child(3)>span{color:inherit!important;font-size:0!important;line-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.portal-bottom-nav .portal-bottom-nav-item:nth-child(3)>span:before{content:""!important;display:block!important;width:24px!important;height:24px!important;background:currentColor!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='7' width='22' height='26' rx='3.5'/%3E%3Cpath d='M16 7.5h8'/%3E%3Cpath d='M15.5 13h9'/%3E%3Cpath d='M15 19l2 2 3.5-3.5'/%3E%3Cpath d='M23 19h4'/%3E%3Cpath d='M15 25l2 2 3.5-3.5'/%3E%3Cpath d='M23 25h4'/%3E%3C/g%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='7' width='22' height='26' rx='3.5'/%3E%3Cpath d='M16 7.5h8'/%3E%3Cpath d='M15.5 13h9'/%3E%3Cpath d='M15 19l2 2 3.5-3.5'/%3E%3Cpath d='M23 19h4'/%3E%3Cpath d='M15 25l2 2 3.5-3.5'/%3E%3Cpath d='M23 25h4'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-size:contain!important;mask-size:contain!important}.homeclean-adaptation-day-panel{display:flex;flex-direction:column}.homeclean-adaptation-day-card{min-height:204px;padding:22px 24px;border-radius:14px;border:1px solid rgba(255,255,255,.13);background:#ffffff05;display:flex;flex-direction:column;justify-content:center}.homeclean-adaptation-day-card>span{color:#ffd400;font-size:12px;line-height:1.2;font-weight:950;text-transform:uppercase;letter-spacing:.03em}.homeclean-adaptation-day-card>strong{display:block;margin-top:8px;color:#fff;font-size:24px;line-height:1.12;font-weight:950}.homeclean-adaptation-day-card>p{margin:10px 0 16px;max-width:620px;color:#ffffffa8;font-size:14px;line-height:1.45}.homeclean-adaptation-day-card>small{display:block;margin-top:9px;color:#ffffff7a;font-size:12px;line-height:1.25;font-weight:800}.homeclean-today-adaptation-row{width:100%;border:0;text-align:left;cursor:pointer}.homeclean-today-adaptation-row:hover{border-color:#ffd40059!important;background:#ffd4000f!important}.homeclean-today-adaptation-row strong{color:#ffd400!important}.homeclean-today-adaptation-badge{display:inline-flex;align-items:center;justify-content:center;min-width:56px;min-height:30px;padding:0 10px;border-radius:999px;background:#ffd4001f;border:1px solid rgba(255,212,0,.28);color:#ffd400;font-size:12px;font-weight:950;white-space:nowrap}.homeclean-today-training-row{width:100%;border:0;text-align:left;cursor:pointer}.homeclean-today-training-row:hover{border-color:#ffd40059!important;background:#ffd4000f!important}.homeclean-today-training-row strong{color:#ffd400!important}.homeclean-today-training-badge{display:inline-flex;align-items:center;justify-content:center;min-width:56px;min-height:30px;padding:0 10px;border-radius:999px;background:#ffd4001f;border:1px solid rgba(255,212,0,.28);color:#ffd400;font-size:12px;font-weight:950;white-space:nowrap}@media (max-width: 760px){.portal-main{padding-bottom:92px!important}.portal-bottom-nav{position:fixed!important;left:14px!important;right:14px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;z-index:80!important;height:62px!important;padding:7px!important;border-radius:22px!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important;background:#141517f0!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 18px 42px #0000006b,inset 0 1px #ffffff0d!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.portal-bottom-nav-item{min-width:0!important;height:48px!important;padding:0!important;border:0!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;color:#ffffff94!important;transition:background .16s ease,color .16s ease,transform .16s ease!important}.portal-bottom-nav-item small{display:none!important}.portal-bottom-nav-item>span{width:30px!important;height:30px!important;font-size:0!important;line-height:0!important;display:grid!important;place-items:center!important;color:currentColor!important}.portal-bottom-nav-item>span:before{content:""!important;display:block!important;width:27px!important;height:27px!important;background:currentColor!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-size:contain!important;mask-size:contain!important}.portal-bottom-nav-item:nth-child(1)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18.5L20 7l13 11.5V33a2 2 0 0 1-2 2h-7V24h-8v11H9a2 2 0 0 1-2-2V18.5Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18.5L20 7l13 11.5V33a2 2 0 0 1-2 2h-7V24h-8v11H9a2 2 0 0 1-2-2V18.5Z' fill='black'/%3E%3C/svg%3E")!important}.portal-bottom-nav-item:nth-child(2)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7 4 15l16 8 16-8-16-8Zm-10 12v7.5c0 3.3 4.5 6.5 10 6.5s10-3.2 10-6.5V19l-10 5-10-5Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7 4 15l16 8 16-8-16-8Zm-10 12v7.5c0 3.3 4.5 6.5 10 6.5s10-3.2 10-6.5V19l-10 5-10-5Z' fill='black'/%3E%3C/svg%3E")!important}.portal-bottom-nav-item:nth-child(3)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='7' width='22' height='26' rx='3.5'/%3E%3Cpath d='M16 7.5h8'/%3E%3Cpath d='M15.5 13h9'/%3E%3Cpath d='M15 19l2 2 3.5-3.5'/%3E%3Cpath d='M23 19h4'/%3E%3Cpath d='M15 25l2 2 3.5-3.5'/%3E%3Cpath d='M23 25h4'/%3E%3C/g%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='7' width='22' height='26' rx='3.5'/%3E%3Cpath d='M16 7.5h8'/%3E%3Cpath d='M15.5 13h9'/%3E%3Cpath d='M15 19l2 2 3.5-3.5'/%3E%3Cpath d='M23 19h4'/%3E%3Cpath d='M15 25l2 2 3.5-3.5'/%3E%3Cpath d='M23 25h4'/%3E%3C/g%3E%3C/svg%3E")!important}.portal-bottom-nav-item:nth-child(4)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8h26a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2Zm3 6v4h8v-4h-8Zm11 0v4h9v-4h-9ZM10 21v6h8v-6h-8Zm11 0v6h9v-6h-9Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8h26a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2Zm3 6v4h8v-4h-8Zm11 0v4h9v-4h-9ZM10 21v6h8v-6h-8Zm11 0v6h9v-6h-9Z' fill='black'/%3E%3C/svg%3E")!important}.portal-bottom-nav-item:nth-child(5)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm-13 15c1.4-7.1 6.4-11 13-11s11.6 3.9 13 11H7Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm-13 15c1.4-7.1 6.4-11 13-11s11.6 3.9 13 11H7Z' fill='black'/%3E%3C/svg%3E")!important}.portal-bottom-nav-item-active{background:#ffd40021!important;color:#ffd400!important;box-shadow:inset 0 0 0 1px #ffd4002e!important}.portal-bottom-nav-item-active>span:before{filter:drop-shadow(0 0 8px rgba(255,212,0,.22))!important}.portal-bottom-nav-item:active{transform:scale(.94)!important}}@media (max-width: 760px){.adaptation-hero>div:first-child>p{display:none!important}.adaptation-hero{gap:12px!important}}.adaptation-mobile-collapse-toggle{display:none}@media (max-width: 760px){.adaptation-mobile-collapse-toggle{width:100%;min-height:38px;padding:0 12px;margin:-2px 0 0;display:flex!important;align-items:center;justify-content:space-between;gap:10px;border-radius:14px;border:1px solid rgba(255,212,0,.22);background:#ffd4000e;color:#ffd400e6;font-size:12px;line-height:1;font-weight:900;cursor:pointer}.adaptation-mobile-collapse-toggle span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adaptation-mobile-collapse-toggle strong{width:24px;height:24px;flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffd4001f;color:#ffd400;font-size:17px;line-height:1;font-weight:900}.adaptation-mobile-collapse-toggle:active{transform:scale(.985)}.adaptation-page-mobile-collapsed .adaptation-hero,.adaptation-page-mobile-collapsed .adaptation-days{display:none!important}}@media (max-width: 760px){.portal-shell,.portal-main,.portal-page,.homeclean-page,.course-list-shell,.adaptation-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important;text-shadow:none!important}.homeclean-header h1,.portal-page-head h1,.page-header h1,.course-list-shell .page-header h1{margin:0!important;color:#ffd400!important;font-size:30px!important;line-height:1.02!important;font-weight:950!important;letter-spacing:-.055em!important;text-shadow:none!important}.page-header h1 span,.course-list-shell .page-header h1 span{color:#ffd400!important}.portal-page-head p,.homeclean-header p,.page-header p{margin-top:7px!important;color:#ffffff94!important;font-size:13px!important;line-height:1.38!important;font-weight:500!important;text-shadow:none!important}.course-list-shell .page-header{margin:0 0 14px!important;padding:18px 16px!important;border-radius:0!important;border-bottom:1px solid rgba(255,255,255,.09)!important;background:linear-gradient(180deg,#ffffff0b,#ffffff04)!important}.card,.homeclean-card,.adaptation-hero,.adaptation-day-tab,.adaptation-main,.adaptation-material-panel,.tables-create-panel,.tables-state-card,.table-link-card,.profile-panel,.profile-info-grid>div,.profile-password-panel,.portal-card,.portal-panel{background:#202123!important;border-color:#ffffff1f!important;box-shadow:none!important;text-shadow:none!important}.card h2,.card h3,.homeclean-panel-head h2,.homeclean-row strong,.homeclean-adaptation-day-card strong,.homeclean-table-link strong,.adaptation-section-head h2,.adaptation-block-title h3,.adaptation-material-source strong,.adaptation-day-tab strong,.table-link-card strong,.tables-state-card strong,.profile-card h2,.profile-info-grid strong,.profile-password-panel h3{color:#fff!important;font-weight:850!important;letter-spacing:-.025em!important;text-shadow:none!important}.card h3,.table-link-card strong,.adaptation-block-title h3{font-size:16px!important;line-height:1.22!important}.homeclean-panel-head h2,.adaptation-section-head h2,.profile-password-panel h3{font-size:18px!important;line-height:1.15!important}.card p,.homeclean-row p,.homeclean-adaptation-day-card p,.homeclean-table-link p,.adaptation-section-head p,.adaptation-block-goal,.adaptation-task p,.adaptation-material-point p,.table-link-card p,.tables-state-card p,.profile-card p,.profile-info-grid span,.profile-password-status{color:#ffffff9e!important;font-size:13px!important;line-height:1.4!important;font-weight:500!important;letter-spacing:0!important;text-shadow:none!important}.homeclean-metric span,.adaptation-kicker,.adaptation-section-head span,.adaptation-block-title span,.adaptation-material-source span,.profile-info-grid span,.profile-password-grid span,.tables-create-grid span,.tables-create-description span,.table-link-card span,.scope-badge,.status-badge{font-size:10px!important;line-height:1.1!important;font-weight:850!important;letter-spacing:.035em!important;text-transform:uppercase!important;text-shadow:none!important}.adaptation-kicker,.adaptation-section-head span,.adaptation-block-time,.table-link-card span,.homeclean-adaptation-day-card>span{color:#ffd400!important}.homeclean-metric strong,.adaptation-hero-progress strong,.profile-stats strong{color:#ffd400!important;font-weight:850!important;letter-spacing:-.035em!important;text-shadow:none!important}.homeclean-metric small,.adaptation-hero-progress span,.adaptation-progress-status,.homeclean-adaptation-day-card small{color:#ffffff94!important;font-size:12px!important;line-height:1.3!important;font-weight:500!important}.homeclean-primary-action,.tables-create-button,.profile-password-button,.adaptation-open-full,.adaptation-day-sheet-open,.adaptation-mobile-collapse-toggle,.adaptation-complete-block,.adaptation-mobile-reader-complete,.table-link-card a,.profile-logout-button{font-size:12px!important;line-height:1!important;font-weight:850!important;letter-spacing:0!important;text-shadow:none!important}.adaptation-mobile-reader-head span{color:#ffd400!important;font-size:10px!important;font-weight:850!important;letter-spacing:.035em!important}.adaptation-mobile-reader-head h2{color:#fff!important;font-size:22px!important;line-height:1.12!important;font-weight:850!important;letter-spacing:-.035em!important;text-shadow:none!important}.adaptation-mobile-reader-lead,.adaptation-mobile-reader-point p,.adaptation-mobile-reader-block p,.adaptation-mobile-reader-block li{color:#ffffffad!important;font-size:13px!important;line-height:1.45!important;font-weight:500!important}.adaptation-mobile-reader-block strong,.adaptation-mobile-reader-source strong{color:#fff!important;font-weight:800!important;text-shadow:none!important}.homeclean-empty,.homeclean-tables-empty,.adaptation-empty-state,.tables-state-card,.miniapp-tables-empty-title,.miniapp-tables-empty-description{text-shadow:none!important}.homeclean-empty,.homeclean-tables-empty{color:#ffffff94!important;font-size:13px!important;line-height:1.4!important;font-weight:500!important}.portal-shell strong,.portal-shell h1,.portal-shell h2,.portal-shell h3,.portal-shell p,.portal-shell span,.portal-shell small,.portal-shell button{text-rendering:geometricPrecision!important}}@media (max-width: 760px){.homeclean-metric strong,.homeclean-progress-card strong,.adaptation-hero-progress strong,.profile-stats strong{font-weight:520!important;letter-spacing:-.055em!important;text-shadow:none!important;-webkit-text-stroke:0!important}.homeclean-progress-card strong,.adaptation-hero-progress strong{font-weight:480!important}.homeclean-metric small,.adaptation-hero-progress span,.adaptation-progress-status{font-weight:450!important;letter-spacing:0!important}.homeclean-metric span,.adaptation-hero-progress .adaptation-progress-status{font-weight:560!important}}@media (max-width: 1180px){.portal-main{padding-bottom:96px!important}.portal-bottom-nav{position:fixed!important;left:14px!important;right:14px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;z-index:9999!important;height:62px!important;min-height:62px!important;padding:7px!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important;border-radius:22px!important;background:#141517f5!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 42px #0000006b!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.portal-bottom-nav .portal-bottom-nav-item{min-width:0!important;width:auto!important;height:48px!important;min-height:48px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:16px!important;background:transparent!important;color:#ffffff94!important;font-size:0!important;line-height:0!important;overflow:hidden!important}.portal-bottom-nav .portal-bottom-nav-item small{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;overflow:hidden!important}.portal-bottom-nav .portal-bottom-nav-item>span{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;color:currentColor!important;font-size:0!important;line-height:0!important;overflow:hidden!important}.portal-bottom-nav .portal-bottom-nav-item>span:before{content:""!important;display:block!important;width:27px!important;height:27px!important;background:currentColor!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-size:contain!important;mask-size:contain!important}.portal-bottom-nav .portal-bottom-nav-item:nth-child(1)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18.5L20 7l13 11.5V33a2 2 0 0 1-2 2h-7V24h-8v11H9a2 2 0 0 1-2-2V18.5Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18.5L20 7l13 11.5V33a2 2 0 0 1-2 2h-7V24h-8v11H9a2 2 0 0 1-2-2V18.5Z' fill='black'/%3E%3C/svg%3E")!important}.portal-bottom-nav .portal-bottom-nav-item:nth-child(2)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7 4 15l16 8 16-8-16-8Zm-10 12v7.5c0 3.3 4.5 6.5 10 6.5s10-3.2 10-6.5V19l-10 5-10-5Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7 4 15l16 8 16-8-16-8Zm-10 12v7.5c0 3.3 4.5 6.5 10 6.5s10-3.2 10-6.5V19l-10 5-10-5Z' fill='black'/%3E%3C/svg%3E")!important}.portal-bottom-nav .portal-bottom-nav-item:nth-child(3)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='7' width='22' height='26' rx='3.5'/%3E%3Cpath d='M16 7.5h8'/%3E%3Cpath d='M15.5 13h9'/%3E%3Cpath d='M15 19l2 2 3.5-3.5'/%3E%3Cpath d='M23 19h4'/%3E%3Cpath d='M15 25l2 2 3.5-3.5'/%3E%3Cpath d='M23 25h4'/%3E%3C/g%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='7' width='22' height='26' rx='3.5'/%3E%3Cpath d='M16 7.5h8'/%3E%3Cpath d='M15.5 13h9'/%3E%3Cpath d='M15 19l2 2 3.5-3.5'/%3E%3Cpath d='M23 19h4'/%3E%3Cpath d='M15 25l2 2 3.5-3.5'/%3E%3Cpath d='M23 25h4'/%3E%3C/g%3E%3C/svg%3E")!important}.portal-bottom-nav .portal-bottom-nav-item:nth-child(4)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8h26a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2Zm3 6v4h8v-4h-8Zm11 0v4h9v-4h-9ZM10 21v6h8v-6h-8Zm11 0v6h9v-6h-9Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8h26a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2Zm3 6v4h8v-4h-8Zm11 0v4h9v-4h-9ZM10 21v6h8v-6h-8Zm11 0v6h9v-6h-9Z' fill='black'/%3E%3C/svg%3E")!important}.portal-bottom-nav .portal-bottom-nav-item:nth-child(5)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm-13 15c1.4-7.1 6.4-11 13-11s11.6 3.9 13 11H7Z' fill='black'/%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm-13 15c1.4-7.1 6.4-11 13-11s11.6 3.9 13 11H7Z' fill='black'/%3E%3C/svg%3E")!important}.portal-bottom-nav .portal-bottom-nav-item-active{background:#ffd40021!important;color:#ffd400!important;box-shadow:inset 0 0 0 1px #ffd4002e!important}.adaptation-page{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;padding-bottom:96px!important;display:flex!important;flex-direction:column!important;gap:14px!important}.adaptation-mobile-collapse-toggle{display:flex!important;width:100%!important;min-height:38px!important;padding:0 12px!important;align-items:center!important;justify-content:space-between!important;border-radius:14px!important;border:1px solid rgba(255,212,0,.22)!important;background:#ffd4000e!important;color:#ffd400e6!important;font-size:12px!important;line-height:1!important;font-weight:850!important}.adaptation-mobile-collapse-toggle strong{width:24px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ffd4001f!important;color:#ffd400!important;font-size:17px!important}.adaptation-page-mobile-collapsed .adaptation-hero,.adaptation-page-mobile-collapsed .adaptation-days{display:none!important}.adaptation-hero{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:16px!important;border-radius:18px!important}.adaptation-hero>div:first-child>p{display:none!important}.adaptation-days{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 6px!important;-webkit-overflow-scrolling:touch!important}.adaptation-days::-webkit-scrollbar{display:none!important}.adaptation-day-tab{flex:0 0 230px!important;min-height:78px!important;padding:12px 14px!important;border-radius:16px!important}.adaptation-layout{display:flex!important;flex-direction:column!important;gap:18px!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.adaptation-material-panel,.adaptation-main{position:relative!important;order:initial!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;display:flex!important;flex-direction:column!important;gap:12px!important;padding:16px 16px 18px!important;box-sizing:border-box!important;border-radius:18px!important}.adaptation-material-panel{order:1!important}.adaptation-main{order:2!important}.adaptation-material-panel .adaptation-section-head,.adaptation-main .adaptation-section-head{display:grid!important;gap:8px!important;margin:0!important;padding:0!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.adaptation-material-panel .adaptation-section-head h2,.adaptation-main .adaptation-section-head h2{margin:0!important;max-width:100%!important;font-size:20px!important;line-height:1.16!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.adaptation-material-panel .adaptation-section-head p{display:block!important;margin:0!important;color:#ffffffad!important;font-size:12px!important;line-height:1.35!important}.adaptation-main .adaptation-section-head p,.adaptation-day-inline-details,.adaptation-material-panel .adaptation-material-source,.adaptation-material-panel .adaptation-material-points,.adaptation-main .adaptation-blocks{display:none!important}.adaptation-material-panel .adaptation-open-full,.adaptation-main .adaptation-day-sheet-open{position:static!important;inset:auto!important;transform:none!important;display:inline-flex!important;visibility:visible!important;opacity:1!important;width:100%!important;min-height:38px!important;margin:8px 0 0!important;padding:0 14px!important;flex:0 0 auto!important;box-sizing:border-box!important;align-items:center!important;justify-content:center!important;border-radius:13px!important;border:1px solid rgba(255,212,0,.28)!important;background:#ffd4001a!important;color:#ffd400!important;font-size:12px!important;line-height:1!important;font-weight:850!important;text-align:center!important}.tables-create-grid{grid-template-columns:1fr!important}.tables-create-button{width:min(320px,100%)!important;max-width:320px!important;min-height:44px!important;margin:14px auto 0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important;text-align:center!important}.tables-state-card{width:100%!important;min-height:92px!important;padding:16px 18px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:6px!important;text-align:left!important;overflow:hidden!important}.tables-state-card strong{display:block!important;width:100%!important;margin:0!important;padding:0!important;color:#fff!important;font-size:15px!important;line-height:1.18!important;font-weight:750!important;letter-spacing:0!important;text-align:left!important;white-space:normal!important}.tables-state-card p{display:block!important;width:100%!important;margin:0!important;padding:0!important;color:#ffffff94!important;font-size:12px!important;line-height:1.35!important;font-weight:500!important;text-align:left!important;white-space:normal!important}}.tables-empty,.tables-empty-state,.tables-empty-card,.portal-empty-state,.portal-empty-card,.portal-panel-empty,.portal-empty,.table-empty,.table-empty-state{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;text-align:left!important;padding:20px 22px!important;gap:10px!important;min-height:120px!important;width:100%!important;box-sizing:border-box!important}.tables-empty h2,.tables-empty h3,.tables-empty-state h2,.tables-empty-state h3,.tables-empty-card h2,.tables-empty-card h3,.portal-empty-state h2,.portal-empty-state h3,.portal-empty-card h2,.portal-empty-card h3,.portal-panel-empty h2,.portal-panel-empty h3,.portal-empty h2,.portal-empty h3,.table-empty h2,.table-empty h3,.table-empty-state h2,.table-empty-state h3{margin:0!important;padding:0!important;font-size:28px!important;line-height:1.15!important;font-weight:800!important;text-align:left!important;word-break:normal!important;overflow-wrap:normal!important;max-width:100%!important}.tables-empty p,.tables-empty-state p,.tables-empty-card p,.portal-empty-state p,.portal-empty-card p,.portal-panel-empty p,.portal-empty p,.table-empty p,.table-empty-state p{margin:0!important;padding:0!important;font-size:16px!important;line-height:1.45!important;font-weight:500!important;color:#ffffffb8!important;text-align:left!important;word-break:normal!important;overflow-wrap:anywhere!important;max-width:100%!important}@media (max-width: 900px){.tables-empty,.tables-empty-state,.tables-empty-card,.portal-empty-state,.portal-empty-card,.portal-panel-empty,.portal-empty,.table-empty,.table-empty-state{padding:16px 18px!important;min-height:112px!important}.tables-empty h2,.tables-empty h3,.tables-empty-state h2,.tables-empty-state h3,.tables-empty-card h2,.tables-empty-card h3,.portal-empty-state h2,.portal-empty-state h3,.portal-empty-card h2,.portal-empty-card h3,.portal-panel-empty h2,.portal-panel-empty h3,.portal-empty h2,.portal-empty h3,.table-empty h2,.table-empty h3,.table-empty-state h2,.table-empty-state h3{font-size:22px!important}.tables-empty p,.tables-empty-state p,.tables-empty-card p,.portal-empty-state p,.portal-empty-card p,.portal-panel-empty p,.portal-empty p,.table-empty p,.table-empty-state p{font-size:15px!important}}.portal-page .tables-empty-fixed-exact.portal-panel.tables-state-card{width:100%!important;min-height:108px!important;padding:24px 28px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:8px!important;text-align:left!important;overflow:hidden!important}.portal-page .tables-empty-fixed-exact.portal-panel.tables-state-card>strong,.portal-page .tables-empty-fixed-exact.portal-panel.tables-state-card>strong *{display:block!important;width:100%!important;margin:0!important;padding:0!important;color:#fff!important;font-size:18px!important;line-height:1.22!important;font-weight:650!important;letter-spacing:-.015em!important;text-align:left!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;text-shadow:none!important}.portal-page .tables-empty-fixed-exact.portal-panel.tables-state-card>p,.portal-page .tables-empty-fixed-exact.portal-panel.tables-state-card>p *{display:block!important;width:100%!important;margin:0!important;padding:0!important;color:#ffffff9e!important;font-size:14px!important;line-height:1.42!important;font-weight:450!important;text-align:left!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;text-shadow:none!important}.portal-page .tables-state-card.tables-empty-fixed-exact{width:100%!important;min-height:108px!important;padding:24px 28px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:8px!important;text-align:left!important;overflow:hidden!important}.portal-page .tables-state-card.tables-empty-fixed-exact>strong{display:block!important;width:100%!important;margin:0!important;padding:0!important;color:#fff!important;font-size:18px!important;line-height:1.22!important;font-weight:650!important;letter-spacing:-.015em!important;text-align:left!important;white-space:normal!important;text-shadow:none!important}.portal-page .tables-state-card.tables-empty-fixed-exact>p{display:block!important;width:100%!important;margin:0!important;padding:0!important;color:#ffffff9e!important;font-size:14px!important;line-height:1.42!important;font-weight:450!important;text-align:left!important;white-space:normal!important;text-shadow:none!important}@media (min-width: 1181px){.adaptation-main .adaptation-day-sheet-open,.adaptation-material-panel .adaptation-open-full{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.adaptation-main .adaptation-section-head p{display:block!important}.adaptation-main .adaptation-blocks,.adaptation-material-panel .adaptation-material-source,.adaptation-material-panel .adaptation-material-points{display:grid!important}}.portal-nav-item[data-section=adaptation] .portal-nav-icon,.portal-bottom-nav-item[data-section=adaptation] .portal-bottom-nav-icon{font-size:0!important;line-height:0!important;color:inherit!important}.portal-nav-item[data-section=adaptation] .portal-nav-icon:before,.portal-bottom-nav-item[data-section=adaptation] .portal-bottom-nav-icon:before{content:"";display:block;width:25px;height:25px;background:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5' cy='18' r='1.7'/%3E%3Ccircle cx='12' cy='6' r='1.7'/%3E%3Cpath d='M6.7 18H9c2.2 0 3.4-1.1 3.4-2.7S11.2 12.6 9 12.6H7.8c-2.1 0-3.3-1-3.3-2.6S5.7 7.4 7.8 7.4H12'/%3E%3Cpath d='M13.8 6H18'/%3E%3Cpath d='M18 4.2v7.2'/%3E%3Cpath d='M18 4.4l3 1.5-3 1.5'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5' cy='18' r='1.7'/%3E%3Ccircle cx='12' cy='6' r='1.7'/%3E%3Cpath d='M6.7 18H9c2.2 0 3.4-1.1 3.4-2.7S11.2 12.6 9 12.6H7.8c-2.1 0-3.3-1-3.3-2.6S5.7 7.4 7.8 7.4H12'/%3E%3Cpath d='M13.8 6H18'/%3E%3Cpath d='M18 4.2v7.2'/%3E%3Cpath d='M18 4.4l3 1.5-3 1.5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.portal-nav-item:nth-child(3) .portal-nav-icon{font-size:0!important;line-height:0!important}.portal-nav-item:nth-child(3) .portal-nav-icon:before{content:"";display:block;width:25px;height:25px;background:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5' cy='18' r='1.7'/%3E%3Ccircle cx='12' cy='6' r='1.7'/%3E%3Cpath d='M6.7 18H9c2.2 0 3.4-1.1 3.4-2.7S11.2 12.6 9 12.6H7.8c-2.1 0-3.3-1-3.3-2.6S5.7 7.4 7.8 7.4H12'/%3E%3Cpath d='M13.8 6H18'/%3E%3Cpath d='M18 4.2v7.2'/%3E%3Cpath d='M18 4.4l3 1.5-3 1.5'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5' cy='18' r='1.7'/%3E%3Ccircle cx='12' cy='6' r='1.7'/%3E%3Cpath d='M6.7 18H9c2.2 0 3.4-1.1 3.4-2.7S11.2 12.6 9 12.6H7.8c-2.1 0-3.3-1-3.3-2.6S5.7 7.4 7.8 7.4H12'/%3E%3Cpath d='M13.8 6H18'/%3E%3Cpath d='M18 4.2v7.2'/%3E%3Cpath d='M18 4.4l3 1.5-3 1.5'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.adaptation-picker-page{width:100%!important;max-width:1280px!important;margin:0 auto!important;display:grid!important;gap:18px!important;padding-bottom:92px!important}.adaptation-picker-hero,.adaptation-picker-state,.adaptation-picker-card{border:1px solid rgba(255,255,255,.14)!important;background:radial-gradient(circle at 0% 0%,rgba(255,212,0,.07),transparent 280px),linear-gradient(180deg,#ffffff0e,#ffffff04),#17181b!important;border-radius:22px!important;box-shadow:none!important}.adaptation-picker-hero{padding:22px!important}.adaptation-picker-hero span{display:block!important;color:#ffd400!important;font-size:12px!important;line-height:1!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.04em!important}.adaptation-picker-hero h1{margin:9px 0 0!important;color:#fff!important;font-size:36px!important;line-height:1!important;font-weight:800!important;letter-spacing:-.045em!important}.adaptation-picker-hero p{max-width:760px!important;margin:10px 0 0!important;color:#ffffff9e!important;font-size:14px!important;line-height:1.45!important;font-weight:500!important}.adaptation-picker-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.adaptation-picker-card{min-height:210px!important;display:grid!important;gap:14px!important;align-content:start!important;padding:20px!important;color:#fff!important;text-align:left!important;cursor:pointer!important}.adaptation-picker-card:hover{border-color:#ffd4008c!important}.adaptation-picker-card-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.adaptation-picker-card-top span,.adaptation-picker-card-top strong{min-height:30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:0 11px!important;font-size:12px!important;line-height:1!important;font-weight:850!important}.adaptation-picker-card-top span{background:#ffffff12!important;color:#ffffffb8!important}.adaptation-picker-card-top strong{background:#ffd400!important;color:#111!important}.adaptation-picker-card h2{margin:0!important;color:#fff!important;font-size:23px!important;line-height:1.12!important;font-weight:750!important;letter-spacing:-.035em!important}.adaptation-picker-card p{margin:0!important;color:#ffffff9e!important;font-size:14px!important;line-height:1.45!important;font-weight:450!important}.adaptation-picker-progress{height:8px!important;overflow:hidden!important;border-radius:999px!important;background:#ffffff1f!important}.adaptation-picker-progress i{display:block!important;height:100%!important;border-radius:inherit!important;background:#ffd400!important}.adaptation-picker-meta{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.adaptation-picker-meta small{min-height:28px!important;display:inline-flex!important;align-items:center!important;border-radius:999px!important;padding:0 10px!important;background:#ffffff0f!important;color:#ffffffad!important;font-size:12px!important;font-weight:700!important}.adaptation-picker-state{padding:18px!important;color:#ffffffb8!important;font-size:14px!important;line-height:1.45!important;font-weight:650!important}.adaptation-picker-back-inline{width:fit-content!important;min-width:112px!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0 0 14px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid rgba(255,212,0,.55)!important;background:#ffd40014!important;color:#ffd400!important;font-size:13px!important;line-height:1!important;font-weight:800!important;cursor:pointer!important;box-shadow:none!important}.adaptation-picker-back-inline:hover{background:#ffd40024!important;border-color:#ffd400d1!important}@media (max-width: 820px){.adaptation-picker-page{max-width:100%!important}.adaptation-picker-grid{grid-template-columns:1fr!important}.adaptation-picker-hero h1{font-size:31px!important}}.adaptation-picker-topbar{width:100%!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;margin:0 0 14px!important;padding:0!important;position:relative!important;z-index:20!important}.adaptation-picker-topbar .adaptation-picker-back-inline{width:fit-content!important;min-width:112px!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 18px!important;border-radius:999px!important;border:1px solid rgba(255,212,0,.55)!important;background:#ffd40014!important;color:#ffd400!important;font-size:13px!important;line-height:1!important;font-weight:800!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer!important}.adaptation-picker-topbar .adaptation-picker-back-inline:hover{background:#ffd40024!important;border-color:#ffd400d1!important}.adaptation-material-panel>.adaptation-picker-back-inline,.adaptation-main>.adaptation-picker-back-inline,.adaptation-day-panel>.adaptation-picker-back-inline,.adaptation-layout .adaptation-picker-back-inline:not(.adaptation-picker-topbar .adaptation-picker-back-inline){display:none!important}.adaptation-page>.adaptation-picker-topbar{width:100%!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;margin:0 0 10px!important;padding:0!important;position:relative!important;z-index:30!important}.adaptation-page>.adaptation-picker-topbar>.adaptation-picker-back-inline{width:fit-content!important;min-width:112px!important;min-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 18px!important;border-radius:999px!important;border:1px solid rgba(255,212,0,.6)!important;background:#ffd40014!important;color:#ffd400!important;font-size:13px!important;line-height:1!important;font-weight:800!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer!important}.adaptation-page>.adaptation-picker-topbar>.adaptation-picker-back-inline:hover{background:#ffd40024!important;border-color:#ffd400d9!important}.adaptation-material-panel .adaptation-picker-back-inline,.adaptation-main .adaptation-picker-back-inline,.adaptation-layout .adaptation-picker-back-inline{display:none!important}.adaptation-page>.adaptation-picker-topbar .adaptation-picker-back-inline{display:inline-flex!important}@media (max-width: 1180px){.adaptation-page>.adaptation-picker-topbar{margin:0 0 12px!important}}@media (min-width: 1181px) and (max-width: 1500px){.portal-main{min-width:0!important;padding:24px 34px 44px!important;overflow-x:hidden!important}.portal-page.adaptation-page{width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;min-height:calc(100vh - 48px)!important;max-height:none!important;overflow:visible!important;display:flex!important;flex-direction:column!important;gap:14px!important}.adaptation-page>.portal-page-head{margin:0!important;padding:0!important}.adaptation-page>.portal-page-head h1{font-size:32px!important;line-height:1!important;margin:0!important}.adaptation-picker-topbar{margin-bottom:10px!important}.adaptation-hero{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 250px!important;gap:16px!important;align-items:stretch!important;padding:16px 18px!important;overflow:hidden!important}.adaptation-hero>div:first-child{min-width:0!important;overflow:hidden!important}.adaptation-hero h2{max-width:100%!important;font-size:23px!important;line-height:1.08!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.adaptation-hero p{max-width:100%!important;font-size:12px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.adaptation-hero-progress{min-width:0!important;padding:12px 14px!important}.adaptation-hero-progress strong{font-size:32px!important}.adaptation-hero-progress span,.adaptation-progress-status{font-size:11px!important;line-height:1.25!important}.adaptation-reset-progress{min-height:30px!important;font-size:11px!important}.adaptation-days{width:100%!important;min-width:0!important;display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 8px!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}.adaptation-days::-webkit-scrollbar{height:7px!important;display:block!important}.adaptation-days::-webkit-scrollbar-track{background:#ffffff14!important;border-radius:999px!important}.adaptation-days::-webkit-scrollbar-thumb{background:#ffd400a6!important;border-radius:999px!important}.adaptation-day-tab{flex:0 0 190px!important;width:190px!important;min-width:190px!important;min-height:72px!important;height:auto!important;padding:12px 13px!important;overflow:hidden!important;scroll-snap-align:start!important}.adaptation-day-tab span{margin-bottom:5px!important;font-size:10px!important;line-height:1!important}.adaptation-day-tab strong{max-width:100%!important;font-size:12px!important;line-height:1.15!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.adaptation-day-tab em{margin-top:6px!important;font-size:9px!important;line-height:1.1!important;display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.adaptation-day-tab-done:after{width:19px!important;height:19px!important;right:9px!important;top:8px!important;font-size:11px!important}.adaptation-layout{width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;display:grid!important;grid-template-columns:1fr!important;gap:16px!important;overflow:visible!important}.adaptation-main,.adaptation-material-panel{width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:18px!important}.adaptation-main{display:grid!important;grid-template-rows:auto auto!important}.adaptation-material-panel{order:2!important}.adaptation-main>.adaptation-section-head,.adaptation-material-panel>.adaptation-section-head{min-width:0!important;overflow:hidden!important}.adaptation-main .adaptation-section-head h2,.adaptation-material-panel .adaptation-section-head h2{max-width:100%!important;font-size:21px!important;line-height:1.12!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.adaptation-main .adaptation-section-head p,.adaptation-material-panel .adaptation-section-head p{max-width:100%!important;font-size:12px!important;line-height:1.35!important}.adaptation-blocks{height:auto!important;max-height:none!important;display:grid!important;gap:12px!important;margin-top:14px!important;overflow:visible!important;padding-right:0!important}.adaptation-block{min-width:0!important;grid-template-columns:92px minmax(0,1fr)!important;gap:12px!important;padding:14px!important;overflow:hidden!important}.adaptation-block-body,.adaptation-block-title,.adaptation-task-list,.adaptation-block-footer{min-width:0!important}.adaptation-block-title h3{max-width:100%!important;font-size:16px!important;line-height:1.18!important;overflow-wrap:anywhere!important}.adaptation-block-goal,.adaptation-task p,.adaptation-material-point p{font-size:12px!important;line-height:1.35!important}.adaptation-block-footer{grid-template-columns:repeat(2,minmax(0,1fr))!important}.adaptation-block-footer strong,.adaptation-material-source strong{overflow-wrap:anywhere!important}.adaptation-material-source,.adaptation-material-points{max-width:100%!important;overflow:hidden!important}}@media (min-width: 1181px) and (max-width: 1320px){.portal-main{padding-left:24px!important;padding-right:24px!important}.adaptation-hero{grid-template-columns:1fr!important}.adaptation-hero-progress{max-width:360px!important}.adaptation-block{grid-template-columns:1fr!important}.adaptation-block-time{font-size:13px!important}.adaptation-block-footer{grid-template-columns:1fr!important}}@media (min-width: 981px) and (max-width: 1900px){.portal-main{min-width:0!important;overflow-x:hidden!important;overflow-y:auto!important;padding:26px 34px 70px!important}.portal-page.adaptation-page{width:100%!important;max-width:1260px!important;min-width:0!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:16px!important;overflow:visible!important}.adaptation-page>.adaptation-picker-topbar{order:0!important;margin:0 0 4px!important}.adaptation-page>.portal-page-head{order:1!important;margin:0!important}.adaptation-page>.portal-page-head h1{font-size:34px!important;line-height:1!important;margin:0!important}.adaptation-mobile-collapse-toggle{order:2!important}.adaptation-hero{order:3!important;width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 280px!important;gap:16px!important;align-items:stretch!important;padding:18px!important;overflow:hidden!important;position:static!important}.adaptation-hero>div{min-width:0!important}.adaptation-hero h2{max-width:100%!important;font-size:24px!important;line-height:1.08!important;overflow-wrap:anywhere!important}.adaptation-hero p{max-width:100%!important;font-size:13px!important;line-height:1.4!important;overflow-wrap:anywhere!important}.adaptation-hero-progress{min-width:0!important;padding:14px!important}.adaptation-hero-progress strong{font-size:34px!important}.adaptation-days{order:4!important;width:100%!important;min-width:0!important;display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 2px 10px!important;margin:0!important;position:static!important;z-index:1!important;scroll-snap-type:x proximity!important}.adaptation-days::-webkit-scrollbar{height:7px!important}.adaptation-days::-webkit-scrollbar-track{background:#ffffff14!important;border-radius:999px!important}.adaptation-days::-webkit-scrollbar-thumb{background:#ffd400b3!important;border-radius:999px!important}.adaptation-day-tab{flex:0 0 215px!important;width:215px!important;min-width:215px!important;min-height:78px!important;max-height:none!important;padding:12px 14px!important;overflow:hidden!important;position:relative!important;scroll-snap-align:start!important}.adaptation-day-tab span{margin-bottom:5px!important;font-size:10px!important;line-height:1!important}.adaptation-day-tab strong{max-width:100%!important;font-size:12px!important;line-height:1.15!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.adaptation-day-tab em{margin-top:6px!important;font-size:9px!important;line-height:1.1!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.adaptation-layout{order:5!important;width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:1fr!important;gap:16px!important;align-items:start!important;overflow:visible!important;position:static!important;z-index:1!important}.adaptation-main,.adaptation-material-panel{width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;position:static!important;inset:auto!important;transform:none!important;z-index:auto!important;padding:18px!important}.adaptation-main{order:1!important}.adaptation-material-panel{order:2!important}.adaptation-main .adaptation-section-head,.adaptation-material-panel .adaptation-section-head{min-width:0!important;overflow:hidden!important}.adaptation-section-head h2,.adaptation-main .adaptation-section-head h2,.adaptation-material-panel .adaptation-section-head h2{max-width:100%!important;font-size:22px!important;line-height:1.12!important;overflow-wrap:anywhere!important}.adaptation-section-head p,.adaptation-main .adaptation-section-head p,.adaptation-material-panel .adaptation-section-head p{max-width:100%!important;font-size:13px!important;line-height:1.4!important;overflow-wrap:anywhere!important}.adaptation-blocks{width:100%!important;min-width:0!important;height:auto!important;max-height:none!important;display:grid!important;gap:12px!important;margin-top:14px!important;overflow:visible!important;padding:0!important}.adaptation-block{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;gap:12px!important;padding:14px!important;overflow:hidden!important}.adaptation-block-body,.adaptation-block-title,.adaptation-task-list,.adaptation-task,.adaptation-block-footer,.adaptation-material-chips{min-width:0!important;max-width:100%!important}.adaptation-block-title h3{max-width:100%!important;font-size:16px!important;line-height:1.2!important;overflow-wrap:anywhere!important}.adaptation-block-goal,.adaptation-task p,.adaptation-material-point p{max-width:100%!important;font-size:13px!important;line-height:1.4!important;overflow-wrap:anywhere!important}.adaptation-block-footer{grid-template-columns:repeat(2,minmax(0,1fr))!important}.adaptation-block-footer strong,.adaptation-material-source strong{overflow-wrap:anywhere!important}.adaptation-material-source,.adaptation-material-points{width:100%!important;max-width:100%!important;overflow:hidden!important}}@media (min-width: 981px) and (max-width: 1450px){.portal-main{padding-left:24px!important;padding-right:24px!important}.portal-page.adaptation-page{max-width:1080px!important}.adaptation-hero{grid-template-columns:1fr!important}.adaptation-hero-progress{max-width:360px!important}.adaptation-block,.adaptation-block-footer{grid-template-columns:1fr!important}}@media (min-width: 1024px){.portal-main:has(.adaptation-page){overflow-x:hidden!important;padding:18px 28px 28px!important}.portal-page.adaptation-page{width:min(100%,1680px)!important;max-width:1680px!important;margin:0 auto!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:14px!important;min-width:0!important;overflow:visible!important}.adaptation-picker-topbar{margin:0 0 6px!important}.adaptation-page>.portal-page-head{margin:0!important;padding:0!important}.adaptation-page>.portal-page-head h1{margin:0!important;font-size:clamp(28px,1.8vw,38px)!important;line-height:1.08!important;letter-spacing:-.03em!important}.adaptation-hero{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:22px!important;align-items:center!important;min-height:128px!important;margin:0!important;padding:20px 24px!important;overflow:hidden!important}.adaptation-hero h2{margin:0 0 8px!important;font-size:clamp(24px,1.45vw,31px)!important;line-height:1.12!important}.adaptation-hero p{margin:0!important;font-size:14px!important;line-height:1.45!important}.adaptation-kicker{display:block!important;margin-bottom:8px!important;font-size:12px!important;line-height:1.1!important}.adaptation-hero-progress{width:100%!important;min-width:0!important;padding:16px!important}.adaptation-hero-progress strong{font-size:38px!important;line-height:1!important}.adaptation-hero-progress span,.adaptation-progress-status{font-size:12px!important;line-height:1.35!important}.adaptation-reset-progress{min-height:36px!important;padding:8px 12px!important;font-size:13px!important;line-height:1.15!important}.adaptation-days{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;margin:0 0 12px!important;padding:0!important;overflow:visible!important}.adaptation-day-tab{min-width:0!important;height:58px!important;min-height:58px!important;max-height:58px!important;padding:8px 12px!important;overflow:hidden!important;text-align:left!important}.adaptation-day-tab span{display:block!important;margin-bottom:3px!important;font-size:11px!important;line-height:1.1!important}.adaptation-day-tab strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:12px!important;line-height:1.18!important}.adaptation-day-tab em{display:none!important}.adaptation-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:16px!important;align-items:start!important;margin:0!important;padding:0!important;min-width:0!important;overflow:visible!important}.adaptation-main,.adaptation-material-panel{min-width:0!important;margin:0!important;border-radius:18px!important}.adaptation-main{height:min(62vh,680px)!important;min-height:500px!important;padding:18px 20px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.adaptation-main>.adaptation-section-head{flex:0 0 auto!important;margin:0 0 14px!important;padding:0!important}.adaptation-section-head>span{display:block!important;margin-bottom:5px!important;font-size:11px!important;line-height:1.1!important}.adaptation-main .adaptation-section-head h2,.adaptation-material-panel .adaptation-section-head h2{margin:0 0 8px!important;font-size:clamp(21px,1.22vw,27px)!important;line-height:1.14!important}.adaptation-main .adaptation-section-head p,.adaptation-material-panel .adaptation-section-head p{margin:0!important;font-size:13px!important;line-height:1.45!important}.adaptation-day-inline-details{display:none!important}.adaptation-blocks{flex:1 1 auto!important;min-height:0!important;height:auto!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 8px 0 0!important;display:flex!important;flex-direction:column!important;gap:14px!important}.adaptation-block{flex:0 0 auto!important;display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;gap:14px!important;align-items:flex-start!important;width:100%!important;min-width:0!important;height:auto!important;min-height:auto!important;max-height:none!important;padding:16px!important;overflow:visible!important;box-sizing:border-box!important;contain:none!important}.adaptation-block-time{font-size:14px!important;line-height:1.15!important;white-space:nowrap!important}.adaptation-block-body{display:block!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;contain:none!important}.adaptation-block-title{display:block!important;margin:0 0 8px!important;height:auto!important;max-height:none!important;overflow:visible!important}.adaptation-block-title span{display:block!important;margin-bottom:4px!important;font-size:10px!important;line-height:1.1!important}.adaptation-block-title h3{display:block!important;margin:0!important;height:auto!important;max-height:none!important;overflow:visible!important;white-space:normal!important;font-size:17px!important;line-height:1.2!important}.adaptation-block-goal{display:block!important;margin:0 0 10px!important;height:auto!important;max-height:none!important;overflow:visible!important;font-size:13px!important;line-height:1.45!important;white-space:normal!important}.adaptation-task-list{display:flex!important;flex-direction:column!important;gap:8px!important;margin:0 0 12px!important;height:auto!important;max-height:none!important;overflow:visible!important}.adaptation-task{display:flex!important;align-items:flex-start!important;gap:10px!important;height:auto!important;max-height:none!important;overflow:visible!important}.adaptation-task span,.adaptation-material-point span{flex:0 0 8px!important;width:8px!important;height:8px!important;margin-top:6px!important}.adaptation-task p{display:block!important;margin:0!important;height:auto!important;max-height:none!important;overflow:visible!important;white-space:normal!important;font-size:13px!important;line-height:1.45!important}.adaptation-block-footer{display:grid!important;grid-template-columns:minmax(0,1fr) 230px!important;gap:10px!important;margin:0 0 10px!important;height:auto!important;max-height:none!important;overflow:visible!important}.adaptation-block-footer>div{display:block!important;min-width:0!important;height:auto!important;max-height:none!important;padding:12px!important;overflow:visible!important}.adaptation-block-footer span,.adaptation-material-source span{display:block!important;margin-bottom:5px!important;font-size:10px!important;line-height:1.1!important}.adaptation-block-footer strong,.adaptation-material-source strong{display:block!important;font-size:13px!important;line-height:1.35!important;white-space:normal!important}.adaptation-material-chips{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0 0 10px!important;height:auto!important;max-height:none!important;overflow:visible!important}.adaptation-material-chip,.adaptation-complete-block,.adaptation-open-full{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;height:auto!important;max-height:none!important;padding:8px 12px!important;overflow:visible!important;white-space:normal!important;font-size:12px!important;line-height:1.15!important}.adaptation-material-panel{position:sticky!important;top:18px!important;height:min(62vh,680px)!important;min-height:500px!important;max-height:min(62vh,680px)!important;padding:18px 20px!important;overflow-y:auto!important;overflow-x:hidden!important;align-self:start!important}.adaptation-material-source{padding:14px!important;margin:0 0 14px!important}.adaptation-material-points{display:flex!important;flex-direction:column!important;gap:12px!important}.adaptation-material-point{display:flex!important;align-items:flex-start!important;gap:10px!important}.adaptation-material-point p{margin:0!important;font-size:13px!important;line-height:1.45!important}.adaptation-open-full{width:100%!important;margin-top:14px!important}}@media (min-width: 1501px) and (max-width: 1760px){.portal-page.adaptation-page{max-width:1500px!important}.adaptation-hero{grid-template-columns:minmax(0,1fr) 280px!important}.adaptation-layout{grid-template-columns:minmax(0,1fr) 340px!important}.adaptation-block-footer{grid-template-columns:1fr!important}}@media (min-width: 1281px) and (max-width: 1500px){.portal-main:has(.adaptation-page){padding:16px 22px 24px!important}.portal-page.adaptation-page{max-width:1240px!important}.adaptation-hero{grid-template-columns:minmax(0,1fr) 260px!important;min-height:118px!important;padding:18px 20px!important}.adaptation-layout{grid-template-columns:minmax(0,1fr) 310px!important;gap:12px!important}.adaptation-main,.adaptation-material-panel{height:min(62vh,620px)!important;min-height:500px!important;max-height:min(62vh,620px)!important}.adaptation-block{grid-template-columns:86px minmax(0,1fr)!important;padding:14px!important}.adaptation-block-footer{grid-template-columns:1fr!important}}@media (min-width: 1024px) and (max-width: 1280px){.adaptation-hero{grid-template-columns:1fr!important}.adaptation-days{grid-template-columns:repeat(3,minmax(0,1fr))!important}.adaptation-layout{grid-template-columns:1fr!important}.adaptation-main,.adaptation-material-panel{height:auto!important;min-height:0!important;max-height:none!important}.adaptation-material-panel{position:static!important}.adaptation-blocks{max-height:none!important;overflow:visible!important}}@media (min-width: 1024px){.adaptation-hero p{display:none!important}.adaptation-hero{min-height:112px!important;padding-top:18px!important;padding-bottom:18px!important}.adaptation-hero h2{margin-bottom:0!important}}@media (min-width: 1024px){.adaptation-hero{min-height:88px!important;padding-top:14px!important;padding-bottom:14px!important;align-items:start!important}.adaptation-hero>div:first-child{align-self:start!important;margin-top:0!important;padding-top:0!important}.adaptation-kicker{margin-bottom:6px!important}.adaptation-hero h2{margin-top:0!important;margin-bottom:0!important;line-height:1.08!important}.adaptation-hero-progress{align-self:center!important}}@media (min-width: 1281px) and (max-width: 1500px){.adaptation-hero{min-height:84px!important;padding-top:12px!important;padding-bottom:12px!important}}@media (min-width: 1024px){.adaptation-hero{grid-template-columns:minmax(0,1fr) 320px!important;min-height:108px!important;padding-top:12px!important;padding-bottom:12px!important;align-items:center!important}.adaptation-hero-progress{width:285px!important;max-width:285px!important;min-width:285px!important;height:auto!important;min-height:0!important;max-height:none!important;padding:8px 12px!important;margin:0 auto!important;align-self:center!important;justify-self:center!important;overflow:hidden!important;border-radius:13px!important}.adaptation-hero-progress strong{font-size:24px!important;line-height:1!important;margin:0 0 4px!important}.adaptation-hero-progress span{font-size:11px!important;line-height:1.15!important;margin:0 0 5px!important;white-space:nowrap!important}.adaptation-progress-line{height:4px!important;margin:0 0 6px!important}.adaptation-progress-status{display:none!important}.adaptation-reset-progress{width:100%!important;min-height:24px!important;height:24px!important;padding:4px 10px!important;font-size:10.5px!important;line-height:1!important;border-radius:8px!important;white-space:nowrap!important}}@media (min-width: 1281px) and (max-width: 1500px){.adaptation-hero{grid-template-columns:minmax(0,1fr) 300px!important;min-height:104px!important}.adaptation-hero-progress{width:270px!important;max-width:270px!important;min-width:270px!important;padding:7px 11px!important}.adaptation-hero-progress strong{font-size:23px!important}.adaptation-hero-progress span{font-size:10.5px!important}.adaptation-reset-progress{height:23px!important;min-height:23px!important;font-size:10px!important}}.cs-wordmark{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:44px!important}.cs-wordmark-image{display:block!important;width:150px!important;max-width:100%!important;height:auto!important;object-fit:contain!important}@media (max-width: 1280px){.cs-wordmark-image{width:132px!important}}@media (min-width: 1024px){.portal-main{background:#080808!important}.platform-home-mockup{width:min(100%,1180px)!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:20px!important}.platform-home-hero,.platform-home-action-card,.platform-home-continue,.platform-home-progress-card{background:linear-gradient(180deg,#141414,#111112)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}.platform-home-hero:before,.platform-home-hero:after,.platform-home-action-card:before,.platform-home-action-card:after,.platform-home-continue:before,.platform-home-continue:after,.platform-home-progress-card:before,.platform-home-progress-card:after{display:none!important;content:none!important}.platform-home-hero{min-height:176px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 270px!important;gap:28px!important;align-items:center!important;padding:30px 34px!important;border-radius:22px!important}.platform-home-eyebrow{display:inline-flex!important;margin-bottom:10px!important;color:#ffd400!important;font-size:12px!important;line-height:1!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.045em!important}.platform-home-hero h1{margin:0 0 10px!important;color:#fff!important;font-size:44px!important;line-height:1!important;font-weight:850!important;letter-spacing:-.035em!important;text-shadow:none!important}.platform-home-hero p{max-width:640px!important;margin:0!important;color:#b3b3b3!important;font-size:15px!important;line-height:1.5!important;font-weight:500!important}.platform-home-progress-card{padding:16px 18px!important;border-radius:16px!important}.platform-home-progress-card span{display:block!important;margin-bottom:7px!important;color:#fff!important;opacity:.9!important;font-size:12px!important;line-height:1!important;font-weight:700!important}.platform-home-progress-card strong{display:block!important;margin-bottom:8px!important;color:#fff!important;font-size:30px!important;line-height:1!important;font-weight:850!important;text-shadow:none!important}.platform-home-progress-card p{margin:8px 0 0!important;color:#9c9c9c!important;font-size:12px!important;line-height:1.35!important;font-weight:500!important}.platform-home-progress-line{width:100%!important;height:6px!important;border-radius:999px!important;background:#ffffff24!important;overflow:hidden!important;box-shadow:none!important}.platform-home-progress-line i{display:block!important;height:100%!important;border-radius:inherit!important;background:#ffd400!important;box-shadow:none!important}.platform-home-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.platform-home-action-card{min-height:196px!important;padding:22px 20px!important;text-align:left!important;border-radius:20px!important;cursor:pointer!important;transition:transform .16s ease,border-color .16s ease,background .16s ease!important}.platform-home-action-card:hover{transform:translateY(-1px)!important;border-color:#ffd40047!important;background:linear-gradient(180deg,#161616,#121213)!important;box-shadow:none!important}.platform-home-action-icon{width:54px!important;height:54px!important;margin-bottom:18px!important;border-radius:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#ffd4000e!important;border:1px solid rgba(255,212,0,.24)!important;color:#ffd400!important;box-shadow:none!important}.platform-home-action-icon svg{width:27px!important;height:27px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.platform-home-action-card strong{display:block!important;margin-bottom:10px!important;color:#fff!important;font-size:21px!important;line-height:1.1!important;font-weight:800!important;letter-spacing:-.025em!important;text-shadow:none!important}.platform-home-action-card p{min-height:42px!important;margin:0 0 18px!important;color:#a8a8a8!important;font-size:13px!important;line-height:1.45!important;font-weight:500!important}.platform-home-action-card em{color:#ffd400!important;font-style:normal!important;font-size:13px!important;line-height:1!important;font-weight:800!important}.platform-home-continue{padding:22px 24px!important;border-radius:22px!important}.platform-home-continue-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important;margin-bottom:18px!important;padding-bottom:16px!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.platform-home-continue-head h2{margin:0 0 6px!important;color:#fff!important;font-size:24px!important;line-height:1.12!important;font-weight:800!important;letter-spacing:-.025em!important;text-shadow:none!important}.platform-home-continue-head p{margin:0!important;color:#a8a8a8!important;font-size:13px!important;font-weight:500!important}.platform-home-continue-head>strong{color:#fff!important;font-size:18px!important;font-weight:800!important}.platform-home-continue-row{display:grid!important;grid-template-columns:minmax(0,1fr) 138px!important;gap:18px!important;align-items:center!important}.platform-home-course-preview{display:grid!important;grid-template-columns:82px minmax(0,1fr)!important;gap:16px!important;align-items:center!important}.platform-home-course-image{width:82px!important;height:62px!important;border-radius:15px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(180deg,#181818,#101010)!important;border:1px solid rgba(255,212,0,.18)!important;color:#ffd400!important;font-weight:850!important;box-shadow:none!important}.platform-home-course-info strong{display:block!important;margin-bottom:5px!important;color:#fff!important;font-size:16px!important;line-height:1.2!important;font-weight:800!important}.platform-home-course-info p{margin:0 0 10px!important;color:#a8a8a8!important;font-size:13px!important;line-height:1.35!important;font-weight:500!important}.platform-home-main-button{min-height:42px!important;border:0!important;border-radius:12px!important;background:#ffd400!important;color:#111!important;font-size:14px!important;font-weight:800!important;cursor:pointer!important;box-shadow:none!important;transition:background .16s ease,transform .16s ease!important}.platform-home-main-button:hover{transform:translateY(-1px)!important;background:#ffe04d!important;box-shadow:none!important}.platform-home-mockup,.platform-home-mockup *{text-shadow:none!important}}@media (min-width: 1024px) and (max-width: 1380px){.platform-home-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.platform-home-hero{grid-template-columns:1fr!important}.platform-home-progress-card{max-width:340px!important}}@media (min-width: 1024px){.training-page{width:min(100%,1180px)!important;margin:0 auto!important;padding:0!important}.training-page .portal-page-head{min-height:150px!important;margin:0 0 20px!important;padding:28px 32px!important;border-radius:22px!important;background:linear-gradient(180deg,#141414,#111112)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}.training-page .portal-page-head h1{margin:0 0 10px!important;color:#fff!important;font-size:44px!important;line-height:1!important;font-weight:850!important;letter-spacing:-.035em!important;text-shadow:none!important}.training-page .portal-page-head p{max-width:680px!important;margin:0!important;color:#b3b3b3!important;font-size:15px!important;line-height:1.5!important;font-weight:500!important}.training-page .portal-page-head:before{content:"Обучение"!important;display:inline-flex!important;margin-bottom:10px!important;color:#ffd400!important;font-size:12px!important;line-height:1!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.045em!important}.training-page *,.training-page *:before,.training-page *:after{text-shadow:none!important}.training-page [class*=grid],.training-page [class*=list]{gap:16px!important}.training-page [class*=course],.training-page [class*=lesson],.training-page [class*=day]{min-width:0!important}.training-page [class*=card],.training-page [class*=panel],.training-page [class*=item],.training-page [class*=row]{background:linear-gradient(180deg,#141414,#111112)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:20px!important;box-shadow:none!important}.training-page [class*=card]:before,.training-page [class*=card]:after,.training-page [class*=panel]:before,.training-page [class*=panel]:after,.training-page [class*=item]:before,.training-page [class*=item]:after,.training-page [class*=row]:before,.training-page [class*=row]:after{box-shadow:none!important}.training-page [class*=card]:hover,.training-page [class*=item]:hover,.training-page [class*=row]:hover{border-color:#ffd40047!important;background:linear-gradient(180deg,#161616,#121213)!important;box-shadow:none!important}.training-page h2,.training-page h3,.training-page strong{color:#fff!important;font-weight:800!important;letter-spacing:-.025em!important}.training-page p,.training-page span,.training-page small{color:#a8a8a8!important;font-weight:500!important}.training-page [class*=title]{color:#fff!important;font-weight:800!important}.training-page [class*=description],.training-page [class*=subtitle],.training-page [class*=meta]{color:#a8a8a8!important}.training-page button,.training-page a{transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease!important}.training-page button:not([class*=danger]),.training-page [class*=primary],.training-page [class*=continue]{border-radius:12px!important;box-shadow:none!important}.training-page [class*=primary],.training-page [class*=continue]{background:#ffd400!important;color:#111!important;border:0!important;font-weight:800!important}.training-page [class*=primary]:hover,.training-page [class*=continue]:hover{background:#ffe04d!important;transform:translateY(-1px)!important;box-shadow:none!important}.training-page [class*=ghost],.training-page [class*=secondary],.training-page [class*=back]{background:transparent!important;color:#ffd400!important;border:1px solid rgba(255,212,0,.28)!important;box-shadow:none!important}.training-page [class*=ghost]:hover,.training-page [class*=secondary]:hover,.training-page [class*=back]:hover{border-color:#ffd40073!important;background:#ffd4000b!important;box-shadow:none!important}.training-page [class*=progress],.training-page [class*=track]{background:#ffffff21!important;box-shadow:none!important}.training-page [class*=progress]>*,.training-page [class*=fill],.training-page [class*=bar]>*{background:#ffd400!important;box-shadow:none!important}.training-page [class*=badge],.training-page [class*=status]{box-shadow:none!important}.training-page [class*=published],.training-page [class*=success],.training-page [class*=done],.training-page [class*=completed]{color:#7dff9b!important}.training-page [class*=locked],.training-page [class*=disabled]{opacity:.52!important}}@media (min-width: 1024px){.adaptation-picker-page{width:min(100%,1180px)!important;margin:0 auto!important;padding:0!important}.adaptation-picker-page,.adaptation-picker-page *{text-shadow:none!important}.adaptation-picker-hero{min-height:176px!important;margin:0 0 20px!important;padding:30px 34px!important;border-radius:22px!important;background:linear-gradient(180deg,#141414,#111112)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}.adaptation-picker-hero:before,.adaptation-picker-hero:after{display:none!important;content:none!important}.adaptation-picker-hero span,.adaptation-picker-hero .adaptation-kicker{display:inline-flex!important;margin-bottom:10px!important;color:#ffd400!important;font-size:12px!important;line-height:1!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.045em!important}.adaptation-picker-hero h1,.adaptation-picker-hero h2{margin:0 0 10px!important;color:#fff!important;font-size:44px!important;line-height:1!important;font-weight:850!important;letter-spacing:-.035em!important}.adaptation-picker-hero p{max-width:720px!important;margin:0!important;color:#b3b3b3!important;font-size:15px!important;line-height:1.5!important;font-weight:500!important}.adaptation-picker-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important}.adaptation-picker-card{min-height:190px!important;padding:22px!important;border-radius:20px!important;background:linear-gradient(180deg,#141414,#111112)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important;cursor:pointer!important;transition:transform .16s ease,border-color .16s ease,background .16s ease!important}.adaptation-picker-card:before,.adaptation-picker-card:after{display:none!important;content:none!important}.adaptation-picker-card:hover{transform:translateY(-1px)!important;border-color:#ffd40047!important;background:linear-gradient(180deg,#161616,#121213)!important;box-shadow:none!important}.adaptation-picker-card-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;margin-bottom:18px!important}.adaptation-picker-card h3,.adaptation-picker-card strong{color:#fff!important;font-size:22px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.025em!important}.adaptation-picker-card p{margin:0 0 16px!important;color:#a8a8a8!important;font-size:14px!important;line-height:1.5!important;font-weight:500!important}.adaptation-picker-card span{color:#a8a8a8!important;font-weight:600!important}.adaptation-picker-card [class*=position],.adaptation-picker-card [class*=role],.adaptation-picker-card [class*=tag],.adaptation-picker-card [class*=badge]{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:6px 10px!important;border-radius:999px!important;background:#ffffff14!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:800!important}.adaptation-picker-card [class*=percent],.adaptation-picker-card [class*=progress-percent]{min-width:42px!important;height:34px!important;padding:0 11px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#ffd400!important;color:#111!important;font-size:13px!important;line-height:1!important;font-weight:900!important}.adaptation-picker-progress{height:7px!important;margin:16px 0 14px!important;border-radius:999px!important;background:#ffffff24!important;overflow:hidden!important;box-shadow:none!important}.adaptation-picker-progress>*,.adaptation-picker-progress i{height:100%!important;border-radius:inherit!important;background:#ffd400!important;box-shadow:none!important}.adaptation-picker-meta{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-top:14px!important}.adaptation-picker-meta span{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:6px 10px!important;border-radius:999px!important;background:#ffffff14!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:800!important}.adaptation-picker-state,.adaptation-progress-error{border-radius:18px!important;background:linear-gradient(180deg,#141414,#111112)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}}@media (min-width: 1024px) and (max-width: 1380px){.adaptation-picker-grid{grid-template-columns:1fr!important}}@media (min-width: 1024px){.adaptation-picker-page .adaptation-picker-hero p{display:none!important}.adaptation-picker-page .adaptation-picker-hero{min-height:126px!important;padding-top:28px!important;padding-bottom:28px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.adaptation-picker-page .adaptation-picker-hero h1,.adaptation-picker-page .adaptation-picker-hero h2{margin-bottom:0!important}}@media (min-width: 1024px){.adaptation-picker-page .adaptation-picker-card-top .adaptation-picker-progress-badge{min-width:44px!important;height:34px!important;padding:0 12px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#ffffff14!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;font-size:13px!important;line-height:1!important;font-weight:850!important;box-shadow:none!important}.adaptation-picker-page .adaptation-picker-card:hover .adaptation-picker-progress-badge{background:#ffffff1a!important;border-color:#ffffff29!important;color:#fff!important}}@media (min-width: 1024px){.adaptation-picker-page .adaptation-picker-card-top>span{color:#ffd400!important}.adaptation-picker-page .adaptation-picker-card-top .adaptation-picker-progress-badge{color:#ffd400!important}.adaptation-picker-page .adaptation-picker-card:hover .adaptation-picker-card-top>span,.adaptation-picker-page .adaptation-picker-card:hover .adaptation-picker-progress-badge{color:#ffd400!important}}@media (min-width: 1024px){.training-page .portal-page-head:before{content:"Обучение"!important;display:inline-flex!important;margin-bottom:10px!important;color:#ffd400!important;font-size:12px!important;line-height:1!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.045em!important}.training-page .portal-page-head h1{color:#fff!important}.training-page .portal-page-head h1 span{color:inherit!important}.training-page .course-list-shell>.page-header,.training-page .course-list-shell .page-header,.training-page .course-list-header,.training-page .courses-list-header{display:none!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}.training-page .course-list-shell{margin-top:0!important}}@media (min-width: 1024px){.training-page{--accent: #FFD400 !important}.training-page .status-badge.status-in_progress,.training-page .status-badge.status-in_progress *,.training-page .status-in_progress,.training-page .status-in_progress *{color:#ffd400!important}.training-page .status-badge.status-in_progress{border-color:#ffd4005c!important}.training-page span[style*="var(--accent)"],.training-page strong[style*="var(--accent)"],.training-page div[style*="var(--accent)"]{color:#ffd400!important}}:root{--cs-yellow: #FFD400;--cs-yellow-soft: rgba(255, 212, 0, .16);--cs-yellow-border: rgba(255, 212, 0, .42);--cs-bg: #080808;--cs-surface: #121212;--cs-surface-2: #171717;--cs-surface-3: #1d1d1d;--cs-border: rgba(255, 255, 255, .12);--cs-border-strong: rgba(255, 255, 255, .18);--cs-text: #ffffff;--cs-muted: #a8a8a8;--cs-muted-2: #777777;--cs-success: #28d957;--cs-danger: #ff3b3b;--cs-radius-lg: 24px;--cs-radius-md: 18px;--cs-radius-sm: 12px}@media (min-width: 1024px){html,body,#root{background:radial-gradient(circle at 0% 0%,rgba(255,212,0,.07),transparent 330px),radial-gradient(circle at 100% 0%,rgba(255,212,0,.035),transparent 360px),#080808!important;color:var(--cs-text)!important}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif!important}.portal-shell,.portal-layout,.portal-app{background:radial-gradient(circle at 0% 0%,rgba(255,212,0,.06),transparent 360px),#080808!important;color:var(--cs-text)!important}.portal-main{background:linear-gradient(180deg,#090b0efa,#080808)!important;color:var(--cs-text)!important;padding:28px 34px!important}.portal-sidebar{width:236px!important;background:linear-gradient(180deg,#121212,#0b0b0b)!important;border-right:1px solid rgba(255,255,255,.12)!important;box-shadow:inset -1px 0 #ffffff06,22px 0 70px #00000038!important}.portal-sidebar .cs-wordmark{height:132px!important;min-height:132px!important;margin:0 18px 18px!important;padding:16px 0 18px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;box-shadow:none!important}.portal-sidebar .cs-wordmark:before,.portal-sidebar .cs-wordmark:after{display:none!important;content:none!important}.portal-sidebar .cs-wordmark-image{width:98px!important;max-width:98px!important;height:98px!important;max-height:98px!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important;filter:drop-shadow(0 0 18px rgba(255,212,0,.12))!important}.portal-sidebar nav,.portal-nav{display:flex!important;flex-direction:column!important;gap:6px!important;padding:0!important}.portal-sidebar button,.portal-sidebar a{transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease!important}.portal-nav-item,.portal-menu-item,.portal-sidebar-nav-item{min-height:82px!important;border-left:6px solid transparent!important;border-radius:0!important;background:transparent!important;color:#ddd!important;font-size:21px!important;font-weight:500!important;letter-spacing:-.02em!important}.portal-nav-item:hover,.portal-menu-item:hover,.portal-sidebar-nav-item:hover{background:#ffffff0b!important;color:#fff!important}.portal-nav-item-active,.portal-nav-item.active,.portal-menu-item-active,.portal-sidebar-nav-item-active,.portal-sidebar button[aria-current=page],.portal-sidebar a[aria-current=page]{border-left-color:var(--cs-yellow)!important;background:linear-gradient(90deg,#ffd40038,#ffd4000e)!important;color:var(--cs-yellow)!important}.portal-sidebar svg{color:currentColor!important}.portal-page{max-width:1480px!important;margin:0 auto!important;color:var(--cs-text)!important}.portal-page-head,.homeclean-head,.tables-head,.profile-head{margin-bottom:24px!important}.portal-page-head h1,.page-title,.homeclean-title,.tables-title,.profile-title,.adaptation-page>.portal-page-head h1{font-size:clamp(30px,2vw,42px)!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.045em!important;color:#fff!important}.portal-page-head p,.homeclean-subtitle,.tables-subtitle,.profile-subtitle{color:var(--cs-muted)!important;font-size:15px!important;line-height:1.5!important}.homeclean-card,.homeclean-panel,.portal-card,.portal-panel,.tables-card,.tables-panel,.profile-card,.profile-panel,.course-card,.course-panel,.adaptation-picker-card,.adaptation-hero,.adaptation-main,.adaptation-material-panel,.adaptation-block,.adaptation-day-tab,.adaptation-empty-state{background:radial-gradient(circle at 100% 0%,rgba(255,212,0,.035),transparent 38%),linear-gradient(180deg,#1c1f24f5,#121418fa)!important;border:1px solid var(--cs-border)!important;border-radius:var(--cs-radius-lg)!important;box-shadow:inset 0 1px #ffffff0b,0 18px 50px #00000047!important}.homeclean-card:hover,.portal-card:hover,.tables-card:hover,.profile-card:hover,.course-card:hover,.adaptation-picker-card:hover,.adaptation-day-tab:hover{transform:translateY(-1px)!important;border-color:#ffd40057!important;box-shadow:inset 0 1px #ffffff0e,0 22px 60px #00000057,0 0 28px #ffd4000e!important}.adaptation-day-tab-active,.adaptation-material-chip-active,.adaptation-picker-card-active{border-color:#ffd400bd!important;background:radial-gradient(circle at 100% 0%,rgba(255,212,0,.1),transparent 42%),linear-gradient(180deg,#1f1f18fa,#121418fa)!important;box-shadow:inset 0 1px #ffffff0b,0 0 24px #ffd4001a!important}.homeclean-card{min-height:168px!important;padding:26px!important}.homeclean-card strong,.homeclean-card h2,.homeclean-card h3{color:#fff!important;font-weight:900!important;letter-spacing:-.03em!important}.homeclean-card p,.homeclean-card span{color:var(--cs-muted)!important}.portal-page button,.homeclean-card button,.tables-card button,.profile-card button,.adaptation-page button{font-weight:900!important}.btn-primary,.portal-primary-button,.homeclean-primary-button,.tables-primary-button,.profile-primary-button,.adaptation-complete-block,.adaptation-open-full,.adaptation-day-sheet-open{background:var(--cs-yellow)!important;color:#111!important;border:1px solid var(--cs-yellow)!important;border-radius:12px!important;box-shadow:0 14px 34px #ffd4002e,inset 0 1px #ffffff3d!important}.btn-primary:hover,.portal-primary-button:hover,.homeclean-primary-button:hover,.tables-primary-button:hover,.profile-primary-button:hover,.adaptation-complete-block:hover,.adaptation-open-full:hover,.adaptation-day-sheet-open:hover{background:var(--cs-yellow-hover)!important;border-color:var(--cs-yellow-hover)!important;transform:translateY(-1px)!important;box-shadow:0 18px 40px #ffd40038,inset 0 1px #ffffff4d!important}.btn-ghost,.portal-ghost-button,.homeclean-ghost-button,.tables-ghost-button,.profile-ghost-button,.adaptation-material-chip,.adaptation-reset-progress{background:linear-gradient(135deg,#1c2128f5,#12161cfa)!important;color:var(--cs-yellow)!important;border:1px solid rgba(255,212,0,.3)!important;border-radius:12px!important;box-shadow:inset 0 1px #ffffff0a,0 10px 24px #0000002e!important}.btn-ghost:hover,.portal-ghost-button:hover,.homeclean-ghost-button:hover,.tables-ghost-button:hover,.profile-ghost-button:hover,.adaptation-material-chip:hover,.adaptation-reset-progress:hover{border-color:#ffd4008c!important;background:linear-gradient(135deg,#20252dfa,#14181efa)!important;transform:translateY(-1px)!important}.btn-danger,.portal-danger-button,.profile-logout-button,.adaptation-reset-progress{background:#ff3b3b1a!important;color:#ff6b6b!important;border:1px solid rgba(255,59,59,.45)!important}.btn-danger:hover,.portal-danger-button:hover,.profile-logout-button:hover,.adaptation-reset-progress:hover{background:#ff3b3b29!important;border-color:#ff3b3bad!important}.badge,.portal-badge,.homeclean-badge,.adaptation-kicker,.adaptation-section-head>span,.adaptation-block-title span{color:var(--cs-yellow)!important}.badge-green,.status-success,.published-badge{color:#7dff9b!important;background:#28d95724!important;border:1px solid rgba(40,217,87,.28)!important}.adaptation-progress-line,.homeclean-progress-line,.portal-progress-line{background:#ffffff24!important}.adaptation-progress-line i,.homeclean-progress-line i,.portal-progress-line i{background:var(--cs-yellow)!important}.tables-list-row,.profile-row,.portal-list-row,.homeclean-today-row,.homeclean-today-adaptation-row{background:linear-gradient(180deg,#181b20f0,#0f1114fa)!important;border:1px solid var(--cs-border)!important;border-radius:16px!important}.tables-list-row:hover,.profile-row:hover,.portal-list-row:hover,.homeclean-today-row:hover,.homeclean-today-adaptation-row:hover{border-color:#ffd40052!important}input,textarea,select{background:#111!important;border:1px solid rgba(255,255,255,.14)!important;color:var(--cs-text)!important}input:focus,textarea:focus,select:focus{border-color:#ffd4009e!important;box-shadow:0 0 0 3px #ffd4001a!important;outline:none!important}.portal-main::-webkit-scrollbar,.adaptation-blocks::-webkit-scrollbar,.adaptation-material-panel::-webkit-scrollbar{width:8px!important}.portal-main::-webkit-scrollbar-track,.adaptation-blocks::-webkit-scrollbar-track,.adaptation-material-panel::-webkit-scrollbar-track{background:#ffffff0d!important;border-radius:999px!important}.portal-main::-webkit-scrollbar-thumb,.adaptation-blocks::-webkit-scrollbar-thumb,.adaptation-material-panel::-webkit-scrollbar-thumb{background:#ffd4006b!important;border-radius:999px!important}}@media (min-width: 1024px) and (max-width: 1280px){.portal-sidebar{width:216px!important}.portal-sidebar .cs-wordmark{height:118px!important;min-height:118px!important}.portal-sidebar .cs-wordmark-image{width:88px!important;max-width:88px!important;height:88px!important;max-height:88px!important}.portal-nav-item,.portal-menu-item,.portal-sidebar-nav-item{min-height:74px!important;font-size:18px!important}.portal-main{padding:22px 24px!important}}html,body,#root{width:100%!important;min-width:0!important;overflow-x:hidden!important;background:#080808!important}*,*:before,*:after{box-sizing:border-box}@media (min-width: 1024px){.portal-shell{display:grid!important;grid-template-columns:238px minmax(0,1fr)!important;min-height:100vh!important;padding-bottom:0!important;background:#080808!important;color:#fff!important;overflow-x:hidden!important}.portal-sidebar{display:flex!important;position:sticky!important;top:0!important;width:238px!important;min-width:238px!important;height:100vh!important;min-height:100vh!important}.portal-main{width:100%!important;min-width:0!important;padding:30px clamp(20px,2.2vw,34px)!important;padding-bottom:30px!important;background:#080808!important;overflow-x:hidden!important}.portal-bottom-nav{display:none!important}.platform-home-mockup,.training-page,.adaptation-picker-page{width:100%!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}.adaptation-mobile-collapse-toggle{display:none!important}.adaptation-main .adaptation-day-sheet-open,.adaptation-material-panel .adaptation-open-full{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.adaptation-main .adaptation-section-head p,.adaptation-main .adaptation-blocks,.adaptation-material-panel .adaptation-material-source,.adaptation-material-panel .adaptation-material-points{display:grid!important}.adaptation-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 390px!important;gap:18px!important;align-items:stretch!important}.adaptation-main{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important}}@media (min-width: 1024px) and (max-width: 1180px){.portal-main{padding:24px 20px!important}.platform-home-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.platform-home-hero{grid-template-columns:1fr!important}.platform-home-progress-card{width:100%!important;max-width:340px!important}.adaptation-layout{grid-template-columns:1fr!important;height:auto!important;overflow:visible!important}.adaptation-main,.adaptation-material-panel,.adaptation-blocks{height:auto!important;overflow:visible!important}}@media (max-width: 1023px){.portal-shell{display:block!important;min-height:100vh!important;padding-bottom:0!important;background:#080808!important;overflow-x:hidden!important}.portal-sidebar{display:none!important}.portal-main{width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:16px clamp(12px,3vw,22px) 102px!important;background:#080808!important;overflow-x:hidden!important}.portal-page,.platform-home-mockup,.training-page,.adaptation-picker-page{width:100%!important;max-width:760px!important;min-width:0!important;margin:0 auto!important;padding-left:0!important;padding-right:0!important}.portal-bottom-nav{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;z-index:9999!important;height:64px!important;min-height:64px!important;max-width:760px!important;margin:0 auto!important;padding:7px!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important;border-radius:22px!important;background:#121212f7!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 42px #0000006b!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.portal-bottom-nav-item{min-width:0!important;width:auto!important;height:50px!important;min-height:50px!important;padding:0!important;border:0!important;border-radius:16px!important;background:transparent!important;color:#ffffff9e!important;display:flex!important;align-items:center!important;justify-content:center!important}.portal-bottom-nav-item small{display:none!important}.portal-bottom-nav-item-active{background:#ffd40024!important;color:#ffd400!important;box-shadow:inset 0 0 0 1px #ffd4002e!important}.platform-home-mockup{display:flex!important;flex-direction:column!important;gap:14px!important}.platform-home-hero,.platform-home-action-card,.platform-home-continue,.platform-home-progress-card,.training-page .portal-page-head,.training-page .card,.adaptation-picker-hero,.adaptation-picker-card{background:linear-gradient(180deg,#141414,#101010)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:none!important}.platform-home-hero:before,.platform-home-hero:after,.platform-home-action-card:before,.platform-home-action-card:after,.platform-home-continue:before,.platform-home-continue:after{display:none!important;content:none!important}.platform-home-hero{display:grid!important;grid-template-columns:minmax(0,1fr) 210px!important;align-items:center!important;gap:18px!important;min-height:150px!important;padding:20px 22px!important;border-radius:20px!important;overflow:hidden!important}.platform-home-hero h1,.training-page .portal-page-head h1,.adaptation-picker-hero h1{color:#fff!important;font-size:clamp(30px,6vw,38px)!important;line-height:1.04!important;letter-spacing:-.035em!important;text-shadow:none!important}.platform-home-hero p,.training-page .portal-page-head p,.adaptation-picker-hero p,.adaptation-picker-card p{color:#a8a8a8!important;font-size:13px!important;line-height:1.45!important}.platform-home-eyebrow,.training-page .portal-page-head:before,.adaptation-picker-hero>span{color:#ffd400!important}.platform-home-progress-card{width:100%!important;max-width:210px!important;padding:14px!important;border-radius:16px!important}.platform-home-progress-card strong{color:#ffd400!important;font-size:26px!important}.platform-home-progress-line{height:6px!important;background:#ffffff24!important;border-radius:999px!important;overflow:hidden!important}.platform-home-progress-line i{display:block!important;height:100%!important;background:#ffd400!important;border-radius:inherit!important}.platform-home-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.platform-home-action-card{min-width:0!important;min-height:140px!important;padding:16px!important;border-radius:18px!important;text-align:left!important;overflow:hidden!important}.platform-home-action-icon{width:42px!important;height:42px!important;margin:0 0 12px!important;border-radius:13px!important;background:#ffd40014!important;border:1px solid rgba(255,212,0,.26)!important;color:#ffd400!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.platform-home-action-icon svg,.platform-home-action-icon svg *{fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}.platform-home-action-card strong{color:#fff!important;font-size:18px!important;line-height:1.14!important}.platform-home-action-card p{min-height:0!important;margin:7px 0 12px!important;color:#a8a8a8!important;font-size:12px!important;line-height:1.35!important}.platform-home-action-card em{color:#ffd400!important;font-size:12px!important;font-weight:850!important}.platform-home-continue{padding:18px!important;border-radius:20px!important}.platform-home-continue-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:14px!important;align-items:center!important}.platform-home-course-image{display:none!important}.platform-home-main-button{min-height:42px!important;min-width:130px!important;border:0!important;border-radius:13px!important;background:#ffd400!important;color:#111!important;font-size:13px!important;font-weight:850!important}.training-page .portal-page-head{margin:0 0 14px!important;padding:20px 22px!important;border-radius:20px!important}.training-page .course-list-shell>.page-header{display:none!important}.training-page .course-list-shell>.page{width:100%!important;max-width:none!important;padding:0!important}.training-page .card{width:100%!important;margin:0 0 12px!important;padding:16px!important;border-radius:18px!important}.adaptation-picker-hero{margin-bottom:14px!important;padding:20px 22px!important;border-radius:20px!important}.adaptation-picker-hero p{display:none!important}.adaptation-picker-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.adaptation-picker-card{width:100%!important;padding:18px!important;border-radius:18px!important;text-align:left!important}.adaptation-picker-card h2{color:#fff!important;font-size:20px!important;line-height:1.16!important}.adaptation-picker-progress-badge,.adaptation-picker-card-top span{color:#ffd400!important}.adaptation-page{width:100%!important;max-width:760px!important;margin:0 auto!important;padding-bottom:102px!important}.adaptation-layout{display:flex!important;flex-direction:column!important;gap:14px!important;height:auto!important;overflow:visible!important}.adaptation-main,.adaptation-material-panel{width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important}.adaptation-mobile-reader-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:10000!important;padding:12px!important;background:#000000b8!important;display:flex!important;align-items:flex-end!important}.adaptation-mobile-reader{width:100%!important;max-height:88vh!important;overflow:hidden!important;border-radius:24px 24px 18px 18px!important;background:#111!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;display:flex!important;flex-direction:column!important}.adaptation-mobile-reader-head{padding:16px!important;border-bottom:1px solid rgba(255,255,255,.1)!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:12px!important;align-items:start!important}.adaptation-mobile-reader-back{min-height:34px!important;padding:0 12px!important;border-radius:999px!important;border:1px solid rgba(255,212,0,.24)!important;background:#ffd40014!important;color:#ffd400!important;font-size:12px!important;font-weight:850!important}.adaptation-mobile-reader-back:before{display:none!important;content:none!important}.adaptation-mobile-reader-body{padding:16px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.adaptation-mobile-reader-source,.adaptation-mobile-reader-block{background:#181818!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;padding:14px!important}.adaptation-mobile-reader-point{display:grid!important;grid-template-columns:10px minmax(0,1fr)!important;gap:10px!important;align-items:start!important}.adaptation-mobile-reader-point span{width:7px!important;height:7px!important;margin-top:8px!important;border-radius:999px!important;background:#ffd400!important}}@media (max-width: 767px){.portal-main{padding:14px 12px 100px!important}.platform-home-hero{grid-template-columns:1fr!important;padding:20px!important}.platform-home-progress-card{max-width:none!important}.platform-home-continue-row{grid-template-columns:1fr!important}.platform-home-main-button{width:100%!important}}@media (max-width: 390px){.platform-home-actions{grid-template-columns:1fr!important}.platform-home-action-card{min-height:126px!important}}.portal-nav .portal-nav-item:nth-child(2) .portal-nav-icon:before,.portal-nav-item:nth-child(2) .portal-nav-icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 15L20 7.5 35.5 15 20 22.5 4.5 15Z'/%3E%3Cpath d='M12 20v7.2c0 2.5 3.5 4.6 8 4.6s8-2.1 8-4.6V20'/%3E%3Cpath d='M32 16.8v9'/%3E%3Cpath d='M32 26.8l-2 4h4l-2-4Z'/%3E%3C/g%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 15L20 7.5 35.5 15 20 22.5 4.5 15Z'/%3E%3Cpath d='M12 20v7.2c0 2.5 3.5 4.6 8 4.6s8-2.1 8-4.6V20'/%3E%3Cpath d='M32 16.8v9'/%3E%3Cpath d='M32 26.8l-2 4h4l-2-4Z'/%3E%3C/g%3E%3C/svg%3E")!important}.portal-bottom-nav .portal-bottom-nav-item:nth-child(2)>span:before,.portal-bottom-nav-item:nth-child(2)>span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 15L20 7.5 35.5 15 20 22.5 4.5 15Z'/%3E%3Cpath d='M12 20v7.2c0 2.5 3.5 4.6 8 4.6s8-2.1 8-4.6V20'/%3E%3Cpath d='M32 16.8v9'/%3E%3Cpath d='M32 26.8l-2 4h4l-2-4Z'/%3E%3C/g%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 15L20 7.5 35.5 15 20 22.5 4.5 15Z'/%3E%3Cpath d='M12 20v7.2c0 2.5 3.5 4.6 8 4.6s8-2.1 8-4.6V20'/%3E%3Cpath d='M32 16.8v9'/%3E%3Cpath d='M32 26.8l-2 4h4l-2-4Z'/%3E%3C/g%3E%3C/svg%3E")!important}@media (max-width: 1023px){.platform-home-action-card{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;column-gap:12px!important;row-gap:10px!important;align-items:start!important;text-align:left!important}.platform-home-action-icon{grid-column:1!important;grid-row:1!important;align-self:center!important;justify-self:start!important;width:48px!important;height:48px!important;margin:0!important}.platform-home-action-card strong{grid-column:2!important;grid-row:1!important;align-self:center!important;margin:0!important;padding:0!important;display:block!important;line-height:1.12!important}.platform-home-action-card p{grid-column:1 / -1!important;grid-row:2!important;margin:2px 0 0!important;min-height:0!important}.platform-home-action-card em{grid-column:1 / -1!important;grid-row:3!important;margin:0!important;display:block!important}}@media (max-width: 390px){.platform-home-action-card{grid-template-columns:50px minmax(0,1fr)!important;column-gap:11px!important}.platform-home-action-icon{width:46px!important;height:46px!important}}.platform-home-continue-head>strong{display:none!important}.platform-home-course-image{display:inline-flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;text-align:center!important}.platform-home-course-image span{display:block!important;line-height:1!important}.platform-home-course-percent{display:block!important;color:#ffd400!important;font-size:12px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.02em!important}@media (max-width: 767px){.platform-home-course-image{width:72px!important;min-width:72px!important;height:62px!important;min-height:62px!important}.platform-home-course-percent{font-size:11px!important}}.platform-home-course-image{gap:0!important}.platform-home-course-percent{font-size:14px!important;line-height:1!important}@media (max-width: 1023px){.platform-home-continue{padding:18px!important;overflow:hidden!important}.platform-home-continue-head{margin-bottom:12px!important;padding-bottom:12px!important}.platform-home-continue-head h2{margin:0 0 6px!important}.platform-home-continue-head p{margin:0!important}.platform-home-continue-row{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;align-items:stretch!important}.platform-home-course-preview{display:block!important;width:100%!important;min-width:0!important}.platform-home-course-image{display:none!important}.platform-home-course-info{display:block!important;width:100%!important;min-width:0!important}.platform-home-course-info>strong,.platform-home-course-info>p{display:none!important}.platform-home-course-info .platform-home-progress-line{display:block!important;width:100%!important;height:7px!important;margin:0!important;border-radius:999px!important}.platform-home-main-button{width:100%!important;min-height:46px!important}}@media (max-width: 1023px){.platform-home-hero p{display:none!important}}@media (max-width: 1023px){.platform-home-progress-card{text-align:left!important;align-items:flex-start!important;justify-content:flex-start!important}.platform-home-progress-card span{display:block!important;width:100%!important;margin:0 0 4px!important;text-align:left!important}.platform-home-progress-card strong{display:block!important;width:100%!important;margin:0 0 8px!important;text-align:left!important;align-self:flex-start!important}.platform-home-progress-card .platform-home-progress-line{width:100%!important;margin:0!important}}.adaptation-mobile-block-stepper{display:none}@media (min-width: 1024px){.adaptation-blocks-desktop{display:grid!important}.adaptation-mobile-block-stepper{display:none!important}}@media (max-width: 1023px){.adaptation-blocks-desktop{display:none!important}.adaptation-mobile-block-stepper{display:block!important;width:100%!important;margin-top:12px!important}.adaptation-main{padding:0!important;background:transparent!important;border:0!important;overflow:visible!important}.adaptation-main>.adaptation-section-head{padding:18px!important;margin:0 0 12px!important;border-radius:20px!important;background:linear-gradient(180deg,#141414,#101010)!important;border:1px solid rgba(255,255,255,.12)!important}.adaptation-main>.adaptation-section-head h2{margin:0!important;font-size:22px!important;line-height:1.15!important}.adaptation-main>.adaptation-section-head p{display:none!important}.adaptation-day-sheet-open{width:100%!important;margin-top:12px!important;min-height:38px!important;border-radius:12px!important}.adaptation-mobile-block-card{width:100%!important;padding:18px!important;border-radius:22px!important;background:linear-gradient(180deg,#171717,#101010)!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;overflow:hidden!important}.adaptation-mobile-block-card-done{border-color:#ffd40057!important}.adaptation-mobile-block-card-top{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin-bottom:14px!important}.adaptation-mobile-block-card-top span,.adaptation-mobile-block-result span,.adaptation-mobile-block-responsible span,.adaptation-mobile-block-tasks>span{display:block!important;margin-bottom:5px!important;color:#ffd400!important;font-size:11px!important;line-height:1.1!important;font-weight:900!important;text-transform:uppercase!important}.adaptation-mobile-block-card-top strong{display:block!important;color:#fff!important;font-size:18px!important;line-height:1.1!important;font-weight:900!important}.adaptation-mobile-block-card-top em{flex:0 0 auto!important;padding:7px 10px!important;border-radius:999px!important;background:#ffd40024!important;border:1px solid rgba(255,212,0,.25)!important;color:#ffd400!important;font-size:11px!important;line-height:1!important;font-style:normal!important;font-weight:900!important}.adaptation-mobile-block-card h3{margin:0 0 10px!important;color:#fff!important;font-size:22px!important;line-height:1.16!important;font-weight:950!important;letter-spacing:-.025em!important}.adaptation-mobile-block-goal{margin:0 0 16px!important;color:#ffffffc7!important;font-size:14px!important;line-height:1.45!important}.adaptation-mobile-block-tasks{display:grid!important;gap:9px!important;margin:0 0 16px!important}.adaptation-mobile-block-task{display:grid!important;grid-template-columns:10px minmax(0,1fr)!important;gap:10px!important;align-items:start!important}.adaptation-mobile-block-task i{width:7px!important;height:7px!important;margin-top:7px!important;border-radius:999px!important;background:#ffd400!important}.adaptation-mobile-block-task p{margin:0!important;color:#ffffffd1!important;font-size:14px!important;line-height:1.43!important}.adaptation-mobile-block-result,.adaptation-mobile-block-responsible{margin-top:10px!important;padding:13px!important;border-radius:14px!important;background:#ffffff0a!important;border:1px solid rgba(255,255,255,.1)!important}.adaptation-mobile-block-result strong,.adaptation-mobile-block-responsible strong{display:block!important;color:#fff!important;font-size:13px!important;line-height:1.38!important;font-weight:800!important}.adaptation-mobile-block-materials{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:14px!important}.adaptation-mobile-block-card .adaptation-complete-block{width:100%!important;min-height:44px!important;margin-top:16px!important;border-radius:13px!important}.adaptation-mobile-block-nav{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;gap:10px!important;align-items:center!important;margin-top:14px!important}.adaptation-mobile-block-nav button{min-height:42px!important;padding:0 16px!important;border-radius:13px!important;border:1px solid rgba(255,212,0,.35)!important;background:#ffd4001a!important;color:#ffd400!important;font-size:13px!important;font-weight:900!important}.adaptation-mobile-block-nav button:last-child{background:#ffd400!important;color:#111!important;border-color:#ffd400!important}.adaptation-mobile-block-nav small{color:#ffffff94!important;font-size:12px!important;font-weight:850!important;white-space:nowrap!important}.adaptation-mobile-block-empty{padding:18px!important;border-radius:18px!important;background:#141414!important;border:1px solid rgba(255,255,255,.12)!important;color:#ffffffb8!important;font-size:14px!important}}@media (max-width: 390px){.adaptation-mobile-block-card{padding:16px!important}.adaptation-mobile-block-card h3{font-size:20px!important}.adaptation-mobile-block-nav{grid-template-columns:1fr!important}.adaptation-mobile-block-nav span{display:none!important}.adaptation-mobile-block-nav small{text-align:center!important;order:-1!important}.adaptation-mobile-block-nav button{width:100%!important}}@media (max-width: 1023px){.adaptation-main>.adaptation-section-head{display:none!important}.adaptation-day-sheet-open{display:none!important}.adaptation-mobile-block-stepper{margin-top:0!important}}@media (max-width: 1023px){.adaptation-material-source,.adaptation-mobile-reader-source,.adaptation-material-sheet-source{display:none!important}}.tables-page{width:100%!important;max-width:1180px!important;margin:0 auto!important;color:#fff!important}.tables-page .portal-page-head{margin-bottom:22px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.tables-page .portal-page-head h1{margin:0!important;color:#fff!important;font-size:clamp(36px,4vw,58px)!important;line-height:.96!important;font-weight:950!important;letter-spacing:-.055em!important}.tables-create-panel{margin:0 0 22px!important;padding:0!important;overflow:hidden!important;border-radius:26px!important;background:radial-gradient(circle at 12% 0%,rgba(255,212,0,.08),transparent 32%),linear-gradient(180deg,#171717,#101010)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 24px 60px #0000005c!important}.tables-create-panel .portal-panel-head{padding:22px 24px 18px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.tables-create-panel .portal-panel-head h2{margin:0!important;color:#fff!important;font-size:21px!important;line-height:1.15!important;font-weight:950!important;letter-spacing:-.025em!important}.tables-create-grid{display:grid!important;grid-template-columns:minmax(0,1.3fr) minmax(190px,.6fr) minmax(0,1.3fr)!important;gap:14px!important;padding:22px 24px 0!important}.tables-create-grid label,.tables-create-description{display:grid!important;gap:8px!important;padding:0!important}.tables-create-grid label>span,.tables-create-description>span{display:block!important;margin:0!important;padding:0!important;color:#ffffff9e!important;font-size:11px!important;line-height:1!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.055em!important}.tables-create-grid input,.tables-create-description textarea{width:100%!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:16px!important;background:#00000052!important;color:#fff!important;outline:none!important;padding:14px 15px!important;font-size:14px!important;line-height:1.25!important;font-weight:800!important;font-family:inherit!important;box-shadow:inset 0 1px #ffffff0a!important}.tables-create-grid input::placeholder,.tables-create-description textarea::placeholder,.tables-toolbar input::placeholder{color:#fff6!important}.tables-create-grid input:focus,.tables-create-description textarea:focus,.tables-toolbar input:focus{border-color:#ffd4009e!important;box-shadow:0 0 0 4px #ffd40014!important}.tables-create-description{margin:14px 0 0!important;padding:0 24px!important}.tables-create-description textarea{min-height:92px!important;resize:vertical!important}.tables-create-status{margin:14px 24px 0!important;padding:12px 14px!important;border-radius:14px!important;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.08)!important;color:#ffffffc7!important;font-size:13px!important;font-weight:850!important}.tables-create-button{margin:18px 24px 24px!important;min-height:46px!important;border:0!important;border-radius:16px!important;background:#ffd400!important;color:#111!important;padding:0 22px!important;font-size:14px!important;font-weight:950!important;cursor:pointer!important;box-shadow:0 18px 34px #ffd40033!important}.tables-create-button:disabled{cursor:not-allowed!important;opacity:.62!important}.tables-toolbar{display:grid!important;grid-template-columns:minmax(260px,390px) minmax(0,1fr)!important;gap:14px!important;align-items:center!important;margin:0 0 18px!important}.tables-toolbar input{width:100%!important;min-height:46px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:16px!important;background:#ffffff0e!important;color:#fff!important;outline:none!important;padding:0 16px!important;font-size:14px!important;font-weight:800!important;font-family:inherit!important}.table-tags{display:flex!important;flex-wrap:wrap!important;gap:9px!important;align-items:center!important}.table-tags button{min-height:38px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:999px!important;background:#ffffff0e!important;color:#ffffffb3!important;padding:0 14px!important;font-size:13px!important;line-height:1!important;font-weight:900!important;cursor:pointer!important}.table-tags button:hover,.table-tags .table-tag-active{border-color:#ffd4007a!important;background:#ffd40021!important;color:#ffd400!important}.tables-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important}.table-link-card{position:relative!important;min-width:0!important;min-height:250px!important;padding:18px!important;border-radius:24px!important;background:radial-gradient(circle at 0% 0%,rgba(255,212,0,.1),transparent 36%),linear-gradient(180deg,#171717,#101010)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:0 24px 54px #0000004d!important;overflow:hidden!important;display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;grid-template-rows:auto 1fr auto!important;column-gap:14px!important;row-gap:14px!important;align-items:start!important}.table-link-card:after{content:""!important;position:absolute!important;inset:auto 18px 0!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(255,212,0,.42),transparent)!important;opacity:.45!important}.table-icon{grid-column:1!important;grid-row:1!important;width:48px!important;height:48px!important;min-width:48px!important;border-radius:15px!important;background:#ffd4001a!important;border:1px solid rgba(255,212,0,.34)!important;color:transparent!important;font-size:0!important;display:grid!important;place-items:center!important}.table-icon:before{content:""!important;width:25px!important;height:25px!important;background:#ffd400!important;-webkit-mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M4 10h16M9 5v14M15 5v14'/%3E%3C/g%3E%3C/svg%3E")!important;mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='2'/%3E%3Cpath d='M4 10h16M9 5v14M15 5v14'/%3E%3C/g%3E%3C/svg%3E")!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-size:contain!important;mask-size:contain!important;-webkit-mask-position:center!important;mask-position:center!important}.table-link-card>div:nth-child(2){grid-column:2!important;grid-row:1 / 3!important;min-width:0!important}.table-link-card strong{display:block!important;margin:0 0 7px!important;color:#fff!important;font-size:19px!important;line-height:1.14!important;font-weight:950!important;letter-spacing:-.025em!important}.table-link-card p{margin:0!important;color:#ffffff9e!important;font-size:13px!important;line-height:1.42!important;font-weight:750!important}.table-meta-line{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;margin-top:16px!important}.table-meta-line>span:first-child{display:inline-flex!important;align-items:center!important;min-height:26px!important;border-radius:999px!important;background:#ffd4001a!important;border:1px solid rgba(255,212,0,.26)!important;color:#ffd400!important;padding:0 10px!important;font-size:11px!important;line-height:1!important;font-weight:950!important}.scope-badge{min-height:26px!important;padding:0 10px!important;border-radius:999px!important;font-size:11px!important;line-height:1!important;font-weight:950!important}.scope-badge-personal,.scope-badge-corporate{border:1px solid rgba(255,212,0,.26)!important;background:#ffd4001a!important;color:#ffd400!important}.table-card-actions{grid-column:1 / -1!important;grid-row:3!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important;justify-content:flex-start!important;margin:8px 0 0!important;padding:0!important}.table-card-actions a,.table-card-actions button,.table-edit-actions button{min-height:42px!important;border-radius:14px!important;padding:0 16px!important;font-size:13px!important;line-height:1!important;font-weight:950!important;cursor:pointer!important;text-decoration:none!important}.table-card-actions a{border:0!important;background:#ffd400!important;color:#111!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.table-edit-button,.table-cancel-button{border:1px solid rgba(255,255,255,.12)!important;background:#ffffff13!important;color:#ffffffc7!important}.table-delete-button{border:1px solid rgba(255,77,77,.34)!important;background:#ff4d4d21!important;color:#ff8a8a!important}.table-save-button{border:0!important;background:#ffd400!important;color:#111!important}.table-card-actions button:disabled,.table-edit-actions button:disabled{cursor:not-allowed!important;opacity:.62!important}.table-edit-form{grid-column:1 / -1!important;width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) 180px minmax(0,1fr)!important;gap:12px!important;margin-top:8px!important;padding-top:16px!important;border-top:1px solid rgba(255,255,255,.08)!important}.table-edit-form label,.table-edit-description{display:grid!important;gap:8px!important}.table-edit-form span{color:#ffffff9e!important;font-size:11px!important;line-height:1!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:.055em!important}.table-edit-form input,.table-edit-form textarea{width:100%!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;background:#00000052!important;color:#fff!important;outline:none!important;padding:12px 14px!important;font-size:13px!important;font-weight:800!important;font-family:inherit!important}.table-edit-description{grid-column:1 / -1!important}.table-edit-description textarea{min-height:76px!important;resize:vertical!important}.table-edit-actions{grid-column:1 / -1!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important}.tables-state-card{margin-top:18px!important;border-radius:22px!important;background:linear-gradient(180deg,#171717,#101010)!important;border:1px solid rgba(255,255,255,.12)!important}.tables-state-card strong{color:#fff!important;font-size:20px!important;font-weight:950!important}.tables-state-card p{color:#ffffffa3!important}@media (max-width: 1180px){.tables-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tables-create-grid{grid-template-columns:1fr .72fr 1fr!important}}@media (max-width: 920px){.tables-create-grid,.table-edit-form,.tables-toolbar,.tables-grid{grid-template-columns:1fr!important}.tables-create-button,.table-card-actions a,.table-card-actions button,.table-edit-actions button{width:100%!important;text-align:center!important}.table-card-actions,.table-edit-actions{justify-content:stretch!important}}@media (max-width: 767px){.tables-page .portal-page-head h1{font-size:34px!important}.tables-create-panel{border-radius:22px!important}.tables-create-panel .portal-panel-head,.tables-create-grid,.tables-create-description{padding-left:18px!important;padding-right:18px!important}.tables-create-button{margin-left:18px!important;margin-right:18px!important}.table-link-card{min-height:220px!important;border-radius:22px!important;grid-template-columns:50px minmax(0,1fr)!important}.table-icon{width:46px!important;height:46px!important}.table-link-card strong{font-size:18px!important}}.table-link-card .table-meta-line{width:100%!important;margin:16px 0 0!important;padding:0!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;text-align:left!important;transform:none!important}.table-link-card .table-meta-line>span,.table-link-card .table-meta-line .scope-badge{margin-left:0!important;margin-right:0!important}.table-link-card{align-content:start!important}.table-link-card .table-meta-line{grid-column:1 / -1!important;width:100%!important;margin:10px 0 0!important;padding:0!important;display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;align-self:start!important;justify-self:stretch!important;gap:8px!important;text-align:left!important}.table-link-card>div:nth-child(2) .table-meta-line{margin-left:0!important;transform:translate(-66px)!important;width:calc(100% + 66px)!important}.table-link-card .table-meta-line>span,.table-link-card .table-meta-line .scope-badge{margin:0!important}@media (max-width: 767px){.table-link-card>div:nth-child(2) .table-meta-line{transform:translate(-64px)!important;width:calc(100% + 64px)!important}}@media (min-width: 1024px){.portal-page.adaptation-page .adaptation-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:24px!important}.portal-page.adaptation-page .adaptation-hero-progress{width:auto!important;min-width:220px!important;max-width:280px!important;justify-self:end!important;align-self:start!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;color:#fff!important}.portal-page.adaptation-page .adaptation-hero-progress strong{display:block!important;margin:0 0 6px!important;color:#ffd400!important;font-size:34px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.04em!important;text-align:left!important}.portal-page.adaptation-page .adaptation-hero-progress span{display:block!important;margin:0 0 10px!important;color:#ffffffc7!important;font-size:13px!important;line-height:1.35!important;font-weight:800!important;text-align:left!important}.portal-page.adaptation-page .adaptation-progress-line{width:100%!important;max-width:100%!important;height:6px!important;margin:0 0 10px!important;border-radius:999px!important;background:#ffffff24!important;overflow:hidden!important}.portal-page.adaptation-page .adaptation-progress-line i{background:#ffd400!important}.portal-page.adaptation-page .adaptation-progress-status{margin:0 0 8px!important;padding:0!important;background:transparent!important;border:0!important;color:#ffffff94!important;font-size:12px!important;line-height:1.35!important;font-weight:750!important;text-align:left!important}.portal-page.adaptation-page .adaptation-reset-progress{width:auto!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#ffd400e0!important;font-size:12px!important;line-height:1.2!important;font-weight:900!important;text-align:left!important;text-decoration:none!important}.portal-page.adaptation-page .adaptation-reset-progress:hover{color:#ffd400!important;background:transparent!important;text-decoration:underline!important}}@media (min-width: 769px){.training-page .training-course-back-inline{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;min-width:118px;min-height:42px;margin:0 0 26px!important;padding:0 34px!important;border:1px solid #ffd400!important;border-radius:999px!important;background:transparent!important;color:#ffd400!important;box-shadow:none!important;font-size:13px;font-weight:900;line-height:1;letter-spacing:0}.training-page .training-course-back-inline:hover{background:#ffd40014!important;transform:translateY(-1px)}.training-page .training-course-back-inline:active{transform:translateY(0)}}@media (min-width: 769px){button.training-course-back-inline,.training-course-back-inline{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:fit-content!important;max-width:160px!important;min-width:118px!important;height:42px!important;min-height:42px!important;margin:0 0 26px!important;padding:0 34px!important;border:1px solid #ffd400!important;border-radius:999px!important;background:transparent!important;background-color:transparent!important;background-image:none!important;color:#ffd400!important;box-shadow:none!important;font-size:13px!important;font-weight:900!important;line-height:1!important;text-align:center!important;flex:0 0 auto!important;align-self:flex-start!important}button.training-course-back-inline:hover,.training-course-back-inline:hover{background:#ffd40014!important;background-color:#ffd40014!important;transform:translateY(-1px)}button.training-course-back-inline:active,.training-course-back-inline:active{transform:translateY(0)}}@media (max-width: 768px){.adaptation-page .adaptation-picker-topbar{width:100%!important;margin:0 0 14px!important;padding:0!important}.adaptation-page .adaptation-picker-back-inline{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:none!important;min-width:0!important;height:52px!important;min-height:52px!important;margin:0!important;padding:0 18px!important;border:1px solid #ffd400!important;border-radius:10px!important;background:#ffd400!important;background-color:#ffd400!important;background-image:none!important;color:#050505!important;box-shadow:none!important;font-size:15px!important;font-weight:900!important;line-height:1!important;text-align:center!important}.adaptation-page .adaptation-picker-back-inline:hover,.adaptation-page .adaptation-picker-back-inline:active{background:#ffd400!important;background-color:#ffd400!important;transform:none!important}}@media (max-width: 768px){.portal-page.adaptation-page>.adaptation-picker-topbar{width:100%!important;display:flex!important;justify-content:stretch!important;align-items:center!important;margin:0 0 14px!important;padding:0!important}.portal-page.adaptation-page>.adaptation-picker-topbar>button.adaptation-picker-back-inline{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:none!important;min-width:0!important;height:52px!important;min-height:52px!important;margin:0!important;padding:0 18px!important;border:1px solid #ffd400!important;border-radius:10px!important;background:#ffd400!important;background-color:#ffd400!important;background-image:none!important;color:#050505!important;box-shadow:none!important;font-size:15px!important;font-weight:900!important;line-height:1!important;text-align:center!important}.portal-page.adaptation-page>.adaptation-picker-topbar>button.adaptation-picker-back-inline:hover,.portal-page.adaptation-page>.adaptation-picker-topbar>button.adaptation-picker-back-inline:active{border-color:#ffd400!important;background:#ffd400!important;background-color:#ffd400!important;color:#050505!important;transform:none!important}}.quiz-question-format-hint{margin:8px 0 14px;color:#ffffff94;font-size:13px;font-weight:800;line-height:1.35}
