:root{--hour-height: 56px;--page-bg-1: #1c1c20;--page-bg-2: #232227}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Manrope,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at 30% 10%,var(--page-bg-2),var(--page-bg-1) 70%);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:0;color:#e9e7e2}#root{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}button{font-family:inherit}.page-label{display:none}.phone{position:relative;width:100%;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;border-radius:0;padding:0;background:none;box-shadow:none}.phone-screen{--hour-height: 56px;position:relative;width:100%;height:100%;border-radius:0;overflow:hidden;isolation:isolate;transition:background .5s ease}.phone-screen[data-theme=forest]{--accent: #6f9271;--accent-deep: #3d5a41;--accent-soft: #c7dcc4;--surface: rgba(255, 255, 255, .52);--surface-strong: rgba(255, 255, 255, .72);--text: #33402f;--text-soft: #5b6a53;--bg-a: #e7f0e1;--bg-b: #bcd2ba}.phone-screen[data-theme=coffee]{--accent: #a97c50;--accent-deep: #6b4226;--accent-soft: #e6cfae;--surface: rgba(255, 252, 247, .55);--surface-strong: rgba(255, 252, 247, .76);--text: #3c2c1e;--text-soft: #6b5541;--bg-a: #f3e3cd;--bg-b: #d8b48f}.phone-screen[data-theme=lavender]{--accent: #a884b0;--accent-deep: #6f4f79;--accent-soft: #e9d6ec;--surface: rgba(255, 255, 255, .55);--surface-strong: rgba(255, 255, 255, .76);--text: #3d2f42;--text-soft: #6c5c72;--bg-a: #f6e3ee;--bg-b: #d3bfe6}.phone-screen[data-theme=custom]{--accent: #8a8f6e;--accent-deep: #565b3f;--accent-soft: #dfe2c9;--surface: rgba(255, 255, 255, .55);--surface-strong: rgba(255, 255, 255, .78);--text: #33321f;--text-soft: #5e5c44;--bg-a: #e9e6d4;--bg-b: #c8caa8}.bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,var(--bg-a),var(--bg-b))}.bg-illustration{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.no-art .bg-illustration{display:none}.bg-custom-photo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center;display:none}.bg-custom-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,#0000002e,#0000006b);display:none}[data-theme=custom].has-photo .bg-custom-photo,[data-theme=custom].has-photo .bg-custom-overlay{display:block}[data-theme=custom].has-photo .bg-layer{display:none}[data-theme=custom].has-photo{--text: #f3f1ea;--text-soft: #e3e0d6;--surface: rgba(20, 20, 18, .42);--surface-strong: rgba(20, 20, 18, .6)}.status-bar{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:16px 26px 4px;font-size:14px;font-weight:600;color:var(--text)}.screens{position:relative;z-index:2;height:calc(100% - 34px)}.screen{display:none;height:100%;flex-direction:column;position:relative}.screen.active{display:flex}.screen-head{padding:6px 22px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.screen-title{font-size:23px;font-weight:800;color:var(--text)}.screen-body{flex:1;overflow-y:auto;padding:0 22px 100px;scrollbar-width:none}.screen-body::-webkit-scrollbar{display:none}.sched-body{padding-bottom:120px}.boot{position:relative;z-index:2;padding:60px 20px;text-align:center;color:var(--text);font-weight:700}.pill-toggle{display:inline-flex;background:var(--surface);border-radius:999px;padding:3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pill-toggle button{border:none;background:transparent;font-size:12.5px;font-weight:700;padding:6px 13px;border-radius:999px;color:var(--text-soft);cursor:pointer;transition:all .25s ease;white-space:nowrap}.pill-toggle button.active{background:var(--accent-deep);color:#fff}.date-nav{display:flex;align-items:center;gap:8px;padding:0 22px 8px}.nav-btn{width:30px;height:30px;border-radius:50%;border:none;cursor:pointer;background:var(--surface);color:var(--text);font-size:17px;font-weight:800;line-height:1}.nav-title{flex:1;border:none;background:transparent;cursor:pointer;font-size:13px;font-weight:800;color:var(--text);text-transform:capitalize}.zoom-row{display:flex;align-items:center;gap:10px;padding:0 22px 12px}.zoom-row span{font-size:11.5px;color:var(--text-soft);font-weight:600}input[type=range].zoom{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1;height:4px;border-radius:2px;background:var(--surface-strong);outline:none}input[type=range].zoom::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--accent-deep);cursor:pointer;box-shadow:0 1px 4px #0000004d}input[type=range].zoom::-moz-range-thumb{width:16px;height:16px;border:none;border-radius:50%;background:var(--accent-deep);cursor:pointer}.toolbar{padding:0 22px 12px}.search{width:100%;border:none;outline:none;border-radius:14px;padding:11px 14px;background:var(--surface);color:var(--text);font-family:inherit;font-size:13.5px;font-weight:600}.search::placeholder{color:var(--text-soft);opacity:.7}.date-strip{display:flex;gap:8px;padding:0 22px 14px;overflow-x:auto;scrollbar-width:none}.date-strip::-webkit-scrollbar{display:none}.date-chip{min-width:46px;padding:8px 0;border-radius:14px;text-align:center;background:var(--surface);color:var(--text);cursor:pointer;transition:.2s;border:2px solid transparent;font-family:inherit}.date-chip .d{font-size:10.5px;font-weight:700;opacity:.65;display:block}.date-chip .n{font-size:15px;font-weight:800;display:block;margin-top:2px}.date-chip.active{background:var(--accent-deep);color:#fff}.date-chip.today:not(.active){border-color:var(--accent-deep)}.cal-wrap{display:flex;padding:0 14px 0 22px}.hour-col{position:relative;width:42px;flex-shrink:0}.hour-label{position:absolute;left:0;transform:translateY(-50%);font-size:10px;font-weight:700;color:var(--text-soft);opacity:.7}.grid-body{position:relative;flex:1;height:calc(var(--hour-height) * 24);background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.09) 0,rgba(0,0,0,.09) 1px,transparent 1px,transparent var(--hour-height));border-radius:14px;margin-left:6px}.week-scroll{flex:1;overflow-x:auto;min-width:0}.week-grid{display:grid;grid-template-columns:repeat(7,minmax(64px,1fr));gap:4px;min-width:460px}.week-col{position:relative;height:calc(var(--hour-height) * 24);background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.08) 0,rgba(0,0,0,.08) 1px,transparent 1px,transparent var(--hour-height));border-radius:10px}.week-heads{display:grid;grid-template-columns:repeat(7,minmax(64px,1fr));gap:4px;margin:0 0 6px;min-width:460px}.week-heads span{text-align:center;font-size:10.5px;font-weight:700;color:var(--text-soft)}.week-heads .wh-today{color:var(--accent-deep)}.event{position:absolute;left:5px;right:5px;border-radius:9px;border:none;text-align:left;padding:5px 8px;font-size:10.5px;font-weight:700;color:var(--accent-deep);background:var(--surface-strong);border-left:3px solid var(--accent-deep);overflow:hidden;cursor:pointer;font-family:inherit}.event span{display:block;font-weight:500;font-size:9px;opacity:.75;margin-top:1px}.week-col .event{font-size:9px;padding:4px 5px}.now-line{position:absolute;left:0;right:0;height:2px;background:#d1495b;z-index:3;pointer-events:none}.now-line:before{content:"";position:absolute;left:-4px;top:-3px;width:8px;height:8px;border-radius:50%;background:#d1495b}.task-card{display:flex;align-items:flex-start;gap:12px;background:var(--surface);border-radius:16px;padding:13px 14px;margin-bottom:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.check{width:22px;height:22px;border-radius:50%;border:2px solid var(--accent-deep);flex-shrink:0;margin-top:1px;cursor:pointer;position:relative;transition:.2s;background:transparent}.check:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;background:var(--accent-deep);transform:scale(0);transition:.2s}.task-card.done .check:after{transform:scale(1)}.task-card.done .task-title{text-decoration:line-through;opacity:.5}.task-main{flex:1;border:none;background:transparent;text-align:left;cursor:pointer;font-family:inherit;padding:0;min-width:0}.task-title{font-size:14.5px;font-weight:700;color:var(--text);display:block}.task-meta{font-size:11.5px;color:var(--text-soft);margin-top:3px;display:flex;gap:8px;flex-wrap:wrap}.task-desc{display:block;font-size:12.5px;color:var(--text-soft);margin-top:4px}.fab{position:absolute;right:22px;bottom:96px;width:52px;height:52px;border-radius:50%;border:none;background:var(--accent-deep);color:#fff;font-size:26px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px -6px #0006;cursor:pointer;z-index:5}.fab:hover{filter:brightness(1.08)}.donut-wrap{display:flex;flex-direction:column;align-items:center;padding:14px 0 22px}.donut{width:158px;height:158px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.donut:before{content:"";position:absolute;width:112px;height:112px;border-radius:50%;background:var(--bg-a)}.donut-num{position:relative;font-size:28px;font-weight:800;color:var(--text)}.stat-row{display:flex;gap:10px;margin-top:4px;width:100%}.stat-card{flex:1;background:var(--surface);border-radius:14px;padding:12px;text-align:center}.stat-card .n{font-size:19px;font-weight:800;color:var(--accent-deep)}.stat-card .l{font-size:10.5px;color:var(--text-soft);font-weight:600;margin-top:2px}.period-list{margin-top:16px;display:flex;flex-direction:column;gap:8px}.period-row{display:grid;grid-template-columns:64px 1fr 52px;align-items:center;gap:10px;background:var(--surface);border-radius:12px;padding:9px 12px;font-size:12px;font-weight:700;color:var(--text)}.period-bar{height:6px;border-radius:3px;background:var(--surface-strong);overflow:hidden}.period-bar span{display:block;height:100%;background:var(--accent-deep);border-radius:3px}.period-num{text-align:right;color:var(--text-soft)}.settings-section{margin-bottom:20px}.settings-label{font-size:11.5px;font-weight:700;color:var(--text-soft);margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px;opacity:.7}.profile-row{display:flex;align-items:center;gap:12px;background:var(--surface);border-radius:16px;padding:14px}.avatar{width:46px;height:46px;border-radius:50%;background:var(--accent-deep);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}.profile-row .name{font-weight:700;color:var(--text);font-size:14.5px}.profile-row .mail{font-size:11.5px;color:var(--text-soft)}.theme-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.theme-card{border-radius:16px;padding:10px;cursor:pointer;border:2px solid transparent;background:var(--surface);transition:.2s;font-family:inherit;text-align:left}.theme-card.selected{border-color:var(--accent-deep)}.theme-swatch{height:52px;border-radius:11px;margin-bottom:8px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#565b3f}.theme-swatch.tf{background:linear-gradient(180deg,#e7f0e1,#bcd2ba)}.theme-swatch.tc{background:linear-gradient(180deg,#f3e3cd,#d8b48f)}.theme-swatch.tl{background:linear-gradient(180deg,#f6e3ee,#d3bfe6)}.theme-swatch.tu{background:linear-gradient(135deg,#dfe2c9,#c8caa8)}.theme-name{font-size:12px;font-weight:700;color:var(--text);display:block}.custom-controls{margin-top:10px;display:none;gap:8px;flex-wrap:wrap}.custom-controls.show{display:flex}.custom-controls label{flex:1;min-width:130px;display:flex;align-items:center;justify-content:center;gap:6px;background:var(--surface-strong);border-radius:12px;padding:9px;font-size:11.5px;font-weight:700;color:var(--text);cursor:pointer}input[type=color]{width:26px;height:26px;border:none;border-radius:50%;overflow:hidden;padding:0;background:none;cursor:pointer}.switch-row{display:flex;align-items:center;justify-content:space-between;background:var(--surface);border-radius:14px;padding:12px 14px;margin-bottom:8px}.switch-row .t{font-size:13.5px;font-weight:600;color:var(--text)}.toggle{width:40px;height:24px;border-radius:999px;background:#0000002e;position:relative;cursor:pointer;border:none;flex-shrink:0}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:.2s;box-shadow:0 1px 3px #0000004d}.toggle.on{background:var(--accent-deep)}.toggle.on:after{left:19px}.logout-btn{width:100%;padding:13px;border-radius:14px;background:var(--surface);color:var(--text);font-family:inherit;font-weight:700;font-size:13.5px;border:none;cursor:pointer;margin-top:6px}.form-card{background:var(--surface);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.field{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:700;color:var(--text)}.field input,.field textarea,.field select{border:1px solid transparent;border-radius:12px;padding:11px 12px;background:var(--surface-strong);color:var(--text);font-family:inherit;font-size:14px;font-weight:600;outline:none;width:100%}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent-deep)}.field textarea{resize:vertical}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 360px){.field-row{grid-template-columns:1fr}}.field-error{font-size:12px;font-weight:700;color:#b3261e}.form-error{font-size:13px;font-weight:700;color:#b3261e;background:#b3261e14;border-radius:10px;padding:9px 12px}.btn-primary{border:none;border-radius:14px;padding:13px;cursor:pointer;background:var(--accent-deep);color:#fff;font-weight:800;font-size:14px}.btn-primary:disabled{opacity:.6;cursor:default}.btn-secondary{border:none;border-radius:14px;padding:12px 16px;cursor:pointer;background:var(--surface-strong);color:var(--text);font-weight:700;font-size:13.5px}.btn-danger{border:none;border-radius:14px;padding:12px 16px;cursor:pointer;background:#b3261e1f;color:#b3261e;font-weight:800;font-size:13.5px}.icon-btn{border:none;background:transparent;cursor:pointer;color:var(--text);font-size:15px;font-weight:800}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;background:#0006;display:flex;align-items:flex-end;justify-content:center}.modal{width:100%;max-height:88%;overflow-y:auto;background:var(--bg-a);border-radius:22px 22px 0 0;padding:16px 18px 22px;scrollbar-width:none}.modal::-webkit-scrollbar{display:none}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.modal-title{font-size:17px;font-weight:800;color:var(--text)}.modal-body{display:flex;flex-direction:column;gap:12px}.modal-actions{display:flex;align-items:center;gap:8px;margin-top:4px}.spacer{flex:1}.toasts{position:absolute;top:54px;left:16px;right:16px;z-index:30;display:flex;flex-direction:column;gap:8px}.toast{border-radius:12px;padding:11px 14px;font-size:13px;font-weight:700;box-shadow:0 8px 20px -8px #0006}.toast.ok{background:var(--accent-deep);color:#fff}.toast.err{background:#b3261e;color:#fff}.state-block{display:flex;flex-direction:column;align-items:center;gap:8px;padding:34px 12px;text-align:center}.state-title{font-size:15px;font-weight:800;color:var(--text)}.state-text{font-size:13px;color:var(--text-soft);max-width:260px}.spinner{width:30px;height:30px;border-radius:50%;border:3px solid var(--surface-strong);border-top-color:var(--accent-deep);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.switcher-wrap{position:absolute;left:0;right:0;bottom:22px;z-index:6;display:flex;justify-content:center;pointer-events:none}.switcher{pointer-events:auto;position:relative;display:flex;gap:4px;background:var(--surface-strong);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:999px;padding:6px;box-shadow:0 12px 28px -10px #00000059}.switcher .highlight{position:absolute;top:6px;left:6px;width:52px;height:44px;border-radius:999px;background:var(--accent-deep);transition:transform .3s cubic-bezier(.34,1.3,.4,1),width .3s ease;z-index:0}.switcher button{position:relative;z-index:1;width:52px;height:44px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:999px}.switcher svg{width:21px;height:21px;stroke:var(--text);opacity:.55;transition:.3s}.switcher button.active svg{opacity:1;stroke:#fff}.screen-sub{font-size:12.5px;font-weight:600;color:var(--text-soft);text-transform:capitalize;margin-top:2px}.link-btn{border:none;background:transparent;cursor:pointer;color:var(--accent-deep);font-size:12.5px;font-weight:800;white-space:nowrap}.row-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:14px 0 10px}.row-head:first-child{margin-top:0}.overdue{color:#b3261e;font-weight:800}.task-card.attention{border:1.5px solid rgba(179,38,30,.45)}.dash-stats{margin-bottom:6px}.dash-events{display:flex;flex-direction:column;gap:8px}.dash-event{display:grid;grid-template-columns:86px 1fr;gap:12px;align-items:center;background:var(--surface);border:none;border-radius:14px;padding:11px 14px;cursor:pointer;font-family:inherit;text-align:left;width:100%}.de-date{font-size:11px;font-weight:700;color:var(--text-soft);display:flex;flex-direction:column;gap:2px}.de-date b{font-size:14px;color:var(--text)}.de-title{font-size:13.5px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis}.dash-actions{display:flex;gap:8px;margin:16px 0 8px;flex-wrap:wrap}.dash-actions>*{flex:1;min-width:130px}.bell-btn{position:relative;width:34px;height:34px;border-radius:50%;border:none;cursor:pointer;background:var(--surface);color:var(--text);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.bell-btn svg{width:18px;height:18px;stroke:currentColor}.bell-badge{position:absolute;top:-4px;right:-4px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#d1495b;color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}.status-bell{display:inline-flex}.status-bell .bell-btn{width:28px;height:28px;background:transparent}.status-bar{gap:8px}.status-bar>span:nth-child(2){flex:1;text-align:center}.notif-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:25;background:#0006;display:flex;justify-content:flex-end}.notif-drawer{width:min(360px,92%);height:100%;overflow-y:auto;scrollbar-width:none;background:var(--bg-a);padding:18px;display:flex;flex-direction:column;gap:10px;border-radius:22px 0 0 22px}.notif-drawer::-webkit-scrollbar{display:none}.notif-list{display:flex;flex-direction:column;gap:8px}.notif-item{display:flex;flex-direction:column;gap:3px;text-align:left;cursor:pointer;font-family:inherit;background:var(--surface);border:none;border-left:3px solid var(--accent-deep);border-radius:12px;padding:10px 12px}.notif-item.overdue{border-left-color:#b3261e}.notif-kind{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;color:var(--text-soft)}.notif-item.overdue .notif-kind{color:#b3261e}.notif-title{font-size:13.5px;font-weight:800;color:var(--text)}.notif-detail{font-size:12px;font-weight:600;color:var(--text-soft)}.sidebar,.topbar{display:none}.main-col{display:contents}.avatar.sm{width:30px;height:30px;font-size:11px}@media (min-width: 900px){.phone-screen{display:flex}.status-bar,.switcher-wrap{display:none}.sidebar{display:flex;flex-direction:column;gap:18px;width:232px;flex-shrink:0;z-index:2;padding:20px 14px;border-right:1px solid rgba(0,0,0,.07)}.brand{display:flex;align-items:center;gap:10px;padding:2px 8px}.brand-mark{width:34px;height:34px;border-radius:12px;background:var(--accent-deep);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px}.brand-name{font-size:19px;font-weight:800;color:var(--text)}.side-nav{display:flex;flex-direction:column;gap:4px}.side-nav button{display:flex;align-items:center;gap:12px;border:none;cursor:pointer;background:transparent;color:var(--text-soft);font-size:14px;font-weight:700;border-radius:14px;padding:11px 12px;text-align:left;width:100%}.side-nav button svg{width:20px;height:20px;stroke:currentColor;flex-shrink:0}.side-nav button:hover{background:var(--surface);color:var(--text)}.side-nav button.active{background:var(--accent-deep);color:#fff}.side-footer{margin-top:auto;display:flex;align-items:center;gap:8px;background:var(--surface);border-radius:14px;padding:8px}.side-user{flex:1;display:flex;align-items:center;gap:9px;border:none;cursor:pointer;background:transparent;font-family:inherit;min-width:0;padding:2px}.side-user-name{font-size:13px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-col{display:flex;flex-direction:column;flex:1;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:2;padding:16px 26px 10px}.topbar-date{font-size:13px;font-weight:700;color:var(--text-soft);text-transform:capitalize}.topbar-right{display:flex;align-items:center;gap:10px}.topbar-user{display:flex;align-items:center;gap:8px;border:none;cursor:pointer;background:var(--surface);border-radius:999px;padding:5px 12px 5px 5px;font-family:inherit;font-size:13px;font-weight:700;color:var(--text)}.screens{height:auto;flex:1;min-height:0}.screen-head{padding:4px 26px 16px}.screen-title{font-size:26px}.screen-body{padding:0 26px 40px}.sched-body{padding-bottom:60px}.form-card{max-width:520px;margin:0 auto;width:100%}.fab{right:30px;bottom:30px}[data-screen=home] .screen-body,[data-screen=tasks] .screen-body,[data-screen=reports] .screen-body,[data-screen=settings] .screen-body,.screen-head{max-width:1080px;margin-left:auto;margin-right:auto;width:100%}[data-screen=calendar] .screen-head{max-width:none}.dash-cols{display:grid;grid-template-columns:1.2fr 1fr;gap:18px;align-items:start}.modal-backdrop{align-items:center;padding:24px}.modal{max-width:560px;border-radius:22px}.toasts{left:auto;right:26px;width:340px;top:66px}.notif-drawer{border-radius:0 20px 20px 0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.auth-hero{display:none}@media (min-width: 900px){[data-screen=auth] .screen-head{max-width:1080px;margin:0 auto;width:100%}[data-screen=auth] .screen-body{display:flex;align-items:center;justify-content:center}.auth-split{display:grid;grid-template-columns:1fr 1.1fr;width:min(1080px,100%);background:var(--surface);border-radius:24px;overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-hero{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:44px 38px;color:#fff;background:linear-gradient(160deg,var(--accent-deep),var(--accent))}.auth-hero-mark{width:52px;height:52px;border-radius:16px;background:#ffffff38;color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800}.auth-hero-title{font-size:34px;font-weight:800}.auth-hero-sub{font-size:14.5px;font-weight:600;opacity:.9;line-height:1.5}.auth-hero-list{list-style:none;display:flex;flex-direction:column;gap:9px;margin-top:6px}.auth-hero-list li{font-size:13.5px;font-weight:600;padding-left:26px;position:relative}.auth-hero-list li:before{content:"✓";position:absolute;left:0;top:0;width:18px;height:18px;border-radius:50%;background:#ffffff40;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center}[data-screen=auth] .form-card{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;max-width:none;margin:0;padding:34px 32px;justify-content:center}}@media (min-width: 600px) and (max-width: 899px){.modal{max-width:520px;margin:0 auto;border-radius:22px}.modal-backdrop{align-items:center;padding:24px}.toasts{max-width:420px;margin:0 auto;left:16px;right:16px}}
