@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Lora:ital,wght@0,600;1,600&display=swap");:root{--ink:#18352e;--muted:#687c75;--cream:#f7f4ed;--paper:#fffdf8;--sage:#dce8df;--green:#2f6858;--mint:#bfe8d2;--line:#dfe7e1;--danger:#bf5c55}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif}button,input,textarea{font:inherit}a,button{transition:.2s}nav{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw}.text-link,nav>a{color:var(--ink);font-weight:600}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700}.brand>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:white}.hero{min-height:570px;padding:90px 8vw;background:radial-gradient(circle at 80% 40%,#d3e8db 0,transparent 32%),linear-gradient(135deg,#f7f4ed 60%,#e3ece4);border-radius:0 0 48px 48px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:12px;letter-spacing:.14em;font-weight:700}.auth-aside h1,.dash-heading h1,.hero h1,.welcome h1{font:600 clamp(45px,6vw,76px)/1.04 Lora,serif;margin:20px 0}.auth-aside h1 em,.hero h1 em{color:var(--green)}.hero>p{font-size:19px;line-height:1.65;max-width:580px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:30px;margin:34px 0}.button{border:0;border-radius:12px;background:var(--green);color:#fff;padding:14px 20px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;cursor:pointer}.button:hover{background:#245448;transform:translateY(-1px)}.button:disabled{opacity:.55}.full{width:100%}.trust{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px}.trust i{height:4px;width:4px;border-radius:50%;background:#8fa39b}.quote{text-align:center;padding:60px;font:italic 600 22px Lora}.auth-shell{min-height:100vh;display:grid;grid-template-columns:44% 56%}.auth-aside{padding:45px 7vw;background:linear-gradient(160deg,#dce9e0,#bcd4c5);display:flex;flex-direction:column;justify-content:space-between}.auth-aside h1{font-size:52px}.auth-aside p{max-width:420px;line-height:1.7;color:#49665d}.auth-main{display:grid;place-items:center;padding:40px}.card{background:var(--paper);border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 35px #244b3c0c}.form{width:min(470px,100%);padding:34px}.form h2{font:600 30px Lora;margin:28px 0 7px}.form>p,.section-title p{color:var(--muted);margin-top:0}.role-toggle,.tabs{display:flex;background:#edf1ed;border-radius:11px;padding:4px}.role-toggle button,.tabs button{flex:1 1;padding:10px;border:0;background:transparent;border-radius:8px;color:var(--muted);cursor:pointer}.role-toggle .active,.tabs .active{background:white;color:var(--ink);box-shadow:0 2px 8px #234b3e16}.role-toggle{margin:20px 0}label{display:block;font-size:13px;font-weight:600;margin:16px 0 6px}input,textarea{display:block;width:100%;margin-top:7px;padding:12px 13px;border:1px solid #ccd8d1;border-radius:10px;background:white;color:var(--ink);outline:0}input:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #2f685816}.field-row{display:grid;grid-template-columns:1fr 2fr;grid-gap:12px;gap:12px}.upload-placeholder{display:block;border:1px dashed #a9bbb2;color:var(--muted);padding:12px;border-radius:10px;margin-top:7px;font-weight:400}.error{padding:10px;color:#8f3c37;background:#f9e6e3;border-radius:8px;margin:14px 0}.demo{display:block;text-align:center;color:var(--muted);margin-top:15px}.dashboard header{height:76px;background:var(--paper);border-bottom:1px solid var(--line);padding:0 5vw;gap:24px}.dashboard header,.secure{display:flex;align-items:center}.secure{margin-left:auto;gap:7px;color:var(--muted);font-size:13px}.profile-chip{display:flex;align-items:center;gap:9px}.profile-chip>span{width:34px;height:34px;background:var(--sage);display:grid;place-items:center;border-radius:50%;font-weight:700}.profile-chip div{display:flex;flex-direction:column;font-size:12px}.profile-chip small{color:var(--muted)}.icon-button,.profile-chip button{border:0;background:transparent;cursor:pointer;color:var(--muted)}.dash-heading{max-width:1180px;margin:60px auto 30px;padding:0 24px;display:flex;align-items:flex-end;justify-content:space-between}.dash-heading h1,.welcome h1{font-size:42px;margin:12px 0}.dash-heading p,.welcome p{color:var(--muted)}.icon-button{width:42px;height:42px;background:white;border:1px solid var(--line);border-radius:10px}.listener-grid{max-width:1180px;margin:auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px}.listener-card{background:var(--paper);border:1px solid var(--line);padding:24px}.listener-top{display:flex;align-items:flex-start;justify-content:space-between}.avatar{width:58px;height:58px;border-radius:18px;background:var(--sage);display:grid;place-items:center;font:600 19px Lora}.avatar.small{width:40px;height:40px;border-radius:12px}.online{background:#e0f4e8;color:#277050;border-radius:99px;padding:6px 9px;font-size:11px;font-weight:700}.listener-card h2{font:600 22px Lora;margin-bottom:8px}.bio{color:var(--muted);font-size:14px;line-height:1.6;min-height:68px}.facts{border-top:1px solid var(--line);padding:14px 0;flex-direction:column}.facts,.facts span{display:flex;gap:9px}.facts span{font-size:13px}.facts svg{width:16px;color:var(--green)}.reassure{max-width:1132px;margin:30px auto;padding:20px 24px;background:#e8efe9;display:flex;gap:15px}.reassure p{margin:4px 0;color:var(--muted)}.empty{grid-column:1/-1;text-align:center;padding:80px;color:var(--muted)}.modal-backdrop{position:fixed;inset:0;background:#17352e88;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;z-index:10}.incoming{padding:38px;text-align:center;min-width:350px}.pulse{margin:auto;width:68px;height:68px;border-radius:50%;background:var(--mint);display:grid;place-items:center}.incoming>span{font-size:11px;letter-spacing:.13em;color:var(--green);display:block;margin-top:22px}.incoming h2{font:600 28px Lora;margin:10px}.incoming p{color:var(--muted)}.incoming>div:last-of-type{display:flex;justify-content:center;gap:22px;margin:26px}.round{width:58px;height:58px;border:0;border-radius:50%;color:white;cursor:pointer}.decline{background:var(--danger)}.accept{background:var(--green)}.incoming small{color:var(--muted)}.call-dock{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);width:min(560px,calc(100% - 28px));background:#173a31;color:white;padding:13px 16px;border-radius:18px;display:flex;align-items:center;gap:12px;box-shadow:0 15px 40px #102b2570;z-index:9}.call-dock>div:nth-of-type(2){display:flex;flex-direction:column;flex:1 1}.call-dock span{font-size:12px;color:#b9d0c8;text-transform:capitalize}.dock-btn{width:42px;height:42px;border:0;border-radius:12px;background:#31564d;color:white}.dock-btn.end{background:var(--danger)}.listener-dashboard{max-width:1180px;margin:60px auto;padding:0 24px}.welcome{justify-content:space-between}.availability,.welcome{display:flex;align-items:center}.availability{gap:12px;background:white;border:1px solid var(--line);border-radius:14px;padding:14px 16px}.availability i{width:9px;height:9px;border-radius:50%;background:#aaa}.availability i.on{background:#36a66f}.availability div{display:flex;flex-direction:column}.availability small{color:var(--muted)}.switch{margin-left:16px;width:48px;height:27px;border:0;border-radius:30px;background:#b8c3be;padding:3px}.switch span{display:block;width:21px;height:21px;border-radius:50%;background:white}.switch.on{background:var(--green)}.switch.on span{margin-left:21px}.profile-layout{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px;margin-top:35px}.profile-form,.proof{padding:28px}.section-title{display:flex;justify-content:space-between}.section-title h2{margin:0;font:600 24px Lora}.saved,.verified{display:flex;align-items:center;gap:6px;color:#2c7357;font-size:12px}.saved svg,.verified svg{width:16px}.input-icon{position:relative}.input-icon svg{position:absolute;left:12px;top:18px;width:17px;color:var(--muted)}.input-icon input{padding-left:38px}.proof>svg{width:44px;height:44px;padding:10px;background:var(--sage);border-radius:12px}.proof p,.proof small{color:var(--muted);line-height:1.55}.upload-button{border:1px solid var(--green);padding:11px;text-align:center;border-radius:10px;color:var(--green);cursor:pointer}.upload-button input{display:none}.proof hr{border:0;border-top:1px solid var(--line);margin:22px 0}.verified{margin-top:14px}@media(max-width:800px){.auth-shell{grid-template-columns:1fr}.auth-aside{display:none}.listener-grid{grid-template-columns:1fr}.welcome{align-items:flex-start;gap:20px;flex-direction:column}.profile-layout{grid-template-columns:1fr}.secure{display:none}.dash-heading h1{font-size:34px}.hero{padding-top:60px}.trust{flex-wrap:wrap}.field-row{grid-template-columns:1fr}}.role-toggle{display:none!important}.call-error{position:fixed;right:18px;bottom:18px;z-index:40;max-width:min(420px,calc(100vw - 36px));display:flex;align-items:center;gap:12px;padding:13px 15px;border-radius:12px;background:#fff2ef;border:1px solid #efc8c2;color:#8f3c37;box-shadow:0 12px 35px #44201b24;font-size:13px}.call-error span{flex:1 1}.call-error button{border:0;background:transparent;color:inherit;cursor:pointer;padding:3px}.call-error svg{width:17px;height:17px}@media(max-width:600px){.call-error{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));max-width:none}}.call-details{display:flex;flex-direction:column;flex:1 1;min-width:0}.call-dock .call-details span{font-size:12px;color:#b9d0c8;text-transform:none}.call-meter{display:flex;flex-direction:column;align-items:flex-end;min-width:105px}.call-meter strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.call-dock .call-meter span{font-size:10px;color:#b9d0c8;white-space:nowrap;text-transform:none}@media(max-width:600px){.call-meter{min-width:76px}.call-dock .call-meter span{font-size:9px}.call-details span{display:none}}.forgot-link{display:block;text-align:right;color:var(--green);font-size:11px;font-weight:700;margin:8px 0 15px;text-decoration:none}.recovery-shell{min-height:100vh;background:radial-gradient(circle at 50% 25%,#dcebe0,transparent 34%),var(--cream)}.recovery-shell nav a{display:flex;align-items:center;gap:6px;font-size:12px;text-decoration:none}.recovery-shell nav a svg{width:16px}.recovery-card{width:min(460px,calc(100% - 30px));margin:45px auto;padding:38px;text-align:center}.recovery-icon{width:58px;height:58px;border-radius:17px;background:#e4efe6;color:var(--green);display:grid;place-items:center;margin:0 auto 18px}.recovery-icon svg{width:27px}.recovery-card h1{font:600 30px Lora;margin:13px 0 8px}.recovery-card>p{color:var(--muted);font-size:12px;line-height:1.6;margin:0 auto 25px;max-width:355px}.recovery-card form{text-align:left}.recovery-card form .button{margin-top:20px}.recovery-safe{display:flex;text-align:left;align-items:center;justify-content:center;gap:9px;border-top:1px solid var(--line);margin-top:25px;padding-top:18px;color:#60736b}.recovery-safe svg{width:19px}.recovery-safe span{display:flex;flex-direction:column}.recovery-safe strong{font-size:10px}.recovery-safe small{font-size:8px;margin-top:3px}.recovery-dev-link{margin-top:12px}.dashboard{min-height:100vh;background:#f8f6f0}.dashboard header{position:-webkit-sticky;position:sticky;top:0;z-index:8;box-shadow:0 1px 0 #18352e0a}.brand>div{display:flex;flex-direction:column;line-height:1}.brand small{font-size:9px;color:var(--muted);font-weight:500;letter-spacing:.04em;margin-top:4px}.client-hero{max-width:1180px;margin:28px auto 0;padding:50px 54px;border-radius:28px;background:radial-gradient(circle at 74% 20%,#d9ece1 0,transparent 36%),linear-gradient(135deg,#edf4ed,#dce9df);display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);align-items:center;grid-gap:50px;gap:50px;overflow:hidden}.client-hero h1{font:600 clamp(38px,4.2vw,58px)/1.06 Lora,serif;margin:17px 0;color:#173b32}.client-hero h1 em{color:#397460}.client-hero-copy>p{max-width:650px;color:#536e65;font-size:17px;line-height:1.65;margin:0}.hero-proof-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:27px;color:#355c50;font-size:12px;font-weight:700}.hero-proof-row span{display:flex;align-items:center;gap:7px}.hero-proof-row svg{width:17px}.price-card{background:#fffdfaf2;border:1px solid #fff;border-radius:22px;padding:25px;box-shadow:0 18px 45px #214b3c16}.price-card>span{font-size:10px;letter-spacing:.12em;font-weight:700;color:var(--green)}.price-card>div{display:flex;align-items:baseline;gap:10px;margin:12px 0}.price-card strong{font:600 38px Lora}.price-card p,.price-card small{color:var(--muted)}.price-card p{font-size:12px;line-height:1.55;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.price-card a{color:var(--green);display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:700;text-decoration:none;margin-top:16px}.discovery{max-width:1180px;margin:66px auto 0}.discovery-heading{display:flex;align-items:flex-end;justify-content:space-between;padding:0 2px}.discovery-heading h2,.trust-intro h2{font:600 34px Lora;margin:9px 0}.discovery-heading p,.trust-intro p{color:var(--muted);margin:0}.listener-tools{display:flex;align-items:center;gap:16px;margin:25px 0 21px}.search-field{width:380px;min-width:280px;position:relative;margin:0}.search-field svg{position:absolute;left:14px;top:13px;color:#789087}.search-field input{margin:0;padding:12px 14px 12px 42px}.filter-chips{display:flex;gap:8px;overflow:auto;padding:2px}.filter-chips button,.text-button{white-space:nowrap;border:1px solid var(--line);border-radius:99px;background:white;color:var(--muted);padding:9px 13px;cursor:pointer;font-size:12px;font-weight:600}.filter-chips button.active{color:white;background:var(--green);border-color:var(--green)}.listener-grid{padding:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.listener-card{padding:22px;border-radius:20px;box-shadow:0 7px 28px #18352e08;transition:.25s}.listener-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px #18352e12;border-color:#c7d7ce}.listener-identity{display:flex;gap:12px;align-items:center}.listener-identity .avatar{width:52px;height:52px;border-radius:16px;background:linear-gradient(145deg,#cfe4d6,#eaf1e9)}.listener-identity h3{font:600 20px Lora;margin:6px 0 0}.online{background:transparent;padding:0;color:#267052;display:flex;align-items:center;gap:5px}.checkout-person i,.online i{width:7px;height:7px;background:#35a86e;border-radius:50%;box-shadow:0 0 0 3px #dff3e7}.verified-mark{font-size:10px;font-weight:700;color:#39735e;display:flex;align-items:center;gap:4px;background:#edf6ef;padding:6px 8px;border-radius:8px}.verified-mark svg{width:14px}.listener-card .bio{min-height:68px;margin:18px 0 12px}.support-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:17px}.support-tags span{color:#5d6f68;border-radius:7px;padding:6px 8px;font-size:10px;font-weight:600}.listener-card .facts{padding:16px 0}.listener-card .facts>span{align-items:flex-start}.facts span span{display:flex;flex-direction:column;gap:3px;line-height:1.35}.facts small{font-size:8px;letter-spacing:.11em;color:#8a9993;font-weight:700}.card-action{display:flex;align-items:center;justify-content:space-between;padding-top:2px}.card-action>div strong{font-size:17px}.card-action>div small{color:var(--muted);font-size:11px}.card-action .button{padding:11px 15px;border-radius:10px;font-size:12px}.trust-section{max-width:1180px;margin:70px auto 0;padding:42px 45px;background:#183b32;color:white;border-radius:26px;display:grid;grid-template-columns:.8fr 1.35fr;grid-gap:70px;gap:70px}.trust-intro .eyebrow{color:#a9ddc1}.trust-intro h2{font-size:32px}.trust-intro p{color:#b9cac4;line-height:1.6}.trust-points{display:grid;grid-gap:13px;gap:13px}.trust-points article{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #ffffff19}.trust-points article:last-child{border:0}.trust-points article>svg{color:#a9ddc1;width:22px;flex:none}.trust-points strong{font-size:14px}.trust-points p{margin:5px 0 0;color:#b9cac4;font-size:12px;line-height:1.5}.safety-note{max-width:1180px;margin:18px auto 45px;padding:17px 20px;border:1px solid #dedbd1;border-radius:14px;display:flex;gap:13px;align-items:flex-start;color:#5a6964;background:#f3f0e9}.safety-note svg{width:20px;flex:none}.safety-note strong{font-size:12px}.safety-note p{margin:3px 0 0;font-size:11px;line-height:1.5}.soft-spinner{width:32px;height:32px;border:3px solid #dce8df;border-top:3px solid var(--green);border-radius:50%;margin:0 auto 16px;animation:spin .8s linear infinite}.empty>svg{width:36px;height:36px;margin-bottom:12px}.empty h3{color:var(--ink);margin:7px}.empty p{margin:5px}.empty .text-button{margin-top:15px;color:var(--green)}@keyframes spin{to{transform:rotate(1turn)}}.checkout{width:min(500px,calc(100% - 28px));padding:34px;position:relative}.modal-close{position:absolute;right:20px;top:20px;width:34px;height:34px;border:0;border-radius:10px;background:#f0f2ef;color:var(--muted);cursor:pointer}.modal-close svg{width:18px}.checkout h2{font:600 29px Lora;margin:17px 0 5px}.checkout-subtitle{color:var(--muted);margin:0 0 23px;font-size:13px}.checkout-person{display:flex;align-items:center;gap:13px;background:#eff5ef;padding:14px;border-radius:14px}.checkout-person .avatar{width:46px;height:46px;border-radius:13px}.checkout-person>div:last-child{display:flex;flex-direction:column;gap:5px}.checkout-person span{font-size:11px;color:#39735e}.price-breakdown{margin:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px 0}.price-breakdown div{display:flex;justify-content:space-between;gap:15px;padding:9px 0;font-size:12px}.price-breakdown span{color:var(--muted)}.plan-options{display:grid;grid-gap:8px;gap:8px;margin:20px 0 2px}.plan-option{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:1px solid #ccd8d1;background:white;border-radius:12px;padding:13px 14px;cursor:pointer;transition:.15s;font:inherit}.plan-option:hover{border-color:#9fc3b2;background:#f5faf6}.plan-option.active{border-color:var(--green);background:#edf6ef;box-shadow:0 0 0 1px var(--green) inset}.plan-option.disabled{opacity:.5;cursor:not-allowed}.plan-radio{width:17px;height:17px;border-radius:50%;border:2px solid #c3d0c9;flex-shrink:0;position:relative}.plan-option.active .plan-radio{border-color:var(--green)}.plan-option.active .plan-radio:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--green)}.plan-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.plan-price{font-size:13px;font-weight:800;color:var(--ink)}.plan-note{font-size:11px;color:var(--muted);line-height:1.4}.checkout-assurances{list-style:none;padding:0;margin:17px 0;display:grid;grid-gap:9px;gap:9px;color:#4d665d;font-size:12px}.checkout-assurances li{display:flex;align-items:center;gap:8px}.checkout-assurances svg{width:15px;color:var(--green)}.checkout-button{margin-top:20px}.checkout-terms{display:block;text-align:center;color:#8b9792;font-size:9px;margin-top:12px}.recharge-amounts{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:20px 0 4px}.recharge-amounts button{border:1px solid var(--line);background:white;border-radius:13px;padding:15px 0;font:600 16px Lora;color:#2c4a40;cursor:pointer;transition:.18s}.recharge-amounts button:hover{border-color:#b8cfc2}.recharge-amounts button.active{background:var(--green);border-color:var(--green);color:white;box-shadow:0 8px 18px #2f685828}@media(max-width:900px){.client-hero{margin:18px 18px 0;padding:40px;grid-template-columns:1fr}.price-card{display:none}.discovery,.safety-note,.trust-section{margin-left:18px;margin-right:18px}.listener-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-section{grid-template-columns:1fr;gap:25px}.listener-tools{align-items:stretch;flex-direction:column}.search-field{width:100%}}@media(max-width:800px){.dashboard header{padding:0 18px}.profile-chip div{display:none}.client-hero{padding:34px 24px;border-radius:21px}.client-hero h1{font-size:38px}.client-hero-copy>p{font-size:15px}.hero-proof-row{gap:12px}.discovery{margin-top:44px}.discovery-heading h2{font-size:29px}.listener-grid{grid-template-columns:1fr}.trust-section{padding:32px 24px}.filter-chips{margin-right:-18px}.checkout{padding:28px 22px}.modal-close{right:14px;top:14px}}.feeling-checkin{max-width:1180px;margin:26px auto 0;padding:28px 32px;background:#fffdf8;border:1px solid var(--line);border-radius:22px;box-shadow:0 8px 28px #18352e0a}.feeling-checkin h2{font:600 29px Lora;margin:9px 0 7px}.feeling-checkin>div:first-child>p{color:var(--muted);margin:0;line-height:1.55}.feeling-options{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.feeling-options button{border:1px solid #ccd8d1;background:#f5f7f3;color:var(--ink);padding:10px 15px;border-radius:999px;cursor:pointer;font-weight:600}.feeling-options button.active,.feeling-options button:hover{background:var(--green);border-color:var(--green);color:white;transform:translateY(-1px)}.feeling-response{margin:16px 0 0;color:#39735e;font-size:13px;font-weight:600}@media(max-width:900px){.feeling-checkin{margin-left:18px;margin-right:18px}}@media(max-width:600px){.feeling-checkin{margin-left:10px;margin-right:10px;padding:24px 19px;border-radius:18px}.feeling-checkin h2{font-size:26px}.feeling-options{display:grid;grid-template-columns:1fr 1fr}.feeling-options button{padding:11px 8px}}.client-contact-wrap{max-width:1180px;margin:20px auto 0}.contact-details{padding:25px;margin-top:20px}.contact-heading{display:flex;align-items:flex-start;justify-content:space-between}.contact-heading h2{font:600 23px Lora;margin:8px 0 4px}.contact-heading p{margin:0;color:var(--muted);font-size:11px}.contact-details form{display:grid;grid-template-columns:1fr 1fr auto;align-items:flex-end;grid-gap:14px;gap:14px}.contact-details form label{margin-top:18px}.contact-details form .button{height:43px;margin-bottom:0;font-size:11px}.contact-details form .button svg{width:15px}.contact-details .error{grid-column:1/-1;margin:0}.contact-details.compact{background:#fffdf8}.contact-details.compact .contact-heading h2{font-size:21px}@media(max-width:900px){.client-contact-wrap{margin-left:18px;margin-right:18px}.contact-details form{grid-template-columns:1fr 1fr}.contact-details form .button{grid-column:1/-1;width:max-content}}@media(max-width:600px){.contact-details form{grid-template-columns:1fr}.contact-details form .button{grid-column:1;width:100%}.contact-heading{gap:12px;flex-direction:column}}.wallet-panel{max-width:1180px;margin:24px auto 0;display:grid;grid-template-columns:.8fr 1.4fr .8fr;grid-gap:14px;gap:14px}.wallet-panel article{padding:18px 20px}.gateway-card>div,.wallet-card>div{display:flex;align-items:center;gap:12px}.gateway-card svg,.wallet-card svg{width:38px;height:38px;padding:9px;border-radius:12px;background:#e7f0e9;color:var(--green)}.gateway-card span,.wallet-card span{display:flex;flex-direction:column}.gateway-card small,.wallet-card small{font-size:8px;letter-spacing:.1em;color:#7d8b85;font-weight:800}.gateway-card strong,.wallet-card strong{font:600 25px Lora;margin-top:3px}.gateway-card p,.wallet-card p{margin:12px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.gateway-card{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:8px;gap:8px}.gateway-card p,.gateway-card>div{grid-column:1}.gateway-card button{grid-row:1/3;grid-column:2;align-self:center}@media(max-width:900px){.wallet-panel{margin-left:18px;margin-right:18px}.gateway-card,.wallet-panel{grid-template-columns:1fr}.gateway-card button{grid-row:auto;grid-column:1;width:max-content}}@media(max-width:600px){.wallet-panel{margin-left:10px;margin-right:10px}.gateway-card button{width:100%}}.wallet-topup{width:min(460px,calc(100% - 28px))}.topup-balance{display:flex;align-items:center;justify-content:space-between;background:#eff5ef;border-radius:14px;padding:15px 17px;color:var(--muted);font-size:12px}.topup-balance strong{font:600 24px Lora;color:var(--ink)}.topup-options{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin:20px 0 4px}.topup-options button{border:1px solid #ccd8d1;background:white;border-radius:10px;padding:11px 6px;color:var(--ink);font-weight:700;cursor:pointer}.topup-options button.active{background:var(--green);border-color:var(--green);color:white}.topup-custom{margin-top:16px}.wallet-pay-button{margin-bottom:8px}.secondary-pay-button{background:white;color:var(--green);border:1px solid var(--green);margin-top:0}.secondary-pay-button:hover{background:#edf5ef;color:var(--green)}@media(max-width:600px){.topup-options{grid-template-columns:1fr 1fr}}.listener-card .card-action{align-items:flex-end;gap:12px}.listener-card .card-action>div:first-child{display:flex;flex-direction:column}.listener-actions{display:flex;gap:8px}.listener-actions .button{min-width:88px;justify-content:center}.button.secondary{background:#fff;color:var(--green);border:1px solid #9fc3b2}.ai-discovery{margin-top:58px}.ai-card{background:linear-gradient(150deg,#fffdf9,#f1f6f1)}.ai-card .avatar{display:grid;place-items:center;color:var(--green)}.ai-card .avatar svg{width:25px}.ai-label{font-size:9px;letter-spacing:.09em;font-weight:800}.ai-prices{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:12px 0}.ai-prices span{background:#e9f1eb;padding:10px;border-radius:10px;font-size:11px;color:#526c62}.ai-prices strong{color:var(--ink)}.listener-actions.full{width:100%}.listener-actions.full .button{flex:1 1;text-decoration:none}.checkout textarea{width:100%;resize:vertical;margin-top:8px;padding:12px;border:1px solid var(--line);border-radius:10px;font:inherit}.checkout label{font-size:12px;font-weight:700;color:var(--ink)}.dashboard{background:linear-gradient(180deg,#f7f2e9,#f7f4ed 540px,#edf2ee);font-family:Manrope,DM Sans,sans-serif;color:#142c27}.dashboard header{height:86px;padding:0 max(5vw,28px);background:#fbfaf6e8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #d8e0da;box-shadow:none}.dashboard header .brand{font-family:Manrope,sans-serif}.dashboard header .profile-chip>span{background:#dce8df;color:#245b4d}.dashboard header .profile-chip button{width:38px;height:38px;border-radius:50%;background:#f0eee8}.client-private-name{max-width:1240px!important;margin:20px auto 0!important;padding:12px 18px!important;border:0!important;border-radius:10px!important;background:#e7eee8!important}.client-private-name strong{font-family:Newsreader,serif!important;font-size:20px!important}.wallet-panel{max-width:1240px;margin:16px auto 0;grid-template-columns:.75fr 1.5fr .85fr;gap:1px;overflow:hidden;border:1px solid #d8dfda;border-radius:14px;background:#d8dfda}.wallet-panel article{border:0;border-radius:0;box-shadow:none;background:#fbfaf6;padding:17px 20px}.gateway-card svg,.wallet-card svg{border-radius:50%;background:#e4ece6}.gateway-card{background:#f5efe5!important}.gateway-card strong,.wallet-card strong{font-family:Newsreader,serif;font-size:26px}.client-hero{position:relative;isolation:isolate;max-width:1240px;min-height:430px;margin:22px auto 0;padding:62px 58px;border-radius:24px;background:#173a31;grid-template-columns:1.05fr .55fr;box-shadow:0 24px 60px #173a3120}.client-hero:after{content:"";position:absolute;z-index:-2;inset:0 0 0 43%;background:linear-gradient(90deg,#173a31,transparent 38%),url(/safeear-listener-hero.png) 50%/cover no-repeat}.client-hero:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#173a31 0 43%,#173a31c7 58%,transparent 82%)}.client-hero-copy{max-width:610px}.client-hero .eyebrow{color:#a9d5c0}.client-hero h1{font-family:Newsreader,serif;font-weight:500;font-size:clamp(45px,5vw,66px);color:white;letter-spacing:-.025em}.client-hero h1 em{color:#d7e8df}.client-hero-copy>p{max-width:540px;color:#c0d2ca;font-size:15px}.hero-proof-row{color:#d5e5de}.price-card{align-self:end;background:#fbfaf6f2;border:0;border-radius:16px;box-shadow:0 20px 50px #0d251f45}.price-card strong{font-family:Newsreader,serif}.price-card>a{padding:12px 0 2px}.feeling-checkin{max-width:1240px;margin:22px auto 0;padding:30px 34px;border:0;border-radius:18px;background:linear-gradient(115deg,#dcebdd,#f0e3d8);box-shadow:none;display:grid;grid-template-columns:1fr 1.3fr;grid-gap:25px;gap:25px;align-items:center}.feeling-checkin h2{font-family:Newsreader,serif;font-size:31px;font-weight:500}.feeling-options{margin:0}.feeling-options button{border:1px solid #ffffff9c;background:#ffffff8a}.feeling-options button.active,.feeling-options button:hover{background:#245b4d}.feeling-response{grid-column:1/-1;margin:0}.tarot-invite{max-width:1240px!important;margin-top:16px!important;padding:25px 32px!important;border:0!important;border-radius:18px!important;background:linear-gradient(115deg,#ebe1ef,#e0e9f1)!important}.tarot-mini-card{background:#584d71!important}.tarot-link{background:#4b4261!important}.discovery{max-width:1240px;margin-top:26px;padding:48px;border-radius:24px;background:#fbfaf6;box-shadow:0 22px 55px #294a3e0d}.discovery-heading h2,.trust-intro h2{font-family:Newsreader,serif;font-size:42px;font-weight:500;letter-spacing:-.02em}.listener-tools{padding:12px;border-radius:14px;background:#eef2ee}.search-field{flex:0 0 390px}.search-field input{height:46px;border:0;background:white}.filter-chips button{border:0;background:#fbfaf6}.filter-chips button.active{background:#245b4d}.listener-grid{gap:18px}.listener-card{position:relative;padding:25px;border:1px solid #dce3de;border-radius:18px;background:white;box-shadow:none}.listener-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;border-radius:18px 18px 0 0;background:#bfd8ca}.listener-card:nth-child(3n+2):before{background:#e4cbb8}.listener-card:nth-child(3n):before{background:#c8d7e5}.listener-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #294a3e14}.listener-identity .avatar{border-radius:50%;background:#e2ece5;font-family:Newsreader,serif;font-size:19px}.listener-identity h3{font-family:Newsreader,serif;font-size:23px;font-weight:500}.verified-mark{background:transparent;padding:0}.support-tags span{background:#f1eee7}.card-action{padding-top:12px;border-top:1px solid #e7ebe8}.listener-actions .button{border-radius:8px}.listener-actions .button:not(.secondary){background:#173a31}.ai-discovery{margin-top:22px;background:linear-gradient(135deg,#eef0f8,#f5eee4)}.ai-discovery .listener-card{background:#ffffffc7;border-color:#ffffff}.ai-discovery .listener-card:before{background:#9b94b8}.ai-card .avatar{background:#e8e3f0}.ai-prices span{background:#edeaf3}.trust-section{margin-top:22px;border-radius:22px;background:linear-gradient(120deg,#173a31,#315e50);box-shadow:0 22px 50px #173a311c}.client-contact-wrap,.safety-note,.trust-section{max-width:1240px}.client-contact-wrap .contact-details{border:0;border-radius:18px;box-shadow:none}.safety-note{border:0;background:#f1e7dc}@media(max-width:1280px){.client-contact-wrap,.client-hero,.client-private-name,.discovery,.feeling-checkin,.safety-note,.tarot-invite,.trust-section,.wallet-panel{margin-left:20px!important;margin-right:20px!important}}@media(max-width:900px){.client-hero{grid-template-columns:1fr}.client-hero:after{inset:46% 0 0;background:linear-gradient(#173a31,transparent 35%),url(/safeear-listener-hero.png) 50%/cover no-repeat;opacity:.42}.client-hero:before{background:linear-gradient(180deg,#173a31 0 58%,transparent)}.feeling-checkin{grid-template-columns:1fr}.feeling-response{grid-column:1}.discovery{padding:34px 26px}.search-field{flex:auto}.wallet-panel{gap:1px}}@media(max-width:600px){.dashboard header{height:72px}.client-contact-wrap,.client-hero,.client-private-name,.discovery,.feeling-checkin,.safety-note,.tarot-invite,.trust-section,.wallet-panel{margin-left:10px!important;margin-right:10px!important}.client-hero{min-height:520px;padding:38px 24px}.client-hero h1{font-size:43px}.client-hero:after{inset:51% 0 0}.discovery{padding:30px 18px}.discovery-heading h2{font-size:34px}.listener-tools{padding:8px}.listener-card{padding:22px}.feeling-checkin{padding:26px 20px}}.client-tools{max-width:1240px;margin:22px auto 0;padding:38px;border-radius:22px;background:linear-gradient(135deg,#eff3e9,#f7e9df 55%,#e8eef4);box-shadow:0 18px 45px #294a3e0b}.client-tools-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:25px}.client-tools-heading .eyebrow{display:flex;align-items:center;gap:7px}.client-tools-heading .eyebrow svg{width:14px}.client-tools-heading h2{margin:10px 0 5px;font:500 35px Newsreader,serif}.client-tools-heading p{margin:0;color:#62746e;font-size:12px}.client-tools-heading>a{display:flex;align-items:center;gap:8px;color:#245b4d;font-size:11px;font-weight:700}.client-tools-heading>a svg{width:14px}.client-tools-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.client-tool{position:relative;min-height:156px;padding:20px;border:1px solid #ffffffa3;border-radius:16px;color:#18352e;box-shadow:0 10px 25px #294a3e0b;transition:transform .22s,box-shadow .22s}.client-tool:hover{transform:translateY(-3px);box-shadow:0 16px 32px #294a3e18}.client-tool>span{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:#ffffffa6}.client-tool>span svg{width:18px}.client-tool h3{margin:24px 0 4px;font:500 19px Newsreader,serif}.client-tool p{max-width:200px;margin:0;color:#526860;font-size:9.5px;line-height:1.5}.client-tool .tool-arrow{position:absolute;right:17px;top:19px;width:14px}.client-tool.circle{background:#dcebdd}.client-tool.journal{background:#f3dfce}.client-tool.say{background:#dce7f0}.client-tool.schedule{background:#ebe0ef}.client-tool.favourite{background:#efe8c9}.client-tool.gift{background:#dceae8}.client-tool.tarot{background:#e1dded}.client-tool:last-child{grid-column:span 2}.client-tool:last-child p{max-width:320px}@media(max-width:1280px){.client-tools{margin-left:20px;margin-right:20px}}@media(max-width:900px){.client-tools-grid{grid-template-columns:repeat(2,1fr)}.client-tool:last-child{grid-column:auto}.client-tools-heading{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.client-tools{margin-left:10px;margin-right:10px;padding:27px 18px}.client-tools-heading h2{font-size:30px}.client-tools-grid{grid-template-columns:1fr}.client-tool{min-height:140px}}.listener-rating{display:flex;align-items:center;gap:4px;color:#b17a25;margin-top:15px;font-size:11px}.listener-rating svg{width:14px;height:14px}.listener-rating strong{color:#674c23}.listener-rating small{color:#8b9691}.rating-backdrop{z-index:25}.rating-modal{width:min(440px,calc(100% - 28px));padding:35px;text-align:center;position:relative}.rating-heart{width:58px;height:58px;margin:14px auto;background:#e5f0e7;color:var(--green);border-radius:18px;display:grid;place-items:center}.rating-heart svg{width:27px}.rating-modal h2{font:600 27px Lora;margin:10px 0 7px}.rating-modal>p{color:var(--muted);font-size:12px;line-height:1.55;margin:0 auto;max-width:340px}.star-picker{display:flex;justify-content:center;gap:7px;margin:23px 0 7px}.star-picker button{border:0;background:transparent;color:#d7d6cf;padding:2px;cursor:pointer;transition:.15s}.star-picker button:hover{transform:scale(1.12)}.star-picker button.active{color:#e2a43c}.star-picker svg{width:34px;height:34px}.rating-label{display:block;min-height:16px;color:#8c662a;font-size:11px}.rating-modal label{display:block;text-align:left;margin:19px 0 14px;font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:#6e7d77}.rating-modal textarea{display:block;width:100%;box-sizing:border-box;margin-top:7px;border:1px solid var(--line);border-radius:11px;padding:11px;font:11px Inter;resize:vertical;text-transform:none;letter-spacing:0}.rating-skip{border:0;background:transparent;color:#76847f;font-size:10px;margin:11px auto;cursor:pointer}.rating-modal>small{display:block;color:#929c98;font-size:8px;line-height:1.5}.chat-page{width:min(820px,calc(100% - 28px));height:calc(100vh - 110px);margin:24px auto;display:grid;grid-template-rows:auto auto 1fr auto auto;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 18px 55px #18352e12}.chat-header{position:static!important;display:flex;align-items:center;gap:13px;padding:18px 20px;border-bottom:1px solid var(--line);box-shadow:none!important}.chat-header>button{border:0;background:#eef3ee;border-radius:10px;width:38px;height:38px;color:var(--green);cursor:pointer}.chat-header>button svg{width:18px}.chat-header>div{display:flex;flex-direction:column;gap:4px;flex:1 1}.chat-header>div span{font:600 19px Lora}.chat-header small{color:var(--muted)}.chat-header>strong{display:flex;align-items:center;gap:7px;color:var(--green);font-size:14px}.chat-header>strong svg{width:17px}.chat-privacy{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#edf5ef;color:#4d675d;font-size:11px}.chat-privacy svg{width:16px}.chat-messages{padding:22px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:#faf9f5}.chat-messages article{max-width:72%;display:flex;flex-direction:column;gap:5px}.chat-messages article span{padding:11px 14px;border-radius:15px;background:#fff;border:1px solid var(--line);line-height:1.5;font-size:14px}.chat-messages article small{font-size:9px;color:var(--muted);padding:0 5px}.chat-messages article.mine{align-self:flex-end;align-items:flex-end}.chat-messages article.mine span{background:var(--green);color:white;border-color:var(--green);border-bottom-right-radius:4px}.chat-messages article.theirs span{border-bottom-left-radius:4px}.chat-wait{margin:auto;text-align:center;color:var(--muted)}.chat-wait svg{color:var(--green);width:34px}.chat-wait strong{display:block;color:var(--ink);margin-top:8px}.chat-wait p{font-size:12px}.chat-request-actions{justify-content:flex-end;padding:14px 18px}.chat-compose,.chat-request-actions{display:flex;gap:10px;border-top:1px solid var(--line)}.chat-compose{align-items:flex-end;padding:14px 16px}.chat-compose textarea{flex:1 1;resize:none;border:1px solid var(--line);border-radius:14px;padding:12px;font:inherit;max-height:110px}.chat-compose button{width:44px;height:44px;padding:0}.chat-compose svg{width:18px}.chat-error{margin:0 16px 14px}@media(max-width:600px){.chat-page{width:100%;height:calc(100dvh - 68px);margin:0;border-radius:0;border-left:0;border-right:0}.chat-header{padding:13px}.chat-privacy{padding:9px 13px}.chat-messages{padding:14px}.chat-messages article{max-width:85%}}.wellness-page{max-width:1120px;margin:28px auto 70px}.wellness-back{display:flex;align-items:center;gap:7px;color:var(--green);text-decoration:none;font-size:12px;font-weight:700}.wellness-back svg{width:17px}.wellness-title{margin:30px 0}.wellness-title .eyebrow{display:flex;align-items:center;gap:7px}.wellness-title .eyebrow svg{width:15px}.wellness-title h1{font:600 44px Lora;margin:12px 0 8px}.wellness-title p{color:var(--muted)}.wellness-grid{display:grid;grid-template-columns:1.5fr .8fr;grid-gap:18px;gap:18px}.mood-card,.wellness-side article{padding:26px}.mood-card>svg,.wellness-side article>svg{color:var(--green)}.circles-section h2,.mood-card h2,.wellness-side h2{font:600 25px Lora;margin:12px 0 6px}.circles-section p,.mood-card>p,.wellness-side p{color:var(--muted);line-height:1.55}.mood-options{display:flex;gap:7px;flex-wrap:wrap;margin:20px 0}.journal-prompts button,.mood-options button{border:1px solid var(--line);background:#f5f6f2;border-radius:99px;padding:9px 12px;color:var(--ink);cursor:pointer}.mood-options button.active{background:var(--green);border-color:var(--green);color:#fff}.mood-card label{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;font-size:12px}.mood-card input{grid-column:1/-1}.journal-prompts{display:flex;gap:7px;flex-wrap:wrap;margin:19px 0}.journal-prompts button{border-radius:9px;font-size:10px}.mood-card textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:12px;resize:vertical;font:inherit;margin-bottom:13px}.mood-card .button svg{width:17px}.wellness-side{display:grid;grid-gap:18px;gap:18px}.wellness-side .button{margin-top:10px}.circles-section{margin-top:55px}.circle-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:20px}.circle-list article{display:flex;flex-direction:column;gap:8px;padding:20px}.circle-list small,.circle-list span{color:var(--muted);font-size:11px}.circle-list .button{margin-top:8px}.circle-empty{margin-top:18px;padding:28px;display:grid;place-items:center;text-align:center}.circle-empty svg{color:var(--green);margin-bottom:10px}@media(max-width:900px){.wellness-page{margin:20px 18px}.circle-list,.wellness-grid{grid-template-columns:1fr}}@media(max-width:600px){.wellness-page{margin:16px 10px}.wellness-title h1{font-size:36px}.mood-card,.wellness-side article{padding:20px}}.journal-history{margin-top:55px}.journal-history-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.journal-history-head .eyebrow{display:flex;align-items:center;gap:7px}.journal-history-head .eyebrow svg{width:15px}.journal-history-head h2{font:600 32px Lora;margin:10px 0 5px}.journal-history-head p{margin:0;color:var(--muted)}.journal-count{flex:none;border:1px solid var(--line);border-radius:99px;padding:8px 12px;color:var(--muted);font-size:11px}.journal-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.journal-entry{position:relative;padding:22px;display:flex;flex-direction:column;min-height:190px}.journal-entry-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.journal-entry-head>div{display:flex;align-items:center;gap:9px}.journal-entry-head strong{font-size:11px;color:var(--muted)}.journal-mood{background:#e8f1eb;color:var(--green);border-radius:99px;padding:7px 10px;font-size:11px;font-weight:700}.journal-date{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:10px;text-align:right}.journal-date svg{width:13px}.journal-entry>p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.65;margin:20px 0;color:var(--ink)}.journal-delete{margin-top:auto;align-self:flex-end;display:flex;align-items:center;gap:5px;border:0;background:transparent;color:#9a5147;font:inherit;font-size:11px;cursor:pointer}.journal-delete svg{width:14px}.journal-delete:disabled{opacity:.5}.journal-empty{padding:30px;display:grid;place-items:center;text-align:center;color:var(--muted)}.journal-empty svg{color:var(--green);margin-bottom:9px}.journal-empty strong{color:var(--ink)}.journal-empty p{margin:6px 0 0}@media(max-width:900px){.journal-list{grid-template-columns:1fr}}@media(max-width:600px){.journal-history-head{align-items:flex-start;flex-direction:column}.journal-entry-head{flex-direction:column}.journal-date{text-align:left}}.say-it{background:linear-gradient(155deg,#fff,#f1f7f3)}.say-it>.eyebrow{display:block;margin-top:12px;font-size:9px}.say-it form{display:grid;grid-gap:13px;gap:13px;margin-top:20px}.say-it label{display:grid;grid-gap:6px;gap:6px;font-size:11px;font-weight:700}.say-it label small{color:var(--muted);font-weight:400}.say-it textarea{width:100%;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff;resize:vertical;font:inherit;color:var(--ink)}.say-it textarea:focus{outline:2px solid #b8d3c5;outline-offset:1px}.say-it fieldset{border:0;padding:0;margin:0}.say-it legend{font-size:11px;font-weight:700;margin-bottom:7px}.say-tones{display:flex;gap:6px;flex-wrap:wrap}.say-tones button{border:1px solid var(--line);border-radius:99px;background:#fff;padding:7px 9px;color:var(--ink);font-size:10px;cursor:pointer}.say-tones button.active{background:var(--green);border-color:var(--green);color:#fff}.say-it form>.button{width:100%;justify-content:center;margin-top:2px}.say-it form>.button svg{width:16px}.say-result{border-top:1px solid var(--line);margin-top:20px;padding-top:18px}.say-result>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.say-result>div button{display:flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--green);font-size:10px;font-weight:700;cursor:pointer}.say-result>div button svg{width:14px}.say-result>small{display:block}.say-it>aside,.say-result>small{color:var(--muted);font-size:9px;line-height:1.5}.say-it>aside{display:flex;gap:8px;margin-top:17px;padding:11px;border-radius:10px;background:#e7f0ea}.say-it>aside svg{width:15px;flex:none;color:var(--green)}.circle-timetable{padding:24px;margin-top:22px}.circle-timetable table{width:100%;border-collapse:collapse;text-align:left}.circle-timetable caption{text-align:left;font-weight:700;padding-bottom:16px;color:var(--green)}.circle-timetable td,.circle-timetable th{padding:12px 8px;border-bottom:1px solid var(--line);font-size:13px}.circle-timetable p{display:flex;align-items:flex-start;gap:8px;margin-bottom:0;font-size:12px}.circle-timetable p svg{flex-shrink:0;margin-top:2px}.circle-notice{padding:16px;background:#e8f1eb;border-radius:12px;color:var(--green)!important}.circle-booked{display:flex;gap:6px;align-items:center;color:var(--green)}.circle-list time{font-size:13px}.circle-list .button{justify-content:center;font-size:12px}.circle-list .button:disabled{opacity:.6;cursor:not-allowed}.circle-guidelines{font-size:12px;margin-top:24px}.circles-section>.error{margin-top:16px}.circle-list .text-button{white-space:normal}@media(max-width:600px){.circle-timetable{padding:16px}.circle-timetable td,.circle-timetable th{padding:10px 5px;font-size:11px}}.tarot-invite{max-width:1180px;margin:22px auto 0;padding:24px 28px;border:1px solid #ded3bd;border-radius:20px;background:linear-gradient(115deg,#fffaf0,#f2eadb);display:flex;align-items:center;gap:20px}.tarot-invite h2{font:600 24px Lora;margin:5px 0}.tarot-invite p{margin:0;color:var(--muted);font-size:13px}.tarot-mini-card{width:58px;height:76px;border-radius:10px;background:#273b55;color:#f1dca9;display:grid;place-items:center;position:relative;box-shadow:0 8px 20px #283b5525;flex:none}.tarot-mini-card svg{width:25px}.tarot-mini-card i{position:absolute;right:7px;top:5px;font-size:8px}.tarot-link{margin-left:auto;background:#273b55;white-space:nowrap}.tarot-link:hover{background:#192a40}.tarot-page{min-height:calc(100vh - 76px);background:#f8f4eb;color:#26394f;padding:0 5vw 70px}.tarot-nav{height:72px;padding:0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dcd5c8}.tarot-nav a,.tarot-nav span{display:flex;align-items:center;gap:7px;color:#607082;text-decoration:none;font-size:12px;font-weight:600}.tarot-nav svg{width:16px}.tarot-welcome{max-width:1120px;margin:0 auto;min-height:650px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;grid-gap:90px;gap:90px}.tarot-orbit{height:480px;display:grid;place-items:center;background:radial-gradient(circle,#e2d7c2 0,transparent 55%);position:relative}.tarot-orbit:after,.tarot-orbit:before{content:"✦";position:absolute;color:#b79350}.tarot-orbit:before{top:70px;left:45px}.tarot-orbit:after{right:35px;bottom:80px;font-size:25px}.tarot-main-card{width:240px;height:380px;border-radius:20px;background:linear-gradient(145deg,#263d5b,#192c47);border:7px solid #f4e8cc;outline:1px solid #a9864f;box-shadow:0 30px 60px #1d304644;color:#e9cf91;display:grid;place-items:center;position:relative;transform:rotate(-3deg)}.tarot-main-card>span{position:absolute;top:25px;font-size:22px}.tarot-main-card svg{width:160px}.reading-copy .eyebrow,.tarot-stage .eyebrow,.tarot-welcome-copy .eyebrow{color:#9a7539}.reading-copy h1,.tarot-stage h1,.tarot-welcome h1{font:600 clamp(40px,4.3vw,60px)/1.08 Lora;margin:17px 0;color:#26394f}.tarot-welcome h1 em{color:#a17c42}.tarot-welcome-copy>p{color:#637183;font-size:16px;line-height:1.7;max-width:590px}.tarot-promises{display:flex;gap:18px;flex-wrap:wrap;margin:24px 0;color:#667587;font-size:11px;font-weight:700}.tarot-promises span{display:flex;align-items:center;gap:6px}.tarot-promises svg{width:15px}.reading-stage .button,.tarot-stage .button,.tarot-welcome .button{background:#263d5b}.tarot-welcome-copy>small{display:block;color:#8b9295;margin-top:13px;font-size:9px}.tarot-stage{max-width:850px;margin:0 auto;padding:65px 0;text-align:center}.step-count{font-size:10px;letter-spacing:.18em;color:#a17c42;font-weight:700}.tarot-stage>p{color:#667587;margin:0 auto 30px}.topic-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:11px;gap:11px;margin:32px 0}.topic-grid button{background:#fffdf8;border:1px solid #dcd5c8;border-radius:15px;padding:18px 8px;color:#657284;cursor:pointer;display:grid;place-items:center;grid-gap:9px;gap:9px}.topic-grid button svg{width:22px}.topic-grid button span{font-size:11px;font-weight:700}.topic-grid button.active{background:#263d5b;color:#f4dfae;border-color:#263d5b;box-shadow:0 10px 25px #263d5b24}.tarot-question{text-align:left;color:#44546a;margin:30px 0}.tarot-question>span{float:right;font-size:10px;color:#939ba1;font-weight:400}.tarot-question textarea{height:110px;resize:none;background:#fffdf8;border-color:#d8d0c3;line-height:1.55}.tarot-stage>.button{margin:0 auto}.chosen-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin:34px auto;width:min(650px,100%)}.chosen-slot{height:205px;border:1px dashed #bdb4a4;border-radius:15px;display:grid;place-content:center;grid-gap:9px;gap:9px;color:#89929a;background:#f2ede3}.chosen-slot b{width:28px;height:28px;border:1px solid #c5bdaf;border-radius:50%;display:grid;place-items:center;margin:auto;font-size:11px}.chosen-slot span{font-size:10px;letter-spacing:.08em;text-transform:uppercase}.chosen-slot.filled{background:#263d5b;border:5px solid #ead9b4;color:#f0d89d;box-shadow:0 12px 28px #263d5b25}.chosen-slot.filled strong{font-size:43px}.chosen-slot.filled span{font:600 15px Lora;text-transform:none}.chosen-slot.filled small{color:#bac4cc}.tarot-deck{display:flex;justify-content:center;margin:20px auto 32px}.tarot-deck button{width:88px;height:145px;margin-left:-22px;border-radius:10px;border:4px solid #e6d3aa;background:#263d5b;color:#e9cf91;box-shadow:-5px 7px 15px #263d5b25;cursor:pointer;display:grid;place-content:center;transition:.2s}.tarot-deck button:first-child{margin-left:0}.tarot-deck button:hover:not(:disabled){transform:translateY(-12px) rotate(-2deg)}.tarot-deck button:disabled{opacity:.22}.tarot-deck button i{font-size:25px;font-style:normal}.reveal-button:disabled{opacity:.4}.reading-stage{max-width:1080px;margin:0 auto;padding:60px 0;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:70px;gap:70px;align-items:flex-start}.reading-cards{display:flex;justify-content:center;gap:10px;padding-top:45px}.reading-cards article{text-align:center;width:31%}.reading-cards article>div{height:210px;background:#263d5b;border:4px solid #e4cca0;border-radius:12px;color:#ecd496;display:grid;place-items:center;box-shadow:0 15px 25px #263d5b20}.reading-cards article>div span{font-size:40px}.reading-cards small{display:block;color:#9d804e;font-size:8px;letter-spacing:.08em;text-transform:uppercase;margin-top:14px}.reading-cards h3{font:600 14px Lora;margin:5px}.reading-cards p{font-size:9px;color:#7a8792;margin:0;text-transform:capitalize}.reading-copy h1{font-size:43px}.reading-summary{font:600 17px/1.75 Lora;color:#526275}.reading-copy blockquote{margin:27px 0;padding:20px 22px;background:#eee6d7;border-left:3px solid #a17c42;font-size:13px;line-height:1.6;color:#596779}.reading-copy blockquote strong{display:block;color:#26394f;margin-bottom:6px}.next-step{padding:20px;border:1px solid #d9d0c1;border-radius:14px}.next-step span{font-size:9px;letter-spacing:.13em;color:#a17c42;font-weight:700}.next-step p{margin:8px 0 0;line-height:1.6;font-size:13px}.reading-actions{display:flex;align-items:center;gap:22px;margin-top:25px}.reading-actions a{color:#263d5b;text-decoration:none;font-size:12px;font-weight:700;display:flex;align-items:center;gap:7px}.reading-actions svg{width:16px}.crisis-reading .reading-cards{display:none}.crisis-reading{grid-template-columns:1fr;max-width:680px}.crisis-reading .reading-copy .eyebrow{color:#a34f49}@media(max-width:900px){.tarot-invite{margin-left:18px;margin-right:18px}.tarot-welcome{grid-template-columns:1fr;gap:10px;padding-bottom:60px}.tarot-orbit{height:410px}.tarot-welcome-copy{text-align:center}.tarot-welcome-copy>p{margin-left:auto;margin-right:auto}.tarot-promises{justify-content:center}.tarot-welcome .button{margin:auto}.reading-stage{grid-template-columns:1fr;gap:30px}.reading-cards{max-width:500px;margin:auto;padding-top:0}}@media(max-width:700px){.tarot-invite{align-items:flex-start;flex-wrap:wrap}.tarot-link{margin-left:78px}.tarot-page{padding-left:18px;padding-right:18px}.tarot-main-card{width:190px;height:310px}.tarot-orbit{height:360px}.tarot-stage h1,.tarot-welcome h1{font-size:38px}.topic-grid{grid-template-columns:repeat(3,1fr)}.chosen-row{gap:8px}.chosen-slot{height:165px}.tarot-deck button{width:68px;height:115px;margin-left:-25px}.reading-cards article>div{height:170px}.reading-copy h1{font-size:37px}.reading-actions{align-items:flex-start;flex-direction:column}}.terms-consent{display:flex;gap:11px;align-items:flex-start;margin:20px 0;padding:13px;border:1px solid #d7e0da;border-radius:11px;background:#f2f6f2;font-weight:400}.terms-consent input{width:17px;height:17px;flex:none;margin:2px 0 0;accent-color:var(--green)}.terms-consent span{font-size:11px;line-height:1.55;color:#53685f}.terms-consent a{color:var(--green);font-weight:700}.legal-page{min-height:100vh;background:#f8f6f0;color:#243d35}.legal-header{height:76px;max-width:1180px;margin:auto;padding:0 22px;justify-content:space-between}.legal-header,.legal-header a{display:flex;align-items:center}.legal-header a{gap:9px;text-decoration:none;color:var(--ink);font-weight:700;font-size:13px}.legal-header a:first-child{font-size:19px}.legal-header a:first-child span{width:35px;height:35px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center}.legal-header svg{width:17px}.legal-hero{background:linear-gradient(135deg,#dfece2,#edf3e9);padding:70px max(7vw,24px);text-align:center}.legal-hero h1{font:600 clamp(42px,5vw,64px) Lora;margin:16px 0}.legal-hero>p{max-width:680px;margin:0 auto;color:#587067;line-height:1.7}.legal-hero>div{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:24px;font-size:10px;color:#6c7d76}.legal-hero i{width:3px;height:3px;border-radius:50%;background:#81918b}.legal-layout{max-width:1080px;margin:48px auto 80px;display:grid;grid-template-columns:220px 1fr;grid-gap:55px;gap:55px;padding:0 22px}.legal-layout>aside{position:-webkit-sticky;position:sticky;top:105px;height:max-content;display:flex;flex-direction:column;gap:10px;border-left:1px solid #d9e0dc;padding-left:18px}.legal-layout>aside strong{font-size:11px;letter-spacing:.08em;margin-bottom:5px}.legal-layout>aside a{font-size:11px;color:#697a74;text-decoration:none}.legal-content{min-width:0}.legal-content section p,.legal-content>p{font-size:14px;line-height:1.75;color:#586c64}.legal-content section{scroll-margin-top:100px;margin:38px 0}.legal-content h2{font:600 25px Lora;margin-bottom:10px;color:#243d35}.legal-callout,.legal-closing{display:flex;gap:15px;padding:20px;background:#f4e8dc;border:1px solid #ead7c5;border-radius:15px;margin-bottom:30px}.legal-callout>svg{color:#a66442;flex:none}.legal-callout p,.legal-closing p{margin:5px 0 0!important;font-size:12px!important}.legal-closing{background:#e5eee7;border-color:#d1e0d5;margin-top:45px}.legal-closing>svg{color:var(--green);flex:none}.legal-footer{text-align:center;border-top:1px solid #dfe4e0;padding:25px;color:#83918c;font-size:10px}@media(max-width:750px){.legal-hero{padding-top:50px;padding-bottom:50px}.legal-layout{grid-template-columns:1fr;margin-top:30px}.legal-layout>aside{display:none}.legal-header a:last-child{font-size:0}.legal-header a:last-child svg{width:20px}.legal-content h2{font-size:23px}}.listener-workspace{max-width:1320px;margin:0 auto;min-height:calc(100vh - 76px);display:grid;grid-template-columns:230px 1fr}.listener-nav{padding:38px 24px 30px 0;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.listener-nav>div:first-child{display:flex;flex-direction:column;gap:6px}.listener-nav>div:first-child>span{font-size:9px;letter-spacing:.14em;color:#8a9892;font-weight:700;margin:0 12px 14px}.listener-nav button{border:0;background:transparent;border-radius:10px;padding:11px 12px;display:flex;align-items:center;gap:10px;color:#667871;font-size:12px;font-weight:600;cursor:pointer;text-align:left}.listener-nav button svg{width:17px}.listener-nav button.active{background:#e7efe9;color:var(--green)}.listener-nav-help{margin:0 10px;background:#eef3ee;border-radius:14px;padding:16px;color:#536860}.listener-nav-help>svg{width:20px}.listener-nav-help strong{display:block;font-size:12px;margin-top:8px}.listener-nav-help p{font-size:10px;line-height:1.45;margin:5px 0}.listener-nav-help span{font-size:9px;color:#77877f}.listener-main{padding:48px 0 70px 46px;min-width:0}.listener-mobile-tabs{display:none}.listener-welcome{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}.listener-welcome h1,.page-heading h1{font:600 40px Lora;margin:10px 0}.listener-welcome p,.page-heading p{color:var(--muted);margin:0}.listener-overview-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:18px;gap:18px}.listener-overview-grid>article{padding:25px}.overview-card-title{display:flex;align-items:center;justify-content:space-between}.overview-card-title>span{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;color:#536860}.overview-card-title svg{width:17px}.overview-card-title button{border:0;background:transparent;color:var(--green);font-size:10px;font-weight:700;display:flex;align-items:center;gap:4px;cursor:pointer}.overview-card-title button svg{width:13px}.overview-earnings>strong{display:block;font:600 39px Lora;margin:23px 0 3px}.overview-earnings>p{font-size:11px;color:var(--muted);margin:0}.overview-earnings>div:nth-of-type(2){display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:24px}.overview-earnings>div:nth-of-type(2)>span{display:flex;flex-direction:column;background:#f1f4f0;border-radius:10px;padding:13px;font-size:15px;font-weight:700}.overview-earnings small{font-size:9px;color:#7d8c85;font-weight:500;margin-bottom:5px}.overview-earnings em{display:block;color:#9a7654;background:#f7efe4;font-size:9px;font-style:normal;padding:8px 10px;border-radius:7px;margin-top:13px}.profile-readiness{display:grid;grid-template-columns:1fr 1.3fr;align-items:center}.profile-readiness .overview-card-title{grid-column:1/-1}.readiness-ring{width:90px;height:90px;border-radius:50%;margin:20px auto 5px;background:conic-gradient(var(--green) 0 70%,#e3eae5 70%);display:grid;place-items:center;position:relative}.readiness-ring:after{content:"";position:absolute;width:70px;height:70px;background:white;border-radius:50%}.readiness-ring strong{z-index:1;font:600 19px Lora}.profile-readiness ul{list-style:none;padding:10px 0 0;margin:0;display:grid;grid-gap:9px;gap:9px;font-size:10px;color:#7a8883}.profile-readiness li{display:flex;align-items:center;gap:7px}.profile-readiness li svg,.profile-readiness li>span{width:14px;height:14px;border:1px solid #bbc7c1;border-radius:50%}.profile-readiness li.done{color:#33725b}.profile-readiness li.done svg{border:0}.listener-next{margin-top:18px;padding:22px 25px;display:flex;align-items:center;gap:16px}.listener-next>svg{width:38px;height:38px;padding:9px;border-radius:11px;background:#e3eee5;color:var(--green)}.listener-next div{flex:1 1}.listener-next h2{font:600 18px Lora;margin:0}.listener-next p{font-size:11px;color:var(--muted);margin:5px 0 0}.listener-next .button{font-size:11px}.page-heading{margin-bottom:30px}.listener-profile-layout{margin-top:0}.earnings-heading{display:flex;align-items:flex-end;justify-content:space-between}.preview-badge{background:#f2e8d9;color:#906c3b;border-radius:99px;padding:8px 11px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.earning-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.earning-stats article{background:white;border:1px solid var(--line);border-radius:15px;padding:18px}.earning-stats article>span{display:flex;align-items:center;gap:6px;color:#71817b;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.earning-stats svg{width:15px}.earning-stats strong{display:block;font:600 26px Lora;margin:16px 0 5px}.earning-stats small{font-size:9px;color:#8a9792}.payout-setup{margin:20px 0;background:linear-gradient(130deg,#183b32,#285749);color:white;border-radius:20px;padding:25px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:18px;gap:18px}.payout-setup-icon{width:52px;height:52px;border-radius:14px;background:#ffffff14;display:grid;place-items:center;color:#b8e0c8}.payout-setup>div:nth-child(2)>span{font-size:8px;letter-spacing:.13em;color:#a7c7ba;font-weight:700}.payout-setup h2{font:600 21px Lora;margin:5px 0}.payout-setup p{color:#b8cac3;font-size:10px;line-height:1.5;max-width:620px;margin:0}.payout-checks{display:flex;gap:14px;margin-top:12px;font-size:8px;color:#b9d1c7}.payout-checks span{display:flex;align-items:center;gap:4px}.payout-checks svg{width:12px}.payout-setup .button{background:#ffffff17;color:#a9beb6}.earnings-history{overflow:hidden}.history-heading{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--line)}.history-heading>div{display:flex;align-items:center;gap:11px}.history-heading svg{color:var(--green);width:20px}.history-heading h2{font:600 18px Lora;margin:0}.history-heading p{font-size:9px;color:var(--muted);margin:4px 0}.history-heading>span{font-size:9px;color:#72827c;background:#f1f3f0;border-radius:99px;padding:7px 10px}.earnings-empty{text-align:center;padding:55px 20px;color:#83918c}.earnings-empty>svg{width:32px}.earnings-empty h3{font:600 18px Lora;color:var(--ink);margin:11px}.earning-row,.earnings-empty p{font-size:10px}.earning-row{display:grid;grid-template-columns:1.6fr 1fr .7fr .7fr .7fr;align-items:center;grid-gap:12px;gap:12px;padding:13px 22px;border-bottom:1px solid #edf0ed;color:#64756e}.earning-row.header{background:#fafbf9;text-transform:uppercase;letter-spacing:.05em;font-size:8px;font-weight:700}.earning-row>span:first-child{display:flex;align-items:center;gap:9px}.earning-row b{width:29px;height:29px;background:#e5eee7;border-radius:9px;display:grid;place-items:center;color:var(--green)}.earning-row>span span{display:flex;flex-direction:column}.earning-row small{font-size:8px;color:#8b9792}.earning-row>span:nth-child(4){color:#8c6f3f}.earning-row>span:nth-child(4) i{display:inline-block;width:6px;height:6px;background:#c79a4f;border-radius:50%;margin-right:5px}.earning-row>strong{text-align:right;color:var(--ink)}.earnings-note{display:flex;gap:10px;margin-top:15px;padding:14px 16px;background:#f1eee7;color:#687871;border-radius:11px}.earnings-note svg{width:17px;flex:none}.earnings-note p{font-size:9px;line-height:1.55;margin:0}@media(max-width:1100px){.listener-workspace{grid-template-columns:190px 1fr;padding:0 18px}.listener-main{padding-left:28px}.earning-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.listener-workspace{display:block;padding:0 18px}.listener-nav{display:none}.listener-main{padding:25px 0 60px}.listener-mobile-tabs{display:flex;background:#e9eeea;padding:4px;border-radius:10px;margin-bottom:28px}.listener-mobile-tabs button{flex:1 1;border:0;background:transparent;padding:9px;border-radius:7px;color:#74827d;font-size:10px;font-weight:700}.listener-mobile-tabs button.active{background:white;color:var(--green)}.listener-welcome{align-items:flex-start;flex-direction:column;gap:20px}.listener-welcome h1,.page-heading h1{font-size:34px}.listener-overview-grid{grid-template-columns:1fr}.listener-next{align-items:flex-start;flex-wrap:wrap}.listener-next .button{margin-left:54px}.earning-stats{grid-template-columns:1fr 1fr}.payout-setup{grid-template-columns:auto 1fr}.payout-setup .button{grid-column:2}.payout-checks{flex-direction:column;gap:5px}.earning-row{grid-template-columns:1.4fr .8fr .7fr}.earning-row>:nth-child(3),.earning-row>:nth-child(4){display:none}}@media(max-width:520px){.profile-readiness{grid-template-columns:1fr}.profile-readiness ul{padding-left:20px}.earning-stats{grid-template-columns:1fr 1fr}.earning-stats strong{font-size:21px}.payout-setup{grid-template-columns:1fr}.payout-setup .button{grid-column:1}.earnings-heading{align-items:flex-start;flex-direction:column;gap:12px}}.profile-recovery{max-width:560px;margin:80px auto;padding:42px;text-align:center}.profile-recovery>svg{width:46px;height:46px;padding:11px;border-radius:14px;background:#e4eee6;color:var(--green)}.profile-recovery h1{font:600 30px Lora;margin:18px 0 8px}.profile-recovery p{color:var(--muted);line-height:1.6}.profile-recovery .button{margin-top:14px}.incoming-chats{grid-column:1/-1}.incoming-chats>a{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);color:inherit;text-decoration:none}.incoming-chats>a>div{display:flex;flex-direction:column;gap:4px}.incoming-chats>a small{color:var(--muted)}.incoming-chats>a svg{width:18px;color:var(--green)}.approval-gate{padding-bottom:40px}.approval-card{margin:20px 0;background:white;border:1px solid var(--line);border-radius:20px;padding:46px 30px;text-align:center}.approval-icon{width:66px;height:66px;margin:0 auto;border-radius:18px;display:grid;place-items:center;color:var(--green);background:#e4eee6}.approval-card.rejected .approval-icon{background:#f7e7e5;color:#a34e46}.approval-card .eyebrow{display:inline-flex;align-items:center;gap:6px;color:#8a8f86}.approval-card h1{font:600 30px Lora;margin:15px 0 9px}.approval-card .approval-body{color:var(--muted);line-height:1.65;max-width:480px;margin:0 auto}.approval-card .approval-note{font-size:10px;line-height:1.6;color:#83908b;max-width:440px;margin:14px auto 0}.approval-status{margin-top:22px}.approval-card .status{display:inline-flex!important}.approval-card .status.submitted{background:#eef2ec;color:#5f7468}.approval-card .status.under_review{background:#e8f0f5;color:#3a6b8e}.approval-card .status.approved{background:#e4f1e8;color:#277052}.approval-card .status.rejected,.approval-card .status.suspended{background:#f7e7e5;color:#a34e46}.approval-card .status.more_info_required{background:#f6eee0;color:#956d2f}.approval-actions{margin-top:24px}.approval-actions .button{font-size:11px}.account-settings.with-security{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-top:20px}.account-settings.with-security .contact-details{margin-top:0}.account-settings.with-security .contact-details form{grid-template-columns:1fr 1fr}.account-settings.with-security .contact-details form label:first-of-type{grid-column:1/-1}.account-settings.with-security .contact-details form .button{grid-column:1/-1;width:max-content}.account-meta{display:flex;gap:10px;margin-top:18px}.account-meta>span{flex:1 1;display:grid;grid-template-columns:auto 1fr;grid-column-gap:8px;column-gap:8px;align-items:center;background:#f0f4f0;border-radius:10px;padding:11px}.account-meta svg{grid-row:1/3;width:18px;color:var(--green)}.account-meta small{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:#819089}.account-meta strong{font-size:10px;margin-top:2px}.password-settings{padding:25px}.password-settings .contact-heading h2{font:600 21px Lora;margin:8px 0 4px}.password-settings form{margin-top:18px}.password-settings form>.button{margin-top:13px}.password-settings aside{display:flex;align-items:center;gap:10px;background:#edf3ee;color:#526b62;padding:12px;border-radius:10px;margin-top:20px}.password-settings aside svg{width:19px}.password-settings aside span{display:flex;flex-direction:column}.password-settings aside strong{font-size:9px}.password-settings aside small{font-size:8px;margin-top:3px}.account-success{display:flex;align-items:center;gap:7px;background:#e4f1e8;color:#287052;padding:10px;border-radius:8px;margin-top:12px;font-size:10px}.account-success svg{width:16px}@media(max-width:1000px){.account-settings.with-security{grid-template-columns:1fr}}@media(max-width:600px){.account-settings.with-security .contact-details form{grid-template-columns:1fr}.account-settings.with-security .contact-details form .button,.account-settings.with-security .contact-details form label:first-of-type{grid-column:1}.account-settings.with-security .contact-details form .button{width:100%}.account-meta{flex-direction:column}.password-settings .field-row{grid-template-columns:1fr}}.admin-wrap{max-width:1240px;margin:0 auto;padding:46px 28px 80px}.admin-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}.admin-heading h1{font:600 40px Lora;margin:9px 0 6px}.admin-heading p{margin:0;color:var(--muted)}.admin-safety{display:flex;align-items:center;gap:12px;background:#e9f1eb;color:var(--green);border-radius:14px;padding:13px 17px}.admin-safety>svg{width:22px}.admin-safety span{display:flex;flex-direction:column}.admin-safety strong{font-size:11px}.admin-safety small{font-size:9px;color:#668078;margin-top:3px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:13px;gap:13px;margin-bottom:22px}.admin-stats article{border:1px solid var(--line);background:white;border-radius:16px;padding:18px;display:flex;align-items:center;gap:14px}.admin-stats svg{background:#e8f0e9;color:var(--green);padding:9px;width:38px;height:38px;border-radius:11px}.admin-stats span{display:flex;flex-direction:column}.admin-stats small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#7f8c87;font-weight:700}.admin-stats strong{font:600 25px Lora;margin-top:4px}.admin-panel{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden}.admin-toolbar{padding:16px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.admin-tabs{display:flex;gap:4px;background:#eef1ed;padding:4px;border-radius:10px}.admin-tabs button{border:0;background:transparent;padding:8px 12px;border-radius:7px;font-size:10px;font-weight:700;color:#72817b;cursor:pointer}.admin-tabs button.active{background:white;color:var(--green)}.admin-toolbar label{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:10px;padding:0 10px}.admin-toolbar label svg{width:15px;color:#87948f}.admin-toolbar input{border:0;outline:0;padding:9px 0;width:220px;font-size:11px}.admin-row{width:100%;display:grid;grid-template-columns:1.2fr 1.3fr 1.2fr .8fr 20px;grid-gap:18px;gap:18px;align-items:center;text-align:left;padding:14px 20px;border:0;border-bottom:1px solid #edf0ed;background:white;color:var(--ink)}button.admin-row{cursor:pointer}.admin-row:not(.header):hover{background:#f9fbf8}.admin-row.header{background:#fafbf9;font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#7a8883;font-weight:700}.admin-row>span{min-width:0;display:flex;flex-direction:column}.admin-row span>strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-row span>small{font-size:9px;color:#84918c;margin-top:4px}.admin-person{flex-direction:row!important;align-items:center;gap:10px}.admin-person>b{width:34px;height:34px;display:grid;place-items:center;background:#e5eee7;color:var(--green);border-radius:10px}.admin-person i{display:flex;flex-direction:column;font-style:normal;min-width:0}.status{display:inline-flex!important;align-self:flex-start;border-radius:99px;padding:6px 8px;font-size:8px!important;font-style:normal;font-weight:800;text-transform:uppercase;background:#f3eee5;color:#8d6a36}.status.approved{background:#e4f1e8;color:#277052}.status.rejected,.status.suspended{background:#f7e7e5;color:#a34e46}.status.more_info_required{background:#f6eee0;color:#956d2f}.admin-empty{text-align:center;padding:55px;color:#81908a}.admin-empty h3{font:600 18px Lora;color:var(--ink)}.admin-error{display:flex;gap:8px;align-items:center;background:#f9e7e4;color:#9c453d;padding:12px 15px;border-radius:10px;margin-bottom:15px;font-size:11px}.review-backdrop{position:fixed;inset:0;background:#18302873;z-index:30;display:flex;justify-content:flex-end}.review-drawer{height:100%;width:min(480px,92vw);background:#fbfcfa;padding:38px;overflow:auto;box-shadow:-20px 0 60px #172d242b;position:relative}.review-close{position:absolute;right:24px;top:21px;border:0;background:#edf1ed;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer}.review-drawer h2{font:600 30px Lora;margin:9px 0 10px}.review-facts{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px;margin:25px 0}.review-facts p{background:white;border:1px solid var(--line);border-radius:11px;padding:12px;margin:0;font-size:11px;line-height:1.5}.review-facts p:nth-last-child(-n+2){grid-column:1/-1}.review-facts small{gap:5px;font-size:8px;text-transform:uppercase;color:#83908b;margin-bottom:5px}.proof-link,.proof-missing,.review-facts small{display:flex;align-items:center;font-weight:700}.proof-link,.proof-missing{gap:8px;padding:12px;border-radius:10px;font-size:10px}.proof-link{background:#e6f0e8;color:var(--green)}.proof-missing{background:#f6eee0;color:#8f6a35}.review-notes{display:block;font-size:9px;text-transform:uppercase;font-weight:700;color:#697973;margin-top:22px}.review-notes textarea{display:block;width:100%;box-sizing:border-box;margin-top:8px;border:1px solid var(--line);border-radius:11px;padding:12px;font:11px Inter;resize:vertical}.review-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:16px}.review-actions button{border:1px solid var(--line);background:white;border-radius:9px;padding:10px;font-size:9px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.review-actions .approve{grid-column:1/-1;background:var(--green);color:white}.review-actions .reject{color:#9d4942}.review-warning{display:block;color:#8a9691;line-height:1.5;margin-top:12px}.admin-denied{max-width:480px;text-align:center;margin:100px auto}.admin-denied>svg{width:55px;height:55px;color:var(--green)}.admin-denied h1{font:600 32px Lora}.admin-denied p{color:var(--muted);margin-bottom:25px}@media(max-width:800px){.admin-wrap{padding:28px 16px}.admin-heading{align-items:flex-start;flex-direction:column;gap:18px}.admin-stats{grid-template-columns:1fr 1fr}.admin-toolbar{align-items:stretch;flex-direction:column;gap:12px}.admin-toolbar input{width:100%}.admin-row{grid-template-columns:1.2fr 1fr 18px}.admin-row>:nth-child(2),.admin-row>:nth-child(4){display:none}.review-drawer{padding:30px 22px}.review-facts{grid-template-columns:1fr}}.admin-monitoring{margin-top:44px}.monitor-counts{display:flex;gap:9px}.monitor-counts span{display:flex;align-items:center;gap:6px;padding:7px 11px;border-radius:99px;background:white;border:1px solid var(--line);font-size:10px;font-weight:700;color:#667972}.monitor-counts svg{width:13px;color:var(--green)}.monitor-counts span.warn{background:#f6eee0;color:#956d2f}.monitor-counts span.warn svg{color:#956d2f}.monitor-counts span.alert{background:#f7e7e5;color:#a34e46}.monitor-counts span.alert svg{color:#a34e46}.monitor-row{grid-template-columns:1.1fr 1fr 1.1fr .9fr 1.6fr auto}.monitor-row.flagged,.monitor-row.flagged:hover{background:#fdf3f1}.admin-row .monitor-note{max-width:320px}.monitor-note b{font-size:9px;color:var(--green);text-transform:uppercase;letter-spacing:.05em}.monitor-note small{display:block;white-space:normal;line-height:1.45;margin-top:4px}.monitor-note em{font-style:normal;display:block;margin-top:4px;line-height:1.4;color:#a34e46}.monitor-btn{border:1px solid var(--line);background:white;border-radius:8px;padding:8px 11px;font-size:9px;font-weight:800;color:#58806d;cursor:pointer;white-space:nowrap}.monitor-btn:hover{background:#eef4ef}.monitor-btn.unflag{background:#a34e46;border-color:#a34e46;color:white}.monitor-btn:disabled{opacity:.5;cursor:default}@media(max-width:1100px){.monitor-row{grid-template-columns:1fr 1fr;gap:10px}.monitor-counts{margin-top:14px}}@media(max-width:800px){.monitor-counts{flex-wrap:wrap}}.command-wrap{max-width:1280px;margin:auto;padding:38px 28px 90px}.command-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.command-top>div:first-child{display:flex;flex-direction:column;align-items:flex-start}.command-top a{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:10px;margin-bottom:18px}.command-top a svg{width:14px}.command-top h1{font:600 40px Lora;margin:8px 0 5px}.command-top p{color:var(--muted);margin:0}.ai-connection{display:flex;align-items:center;gap:10px;background:white;border:1px solid var(--line);padding:12px 15px;border-radius:13px}.ai-connection>i{width:9px;height:9px;border-radius:50%;background:#bd443a;box-shadow:0 0 0 4px #f4dfdc}.ai-connection.online>i{background:#2d815f;box-shadow:0 0 0 4px #dceee3}.ai-connection span{display:flex;flex-direction:column}.ai-connection strong{font-size:10px}.ai-connection small{color:var(--muted);font-size:8px;margin-top:3px}.command-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:18px}.command-stats article{display:flex;gap:12px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:15px;background:white}.command-stats svg{width:35px;height:35px;padding:8px;border-radius:10px;background:#e8f0e9;color:var(--green)}.command-stats span{display:flex;flex-direction:column}.command-stats small{text-transform:uppercase;font-size:8px;color:var(--muted);font-weight:800}.command-stats strong{font:600 23px Lora}.task-composer{background:#173d33;color:white;border-radius:19px;padding:22px;margin-bottom:20px}.composer-head{display:flex;gap:10px;align-items:center;margin-bottom:15px}.composer-head>svg{color:#b8d7c5}.composer-head div{display:flex;flex-direction:column}.composer-head strong{font:600 17px Lora}.composer-head small{color:#b7cbc4;font-size:9px;margin-top:3px}.composer-grid{display:grid;grid-template-columns:230px 1fr 150px;grid-gap:10px;gap:10px;align-items:stretch}.composer-grid select,.composer-grid textarea{border:1px solid #ffffff2c;background:#ffffff12;color:white;border-radius:11px;padding:12px;font:10px Inter;outline:0}.composer-grid select option{color:#19352d}.composer-grid textarea{resize:vertical}.composer-grid textarea::placeholder{color:#b7c8c2}.composer-grid button,.memory-form button{border:0;border-radius:11px;background:#dce9d7;color:#173d33;font-weight:800;font-size:10px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.composer-grid button:disabled{opacity:.45;cursor:not-allowed}.composer-grid button svg{width:15px}.composer-note{display:flex;gap:7px;align-items:flex-start;margin:12px 0 0;color:#bad0c8;font-size:9px;line-height:1.45}.composer-note svg{width:14px;flex:none}.composer-note b{color:#f0d6a8;margin-left:4px}.command-tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:18px}.command-tabs button{border:0;background:transparent;padding:11px 15px;color:var(--muted);font-size:10px;font-weight:800;cursor:pointer;border-bottom:2px solid transparent}.command-tabs button.active{color:var(--green);border-bottom-color:var(--green)}.command-tabs .refresh{margin-left:auto;display:flex;gap:5px;align-items:center}.command-tabs svg{width:13px}.agent-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.agent-grid article{background:white;border:1px solid var(--line);border-radius:16px;padding:18px}.agent-avatar{float:left;width:42px;height:42px;border-radius:12px;background:#e7efe8;color:var(--green);display:grid;place-items:center;font:700 13px Lora;margin:0 12px 12px 0}.agent-grid article>span{font-size:8px;text-transform:uppercase;color:#76867f;font-weight:800}.agent-grid h3{font:600 16px Lora;margin:5px 0 14px}.agent-grid p{clear:both;color:var(--muted);font-size:10px;line-height:1.55;min-height:47px}.agent-grid footer{display:flex;align-items:center;gap:6px;border-top:1px solid #edf0ed;padding-top:12px;font-size:8px;color:#6f8079}.agent-grid footer i{width:7px;height:7px;background:#3a8a68;border-radius:50%}.agent-grid footer i.guarded{background:#c59646}.agent-grid footer button{margin-left:auto;border:0;border-radius:7px;padding:6px 9px;color:var(--green);font-size:8px;font-weight:800;cursor:pointer}.task-board{display:grid;grid-template-columns:360px 1fr;min-height:500px;background:white;border:1px solid var(--line);border-radius:17px;overflow:hidden}.task-list{border-right:1px solid var(--line);max-height:680px;overflow:auto}.task-list>button{position:relative;width:100%;border:0;border-bottom:1px solid #edf0ed;background:white;padding:14px 16px;text-align:left;cursor:pointer;overflow:hidden}.task-list>button.active{background:#f2f7f2}.task-list strong{display:block;font-size:10px;margin:7px 0 5px}.task-list p{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.task-list small{font-size:8px;color:#93a09b}.task-list>button>i{position:absolute;bottom:0;left:0;height:2px;background:var(--green)}.task-state{display:inline-block;padding:4px 6px;border-radius:99px;background:#eef0ed;color:#6d7c76;font-size:7px;font-weight:900}.task-state.completed{background:#def0e4;color:#276b50}.task-state.failed,.task-state.rejected{background:#f8e4e1;color:#9f4942}.task-state.queued,.task-state.running{background:#e3ebf5;color:#456a92}.task-state.needs_approval{background:#f7eddc;color:#8c6428}.task-detail{padding:26px;min-width:0}.task-detail-head{display:flex;justify-content:space-between;align-items:flex-start}.task-detail h2{font:600 25px Lora;margin:8px 0}.task-detail h4{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#75847e;margin:24px 0 8px}.task-detail>p{font-size:11px;line-height:1.6}.task-detail pre{white-space:pre-wrap;font:10px/1.65 Inter;background:#f6f8f5;border-radius:12px;padding:18px;max-height:430px;overflow:auto}.task-error{display:flex;gap:8px;align-items:flex-start;background:#f9e8e5;color:#95453e;border-radius:10px;padding:12px;font-size:10px}.task-error svg{width:15px;flex:none}.task-actions{display:flex;gap:8px;margin-top:16px}.task-actions button{border:1px solid var(--line);background:white;border-radius:9px;padding:9px 12px;font-size:9px;font-weight:800;display:flex;gap:5px;align-items:center;cursor:pointer}.task-actions button.approve{background:var(--green);color:white}.task-actions svg{width:14px}.memory-layout{display:grid;grid-template-columns:360px 1fr;grid-gap:15px;gap:15px}.memory-form,.memory-list article{background:white;border:1px solid var(--line);border-radius:15px;padding:18px}.memory-form h3,.memory-list h3{font:600 17px Lora;margin:0 0 7px}.memory-form p,.memory-list p{color:var(--muted);font-size:9px;line-height:1.55}.memory-form input,.memory-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:10px;padding:11px;margin-top:8px;font:10px Inter}.memory-form button{width:100%;padding:11px;margin-top:8px;background:var(--green);color:white}.memory-form button svg{width:14px}.memory-list{display:grid;grid-gap:10px;gap:10px}.memory-list small{float:right;font-size:8px;color:var(--muted)}.memory-list p{white-space:pre-wrap}.memory-list article{padding:16px}@media(max-width:850px){.command-wrap{padding:25px 15px 75px}.command-top{align-items:flex-start;flex-direction:column;gap:16px}.command-stats{grid-template-columns:1fr 1fr}.composer-grid{grid-template-columns:1fr}.composer-grid button{padding:12px}.agent-grid,.memory-layout,.task-board{grid-template-columns:1fr}.task-list{border-right:0;border-bottom:1px solid var(--line);max-height:320px}}.composer-grid input{border:0;outline:0;background:rgba(255,255,255,.12);color:white;padding:12px 13px;border-radius:10px;font-size:11px}.composer-grid input::placeholder{color:#9fbdb2}.composer-grid input[type=number]{-moz-appearance:textfield}.composer-grid .platform-picker{display:flex;gap:8px;align-items:center}.composer-grid .platform-picker label{cursor:pointer;display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;color:#b7cbc4;border:1px solid rgba(255,255,255,.25);border-radius:9px;padding:9px 11px}.composer-grid .platform-picker label.on{background:#2d815f;border-color:#2d815f;color:white}.composer-grid .platform-picker input{display:none}.composer-actions{display:flex;gap:9px;margin-top:13px}.composer-actions button{display:flex;align-items:center;gap:7px;background:#f0efe9;color:#173d33;border:0;border-radius:10px;padding:11px 16px;font-size:11px;font-weight:800;cursor:pointer}.composer-actions button:disabled{opacity:.5;cursor:not-allowed}.composer-actions button:last-child{background:#b8d7c5}.copy-preview{background:white;border:1px solid var(--line);border-radius:19px;padding:22px;margin-bottom:20px}.copy-preform:disabled{opacity:.5}.copy-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px;margin-top:14px}.copy-grid article{border:1px solid var(--line);border-radius:13px;padding:15px}.copy-grid article>span{display:block;font-size:8px;font-weight:800;letter-spacing:.1em;color:var(--muted);margin-bottom:7px}.copy-grid h3{margin:0;font:600 20px Lora}.copy-grid p,.copy-grid ul{margin:0;color:#44504b;font-size:12px;line-height:1.55;padding-left:0;list-style:none}.copy-grid ul li{padding-left:12px;position:relative;margin-top:5px}.copy-grid ul li:before{content:"•";position:absolute;left:0;color:var(--green)}.policy-checks p{display:flex;align-items:center;gap:7px;margin:8px 0 0;color:#8a4b1f;background:#fdf3e7;border:1px solid #f0d9b8;border-radius:9px;padding:9px 11px;font-size:10px}.command-tabs .tab-title{font-weight:800;font-size:11px;color:#44504b;letter-spacing:.02em;align-self:center}@media(max-width:850px){.copy-grid{grid-template-columns:1fr}.composer-grid .platform-picker{flex-wrap:wrap}}.task-composer.team-mission{border-color:#85b9a8;box-shadow:0 18px 55px rgba(24,53,46,.12)}.mission-label{display:inline-flex!important;width:max-content;margin-top:7px;padding:3px 7px;border-radius:999px;background:#e9f5f0;color:#285d4d;font-size:9px!important;font-weight:800;letter-spacing:.09em}.task-list>button.delegated{padding-left:28px;border-left:3px solid #a9cbbf}.delegated-team{display:grid;grid-gap:8px;gap:8px;margin:8px 0 18px}.delegated-team>span{display:grid;grid-template-columns:10px 1fr auto;align-items:center;grid-gap:9px;gap:9px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fbfdfc;font-size:13px;font-weight:700}.delegated-team>span>i{width:8px;height:8px;border-radius:50%;background:#93a49e}.delegated-team>span>i.completed{background:#3d8c70}.delegated-team>span>i.queued,.delegated-team>span>i.running{background:#d69b3d}.delegated-team>span>i.failed{background:#c95757}.delegated-team>span>small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}@media(max-width:720px){.delegated-team>span{grid-template-columns:10px 1fr}.delegated-team>span>small{grid-column:2}}.delete-application{width:100%;margin-top:20px;border:1px solid #e7c7c3;background:#fff7f6;color:#9d4942;border-radius:9px;padding:10px;font-size:9px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.delete-application svg{width:15px}.delete-application:hover{background:#f9e7e4}.delete-application:disabled{opacity:.55;cursor:not-allowed}body,html{overflow-x:hidden}body,canvas,html,img,svg,video{max-width:100%}a,button,input,textarea{touch-action:manipulation}.mobile-install{display:none}.offline-page{min-height:100dvh;display:grid;place-content:center;justify-items:center;text-align:center;padding:25px}.offline-page h1{font:600 38px Lora;margin:30px 0 8px}.offline-page p{max-width:430px;color:var(--muted);line-height:1.6}.offline-page .button{margin-top:15px}@media(max-width:600px){.mobile-install{position:fixed;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:11px;gap:11px;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));z-index:50;background:#fffdf8;border:1px solid #d8e2dc;border-radius:16px;padding:12px 38px 12px 12px;box-shadow:0 15px 45px #17352e35}.mobile-install-icon{width:38px;height:38px;border-radius:11px;background:#e2eee5;color:var(--green);display:grid;place-items:center}.mobile-install-icon svg{width:19px}.mobile-install strong{font-size:11px}.mobile-install p{font-size:9px;color:var(--muted);margin:3px 0 0;line-height:1.4}.mobile-install-action{border:0;background:var(--green);color:white;border-radius:9px;padding:9px 11px;font-size:10px;font-weight:700}.mobile-install-close{position:absolute;right:7px;top:7px;border:0;background:transparent;color:#85918d;padding:3px}.mobile-install-close svg{width:15px}nav{height:68px;padding:0 18px}.brand{font-size:17px}.brand>span{width:33px;height:33px}.brand small{font-size:8px}.hero{min-height:auto;padding:58px 20px 64px;border-radius:0 0 28px 28px;background:radial-gradient(circle at 85% 22%,#d3e8db 0,transparent 33%),linear-gradient(135deg,#f7f4ed 55%,#e3ece4)}.hero h1{font-size:clamp(39px,12vw,52px);overflow-wrap:anywhere}.hero>p{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column;gap:16px;margin:28px 0}.hero-actions .button{width:100%}.hero-actions .text-link{text-align:center}.trust{font-size:11px;gap:8px}.quote{padding:40px 22px;font-size:18px}.auth-shell{display:block;min-height:100dvh}.auth-aside{display:none}.auth-main{display:block;padding:16px;background:linear-gradient(180deg,#dce9e0,#f7f4ed 180px);min-height:100dvh}.form{margin:12px auto;padding:24px 18px;border-radius:17px}.form h2{font-size:27px;margin-top:23px}.role-toggle button,.tabs button{min-height:44px;padding:9px 7px;font-size:12px}.field-row{grid-template-columns:1fr;gap:0}.terms-consent span{font-size:10px}.form input,.form textarea{font-size:16px}.form .button{min-height:48px}.dashboard header{height:66px;padding:0 12px;gap:9px}.dashboard header .brand small,.dashboard header .secure{display:none}.profile-chip{margin-left:auto}.profile-chip>span{width:31px;height:31px}.profile-chip button{width:38px;height:38px;display:grid;place-items:center}.client-hero{margin:10px 10px 0;padding:30px 19px;border-radius:18px}.client-hero h1{font-size:34px}.client-hero-copy>p{font-size:14px}.hero-proof-row{display:grid;grid-template-columns:1fr 1fr;font-size:10px}.client-contact-wrap,.discovery,.safety-note,.trust-section{margin-left:10px;margin-right:10px}.discovery{margin-top:38px}.discovery-heading{align-items:flex-start;gap:12px}.discovery-heading h2{font-size:27px}.listener-tools{margin-top:18px}.search-field{min-width:0}.filter-chips{margin-right:-10px;padding-right:10px;scrollbar-width:none}.filter-chips::-webkit-scrollbar{display:none}.listener-grid{gap:12px}.listener-card{padding:18px}.listener-top{align-items:flex-start;gap:8px}.listener-identity{min-width:0}.listener-identity h3{font-size:18px}.verified-mark{flex:none;font-size:8px}.card-action .button{min-height:44px}.trust-section{margin-top:45px;padding:27px 20px;border-radius:19px}.trust-intro h2{font-size:28px}.safety-note{margin-bottom:25px}.tarot-invite{margin:14px 10px 0;padding:18px;gap:14px}.tarot-invite>div:nth-child(2){min-width:0}.tarot-invite h2{font-size:20px}.tarot-invite p{font-size:11px}.tarot-link{width:100%;margin:0}.tarot-mini-card{width:48px;height:65px}.modal-backdrop{padding:10px;align-items:center;overflow-y:auto}.checkout,.rating-modal{width:100%;max-height:calc(100dvh - 20px);overflow-y:auto;padding:25px 18px;border-radius:17px}.checkout h2,.rating-modal h2{font-size:24px}.price-breakdown div{font-size:11px}.star-picker{gap:3px}.star-picker svg{width:31px;height:31px}.call-dock{bottom:max(10px,env(safe-area-inset-bottom));width:calc(100% - 16px);padding:10px;border-radius:15px;gap:8px}.call-dock .avatar{display:none}.call-dock>div:nth-of-type(2){min-width:0}.call-dock span,.call-dock strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dock-btn{width:44px;height:44px;flex:none}.incoming{width:calc(100vw - 28px);min-width:0;padding:28px 18px}.listener-workspace{padding:0 10px}.listener-main{padding-top:17px}.listener-mobile-tabs{position:-webkit-sticky;position:sticky;top:72px;z-index:6;margin-bottom:23px;overflow-x:auto}.listener-mobile-tabs button{min-width:max-content;min-height:42px}.listener-welcome h1,.page-heading h1{font-size:30px}.listener-welcome .availability{width:100%;justify-content:space-between}.listener-overview-grid>article{padding:19px}.listener-next{padding:18px}.listener-next .button{width:100%;margin-left:0}.earning-stats{grid-template-columns:1fr}.payout-setup{padding:20px}.earning-row{padding:12px 14px}.profile-layout{gap:12px}.profile-form,.proof{padding:20px}.account-settings.with-security{gap:12px}.contact-details,.password-settings{padding:20px}.account-meta{flex-direction:column}.profile-recovery{margin:35px 10px;padding:28px 18px}.admin-wrap{padding:24px 10px 55px}.admin-heading h1{font-size:31px}.admin-safety{width:100%}.admin-stats{grid-template-columns:1fr 1fr;gap:8px}.admin-stats article{padding:13px;gap:9px}.admin-stats svg{width:33px;height:33px;padding:8px}.admin-stats strong{font-size:21px}.admin-toolbar{padding:12px}.admin-tabs{width:100%;overflow-x:auto}.admin-tabs button{flex:1 1;white-space:nowrap;min-height:40px}.admin-row{grid-template-columns:1fr 20px;padding:14px 13px}.admin-row>:nth-child(2),.admin-row>:nth-child(3),.admin-row>:nth-child(4){display:none}.admin-row.header span:first-child:after{content:" / details"}.review-drawer{width:100%;padding:28px 18px max(25px,env(safe-area-inset-bottom))}.review-facts{grid-template-columns:1fr}.review-facts p{grid-column:1!important}.review-actions{grid-template-columns:1fr}.review-actions .approve{grid-column:1}.review-actions button{min-height:44px}.recovery-shell nav{padding:0 15px}.recovery-shell nav a{font-size:10px}.recovery-card{margin:20px auto;padding:27px 18px}.recovery-card h1{font-size:26px}.recovery-card input{font-size:16px}.legal-header{height:66px;padding:0 15px}.legal-hero{padding:45px 18px}.legal-hero h1{font-size:36px}.legal-hero>div{align-items:flex-start;flex-wrap:wrap}.legal-layout{padding:0 16px;margin-bottom:45px}.legal-content section p,.legal-content>p{font-size:13px}.legal-callout,.legal-closing{padding:16px}.tarot-page{padding:0 12px 45px}.tarot-nav{height:62px}.tarot-nav span{display:none}.tarot-welcome{min-height:0;padding-bottom:45px}.tarot-orbit{height:305px}.tarot-main-card{width:160px;height:250px}.tarot-main-card svg{width:110px}.tarot-stage h1,.tarot-welcome h1{font-size:33px}.tarot-welcome-copy>p{font-size:14px}.tarot-promises{gap:9px}.tarot-stage{padding:38px 0}.topic-grid{grid-template-columns:repeat(2,1fr);gap:8px}.topic-grid button{min-height:74px;padding:12px 6px}.tarot-question>span{float:none;display:block;margin-top:5px}.chosen-row{gap:5px}.chosen-slot{height:140px}.chosen-slot.filled{border-width:3px}.chosen-slot.filled strong{font-size:32px}.chosen-slot.filled span{font-size:12px}.tarot-deck{max-width:100%;overflow-x:auto;justify-content:flex-start;padding:12px 25px 18px}.tarot-deck button{width:62px;min-width:62px;height:102px;margin-left:-20px}.reading-stage{padding:38px 0}.reading-cards{gap:5px}.reading-cards article{width:33%}.reading-cards article>div{height:145px}.reading-copy h1{font-size:32px}.reading-summary{font-size:15px}.reading-copy blockquote{margin:20px 0;padding:16px}.reading-actions .button{width:100%}}@media(max-width:370px){.admin-stats,.hero-proof-row{grid-template-columns:1fr}.listener-top{flex-direction:column}.verified-mark{align-self:flex-start}.tarot-main-card{width:145px;height:225px}.chosen-slot{height:125px}.chosen-slot span{font-size:8px}.dashboard header .brand{font-size:15px}}