/* Advicer v3 production bundle. Legacy structural layer is frozen below; all new UI work belongs in design-system.css and is compiled here. */
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f6f8fa;color:#17212b;line-height:1.45}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}:root{--teal:#10cdbf;--teal-dark:#118e86;--coral:#ff6b70;--ink:#17212b;--muted:#73808c;--line:#e6eaed;--surface:#fff;--surface-2:#f6f8fa;--shadow:0 14px 35px rgba(28,41,50,.09);--radius:24px}.skip-link{position:fixed;left:12px;top:-60px;background:#111;color:#fff;padding:10px 14px;z-index:9999;border-radius:10px}.skip-link:focus{top:12px}.topbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(218,225,229,.8);backdrop-filter:blur(18px)}.topbar-inner{height:70px;max-width:1180px;margin:auto;padding:0 24px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800}.brand img{width:34px;height:34px}.desktop-nav{display:flex;gap:8px}.desktop-nav a{padding:10px 13px;border-radius:12px;color:#5f6c76;font-weight:650}.desktop-nav a:hover,.desktop-nav a.active{background:#e8fbf9;color:#087d76}.top-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.top-actions>a{font-weight:650}.create-nav{background:var(--teal);color:#062f2c!important;padding:10px 16px;border-radius:999px}.bell{position:relative;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#f1f4f5}.bell b{position:absolute;top:-4px;right:-6px;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:var(--coral);color:#fff;font-size:11px;display:grid;place-items:center}.mini-profile{display:flex;align-items:center;gap:8px}.mini-profile img{width:36px;height:36px;object-fit:cover;border-radius:50%}.pill{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:12px 20px;font-weight:750}.pill.primary{background:var(--teal);color:#073e39}.pill.ghost{background:#eef2f3;color:#25323b}.mobile-nav{display:none}.page-shell{max-width:1180px;margin:0 auto;padding:28px 24px 80px}.feed-layout{display:grid;grid-template-columns:minmax(0,720px) 300px;gap:30px;align-items:start;justify-content:center}.feed-column{min-width:0}.feed-intro{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.feed-intro h1{font-size:30px;margin:0 0 3px}.feed-intro p{margin:0;color:var(--muted)}.feed-tabs{display:flex;gap:6px;background:#edf1f2;padding:4px;border-radius:999px}.feed-tabs a{padding:8px 12px;border-radius:999px;font-size:13px;font-weight:700;color:#68757f}.feed-tabs a.active{background:#fff;color:#18242c;box-shadow:0 2px 8px rgba(0,0,0,.05)}.feed-list{display:grid;gap:20px}.advice-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:0 6px 24px rgba(28,41,50,.05);overflow:hidden;touch-action:pan-y;transition:transform .25s ease,box-shadow .25s ease}.advice-card:hover{box-shadow:var(--shadow)}.advice-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.author{display:flex;align-items:center;gap:11px;min-width:0}.avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#eaf3f2}.author span{display:grid;min-width:0}.author strong{font-size:14px}.author small{color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon-btn{border:0;background:transparent;color:#87939d;padding:8px}.advice-question{font-size:19px;line-height:1.3;margin:16px 0 13px}.swipe-hint{display:flex;justify-content:space-between;align-items:center;color:#95a0a7;font-size:11px;margin-bottom:8px}.swipe-hint span:first-child,.swipe-hint span:last-child{font-weight:900;color:var(--teal-dark)}.choices{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice{appearance:none;position:relative;border:0;padding:0;background:#eef1f2;border-radius:18px;overflow:hidden;aspect-ratio:4/4.25;outline:none;isolation:isolate}.choice:disabled{cursor:default}.choice:disabled:hover img{transform:none}.choice:focus-visible{box-shadow:0 0 0 4px rgba(16,205,191,.3)}.choice img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .25s ease}.choice:hover img{transform:scale(1.025)}.choice::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.6));z-index:1}.choice-label{position:absolute;left:12px;right:44px;bottom:12px;color:#fff;text-align:left;font-weight:800;font-size:14px;z-index:2;text-shadow:0 1px 4px rgba(0,0,0,.25)}.choice-pct{position:absolute;right:11px;bottom:10px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:#17212b;font-weight:900;font-size:12px;z-index:3}.choice.selected{box-shadow:inset 0 0 0 4px var(--teal)}.choice.selected .choice-pct{background:var(--teal);color:#073f3b}.advice-card[data-voted="1"] .choice:not(.selected) img{filter:saturate(.75)}.results{margin-top:13px;opacity:.65}.results.revealed{opacity:1}.result-row{display:flex;justify-content:space-between;font-size:13px;font-weight:800;color:#62707a;margin-bottom:6px}.result-track{height:8px;border-radius:999px;background:#f2b8ba;overflow:hidden}.result-fill{display:block;height:100%;width:var(--pct);background:var(--teal);border-radius:inherit;transition:width .65s cubic-bezier(.2,.8,.2,1)}.post-actions{display:flex;align-items:center;gap:15px;margin-top:15px;color:#75818b;font-size:12px}.action-link{border:0;background:transparent;color:inherit;padding:3px 0}.post-actions .share-btn{margin-left:auto}.time-pill{background:#f2f5f5;padding:5px 8px;border-radius:999px}.swipe-overlay{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;font-size:72px;font-weight:950;color:#fff;background:rgba(16,205,191,.0);opacity:0;transition:opacity .1s;z-index:20}.advice-card.dragging{transition:none}.side-panel{position:sticky;top:98px;display:grid;gap:16px}.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}.panel h3{margin:0 0 8px;font-size:16px}.panel p{margin:0;color:var(--muted);font-size:13px}.panel .pill{margin-top:14px;width:100%}.empty-state{background:#fff;border:1px dashed #cbd4d9;border-radius:24px;text-align:center;padding:50px 24px}.empty-state .big-icon{font-size:42px}.empty-state h2{margin:10px 0 4px}.empty-state p{color:var(--muted);max-width:430px;margin:0 auto 18px}.load-sentinel{height:60px;display:grid;place-items:center;color:#839099}.spinner{width:24px;height:24px;border:3px solid #dfe6e8;border-top-color:var(--teal);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-shell{max-width:760px;margin:30px auto 90px;padding:0 20px}.form-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 8px 30px rgba(20,34,43,.05)}.form-card h1{margin:0 0 6px}.form-card>p{margin:0 0 24px;color:var(--muted)}.field{display:grid;gap:7px;margin:15px 0}.field label{font-size:13px;font-weight:750}.field input,.field textarea,.field select,.search-input{width:100%;border:1px solid #dce2e5;background:#fbfcfc;border-radius:14px;padding:13px 14px;color:var(--ink);outline:none}.field input:focus,.field textarea:focus,.field select:focus,.search-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(16,205,191,.14)}.field textarea{min-height:110px;resize:vertical}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.image-picker{position:relative;display:grid;place-items:center;min-height:230px;background:#f4f7f7;border:2px dashed #d5dddf;border-radius:20px;overflow:hidden}.image-picker input{position:absolute;inset:0;opacity:0;cursor:pointer}.image-picker img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none}.image-picker.has-image img{display:block}.image-picker span{font-weight:800;color:#62717a}.image-picker.has-image span{position:absolute;bottom:10px;background:rgba(0,0,0,.65);color:#fff;padding:7px 10px;border-radius:10px;z-index:2}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-top:1px solid var(--line)}.switch{width:50px;height:28px;border-radius:999px;background:#d6dde0;padding:3px;transition:.2s}.switch i{display:block;width:22px;height:22px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 2px 5px rgba(0,0,0,.16)}input:checked+.switch{background:var(--teal)}input:checked+.switch i{transform:translateX(22px)}.check-control input{position:absolute;opacity:0}.form-submit{width:100%;margin-top:20px;border:0;background:var(--teal);color:#073e39;border-radius:15px;padding:14px;font-weight:850}.auth-wrap{min-height:calc(100vh - 70px);display:grid;grid-template-columns:1fr 1fr}.auth-art{background:linear-gradient(140deg,#ddfaf6,#fff4e8);display:flex;align-items:center;justify-content:center;padding:50px}.auth-art-card{max-width:460px}.auth-art h1{font-size:48px;line-height:1.03;margin:14px 0}.auth-art p{font-size:18px;color:#60707a}.auth-panel{display:grid;place-items:center;padding:34px}.auth-card{width:min(430px,100%)}.auth-card .brand{margin-bottom:30px}.auth-card h1{font-size:32px;margin:0}.auth-card .sub{color:var(--muted);margin:5px 0 25px}.auth-links{text-align:center;margin-top:16px;color:var(--muted);font-size:13px}.auth-links a{color:#088c83;font-weight:800}.profile-hero{background:linear-gradient(135deg,#ccf7f3,#fff3e7);border-radius:30px;padding:28px;display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;border:1px solid #d9edeb}.profile-avatar{width:104px;height:104px;border-radius:50%;object-fit:cover;border:5px solid rgba(255,255,255,.8)}.profile-main h1{margin:0;font-size:30px}.profile-main .handle{color:#678}.profile-main p{margin:10px 0 0;color:#52636d}.profile-stats{display:flex;gap:10px}.stat{background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.9);padding:12px 16px;border-radius:16px;text-align:center;min-width:80px}.stat b{display:block;font-size:20px}.stat small{color:#66757e}.profile-actions{display:flex;gap:8px;margin-top:14px}.section-head{display:flex;align-items:center;justify-content:space-between;margin:28px 0 14px}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.profile-tile{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.profile-tile .thumbs{display:grid;grid-template-columns:1fr 1fr;height:170px}.profile-tile img{width:100%;height:100%;object-fit:cover}.profile-tile h3{font-size:14px;padding:12px;margin:0}.list-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.list-row{display:flex;gap:12px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line)}.list-row:last-child{border-bottom:0}.list-row img{width:44px;height:44px;border-radius:50%;object-fit:cover}.list-row .grow{min-width:0;flex:1}.list-row b,.list-row small{display:block}.list-row small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge-unread{width:9px;height:9px;border-radius:50%;background:var(--coral)}.comment{display:flex;gap:12px;padding:14px 0;border-top:1px solid var(--line)}.comment img{width:38px;height:38px;border-radius:50%;object-fit:cover}.comment p{margin:3px 0}.comment small{color:var(--muted)}.chat-shell{max-width:850px;margin:24px auto 100px;padding:0 20px}.chat-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;min-height:70vh;display:flex;flex-direction:column}.chat-head{padding:15px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.chat-messages{flex:1;padding:20px;display:flex;flex-direction:column;gap:10px;overflow:auto;max-height:65vh}.bubble{max-width:76%;padding:10px 13px;border-radius:16px;background:#eef3f4}.bubble.mine{align-self:flex-end;background:#c9f7f2}.bubble small{display:block;color:#7a878f;font-size:10px;margin-top:4px}.chat-compose{border-top:1px solid var(--line);padding:12px;display:flex;gap:8px}.chat-compose input{flex:1;border:1px solid var(--line);border-radius:999px;padding:11px 14px}.chat-compose button{border:0;background:var(--teal);border-radius:50%;width:44px;height:44px;font-weight:900}.notification-row{display:flex;gap:12px;padding:15px;border-bottom:1px solid var(--line)}.notification-row.unread{background:#f0fffd}.notification-icon{width:40px;height:40px;border-radius:14px;background:#dff9f6;display:grid;place-items:center}.search-hero{max-width:800px;margin:30px auto 20px;padding:0 20px}.search-hero h1{margin:0 0 16px;font-size:32px}.search-form{display:flex;gap:8px}.search-form button{border:0;border-radius:14px;background:var(--teal);padding:0 18px;font-weight:800}.search-results{max-width:800px;margin:auto;padding:0 20px 90px}.modal{position:fixed;inset:0;z-index:500;background:rgba(11,23,29,.55);display:grid;place-items:center;padding:20px;backdrop-filter:blur(5px)}.modal[hidden]{display:none}.modal-card{position:relative;width:min(420px,100%);background:#fff;border-radius:26px;padding:28px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.25)}.modal-close{position:absolute;right:13px;top:10px;border:0;background:transparent;font-size:26px}.modal-logo img{width:56px;margin:auto}.modal-card h2{margin:12px 0 5px}.modal-card p{color:var(--muted)}.modal-actions{display:grid;gap:8px;margin-top:18px}.toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%,20px);background:#142027;color:#fff;padding:11px 16px;border-radius:12px;opacity:0;pointer-events:none;z-index:800;transition:.25s;box-shadow:0 12px 30px rgba(0,0,0,.2)}.toast.show{opacity:1;transform:translate(-50%,0)}.flash{max-width:700px;margin:14px auto 0;padding:12px 16px;border-radius:14px}.flash.success{background:#dff9f3;color:#126b62}.flash.error{background:#ffe3e4;color:#9c3135}.danger{background:#fff0f0!important;color:#a32328!important}.muted{color:var(--muted)}
@media(max-width:900px){.feed-layout{grid-template-columns:1fr}.side-panel{display:none}.desktop-nav{display:none}.mini-profile span{display:none}.profile-hero{grid-template-columns:auto 1fr}.profile-stats{grid-column:1/-1}.auth-wrap{grid-template-columns:1fr}.auth-art{display:none}.profile-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){body{padding-bottom:74px}.topbar-inner{height:58px;padding:0 15px}.brand span{font-size:18px}.top-actions .create-nav,.top-actions .mini-profile,.top-actions>a:first-child:not(.pill){display:none}.top-actions .pill{padding:9px 13px}.page-shell{padding:16px 0 30px}.feed-intro{padding:0 14px;align-items:center}.feed-intro h1{font-size:22px}.feed-intro p{display:none}.feed-tabs{transform:scale(.92);transform-origin:right center}.feed-list{gap:10px}.advice-card{border-left:0;border-right:0;border-radius:0;padding:14px 12px;box-shadow:none;scroll-snap-align:start}.advice-question{font-size:17px}.choice{aspect-ratio:3/4}.choice-label{font-size:12px}.swipe-hint{display:flex}.post-actions{gap:12px}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;height:70px;padding:6px max(7px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-left));background:rgba(255,255,255,.94);border-top:1px solid #e3e9eb;backdrop-filter:blur(16px);z-index:120}.mobile-nav a{display:grid;place-items:center;align-content:center;gap:1px;color:#697781;font-size:20px}.mobile-nav small{font-size:9px}.mobile-create span{width:42px;height:42px;background:var(--teal);color:#073e39;border-radius:50%;display:grid;place-items:center;font-size:26px;margin-top:-18px;box-shadow:0 8px 22px rgba(16,205,191,.35)}.mobile-create small{margin-top:-2px}.form-shell{margin-top:15px;padding:0 12px}.form-card{padding:18px;border-radius:20px}.two-col{grid-template-columns:1fr}.image-picker{min-height:210px}.profile-hero{border-radius:0;padding:22px 16px;grid-template-columns:auto 1fr}.profile-avatar{width:84px;height:84px}.profile-main h1{font-size:24px}.profile-stats{overflow:auto}.profile-grid{grid-template-columns:1fr 1fr}.profile-tile .thumbs{height:125px}.auth-panel{padding:24px 18px}.topbar .bell{display:none}.choices{gap:6px}.chat-shell{padding:0;margin:10px auto 80px}.chat-card{border-radius:0;border-left:0;border-right:0}.bubble{max-width:86%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}


