:root{color-scheme:light;--navy:#001b44;--navy-2:#032c59;--teal:#00a7b5;--teal-dark:#007d8c;--lime:#a8ed00;--lime-dark:#77ad00;--ink:#071b43;--muted:#60708c;--line:#dfe6ef;--surface:#fff;--canvas:#f4f7fb;--danger:#c93838;--shadow:0 14px 40px rgba(1,27,68,.09);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);min-height:100vh}.hidden{display:none!important}.auth-shell{display:grid;grid-template-columns:minmax(350px,.82fr) minmax(580px,1.18fr);min-height:100vh}.brand-panel{position:sticky;top:0;height:100vh;padding:clamp(2rem,5vw,5.5rem);display:flex;flex-direction:column;justify-content:space-between;color:#fff;overflow:hidden;background:radial-gradient(circle at 67% 42%,rgba(0,180,192,.34),transparent 28%),linear-gradient(145deg,#00132f,#002d59 68%,#004760)}.brand-panel:after{content:"";position:absolute;width:34vw;height:34vw;right:-13vw;bottom:-12vw;border:1px solid rgba(168,237,0,.32);border-radius:50%;box-shadow:0 0 0 6vw rgba(0,167,181,.06),0 0 0 12vw rgba(168,237,0,.025)}.brand-lockup{position:relative;z-index:1;display:flex;align-items:center;gap:.8rem}.brand-lockup img{width:72px;height:72px;object-fit:cover;border-radius:18px}.brand-lockup div{display:grid}.brand-lockup strong{font-size:1.25rem;letter-spacing:-.02em}.brand-lockup span{font-size:.78rem;color:#70e7e4;letter-spacing:.2em;text-transform:uppercase}.brand-message{position:relative;z-index:1;max-width:680px}.eyebrow,.step-label{font-size:.72rem;letter-spacing:.17em;color:var(--teal-dark);font-weight:850;margin:0 0 .65rem}.brand-message .eyebrow{color:var(--lime)}.brand-message h1{font-size:clamp(2.8rem,5vw,5.5rem);line-height:.96;letter-spacing:-.058em;margin:.6rem 0 1.5rem}.brand-message>p:last-child{max-width:610px;color:#bfcee1;line-height:1.7;font-size:1.05rem}.brand-points{position:relative;z-index:1;display:flex;gap:1.35rem;flex-wrap:wrap}.brand-points span{font-size:.78rem;color:#d5e0ed}.brand-points b{color:var(--lime);margin-right:.35rem}.access-panel{padding:clamp(1.25rem,4vw,4.5rem);background:linear-gradient(135deg,#f5f8fc,#fff);min-width:0}.access-card{width:min(860px,100%);margin:auto}.mobile-brand{display:none}.tabs{display:flex;gap:2rem;border-bottom:1px solid var(--line);margin-bottom:2.8rem}.tab{border:0;border-bottom:3px solid transparent;background:none;padding:.85rem .1rem;font:inherit;font-weight:750;color:var(--muted);cursor:pointer}.tab.active{color:var(--navy);border-color:var(--lime)}.form-stack{display:grid;gap:1.35rem}.form-header h2{font-size:clamp(2rem,4vw,3.45rem);line-height:1;letter-spacing:-.05em;margin:.3rem 0 .8rem}.form-header>p:last-child{margin:0;color:var(--muted);line-height:1.55}.objective-grid{border:0;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.objective-grid label{position:relative}.objective-grid input{position:absolute;opacity:0}.objective-grid span{min-height:92px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-content:center;column-gap:.75rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:16px;background:var(--surface);cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.objective-grid i{grid-row:1/3;align-self:center;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#ecf8f9;color:var(--teal-dark);font-style:normal;font-size:.7rem;font-weight:850}.objective-grid b{font-size:.91rem}.objective-grid small{color:var(--muted);margin-top:.22rem}.objective-grid input:checked+span{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,167,181,.1),var(--shadow);transform:translateY(-1px)}.objective-grid input:checked+span i{background:var(--lime);color:var(--navy)}.section-heading{display:flex;align-items:center;gap:1rem;color:var(--navy);font-size:.79rem;font-weight:850;margin-top:.5rem}.section-heading:after{content:"";height:1px;flex:1;background:var(--line)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.wide{grid-column:1/-1}label{display:grid;gap:.48rem;font-size:.8rem;font-weight:750;color:#30415e}input,select,textarea{width:100%;border:1px solid #d7e0ea;border-radius:12px;background:#fff;color:var(--ink);padding:.88rem .95rem;font:inherit;outline:none}input::placeholder,textarea::placeholder{color:#9aa7b8}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,167,181,.1)}textarea{resize:vertical}label small{font-weight:450;color:var(--muted)}.weekdays{border:0;padding:0;margin:0;display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.weekdays legend{width:100%;font-size:.8rem;font-weight:750;margin-bottom:.15rem;color:#30415e}.weekdays label input{position:absolute;opacity:0}.weekdays span{width:43px;height:43px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--muted);cursor:pointer}.weekdays input:checked+span{background:var(--teal);color:#fff;border-color:var(--teal);box-shadow:0 6px 14px rgba(0,167,181,.22)}.consent{display:grid;grid-template-columns:auto 1fr;align-items:start;color:var(--muted);font-weight:450;line-height:1.5}.consent input{width:18px;height:18px;margin:.12rem 0 0;accent-color:var(--teal)}.primary{display:flex;justify-content:space-between;align-items:center;width:100%;border:0;border-radius:13px;padding:1rem 1.2rem;background:linear-gradient(105deg,var(--lime),#bdf620);color:var(--navy);font:inherit;font-weight:850;cursor:pointer;box-shadow:0 9px 25px rgba(120,174,0,.19)}.primary b{font-size:1.25rem}.primary:disabled{opacity:.55;cursor:wait}.notice{min-height:1.2rem;color:var(--danger);font-size:.85rem}.notice.success{color:var(--teal-dark)}.login-form{max-width:560px;padding-top:6vh}.login-form .primary{margin-top:.3rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.dashboard{min-height:100vh;display:grid;grid-template-columns:176px 1fr;background:#f7f9fc}.sidebar{position:sticky;top:0;height:100vh;padding:1.4rem 14px;display:flex;flex-direction:column;background:linear-gradient(180deg,#001530,#002a56);color:#fff}.sidebar-logo{height:105px;display:grid;place-items:center}.sidebar-logo img{width:90px;height:90px;border-radius:22px;object-fit:cover}.sidebar nav{display:grid;gap:.45rem;margin-top:1.2rem}.nav-item,.sidebar-logout{display:flex;align-items:center;gap:.75rem;width:100%;border:0;border-radius:12px;padding:.85rem .95rem;background:transparent;color:#d5e0ef;font:inherit;font-size:.84rem;text-align:left}.nav-item span,.sidebar-logout span{font-size:1.25rem;color:#c8d9eb}.nav-item small{margin-left:auto;color:#8298b4;font-size:.6rem}.nav-item.active{background:rgba(42,101,154,.38);color:#56e4e5}.nav-item:disabled{opacity:.62}.sidebar-logout{margin-top:auto;cursor:pointer}.dashboard-content{padding:2.2rem clamp(1.5rem,4vw,4rem) 4rem;min-width:0}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.8rem}.dashboard-date{margin:0 0 .35rem;color:var(--teal-dark);font-size:.74rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.dashboard-header h1{font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.05em;margin:0}.dashboard-header h1 span{color:var(--teal)}.dashboard-header>div>p:last-child{color:var(--muted);margin:.35rem 0 0}.profile-chip{display:flex;align-items:center;gap:.7rem;padding:.5rem .7rem;border:1px solid var(--line);background:#fff;border-radius:50px}.profile-chip>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--navy-2));color:#fff;font-weight:850}.profile-chip div{display:grid;padding-right:.5rem}.profile-chip b{font-size:.82rem}.profile-chip small{font-size:.7rem;color:var(--muted);margin-top:.18rem}.setup-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.2rem;padding:1.55rem;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.setup-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#e6f9fa,#f5ffd7);color:var(--teal-dark);font-size:1.7rem;font-weight:900}.setup-copy h2{font-size:1.45rem;margin:.15rem 0 .3rem}.setup-copy>p:last-child{margin:0;color:var(--muted);line-height:1.5}.setup-progress{display:grid;justify-items:end;min-width:150px}.setup-progress strong{font-size:1.5rem;color:var(--teal-dark)}.setup-progress span{font-size:.7rem;color:var(--muted)}.setup-progress div{width:150px;height:6px;margin-top:.55rem;border-radius:99px;background:#e7ebf0;overflow:hidden}.setup-progress i{display:block;width:33%;height:100%;background:linear-gradient(90deg,var(--teal),var(--lime));border-radius:99px}.dashboard-grid{display:grid;grid-template-columns:1.35fr .9fr .9fr;gap:1rem;margin-top:1rem}.card{border:1px solid var(--line);border-radius:19px;background:#fff;padding:1.35rem;box-shadow:0 8px 25px rgba(1,27,68,.045)}.card header{display:flex;align-items:center;gap:.9rem}.card p{color:var(--muted);font-size:.75rem;margin:0}.card h3{font-size:1.15rem;margin:.25rem 0 0}.card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;font-size:1.45rem}.card-icon.teal{background:#e7f8fa;color:var(--teal-dark)}.card-icon.lime{background:#f2fbdc;color:var(--lime-dark)}.card-icon.blue{background:#ebf0ff;color:#5369e7}.goal-card .card-detail{border-top:1px solid var(--line);margin-top:1.1rem;padding-top:.85rem;line-height:1.45}.metric-card{display:grid;align-content:center}.metric-card>strong{font-size:1.35rem;margin:.45rem 0 .15rem}.metric-card>small{color:var(--muted)}.integrations-card{grid-column:1/3}.integrations-card header{justify-content:space-between;margin-bottom:.75rem}.honest-badge,.pending{border-radius:50px;padding:.34rem .58rem;background:#f2f5f8;color:var(--muted);font-size:.64rem;font-weight:800}.integration-row{display:flex;align-items:center;gap:.8rem;padding:.85rem 0;border-top:1px solid var(--line)}.integration-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;font-weight:900}.integration-icon.telegram{background:#e5f6ff;color:#168ac4}.integration-icon.intervals{background:#effade;color:#70a900}.integration-row div{display:grid}.integration-row b{font-size:.82rem}.integration-row small{color:var(--muted);font-size:.72rem;margin-top:.15rem}.integration-row .pending{margin-left:auto}.integration-note{line-height:1.45!important}.next-card{grid-column:3}.next-card ol{list-style:none;margin:1rem 0 0;padding:0}.next-card li{display:flex;align-items:center;gap:.7rem;padding:.65rem 0;border-top:1px solid var(--line)}.next-card li>span{width:27px;height:27px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:.7rem;font-weight:850;color:var(--muted)}.next-card li.done>span{background:var(--lime);border-color:var(--lime);color:var(--navy)}.next-card li div{display:grid}.next-card li b{font-size:.77rem}.next-card li small{color:var(--muted);font-size:.68rem;margin-top:.12rem}.mobile-nav{display:none}
@media(max-width:1000px){.auth-shell{grid-template-columns:340px 1fr}.brand-message h1{font-size:3.4rem}.dashboard-grid{grid-template-columns:1fr 1fr}.goal-card{grid-column:1/-1}.integrations-card{grid-column:1}.next-card{grid-column:2}}
@media(max-width:760px){body{background:#fff}.auth-shell{display:block}.brand-panel{display:none}.access-panel{padding:1rem 1rem 4rem}.mobile-brand{display:flex;margin-bottom:1rem}.mobile-brand img{width:58px;height:58px;border-radius:15px}.mobile-brand strong{color:var(--navy)}.mobile-brand span{color:var(--teal-dark)}.tabs{margin-bottom:2rem}.objective-grid,.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.objective-grid span{min-height:82px}.dashboard{display:block;padding-bottom:76px}.sidebar{display:none}.dashboard-content{padding:1.25rem 1rem 2rem}.dashboard-header{align-items:flex-start}.dashboard-header h1{font-size:2rem}.profile-chip div{display:none}.profile-chip{padding:.3rem}.setup-hero{grid-template-columns:auto 1fr;padding:1.1rem}.setup-icon{width:50px;height:50px}.setup-progress{grid-column:1/-1;width:100%;justify-items:stretch}.setup-progress div{width:100%}.dashboard-grid{grid-template-columns:1fr 1fr}.goal-card,.integrations-card,.next-card{grid-column:1/-1}.metric-card{min-height:150px}.mobile-nav{position:fixed;z-index:10;bottom:0;left:0;right:0;height:68px;display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);box-shadow:0 -7px 24px rgba(0,27,68,.16)}.mobile-nav button{border:0;background:transparent;color:#d5e0ef;font:inherit;font-size:.64rem;display:grid;place-items:center;align-content:center;gap:.2rem}.mobile-nav button span{font-size:1.15rem}.mobile-nav button.active{color:var(--lime)}}
@media(max-width:410px){.dashboard-grid{grid-template-columns:1fr}.metric-card{min-height:auto}.brand-lockup img{width:52px;height:52px}.form-header h2{font-size:2.25rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Approved editorial authentication flow */
.auth-stage{min-height:100vh;background:#fff;color:var(--navy)}
.auth-header{position:relative;z-index:2;height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(1rem,4vw,3.5rem);border-bottom:1px solid var(--line);background:#fff}
.auth-brand{display:flex;align-items:center;gap:.75rem;color:var(--navy);text-decoration:none;width:max-content}
.auth-brand img{width:64px;height:64px;object-fit:cover;border-radius:4px}
.auth-brand span{display:grid}.auth-brand strong{font-size:1rem}.auth-brand small{color:var(--teal-dark);letter-spacing:.19em;font-size:.61rem}
.auth-switch{justify-self:end;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--navy);padding:.45rem 0;font:inherit;font-weight:700;cursor:pointer}
.auth-switch span{margin-left:.35rem;color:var(--teal-dark)}
.registration-progress{display:grid;justify-items:center;gap:.42rem;width:min(190px,22vw);color:var(--muted);font-size:.7rem;letter-spacing:.1em}
.registration-progress>div{width:100%;height:3px;background:#e1e7ee;overflow:hidden}.registration-progress i{display:block;width:25%;height:100%;background:var(--lime);transition:width .2s ease}
.login-shell{display:grid;grid-template-columns:minmax(420px,1.06fr) minmax(360px,.94fr);min-height:calc(100vh - 92px)}
.login-form-area{display:flex;flex-direction:column;justify-content:center;padding:4rem clamp(2rem,9vw,9rem)}
.auth-kicker{margin:0 0 .7rem;color:var(--teal-dark);font-size:.69rem;font-weight:850;letter-spacing:.16em}
.login-form-area h1,.register-context h1{margin:.2rem 0 .8rem;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,5vw,5.5rem);font-weight:400;line-height:.98;letter-spacing:-.045em}
.auth-intro,.register-context .registration-copy>p:last-child{max-width:570px;margin:0 0 2.2rem;color:var(--muted);line-height:1.6}
.editorial-form{display:grid;gap:1.25rem;width:min(520px,100%)}
.editorial-form label,.registration-step label{color:#465875}
.editorial-form input,.registration-form input,.registration-form select,.registration-form textarea{border:0;border-bottom:1px solid #bdc9d7;border-radius:0;background:transparent;color:var(--navy);padding:.85rem .1rem;box-shadow:none}
.editorial-form input:focus,.registration-form input:focus,.registration-form select:focus,.registration-form textarea:focus{border-color:var(--teal);box-shadow:0 2px 0 rgba(0,167,181,.1)}
.auth-primary{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;border-radius:0;background:var(--lime);color:var(--navy);padding:1rem 1.15rem;font:inherit;font-weight:850;cursor:pointer;box-shadow:none}
.auth-primary b{font-size:1.25rem}.auth-primary:disabled{opacity:.55;cursor:wait}
.login-manifesto{position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:clamp(2rem,5vw,5rem);background:radial-gradient(circle at 58% 30%,rgba(0,167,181,.34),transparent 28%),linear-gradient(145deg,#00132f,#003b63);color:#fff}
.login-manifesto:after{content:"";position:absolute;left:10%;right:-15%;bottom:25%;height:150px;border-top:1px solid rgba(168,237,0,.45);border-radius:50%;transform:rotate(-8deg)}
.login-manifesto>img{position:absolute;width:min(80%,600px);height:auto;right:-8%;top:3%;mix-blend-mode:screen;opacity:.86}
.login-manifesto blockquote{position:relative;z-index:1;margin:0 0 2.3rem;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.65rem,3vw,3.2rem);line-height:1.13}
.login-manifesto>div{position:relative;z-index:1;padding-top:1rem;border-top:1px solid rgba(255,255,255,.22)}
.login-manifesto>div span{color:var(--lime);font-size:.67rem;letter-spacing:.17em}.login-manifesto>div p{margin:.45rem 0 0;color:#b9cbdd}
.register-shell{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(520px,1.18fr);min-height:calc(100vh - 92px)}
.register-context{position:relative;padding:clamp(2.5rem,7vw,7rem) clamp(2rem,6vw,6rem);background:radial-gradient(circle at 85% 5%,rgba(0,167,181,.3),transparent 28%),linear-gradient(150deg,#00132f,#002f59);color:#fff}
.register-context .auth-kicker{color:var(--lime)}
.register-context h1{font-size:clamp(2.5rem,4.7vw,5rem)}
.register-context .registration-copy>p:last-child{color:#b6c7d9}
.registration-back{display:flex;gap:.5rem;align-items:center;margin-bottom:clamp(2rem,7vh,5rem);padding:.35rem 0;border:0;border-bottom:1px solid currentColor;background:transparent;color:#c1d0df;font:inherit;cursor:pointer}
.registration-form{display:grid;align-items:center;padding:clamp(1.5rem,5vw,5rem);background:#fff}
.registration-step{display:grid;gap:1.5rem;width:min(700px,100%);margin:auto}
.objective-list fieldset{border:0;padding:0;margin:0}
.objective-list label{position:relative;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:.8rem;padding:1rem .45rem;border-top:1px solid var(--line);cursor:pointer;transition:background .15s ease}
.objective-list label:last-child{border-bottom:1px solid var(--line)}
.objective-list input{position:absolute;opacity:0}
.objective-list label>span{color:#8694a7;font-size:.73rem}.objective-list label>p{display:grid;margin:0}.objective-list label b{color:var(--navy);font-size:.92rem}.objective-list label small{margin-top:.2rem;color:var(--muted);font-weight:450}.objective-list label>i{color:#8b98a8;font-style:normal}
.objective-list label:has(input:checked){background:linear-gradient(90deg,rgba(168,237,0,.92),rgba(168,237,0,.08) 75%)}
.objective-list label:has(input:checked)>span,.objective-list label:has(input:checked)>i{color:var(--navy)}
.editorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem 1.5rem}.editorial-wide{grid-column:1/-1}
.editorial-grid label{display:grid;gap:.45rem}.editorial-grid label>small{display:inline;color:var(--muted);font-weight:450}.editorial-grid textarea{resize:vertical}
.editorial-days{border:0;padding:0;margin:0;display:flex;gap:.62rem;flex-wrap:wrap}.editorial-days legend{width:100%;margin-bottom:.25rem;color:#465875;font-size:.8rem;font-weight:750}.editorial-days label{position:relative}.editorial-days input{position:absolute;opacity:0}.editorial-days span{width:44px;height:44px;display:grid;place-items:center;border:1px solid #cbd4df;border-radius:50%;color:var(--muted);cursor:pointer}.editorial-days input:checked+span{background:var(--navy);border-color:var(--navy);color:var(--lime)}
.editorial-consent{display:grid!important;grid-template-columns:auto 1fr;align-items:start;gap:.7rem;color:var(--muted)!important;line-height:1.5}.editorial-consent input{width:18px;height:18px;margin-top:.15rem;accent-color:var(--teal)}
.registration-form .notice{min-height:1.2rem}
@media(max-width:800px){.auth-header{height:80px;grid-template-columns:1fr auto;padding:0 1rem}.auth-brand img{width:56px;height:56px}.registration-progress{grid-row:2;grid-column:1/-1;position:absolute;left:1rem;right:1rem;bottom:-15px;width:auto}.login-shell,.register-shell{grid-template-columns:1fr;min-height:calc(100vh - 80px)}.login-form-area{min-height:560px;padding:4rem 1.4rem}.login-manifesto{min-height:360px;padding:2rem 1.4rem}.login-manifesto>img{width:68%;top:-2%}.register-context{padding:4rem 1.4rem 2.5rem}.registration-back{margin-bottom:2rem}.registration-form{padding:2.3rem 1.4rem 4rem}.registration-step{margin:0 auto}}
@media(max-width:480px){.auth-brand span{display:none}.auth-switch{font-size:.75rem}.login-form-area{min-height:520px}.editorial-grid{grid-template-columns:1fr}.editorial-wide{grid-column:auto}.objective-list label{grid-template-columns:30px 1fr}.objective-list label>i{display:none}.login-manifesto blockquote{font-size:1.7rem}}