/* Advicer 1.1 — premium authentication experience */
.auth-page{padding:0!important;min-height:100vh;background:#f7faf9;overflow-x:hidden}.auth-page #main{min-height:100vh}.auth-experience{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);background:#fff}.auth-showcase{position:relative;min-height:100dvh;overflow:hidden;padding:clamp(32px,5vw,72px);display:flex;background:radial-gradient(circle at 14% 10%,rgba(255,255,255,.32),transparent 26%),linear-gradient(145deg,#6fd3d0 0%,#56c3c1 47%,#58bdaf 100%);color:#0f3434}.auth-showcase:before,.auth-showcase:after{content:"";position:absolute;border-radius:50%;filter:blur(.2px);pointer-events:none}.auth-showcase:before{width:420px;height:420px;right:-150px;top:16%;background:rgba(255,104,111,.9)}.auth-showcase:after{width:330px;height:330px;left:-145px;bottom:-70px;background:rgba(255,207,79,.78)}.auth-showcase-inner{position:relative;z-index:2;width:min(620px,100%);margin:auto;display:flex;flex-direction:column;gap:clamp(30px,5vh,56px)}.auth-logo{display:inline-flex;align-items:center;gap:12px;width:max-content;font-size:23px;font-weight:900;letter-spacing:-.03em;color:#102d2e}.auth-logo-mark{width:46px;height:46px;border-radius:15px;background:rgba(255,255,255,.92);display:grid;place-items:center;box-shadow:0 14px 30px rgba(20,86,84,.13)}.auth-logo-mark img{width:29px;height:29px}.auth-kicker{display:inline-flex;align-items:center;gap:9px;width:max-content;max-width:100%;padding:8px 13px;border:1px solid rgba(15,52,52,.12);background:rgba(255,255,255,.32);border-radius:999px;font-size:13px;font-weight:800;backdrop-filter:blur(10px)}.auth-kicker i{width:8px;height:8px;border-radius:50%;background:#ff626b;box-shadow:0 0 0 5px rgba(255,98,107,.15)}.auth-promise h1{max-width:650px;margin:17px 0 16px;font-size:clamp(42px,5.2vw,72px);line-height:.98;letter-spacing:-.055em;color:#113334}.auth-promise p{max-width:570px;margin:0;font-size:clamp(16px,1.35vw,19px);line-height:1.65;color:rgba(15,52,52,.73)}.auth-demo{width:min(500px,100%);padding:20px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.7);border-radius:27px;box-shadow:0 28px 70px rgba(25,88,85,.19);backdrop-filter:blur(20px);transform:rotate(-1deg)}.auth-demo-head{display:flex;align-items:center;justify-content:space-between;gap:15px}.demo-user{display:flex;align-items:center;gap:10px}.demo-user>span{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:#d8f5f2;color:#117e78;font-weight:900;font-size:12px}.demo-user b,.demo-user small{display:block}.demo-user b{font-size:14px}.demo-user small{font-size:11px;color:#7a898c}.demo-live{font-size:11px;color:#d85159;font-weight:800;background:#fff0f1;border-radius:999px;padding:7px 10px}.auth-demo h2{font-size:20px;margin:18px 0 12px;letter-spacing:-.025em}.auth-demo-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px}.demo-choice{position:relative;height:155px;border-radius:20px;padding:14px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;font-weight:800}.demo-choice:before,.demo-choice:after{content:"";position:absolute;border-radius:30px;opacity:.94}.demo-choice-a{background:linear-gradient(145deg,#f2dec7,#e8c49e)}.demo-choice-a:before{width:72px;height:122px;left:50%;bottom:-13px;transform:translateX(-50%);background:#704b34;border-radius:44px 44px 17px 17px}.demo-choice-a:after{width:40px;height:40px;left:50%;top:22px;transform:translateX(-50%);background:#c08e6d;border-radius:50%}.demo-choice-b{background:linear-gradient(145deg,#dfeaf1,#b9d0da)}.demo-choice-b:before{width:76px;height:121px;left:50%;bottom:-12px;transform:translateX(-50%);background:#3b566b;border-radius:44px 44px 17px 17px}.demo-choice-b:after{width:40px;height:40px;left:50%;top:22px;transform:translateX(-50%);background:#b77758;border-radius:50%}.demo-choice span,.demo-choice b{position:relative;z-index:2;width:max-content;padding:4px 8px;border-radius:8px;background:rgba(255,255,255,.9)}.demo-choice b{position:absolute;right:10px;top:10px;font-size:17px}.demo-progress{height:7px;margin-top:14px;border-radius:999px;background:#e5eaeb;overflow:hidden}.demo-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#11cdbf,#6adcd2)}.demo-tip{display:block;margin-top:11px;color:#718085}.auth-trust-row{display:flex;flex-wrap:wrap;gap:10px 18px;font-size:12px;font-weight:750;color:rgba(15,52,52,.66)}.auth-login-panel{min-height:100dvh;display:grid;place-items:center;padding:clamp(28px,5vw,70px);background:radial-gradient(circle at 85% 5%,rgba(16,205,191,.08),transparent 25%),#fff}.auth-mobile-brand{display:none}.auth-login-card{width:min(460px,100%);margin:auto}.auth-card-header{margin-bottom:28px}.secure-badge{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;padding:7px 10px;border-radius:999px;background:#e9fbf8;color:#0b7d76;font-weight:850;font-size:11px;letter-spacing:.015em}.auth-card-header h2{margin:0;font-size:clamp(32px,3.2vw,43px);line-height:1.05;letter-spacing:-.045em;color:#16262c}.auth-card-header p{margin:11px 0 0;color:#6c7a82;font-size:15px;line-height:1.6}.auth-error{display:flex;align-items:flex-start;gap:10px;margin:0 0 20px;padding:12px 14px;border-radius:15px;background:#fff0f1;border:1px solid #ffd7d9;color:#922f35}.auth-error>span{flex:0 0 23px;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#ff6b70;color:#fff;font-weight:900;font-size:12px}.auth-error p{margin:1px 0 0;font-size:13px;font-weight:700}.auth-field{margin-top:17px}.auth-field label{display:block;margin-bottom:8px;font-size:13px;font-weight:800;color:#32434a}.auth-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.auth-label-row label{margin-bottom:8px}.auth-helper{font-size:10px;color:#92a0a7}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-wrap input{width:100%;height:56px;border:1px solid #dce5e6;border-radius:16px;background:#fbfdfd;padding:0 48px 0 48px;color:#17252b;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.auth-input-wrap input::placeholder{color:#a4afb4}.auth-input-wrap input:hover{border-color:#c7d5d7}.auth-input-wrap input:focus{background:#fff;border-color:#11cdbf;box-shadow:0 0 0 4px rgba(17,205,191,.12)}.auth-input-icon{position:absolute;left:17px;z-index:2;color:#21a99f;font-weight:900;font-size:16px}.auth-lock{font-size:9px;width:14px;height:14px;border:2px solid #21a99f;border-radius:4px 4px 5px 5px;display:grid;place-items:center;color:transparent}.auth-lock:before{content:"";position:absolute;width:8px;height:7px;border:2px solid #21a99f;border-bottom:0;border-radius:8px 8px 0 0;top:15px;left:20px}.password-toggle{position:absolute;right:9px;width:39px;height:39px;border:0;border-radius:12px;background:transparent;color:#718087;display:grid;place-items:center;font-size:17px}.password-toggle:hover,.password-toggle:focus-visible{background:#eef9f7;color:#0f8d84;outline:none}.password-toggle.is-visible{color:#0c9a91;background:#e8faf7}.auth-submit{position:relative;width:100%;min-height:57px;margin-top:24px;border:0;border-radius:17px;padding:0 20px;background:linear-gradient(135deg,#12cfc1,#39d9cc);color:#063e3a;font-weight:900;box-shadow:0 13px 30px rgba(16,205,191,.24);display:flex;align-items:center;justify-content:center;gap:11px;transition:transform .16s,box-shadow .16s,filter .16s}.auth-submit:hover{transform:translateY(-1px);box-shadow:0 16px 35px rgba(16,205,191,.31);filter:saturate(1.05)}.auth-submit:active{transform:translateY(1px)}.auth-submit:disabled{cursor:wait;opacity:.82}.auth-submit-arrow{font-size:22px;line-height:1;transition:transform .18s}.auth-submit:hover .auth-submit-arrow{transform:translateX(3px)}.auth-submit-spinner{display:none;width:20px;height:20px;border:2px solid rgba(6,62,58,.22);border-top-color:#063e3a;border-radius:50%;animation:auth-spin .7s linear infinite}.auth-login-card.is-submitting .auth-submit-label,.auth-login-card.is-submitting .auth-submit-arrow{display:none}.auth-login-card.is-submitting .auth-submit-spinner{display:block}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-divider{position:relative;margin:24px 0;text-align:center;color:#a1adb2;font-size:11px}.auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e9edef}.auth-divider span{position:relative;background:#fff;padding:0 11px}.auth-secondary-btn{width:100%;min-height:54px;border:1px solid #dce5e6;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;color:#293a42;font-weight:850;font-size:14px;transition:.17s}.auth-secondary-btn:hover{border-color:#afcecb;background:#f8fcfb;transform:translateY(-1px)}.auth-guest-link{display:block;text-align:center;margin-top:17px;color:#0b8f86;font-size:13px;font-weight:800}.auth-guest-link:hover{text-decoration:underline}.auth-legal{max-width:390px;margin:26px auto 0;text-align:center;color:#94a0a6;font-size:10.5px;line-height:1.65}.auth-legal a{text-decoration:underline;text-underline-offset:2px}.auth-page .flash{position:fixed;z-index:1000;top:12px;left:50%;transform:translateX(-50%);width:min(620px,calc(100% - 24px));margin:0;box-shadow:0 12px 28px rgba(0,0,0,.12)}
@media(max-width:980px){.auth-experience{grid-template-columns:1fr}.auth-showcase{display:none}.auth-login-panel{padding:28px 22px 44px;align-content:center}.auth-mobile-brand{display:block;width:min(460px,100%);margin:0 auto 42px}.auth-mobile-brand .auth-logo{font-size:21px}.auth-mobile-brand .auth-logo-mark{width:42px;height:42px}.auth-card-header h2{font-size:38px}}
@media(max-width:540px){.auth-login-panel{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:22px 18px calc(30px + env(safe-area-inset-bottom))}.auth-mobile-brand{margin:0 0 34px}.auth-login-card{margin:0}.auth-card-header{margin-bottom:22px}.auth-card-header h2{font-size:34px}.auth-card-header p{font-size:14px}.auth-label-row{align-items:center}.auth-helper{display:none}.auth-input-wrap input{height:54px}.auth-submit{min-height:55px}.auth-legal{margin-top:22px}}
@media(prefers-reduced-motion:reduce){.auth-submit,.auth-submit-arrow,.auth-input-wrap input,.auth-secondary-btn{transition:none}.auth-submit-spinner{animation-duration:1.2s}}

.auth-register-panel{padding-top:34px;padding-bottom:34px}.auth-register-card{width:min(560px,100%)}.auth-register-card .auth-card-header{margin-bottom:20px}.auth-register-card .auth-field{margin-top:13px}.auth-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-register-card .auth-input-wrap input{height:52px}.auth-register-card .auth-submit{margin-top:18px}.auth-register-card .auth-divider{margin:18px 0}.auth-register-card .auth-legal{margin-top:19px}.register-demo-top{display:flex;align-items:center;gap:10px}.register-demo-top b,.register-demo-top small{display:block}.register-demo-top small{font-size:11px;color:#7a898c}.register-demo-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#ffdadc;color:#b63f46;font-weight:900}.password-strength{display:flex;align-items:center;gap:5px;margin-top:11px;color:#86949a;font-size:10px}.password-strength i{width:27px;height:4px;border-radius:999px;background:#e0e6e7;transition:.2s}.password-strength span{margin-left:4px}.password-strength[data-score="1"] i:nth-child(-n+1){background:#ff7378}.password-strength[data-score="2"] i:nth-child(-n+2){background:#f2ba48}.password-strength[data-score="3"] i:nth-child(-n+3){background:#58c5a3}.password-strength[data-score="4"] i:nth-child(-n+4){background:#13cdbf}.auth-error-list div{display:grid;gap:3px}.auth-error-list p{margin:0}
@media(max-width:1180px){.auth-register-experience{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr)}.auth-register-experience .auth-promise h1{font-size:clamp(38px,4.2vw,58px)}}
@media(max-width:980px){.auth-register-card{width:min(560px,100%)}.auth-register-panel{padding:28px 22px 44px}.auth-register-panel .auth-mobile-brand{width:min(560px,100%)}}
@media(max-width:620px){.auth-fields-grid{grid-template-columns:1fr;gap:0}.auth-register-panel{justify-content:flex-start;padding-top:22px}.auth-register-panel .auth-mobile-brand{margin-bottom:26px}.password-strength i{flex:1}.auth-register-card .auth-card-header h2{font-size:32px}}


/* ===== Advicer v1.2 social / friendship / 24h experience ===== */
.eyebrow{display:block;margin-bottom:6px;color:var(--teal-dark);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.settings-title,.social-hero,.discover-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.settings-title h1,.social-hero h1,.discover-hero h1{margin:0 0 6px}.settings-title p,.social-hero p,.discover-hero p{margin:0;color:var(--muted);max-width:650px}.nav-count{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:5px;padding:0 5px;border-radius:999px;background:var(--coral);color:#fff;font-size:10px}.avatar-wrap{position:relative;display:inline-flex;flex:0 0 auto}.avatar-wrap>img{width:44px;height:44px;border-radius:50%;object-fit:cover}.presence{position:absolute;right:0;bottom:1px;width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:#a9b3b9}.presence.online{background:#29c46d}.pill.pending{background:#fff4dc;color:#8a5b00}.count-badge{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 7px;margin-left:6px;border-radius:999px;background:#e9fbf9;color:#087d76;font-size:12px}.mini-action{border:0;border-radius:999px;background:#eef2f3;color:#42515a;padding:8px 11px;font-weight:750}.field small,.field-help{color:var(--muted);font-size:12px}.field-help{margin:8px 0 2px}.duration-card{display:flex;align-items:flex-start;gap:12px;padding:14px 15px;border:1px solid #d9e6e8;border-radius:16px;background:#f7fbfb}.duration-card>span{font-size:22px}.duration-card b,.duration-card small{display:block}.duration-card small{margin-top:4px;color:var(--muted);line-height:1.45}.publish-options{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.35fr);gap:14px;align-items:end}.create-heading{margin-bottom:18px}.choice-editor{margin-top:6px}

/* Profile: dating/social style with 3-photo gallery */
.profile-premium{display:grid;grid-template-columns:minmax(280px,390px) minmax(0,1fr);gap:30px;align-items:stretch;padding:24px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(145deg,#e8fbf9 0,#fff 48%,#fff6ef 100%);box-shadow:0 18px 50px rgba(28,41,50,.07)}.profile-gallery{min-width:0}.profile-gallery-main{position:relative;aspect-ratio:4/5;border-radius:26px;overflow:hidden;background:#e8eff0}.profile-gallery-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.02);transition:opacity .28s ease,transform .35s ease}.profile-gallery-image.active{opacity:1;transform:scale(1)}.profile-presence{position:absolute;left:14px;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(23,33,43,.76);color:#fff;font-size:11px;font-weight:800;backdrop-filter:blur(8px)}.profile-presence.online:before{content:"";display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:#36d37e}.profile-gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:9px}.profile-gallery-thumbs button{border:2px solid transparent;padding:0;border-radius:13px;overflow:hidden;background:#e9eef0;aspect-ratio:1/1}.profile-gallery-thumbs button.active{border-color:var(--teal)}.profile-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.profile-details{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:8px}.profile-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.profile-name-row h1{font-size:38px;line-height:1.05;margin:0}.profile-name-row .handle{margin:7px 0 0;color:var(--muted)}.icon-settings{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line)}.profile-bio{margin:20px 0;color:#46565f;font-size:15px;line-height:1.65;white-space:pre-line}.profile-premium .profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.profile-premium .stat{min-width:0;background:rgba(255,255,255,.82)}.profile-premium .profile-actions{display:flex;flex-wrap:wrap;margin-top:18px}.profile-premium .profile-actions form{display:inline-flex}.friend-gate-note{margin:12px 0 0;color:var(--muted);font-size:12px}.profile-post-head{align-items:end}.archive-explainer{max-width:420px;color:var(--muted);font-size:12px;text-align:right}.profile-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.profile-post-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 7px 24px rgba(28,41,50,.045)}.profile-post-link{display:block}.profile-post-card .thumbs{position:relative;display:grid;grid-template-columns:1fr 1fr;aspect-ratio:16/10;overflow:hidden}.profile-post-card .thumbs img{width:100%;height:100%;object-fit:cover}.post-state{position:absolute;left:9px;top:9px;padding:5px 8px;border-radius:999px;background:rgba(23,33,43,.76);color:#fff;font-size:10px;font-weight:850;backdrop-filter:blur(7px)}.post-state.live{background:rgba(16,157,119,.88)}.profile-post-copy{padding:13px 13px 12px}.profile-post-copy h3{margin:0 0 8px;font-size:14px;line-height:1.35}.profile-post-copy p{display:flex;flex-wrap:wrap;gap:7px 12px;margin:0;color:var(--muted);font-size:11px}.profile-delete-form{padding:0 12px 12px}.profile-delete-form button{width:100%;border:0;border-radius:11px;padding:9px;background:#fff0f0;color:#ad3035;font-size:12px;font-weight:800}

/* Three profile photos editor */
.profile-photo-editor{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0 4px}.profile-photo-slot{display:grid;gap:7px;cursor:pointer}.photo-slot-label{font-size:12px;font-weight:800}.photo-preview{position:relative;display:grid;place-items:center;aspect-ratio:4/5;border:2px dashed #d2dcdf;border-radius:18px;overflow:hidden;background:#f5f8f8;color:#708088}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-preview b{font-size:28px}.photo-preview small{display:block}.profile-photo-slot>input[type=file]{font-size:11px;max-width:100%}.remove-photo{display:flex;align-items:center;gap:5px;color:#9d3b3f;font-size:11px}.remove-photo input{width:auto}.settings-shell{max-width:900px}.profile-edit-form{padding-bottom:4px}

/* Discovery/member cards */
.discover-page,.friends-page{padding-top:28px}.discover-hero,.social-hero{padding:26px 28px;margin-bottom:28px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#e6fbf8,#fff5eb)}.discover-hero .search-form{width:min(420px,45%);flex:0 0 auto}.discover-member-grid,.member-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.discover-card,.member-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 7px 26px rgba(28,41,50,.045)}.discover-photo{position:relative;display:block;aspect-ratio:4/4.6;overflow:hidden;background:#e9eff0}.discover-photo>img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.discover-card:hover .discover-photo>img{transform:scale(1.025)}.discover-photo .presence{right:12px;bottom:14px;width:14px;height:14px}.discover-online{position:absolute;left:10px;bottom:10px;padding:5px 8px;border-radius:999px;background:rgba(17,27,34,.72);color:#fff;font-size:10px;font-weight:800;backdrop-filter:blur(6px)}.discover-copy{padding:13px 13px 8px;flex:1}.discover-copy h3{margin:0;font-size:16px}.discover-copy small{color:var(--muted)}.discover-copy p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:37px;margin:9px 0 0;color:#55656e;font-size:12px}.discover-actions{display:flex;gap:7px;padding:0 12px 12px}.discover-actions>*{flex:1}.discover-actions form{display:flex}.discover-actions .pill{width:100%;padding:9px 11px;font-size:11px}.social-section{margin-top:28px}.member-card.compact{display:grid;grid-template-columns:76px minmax(0,1fr);grid-template-rows:auto auto;padding:14px;gap:10px 12px}.member-card.compact .member-photo{position:relative;grid-row:1/3;width:76px;height:92px;border-radius:16px;overflow:hidden;background:#e9eff0}.member-photo img{width:100%;height:100%;object-fit:cover}.member-photo .presence{right:5px;bottom:5px}.member-copy{min-width:0}.member-copy h3{margin:0;font-size:15px}.member-copy small{color:var(--muted);font-size:11px}.member-copy p{margin:7px 0 0;color:#5b6972;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-actions{display:flex;align-items:end;gap:7px}.member-actions.two{grid-column:2}.member-actions form{display:flex;flex:1}.member-actions .pill{width:100%;padding:9px 11px;font-size:11px}

/* Messages and chat */
.messages-page{max-width:820px}.conversation-list{display:grid;gap:4px}.conversation-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;transition:background .18s}.conversation-row:hover{background:#f5f9f9}.conversation-row .grow{min-width:0;flex:1}.conversation-line{display:flex;align-items:center;justify-content:space-between;gap:8px}.conversation-line small{color:var(--muted);font-size:10px}.conversation-preview{display:block;margin-top:3px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-count{min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:grid;place-items:center;background:var(--coral);color:#fff;font-size:10px;font-weight:900}.chat-person{display:flex;align-items:center;gap:10px;min-width:0}.chat-person>span:last-child{display:grid}.chat-person small{color:var(--muted)}.chat-head{justify-content:flex-start}.chat-head .friend-lock{margin-left:auto;padding:6px 9px;border-radius:999px;background:#eff8f7;color:#47706c;font-size:10px;font-weight:800}.chat-head .avatar-wrap img{width:42px;height:42px}.chat-head .presence{width:11px;height:11px}

/* Comments */
.comments-card{margin-top:18px}.comments-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:8px}.comments-heading h2{margin:0}.comments-heading p{margin:0;color:var(--muted);font-size:12px}.comments-list{display:grid}.comment{align-items:flex-start}.comment>a>img{width:40px;height:40px;border-radius:50%;object-fit:cover}.comment>div{min-width:0;flex:1}.comment-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.comment-meta small{font-size:10px}.comment-compose{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:9px;padding-top:16px;margin-top:8px;border-top:1px solid var(--line)}.comment-compose>img{width:38px;height:38px;border-radius:50%;object-fit:cover}.comment-compose textarea{min-height:44px;max-height:140px;resize:vertical;border:1px solid #dce2e5;border-radius:14px;padding:11px 12px}.comment-compose .form-submit{width:auto;margin:0;padding:12px 16px}.notification-list .notification-row{align-items:center}.notification-list .avatar{width:38px;height:38px}

/* Mobile social nav */
.mobile-nav .mobile-count{position:absolute;top:-2px;right:8px;min-width:15px;height:15px;padding:0 3px;border-radius:999px;background:var(--coral);color:#fff;font-size:8px}.mobile-nav a>span{position:relative}

@media(max-width:1050px){.discover-member-grid{grid-template-columns:repeat(3,1fr)}.member-grid{grid-template-columns:repeat(2,1fr)}.profile-post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.profile-premium{grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:20px;padding:18px}.profile-name-row h1{font-size:30px}.discover-hero,.social-hero{flex-direction:column}.discover-hero .search-form{width:100%}.profile-photo-editor{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){
  body{padding-bottom:78px}.mobile-nav{grid-template-columns:repeat(6,1fr);height:72px;padding-left:4px;padding-right:4px}.mobile-nav a{font-size:18px}.mobile-nav small{font-size:8px}.mobile-create span{width:38px;height:38px;font-size:23px;margin-top:-15px}
  .profile-page{padding-top:0}.profile-premium{display:block;padding:0;border:0;border-radius:0;box-shadow:none;background:#fff}.profile-gallery-main{border-radius:0;aspect-ratio:4/4.6}.profile-gallery-thumbs{padding:0 12px}.profile-details{padding:20px 16px}.profile-name-row h1{font-size:29px}.profile-premium .profile-stats{grid-template-columns:repeat(3,minmax(86px,1fr));overflow:auto}.profile-premium .profile-actions{display:grid;grid-template-columns:1fr 1fr}.profile-premium .profile-actions>*{width:100%}.profile-premium .profile-actions form .pill,.profile-premium .profile-actions>a{width:100%}.profile-post-head{padding:0 14px}.archive-explainer{display:none}.profile-post-grid{grid-template-columns:1fr 1fr;padding:0 10px;gap:8px}.profile-post-copy p span:nth-child(3){display:none}.profile-delete-form{padding:0 8px 8px}
  .discover-page,.friends-page{padding:0 0 30px}.discover-hero,.social-hero{border-radius:0;border-left:0;border-right:0;padding:20px 14px;margin-bottom:18px}.discover-hero h1,.social-hero h1{font-size:25px}.discover-member-grid{grid-template-columns:1fr 1fr;padding:0 10px;gap:8px}.discover-card{border-radius:17px}.discover-copy{padding:10px 10px 7px}.discover-copy h3{font-size:14px}.discover-copy p{font-size:10px;min-height:30px}.discover-actions{padding:0 8px 9px;gap:5px;flex-direction:column}.discover-actions .pill{font-size:10px;padding:8px}.friends-page .social-section{padding:0 10px}.member-grid{grid-template-columns:1fr}.member-card.compact{grid-template-columns:66px minmax(0,1fr)}.member-card.compact .member-photo{width:66px;height:82px}
  .profile-photo-editor{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.profile-photo-slot>input[type=file]{font-size:9px}.photo-slot-label{font-size:10px}.remove-photo{font-size:9px}.publish-options{grid-template-columns:1fr}.comments-heading{display:block}.comments-heading p{margin-top:4px}.comment-compose{grid-template-columns:minmax(0,1fr) auto}.comment-compose>img{display:none}.conversation-row{padding:10px 5px}.chat-head .friend-lock{display:none}
}
@media(max-width:390px){.mobile-nav small{font-size:7px}.mobile-nav a{font-size:17px}.discover-member-grid{grid-template-columns:1fr}.profile-post-grid{grid-template-columns:1fr}.profile-photo-editor{grid-template-columns:1fr}.photo-preview{aspect-ratio:16/8}.profile-premium .profile-actions{grid-template-columns:1fr}}


.auth-field-help{display:block;margin:7px 2px 0;color:var(--muted,#6b7280);font-size:.78rem;line-height:1.45}
.auth-input-wrap input[type=date]{min-height:48px;color:inherit}

/* ===== Advicer v1.3 — fluid motion, focus scroll & SEO landing content ===== */
:root{--nav-dark:#0e1519;--nav-text:#dce7e8;--focus-ease:cubic-bezier(.2,.75,.22,1)}
.topbar,.desktop-nav a,.create-nav,.mini-profile,.bell{transition:transform .22s var(--focus-ease),background .22s ease,color .22s ease,box-shadow .22s ease}
.desktop-nav a:hover{transform:translateY(-1px)}
.create-nav:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(16,205,191,.22)}
.bell:hover{transform:translateY(-1px);background:#e8fbf9}
.advice-question a{display:inline;color:inherit;text-decoration:none}
.advice-card{scroll-margin-top:100px;transition:opacity .42s var(--focus-ease),scale .42s var(--focus-ease),box-shadow .3s ease,transform .25s ease,filter .42s ease}
.advice-card.focus-ready{opacity:.76;scale:.985;filter:saturate(.9)}
.advice-card.focus-ready.is-focus{opacity:1;scale:1;filter:saturate(1);box-shadow:0 18px 45px rgba(28,41,50,.12)}
.advice-card.dragging{opacity:1!important;scale:1!important;filter:none!important}
.choice.selected .choice-pct{animation:choice-pop .36s var(--focus-ease)}
@keyframes choice-pop{0%{scale:.75}65%{scale:1.13}100%{scale:1}}
.feed-gesture-note{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:11px 13px;border:1px solid #d9eeee;border-radius:17px;background:linear-gradient(135deg,#effcfb,#fff);color:#41525a}
.feed-gesture-note .gesture-dot{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#daf8f5;color:#0a7f78;font-size:19px;font-weight:900}
.feed-gesture-note div{display:grid;gap:1px}.feed-gesture-note b{font-size:12px}.feed-gesture-note small{font-size:11px;color:#78868e}
.panel-accent{background:radial-gradient(circle at 105% -10%,rgba(255,107,112,.2),transparent 38%),linear-gradient(145deg,#eafbf9,#fff);border-color:#d4eeeb}
.seo-home{margin:70px 0 10px;padding:38px;border:1px solid var(--line);border-radius:32px;background:linear-gradient(145deg,#ffffff,#f3fbfa);box-shadow:0 12px 40px rgba(25,45,53,.05)}
.seo-home-heading{max-width:760px}.seo-home-heading h2{margin:0;font-size:clamp(26px,3.5vw,40px);letter-spacing:-.035em}.seo-home-heading p{margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.7}
.seo-feature-grid,.seo-faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.seo-feature-grid article,.seo-faq-grid article{border:1px solid #e1eaec;border-radius:21px;background:rgba(255,255,255,.9);padding:20px}.seo-feature-grid article>span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:18px;border-radius:50%;background:#daf9f6;color:#0b8179;font-size:11px;font-weight:900}.seo-home h3{margin:0 0 8px;font-size:16px}.seo-home article p{margin:0;color:#697780;font-size:13px;line-height:1.65}.seo-faq-grid{margin-top:14px}.seo-faq-grid article{background:#fbfdfd}
.auth-login-card{transition:transform .35s var(--focus-ease),box-shadow .35s ease}.auth-login-card:focus-within{transform:translateY(-2px);box-shadow:0 30px 80px rgba(17,34,40,.12)}
.auth-submit{overflow:hidden}.auth-submit:before{content:"";position:absolute;inset:-80% auto -80% -25%;width:28%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:skewX(-18deg) translateX(-180%);transition:transform .55s ease}.auth-submit:hover:before{transform:skewX(-18deg) translateX(620%)}

@media(max-width:900px){.seo-feature-grid,.seo-faq-grid{grid-template-columns:1fr 1fr}.seo-faq-grid article:last-child{grid-column:1/-1}}
@media(max-width:650px){
  body{padding-bottom:98px}
  .feed-intro{align-items:flex-start}.feed-intro h1{font-size:27px;line-height:1.08}.feed-gesture-note{margin-left:2px;margin-right:2px}
  .advice-card.focus-ready{opacity:.86;scale:.994;filter:saturate(.96)}.advice-card.focus-ready.is-focus{opacity:1;scale:1;filter:none;box-shadow:0 13px 34px rgba(28,41,50,.11)}
  .mobile-nav.liquid-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;z-index:500;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));height:68px;padding:6px 7px;border:1px solid rgba(255,255,255,.09);border-radius:23px;background:rgba(12,19,23,.94);box-shadow:0 16px 38px rgba(0,0,0,.27);backdrop-filter:blur(22px);overflow:visible}
  .mobile-nav.liquid-nav a{position:relative;display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#c7d2d5;font-size:18px;font-weight:700;transition:transform .42s cubic-bezier(.75,-.35,.2,1.35),color .2s ease}
  .mobile-nav.liquid-nav a>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;transition:width .36s var(--focus-ease),height .36s var(--focus-ease),background .3s ease,color .3s ease,box-shadow .3s ease,border .3s ease}
  .mobile-nav.liquid-nav small{font-size:8px;line-height:1;color:#aab7bb;transition:color .2s ease,opacity .2s ease}
  .mobile-nav.liquid-nav a.active{transform:translateY(-14px);color:#062f2c}
  .mobile-nav.liquid-nav a.active>span{width:51px;height:51px;border:6px solid #f6f8fa;background:var(--teal);box-shadow:0 10px 24px rgba(16,205,191,.35);font-size:21px}
  .mobile-nav.liquid-nav a.active small{color:#e9f1f2;font-weight:850;transform:translateY(8px)}
  .mobile-nav.liquid-nav .mobile-create>span{width:48px;height:48px;margin:0;border:5px solid #f6f8fa;background:#fff;color:#121a1e;box-shadow:0 8px 20px rgba(0,0,0,.18);font-size:26px}
  .mobile-nav.liquid-nav .mobile-create{transform:translateY(-13px)}
  .mobile-nav.liquid-nav .mobile-create small{transform:translateY(7px)}
  .mobile-nav.liquid-nav .mobile-create.active>span{background:var(--coral);color:#fff;box-shadow:0 10px 24px rgba(255,107,112,.32)}
  .mobile-nav .mobile-count{top:-4px;right:-2px;border:2px solid var(--nav-dark)}
  .seo-home{margin:42px 0 0;padding:24px 16px;border-radius:24px}.seo-feature-grid,.seo-faq-grid{grid-template-columns:1fr;gap:10px}.seo-faq-grid article:last-child{grid-column:auto}.seo-feature-grid article,.seo-faq-grid article{padding:17px}
}
@media(max-width:390px){.mobile-nav.liquid-nav{left:7px;right:7px}.mobile-nav.liquid-nav small{font-size:7px}.mobile-nav.liquid-nav a.active>span{width:48px;height:48px}.seo-home-heading h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.advice-card,.mobile-nav.liquid-nav a,.mobile-nav.liquid-nav a>span,.auth-login-card,.auth-submit:before{transition:none!important;animation:none!important}.advice-card.focus-ready{opacity:1;scale:1;filter:none}.auth-login-card:focus-within{transform:none}}

.site-footer{border-top:1px solid var(--line);background:rgba(255,255,255,.72)}.site-footer-inner{max-width:1180px;margin:auto;min-height:92px;padding:22px 24px;display:flex;align-items:center;gap:28px}.footer-brand{display:flex;align-items:center;gap:8px}.site-footer nav{display:flex;gap:18px;color:#5d6b74;font-size:12px;font-weight:750}.site-footer nav a:hover{color:var(--teal-dark)}.site-footer small{margin-left:auto;color:#87939a}
.how-page{max-width:1080px}.how-hero{padding:48px;border:1px solid #dcebec;border-radius:34px;background:radial-gradient(circle at 100% 0,rgba(255,107,112,.14),transparent 34%),linear-gradient(140deg,#e6fbf8,#fff8ef)}.how-hero h1{max-width:800px;margin:0;font-size:clamp(34px,5vw,58px);line-height:1.02;letter-spacing:-.05em}.how-hero p{max-width:730px;margin:17px 0 0;color:#5f7079;font-size:17px;line-height:1.7}.how-actions{display:flex;gap:10px;margin-top:24px}.how-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.how-steps article{padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff}.how-steps article>b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#def9f6;color:#087d76}.how-steps h2{margin:17px 0 8px;font-size:20px}.how-steps p,.how-social p,.how-age p{margin:0;color:var(--muted);line-height:1.7}.how-social{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:center;margin-top:22px;padding:30px;border-radius:28px;background:#10191d;color:#edf4f5}.how-social p{color:#aebbc0}.how-social h2{margin:0 0 8px;font-size:28px}.how-social-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:18px;border:1px solid #2c3a40;border-radius:21px;background:#151f24}.how-social-card span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#203235;color:#65ded4}.how-social-card i{color:#63747b}.how-social-card b{font-size:12px}.how-age{margin-top:22px;padding:24px;border:1px solid #ffe1c4;border-radius:24px;background:#fff8ee}.how-age h2{margin:0 0 8px;font-size:20px}
@media(max-width:650px){.site-footer{margin-bottom:0}.site-footer-inner{display:grid;gap:12px;padding:24px 18px 112px}.site-footer nav{flex-wrap:wrap;gap:12px 16px}.site-footer small{margin-left:0}.how-page{padding-left:12px;padding-right:12px}.how-hero{padding:28px 20px;border-radius:25px}.how-hero p{font-size:15px}.how-actions{flex-direction:column}.how-steps{grid-template-columns:1fr}.how-social{grid-template-columns:1fr;padding:22px 17px}.how-social-card{grid-template-columns:auto 1fr auto}.how-age{padding:20px}}


/* =========================================================
   ADVICER v1.4.0 — visual system inspired by original mockups
   ========================================================= */
:root{
  --adv-teal:#0c8f8b;--adv-teal-2:#11aaa4;--adv-teal-3:#dff7f4;
  --adv-coral:#ef6064;--adv-coral-dark:#da4d52;--adv-yellow:#e7ad27;--adv-green:#3e9b69;
  --adv-ink:#12212b;--adv-muted:#6f7d86;--adv-paper:#f8faf9;--adv-white:#fff;
  --adv-line:#e4eceb;--adv-shadow:0 18px 45px rgba(28,54,58,.10);--adv-radius:22px;
}
html{background:#f5f7f6}body{background:#f5f7f6;color:var(--adv-ink);color-scheme:light}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:var(--adv-teal)}.eyebrow.light{color:#d8fffb}.pill.primary,.form-submit{background:var(--adv-teal);color:#fff}.pill.coral{background:var(--adv-coral);color:#fff}.pill.ghost{background:#f0f4f3;color:#314047;border:1px solid #e2e9e8}.flash{max-width:900px;margin:12px auto;padding:12px 16px;border-radius:14px;font-weight:700}.flash.success{background:#e2f8ef;color:#146543}.flash.error,.error{background:#fff0f0;color:#b44044;border:1px solid #ffd0d2}

/* Global header */
.topbar{background:rgba(255,255,255,.94);border-bottom:1px solid #e8eeed;backdrop-filter:blur(18px)}
.topbar-inner{max-width:1380px;height:72px;padding:0 22px;gap:22px}.brand{font-size:21px;letter-spacing:-.02em}.brand-mark{width:38px;height:38px;border-radius:50%;background:#e7faf8;display:grid;place-items:center}.brand-mark img{width:31px;height:31px}.desktop-nav{gap:4px}.desktop-nav a{padding:10px 12px;border-radius:12px;font-size:13px}.desktop-nav a.active{background:#e8f8f6;color:#087a76}.global-search{margin-left:auto;display:flex;align-items:center;gap:8px;width:min(320px,24vw);height:42px;border:1px solid #e2e9e8;background:#f7f9f8;border-radius:999px;padding:0 14px;color:#849097}.global-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#26343a;font-size:13px}.top-actions{margin-left:0}.create-nav{background:var(--adv-coral);color:#fff!important;padding:11px 16px;box-shadow:0 8px 20px rgba(239,96,100,.18)}.create-nav:hover{box-shadow:0 12px 26px rgba(239,96,100,.25)}.bell{background:#f4f7f6}.mini-profile{font-size:13px}.login-link{font-size:13px}

/* Home / desktop dashboard */
.home-stage{position:relative;overflow:hidden}.home-ribbon{position:absolute;left:-160px;top:100px;width:420px;height:430px;pointer-events:none;opacity:.95}.home-ribbon i,.home-ribbon b,.home-ribbon em{position:absolute;display:block;border-radius:45% 55% 62% 38%/55% 40% 60% 45%;transform:rotate(-18deg)}.home-ribbon i{width:330px;height:190px;background:var(--adv-teal);left:0;top:0}.home-ribbon b{width:280px;height:85px;background:var(--adv-yellow);left:95px;top:185px}.home-ribbon em{width:310px;height:150px;background:var(--adv-green);left:25px;top:250px}.home-shell{max-width:1380px;padding-top:24px}.home-grid{display:grid;grid-template-columns:235px minmax(0,720px) 280px;gap:24px;align-items:start}.home-left,.home-right{position:sticky;top:96px;display:grid;gap:15px}.home-brand-card{position:relative;overflow:hidden;min-height:300px;padding:25px 22px;border-radius:28px;background:linear-gradient(150deg,#0b8b87,#0b7877);color:#fff;box-shadow:0 16px 38px rgba(10,111,107,.18)}.home-brand-card h1{position:relative;z-index:2;margin:8px 0 12px;font-size:30px;line-height:1.05;letter-spacing:-.05em}.home-brand-card mark{background:none;color:var(--adv-yellow)}.home-brand-card p{position:relative;z-index:2;margin:0 0 18px;color:#dcf5f2;font-size:13px;line-height:1.55}.hero-cta{position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;background:var(--adv-coral);color:#fff;padding:11px 15px;border-radius:999px;font-size:12px;font-weight:900;box-shadow:0 10px 22px rgba(0,0,0,.12)}.brand-wave span,.brand-wave i,.brand-wave b{position:absolute;border-radius:50%}.brand-wave span{width:210px;height:90px;background:var(--adv-yellow);right:-70px;bottom:52px;transform:rotate(-22deg)}.brand-wave i{width:210px;height:105px;background:var(--adv-green);right:-45px;bottom:-42px;transform:rotate(12deg)}.brand-wave b{width:135px;height:140px;background:var(--adv-coral);right:-52px;top:110px}.home-menu{display:grid;padding:9px;background:#fff;border:1px solid var(--adv-line);border-radius:20px;box-shadow:0 10px 28px rgba(28,54,58,.05)}.home-menu a{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:10px 11px;border-radius:13px;color:#5c6a72;font-size:13px}.home-menu a:hover,.home-menu a.active{background:#e9f8f6;color:#0b7f7a}.home-menu a span{font-size:17px}.home-menu a b{font-weight:800}.home-menu a small{display:grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:var(--adv-coral);color:#fff;font-size:10px}.help-mini{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid var(--adv-line);border-radius:18px;background:#fff}.help-mini>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff1e9;color:var(--adv-coral);font-weight:900}.help-mini div{display:grid}.help-mini b{font-size:12px}.help-mini small{font-size:10px;color:#849097}.v14-feed-intro{align-items:flex-end}.v14-feed-intro h2{margin:3px 0 2px;font-size:28px;letter-spacing:-.035em}.right-card{padding:18px;border-radius:20px;background:#fff;border:1px solid var(--adv-line);box-shadow:0 10px 26px rgba(28,54,58,.05)}.right-card h3{margin:5px 0 8px;font-size:17px;line-height:1.2}.right-card p{margin:0;color:var(--adv-muted);font-size:12px;line-height:1.6}.right-card .pill{width:100%;margin-top:14px;padding:11px}.decision-card{background:linear-gradient(145deg,#fff,#f3fbfa)}.right-card-title{display:flex;justify-content:space-between;align-items:center}.right-card-title a{font-size:11px;color:var(--adv-teal);font-weight:800}.activity-links{display:grid;gap:7px;margin-top:12px}.activity-links a{display:grid;grid-template-columns:26px 1fr auto;align-items:center;padding:8px;border-radius:12px;background:#f6f9f8;font-size:12px}.activity-links b{background:var(--adv-coral);color:#fff;border-radius:999px;padding:2px 6px;font-size:9px}.how-mini ol{list-style:none;padding:0;margin:14px 0;display:grid;gap:10px;counter-reset:steps}.how-mini li{position:relative;padding-left:31px;display:grid}.how-mini li:before{counter-increment:steps;content:counter(steps);position:absolute;left:0;top:0;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:var(--adv-teal);color:#fff;font-size:10px;font-weight:900}.how-mini li b{font-size:11px}.how-mini li small{font-size:10px;color:#87939a}.how-mini>a{font-size:11px;color:var(--adv-teal);font-weight:850}

/* Feed cards */
.feed-gesture-note{background:#fff;border-color:#dfecea}.advice-card{border-radius:24px;padding:18px;border-color:#e4eceb;box-shadow:0 12px 34px rgba(31,60,62,.06)}.advice-card.is-focus{box-shadow:0 24px 55px rgba(31,60,62,.13)}.author-avatar{width:46px;height:46px;padding:2px;border-radius:50%;background:linear-gradient(135deg,var(--adv-yellow),var(--adv-coral));display:grid;place-items:center}.author-avatar .avatar{width:42px;height:42px;border:2px solid #fff}.advice-meta-actions{display:flex;align-items:center;gap:7px}.card-status{padding:5px 9px;border-radius:999px;background:#edf8f7;color:#0a7773;font-size:10px;font-weight:850}.card-status.ended{background:#f0f2f2;color:#7a858a}.question-brace{position:relative;padding-left:14px}.question-brace:before{content:"";position:absolute;left:0;top:2px;bottom:3px;width:7px;border-left:2px solid #314852;border-top:2px solid #314852;border-bottom:2px solid #314852;border-radius:8px 0 0 8px;opacity:.65}.advice-question{margin:14px 0 12px;font-size:18px}.choices{gap:9px}.choice{border-radius:17px;aspect-ratio:4/4.05;background:#edf2f1}.choice:after{inset:57% 0 0}.choice-label{left:9px;bottom:10px;font-size:12px;background:rgba(255,255,255,.88);color:#1e2b31;text-shadow:none;width:max-content;max-width:72%;padding:4px 7px;border-radius:8px}.choice-pct{width:40px;height:40px;right:9px;bottom:9px}.choice-a.selected{box-shadow:inset 0 0 0 4px var(--adv-yellow)}.choice-b.selected{box-shadow:inset 0 0 0 4px var(--adv-teal)}.choice-a.selected .choice-pct{background:var(--adv-yellow);color:#422e00}.choice-b.selected .choice-pct{background:var(--adv-teal);color:#fff}.result-track{height:7px;background:#f1b6b8}.result-fill{background:var(--adv-teal)}.post-actions{padding-top:2px;border-top:1px solid #eef2f1;flex-wrap:wrap}.vote-help{margin-top:13px;padding:9px 11px;border:1px solid #d8e1e0;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:7px;color:#627078;font-size:10px}.vote-help span{font-size:18px}.vote-help b{font-weight:750}.time-pill{background:#f3f6f5}.feed-tabs{background:#eef3f2}.feed-tabs a.active{box-shadow:none}

/* Authentication / onboarding */
.auth-page main{min-height:100vh}.auth-v14{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.08fr) minmax(440px,.92fr);background:#f4f7f6}.auth-v14-art{position:relative;overflow:hidden;min-height:100vh;padding:54px clamp(38px,6vw,88px);background:linear-gradient(155deg,#0d8c88,#0a7776);color:#fff;display:flex;flex-direction:column;justify-content:center}.auth-v14-brand{position:absolute;left:52px;top:38px;display:flex;align-items:center;gap:10px;color:#fff;font-size:22px}.auth-v14-brand img{filter:brightness(0) invert(1)}.auth-v14-copy{position:relative;z-index:4;max-width:590px}.auth-v14-copy h1{margin:10px 0 14px;font-size:clamp(38px,4.7vw,68px);line-height:1.02;letter-spacing:-.055em}.auth-v14-copy p{max-width:540px;color:#d4efec;font-size:17px;line-height:1.65}.auth-v14-preview{position:relative;z-index:5;margin-top:34px;width:min(470px,90%);padding:18px;border-radius:20px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(8px)}.preview-brace{border-left:2px solid rgba(255,255,255,.75);padding-left:12px;font-size:14px}.preview-poll{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;margin-top:14px}.preview-poll>span:not(.preview-vs){height:82px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.16);font-size:24px;font-weight:900}.preview-vs{font-size:9px;width:28px;height:28px;border-radius:50%;background:#fff;color:#56656a;display:grid;place-items:center}.auth-v14-preview small{display:block;margin-top:10px;color:#d9eeec}.auth-organic{position:absolute;border-radius:45% 55% 61% 39%/57% 42% 58% 43%;pointer-events:none}.organic-one{width:360px;height:145px;background:var(--adv-yellow);right:-150px;bottom:170px;transform:rotate(-20deg)}.organic-two{width:390px;height:175px;background:var(--adv-green);right:-105px;bottom:-34px;transform:rotate(12deg)}.organic-three{width:210px;height:190px;background:var(--adv-coral);right:-90px;bottom:95px;transform:rotate(12deg)}.auth-community-visual{position:relative;z-index:4;display:flex;align-items:end;gap:12px;margin-top:35px}.auth-community-visual span{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(255,255,255,.7);font-size:28px}.auth-community-visual span:nth-child(2){width:86px;height:86px}.auth-community-visual i{height:2px;width:100px;background:rgba(255,255,255,.5)}.auth-v14-panel{display:grid;place-items:center;padding:42px}.auth-v14-card{width:min(480px,100%);padding:34px;border-radius:30px;background:#fff;border:1px solid #e3e9e8;box-shadow:0 25px 70px rgba(36,59,61,.12)}.register-card-v14{width:min(650px,100%)}.auth-v14-mobile-logo{display:none}.auth-v14-card h2{margin:6px 0 5px;font-size:29px;letter-spacing:-.035em}.auth-v14-sub{margin:0 0 22px;color:#7a878e}.auth-input-wrap{border-radius:14px;background:#f7f9f8;border:1px solid #e0e7e6}.auth-input-wrap:focus-within{border-color:var(--adv-teal);box-shadow:0 0 0 3px rgba(12,143,139,.11)}.auth-submit.coral-submit{background:var(--adv-coral);color:#fff}.auth-secondary-btn{border-radius:14px}.auth-social-placeholder{display:flex;justify-content:center;gap:9px;margin:8px 0 12px}.auth-social-placeholder span{min-width:50px;height:36px;border-radius:11px;border:1px solid #e2e8e7;display:grid;place-items:center;background:#fff;color:#5c6970;font-size:11px;font-weight:800}.onboarding-v14{position:relative;overflow:hidden;min-height:100vh;background:linear-gradient(155deg,#0e8f8b,#0a7473);color:#fff;padding:28px 42px;display:flex;flex-direction:column}.onboarding-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:10}.onboarding-brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:20px}.onboarding-brand img{filter:brightness(0) invert(1)}.onboarding-skip{font-size:12px;color:#d6efed}.onboarding-stage{flex:1;position:relative;display:grid;place-items:center}.onboarding-slide{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;opacity:0;transform:translateX(50px);pointer-events:none;transition:.55s cubic-bezier(.22,.8,.2,1)}.onboarding-slide.active{opacity:1;transform:none;pointer-events:auto}.onboarding-copy{max-width:650px}.onboarding-copy h1{margin:10px 0 13px;font-size:clamp(40px,6vw,78px);line-height:1;letter-spacing:-.055em}.onboarding-copy p{font-size:18px;line-height:1.65;color:#d7efed}.onboarding-visual,.onboarding-demo,.onboarding-friend-flow,.onboarding-final{position:relative;z-index:2}.onboarding-visual.community{height:360px;display:flex;align-items:center;justify-content:center;gap:18px}.community-person{display:grid;place-items:center;width:110px;height:110px;border-radius:50%;border:3px solid #fff;font-size:46px;background:rgba(255,255,255,.1)}.community-person.p2{width:145px;height:145px}.community-line{position:absolute;width:330px;height:120px;border-bottom:3px dashed rgba(255,255,255,.5);border-radius:50%;bottom:65px}.onboarding-demo{width:min(520px,100%);padding:22px;border-radius:24px;background:#fff;color:#1f3035;box-shadow:0 28px 65px rgba(0,0,0,.18)}.onboard-question{padding:14px 16px;border-left:3px solid #344b53;font-weight:850}.onboard-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.onboard-choices>div{height:210px;border-radius:18px;display:flex;align-items:end;padding:16px;font-weight:900;color:#fff}.onboard-choices .red{background:#dc5a5c}.onboard-choices .blue{background:#218c98}.onboard-timer{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:55px;height:55px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:12px;box-shadow:0 5px 14px rgba(0,0,0,.12)}.onboarding-friend-flow{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:35px;border-radius:26px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18)}.onboarding-friend-flow span{font-size:54px}.onboarding-friend-flow i{font-size:34px}.onboarding-friend-flow b,.onboarding-friend-flow strong{padding:10px 14px;border-radius:999px;background:#fff;color:#0b7773;font-size:12px}.onboarding-final{display:grid;justify-items:center;gap:10px;padding:50px}.onboarding-final img{filter:brightness(0) invert(1)}.onboarding-final b{font-size:40px}.onboarding-final small{color:#d7efed}.onboarding-controls{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between}.onboarding-dots{display:flex;gap:8px}.onboarding-dots button{width:9px;height:9px;border:0;border-radius:50%;background:rgba(255,255,255,.35);padding:0}.onboarding-dots button.active{width:28px;border-radius:999px;background:#fff}.onboarding-next{border:0;border-radius:999px;padding:13px 23px;background:var(--adv-coral);color:#fff;font-weight:900}.onboarding-wave i,.onboarding-wave b,.onboarding-wave em{position:absolute;border-radius:50%;display:block}.onboarding-wave i{width:420px;height:150px;background:var(--adv-yellow);right:-120px;bottom:30px;transform:rotate(-12deg)}.onboarding-wave b{width:420px;height:180px;background:var(--adv-green);right:-70px;bottom:-110px}.onboarding-wave em{width:230px;height:200px;background:var(--adv-coral);right:-70px;bottom:70px}

/* Create advice */
.create-v14-wrap{max-width:850px;margin:28px auto 100px;padding:0 18px}.create-v14-hero{position:relative;overflow:hidden;min-height:190px;padding:34px 70px;border-radius:30px 30px 0 0;background:linear-gradient(145deg,#0d918c,#087a78);color:#fff}.create-v14-hero h1{margin:5px 0 5px;font-size:34px;letter-spacing:-.04em}.create-v14-hero p{margin:0;max-width:540px;color:#d8efed}.create-back,.create-cancel{position:absolute;top:25px;z-index:5}.create-back{left:24px;font-size:23px}.create-cancel{right:24px;font-size:12px}.create-wave i,.create-wave b,.create-wave em{position:absolute;border-radius:50%;display:block}.create-wave i{width:230px;height:70px;background:var(--adv-yellow);left:-60px;bottom:-28px;transform:rotate(8deg)}.create-wave b{width:270px;height:105px;background:var(--adv-green);right:-80px;bottom:-55px}.create-wave em{width:150px;height:120px;background:var(--adv-coral);right:-45px;top:20px}.create-v14-card{padding:28px;background:#fff;border:1px solid var(--adv-line);border-top:0;border-radius:0 0 30px 30px;box-shadow:var(--adv-shadow)}.create-question-field textarea{min-height:100px}.choice-label-row{display:grid;grid-template-columns:1fr 42px 1fr;align-items:center;text-align:center;margin:24px 0 10px;color:#6d7a80}.choice-label-row span{font-weight:850;border-bottom:1px solid #bfcaca;padding-bottom:8px}.choice-label-row i{font-style:normal;width:30px;height:30px;border-radius:50%;border:1px solid #abb7bb;display:grid;place-items:center;margin:auto;font-size:9px}.choice-edit-card{padding:12px;border:1px solid #e2e9e8;border-radius:20px;background:#fbfdfc}.v14-choice-editor .image-picker{min-height:260px;background:#f1f6f5}.v14-choice-editor .image-picker span{display:grid;justify-items:center;gap:7px;font-size:12px}.v14-choice-editor .image-picker span b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid #a7c5c2;color:var(--adv-teal)}.visibility-switches{margin-top:18px}.v14-switch{border:0;border-radius:16px;background:#f7f9f8;padding:14px}.v14-switch span:first-child{display:grid}.v14-switch small{color:#8b969b;font-size:10px}.coral-submit-v14{background:var(--adv-coral);color:#fff;border-radius:14px;padding:15px}.duration-card{border-radius:16px;background:#f2f9f8;border:1px solid #dcece9}

/* Profile */
.profile-page{max-width:1080px}.profile-premium{position:relative;overflow:hidden;background:linear-gradient(150deg,#0d8d89 0,#0d8d89 43%,#fff 43.2%,#fff 100%);border:1px solid #dce7e5;border-radius:30px;box-shadow:var(--adv-shadow);padding:30px;gap:28px}.profile-premium:after{content:"";position:absolute;width:250px;height:110px;border-radius:50%;background:var(--adv-yellow);right:-90px;top:190px;transform:rotate(-12deg);opacity:.95}.profile-gallery,.profile-details{position:relative;z-index:2}.profile-gallery-main{box-shadow:0 16px 36px rgba(0,0,0,.14)}.profile-gallery-image{border-radius:24px}.profile-details{padding:12px 0}.profile-name-row h1{color:#fff}.profile-details .handle{color:#d8efed}.profile-bio{color:#e0f2f0!important;max-width:520px}.profile-stats{margin-top:22px}.profile-stats .stat{background:rgba(255,255,255,.92);border-color:rgba(255,255,255,.7)}.profile-actions{margin-top:18px}.profile-actions .pill.primary{background:var(--adv-coral)}.profile-post-head{margin-top:34px}.profile-post-grid{gap:13px}.profile-post-card{border-radius:18px;border-color:#e2e9e8;box-shadow:0 8px 20px rgba(28,54,58,.05)}

/* Community / friends / messages */
.social-hero,.discover-hero{position:relative;overflow:hidden;border-radius:28px;padding:30px;background:linear-gradient(145deg,#0d8d89,#0b7b78);color:#fff;border:0}.social-hero:after,.discover-hero:after{content:"";position:absolute;width:260px;height:110px;border-radius:50%;background:var(--adv-yellow);right:-90px;bottom:-50px}.social-hero h1,.discover-hero h1{margin:4px 0 7px;font-size:32px}.social-hero p,.discover-hero p{color:#d9efed!important}.social-hero .pill,.discover-hero .search-form{position:relative;z-index:2}.member-grid{gap:12px}.member-card{border-radius:18px}.member-actions .pill.primary{background:#fff;color:var(--adv-teal);border:1px solid #b9dfdc}.member-actions.two .pill.primary{background:var(--adv-teal);color:#fff}.conversation-row{border-radius:16px;padding:12px}.conversation-row:hover{background:#edf8f6}.unread-count{background:var(--adv-coral)}.chat-shell{padding:30px 16px 110px;background:linear-gradient(180deg,#eaf7f5,#f8faf9 40%)}.chat-card{border-radius:26px;box-shadow:var(--adv-shadow);overflow:hidden}.chat-head{background:#fff}.chat-messages{background:linear-gradient(180deg,#fbfdfc,#f1f8f6)}.bubble{border-radius:17px;background:#fff}.bubble.mine{background:#d6f1e8;color:#194038}.chat-compose{background:#fff}.chat-compose button{background:var(--adv-teal);color:#fff}

/* Settings and generic forms */
.form-card{border-radius:26px;border-color:#e2e9e8;box-shadow:0 12px 34px rgba(28,54,58,.06)}.settings-title h1{letter-spacing:-.035em}.profile-photo-slot{border-radius:18px}.photo-preview{border-radius:16px}.switch-row{border-color:#e9efee}.switch{background:#ccd6d4}input:checked+.switch{background:var(--adv-teal)}.danger{border-color:#ffd7d8!important;background:#fff9f9!important}.search-form button{background:var(--adv-coral);color:#fff;border:0;border-radius:14px;font-weight:850}.discover-card{border-radius:20px;box-shadow:0 8px 24px rgba(28,54,58,.06)}

/* Modal / notifications */
.advicer-dialog{position:relative;overflow:hidden}.advicer-dialog:after{content:"";position:absolute;width:150px;height:70px;border-radius:50%;background:var(--adv-yellow);right:-60px;bottom:-35px;z-index:-1}.dialog-brand{display:flex;align-items:center;gap:8px;color:var(--adv-teal);font-weight:900}.notification-row{border-radius:14px}.notification-row:hover{background:#eef8f6}

/* SEO and help */
.seo-home{background:#fff;border-radius:28px}.seo-feature-grid article{border-radius:18px}.how-hero{background:linear-gradient(145deg,#0d8d89,#0a7775);color:#fff;border:0}.how-hero p{color:#d7efed}.how-hero .pill.ghost{background:#fff}.how-steps article{border-radius:20px}.how-social{background:#0d7f7b}.how-age{border-color:#f1dfb3;background:#fffaf0}

/* Mobile */
@media(max-width:1180px){.home-grid{grid-template-columns:205px minmax(0,1fr) 250px;gap:16px}.global-search{display:none}.home-brand-card{padding:20px 17px}.home-brand-card h1{font-size:26px}.right-card{padding:15px}}
@media(max-width:980px){.home-grid{grid-template-columns:minmax(0,720px) 270px;justify-content:center}.home-left{display:none}.home-shell{max-width:1030px}.auth-v14{grid-template-columns:1fr}.auth-v14-art{display:none}.auth-v14-panel{min-height:100vh}.onboarding-slide{grid-template-columns:1fr;gap:20px;text-align:center}.onboarding-copy{margin:auto}.onboarding-demo,.onboarding-friend-flow,.onboarding-final{margin:auto}.onboarding-copy h1{font-size:50px}}
@media(max-width:760px){
  body{padding-bottom:94px}.topbar-inner{height:62px;padding:0 14px}.brand span:last-child{font-size:18px}.desktop-nav,.top-actions .create-nav,.top-actions .mini-profile,.top-actions .login-link,.top-actions>.pill{display:none}.top-actions{margin-left:auto}.bell{display:grid}.home-shell{padding:14px 10px 50px}.home-grid{display:block}.home-right{display:none}.v14-feed-intro{display:grid;gap:12px;margin-bottom:12px}.v14-feed-intro h2{font-size:25px}.v14-feed-intro p{font-size:12px}.feed-tabs{width:100%;justify-content:space-between}.feed-tabs a{flex:1;text-align:center;font-size:11px;padding:8px 6px}.feed-gesture-note{border-radius:14px}.advice-card{padding:13px;border-radius:20px}.advice-question{font-size:16px}.author strong{font-size:13px}.author small{font-size:10px}.choices{gap:6px}.choice{border-radius:14px;aspect-ratio:3.7/4.35}.choice-label{font-size:10px;left:7px;bottom:7px}.choice-pct{width:34px;height:34px;font-size:10px;right:7px;bottom:7px}.post-actions{gap:10px;font-size:10px}.vote-help{font-size:9px}.seo-home{margin:38px 0 0;padding:22px 14px}.site-footer{display:none}
  .mobile-nav.liquid-nav{left:10px;right:10px;bottom:calc(9px + env(safe-area-inset-bottom));height:66px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid #dde8e6;box-shadow:0 15px 35px rgba(25,49,52,.18)}.mobile-nav.liquid-nav a{color:#758289}.mobile-nav.liquid-nav a>span{color:#5f6d74}.mobile-nav.liquid-nav small{color:#78858b}.mobile-nav.liquid-nav a.active{color:var(--adv-teal)}.mobile-nav.liquid-nav a.active>span{border-color:#f5f7f6;background:var(--adv-teal);color:#fff}.mobile-nav.liquid-nav a.active small{color:var(--adv-teal)}.mobile-nav.liquid-nav .mobile-create>span{border-color:#f5f7f6;background:var(--adv-teal);color:#fff}.mobile-nav.liquid-nav .mobile-create.active>span{background:var(--adv-coral)}.mobile-nav .mobile-count{border-color:#fff}
  .auth-v14-panel{padding:0;background:linear-gradient(160deg,#0d8c88 0,#0d8c88 34%,#f5f7f6 34.2%)}.auth-v14-card{margin:112px 14px 30px;padding:24px 18px;border-radius:24px}.auth-v14-mobile-logo{display:flex;align-items:center;gap:8px;margin-bottom:15px;color:var(--adv-teal);font-size:18px}.auth-v14-mobile-logo img{width:36px;height:36px}.auth-v14-card h2{font-size:25px}.register-card-v14{margin-top:72px}.auth-fields-grid{grid-template-columns:1fr}.auth-v14-sub{font-size:12px}.onboarding-v14{padding:20px 18px}.onboarding-stage{min-height:640px}.onboarding-slide{padding:70px 0 90px}.onboarding-copy h1{font-size:42px}.onboarding-copy p{font-size:15px}.community-person{width:82px;height:82px}.community-person.p2{width:108px;height:108px}.onboard-choices>div{height:180px}.onboarding-controls{position:fixed;left:18px;right:18px;bottom:20px}.onboarding-next{min-width:130px}.create-v14-wrap{margin:10px auto 100px;padding:0 10px}.create-v14-hero{min-height:160px;padding:50px 24px 28px;border-radius:24px 24px 0 0}.create-v14-hero h1{font-size:26px}.create-v14-card{padding:18px 13px;border-radius:0 0 24px 24px}.choice-label-row{grid-template-columns:1fr 34px 1fr}.v14-choice-editor{grid-template-columns:1fr 1fr;gap:8px}.choice-edit-card{padding:7px}.v14-choice-editor .image-picker{min-height:185px}.choice-edit-card .field label{font-size:10px}.choice-edit-card .field input{padding:11px 9px;font-size:12px}.profile-premium{background:linear-gradient(180deg,#0d8d89 0,#0d8d89 41%,#fff 41.2%,#fff 100%);padding:17px;border-radius:23px}.profile-name-row h1{font-size:28px}.profile-bio{font-size:13px}.profile-stats{gap:7px}.social-hero,.discover-hero{padding:22px 17px;border-radius:22px}.social-hero h1,.discover-hero h1{font-size:27px}.chat-shell{padding:8px 7px 95px}.chat-card{border-radius:20px}
}
@media(max-width:430px){.topbar .bell{width:36px;height:36px}.home-shell{padding-left:7px;padding-right:7px}.advice-card{border-radius:18px}.advice-head{gap:6px}.author-avatar{width:42px;height:42px}.author-avatar .avatar{width:38px;height:38px}.card-status{display:none}.vote-help{padding:8px 5px}.v14-choice-editor{grid-template-columns:1fr}.v14-choice-editor .image-picker{min-height:240px}.choice-label-row{display:none}.onboarding-copy h1{font-size:38px}.onboarding-demo{padding:13px}.onboard-choices>div{height:155px}.profile-premium{padding:13px}}
@media(prefers-reduced-motion:reduce){.onboarding-slide,.advice-card,.choice img,.mobile-nav.liquid-nav a,.mobile-nav.liquid-nav a>span{transition:none!important;animation:none!important}}
/* Advicer Premium UI 2026 — v1.9.0
   Refined responsive design system for the LWS-hosted social advice platform. */
:root{
  --ad-teal-950:#073f43;
  --ad-teal-900:#07585c;
  --ad-teal-800:#08736f;
  --ad-teal-700:#0b8d87;
  --ad-teal-600:#139f97;
  --ad-teal-500:#20b6aa;
  --ad-teal-200:#bfece6;
  --ad-teal-100:#e6f7f4;
  --ad-coral-700:#d84b57;
  --ad-coral-600:#e95862;
  --ad-coral-500:#f16069;
  --ad-coral-100:#fff0f1;
  --ad-yellow:#f6c64d;
  --ad-green:#64bf86;
  --ad-blue:#4d7dc2;
  --ad-cyan:#72c8cd;
  --ad-ink:#10232c;
  --ad-ink-2:#334a54;
  --ad-muted:#708088;
  --ad-muted-2:#99a7ac;
  --ad-bg:#f4f8f7;
  --ad-bg-warm:#fbfaf7;
  --ad-surface:#ffffff;
  --ad-surface-soft:#f8fbfa;
  --ad-line:#e1eae7;
  --ad-line-strong:#cfddd9;
  --ad-shadow-xs:0 4px 14px rgba(18,53,59,.05);
  --ad-shadow-sm:0 10px 28px rgba(18,53,59,.07);
  --ad-shadow:0 20px 56px rgba(15,49,55,.10);
  --ad-shadow-lg:0 34px 90px rgba(11,43,50,.14);
  --ad-radius-xs:12px;
  --ad-radius-sm:16px;
  --ad-radius:22px;
  --ad-radius-lg:30px;
  --ad-ease:cubic-bezier(.2,.75,.22,1);
  --ad-spring:cubic-bezier(.18,.89,.32,1.25);
}

html{background:var(--ad-bg);scroll-behavior:smooth;color-scheme:light}
body{margin:0;background:
  radial-gradient(circle at 7% 0%,rgba(114,200,205,.16),transparent 30%),
  radial-gradient(circle at 96% 2%,rgba(246,198,77,.12),transparent 25%),
  linear-gradient(180deg,#f8fbfa 0,#f4f8f7 100%)!important;
  color:var(--ad-ink)!important;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:linear-gradient(rgba(7,88,92,.016) 1px,transparent 1px),linear-gradient(90deg,rgba(7,88,92,.016) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to bottom,#000,transparent 72%)}
*{scrollbar-color:#c9d9d5 transparent}
::selection{background:rgba(32,182,170,.22);color:var(--ad-ink)}
a,button,input,textarea,select{-webkit-tap-highlight-color:transparent}
button,a{transition:transform .25s var(--ad-ease),box-shadow .25s var(--ad-ease),background-color .25s ease,border-color .25s ease,color .25s ease,opacity .25s ease}
button:active,.pill:active,.create-nav:active,.hero-cta:active,.form-submit:active{transform:translateY(1px) scale(.985)}
:focus-visible{outline:3px solid rgba(32,182,170,.22)!important;outline-offset:3px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* ---------- Brand / top navigation ---------- */
.topbar{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.91)!important;border-bottom:1px solid rgba(216,228,224,.86)!important;box-shadow:0 1px 0 rgba(255,255,255,.9),0 8px 32px rgba(16,49,55,.045);backdrop-filter:blur(22px) saturate(1.35)}
.topbar-inner{height:76px;max-width:1500px;margin:auto;padding:0 28px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:10px;color:var(--ad-ink);font-weight:900;letter-spacing:-.045em;font-size:22px;white-space:nowrap}
.brand-mark{width:47px;height:47px;display:grid;place-items:center;flex:none}
.brand-mark img{width:46px!important;height:46px!important;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(24,53,58,.08))}
.brand-name{transform:translateY(-.5px)}
.desktop-nav{display:flex;align-items:center;gap:2px}
.desktop-nav a{position:relative;padding:11px 13px;border-radius:12px;background:transparent!important;color:#66777d;font-size:14px;font-weight:730}
.desktop-nav a::after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;border-radius:4px;background:linear-gradient(90deg,var(--ad-teal-600),var(--ad-cyan));transform:scaleX(0);transform-origin:center;transition:transform .28s var(--ad-ease)}
.desktop-nav a:hover{color:var(--ad-ink)}.desktop-nav a:hover::after,.desktop-nav a.active::after{transform:scaleX(1)}.desktop-nav a.active{color:var(--ad-teal-800)!important}
.global-search{height:46px;min-width:230px;max-width:430px;flex:1;margin-left:auto;background:#f7faf9;border:1px solid #e1e9e7;border-radius:999px;display:flex;align-items:center;gap:9px;padding:0 16px;color:#87969b;transition:.25s var(--ad-ease)}
.global-search:focus-within{background:#fff;border-color:#b6dfda;box-shadow:0 0 0 4px rgba(32,182,170,.07),var(--ad-shadow-xs)}
.global-search svg{width:17px;height:17px}.global-search input{border:0!important;background:transparent!important;outline:0!important;box-shadow:none!important;width:100%;padding:0!important;color:var(--ad-ink);font-size:13px}
.top-actions{display:flex;align-items:center;gap:9px;margin-left:0}
.create-nav,.hero-cta,.pill.coral{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#ee5b65,var(--ad-coral-500))!important;color:#fff!important;border:0!important;border-radius:999px!important;box-shadow:0 10px 24px rgba(241,96,105,.22)!important;font-weight:850!important}
.create-nav{padding:12px 18px}.create-nav:hover,.hero-cta:hover,.pill.coral:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(241,96,105,.28)!important}
.create-nav svg,.hero-cta svg,.pill svg{width:16px;height:16px}
.bell{position:relative;width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#f5f9f8!important;border:1px solid #e6edeb;color:var(--ad-teal-800)}.bell:hover{background:#fff!important;transform:translateY(-1px);box-shadow:var(--ad-shadow-xs)}.bell svg{width:20px;height:20px}
.bell b{position:absolute;top:-4px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:10px;background:var(--ad-coral-500);color:#fff;font-size:10px;display:grid;place-items:center;box-shadow:0 3px 8px rgba(241,96,105,.25)}
.mini-profile{display:flex;align-items:center;gap:9px;padding:4px 8px 4px 4px;border-radius:999px}.mini-profile:hover{background:#f2f8f6}.mini-profile img{width:39px;height:39px;border-radius:50%;object-fit:cover}.mini-profile>span:last-child{max-width:135px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:760}
.avatar-wrap{position:relative;display:block!important}.presence{position:absolute;width:10px;height:10px;border-radius:50%;right:0;bottom:1px;background:#aab5b9;border:2px solid #fff}.presence.online{background:#2ec98a}

/* ---------- Core controls ---------- */
.page-shell{max-width:1450px;margin:0 auto;padding:32px 28px 100px}
.eyebrow{text-transform:uppercase;letter-spacing:.135em;color:var(--ad-teal-700)!important;font-size:10px;font-weight:900}.eyebrow.light{color:#dffef9!important}
.pill,.form-submit,.comment-send-btn,.inline-send{border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:820;cursor:pointer}
.pill{min-height:43px;padding:10px 18px;border-radius:999px;font-size:13px}
.pill.primary,.form-submit{background:linear-gradient(135deg,var(--ad-teal-600),var(--ad-teal-700))!important;color:#fff!important;box-shadow:0 9px 22px rgba(11,141,135,.14)}
.pill.primary:hover,.form-submit:hover{transform:translateY(-1px);box-shadow:0 14px 29px rgba(11,141,135,.20)}
.pill.ghost{background:#f6f9f8!important;border:1px solid var(--ad-line)!important;color:var(--ad-ink-2)!important;box-shadow:none!important}.pill.ghost:hover{background:#fff!important;border-color:#c6d8d4!important;box-shadow:var(--ad-shadow-xs)!important}
.form-submit{width:100%;min-height:50px;border-radius:15px;padding:13px 18px;font-size:14px}
.flash{max-width:1180px;margin:12px auto;border-radius:16px!important;border:1px solid transparent;padding:13px 16px;box-shadow:var(--ad-shadow-xs)}.flash.success{background:#eaf9f4!important;border-color:#cdeee4!important;color:#176755!important}.flash.error,.error{background:#fff1f2!important;border-color:#ffd3d7!important;color:#a83b47!important}

/* ---------- Homepage ---------- */
.home-stage{position:relative;isolation:isolate}.home-ribbon{opacity:.22!important;filter:saturate(.8)}
.home-shell{max-width:1450px!important}.home-grid{display:grid;grid-template-columns:230px minmax(0,760px) 300px;gap:24px;justify-content:center;align-items:start}
.home-left,.home-right{min-width:0}.home-left,.home-right{position:sticky;top:100px}
.home-brand-card{position:relative;overflow:hidden;padding:29px 22px 34px!important;border-radius:28px!important;background:linear-gradient(155deg,var(--ad-teal-950),var(--ad-teal-800) 66%,var(--ad-teal-600))!important;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 52px rgba(7,80,83,.18)!important;color:#fff}
.home-brand-card h1{font-size:31px!important;line-height:1.08!important;letter-spacing:-.048em;margin:10px 0 12px!important}.home-brand-card mark{background:transparent;color:var(--ad-yellow)!important}.home-brand-card p{font-size:13px!important;line-height:1.65;color:#d8efed!important;margin-bottom:20px!important}.hero-cta{width:100%;padding:12px 14px;border-radius:15px!important}
.home-menu{margin-top:13px;padding:7px!important;border:1px solid var(--ad-line);border-radius:22px;background:rgba(255,255,255,.87);box-shadow:var(--ad-shadow-sm);backdrop-filter:blur(14px)}
.home-menu a{display:flex!important;align-items:center;gap:11px;border-radius:15px!important;padding:12px 13px!important;margin:2px 0;color:#5f7178!important}.home-menu a svg{width:18px;height:18px}.home-menu a b{font-size:13px}.home-menu a:hover{background:#f2f7f6!important;color:var(--ad-ink)!important;transform:translateX(2px)}.home-menu a.active{background:#e8f7f4!important;color:var(--ad-teal-800)!important}.home-menu small{margin-left:auto;min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:var(--ad-coral-500)!important;color:#fff!important;font-size:10px}
.help-mini{margin-top:12px;display:flex;align-items:center;gap:11px;border-radius:20px!important;background:#fff!important;border:1px solid var(--ad-line)!important;box-shadow:var(--ad-shadow-xs)!important;padding:14px!important}.help-mini>svg{width:36px;height:36px;padding:8px;border-radius:12px;background:var(--ad-coral-100);color:var(--ad-coral-600);flex:none}.help-mini div{display:grid}.help-mini b{font-size:12px}.help-mini small{font-size:10px;color:var(--ad-muted);line-height:1.4}

.feed-column{min-width:0}.v14-feed-intro{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:16px;margin-bottom:14px!important}.v14-feed-intro h2{font-size:32px!important;letter-spacing:-.045em!important;line-height:1.05;margin:5px 0 5px!important}.v14-feed-intro p{margin:0;color:var(--ad-muted)!important;font-size:13px}
.feed-tabs{--tab-x:4px;--tab-w:84px;position:relative;display:flex!important;gap:3px!important;padding:4px!important;border-radius:999px!important;background:#edf3f1!important;border:1px solid #e2ebe8;isolation:isolate;overflow:hidden}
.feed-tabs::before{content:"";position:absolute;top:4px;bottom:4px;left:0;width:var(--tab-w);transform:translateX(var(--tab-x));border-radius:999px;background:#fff;box-shadow:0 4px 14px rgba(22,56,60,.08);transition:transform .42s var(--ease,var(--ad-ease)),width .42s var(--ad-ease);z-index:-1}
.feed-tabs a{position:relative;z-index:1;min-width:80px;text-align:center;padding:8px 11px!important;border-radius:999px!important;color:#6d7b81!important;font-size:12px!important;font-weight:750;background:transparent!important;box-shadow:none!important}.feed-tabs a.active{color:var(--ad-ink)!important}.feed-tabs a:hover{color:var(--ad-teal-800)!important}
.feed-gesture-note{display:flex;align-items:center;gap:11px;padding:12px 14px!important;margin:12px 0 14px;border-radius:18px!important;border:1px solid #dcece8!important;background:linear-gradient(90deg,#edf9f7,#fbfcfc)!important}.gesture-dot{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:var(--ad-teal-600)!important;color:#fff!important;font-weight:900;box-shadow:0 6px 15px rgba(11,141,135,.17)}.feed-gesture-note div{display:grid}.feed-gesture-note b{font-size:12px}.feed-gesture-note small{font-size:10px;color:var(--ad-muted)!important}

.people-strip{margin:0 0 14px;padding:14px 15px 12px;border:1px solid var(--ad-line);border-radius:20px;background:rgba(255,255,255,.88);box-shadow:var(--ad-shadow-xs);backdrop-filter:blur(12px)}
.people-strip-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:11px}.people-strip-head>div{display:grid;gap:2px}.people-strip-head b{font-size:12px}.people-strip-head a{display:flex;align-items:center;gap:4px;color:var(--ad-teal-800);font-size:10px;font-weight:800}.people-strip-head svg{width:13px;height:13px}
.people-row{display:flex;gap:11px;overflow-x:auto;scrollbar-width:none;padding:1px 1px 2px}.people-row::-webkit-scrollbar{display:none}.people-row>a{display:grid;justify-items:center;gap:5px;min-width:54px;color:#62737a}.people-row small{max-width:54px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:700}.people-avatar{position:relative;width:48px;height:48px;padding:2px;border-radius:50%;background:linear-gradient(135deg,var(--ad-coral-500),var(--ad-yellow),var(--ad-teal-500));box-shadow:0 5px 13px rgba(32,77,80,.10)}.people-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:2px solid #fff}.people-avatar .presence{right:0;bottom:1px}.people-plus{position:absolute;right:-1px;bottom:-1px;width:17px;height:17px;border-radius:50%;background:var(--ad-coral-500);color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:12px;font-style:normal;line-height:1}.people-avatar.placeholder{display:grid;place-items:center;background:#eaf6f3;color:var(--ad-teal-700);border:1px dashed #b9dcd7}.people-avatar.placeholder svg{width:22px;height:22px}

.feed-list{display:grid;gap:18px;transition:opacity .22s ease,transform .28s var(--ad-ease)}.feed-list.is-switching{opacity:.25;transform:translateY(6px);pointer-events:none}.feed-list.single-post-list{gap:0}
.advice-card{position:relative;background:#fff!important;color:var(--ad-ink)!important;border:1px solid var(--ad-line)!important;border-radius:26px!important;padding:20px!important;box-shadow:0 12px 36px rgba(20,56,62,.065)!important;overflow:hidden;touch-action:pan-y;transform:translateZ(0);will-change:transform,box-shadow;transition:transform .38s var(--ad-ease),box-shadow .38s var(--ad-ease),border-color .3s ease,opacity .3s ease!important}
.advice-card.focus-ready:not(.is-focus){transform:scale(.994);opacity:.955}.advice-card.is-focus{transform:translateY(-2px);border-color:#d6e5e1!important;box-shadow:0 20px 50px rgba(20,56,62,.095)!important}.advice-card.just-voted{box-shadow:0 0 0 4px rgba(32,182,170,.08),0 22px 56px rgba(20,56,62,.10)!important}
.advice-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.author{display:flex;align-items:center;gap:11px;min-width:0}.author-avatar{position:relative;display:block}.author-avatar::before{content:"";position:absolute;inset:-3px;border-radius:50%;background:conic-gradient(var(--ad-coral-500),var(--ad-yellow),var(--ad-teal-500),var(--ad-blue),var(--ad-coral-500));z-index:0}.author-avatar .avatar{position:relative;z-index:1;width:46px!important;height:46px!important;border-radius:50%;object-fit:cover;border:2px solid #fff;background:#edf4f2}.author>span:last-child{display:grid;min-width:0}.author strong{font-size:13px;line-height:1.2}.author small{margin-top:3px;color:var(--ad-muted);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.advice-meta-actions{display:flex;align-items:center;gap:7px}.card-status{display:inline-flex;align-items:center;gap:4px;padding:6px 9px;border-radius:999px;background:#edf7f5;color:var(--ad-teal-800);font-size:10px;font-weight:850}.card-status svg{width:13px;height:13px}.card-status.ended{background:#f0f3f3;color:#758187}.icon-btn{width:35px;height:35px;border:0;border-radius:12px;display:grid;place-items:center;background:transparent;color:#819096}.icon-btn:hover{background:#f4f8f7;color:var(--ad-ink)}.icon-btn svg{width:19px;height:19px}
.question-brace{position:relative;padding-left:15px;margin-top:15px}.question-brace::before{content:"";position:absolute;left:0;top:1px;bottom:1px;width:3px;border-radius:3px;background:linear-gradient(var(--ad-teal-600),var(--ad-cyan))}.advice-question{margin:0!important;font-size:19px!important;line-height:1.3!important;letter-spacing:-.02em!important}.advice-question a:hover{color:var(--ad-teal-800)}
.swipe-hint{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:12px 0 8px;color:#8a979d;font-size:10px}.swipe-hint>span:first-child,.swipe-hint>span:last-child{font-size:10px;color:var(--ad-teal-800);font-weight:950}.swipe-hint>span:nth-child(2){text-align:center}
.choices{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.choice{appearance:none;position:relative;border:1px solid #edf1ef!important;padding:0!important;background:#eef3f2!important;border-radius:19px!important;overflow:hidden;aspect-ratio:1/1.03!important;outline:none;isolation:isolate;cursor:pointer;touch-action:pan-y;user-select:none;-webkit-user-select:none}.choice:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(18,54,59,.12)}.choice:focus-visible{box-shadow:0 0 0 4px rgba(32,182,170,.18)!important}.choice img{width:100%;height:100%;object-fit:cover;transition:transform .52s var(--ad-ease),filter .35s ease}.choice:not(:disabled):hover img{transform:scale(1.035)}.choice::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(10,20,24,.66));z-index:1;pointer-events:none}.choice-label{position:absolute;left:11px;right:50px;bottom:10px;z-index:3;color:#fff;text-align:left;font-weight:850;font-size:12px;line-height:1.15;text-shadow:0 1px 4px rgba(0,0,0,.25)}.choice-pct{position:absolute;right:9px;bottom:8px;z-index:4;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.95);color:var(--ad-ink);font-weight:950;font-size:11px;box-shadow:0 4px 13px rgba(0,0,0,.10)}.choice-tap{position:absolute;right:10px;top:10px;z-index:3;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.86);color:#60747b;opacity:0;transform:translateY(-4px);transition:.25s var(--ad-ease);backdrop-filter:blur(8px)}.choice-tap svg{width:15px;height:15px}.choice:hover .choice-tap{opacity:1;transform:none}.choice.selected{border-color:rgba(32,182,170,.8)!important;box-shadow:inset 0 0 0 3px var(--ad-teal-500),0 12px 28px rgba(32,182,170,.14)!important}.choice.selected .choice-pct{background:var(--ad-teal-600);color:#fff}.advice-card[data-voted="1"] .choice:not(.selected) img{filter:saturate(.78) brightness(.96)}.choice.vote-success::before{content:"✓";position:absolute;inset:0;z-index:8;display:grid;place-items:center;background:rgba(7,63,67,.18);color:#fff;font-size:52px;font-weight:950;animation:votePop .66s var(--ad-spring) both}@keyframes votePop{0%{opacity:0;transform:scale(.82)}42%{opacity:1;transform:scale(1.06)}100%{opacity:0;transform:scale(1)}}
.results{margin-top:13px;opacity:.55;transition:opacity .3s ease}.results.revealed{opacity:1}.result-row{display:flex;justify-content:space-between;margin-bottom:6px;color:#65767d;font-size:11px;font-weight:850}.result-track{height:7px;border-radius:999px;background:linear-gradient(90deg,#d4eeee,#f4c3c6);overflow:hidden}.result-fill{display:block;height:100%;width:var(--pct);border-radius:inherit;background:linear-gradient(90deg,var(--ad-teal-500),var(--ad-teal-700));transition:width .72s var(--ad-ease)}
.post-actions{display:flex;align-items:center;gap:13px;margin-top:15px;padding-top:13px;border-top:1px solid #edf2f0;color:#74838a;font-size:10px}.action-link{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:inherit;padding:3px 0;white-space:nowrap}.action-link svg{width:15px;height:15px}.action-link:hover{color:var(--ad-teal-800)}.post-actions .share-btn{margin-left:auto}.time-pill{display:inline-flex;align-items:center;min-height:26px;padding:5px 9px;border-radius:999px;background:#eef4f2;color:#66777d;font-size:9px;font-weight:760}
.vote-help{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;padding:9px 12px;border:1px dashed #d7e5e1;border-radius:14px;background:#fbfdfc;color:#68787e;font-size:9px}.vote-help svg{width:14px;height:14px;color:var(--ad-teal-700)}.vote-help.owner-note{background:#fffaf0;border-color:#f0dfb1;color:#816d34}.swipe-overlay{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;opacity:0;z-index:30;transition:opacity .1s;border-radius:inherit}.swipe-overlay span{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:var(--ad-ink);font-size:34px;font-weight:950;box-shadow:0 12px 40px rgba(0,0,0,.12)}.advice-card.dragging{transition:none!important}

/* Inline comments are visually attached to each publication. */
.inline-comment-panel{margin:14px -20px -20px;padding:15px 20px 18px;background:linear-gradient(180deg,#f8fbfa,#f4f8f7);border-top:1px solid #e3ece9;animation:commentPanelIn .28s var(--ad-ease) both}.inline-comment-panel[hidden]{display:none!important}@keyframes commentPanelIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}.inline-comment-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.inline-comment-head>div{display:grid;gap:2px}.inline-comment-head b{font-size:12px}.inline-comment-head a{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--ad-teal-800);font-weight:800}.inline-comment-head a svg{width:12px;height:12px}.inline-comment-form{display:grid;grid-template-columns:36px minmax(0,1fr) 38px;align-items:end;gap:8px}.inline-comment-form>img{width:36px;height:36px;border-radius:50%;object-fit:cover}.inline-comment-form label{display:block}.inline-comment-form textarea{display:block;width:100%;min-height:40px;max-height:112px;resize:none;border:1px solid #dce7e4;border-radius:15px;background:#fff;padding:10px 12px;outline:0;color:var(--ad-ink);line-height:1.35;font-size:12px}.inline-comment-form textarea:focus{border-color:#a7d8d2;box-shadow:0 0 0 4px rgba(32,182,170,.06)}.inline-send{width:38px;height:38px;border-radius:13px;background:var(--ad-teal-700);color:#fff;box-shadow:0 6px 15px rgba(11,141,135,.16)}.inline-send svg{width:17px;height:17px}.inline-send:disabled{opacity:.55}.inline-login-comment{width:100%}.inline-comment-panel.comment-sent{animation:commentSuccess .7s ease}@keyframes commentSuccess{50%{background:#ebf9f5}}

/* Right rail */
.home-right{display:grid;gap:14px}.right-card,.panel{background:rgba(255,255,255,.93)!important;border:1px solid var(--ad-line)!important;border-radius:22px!important;padding:18px!important;box-shadow:var(--ad-shadow-xs)!important;backdrop-filter:blur(12px)}.right-card h3,.panel h3{margin:4px 0 7px!important;font-size:17px!important;letter-spacing:-.02em}.right-card p,.panel p{margin:0;color:var(--ad-muted)!important;font-size:11px!important;line-height:1.6}.right-card .pill{width:100%;margin-top:13px}.right-card-title{display:flex;justify-content:space-between;align-items:center}.right-card-title a,.how-mini>a{color:var(--ad-teal-800);font-size:10px;font-weight:850}.activity-links{display:grid;gap:7px;margin-top:12px}.activity-links a{display:flex;align-items:center;gap:9px;padding:10px 11px;border-radius:13px;background:#f5f8f7;font-size:11px}.activity-links a:hover{background:#edf7f5}.activity-links a svg{width:16px;height:16px;color:var(--ad-teal-700)}.activity-links b{margin-left:auto;min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:var(--ad-coral-500);color:#fff;font-size:9px}.how-mini ol{display:grid;gap:10px;padding:0;margin:13px 0 12px;list-style:none;counter-reset:item}.how-mini li{position:relative;padding-left:29px;display:grid}.how-mini li::before{counter-increment:item;content:counter(item);position:absolute;left:0;top:1px;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:var(--ad-teal-600);color:#fff;font-size:9px;font-weight:900}.how-mini li b{font-size:11px}.how-mini li small{color:var(--ad-muted);font-size:9px}

/* ---------- Detailed post + attached discussion ---------- */
.post-page{padding-top:28px}.post-layout{align-items:start}.post-thread{border-radius:26px;box-shadow:0 20px 56px rgba(15,49,55,.08)}.post-thread>.feed-list .advice-card{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;box-shadow:none!important}.attached-comments{margin:0!important;padding:20px!important;background:#fff;border:1px solid var(--ad-line)!important;border-top:0!important;border-radius:0 0 26px 26px!important;box-shadow:none!important}.comments-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;padding-bottom:15px;border-bottom:1px solid #edf2f0}.comments-heading h2{margin:3px 0 0;font-size:21px;letter-spacing:-.025em}.comments-heading p{margin:0;color:var(--ad-muted);font-size:10px}.comments-list{display:grid;gap:5px;padding:12px 0}.comment{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:11px;border-radius:16px}.comment:hover{background:#f7faf9}.comment img{width:38px;height:38px;border-radius:50%;object-fit:cover}.comment-meta{display:flex;align-items:center;gap:7px}.comment-meta b{font-size:11px}.comment-meta small{font-size:9px;color:var(--ad-muted)}.comment p{margin:4px 0 0;font-size:12px;color:var(--ad-ink-2);line-height:1.5}.muted{color:var(--ad-muted)}.comment-compose{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:end;gap:9px;padding:12px;border-radius:18px;background:#f6f9f8;border:1px solid #e2ebe8}.comment-compose>img{width:40px;height:40px;border-radius:50%;object-fit:cover}.comment-compose textarea{min-height:43px;max-height:130px;border:0;background:transparent;resize:vertical;outline:0;padding:10px 7px;color:var(--ad-ink);font-size:12px}.comment-send-btn{min-height:42px;padding:0 15px;border-radius:14px;background:var(--ad-teal-700);color:#fff}.comment-send-btn svg{width:16px;height:16px}.comment-send-btn span{font-size:11px}.post-layout .side-panel{top:100px}

/* ---------- Forms / create ---------- */
.form-shell{max-width:860px;margin:28px auto 100px;padding:0 20px}.form-card{background:#fff!important;border:1px solid var(--ad-line)!important;border-radius:26px!important;padding:26px!important;box-shadow:var(--ad-shadow-sm)!important}.field{display:grid;gap:7px;margin:14px 0}.field label{font-size:12px;font-weight:790;color:var(--ad-ink-2)}.field input,.field textarea,.field select,.search-input{width:100%;border:1px solid #dce7e4!important;background:#fbfcfc!important;border-radius:14px!important;padding:13px 14px!important;color:var(--ad-ink)!important;outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field input:focus,.field textarea:focus,.field select:focus,.search-input:focus{background:#fff!important;border-color:#a7d8d2!important;box-shadow:0 0 0 4px rgba(32,182,170,.06)!important}.field textarea{min-height:108px;resize:vertical}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field small,.field-help{color:var(--ad-muted)!important;font-size:10px!important;line-height:1.5}
.create-v14-wrap{max-width:920px;margin:0 auto;padding:28px 20px 100px}.create-v14-hero{position:relative;overflow:hidden;border-radius:28px 28px 0 0;padding:26px 28px 76px;background:linear-gradient(145deg,var(--ad-teal-950),var(--ad-teal-700));color:#fff}.create-v14-hero h1{font-size:29px;letter-spacing:-.04em;margin:5px 0}.create-back,.create-cancel{color:#e8fffc!important}.create-v14-card{position:relative;margin:-44px 16px 0;padding:24px;border:1px solid var(--ad-line);border-radius:25px;background:#fff;box-shadow:var(--ad-shadow)}.create-question-field input{font-size:16px!important;font-weight:650}.choice-editor{gap:12px!important}.choice-edit-card{padding:13px;border:1px solid #e2ebe8;border-radius:20px;background:#fafcfb}.image-picker{position:relative;display:grid;place-items:center;min-height:240px;border:1.5px dashed #c8dcd7!important;border-radius:17px!important;background:linear-gradient(145deg,#f4faf8,#fbfcfc)!important;overflow:hidden}.image-picker:hover{border-color:#92cbc4!important;background:#f2faf8!important}.image-picker input{position:absolute;inset:0;opacity:0;cursor:pointer}.image-picker img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none}.image-picker.has-image img{display:block}.image-picker span{z-index:2;font-size:11px;font-weight:800;color:#61737a}.image-picker.has-image span{position:absolute;left:10px;bottom:10px;padding:7px 9px;border-radius:10px;background:rgba(10,30,34,.70);color:#fff;backdrop-filter:blur(8px)}.duration-card{border-radius:17px!important;background:#f4faf8!important;border:1px solid #dceae6!important}.visibility-switches{border-radius:18px;overflow:hidden;border:1px solid #e2ebe8;background:#fbfdfc}.visibility-switches .switch-row{padding:13px 14px!important;border-top:0!important}.coral-submit-v14{background:linear-gradient(135deg,var(--ad-coral-600),var(--ad-coral-500))!important;box-shadow:0 10px 25px rgba(241,96,105,.20)!important}

/* ---------- Switches ---------- */
.switch-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-top:1px solid #edf2f0}.check-control{position:relative;display:inline-flex;align-items:center;flex:none}.check-control input{position:absolute;opacity:0;pointer-events:none}.switch{width:48px!important;height:28px!important;padding:3px!important;border-radius:999px!important;background:#d7dfdf!important;border:1px solid #cdd7d6;transition:background .26s ease,border-color .26s ease,box-shadow .26s ease!important}.switch i{display:block;width:20px!important;height:20px!important;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(17,40,44,.19);transition:transform .28s var(--ad-spring)!important}.check-control input:checked+.switch{background:var(--ad-teal-600)!important;border-color:var(--ad-teal-600);box-shadow:0 0 0 4px rgba(32,182,170,.08)}.check-control input:checked+.switch i{transform:translateX(20px)!important}

/* ---------- Settings ---------- */
.premium-settings{max-width:1080px!important}.settings-page-header{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;margin-bottom:15px;padding:23px 25px;border:1px solid var(--ad-line);border-radius:25px;background:linear-gradient(145deg,#fff,#f5fbf9);box-shadow:var(--ad-shadow-xs)}.settings-heading-mark{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:#e8f7f4;color:var(--ad-teal-800);border:1px solid #d8ebe7}.settings-heading-mark svg{width:24px;height:24px}.settings-page-header h1{font-size:30px;line-height:1.05;letter-spacing:-.04em;margin:4px 0}.settings-page-header p{margin:0;color:var(--ad-muted);font-size:12px}.settings-panel{margin:13px 0;padding:23px;border:1px solid var(--ad-line);border-radius:23px;background:#fff;box-shadow:var(--ad-shadow-xs)}.settings-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;margin-bottom:5px;border-bottom:1px solid #edf2f0}.settings-panel-head>svg{width:23px;height:23px;color:var(--ad-teal-700)}.settings-panel-head h2{font-size:20px;letter-spacing:-.025em;margin:3px 0}.settings-panel-head p{margin:0;color:var(--ad-muted);font-size:11px}.settings-index{display:inline-flex;align-items:center;justify-content:center;min-width:29px;height:22px;padding:0 8px;border-radius:999px;background:#e9f8f5;color:var(--ad-teal-800);font-size:9px;font-weight:900;letter-spacing:.08em}.settings-switch-form{padding-top:2px}.settings-switch-form .switch-row{margin:9px 0;padding:15px 16px!important;border:1px solid #e6eeec!important;border-radius:18px;background:#fafcfb;transition:.25s var(--ad-ease)}.settings-switch-form .switch-row:hover{background:#fff;border-color:#d4e5e1!important;box-shadow:var(--ad-shadow-xs);transform:translateY(-1px)}.switch-copy{display:grid;gap:3px}.switch-copy b{font-size:12px;color:var(--ad-ink-2)}.switch-copy small{font-size:10px;color:var(--ad-muted)}.settings-two-column{display:grid;grid-template-columns:1.2fr .8fr;gap:13px}.settings-two-column .settings-panel{height:100%;margin:0}.settings-session-panel{display:flex;flex-direction:column}.settings-session-panel form{margin-top:auto;padding-top:18px}.settings-logout{width:100%}.email-test-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:15px;padding:14px 15px;border-radius:17px;background:linear-gradient(90deg,#edf8f6,#fbfcfc);border:1px solid #dcebe7}.email-test-copy{display:flex;align-items:center;gap:11px;min-width:0}.email-test-copy>svg{width:34px;height:34px;padding:8px;border-radius:12px;background:#fff;color:var(--ad-teal-800);box-shadow:var(--ad-shadow-xs);flex:none}.email-test-copy span{display:grid;min-width:0}.email-test-copy b{font-size:11px}.email-test-copy small{font-size:9px;color:var(--ad-muted);overflow:hidden;text-overflow:ellipsis}.email-test-btn{flex:none;font-size:10px!important}.danger-zone{border-color:#f1d9dc;background:linear-gradient(145deg,#fff,#fffafa)}.danger-zone .settings-index{background:#fff0f1;color:#ab414b}.danger-form .danger{max-width:350px;background:#fff0f1!important;color:#a83b47!important;border:1px solid #f0cfd3!important;box-shadow:none!important}.danger-form .danger:hover{background:#ffe6e8!important}

/* ---------- Profile / social / discovery ---------- */
.profile-page,.friends-page,.discover-page{max-width:1240px!important}.profile-premium{overflow:hidden;border:1px solid var(--ad-line);border-radius:28px;background:#fff;box-shadow:var(--ad-shadow)}.profile-gallery{background:#eef5f3}.profile-gallery-main{min-height:360px}.profile-gallery-image{object-fit:cover}.profile-gallery-thumbs{background:rgba(255,255,255,.93);backdrop-filter:blur(12px)}.profile-details{padding:24px}.profile-name-row h1{font-size:30px;letter-spacing:-.04em}.profile-bio{color:var(--ad-muted)}.profile-stats{gap:9px}.stat{min-width:100px;border:1px solid #e4ecea;border-radius:17px;background:#fafcfb;box-shadow:none}.profile-actions .pill{min-width:130px}.profile-post-grid{gap:13px}.profile-post-card{border:1px solid var(--ad-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--ad-shadow-xs)!important;transition:.28s var(--ad-ease)}.profile-post-card:hover{transform:translateY(-2px);box-shadow:var(--ad-shadow-sm)!important}.profile-post-card .thumbs{border-radius:15px;overflow:hidden}
.social-hero,.discover-hero,.how-hero{border-radius:27px!important;background:linear-gradient(135deg,var(--ad-teal-950),var(--ad-teal-700))!important;color:#fff!important;box-shadow:0 22px 52px rgba(7,80,83,.14)}.member-grid,.discover-member-grid{gap:13px}.member-card,.discover-card{border:1px solid var(--ad-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--ad-shadow-xs)!important;transition:.28s var(--ad-ease)}.member-card:hover,.discover-card:hover{transform:translateY(-2px);box-shadow:var(--ad-shadow-sm)!important}.member-photo,.discover-photo{border-radius:16px!important;overflow:hidden}.member-actions .pill,.discover-actions .pill{min-height:38px;font-size:10px;padding:8px 13px}.list-card{border:1px solid var(--ad-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--ad-shadow-xs)!important}.list-row{border-color:#edf2f0!important}

/* ---------- Notifications / messages / chat ---------- */
.messages-page{max-width:860px!important}.conversation-list,.notification-list{display:grid;gap:8px}.conversation-row,.notification-row{border:1px solid #e4ecea!important;border-radius:18px!important;background:#fff!important;padding:13px!important;transition:.25s var(--ad-ease)}.conversation-row:hover,.notification-row:hover{background:#fbfdfc!important;border-color:#d4e4e0!important;transform:translateY(-1px);box-shadow:var(--ad-shadow-xs)}.notification-icon{width:38px!important;height:38px!important;border-radius:13px!important;background:#e9f8f5!important;color:var(--ad-teal-800)!important}.unread-count{background:var(--ad-coral-500)!important;color:#fff!important}.chat-shell{max-width:900px!important}.chat-card{border:1px solid var(--ad-line)!important;border-radius:25px!important;background:#fff!important;box-shadow:var(--ad-shadow)!important;overflow:hidden}.chat-head{background:rgba(255,255,255,.94)!important;border-color:#e7eeec!important;backdrop-filter:blur(15px)}.chat-messages{background:linear-gradient(180deg,#f7faf9,#fbfcfc)!important}.bubble{border-radius:16px 16px 16px 5px!important;background:#fff!important;border:1px solid #e5ecea!important;box-shadow:var(--ad-shadow-xs)!important}.bubble.mine{border-radius:16px 16px 5px 16px!important;background:#e5f7f3!important;border-color:#caeae4!important}.chat-compose{background:#fff!important;border-color:#e4ecea!important}.chat-compose input{border-radius:999px!important;background:#f5f8f7!important}

/* ---------- Auth ---------- */
.auth-v14{min-height:100svh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);background:#fff}.auth-v14-art{position:relative;overflow:hidden;display:grid;align-content:center;padding:70px clamp(36px,6vw,96px);background:linear-gradient(145deg,var(--ad-teal-950),var(--ad-teal-700) 66%,#0d9991);color:#fff}.auth-v14-brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:900}.auth-v14-brand img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.12))}.auth-v14-copy h1{font-size:clamp(42px,4.3vw,68px)!important;line-height:.98!important;letter-spacing:-.06em!important;margin:18px 0!important}.auth-v14-copy p{max-width:540px;color:#d6eeec!important;font-size:16px!important;line-height:1.65}.auth-v14-preview{margin-top:30px;max-width:510px;border:1px solid rgba(255,255,255,.18)!important;border-radius:24px!important;background:rgba(255,255,255,.10)!important;box-shadow:0 20px 60px rgba(0,0,0,.12)!important;backdrop-filter:blur(12px)}.auth-v14-panel{display:grid;place-items:center;padding:40px;background:linear-gradient(180deg,#fff,#f7faf9)}.auth-v14-card{width:min(440px,100%);padding:31px;border:1px solid var(--ad-line);border-radius:27px;background:#fff;box-shadow:var(--ad-shadow)}.auth-v14-mobile-logo{display:none}.auth-kicker{color:var(--ad-teal-800);font-weight:900}.auth-v14-card h1{font-size:31px!important;letter-spacing:-.04em!important}.auth-v14-sub{color:var(--ad-muted)!important}.auth-field{margin:13px 0}.auth-input-wrap{border:1px solid #dce7e4!important;border-radius:14px!important;background:#fbfcfc!important;transition:.22s ease}.auth-input-wrap:focus-within{background:#fff!important;border-color:#a7d8d2!important;box-shadow:0 0 0 4px rgba(32,182,170,.06)!important}.auth-submit{min-height:51px;border-radius:15px!important;background:linear-gradient(135deg,var(--ad-coral-600),var(--ad-coral-500))!important;color:#fff!important;box-shadow:0 10px 24px rgba(241,96,105,.19)!important}.auth-secondary-btn{border-radius:14px!important}.auth-legal{color:var(--ad-muted)!important}

/* ---------- Onboarding ---------- */
.onboarding-v14{min-height:100svh;background:linear-gradient(155deg,var(--ad-teal-950),var(--ad-teal-700) 64%,#0d9991)!important;color:#fff;overflow:hidden}.onboarding-brand img{width:42px;height:42px!important;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.14))}.onboarding-stage{max-width:610px!important}.onboarding-slide{transition:opacity .42s var(--ad-ease),transform .48s var(--ad-ease)!important}.onboarding-slide.active{animation:onboardIn .48s var(--ad-ease) both}@keyframes onboardIn{from{opacity:0;transform:translateX(22px)}to{opacity:1;transform:none}}.onboarding-copy h1{font-size:clamp(34px,6vw,54px)!important;letter-spacing:-.05em!important}.onboarding-copy p{color:#d8efed!important}.onboarding-demo,.onboarding-visual{border-radius:25px!important;box-shadow:0 22px 60px rgba(4,45,47,.18)!important}.onboarding-next{border-radius:999px!important;background:var(--ad-coral-500)!important;color:#fff!important;box-shadow:0 12px 28px rgba(152,40,48,.22)!important}.onboarding-dots button{transition:width .28s var(--ad-ease),background .28s ease!important}

/* ---------- Footer / modal ---------- */
.site-footer{border-top:1px solid var(--ad-line)!important;background:rgba(255,255,255,.75)!important}.site-footer-inner{max-width:1450px!important}.footer-brand{display:flex;align-items:center;gap:7px}.footer-brand img{object-fit:contain}.advicer-dialog{border-radius:25px!important;border:1px solid var(--ad-line)!important;box-shadow:var(--ad-shadow-lg)!important}.dialog-brand{display:flex;align-items:center;gap:9px}.dialog-brand img{width:44px!important;height:44px!important;object-fit:contain}.toast{border-radius:999px!important;background:var(--ad-ink)!important;color:#fff!important;box-shadow:0 15px 40px rgba(9,30,35,.24)!important}

/* ---------- Mobile nav ---------- */
.mobile-nav.liquid-nav{display:none;position:fixed;left:14px;right:14px;bottom:12px;z-index:1100;grid-template-columns:repeat(5,1fr);min-height:66px;border:1px solid rgba(214,226,222,.92);border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 18px 48px rgba(13,47,53,.17);backdrop-filter:blur(24px) saturate(1.35);padding:6px max(7px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-left))}.mobile-nav.liquid-nav a{position:relative;display:grid;justify-items:center;align-content:center;gap:1px;color:#78868b;border-radius:16px}.mobile-nav.liquid-nav a>span{width:35px;height:35px;display:grid;place-items:center;border-radius:13px;transition:transform .32s var(--ad-ease),background .3s ease,color .3s ease,box-shadow .3s ease}.mobile-nav.liquid-nav svg{width:20px;height:20px}.mobile-nav.liquid-nav small{font-size:8px;font-weight:720}.mobile-nav.liquid-nav a.active{color:var(--ad-teal-800)}.mobile-nav.liquid-nav a.active>span{background:#e5f7f4;transform:translateY(-4px);box-shadow:0 7px 16px rgba(11,141,135,.10)}.mobile-nav.liquid-nav .mobile-create>span{width:48px;height:48px;margin-top:-20px;border-radius:17px;background:linear-gradient(135deg,var(--ad-coral-600),var(--ad-coral-500));color:#fff;box-shadow:0 12px 26px rgba(241,96,105,.28)}.mobile-nav.liquid-nav .mobile-create.active>span{transform:translateY(-3px)}.mobile-count{position:absolute;top:-2px;right:5px;min-width:17px;height:17px;border-radius:999px;background:var(--ad-coral-500);color:#fff;display:grid;place-items:center;font-size:9px;border:2px solid #fff}

/* ---------- General reveal ---------- */
#main{animation:pageIn .38s var(--ad-ease) both}@keyframes pageIn{from{opacity:.01;transform:translateY(5px)}to{opacity:1;transform:none}}.ui-reveal{opacity:0;transform:translateY(9px);transition:opacity .46s var(--ad-ease),transform .46s var(--ad-ease)}.ui-reveal.is-visible{opacity:1;transform:none}.modal:not([hidden]) .modal-card{animation:modalIn .28s var(--ad-ease) both}@keyframes modalIn{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:none}}

/* ---------- Responsive ---------- */
@media(max-width:1260px){
  .home-grid{grid-template-columns:210px minmax(0,720px) 275px;gap:18px}.topbar-inner{padding:0 20px}.global-search{max-width:320px}.right-card{padding:16px!important}
}
@media(max-width:1080px){
  .home-grid{grid-template-columns:minmax(0,760px) 280px}.home-left{display:none}.desktop-nav a:nth-child(3){display:none}.global-search{max-width:300px}.page-shell{padding-left:20px;padding-right:20px}.auth-v14{grid-template-columns:.9fr 1.1fr}.auth-v14-art{padding:55px 38px}.auth-v14-copy h1{font-size:48px!important}
}
@media(max-width:860px){
  body{padding-bottom:94px!important}.topbar{position:sticky}.topbar-inner{height:62px;padding:0 12px;gap:8px}.brand-mark{width:41px;height:41px}.brand-mark img{width:40px!important;height:40px!important}.brand-name{font-size:19px}.desktop-nav,.global-search,.top-actions .create-nav,.top-actions .mini-profile,.top-actions .login-link,.top-actions>.pill{display:none!important}.top-actions{margin-left:auto}.bell{display:grid!important;width:40px;height:40px}
  .page-shell{padding:15px 10px 50px}.home-grid{display:block}.home-right{display:none}.home-left{display:none}.v14-feed-intro{display:grid!important;gap:12px!important}.v14-feed-intro h2{font-size:27px!important}.feed-tabs{width:100%}.feed-tabs a{flex:1;min-width:0}.people-strip{border-radius:18px;margin-bottom:10px}.people-strip-head{margin-bottom:9px}.feed-gesture-note{margin-top:10px}
  .advice-card{padding:14px!important;border-radius:22px!important;box-shadow:0 9px 27px rgba(20,56,62,.07)!important}.advice-card.focus-ready:not(.is-focus){opacity:1;transform:none}.advice-card.is-focus{transform:none;box-shadow:0 12px 33px rgba(20,56,62,.085)!important}.question-brace{margin-top:12px}.advice-question{font-size:17px!important}.choices{gap:7px!important}.choice{border-radius:16px!important;aspect-ratio:.88/1!important}.choice-label{font-size:10px;left:8px;bottom:8px;right:46px}.choice-pct{width:35px;height:35px;right:7px;bottom:7px;font-size:9px}.choice-tap{display:none}.post-actions{gap:10px;overflow-x:auto;scrollbar-width:none}.post-actions::-webkit-scrollbar{display:none}.action-link{font-size:9px}.vote-help{font-size:9px}.inline-comment-panel{margin:12px -14px -14px;padding:13px 14px 15px}.inline-comment-form{grid-template-columns:32px minmax(0,1fr) 38px}.inline-comment-form>img{width:32px;height:32px}.post-thread{box-shadow:none}.attached-comments{padding:15px!important}.comments-heading{align-items:flex-start}.comments-heading p{display:none}.comment-compose{grid-template-columns:34px minmax(0,1fr) 41px}.comment-compose>img{width:34px;height:34px}.comment-send-btn{width:41px;padding:0}.comment-send-btn span{display:none}
  .form-shell{margin-top:14px;padding:0 10px}.form-card{padding:18px!important;border-radius:22px!important}.two-col{grid-template-columns:1fr}.settings-page-header{grid-template-columns:auto 1fr;padding:18px}.settings-page-header>.pill{grid-column:1/-1;width:100%}.settings-panel{padding:17px;border-radius:21px}.settings-two-column{grid-template-columns:1fr}.settings-panel-head{padding-bottom:13px}.email-test-row{align-items:flex-start;flex-direction:column}.email-test-btn{width:100%}.profile-photo-editor{grid-template-columns:repeat(3,1fr)!important;gap:7px}.profile-premium{border-radius:22px}.profile-gallery-main{min-height:300px}.profile-details{padding:18px}.profile-name-row h1{font-size:26px}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr)}.stat{min-width:0}.chat-card{border-radius:21px!important}
  .create-v14-wrap{padding:12px 8px 94px}.create-v14-hero{padding:22px 18px 70px;border-radius:22px 22px 0 0}.create-v14-card{margin:-42px 8px 0;padding:17px;border-radius:21px}.choice-editor{grid-template-columns:1fr 1fr!important}.image-picker{min-height:190px}
  .auth-v14{display:block;background:linear-gradient(160deg,var(--ad-teal-950) 0,var(--ad-teal-700) 27%,#f5f8f7 27.2%)}.auth-v14-art{display:none}.auth-v14-panel{min-height:100svh;padding:72px 12px 30px;background:transparent}.auth-v14-card{padding:22px 18px;margin:auto;border-radius:24px}.auth-v14-mobile-logo{display:flex;align-items:center;justify-content:center;margin-bottom:12px}.auth-v14-mobile-logo img{width:64px;height:64px;object-fit:contain}.auth-v14-card h1{font-size:28px!important}
  .mobile-nav.liquid-nav{display:grid}.site-footer{display:none!important}
}
@media(max-width:560px){
  .topbar-inner{padding:0 8px}.brand-name{font-size:18px}.page-shell{padding-left:7px;padding-right:7px}.v14-feed-intro h2{font-size:25px!important}.v14-feed-intro p{font-size:11px}.people-strip{margin-left:3px;margin-right:3px}.feed-gesture-note{margin-left:3px;margin-right:3px;padding:10px 11px!important}.gesture-dot{width:31px;height:31px}.advice-card{padding:11px!important;border-radius:20px!important}.author-avatar .avatar{width:42px!important;height:42px!important}.author strong{font-size:12px}.author small{font-size:9px}.card-status{padding:5px 7px;font-size:9px}.question-brace{padding-left:11px}.advice-question{font-size:16px!important}.swipe-hint>span:nth-child(2){font-size:8px}.choice{aspect-ratio:.79/1!important}.choice-label{font-size:9px;max-width:calc(100% - 50px)}.choice-pct{width:34px;height:34px}.result-row{font-size:10px}.time-pill{font-size:8px}.inline-comment-panel{margin:11px -11px -11px;padding:12px 11px 14px}.inline-comment-head b{font-size:11px}.inline-comment-form{grid-template-columns:30px minmax(0,1fr) 36px}.inline-comment-form>img{width:30px;height:30px}.inline-send{width:36px;height:36px}.inline-comment-form textarea{font-size:11px}.profile-photo-editor{grid-template-columns:1fr!important}.photo-preview{aspect-ratio:16/9!important}.settings-heading-mark{display:none}.settings-page-header{grid-template-columns:1fr}.settings-page-header h1{font-size:27px}.settings-switch-form .switch-row{padding:13px!important}.switch-copy small{font-size:9px}.choice-editor{grid-template-columns:1fr!important}.image-picker{min-height:210px}.mobile-nav.liquid-nav{left:7px;right:7px;bottom:7px;border-radius:22px}.mobile-nav.liquid-nav small{font-size:7.5px}.onboarding-copy h1{font-size:34px!important}
}
@media(max-width:380px){
  .brand-mark{width:38px;height:38px}.brand-mark img{width:37px!important;height:37px!important}.brand-name{font-size:17px}.advice-card{padding:9px!important}.advice-question{font-size:15px!important}.choice-label{left:6px;bottom:6px;right:41px;font-size:8px}.choice-pct{right:5px;bottom:5px;width:31px;height:31px;font-size:8px}.post-actions{gap:8px}.action-link{font-size:8px}.vote-help{padding:8px;font-size:8px}.people-row{gap:8px}.people-avatar{width:44px;height:44px}.people-row>a{min-width:48px}.people-row small{max-width:48px}.feed-tabs a{padding:7px 6px!important;font-size:10px!important}
}
@media(hover:none){.choice:not(:disabled):hover{transform:none;box-shadow:none}.choice:not(:disabled):hover img{transform:none}.advice-card:hover{box-shadow:0 12px 36px rgba(20,56,62,.065)!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.advice-card,.choice,.choice img,.choice-tap,.result-fill,button,a,#main,.modal-card,.mobile-nav a,.mobile-nav a>span,.feed-list,.feed-tabs::before,.onboarding-slide,.ui-reveal{animation:none!important;transition:none!important}.ui-reveal{opacity:1!important;transform:none!important}}
.mobile-nav.liquid-nav a.tap-preview>span{transform:translateY(-3px) scale(.94)}
@view-transition{navigation:auto}
::view-transition-old(root){animation:adPageOut .18s ease both}
::view-transition-new(root){animation:adPageIn .28s var(--ad-ease) both}
@keyframes adPageOut{to{opacity:.7;transform:translateY(-2px)}}
@keyframes adPageIn{from{opacity:.72;transform:translateY(5px)}to{opacity:1;transform:none}}
.inline-comment-latest{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:start;margin:0 0 10px;padding:9px 10px;border-radius:14px;background:#fff;border:1px solid #e1ece9;animation:commentPanelIn .28s var(--ad-ease) both}.inline-comment-latest img{width:30px;height:30px;border-radius:50%;object-fit:cover}.inline-comment-latest b{display:block;font-size:10px;color:var(--ad-ink)}.inline-comment-latest p{margin:2px 0 0;font-size:10px;line-height:1.35;color:#5f7078}


/* ---------- Advicer 1.7 refinement layer ---------- */
:root{--ad-radius-card:26px;--ad-radius-control:15px;--ad-shadow-card:0 16px 42px rgba(20,54,59,.075)}
.panel,.form-card,.settings-panel,.profile-post-card,.discover-card,.right-card{border-radius:var(--ad-radius-card)!important;border-color:#dfe9e6!important;box-shadow:0 8px 28px rgba(19,51,56,.045)!important}
.panel:hover,.profile-post-card:hover,.discover-card:hover{box-shadow:var(--ad-shadow-card)!important}
.pill,.form-submit,.create-nav{letter-spacing:-.01em}.form-submit{border-radius:16px!important}

/* Winner hierarchy */
.choice.is-winner{z-index:2;box-shadow:0 0 0 3px rgba(19,159,151,.22),0 14px 34px rgba(12,91,88,.15)!important;transform:translateY(-2px)}
.choice.is-winner .choice-pct{width:52px;height:52px;font-size:17px;background:linear-gradient(145deg,var(--ad-teal-600),var(--ad-teal-800));color:#fff;box-shadow:0 8px 22px rgba(11,141,135,.28)}
.winner-badge{position:absolute;top:10px;left:10px;z-index:5;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);font-size:9px;font-weight:900;color:var(--ad-teal-900);box-shadow:0 4px 14px rgba(0,0,0,.08)}
.result-row{font-size:15px!important;color:var(--ad-ink-2)!important}.result-row .result-a,.result-row .result-b{font-weight:900}.result-track{height:10px!important}
.report-link{opacity:.68}.report-link:hover{opacity:1;color:var(--ad-coral-700)}

/* Settings autosave */
.privacy-option{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:13px 0;padding:14px 15px;border:1px solid var(--ad-line);border-radius:18px;background:#fafcfb}.privacy-option>span:first-child{display:grid;gap:2px}.privacy-option b{font-size:12px}.privacy-option small{font-size:10px;color:var(--ad-muted)}
.notification-save-state{display:flex;align-items:center;gap:9px;margin:14px 0 3px;padding:10px 12px;border-radius:14px;background:#f5faf8;color:#64767c;font-size:10px;font-weight:750}.save-dot{width:8px;height:8px;border-radius:50%;background:#9daaaa;transition:.2s}.notification-save-state[data-state="saving"] .save-dot{background:var(--ad-yellow);animation:pulseSave 1s infinite}.notification-save-state[data-state="saved"]{color:#26745f}.notification-save-state[data-state="saved"] .save-dot{background:#35bd87}.notification-save-state[data-state="error"]{background:#fff3f4;color:#a83b47}.notification-save-state[data-state="error"] .save-dot{background:var(--ad-coral-600)}@keyframes pulseSave{50%{transform:scale(1.5)}}
.notification-fallback-save{margin-top:10px!important;background:#f2f7f6!important;color:var(--ad-teal-900)!important;border:1px solid #d7e8e4!important;box-shadow:none!important}

/* Profile metadata */
.profile-meta-chips{display:flex;flex-wrap:wrap;gap:7px;margin:9px 0 16px}.profile-meta-chips span,.profile-meta-chips a{display:inline-flex;align-items:center;gap:6px;min-height:31px;padding:6px 10px;border-radius:999px;background:#edf7f5;color:#3e5a61;font-size:10px;font-weight:760}.profile-meta-chips svg{width:14px;height:14px;color:var(--ad-teal-800)}.profile-meta-chips a:hover{background:#e2f3ef;color:var(--ad-teal-900)}.profile-report-link{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:#8a6e72;font-size:10px}.profile-report-link svg{width:14px}

/* Footer */
.site-footer{position:relative;margin-top:48px;border-top:0!important;background:linear-gradient(180deg,rgba(255,255,255,.72),#fff)!important}.site-footer::before{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,#d6e5e1 15%,#d6e5e1 85%,transparent)}
.footer-premium-grid{max-width:1450px!important;margin:auto;padding:42px 28px 46px!important;display:grid!important;grid-template-columns:1.7fr repeat(3,1fr)!important;gap:50px!important;align-items:start!important}.footer-about{max-width:370px}.footer-brand{display:flex;align-items:center;gap:10px!important}.footer-brand img{width:46px!important;height:46px!important}.footer-brand span{display:grid}.footer-brand b{font-size:18px}.footer-brand small{font-size:10px;color:var(--ad-muted);font-weight:650}.footer-about p{font-size:11px;line-height:1.65;color:var(--ad-muted);margin:13px 0 0}.footer-column{display:grid;gap:8px;align-content:start}.footer-column>b{font-size:11px;color:var(--ad-ink);margin-bottom:4px}.footer-column>a{font-size:10px;color:#66777e;width:max-content}.footer-column>a:hover{color:var(--ad-teal-800);transform:translateX(2px)}.footer-column>small{font-size:9px;color:#9aa7ab;margin-top:8px}

/* Legal pages */
.legal-shell{max-width:1040px;margin:34px auto 90px;padding:0 20px}.legal-document{overflow:hidden;border:1px solid var(--ad-line);border-radius:30px;background:#fff;box-shadow:var(--ad-shadow-sm)}.legal-hero{padding:38px 42px;background:linear-gradient(145deg,#f2fbf9,#fff)}.legal-hero h1{margin:8px 0 8px;font-size:38px;letter-spacing:-.045em}.legal-hero p{max-width:760px;margin:0;color:var(--ad-muted);line-height:1.65}.legal-document>section{padding:0 42px;margin:30px 0}.legal-document h2{font-size:20px;letter-spacing:-.025em;margin:0 0 9px}.legal-document p,.legal-document li{color:#52666e;line-height:1.75;font-size:13px}.legal-document a{color:var(--ad-teal-800);font-weight:700}.legal-toc{display:flex;flex-wrap:wrap;gap:7px;padding:18px 42px;border-top:1px solid var(--ad-line);border-bottom:1px solid var(--ad-line);background:#fbfdfc}.legal-toc a{padding:7px 10px;border-radius:999px;background:#edf7f5;font-size:10px;color:var(--ad-teal-900);font-weight:780}.legal-table{display:grid;gap:8px}.legal-table>div{display:grid;grid-template-columns:220px 1fr;gap:14px;padding:13px 15px;border-radius:16px;background:#f7faf9}.legal-table b{font-size:12px}.legal-table span{font-size:12px;color:var(--ad-muted)}.legal-note{margin:34px 42px 42px;padding:15px 17px;border:1px solid #f1dfaf;border-radius:17px;background:#fffaf0;color:#806d3a;font-size:11px;line-height:1.6}
.registration-consents{display:grid;gap:9px;margin:14px 0}.registration-consents label{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:start;padding:10px 11px;border:1px solid #e3ebe8;border-radius:14px;background:#fafcfb;font-size:10px;line-height:1.45;color:#607279}.registration-consents input{margin-top:2px;accent-color:var(--ad-teal-700)}.registration-consents a{color:var(--ad-teal-800);font-weight:800}
.report-card{max-width:720px}.report-card>p{line-height:1.65}

@media(max-width:860px){.footer-premium-grid{display:none!important}.site-footer{display:none!important}.legal-shell{margin:14px auto 100px;padding:0 8px}.legal-document{border-radius:22px}.legal-hero{padding:25px 20px}.legal-hero h1{font-size:30px}.legal-document>section{padding:0 20px;margin:25px 0}.legal-toc{padding:13px 20px;overflow-x:auto;flex-wrap:nowrap}.legal-toc a{white-space:nowrap}.legal-note{margin:28px 20px 25px}.legal-table>div{grid-template-columns:1fr;gap:4px}.choice.is-winner{transform:none}.choice.is-winner .choice-pct{width:44px;height:44px;font-size:14px}.winner-badge{top:7px;left:7px;font-size:7.5px;padding:5px 7px}}
@media(max-width:420px){.profile-meta-chips{gap:5px}.profile-meta-chips span,.profile-meta-chips a{font-size:9px;padding:5px 8px}.settings-panel{border-radius:18px!important}.settings-switch-form .switch-row{border-radius:16px!important}.legal-hero h1{font-size:27px}.choice.is-winner .choice-pct{width:40px;height:40px;font-size:13px}}


/* =========================================================
   Advicer v1.8.0 — 2026 product/UI pass
   ========================================================= */
:root{
  --v18-ink:#13282f;--v18-ink-2:#314952;--v18-muted:#71858c;
  --v18-teal:#0d918a;--v18-teal-deep:#08716e;--v18-mint:#e4f7f3;
  --v18-coral:#f4616b;--v18-coral-2:#ff7a82;--v18-sand:#f6f3ec;
  --v18-line:#dfeae7;--v18-bg:#f4f8f7;--v18-surface:#fff;
  --v18-shadow:0 18px 55px rgba(21,57,63,.09);--v18-shadow-sm:0 8px 24px rgba(21,57,63,.065);
  --v18-ease:cubic-bezier(.2,.72,.22,1);--v18-spring:cubic-bezier(.2,1.25,.35,1);
}
html{background:var(--v18-bg)}
body{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#f6faf9 0,#f4f8f7 64%,#f8f6f1 100%);color:var(--v18-ink);font-family:Inter,"SF Pro Display","Segoe UI Variable","Segoe UI",system-ui,-apple-system,sans-serif;letter-spacing:-.008em}
main{flex:1;width:100%}
button,a,input,textarea,select{transition:border-color .24s ease,background-color .24s ease,color .24s ease,box-shadow .28s ease,transform .28s var(--v18-ease),opacity .24s ease}
button.ui-pressed,.pill.ui-pressed,.create-nav.ui-pressed,.desktop-nav a.ui-pressed{transform:scale(.965)!important}

/* Animated feed canvas: decorative, pointer-safe and inexpensive. */
.home-shell{position:relative;isolation:isolate}
.home-shell::before,.home-shell::after{content:"";position:fixed;z-index:-1;pointer-events:none;border-radius:50%;filter:blur(1px);opacity:.34;transform:translate3d(0,0,0)}
.home-shell::before{width:420px;height:420px;left:-160px;top:150px;background:radial-gradient(circle at 35% 35%,rgba(52,196,182,.24),rgba(52,196,182,0) 67%);animation:v18FloatA 18s ease-in-out infinite alternate}
.home-shell::after{width:460px;height:460px;right:-190px;top:340px;background:radial-gradient(circle at 45% 45%,rgba(244,97,107,.16),rgba(244,97,107,0) 67%);animation:v18FloatB 21s ease-in-out infinite alternate}
@keyframes v18FloatA{to{transform:translate3d(55px,90px,0) scale(1.08)}}@keyframes v18FloatB{to{transform:translate3d(-60px,-70px,0) scale(.94)}}

/* Profile: remove the white rectangular backing around rounded photos. */
.profile-premium{background:linear-gradient(145deg,#0a7b78,#0e918a)!important;border:0!important;box-shadow:var(--v18-shadow)!important;padding:30px!important;gap:34px!important}
.profile-gallery{background:transparent!important;padding:0!important;border:0!important;box-shadow:none!important;align-self:start}
.profile-gallery-main{position:relative;overflow:hidden!important;border-radius:28px!important;background:#0a706d!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 22px 46px rgba(5,55,56,.22)!important;padding:0!important}
.profile-gallery-image{inset:0!important;border-radius:0!important;background:#0a706d!important}
.profile-gallery-thumbs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px!important;margin-top:10px!important;padding:0!important;background:transparent!important;border:0!important}
.profile-gallery-thumbs button{overflow:hidden!important;aspect-ratio:1.12/1!important;padding:0!important;border:2px solid rgba(255,255,255,.24)!important;border-radius:16px!important;background:rgba(255,255,255,.07)!important;box-shadow:none!important}
.profile-gallery-thumbs button.active{border-color:#7be0d5!important;box-shadow:0 0 0 3px rgba(123,224,213,.14)!important}
.profile-gallery-thumbs img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.profile-presence{left:14px!important;bottom:14px!important;border:1px solid rgba(255,255,255,.18)!important;background:rgba(12,32,38,.78)!important;backdrop-filter:blur(14px)}
.profile-details{padding:38px 0 20px!important}.profile-name-row .eyebrow{color:#76ded4!important}.profile-name-row h1{font-size:36px!important;letter-spacing:-.045em}.profile-details .handle{font-size:15px!important;color:#d4efec!important}.profile-bio{font-size:15px!important;line-height:1.65!important;color:#effaf8!important}.profile-meta-chips span,.profile-meta-chips a{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.18)!important;color:#eefcf9!important;backdrop-filter:blur(12px)}
.profile-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}.profile-stats .stat{min-width:0!important;padding:16px 12px!important;border-radius:20px!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(255,255,255,.7)!important}.profile-stats .stat b{font-size:21px!important;color:var(--v18-ink)!important}.profile-stats .stat small{font-size:10px!important;color:var(--v18-muted)!important}.icon-settings{width:44px!important;height:44px!important;border-radius:15px!important;color:var(--v18-teal-deep)!important;box-shadow:0 8px 20px rgba(5,54,57,.14)!important}.icon-settings svg{width:19px!important;height:19px!important}

/* Strong, persistent controls */
.check-control{min-width:56px;justify-content:flex-end}.switch{width:56px!important;height:31px!important;padding:3px!important;background:#d5dfdd!important;border:1px solid #cad6d3!important;box-shadow:inset 0 1px 2px rgba(14,43,46,.06)}.switch i{width:23px!important;height:23px!important;box-shadow:0 2px 7px rgba(15,43,47,.18)!important}.check-control input:checked+.switch,input:checked+.switch{background:linear-gradient(135deg,#0da59c,#0b8d87)!important;border-color:#0b8d87!important;box-shadow:0 0 0 4px rgba(13,145,138,.09)!important}.check-control input:checked+.switch i,input:checked+.switch i{transform:translateX(25px)!important}.check-control input:focus-visible+.switch{box-shadow:0 0 0 4px rgba(13,145,138,.18)!important}
.settings-panel{scroll-margin-top:90px}.notification-save-state[data-state="saved"]{background:#eef9f5!important;color:#18775f!important}.field-help{color:var(--v18-muted)!important}.upload-status{display:block;margin-top:6px;font-size:9px;font-weight:700;color:#719087;position:relative;z-index:3}.image-picker.has-image .upload-status{position:absolute;right:9px;top:9px;margin:0;padding:5px 8px;border-radius:999px;background:rgba(8,33,38,.68);color:#fff;backdrop-filter:blur(8px)}

/* Choice labels/results: readable on every image. */
.choice::after{inset:50% 0 0!important;background:linear-gradient(180deg,transparent,rgba(8,25,29,.72))!important}
.choice-label{left:10px!important;right:auto!important;bottom:10px!important;max-width:calc(100% - 62px)!important;padding:7px 10px!important;border-radius:999px!important;background:rgba(13,34,39,.76)!important;color:#fff!important;font-size:11px!important;font-weight:820!important;line-height:1.1!important;text-shadow:none!important;backdrop-filter:blur(10px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.choice-pct{width:44px!important;height:44px!important;font-size:12px!important;border:1px solid rgba(255,255,255,.7)!important}.choice.is-winner .choice-pct{width:54px!important;height:54px!important;font-size:17px!important;background:linear-gradient(135deg,#10a89e,#0a847e)!important;color:#fff!important;box-shadow:0 10px 24px rgba(8,126,119,.28)!important}.choice.is-winner .choice-label{background:rgba(8,126,119,.90)!important}.winner-badge{background:#fff!important;color:#087d77!important;border:1px solid #d9ebe7!important;box-shadow:0 8px 20px rgba(15,54,60,.10)!important}.result-row{font-size:14px!important}.result-row span{padding:3px 2px}.result-track{height:11px!important;background:linear-gradient(90deg,#dcefee 0 50%,#f8d4d7 50% 100%)!important}.result-fill{background:linear-gradient(90deg,#13a69d,#0c8c85)!important}

/* Notification center */
.notification-page-shell{width:min(1040px,calc(100% - 32px));margin:34px auto 90px}.notification-hero-card{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:26px 28px;border:1px solid var(--v18-line);border-radius:28px;background:linear-gradient(135deg,#fff,#f5fbf9);box-shadow:var(--v18-shadow-sm)}.notification-hero-card h1{margin:5px 0 4px;font-size:34px;letter-spacing:-.045em}.notification-hero-card p{margin:0;color:var(--v18-muted)}.notification-hero-actions{display:flex;align-items:center;gap:10px}.notification-total{padding:9px 12px;border-radius:999px;background:var(--v18-mint);color:var(--v18-teal-deep);font-size:11px;font-weight:800}.notification-groups{display:grid;gap:25px;margin-top:22px}.notification-group>h2{margin:0 0 9px;padding-left:4px;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#6e858b}.notification-list-v18{display:grid;gap:7px}.notification-card-v18{display:grid;grid-template-columns:44px 48px minmax(0,1fr) auto 20px;align-items:center;gap:12px;min-height:78px;padding:12px 15px;border:1px solid #e2ebe9;border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 6px 18px rgba(21,57,63,.035)}.notification-card-v18:hover{transform:translateY(-2px);border-color:#cfe3df;box-shadow:var(--v18-shadow-sm)}.notification-card-v18.is-unread{border-color:#bfe2dc;background:linear-gradient(90deg,#f0fbf8,#fff 55%)}.notification-type-icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:#e7f7f4;color:#0b8d87}.notification-type-icon svg{width:19px;height:19px}.notification-avatar{width:48px;height:48px;border-radius:16px;object-fit:cover;background:#edf3f1}.notification-copy{display:grid;gap:3px;min-width:0}.notification-copy b{font-size:13px;color:var(--v18-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-copy small{font-size:10px;color:var(--v18-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-time{padding:6px 8px;border-radius:999px;background:#f2f6f5;color:#6c7e84;font-size:9px;font-weight:750}.notification-chevron{color:#90a09f}.notification-chevron svg{width:16px}.notification-empty{margin-top:22px}.notification-empty .big-icon svg{width:38px;height:38px}

/* Email-settings and form surfaces */
.field input,.field textarea,.field select,.search-input,.auth-input-wrap{background:#fbfdfc!important;border-color:#dbe7e4!important}.field input:focus,.field textarea:focus,.field select:focus,.search-input:focus{border-color:#63cfc4!important;box-shadow:0 0 0 4px rgba(13,145,138,.10)!important}.form-submit{min-height:50px;border-radius:16px!important;background:linear-gradient(135deg,#0da098,#0b8d87)!important;color:#fff!important;box-shadow:0 10px 24px rgba(11,141,135,.14)}.form-submit:hover{transform:translateY(-1px);box-shadow:0 13px 30px rgba(11,141,135,.20)}

/* Premium footer with compact, stable proportions. */
.site-footer{margin-top:28px!important;background:#fff!important;border-top:1px solid #e2ebe8!important}.site-footer::before{display:none!important}.site-footer-inner.footer-v18{width:min(1240px,calc(100% - 40px));margin:auto;padding:34px 0 18px!important}.footer-v18-main{display:grid;grid-template-columns:minmax(260px,1.25fr) 2fr;gap:70px;align-items:start}.footer-about p{max-width:360px;margin:13px 0 0;color:#7b8b90;font-size:11px;line-height:1.65}.footer-brand span{display:grid}.footer-brand b{font-size:17px}.footer-brand small{font-size:9px;color:#71858b}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.footer-links>div{display:grid;align-content:start;gap:8px}.footer-links b{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#344950}.footer-links a{font-size:10px;color:#718087}.footer-links a:hover{color:#087d77;transform:translateX(2px)}.footer-v18-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:28px;padding-top:15px;border-top:1px solid #edf1f0;font-size:9px;color:#93a0a4}

/* Cookie information notice (only essential cookies are used). */
.essential-cookie-note{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:1200;width:min(720px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px 12px 16px;border:1px solid #d9e7e4;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 55px rgba(15,51,57,.18);backdrop-filter:blur(20px);animation:v18NoteIn .4s var(--v18-ease)}.essential-cookie-note[hidden]{display:none}.essential-cookie-note>span{display:flex;align-items:center;gap:7px;font-size:10px;color:#65777e}.essential-cookie-note>span svg{width:18px;color:#0b8d87}.essential-cookie-note>div{display:flex;align-items:center;gap:8px;flex:none}.essential-cookie-note a,.essential-cookie-note button{font-size:9px;font-weight:800}.essential-cookie-note a{color:#087d77}.essential-cookie-note button{border:0;border-radius:999px;background:#13282f;color:#fff;padding:8px 11px}.essential-cookie-note.is-closing{opacity:0;transform:translate(-50%,10px)}@keyframes v18NoteIn{from{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%,0)}}

/* Auth / onboarding motion and background polish. */
.auth-v14{background:linear-gradient(135deg,#f0f9f7,#fff7f2)!important}.auth-v14-art{position:relative;overflow:hidden}.auth-v14-art::after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-120px;top:-90px;background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,0) 68%);animation:v18AuthGlow 8s ease-in-out infinite alternate}.auth-v14-card{animation:v18CardIn .58s var(--v18-ease) both}.auth-v14-card .auth-field{animation:v18FieldIn .48s var(--v18-ease) both}.auth-v14-card .auth-field:nth-of-type(2){animation-delay:.04s}.auth-v14-card .auth-field:nth-of-type(3){animation-delay:.08s}.auth-v14-card .auth-field:nth-of-type(4){animation-delay:.12s}@keyframes v18CardIn{from{opacity:0;transform:translateY(14px) scale(.992)}to{opacity:1;transform:none}}@keyframes v18FieldIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes v18AuthGlow{to{transform:translate(-50px,60px) scale(1.08)}}

/* Mobile navigation 2026 dock */
@media(max-width:860px){
  body{padding-bottom:94px!important}.site-footer{display:block!important;margin-bottom:82px!important}.site-footer-inner.footer-v18{width:calc(100% - 28px);padding:23px 0 14px!important}.footer-v18-main{display:block}.footer-about p{display:none}.footer-links{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:15px}.footer-links>div{display:contents}.footer-links b{display:none}.footer-links a{font-size:9px}.footer-v18-bottom{margin-top:15px;display:grid;gap:3px}.footer-v18-bottom span:last-child{display:none}
  .mobile-nav.liquid-nav{left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;height:70px!important;min-height:70px!important;border-radius:25px!important;padding:6px 7px calc(6px + env(safe-area-inset-bottom))!important;background:rgba(252,253,253,.94)!important;box-shadow:0 16px 45px rgba(17,49,55,.19)!important}.mobile-nav.liquid-nav a{border-radius:18px!important}.mobile-nav.liquid-nav a>span{width:38px!important;height:38px!important;border-radius:14px!important}.mobile-nav.liquid-nav a.active>span{background:linear-gradient(135deg,#e5f8f4,#dff5f1)!important;color:#087d77!important;transform:translateY(-3px)!important}.mobile-nav.liquid-nav .mobile-create>span{width:51px!important;height:51px!important;margin-top:-21px!important;border-radius:18px!important;background:linear-gradient(135deg,#ff777f,#f15f69)!important;box-shadow:0 12px 25px rgba(241,95,105,.27)!important}.mobile-nav.liquid-nav small{font-size:7.8px!important;font-weight:780!important}.mobile-nav.liquid-nav a.active small{color:#087d77!important}
  .profile-premium{padding:14px!important;gap:15px!important;background:linear-gradient(155deg,#0a7b78,#0d918a)!important}.profile-gallery-main{min-height:0!important;aspect-ratio:4/4.55!important;border-radius:23px!important}.profile-gallery-thumbs{gap:7px!important}.profile-gallery-thumbs button{border-radius:13px!important}.profile-details{padding:12px 4px 6px!important}.profile-name-row h1{font-size:29px!important}.profile-stats{grid-template-columns:repeat(2,1fr)!important}.profile-stats .stat{padding:12px 9px!important;border-radius:17px!important}.profile-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.profile-actions .pill:first-child{grid-column:1/-1}.profile-meta-chips{gap:6px!important}.profile-meta-chips span,.profile-meta-chips a{font-size:9px!important}
  .notification-page-shell{width:calc(100% - 18px);margin:15px auto 105px}.notification-hero-card{display:grid;padding:19px 17px;border-radius:22px}.notification-hero-card h1{font-size:28px}.notification-hero-actions{justify-content:space-between}.notification-card-v18{grid-template-columns:39px 42px minmax(0,1fr) 16px;gap:8px;padding:10px;border-radius:17px;min-height:68px}.notification-type-icon{width:39px;height:39px;border-radius:13px}.notification-avatar{width:42px;height:42px;border-radius:13px}.notification-copy b{font-size:11px}.notification-copy small{font-size:9px}.notification-time{grid-column:3;justify-self:start;padding:0;background:transparent;font-size:8px}.notification-chevron{grid-column:4;grid-row:1/3}.notification-total{display:none}.notification-hero-actions .pill{font-size:10px;padding:10px 13px}
  .choice-label{left:7px!important;bottom:7px!important;padding:6px 8px!important;font-size:9px!important;max-width:calc(100% - 49px)!important}.choice-pct{width:36px!important;height:36px!important;font-size:10px!important;right:7px!important;bottom:7px!important}.choice.is-winner .choice-pct{width:43px!important;height:43px!important;font-size:13px!important}.winner-badge{font-size:7px!important;max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.essential-cookie-note{bottom:90px;display:grid;gap:9px;padding:11px 12px;border-radius:16px}.essential-cookie-note>div{justify-content:flex-end}
}
@media(max-width:390px){.mobile-nav.liquid-nav{left:6px!important;right:6px!important}.mobile-nav.liquid-nav small{font-size:7px!important}.profile-actions{grid-template-columns:1fr!important}.profile-actions .pill:first-child{grid-column:auto}.footer-links{gap:7px 11px}.notification-card-v18{grid-template-columns:36px 38px minmax(0,1fr) 14px}.notification-type-icon{width:36px;height:36px}.notification-avatar{width:38px;height:38px}}
@media(prefers-reduced-motion:reduce){.home-shell::before,.home-shell::after,.auth-v14-art::after,.auth-v14-card,.auth-v14-card .auth-field,.essential-cookie-note{animation:none!important}}


/* ==========================================================================
   Advicer v1.9.0 — mobile-first polish, safer social interactions
   ========================================================================== */
:root{--v19-ink:#12272d;--v19-muted:#6d8187;--v19-surface:#fff;--v19-soft:#f3f8f7;--v19-line:#dfeae7;--v19-teal:#0c918a;--v19-teal-2:#12a9a0;--v19-coral:#f46670;--v19-shadow:0 14px 44px rgba(18,52,58,.08);--v19-ease:cubic-bezier(.22,.78,.24,1)}
.feed-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:min(420px,100%)!important;gap:3px!important;overflow:visible!important}.feed-tabs a{min-width:0!important;width:100%!important;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;padding:9px 7px!important;line-height:1!important}.tab-label-compact{display:none}
.comment-compose,.inline-comment-form{min-width:0!important}.comment-compose>*,.inline-comment-form>*{min-width:0}.comment-compose textarea,.inline-comment-form textarea{min-width:0!important;width:100%!important;overflow-wrap:normal!important;word-break:normal!important;white-space:pre-wrap!important}.comment-send-btn,.inline-send{flex:none!important;min-width:42px!important}.comment-body{min-width:0}.comment-meta{min-width:0;flex-wrap:wrap}.comment-report{margin-left:auto;display:inline-flex;align-items:center;gap:4px;color:#849499;font-size:9px;font-weight:760;white-space:nowrap}.comment-report svg{width:13px;height:13px}.comment-report:hover{color:#d44d58}
.profile-safety-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap;margin-top:12px}.profile-safety-actions form{margin:0}.profile-block-link,.profile-report-link{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:5px;color:#71838a;font-size:10px;font-weight:780;cursor:pointer}.profile-block-link svg,.profile-report-link svg{width:14px;height:14px}.profile-block-link:hover{color:#cf4753}.profile-report-link:hover{color:#b87a1d}.block-state-card{grid-column:1/-1;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;border:1px solid #dce8e5;border-radius:18px;background:#f5f9f8}.block-state-card>span:first-child{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:#e8f3f1;color:#557177}.block-state-card svg{width:18px}.block-state-card div{display:grid;gap:2px}.block-state-card b{font-size:11px}.block-state-card small{font-size:9px;color:var(--v19-muted)}
.blocked-users-list{display:grid;gap:8px}.blocked-user-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 12px;border:1px solid var(--v19-line);border-radius:17px;background:#fbfdfc}.blocked-user-row>img{width:44px;height:44px;border-radius:14px;object-fit:cover}.blocked-user-row>span{display:grid;gap:2px}.blocked-user-row b{font-size:11px}.blocked-user-row small{font-size:9px;color:var(--v19-muted)}.blocked-user-row .pill{font-size:9px;padding:9px 12px}.blocked-empty{display:flex;align-items:center;gap:10px;padding:15px;border-radius:17px;background:#f4faf8;color:#527078}.blocked-empty>svg{width:22px;color:var(--v19-teal)}.blocked-empty>span{display:grid;gap:2px}.blocked-empty b{font-size:11px}.blocked-empty small{font-size:9px;color:var(--v19-muted)}
.advice-card,.form-card,.settings-panel,.notification-hero-card,.social-hero,.discover-hero,.chat-card{transition:box-shadow .28s var(--v19-ease),transform .28s var(--v19-ease),border-color .28s ease}.pill,.form-submit,.comment-send-btn,.inline-send,.search-form button{transition:transform .22s var(--v19-ease),box-shadow .22s var(--v19-ease),background .22s ease}.pill:active,.form-submit:active,.comment-send-btn:active,.inline-send:active{transform:scale(.975)}.mobile-nav.liquid-nav{isolation:isolate}.mobile-nav.liquid-nav a{min-width:0}.mobile-nav.liquid-nav small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
@media(max-width:860px){.feed-tabs{width:100%!important;border-radius:20px!important;padding:4px!important;background:rgba(237,244,242,.96)!important;box-shadow:inset 0 0 0 1px #e1ebe8!important}.feed-tabs::before{top:4px!important;bottom:4px!important;border-radius:16px!important;box-shadow:0 5px 16px rgba(17,55,61,.08)!important}.feed-tabs a{font-size:11px!important;font-weight:820!important;padding:10px 4px!important;letter-spacing:-.01em!important}.tab-label-wide{display:none}.tab-label-compact{display:inline}.comment-compose{grid-template-columns:32px minmax(0,1fr) 42px!important;gap:7px!important;padding:9px!important;border-radius:17px!important}.comment-compose>img{width:32px!important;height:32px!important}.comment-compose textarea{min-height:40px!important;padding:9px 5px!important;font-size:12px!important;resize:none!important}.comment-send-btn{width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;border-radius:13px!important}.comment-send-btn span{display:none!important}.inline-comment-form{grid-template-columns:30px minmax(0,1fr) 40px!important}.inline-send{width:40px!important;height:40px!important;min-width:40px!important}.mobile-nav.liquid-nav{left:8px!important;right:8px!important;bottom:calc(7px + env(safe-area-inset-bottom))!important;min-height:68px!important;height:auto!important;border-radius:23px!important;background:rgba(250,253,252,.93)!important;border:1px solid rgba(211,225,221,.96)!important;box-shadow:0 14px 38px rgba(14,44,50,.18)!important;backdrop-filter:blur(22px) saturate(1.2)!important;padding:6px 5px calc(6px + env(safe-area-inset-bottom))!important}.mobile-nav.liquid-nav a{gap:0!important;border-radius:16px!important}.mobile-nav.liquid-nav a>span{width:37px!important;height:37px!important;border-radius:13px!important}.mobile-nav.liquid-nav svg{width:19px!important;height:19px!important}.mobile-nav.liquid-nav small{font-size:7.5px!important;line-height:1.05!important;margin-top:1px!important}.mobile-nav.liquid-nav a.active>span{transform:translateY(-2px)!important;background:#e5f7f3!important;color:#087f79!important;box-shadow:0 6px 14px rgba(10,126,121,.10)!important}.mobile-nav.liquid-nav .mobile-create>span{width:49px!important;height:49px!important;margin-top:-18px!important;border-radius:17px!important;background:linear-gradient(145deg,#ff747c,#ef5b66)!important;box-shadow:0 10px 23px rgba(239,91,102,.28)!important;color:#fff!important}.profile-safety-actions{gap:10px}.blocked-user-row{grid-template-columns:40px minmax(0,1fr)}.blocked-user-row>img{width:40px;height:40px}.blocked-user-row form{grid-column:1/-1}.blocked-user-row .pill{width:100%}}
@media(max-width:430px){.page-shell{padding-left:8px!important;padding-right:8px!important}.v14-feed-intro{gap:10px!important}.feed-tabs a{font-size:10px!important;padding:9px 2px!important}.feed-tabs{border-radius:18px!important}.advice-card{border-radius:19px!important;padding:11px!important}.choice{border-radius:15px!important}.post-actions{padding-bottom:2px}.comment-compose{grid-template-columns:minmax(0,1fr) 42px!important}.comment-compose>img{display:none!important}.inline-comment-form{grid-template-columns:minmax(0,1fr) 40px!important}.inline-comment-form>img{display:none!important}.mobile-nav.liquid-nav{left:6px!important;right:6px!important}.mobile-nav.liquid-nav small{font-size:7px!important}}
@media(max-width:350px){.mobile-nav.liquid-nav small{display:none}.mobile-nav.liquid-nav{min-height:60px!important}.mobile-nav.liquid-nav .mobile-create>span{margin-top:-15px!important}.feed-tabs a{font-size:9px!important}}
/* Advicer 2.0 — Clarity UI
   Purpose: reduce visual noise, simplify page backgrounds, normalize controls and keep the social flow fast. */
:root{
  --c-bg:#f5f8f7;
  --c-bg-warm:#faf9f6;
  --c-surface:#ffffff;
  --c-surface-soft:#f8faf9;
  --c-ink:#14272c;
  --c-muted:#718187;
  --c-line:#dfe9e6;
  --c-teal:#0f9d96;
  --c-teal-deep:#087b75;
  --c-teal-soft:#e7f7f4;
  --c-coral:#f2616b;
  --c-shadow:0 10px 32px rgba(22,55,60,.07);
  --c-shadow-hover:0 16px 42px rgba(22,55,60,.10);
  --c-card:18px;
  --c-control:14px;
  --c-ease:cubic-bezier(.2,.8,.2,1)
}
html{background:var(--c-bg)}
body{background:var(--c-bg)!important;color:var(--c-ink);font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}
body::before,body::after,.home-stage::before,.home-stage::after,.home-shell::before,.home-shell::after,.home-ribbon{display:none!important}

/* Page-specific backgrounds: quiet, not decorative. */
body.route-index,body.route-search,body.route-friends,body.route-messages,body.route-chat,body.route-notifications{background:#f4f8f7!important}
body.route-profile{background:linear-gradient(180deg,#edf7f5 0,#f7f9f8 48%,#f7f9f8 100%)!important}
body.route-settings,body.route-create{background:#f7f8f7!important}
body.route-privacy,body.route-cookies,body.route-terms,body.route-legal,body.route-comment-ca-marche{background:#fff!important}
body.auth-page{background:linear-gradient(145deg,#eff8f6 0,#fbf9f4 100%)!important}

/* Global typography and shell */
.page-shell{max-width:1180px!important;padding:30px 22px 76px!important}
.eyebrow{letter-spacing:.08em!important;font-size:10px!important}
.panel,.form-card,.settings-panel,.profile-post-card,.discover-card,.right-card,.chat-card,.notification-hero-card,.social-hero{border:1px solid var(--c-line)!important;border-radius:var(--c-card)!important;box-shadow:none!important;background:var(--c-surface)!important}
.panel:hover,.profile-post-card:hover,.discover-card:hover{box-shadow:var(--c-shadow)!important}
.pill,.form-submit,.create-nav,.hero-cta{border-radius:13px!important;box-shadow:none!important;transition:transform .2s var(--c-ease),background .2s ease,border-color .2s ease,box-shadow .2s ease!important}
.pill:hover,.form-submit:hover,.create-nav:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(11,125,119,.12)!important}
.pill:active,.form-submit:active,.create-nav:active{transform:translateY(0) scale(.985)}

/* Header: one quiet bar, fewer competing shapes. */
.topbar{background:rgba(255,255,255,.94)!important;border-bottom:1px solid var(--c-line)!important;backdrop-filter:blur(16px)!important;box-shadow:none!important}
.topbar-inner{height:68px!important;max-width:1180px!important;padding:0 22px!important;gap:22px!important}
.brand-mark{background:transparent!important;box-shadow:none!important}
.brand-mark img{border-radius:10px}
.brand-name{font-weight:850!important;letter-spacing:-.025em}
.desktop-nav{gap:2px!important}
.desktop-nav a{background:transparent!important;border-radius:10px!important;padding:9px 11px!important;font-size:13px!important}
.desktop-nav a.active{color:var(--c-teal-deep)!important;box-shadow:inset 0 -2px 0 var(--c-teal)!important;border-radius:0!important}
.global-search{height:40px!important;background:#f7f9f8!important;border:1px solid var(--c-line)!important;box-shadow:none!important}
.create-nav{background:var(--c-coral)!important;color:#fff!important;padding:10px 15px!important}
.bell{background:#f4f7f6!important;border:1px solid var(--c-line)!important}
.mini-profile span:last-child{font-size:12px!important}

/* HOME / FEED: centered content only. */
.home-stage{background:transparent!important}
.home-simple{max-width:820px!important;padding-top:26px!important}
.feed-simple{width:100%;min-width:0}
.feed-simple-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:15px}
.feed-simple-head h1{margin:0;color:var(--c-ink);font-size:28px;line-height:1.12;letter-spacing:-.035em}
.feed-simple-head p{margin:5px 0 0;color:var(--c-muted);font-size:13px}
.feed-simple-create{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 13px;border-radius:12px;background:var(--c-coral);color:#fff;font-size:12px;font-weight:800;white-space:nowrap}
.feed-simple-create svg{width:16px;height:16px}
.feed-tabs{width:100%!important;max-width:none!important;background:#edf3f1!important;border:1px solid var(--c-line)!important;border-radius:14px!important;padding:3px!important;box-shadow:none!important;overflow:hidden!important}
.feed-tabs::before{border-radius:11px!important;box-shadow:0 2px 9px rgba(20,53,57,.06)!important}
.feed-tabs a{padding:9px 8px!important;font-size:12px!important;line-height:1.2!important}
.feed-simple-hint{margin:10px 2px 16px;color:#819096;font-size:11px}
.feed-list{gap:14px!important}
.advice-card{border:1px solid var(--c-line)!important;border-radius:20px!important;box-shadow:none!important;padding:16px!important;background:#fff!important;transform:none!important}
.advice-card.is-focus,.advice-card:hover{transform:none!important;box-shadow:var(--c-shadow)!important}
.advice-question{margin:13px 0 11px!important;font-size:18px!important;letter-spacing:-.018em}
.swipe-hint{margin-bottom:7px!important}
.choice{border-radius:15px!important;background:#eef3f1!important}
.choice-label{background:rgba(16,31,35,.76)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:9px!important;padding:5px 8px!important;text-shadow:none!important;backdrop-filter:blur(8px)}
.choice-pct{box-shadow:0 4px 16px rgba(7,28,32,.12)!important}
.results{margin-top:11px!important}
.post-actions{margin-top:12px!important;padding-top:10px;border-top:1px solid #edf2f0}
.feed-gesture-note,.people-strip,.home-left,.home-right,.seo-home{display:none!important}

/* Forms: fewer nested boxes. */
.form-shell{max-width:760px!important;margin:28px auto 70px!important}
.form-card{padding:24px!important}
.field{gap:6px!important;margin:13px 0!important}
.field input,.field textarea,.field select,.search-input{background:#fafcfb!important;border:1px solid var(--c-line)!important;border-radius:12px!important;box-shadow:none!important}
.field input:focus,.field textarea:focus,.field select:focus,.search-input:focus{border-color:#86cfc9!important;box-shadow:0 0 0 3px rgba(15,157,150,.08)!important}

/* Settings: clean rows, no ornamental numbering needed. */
.settings-heading-mark{display:none!important}
.settings-page-header .eyebrow,.settings-panel>.eyebrow{display:none!important}
.settings-panel{padding:22px!important}
.settings-switch-form .switch-row,.switch-row{background:#fafcfb!important;border:1px solid var(--c-line)!important;border-radius:14px!important;box-shadow:none!important}

/* Notifications/messages/friends: compact information density. */
.notification-page-shell,.messages-page,.friends-page{max-width:920px!important}
.notification-hero-card{padding:22px!important}
.notification-card-v18{border-radius:14px!important;box-shadow:none!important;border:1px solid #e5ecea!important}
.notification-card-v18:hover{background:#fbfdfc!important;transform:none!important}
.notification-copy small{color:var(--c-muted)!important}
.chat-card,.message-list-card,.friend-card,.member-card{box-shadow:none!important}

/* Profile: the content remains rich, but the surface is quiet. */
.profile-premium{border-radius:24px!important;box-shadow:none!important}
.profile-gallery-main,.profile-gallery-thumbs button{border-radius:14px!important}
.profile-stats .stat{border-radius:14px!important;background:rgba(255,255,255,.92)!important}
.profile-meta-chips{gap:7px!important}
.profile-meta-chips span,.profile-meta-chips a{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.18)!important}
.profile-post-grid{gap:12px!important}

/* Legal/information pages: editorial rather than app-dashboard styling. */
.route-privacy .page-shell,.route-cookies .page-shell,.route-terms .page-shell,.route-legal .page-shell,.route-comment-ca-marche .page-shell{max-width:900px!important}
.route-privacy .legal-card,.route-cookies .legal-card,.route-terms .legal-card,.route-legal .legal-card{box-shadow:none!important;border-color:#edf0ef!important}

/* Minimal footer */
.site-footer.footer-v20{background:#fff!important;border-top:1px solid var(--c-line)!important;margin:0!important;padding:0!important}
.footer-v20-inner{max-width:1180px;margin:auto;min-height:96px;padding:20px 22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.footer-v20-brand{display:flex;align-items:center;gap:9px;min-width:max-content}
.footer-v20-brand img{width:34px;height:34px;object-fit:contain}
.footer-v20-brand span{display:grid;gap:1px}.footer-v20-brand b{font-size:14px}.footer-v20-brand small{font-size:9px;color:var(--c-muted)}
.footer-v20-links{display:flex;justify-content:center;flex-wrap:wrap;gap:7px 17px}
.footer-v20-links a{font-size:10px;color:#6b7b80;transition:color .2s ease}.footer-v20-links a:hover{color:var(--c-teal-deep)}
.footer-v20-copy{white-space:nowrap;font-size:9px;color:#94a0a4}

/* Professional essential-cookie information card. No fake consent choice: only strictly necessary cookies are used. */
.privacy-popover{position:fixed;right:20px;bottom:20px;z-index:1300;width:min(430px,calc(100% - 40px));display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:12px;padding:15px;border:1px solid #dce8e5;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 20px 55px rgba(18,49,54,.16);backdrop-filter:blur(20px);animation:privacyIn .38s var(--c-ease)}
.privacy-popover[hidden]{display:none!important}
.privacy-popover-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eef8f6}.privacy-popover-mark img{width:32px;height:32px;object-fit:contain}
.privacy-popover-copy{min-width:0}.privacy-popover-copy>b{display:block;font-size:13px;letter-spacing:-.01em}.privacy-popover-copy p{margin:3px 0 6px;color:var(--c-muted);font-size:10px;line-height:1.45}.privacy-popover-copy a{font-size:9px;font-weight:800;color:var(--c-teal-deep)}
.privacy-popover-ok{align-self:center;border:0;border-radius:11px;background:var(--c-ink);color:#fff;padding:9px 11px;font-size:10px;font-weight:850;transition:transform .18s ease,background .18s ease}.privacy-popover-ok:hover{background:#20383e}.privacy-popover-ok:active{transform:scale(.97)}
.privacy-popover.is-closing{opacity:0;transform:translateY(8px);transition:.22s ease}@keyframes privacyIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

/* Mobile dock: simple, flat and readable. */
@media(max-width:860px){
  body{padding-bottom:82px!important}
  .page-shell{padding:17px 10px 48px!important}
  .topbar-inner{height:58px!important;padding:0 10px!important}
  .brand-mark img{width:34px!important;height:34px!important}.brand-name{font-size:17px!important}
  .feed-simple-head{align-items:flex-start;margin-bottom:12px}.feed-simple-head h1{font-size:24px}.feed-simple-head p{font-size:11px}.feed-simple-create span{display:none}.feed-simple-create{width:40px;height:40px;padding:0;justify-content:center;border-radius:12px}
  .feed-tabs{border-radius:13px!important}.feed-tabs::before{border-radius:10px!important}.feed-tabs a{font-size:10px!important;padding:9px 3px!important}
  .feed-simple-hint{font-size:9px;margin:8px 2px 12px}
  .advice-card{padding:11px!important;border-radius:17px!important}.advice-question{font-size:16px!important}
  .choice{border-radius:13px!important}.choice-label{font-size:9px!important}.choice-pct{width:35px!important;height:35px!important}
  .site-footer.footer-v20{display:block!important;margin:0 0 76px!important}.footer-v20-inner{display:block;min-height:0;padding:18px 14px}.footer-v20-brand{justify-content:center}.footer-v20-links{margin-top:12px;gap:7px 12px}.footer-v20-links a{font-size:9px}.footer-v20-copy{display:block;text-align:center;margin-top:10px}
  .mobile-nav.liquid-nav{display:grid!important;left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;grid-template-columns:repeat(5,1fr)!important;min-height:62px!important;height:62px!important;padding:5px 6px!important;border:1px solid rgba(211,225,221,.96)!important;border-radius:20px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 12px 32px rgba(19,48,53,.15)!important;backdrop-filter:blur(18px)!important}
  .mobile-nav.liquid-nav a{gap:0!important;border-radius:12px!important}.mobile-nav.liquid-nav a>span{width:34px!important;height:34px!important;border-radius:11px!important}.mobile-nav.liquid-nav svg{width:18px!important;height:18px!important}.mobile-nav.liquid-nav small{font-size:7px!important;font-weight:750!important}.mobile-nav.liquid-nav a.active>span{background:var(--c-teal-soft)!important;color:var(--c-teal-deep)!important;transform:none!important;box-shadow:none!important}.mobile-nav.liquid-nav .mobile-create>span{width:43px!important;height:43px!important;margin-top:-14px!important;border-radius:14px!important;background:var(--c-coral)!important;box-shadow:0 7px 17px rgba(242,97,107,.23)!important}
  .privacy-popover{left:10px;right:10px;bottom:82px;width:auto;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:12px;border-radius:16px}.privacy-popover-mark{width:38px;height:38px}.privacy-popover-ok{grid-column:1/-1;width:100%;padding:10px}.privacy-popover-copy p{font-size:9px}.privacy-popover-copy>b{font-size:12px}
  .settings-panel{padding:16px!important}.form-card{padding:17px!important}.profile-premium{border-radius:19px!important}
}
@media(max-width:420px){
  .page-shell{padding-left:7px!important;padding-right:7px!important}
  .feed-tabs a{font-size:9.5px!important}
  .post-actions{gap:9px!important}.post-actions .action-link{font-size:9px!important}
  .footer-v20-links a:nth-child(4),.footer-v20-links a:nth-child(6){display:none}
  .privacy-popover{left:7px;right:7px}
}
@media(max-width:350px){.mobile-nav.liquid-nav small{display:none!important}.mobile-nav.liquid-nav{height:56px!important;min-height:56px!important}.privacy-popover{bottom:74px}}
@media(prefers-reduced-motion:reduce){.privacy-popover,.pill,.form-submit,.create-nav,.feed-simple-create,.advice-card{animation:none!important;transition:none!important}}

/* ============================================================
   Advicer 2.1 — final polish: profile, navigation, chat, settings
   ============================================================ */
:root{--v21-bg:#f5f8f7;--v21-surface:#fff;--v21-line:#dfe9e7;--v21-ink:#172a2f;--v21-muted:#6e8083;--v21-teal:#0b8d87;--v21-teal-soft:#e8f5f3;--v21-coral:#f26069}
body.route-profile,body.route-edit-profile,body.route-settings{background:var(--v21-bg)!important}

/* Single, calm active state. Remove the old double underline. */
.desktop-nav a::after{display:none!important}
.desktop-nav a.active{background:var(--v21-teal-soft)!important;color:#08766f!important;box-shadow:none!important;border:0!important;border-radius:10px!important}
.desktop-nav a:hover{background:#f0f6f5!important;color:#234246!important}

/* Profile: neutral card with brand accents only, not a full teal wall. */
.profile-page{max-width:1120px!important}
.profile-premium{display:grid!important;grid-template-columns:minmax(300px,390px) minmax(0,1fr)!important;gap:28px!important;background:#fff!important;border:1px solid var(--v21-line)!important;border-radius:24px!important;padding:22px!important;overflow:hidden!important;box-shadow:0 18px 48px rgba(31,61,61,.06)!important}
.profile-premium::after{display:none!important}
.profile-gallery{background:#eff6f4!important;border:1px solid #dceae7!important;border-radius:19px!important;padding:8px!important;align-self:start}
.profile-gallery-main{background:linear-gradient(145deg,#dcefeb,#f2f7f6)!important;border:0!important;border-radius:15px!important;box-shadow:none!important;overflow:hidden!important}
.profile-gallery-image{border-radius:15px!important;background:#e6f0ee!important}
.profile-gallery-thumbs{padding:8px 0 0!important;gap:7px!important}
.profile-gallery-thumbs button{background:#fff!important;border:1px solid #d9e7e4!important;border-radius:12px!important;overflow:hidden!important;box-shadow:none!important}
.profile-gallery-thumbs button.active{border-color:#1aa29b!important;box-shadow:0 0 0 2px rgba(18,154,147,.13)!important}
.profile-details{padding:12px 4px!important;color:var(--v21-ink)!important}
.profile-name-row h1{color:var(--v21-ink)!important;letter-spacing:-.03em!important}
.profile-details .eyebrow{color:#0c817a!important}
.profile-details .handle{color:#60777a!important}
.profile-bio{color:#31484c!important;max-width:560px!important}
.profile-meta-chips span,.profile-meta-chips a{background:#f0f6f5!important;border:1px solid #e0ebe9!important;color:#496367!important}
.profile-premium .profile-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important}
.profile-stats .stat{background:#f7faf9!important;border:1px solid #e2ecea!important;border-radius:14px!important;color:var(--v21-ink)!important;min-width:0!important;padding:13px 8px!important}
.profile-stats .stat b{font-size:21px!important;color:#18383d!important}.profile-stats .stat small{color:#758589!important;font-size:10px!important}
.profile-actions .pill.primary{background:var(--v21-teal)!important;color:#fff!important}.profile-actions .pill.ghost{background:#f1f6f5!important;color:#244349!important}
.icon-settings{background:#eef6f4!important;border:1px solid #dbe9e6!important;color:#087e77!important;box-shadow:none!important}

/* Standalone profile editor. */
.edit-profile-shell{max-width:900px!important}.simple-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:28px 0 16px}.simple-page-head h1{margin:3px 0 5px;font-size:31px;letter-spacing:-.035em}.simple-page-head p{margin:0;color:var(--v21-muted)}.simple-page-head .eyebrow{color:#0b8780;font-weight:850;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.profile-edit-standalone{padding:22px!important}.edit-profile-section+.edit-profile-section{border-top:1px solid var(--v21-line);margin-top:22px;padding-top:22px}.edit-section-title h2{margin:0;font-size:18px}.edit-section-title p{margin:4px 0 13px;color:var(--v21-muted);font-size:12px}.sticky-form-action{margin-top:8px}

/* Settings fail gracefully and stay compact. */
.settings-v21{max-width:860px!important}.settings-head-actions{display:flex;gap:8px;flex-wrap:wrap}.compat-note{padding:13px 14px;border-radius:12px;background:#fff7df;border:1px solid #f0dfaa;color:#785f1b;font-size:12px}.settings-v21 .settings-panel{padding:20px!important}.settings-v21 .settings-panel-head h2{font-size:19px!important}.settings-v21 .switch-row{padding:13px 14px!important}.settings-v21 .form-submit{max-width:300px}.settings-v21 .notification-fallback-save{max-width:none}

/* Chat actions / deletion. */
.chat-v21 .chat-head{gap:9px}.chat-clear-btn{margin-left:6px;border:1px solid #dde8e6;background:#f7faf9;color:#5e7477;border-radius:11px;padding:8px 10px;display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800}.chat-clear-btn svg{width:16px;height:16px}.chat-clear-btn:hover{background:#fff0f0;border-color:#f1dada;color:#a54a50}.bubble{position:relative}.bubble-meta{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:4px}.bubble-meta small{margin:0!important}.message-delete{width:25px;height:25px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#8b9a9d;opacity:0;transition:opacity .18s ease,background .18s ease,color .18s ease}.bubble:hover .message-delete,.message-delete:focus-visible{opacity:1}.message-delete:hover{background:#fff0f0;color:#b54d54}.message-delete svg{width:14px;height:14px}.bubble.deleted{background:#f2f5f4!important;color:#839093!important}.bubble.deleted .bubble-text em{font-style:normal;font-size:12px}.chat-empty{margin:auto;display:grid;text-align:center;gap:3px;color:#6d8082;padding:24px}.chat-empty b{color:#2b464a}.chat-empty span{font-size:11px}

@media(max-width:820px){
 .profile-premium{grid-template-columns:1fr!important;gap:15px!important;padding:14px!important;border-radius:20px!important}.profile-gallery{max-width:none!important}.profile-gallery-main{aspect-ratio:4/4.25!important}.profile-details{padding:8px 4px 4px!important}.profile-premium .profile-stats{grid-template-columns:repeat(4,minmax(78px,1fr))!important;overflow-x:auto!important}.simple-page-head{padding:0 3px}.settings-head-actions{width:100%}
}
@media(max-width:600px){
 body.route-profile{background:#f7f9f8!important}.profile-page{padding:9px 8px 90px!important}.profile-premium{display:block!important;border-radius:18px!important;padding:9px!important;box-shadow:none!important}.profile-gallery{border-radius:15px!important;padding:6px!important}.profile-gallery-main{aspect-ratio:4/4.6!important;border-radius:12px!important}.profile-gallery-image{border-radius:12px!important}.profile-gallery-thumbs button{border-radius:10px!important}.profile-details{padding:17px 7px 8px!important}.profile-name-row h1{font-size:27px!important}.profile-premium .profile-stats{grid-template-columns:repeat(2,1fr)!important;overflow:visible!important}.profile-actions{display:grid!important;grid-template-columns:1fr!important}.profile-actions>*{width:100%!important}.profile-actions .pill{width:100%!important}.profile-meta-chips{flex-wrap:wrap!important}.simple-page-head{display:grid;margin:17px 0 12px}.simple-page-head h1{font-size:27px}.simple-page-head .pill{justify-self:start}.profile-edit-standalone{padding:15px!important}.settings-v21 .settings-panel{padding:15px!important}.settings-head-actions{display:grid;grid-template-columns:1fr 1fr}.settings-head-actions .pill{padding:9px 8px;font-size:10px}.chat-clear-btn span{display:none}.chat-clear-btn{padding:8px;margin-left:auto}.bubble{max-width:86%!important}.message-delete{opacity:1}.chat-head .friend-lock{display:none!important}
}
.experience-actions{display:flex;align-items:center;gap:9px;margin-top:12px}.experience-actions .form-submit{margin:0!important;flex:1}.experience-actions .pill{min-height:44px}
@media(max-width:600px){.experience-actions{display:grid;grid-template-columns:1fr}.experience-actions .pill{width:100%}}
/* Advicer 2.2 — Refine UI
   Final cascade layer: neutral profile, single navigation state, iOS/Android-like chat controls. */
:root{
  --r-bg:#f5f8f7;
  --r-surface:#ffffff;
  --r-surface-2:#f7faf9;
  --r-line:#dfe8e6;
  --r-ink:#152a2f;
  --r-muted:#718287;
  --r-teal:#0b8d87;
  --r-teal-hover:#087c77;
  --r-teal-soft:#e9f6f4;
  --r-coral:#f2616b;
  --r-danger:#c4535d;
  --r-shadow:0 14px 40px rgba(28,55,59,.065);
}

/* Header: exactly one active treatment. */
.desktop-nav a,.desktop-nav a:hover,.desktop-nav a.active{
  text-decoration:none!important;border:0!important;box-shadow:none!important;outline-offset:3px!important;
}
.desktop-nav a::before,.desktop-nav a::after{content:none!important;display:none!important;width:0!important;height:0!important;border:0!important;box-shadow:none!important}
.desktop-nav a.active{background:var(--r-teal-soft)!important;color:var(--r-teal-hover)!important;border-radius:10px!important}
.desktop-nav a:not(.active):hover{background:#f3f7f6!important;color:#28464a!important}

/* Home: the top navbar already owns the primary create action on desktop; mobile owns it in the dock. */
.feed-simple-create{display:none!important}
.feed-simple-head{justify-content:flex-start!important}

/* Profile: intentionally neutral and professional. No teal wall, no yellow blob. */
body.route-profile{background:var(--r-bg)!important}
.profile-page{max-width:1120px!important}
.profile-premium{
  display:grid!important;grid-template-columns:minmax(290px,370px) minmax(0,1fr)!important;gap:30px!important;
  background:var(--r-surface)!important;border:1px solid var(--r-line)!important;border-radius:24px!important;
  padding:22px!important;box-shadow:var(--r-shadow)!important;overflow:visible!important;color:var(--r-ink)!important;
}
.profile-premium::before,.profile-premium::after{content:none!important;display:none!important}
.profile-gallery{background:transparent!important;border:0!important;border-radius:18px!important;padding:0!important;box-shadow:none!important}
.profile-gallery-main{background:#eef3f2!important;border:1px solid var(--r-line)!important;border-radius:18px!important;box-shadow:none!important;overflow:hidden!important}
.profile-gallery-image{background:#eef3f2!important;border-radius:18px!important}
.profile-gallery-thumbs{background:transparent!important;padding:9px 0 0!important;gap:8px!important}
.profile-gallery-thumbs button{background:#f7faf9!important;border:1px solid var(--r-line)!important;border-radius:13px!important;box-shadow:none!important}
.profile-gallery-thumbs button.active{border-color:#74c9c4!important;box-shadow:0 0 0 2px rgba(11,141,135,.10)!important}
.profile-presence{background:rgba(20,42,47,.88)!important;color:#fff!important;backdrop-filter:blur(8px)}
.profile-details{padding:10px 3px!important;color:var(--r-ink)!important}
.profile-details .eyebrow{color:var(--r-teal)!important}
.profile-name-row h1{color:var(--r-ink)!important}
.profile-details .handle,.profile-bio{color:#4d6569!important}
.profile-meta-chips span,.profile-meta-chips a{background:#f4f8f7!important;border:1px solid #e2ebe9!important;color:#4a6468!important;backdrop-filter:none!important}
.profile-premium .profile-stats{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important}
.profile-stats .stat{background:#f7faf9!important;border:1px solid #e1eae8!important;border-radius:14px!important;color:var(--r-ink)!important;box-shadow:none!important}
.profile-stats .stat b{color:#17383d!important}.profile-stats .stat small{color:#77888c!important}
.profile-actions .pill.primary{background:var(--r-teal)!important;color:#fff!important}.profile-actions .pill.primary:hover{background:var(--r-teal-hover)!important}
.profile-actions .pill.ghost{background:#f2f6f5!important;color:#28464a!important;border:1px solid #e1eae8!important}
.icon-settings{background:#f4f8f7!important;color:var(--r-teal-hover)!important;border:1px solid var(--r-line)!important;box-shadow:none!important}

/* Edit-profile preference: explicit persistence feedback. */
.profile-preference-block{display:grid;gap:7px;margin-top:14px}
.preference-save-state{display:block;padding-left:3px;color:#7a8b8f;font-size:11px;min-height:17px}
.preference-save-state[data-state="saving"]{color:#6b7f82}.preference-save-state[data-state="saved"]{color:#23806f}.preference-save-state[data-state="error"]{color:var(--r-danger)}
.check-control input:disabled+.switch{opacity:.6;cursor:wait}

/* Chat: quiet 2026 mobile-first controls. */
.chat-v21 .chat-head{display:flex!important;align-items:center!important;gap:10px!important;padding:13px 16px!important;border-bottom:1px solid #e6eeec!important;background:rgba(255,255,255,.96)!important}
.chat-icon-btn{width:36px!important;height:36px!important;min-width:36px!important;display:grid!important;place-items:center!important;border:1px solid #e1eae8!important;background:#f7faf9!important;color:#466266!important;border-radius:12px!important;padding:0!important;list-style:none!important;box-shadow:none!important}
.chat-icon-btn::-webkit-details-marker{display:none}.chat-icon-btn::marker{display:none;content:""}
.chat-icon-btn svg{width:18px!important;height:18px!important;stroke-width:1.7!important}
.chat-icon-btn:hover{background:var(--r-teal-soft)!important;color:var(--r-teal-hover)!important;border-color:#cfe5e2!important}
.chat-person{flex:1!important;min-width:0!important}.chat-person .avatar{width:42px!important;height:42px!important}
.chat-friend-chip{font-size:10px;font-weight:800;color:#517075;background:#f1f6f5;border:1px solid #e0eae8;padding:6px 9px;border-radius:999px;white-space:nowrap}
.friend-lock,.chat-clear-btn{display:none!important}
.chat-menu{position:relative;margin-left:0}.chat-menu>summary{cursor:pointer}.chat-menu[open]>summary{background:var(--r-teal-soft)!important;color:var(--r-teal-hover)!important}
.chat-menu-popover{position:absolute;right:0;top:44px;z-index:30;width:210px;padding:6px;background:#fff;border:1px solid var(--r-line);border-radius:14px;box-shadow:0 18px 45px rgba(21,47,51,.14);display:grid;gap:2px}
.chat-menu-popover a,.chat-menu-popover button{width:100%;border:0;background:transparent;color:#2c474b;border-radius:10px;padding:10px 11px;display:flex;align-items:center;gap:9px;text-align:left;font-size:12px;font-weight:750}
.chat-menu-popover a:hover,.chat-menu-popover button:hover{background:#f3f7f6}.chat-menu-popover button{color:#a94d55}.chat-menu-popover button:hover{background:#fff2f3}
.chat-menu-popover svg{width:17px;height:17px;stroke-width:1.7}
.chat-card{border-radius:20px!important;overflow:hidden!important;box-shadow:0 12px 36px rgba(24,54,58,.06)!important}
.chat-messages{background:#f7faf9!important}
.bubble{border-radius:16px!important;box-shadow:none!important;border:1px solid #e1eae8!important;background:#fff!important;color:#20383c!important}
.bubble.mine{background:#e7f6f3!important;border-color:#cde9e5!important}
.message-delete{width:28px!important;height:28px!important;border-radius:9px!important;color:#819195!important}
.message-delete svg{width:14px!important;height:14px!important;stroke-width:1.7!important}.message-delete:hover{background:#fff0f1!important;color:#b24e57!important}
.chat-compose{background:#fff!important;border-top:1px solid #e1eae8!important;padding:12px 14px!important;gap:9px!important}
.chat-compose input{background:#f7faf9!important;border:1px solid #dfe9e7!important;border-radius:14px!important;padding:13px 15px!important}
.chat-compose button{width:44px!important;height:44px!important;border-radius:13px!important;background:var(--r-teal)!important;color:#fff!important;display:grid!important;place-items:center!important;border:0!important;box-shadow:none!important}
.chat-compose button svg{width:19px!important;height:19px!important;stroke-width:1.7!important}

@media(max-width:820px){
  .profile-premium{grid-template-columns:1fr!important;gap:16px!important;padding:14px!important}
  .profile-gallery{max-width:520px;width:100%;margin:0 auto}
  .profile-gallery-main{aspect-ratio:4/4.3!important}
  .profile-details{padding:10px 4px!important}
}
@media(max-width:600px){
  .profile-page{padding:10px 8px 92px!important}.profile-premium{border-radius:18px!important;padding:10px!important;box-shadow:none!important}
  .profile-gallery-main{aspect-ratio:4/4.45!important;border-radius:15px!important}.profile-gallery-image{border-radius:15px!important}
  .profile-premium .profile-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-actions{grid-template-columns:1fr!important}.profile-actions>*{width:100%!important}.profile-actions .pill{width:100%!important}
  .chat-v21 .chat-head{padding:10px 9px!important;gap:8px!important}.chat-friend-chip{display:none}.chat-menu-popover{position:fixed;left:12px;right:12px;top:auto;bottom:88px;width:auto}
  .chat-person .avatar{width:38px!important;height:38px!important}.bubble{max-width:88%!important}.chat-compose{padding:9px!important}.chat-compose button{width:42px!important;height:42px!important}
}


/* ===== V3 DESIGN SYSTEM ===== */
/* Advicer v3 Design System — production layer. Legacy CSS is frozen in legacy.bundle.css. */
:root{
  --a-bg:#f5f8f8;--a-surface:#fff;--a-surface-2:#f0f5f4;--a-text:#13262b;--a-muted:#6d7d82;
  --a-line:#dce7e5;--a-brand:#0b8f88;--a-brand-2:#13aaa1;--a-brand-soft:#e4f6f3;--a-coral:#f25f69;
  --a-coral-dark:#da4c58;--a-danger:#c6374f;--a-success:#16855f;--a-warning:#b78320;
  --a-r-xs:10px;--a-r-sm:14px;--a-r-md:18px;--a-r-lg:24px;--a-r-xl:30px;
  --a-shadow-sm:0 4px 14px rgba(18,45,43,.06);--a-shadow:0 16px 44px rgba(18,45,43,.09);
  --a-fast:160ms;--a-med:260ms;--a-ease:cubic-bezier(.2,.8,.2,1);
  --a-max:1160px;--a-nav-h:72px;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI Variable","Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{background:var(--a-bg);scroll-behavior:smooth}body{margin:0;color:var(--a-text);background:var(--a-bg);font-family:inherit;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}img{max-width:100%}svg{width:1.2em;height:1.2em}
body::before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(900px 480px at -5% -10%,rgba(19,170,161,.09),transparent 64%),radial-gradient(700px 420px at 105% 0%,rgba(242,95,105,.055),transparent 60%),var(--a-bg);pointer-events:none}
.route-privacy::before,.route-terms::before,.route-cookies::before,.route-legal::before{background:#fff}.route-profile::before,.route-edit-profile::before{background:linear-gradient(180deg,#f4f8f7,#f8faf9 45%,#fff)}
main{min-height:calc(100dvh - var(--a-nav-h));padding-bottom:28px}.page-shell,.form-shell,.chat-shell{width:min(var(--a-max),calc(100% - 32px));margin:0 auto}
.topbar{height:var(--a-nav-h);position:sticky;top:0;z-index:80;background:rgba(255,255,255,.92);backdrop-filter:saturate(150%) blur(18px);border-bottom:1px solid rgba(220,231,229,.8)}.topbar-inner{height:100%;width:min(1240px,calc(100% - 28px));margin:auto;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:8px;text-decoration:none;font-weight:900;font-size:22px;letter-spacing:-.04em}.brand-mark img{display:block;width:40px;height:40px;object-fit:contain}.desktop-nav{display:flex;gap:6px;align-items:center}.desktop-nav a{position:relative;text-decoration:none;color:#5f7076;font-weight:750;padding:10px 12px;border-radius:12px;transition:background var(--a-fast),color var(--a-fast),transform var(--a-fast)}.desktop-nav a::before,.desktop-nav a::after{display:none!important}.desktop-nav a:hover{background:var(--a-surface-2);color:var(--a-text)}.desktop-nav a.active{background:var(--a-brand-soft);color:var(--a-brand)}.global-search{margin-left:auto;width:min(360px,30vw);height:44px;border:1px solid var(--a-line);background:#f7faf9;border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 14px}.global-search input{border:0;outline:0;background:transparent;width:100%;min-width:0;color:var(--a-text)}.top-actions{display:flex;align-items:center;gap:10px}.create-nav,.pill.primary,.form-submit,.auth-submit{background:var(--a-coral);color:#fff;border:0;box-shadow:0 8px 20px rgba(242,95,105,.18);transition:transform var(--a-fast),box-shadow var(--a-fast),background var(--a-fast)}.create-nav:hover,.pill.primary:hover,.form-submit:hover,.auth-submit:hover{background:var(--a-coral-dark);transform:translateY(-1px);box-shadow:0 12px 24px rgba(242,95,105,.23)}.create-nav{display:flex;align-items:center;gap:8px;text-decoration:none;border-radius:999px;padding:12px 18px;font-weight:850}.bell,.icon-btn,.chat-icon-btn{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--a-line);background:#fff;color:var(--a-brand);transition:background var(--a-fast),transform var(--a-fast)}.bell:hover,.icon-btn:hover,.chat-icon-btn:hover{background:var(--a-brand-soft);transform:translateY(-1px)}.mini-profile{display:flex;align-items:center;gap:8px;text-decoration:none;font-weight:800}.avatar,.avatar-wrap img{object-fit:cover;border-radius:50%}
.feed-simple{max-width:860px;margin:30px auto}.feed-simple-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:14px}.feed-simple-head h1{font-size:clamp(28px,4vw,40px);letter-spacing:-.04em;margin:0}.feed-simple-head p{color:var(--a-muted);margin:6px 0 0}.feed-tabs{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;background:#e9efee;border:1px solid var(--a-line);padding:4px;border-radius:18px;margin:0 0 10px;isolation:isolate}.feed-tabs::before{content:"";position:absolute;top:4px;left:4px;width:calc((100% - 8px)/3);height:calc(100% - 8px);border-radius:14px;background:#fff;box-shadow:var(--a-shadow-sm);transform:translateX(var(--tab-x,0));transition:transform var(--a-med) var(--a-ease),width var(--a-med) var(--a-ease);z-index:-1}.feed-tabs a{text-decoration:none;text-align:center;font-weight:820;color:#69797e;padding:11px 10px;border-radius:14px;white-space:nowrap}.feed-tabs a.active{color:var(--a-brand)}.feed-simple-hint{color:var(--a-muted);font-size:14px;text-align:center;margin:6px 0 16px}
.advice-card{background:var(--a-surface);border:1px solid var(--a-line);border-radius:var(--a-r-lg);padding:18px;box-shadow:var(--a-shadow-sm);margin-bottom:16px;transition:box-shadow var(--a-med),transform var(--a-med),border-color var(--a-med)}.advice-card.is-focus{box-shadow:var(--a-shadow);border-color:#cfe1de}.advice-card.dragging{transition:none}.advice-author{display:flex;align-items:center;justify-content:space-between}.advice-author a{text-decoration:none}.advice-question{font-size:clamp(19px,2.4vw,25px);line-height:1.22;margin:16px 0 12px;letter-spacing:-.02em}.choices{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice{position:relative;border:1px solid var(--a-line);background:#eef3f2;border-radius:18px;overflow:hidden;aspect-ratio:1/1.04;padding:0;cursor:pointer;transition:transform var(--a-fast),border-color var(--a-fast),box-shadow var(--a-fast)}.choice img{width:100%;height:100%;object-fit:cover;display:block}.choice:hover{transform:translateY(-2px);box-shadow:var(--a-shadow-sm)}.choice.selected{border-color:var(--a-brand);box-shadow:0 0 0 3px rgba(11,143,136,.14)}.choice.is-winner{border-color:var(--a-brand)}.choice-label{position:absolute;left:10px;bottom:10px;background:rgba(18,38,43,.78);backdrop-filter:blur(8px);color:#fff;padding:6px 9px;border-radius:10px;font-weight:800;font-size:13px}.choice-pct{position:absolute;right:10px;bottom:10px;display:grid;place-items:center;min-width:48px;height:48px;padding:0 8px;border-radius:50%;background:#fff;color:var(--a-text);font-weight:950;font-size:17px;box-shadow:0 4px 18px rgba(0,0,0,.12)}.choice.is-winner .choice-pct{background:var(--a-brand);color:#fff;transform:scale(1.08)}.winner-badge{position:absolute;top:10px;right:10px;background:rgba(11,143,136,.93);color:#fff;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:850}.results{margin-top:12px}.result-track{height:8px;border-radius:999px;background:#f2dadd;overflow:hidden}.result-fill{display:block;height:100%;width:var(--pct,50%);background:linear-gradient(90deg,var(--a-brand),var(--a-brand-2));border-radius:inherit;transition:width .45s var(--a-ease)}.post-actions{display:flex;align-items:center;gap:14px;border-top:1px solid var(--a-line);margin-top:12px;padding-top:12px;color:var(--a-muted);font-size:13px}.action-link{border:0;background:transparent;color:inherit;padding:5px 0;display:inline-flex;align-items:center;gap:5px}.share-btn{margin-left:auto}.vote-help{margin-top:10px;padding:9px 12px;border-radius:12px;background:#f7faf9;color:#6f7e81;font-size:12px;text-align:center}.inline-comment-panel{border-top:1px solid var(--a-line);margin-top:12px;padding-top:14px}.inline-comment-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:end}.inline-comment-form textarea{width:100%;min-width:0;resize:none;border:1px solid var(--a-line);background:#f8faf9;border-radius:16px;padding:11px 13px;outline:0}.inline-comment-form textarea:focus{border-color:var(--a-brand);box-shadow:0 0 0 3px rgba(11,143,136,.1)}.inline-send{width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;background:var(--a-brand);color:#fff}
.profile-premium{display:grid;grid-template-columns:minmax(300px,440px) 1fr;gap:34px;background:#fff;border:1px solid var(--a-line);border-radius:var(--a-r-xl);padding:28px;margin:30px 0;box-shadow:var(--a-shadow-sm)}.profile-gallery{min-width:0}.profile-gallery-main{border-radius:22px;overflow:hidden;aspect-ratio:4/5;background:#e9efee;position:relative}.profile-gallery-image{width:100%;height:100%;object-fit:cover;display:none}.profile-gallery-image.active{display:block}.profile-gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}.profile-gallery-thumbs button{padding:0;border:1px solid var(--a-line);border-radius:14px;overflow:hidden;aspect-ratio:1;background:#f2f5f4}.profile-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.profile-details{display:flex;flex-direction:column;justify-content:center;min-width:0}.profile-details h1{font-size:clamp(34px,5vw,54px);letter-spacing:-.05em;margin:5px 0}.profile-bio{font-size:17px;line-height:1.55;color:#43565b}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:22px 0}.profile-stats .stat{padding:16px 10px;border-radius:16px;background:#f5f8f7;text-align:center;text-decoration:none}.profile-stats b{display:block;font-size:24px}.profile-stats small{color:var(--a-muted)}.profile-actions{display:flex;flex-wrap:wrap;gap:8px}.profile-meta-chips{display:flex;flex-wrap:wrap;gap:8px}.profile-meta-chips span,.profile-meta-chips a{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:var(--a-brand-soft);color:#27746f;padding:7px 10px;font-size:12px;text-decoration:none}.profile-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-post-card{background:#fff;border:1px solid var(--a-line);border-radius:18px;overflow:hidden}.profile-post-link{text-decoration:none}.profile-post-card .thumbs{display:grid;grid-template-columns:1fr 1fr;aspect-ratio:2/1;position:relative}.profile-post-card .thumbs img{width:100%;height:100%;object-fit:cover}.profile-post-copy{padding:14px}.profile-post-copy h3{margin:0 0 7px}.profile-post-copy p{display:flex;gap:10px;color:var(--a-muted);font-size:12px}
.field input,.field textarea,.auth-input-wrap,.settings-panel input,.settings-panel textarea{border-radius:14px!important;border:1px solid var(--a-line)!important;background:#fbfcfc!important;color:var(--a-text)!important}.field input:focus,.field textarea:focus,.auth-input-wrap:focus-within{border-color:var(--a-brand)!important;box-shadow:0 0 0 3px rgba(11,143,136,.1)!important}.switch-row{border:1px solid var(--a-line)!important;background:#fff!important;border-radius:18px!important}.switch{background:#ccd9d7!important}.check-control input:checked+.switch{background:var(--a-brand)!important}
.settings-shell{max-width:960px}.settings-panel{background:#fff;border:1px solid var(--a-line);border-radius:22px;padding:22px;box-shadow:none;margin:14px 0}.settings-panel-head{border-bottom:1px solid var(--a-line);padding-bottom:14px;margin-bottom:14px}.settings-panel h2{margin:0}.settings-panel p{color:var(--a-muted)}
.chat-shell{max-width:980px;padding-top:28px}.chat-card{background:#fff;border:1px solid var(--a-line);border-radius:24px;overflow:hidden;box-shadow:var(--a-shadow-sm)}.chat-head{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--a-line)}.chat-person{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}.chat-menu{margin-left:auto}.chat-friend-chip{font-size:12px;color:var(--a-success);background:#eaf7f1;border-radius:999px;padding:6px 9px}.chat-messages{height:min(60dvh,560px);overflow:auto;padding:18px;background:#f7faf9;display:flex;flex-direction:column;gap:8px}.bubble{max-width:min(72%,640px);background:#fff;border:1px solid var(--a-line);border-radius:18px 18px 18px 5px;padding:10px 12px;box-shadow:0 3px 10px rgba(0,0,0,.035)}.bubble.mine{align-self:flex-end;background:#e4f6f3;border-color:#c6e8e3;border-radius:18px 18px 5px 18px}.bubble-meta{display:flex;justify-content:flex-end;align-items:center;gap:6px;margin-top:4px;color:var(--a-muted)}.message-delete{border:0;background:transparent;color:#718185;padding:3px}.chat-compose{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:8px;padding:12px;border-top:1px solid var(--a-line)}.chat-compose input{border:1px solid var(--a-line);border-radius:999px;padding:0 16px;min-width:0;background:#f8faf9}.chat-compose button{border:0;border-radius:50%;background:var(--a-brand);color:#fff;display:grid;place-items:center}.chat-menu-popover{border:1px solid var(--a-line);border-radius:14px;background:#fff;box-shadow:var(--a-shadow);padding:6px;min-width:200px}
.create-v14-wrap{width:min(920px,calc(100% - 32px));margin:28px auto}.create-v14-hero{border-radius:24px!important;background:linear-gradient(135deg,#087c76,#0da39a)!important;min-height:180px!important}.create-v30-card{position:relative}.create-stepper{display:flex;align-items:center;gap:7px;margin-bottom:18px}.create-stepper>span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#e7efee;color:#728184;font-size:12px;font-weight:850}.create-stepper>span.active{background:var(--a-brand);color:#fff}.create-stepper small{margin-left:6px;color:var(--a-muted)}.create-step{display:block}.create-step-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.image-picker{border:1px dashed #bfcfcd!important;border-radius:18px!important;background:#f8faf9!important;overflow:hidden}.image-picker img.has-preview,.image-picker.has-image img{object-fit:cover}.upload-status{display:block;color:var(--a-muted);font-size:12px;padding-top:6px}.upload-status.ready{color:var(--a-success);font-weight:750}.upload-progress{margin:14px 0 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;color:var(--a-muted);font-size:12px}.upload-progress-track{height:7px;border-radius:999px;background:#e7efee;overflow:hidden}.upload-progress-track::before{content:"";display:block;height:100%;width:var(--progress,0%);border-radius:inherit;background:linear-gradient(90deg,var(--a-brand),#19b8ac);transition:width .2s linear}
.auth-v14{background:#f5f8f8}.auth-v14-art{background:linear-gradient(150deg,#087c76,#0b968f)!important}.auth-v14-card{box-shadow:var(--a-shadow)!important;border:1px solid var(--a-line)!important;animation:authIn .45s var(--a-ease) both}.auth-field{animation:authFieldIn .38s var(--a-ease) both}.auth-field:nth-of-type(2){animation-delay:.04s}.auth-field:nth-of-type(3){animation-delay:.08s}@keyframes authIn{from{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:none}}@keyframes authFieldIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.site-footer{background:#fff!important;border-top:1px solid var(--a-line)!important}.footer-v20-inner{width:min(var(--a-max),calc(100% - 32px));margin:auto;min-height:112px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.footer-v20-links{display:flex;justify-content:center;flex-wrap:wrap;gap:14px}.footer-v20-links a{color:var(--a-muted);text-decoration:none;font-size:13px}.privacy-popover{position:fixed;left:18px;bottom:18px;z-index:120;width:min(460px,calc(100% - 36px));display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid var(--a-line);border-radius:20px;padding:14px;box-shadow:0 24px 60px rgba(20,45,43,.17)}.privacy-popover[hidden]{display:none}.privacy-popover-copy p{margin:4px 0 3px;color:var(--a-muted);font-size:12px;line-height:1.45}.privacy-popover-copy a{font-size:12px;color:var(--a-brand)}.privacy-popover-ok{border:0;background:var(--a-brand);color:#fff;border-radius:12px;padding:10px 12px;font-weight:800}
.mobile-nav{display:none}
@media(max-width:900px){.global-search{display:none}.topbar-inner{gap:12px}.desktop-nav{margin-left:auto}.profile-premium{grid-template-columns:1fr;gap:18px}.profile-gallery-main{aspect-ratio:16/11}.profile-details{justify-content:flex-start}.profile-post-grid{grid-template-columns:1fr}}
@media(max-width:760px){
  :root{--a-nav-h:58px}.topbar{height:58px}.topbar-inner{width:calc(100% - 20px)}.brand-name{font-size:19px}.brand-mark img{width:34px;height:34px}.desktop-nav,.top-actions{display:none}main{padding-bottom:88px}.page-shell,.form-shell,.chat-shell{width:100%;padding-left:10px;padding-right:10px}.feed-simple{margin:12px auto}.feed-simple-head{padding:0 5px}.feed-simple-head h1{font-size:28px}.feed-simple-head p{font-size:13px}.feed-tabs{border-radius:15px}.feed-tabs::before{border-radius:11px}.feed-tabs a{padding:10px 4px;font-size:13px}.feed-simple-hint{font-size:12px;margin:5px 8px 10px}.advice-card{border-radius:18px;padding:12px;margin-bottom:10px;box-shadow:none}.advice-card.is-focus{box-shadow:0 8px 24px rgba(18,45,43,.08)}.advice-question{font-size:19px;margin:12px 0 10px}.choices{gap:6px}.choice{border-radius:14px}.choice-label{left:7px;bottom:7px;padding:5px 7px;font-size:11px}.choice-pct{right:7px;bottom:7px;min-width:40px;height:40px;font-size:14px}.winner-badge{font-size:9px;top:7px;right:7px}.post-actions{gap:10px;font-size:12px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.post-actions::-webkit-scrollbar{display:none}.vote-help{display:none}.inline-comment-form{grid-template-columns:minmax(0,1fr) 42px}.inline-comment-form>img{display:none}.profile-page{padding-top:10px}.profile-premium{margin:0;border-radius:20px;padding:12px;gap:14px}.profile-gallery-main{border-radius:16px;aspect-ratio:1/1.05}.profile-details h1{font-size:34px}.profile-stats{grid-template-columns:repeat(2,1fr);margin:15px 0}.profile-actions .pill{flex:1 1 auto;justify-content:center}.profile-meta-chips{gap:5px}.profile-meta-chips span,.profile-meta-chips a{font-size:11px}.settings-panel{border-radius:18px;padding:16px}.chat-shell{padding-top:8px}.chat-card{border-radius:18px}.chat-messages{height:calc(100dvh - 210px);min-height:380px;padding:12px}.bubble{max-width:86%}.chat-friend-chip{display:none}.create-v14-wrap{width:100%;margin:0;padding:0 10px}.create-v14-hero{min-height:142px!important;border-radius:0 0 22px 22px!important;margin:0 -10px!important;padding:20px 18px!important}.create-v14-card{border-radius:20px!important;margin-top:10px!important;padding:16px!important}.create-step{display:none}.create-step.active{display:block;animation:stepIn .24s var(--a-ease)}@keyframes stepIn{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}.two-col.choice-editor{grid-template-columns:1fr 1fr!important;gap:8px}.choice-edit-card{min-width:0}.choice-edit-card .field label{font-size:12px}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:max(8px,env(safe-area-inset-left));right:max(8px,env(safe-area-inset-right));bottom:max(7px,env(safe-area-inset-bottom));height:62px;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid rgba(211,225,222,.9);border-radius:19px;box-shadow:0 12px 34px rgba(18,45,43,.15);padding:5px}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#6d7d82;text-decoration:none;border-radius:14px;font-size:10px;transition:background var(--a-fast),color var(--a-fast),transform var(--a-fast)}.mobile-nav a.active{background:var(--a-brand-soft);color:var(--a-brand)}.mobile-nav a::before,.mobile-nav a::after{display:none!important}.mobile-nav span{display:grid;place-items:center}.mobile-nav svg{width:20px;height:20px}.mobile-nav .mobile-create{background:var(--a-coral);color:#fff;transform:translateY(-7px);box-shadow:0 7px 20px rgba(242,95,105,.22)}.mobile-nav .mobile-create.active{background:var(--a-coral-dark);color:#fff}.site-footer{margin-bottom:72px}.footer-v20-inner{min-height:auto;padding:18px 14px;display:block;text-align:center}.footer-v20-brand{justify-content:center}.footer-v20-links{margin:13px 0;gap:10px}.privacy-popover{left:8px;right:8px;bottom:80px;width:auto;grid-template-columns:auto 1fr}.privacy-popover-ok{grid-column:1/-1;width:100%}
}
@media(max-width:390px){.brand-mark img{width:31px;height:31px}.feed-tabs a{font-size:12px}.advice-card{padding:10px}.choice-pct{min-width:36px;height:36px}.profile-stats b{font-size:20px}.two-col.choice-editor{grid-template-columns:1fr!important}.mobile-nav{left:5px;right:5px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
/* v3 admin, sessions and account recovery */
.auth-recovery-link{text-align:center;margin:12px 0 0}.auth-recovery-link a{color:var(--a-brand);font-weight:750;text-decoration:none}.session-device-list{display:grid;gap:8px;margin-bottom:14px}.session-device{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:12px;border:1px solid var(--a-line);border-radius:15px;background:#fafcfc}.session-device-icon{width:38px;height:38px;border-radius:12px;background:var(--a-brand-soft);color:var(--a-brand);display:grid;place-items:center}.session-device span:nth-child(2){display:grid}.session-device small{color:var(--a-muted);margin-top:3px}.session-device em{font-style:normal;color:var(--a-success);font-size:12px;font-weight:800}.admin-shell{padding-top:28px;padding-bottom:40px}.admin-tabs{display:flex;gap:6px;margin:14px 0}.admin-tabs a{text-decoration:none;padding:9px 12px;border-radius:12px;background:#edf3f2;color:#65777b;font-weight:800}.admin-tabs a.active{background:var(--a-brand);color:#fff}.admin-report-list{display:grid;gap:12px}.admin-report-card{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:18px;background:#fff;border:1px solid var(--a-line);border-radius:20px;padding:18px}.admin-report-main h2{margin:5px 0 8px;font-size:20px}.admin-report-main p{color:#465a5f;line-height:1.5}.admin-target-link{display:inline-flex;margin-top:10px;color:var(--a-brand);font-weight:800}.admin-report-actions textarea{width:100%;min-height:92px;border:1px solid var(--a-line);border-radius:14px;padding:10px;resize:vertical}.admin-report-actions>div{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.pill.danger{background:#fff0f2;color:var(--a-danger);border:1px solid #f3c6ce}.metrics-table-wrap{overflow:auto;background:#fff;border:1px solid var(--a-line);border-radius:20px}.metrics-table{width:100%;border-collapse:collapse;min-width:680px}.metrics-table th,.metrics-table td{padding:12px 14px;border-bottom:1px solid var(--a-line);text-align:left;font-size:13px}.metrics-table th{background:#f5f8f7;color:#647579}.admin-report-card .eyebrow{color:var(--a-brand)}
@media(max-width:760px){.admin-shell{padding-top:12px}.admin-report-card{grid-template-columns:1fr}.admin-tabs{overflow:auto}.session-device{grid-template-columns:auto 1fr}.session-device em{grid-column:2}.metrics-table-wrap{border-radius:14px}}


/* Async feed state: content-shaped skeletons keep layout stable while a sort changes. */
.feed-skeleton{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card);padding:20px;display:grid;gap:14px;min-height:390px;overflow:hidden;position:relative}.feed-skeleton::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:advicer-shimmer 1.1s infinite}.feed-skeleton .sk-head,.feed-skeleton .sk-question,.feed-skeleton .sk-meta,.feed-skeleton .sk-choices i{display:block;background:#eaf1f0;border-radius:12px}.feed-skeleton .sk-head{width:34%;height:28px}.feed-skeleton .sk-question{width:72%;height:22px}.feed-skeleton .sk-choices{display:grid;grid-template-columns:1fr 1fr;gap:10px}.feed-skeleton .sk-choices i{height:250px}.feed-skeleton .sk-meta{height:20px;width:45%}.feed-skeleton.secondary{min-height:280px;opacity:.72}@keyframes advicer-shimmer{to{transform:translateX(100%)}}@media(max-width:620px){.feed-skeleton{padding:12px;border-radius:20px;min-height:310px}.feed-skeleton .sk-choices i{height:190px}.feed-skeleton.secondary{display:none}}

.metrics-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.metrics-summary span{display:grid;gap:2px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px}.metrics-summary b{font-size:18px}.metrics-summary small{color:var(--muted)}.metric-rating{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}.metric-rating.good{background:#e5f8ef;color:#087451}.metric-rating.needs-improvement{background:#fff5d9;color:#8a6410}.metric-rating.poor{background:#ffebee;color:#a82d43}@media(max-width:680px){.metrics-summary{grid-template-columns:1fr}.metrics-table{font-size:12px}}

.session-revoke{border:0;background:transparent;color:var(--brand);font:inherit;font-size:12px;font-weight:800;cursor:pointer;padding:8px 10px;border-radius:10px}.session-revoke:hover,.session-revoke:focus-visible{background:var(--brand-soft);outline:none}

