:root{color-scheme:dark;--bg:#101512;--panel:#191f1b;--panel2:#202822;--line:#303a32;--text:#f0f3ed;--muted:#98a59b;--green:#b2ed8c;--darkgreen:#243c2a;--radius:15px;font-family:Inter,"Segoe UI",Arial,sans-serif;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--green);outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:550;letter-spacing:-.04em}h1{font-size:36px;line-height:1.2}h2{font-size:20px}h3{font-size:16px}p{color:var(--muted)}svg{flex-shrink:0;vertical-align:middle}.muted{color:var(--muted)}.small{font-size:12px}.green{color:var(--green)}.eyebrow{font-size:10px;font-weight:600;letter-spacing:1.7px;color:var(--muted)}.brand{display:flex;align-items:center;gap:12px;width:max-content}.brandmark{background:var(--green);width:43px;height:43px;border-radius:12px;color:#17221a;display:inline-flex;align-items:center;justify-content:center;font-size:37px;font-weight:650;letter-spacing:-4px;line-height:1;position:relative;padding-right:9px;padding-bottom:5px}.brandmark>span{font-size:23px;position:absolute;right:5px;top:1px}.brandname{font-size:20px;font-weight:600;letter-spacing:-.6px;line-height:1.05}.brandname>span{display:block;font-size:13px;font-weight:400;letter-spacing:.1px;margin-top:4px}.brand-dot{color:var(--green)}.private-tag{display:inline-flex;align-items:center;gap:8px;font-size:9px;letter-spacing:1.4px;color:var(--muted);font-weight:600}.private-tag svg{width:13px;height:13px}.primary,.secondary,.danger{border:1px solid transparent;border-radius:8px;min-height:45px;padding:11px 18px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:600;transition:background .15s,transform .15s}.primary{background:var(--green);color:#17251b}.primary:hover{background:#c6ffa2;transform:translateY(-1px)}.secondary{background:transparent;border-color:var(--line);color:var(--text)}.secondary:hover{background:#263129}.danger{background:#67372f;color:#ffe2d9}.full{width:100%}.text-button,.text-link,.danger-link{background:none;border:0;padding:0;font-size:12px;color:var(--green)}.text-button:hover,.text-link:hover{text-decoration:underline}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:13px;font-weight:600}.danger-link{color:#d6a59d;padding:12px 0}.icon-button{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--muted);width:36px;height:36px;border-radius:8px}.icon-button:hover{background:var(--panel2);color:var(--text)}label{display:block;font-size:12px;font-weight:500;margin-bottom:8px;color:#dae0da}input,textarea{display:block;width:100%;border:1px solid #374139;background:#151b17;border-radius:8px;color:var(--text);padding:12px 14px;outline:none;transition:border-color .2s}input:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #b2ed8c10}input::placeholder,textarea::placeholder{color:#6e7b71}textarea{resize:vertical}form label:not(:first-child){margin-top:18px}form .primary{margin-top:23px}.field-hint{font-size:11px;line-height:1.6;margin-top:9px}.label-row{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.label-row label{margin-bottom:8px}.label-row button{margin-bottom:8px}.loading{min-height:100vh;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}.loading p{max-width:450px;text-align:center}#toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:var(--green);color:#142319;padding:14px 22px;border-radius:10px;font-size:13px;font-weight:500;box-shadow:0 8px 45px #0005;opacity:0;pointer-events:none;transition:.2s;z-index:100;max-width:calc(100% - 32px);width:max-content}#toast.visible{opacity:1;transform:translate(-50%,0)}#toast.error{background:#f3b1a0;color:#401f18}
/* Invitation and sign-in */
.auth-shell{max-width:1600px;margin:auto;padding:36px 6% 24px;min-height:100vh;display:flex;flex-direction:column}.auth-header{display:flex;align-items:center;justify-content:space-between}.auth-main{flex:1;display:grid;grid-template-columns:1.1fr 1fr;gap:9%;align-items:center;padding:60px 0 35px}.auth-story{padding:20px 0 0;position:relative}.auth-story .eyebrow{color:#b7c9b6;display:flex;align-items:center;gap:10px}.live-dot{width:6px;height:6px;background:var(--green);display:inline-block;border-radius:50%;box-shadow:0 0 0 4px #b2ed8c12}.auth-story h1{font-size:clamp(40px,4.4vw,65px);line-height:1.1;margin:24px 0;letter-spacing:-3px;font-weight:500}.auth-story h1 em{font-style:normal;color:var(--green)}.auth-story>p{font-size:14px;line-height:1.85}.auth-story-footer{display:flex;gap:35px;font-size:11px;color:var(--muted);margin-top:0}.auth-story-footer>span{display:flex;gap:8px;align-items:center}.auth-story-footer svg{width:16px;height:16px;color:var(--green)}.orb-art{height:240px;position:relative;overflow:hidden;max-width:410px;margin:20px 0 10px}.orbit{position:absolute;border:1px solid #3b5942;width:295px;height:125px;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%) rotate(-30deg)}.orbit-two{transform:translate(-50%,-50%) rotate(30deg);border-color:#57794c}.orbit-three{transform:translate(-50%,-50%) rotate(90deg);border-color:#2f4933}.orb-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle at 32% 25%,#d0fbb2,#8eba75 60%,#466343);font-size:78px;letter-spacing:-15px;padding-right:23px;padding-bottom:15px;color:#213921;box-shadow:0 0 80px #74a05a10,inset -9px -10px 23px #14201960}.orb-core>span{font-size:40px;position:absolute;top:12px;right:20px}.art-label{position:absolute;bottom:16px;left:105px;font-size:8px;letter-spacing:2.1px;color:#6f846c}.orbit-dot{position:absolute;left:70px;top:64px;background:var(--green);width:8px;height:8px;border-radius:50%}.auth-form-wrap{max-width:455px;width:100%;justify-self:end}.form-card{background:linear-gradient(150deg,#222c23,#19211b);border:1px solid #354338;border-radius:20px;padding:40px}.form-icon{height:44px;width:44px;border:1px solid #50644b;border-radius:13px;color:var(--green);display:grid;place-items:center;margin-bottom:30px}.form-card .eyebrow{font-size:9px;letter-spacing:1.5px}.form-card h2{font-size:27px;margin:12px 0 10px;letter-spacing:-1px}.form-card>p{font-size:13px;line-height:1.7}.form-card form{margin-top:30px}.auth-switch{font-size:12px;color:var(--muted);text-align:center;margin-top:24px}.auth-switch button{margin-left:5px}.secure-note{display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;color:#839580;border-top:1px solid #344034;margin-top:28px;padding-top:23px}.secure-note svg{width:13px;height:13px}.invitation-note{text-align:center;font-size:11px;color:#6f7e73;margin-top:22px}.auth-footer{display:flex;align-items:center;justify-content:space-between;color:#6c7b70;font-size:10px;padding-top:20px;border-top:1px solid #252f28}
/* Private workspace */
.app-shell{display:flex;min-height:100vh}.sidebar{width:237px;flex-shrink:0;background:#141b16;border-right:1px solid #29322b;padding:30px 20px 18px;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;z-index:10}.sidebar .brand{margin-left:10px}.workspace-label{margin:48px 12px 13px;font-size:9px;font-weight:600;letter-spacing:1.7px;color:#68796d}.sidebar nav{display:flex;flex-direction:column;gap:5px}.nav-item{height:45px;background:none;border:1px solid transparent;border-radius:8px;display:flex;align-items:center;gap:12px;padding:0 13px;font-size:12px;color:#9bac9e;text-align:left}.nav-item svg{width:18px;height:18px}.nav-item:hover{background:#222e24}.nav-item.selected{background:#2b3e29;color:#c5edac;border-color:#40553a}.nav-item b{margin-left:auto;font-size:10px;background:#b2ed8c;color:#1a291c;border-radius:4px;min-width:19px;text-align:center;padding:1px 5px}.sidebar-bottom{margin-top:auto}.private-block{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding:22px 11px;font-size:11px;color:#bcccbc}.private-block svg{color:#7f9c79}.private-block small{display:block;font-size:10px;color:#738478;margin-top:3px}.profile{display:flex;align-items:center;gap:10px;padding:18px 4px 0;border-top:1px solid var(--line)}.avatar{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#354737;color:#d3e9c9;font-size:12px;flex-shrink:0;font-weight:500}.profile>div:nth-child(2){min-width:0;flex:1}.profile strong{display:block;font-size:11px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile small{display:block;font-size:10px;color:#89998d}.profile .icon-button{width:28px}.main-wrap{margin-left:237px;width:calc(100% - 237px);display:flex;flex-direction:column;min-height:100vh}.topbar{height:76px;border-bottom:1px solid #29312b;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.breadcrumb{font-size:11px;color:#7d8d81}.breadcrumb span{padding:0 12px;color:#4f5b52}.breadcrumb strong{color:#d2dbd3;font-weight:400}.top-right{display:flex;align-items:center;gap:20px}.mini-avatar{width:28px;height:28px;display:grid;place-items:center;background:#354936;border-radius:50%;font-size:10px;color:#d4e8cb}.dashboard{padding:36px 40px;max-width:1500px;width:100%;margin:0 auto;flex:1}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.page-heading .eyebrow{margin-bottom:10px;font-size:9px;color:#839985}.page-heading h1{font-size:31px;letter-spacing:-1.3px}.page-heading p{font-size:12px;margin-top:10px}.page-heading>.primary,.page-heading>.secondary{font-size:11px;min-height:41px;white-space:nowrap}.page-heading>.primary svg{width:16px;height:16px}.admin-banner{background:#283f2b;border:1px solid #3e5940;border-radius:var(--radius);padding:27px 33px;display:flex;justify-content:space-between;overflow:hidden;min-height:219px;position:relative;margin-bottom:24px}.admin-banner .eyebrow{color:#a4bc9b;font-size:8px}.admin-banner h2{font-size:33px;line-height:1.12;margin-top:12px;letter-spacing:-1.2px;color:#e0efd7}.admin-banner p{font-size:11px;color:#9ab393;margin:10px 0 14px}.admin-banner .text-link{font-size:10px}.banner-art{position:relative;width:310px;display:grid;place-items:center;margin-right:15px}.outline-card{transform:rotate(-12deg);width:225px;height:145px;background:linear-gradient(120deg,#bddca480,#d9f2c611);border:1px solid #a5c58c99;border-radius:11px;display:flex;flex-direction:column;justify-content:space-between;padding:18px;color:#e2f1d9;box-shadow:20px 12px 0 -1px #314d30,21px 13px 0 0 #748c61,35px 21px 0 -1px #2b432d,36px 22px 0 0 #526e49}.outline-card>span{font-size:7px;letter-spacing:1.5px;display:flex;justify-content:space-between}.outline-card strong{font-size:44px;line-height:1;letter-spacing:-6px}.art-spark{position:absolute;color:#bee998;font-size:72px;right:0;top:1px;font-weight:200}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:27px}.stat{padding:20px;border:1px solid var(--line);background:var(--panel);border-radius:12px;min-width:0}.stat-label{font-size:10px;color:#a1aea3;display:flex;align-items:center;justify-content:space-between;gap:8px}.stat-label svg{width:15px;height:15px;color:#7c967a}.stat>strong{display:block;font-size:30px;font-weight:500;letter-spacing:-1px;margin:13px 0 5px;line-height:1.2}.stat>small{font-size:9px;color:#819286}.stat strong em{font-style:normal;font-size:12px;letter-spacing:0;color:var(--muted);margin-left:5px}.stat-pip{font-size:8px;letter-spacing:0;vertical-align:middle;margin-left:5px;background:#493e24;color:#d6c28d;border-radius:4px;padding:4px 6px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.panel-heading{padding:23px 24px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.panel-heading h2{font-size:15px;letter-spacing:-.3px}.panel-heading p{font-size:10px;margin-top:5px}.panel-heading>.muted{font-size:10px}.count{font-size:9px;color:#a8bca2;display:inline-flex;min-width:21px;height:19px;align-items:center;justify-content:center;margin-left:5px;background:#2d3c2e;border:1px solid #425342;border-radius:5px;vertical-align:middle}.search-field{position:relative;width:220px}.search-field svg{position:absolute;left:11px;top:10px;width:14px;height:14px;color:#718375}.search-field input{font-size:10px;padding:9px 11px 9px 33px;background:#151c17;border-color:#354137}.filters{display:flex;gap:20px;border-bottom:1px solid var(--line);padding:0 24px}.filter{font-size:10px;border:0;border-bottom:2px solid transparent;background:none;padding:0 0 12px;color:#8e9e91;white-space:nowrap}.filter.chosen{color:var(--green);border-bottom-color:var(--green)}.filter span{font-size:8px;background:#344032;padding:2px 5px;border-radius:4px;margin-left:3px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{font-size:9px;color:#819184;font-weight:400;padding:12px 24px;background:#171e19}td{padding:17px 24px;border-top:1px solid #2a352d;font-size:11px}tbody tr:hover{background:#202b22}.customer-cell{display:flex;align-items:center;gap:11px}.customer-cell strong{font-weight:500;font-size:11px;display:block}.customer-cell small{font-size:9px;color:#809386;display:block;margin-top:3px}.badge{display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:500;padding:4px 8px;border-radius:5px;background:#2d3730;color:#a9b7ab;border:1px solid #405043;white-space:nowrap}.badge i{width:4px;height:4px;border-radius:50%;background:currentColor}.badge.active,.badge.paid,.badge.sent{background:#293e2b;color:#aad591;border-color:#3a573a}.badge.pending,.badge.approved,.badge.open{background:#3b3527;color:#d7c293;border-color:#534c34}.badge.canceled,.badge.denied,.badge.failed,.badge.unpaid,.badge.past_due{background:#3e2e2a;color:#cfa799;border-color:#573d35}.price-cell{font-size:12px}.price-cell small{display:block;font-size:8px;color:#7b8e7f;margin-top:2px}.row-button{background:#1d2920;border:1px solid #3c4b3c;border-radius:6px;padding:6px 10px;font-size:9px;display:inline-flex;align-items:center;gap:7px;color:#c5d4be}.row-button svg{width:12px;height:12px}.row-button:hover{border-color:var(--green)}.empty{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:42px 25px;min-height:210px}.empty-icon{display:grid;place-items:center;width:43px;height:43px;border:1px solid #3a4c3d;border-radius:12px;color:#a2bf98;margin-bottom:15px;background:#243127}.empty h3{font-size:14px;letter-spacing:-.2px}.empty p{font-size:11px;max-width:330px;line-height:1.7;margin-top:7px}.two-columns{display:grid;grid-template-columns:1.1fr 1fr;gap:22px;margin-top:23px}.help-panel{padding:25px;display:flex;flex-direction:column;align-items:flex-start}.help-icon{color:var(--green);margin-bottom:17px}.help-panel h2{font-size:18px}.help-panel p{font-size:11px;line-height:1.8;margin:10px 0 18px;max-width:390px}.help-bottom{padding-top:16px;margin-top:auto;border-top:1px solid var(--line);width:100%;font-size:9px;color:#758979}.activity-list{padding:0 24px 12px}.activity-list>div{display:flex;align-items:center;gap:11px;padding:14px 0;border-top:1px solid #2d362e}.activity-dot{width:6px;height:6px;background:#789b6b;border-radius:50%}.activity-list p{flex:1}.activity-list strong{display:block;font-weight:400;font-size:11px;color:#c6d2c5}.activity-list small{display:block;font-size:9px;margin-top:2px}.activity-list time{font-size:9px;color:#788d7c}.dashboard-footer{padding:15px 40px 24px;display:flex;align-items:center;justify-content:space-between;color:#617867;font-size:9px}.dashboard-footer>span:last-child{display:flex;gap:5px;align-items:center}.dashboard-footer svg{width:11px;height:11px}.member-hero{padding:35px 38px;background:linear-gradient(110deg,#2a402b,#203324);border:1px solid #426043;border-radius:var(--radius);display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:30px}.hero-text{max-width:490px}.hero-text .eyebrow{font-size:9px;color:#98b28e;margin-bottom:17px}.hero-text h2{font-size:32px;margin:15px 0 10px}.hero-text p{font-size:12px;line-height:1.8;color:#b0c0a9;margin-bottom:23px}.hero-text .primary,.hero-text .secondary{font-size:12px}.membership-symbol{width:180px;height:180px;border:1px solid #658559;outline:1px solid #49673f;outline-offset:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;flex-shrink:0;margin:15px 20px;background:radial-gradient(circle at 40% 20%,#54744a,#213b25)}.membership-symbol>span{font-size:75px;letter-spacing:-12px;color:#c1e6a4;font-weight:500;line-height:1.1;padding-right:9px}.membership-symbol small{font-size:6px;color:#a4bf94;letter-spacing:2px;margin-top:13px}.member-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.stat>strong.text-stat{font-size:21px;letter-spacing:-.6px}.waiting{color:#c6d4bc;font-size:11px;display:flex;align-items:center;gap:8px}.steps{list-style:none;padding:0 25px 20px;margin:0}.steps li{display:flex;align-items:center;gap:16px;padding:17px 0;border-top:1px solid var(--line)}.steps li>span{color:#66876b;font-size:11px}.steps li>div{flex:1}.steps strong{font-size:12px;font-weight:500}.steps p{font-size:10px;margin-top:4px}.steps svg{width:16px;height:16px;color:var(--green)}.steps .done>span{color:var(--green)}.cancel-strip{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:28px 0 0}.cancel-strip strong{font-size:11px;font-weight:400;color:#9aae9a}.cancel-strip p{font-size:10px;margin-top:5px}.cancel-strip button{font-size:11px;white-space:nowrap}.account-panel{max-width:650px;padding:28px}.account-panel dl{margin:24px 0}.account-panel dl>div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:16px 0;font-size:12px;gap:20px}.account-panel dt{color:var(--muted)}.account-panel dd{margin:0;overflow-wrap:anywhere}.account-panel>p{margin-top:15px}.setting-row{display:flex;align-items:center;padding:23px;border-top:1px solid var(--line);gap:15px}.setting-row>div{flex:1}.setting-row h3{font-size:13px;letter-spacing:0}.setting-row p{font-size:11px;margin-top:5px}.setting-icon{color:#a6c99a}.panel-note{padding:18px 24px;font-size:11px;background:#1e2920;color:#96aa95;border-top:1px solid var(--line)}.padded{padding:26px}.padded p{font-size:12px;line-height:1.8;margin-top:14px}
.form-message{color:var(--green);font-size:12px;line-height:1.6;margin-top:10px;min-height:19px}.form-message.is-error{color:#f3b1a0}.cell-hint{display:block;font-size:9px;color:var(--muted);margin-top:3px}.due-date-section h3{display:flex;align-items:center;gap:8px;font-size:17px}.due-date-section label{margin-top:15px}.due-date-section strong{color:var(--text);font-weight:500}.badge.trialing{background:#293e2b;color:#aad591;border-color:#3a573a}button[hidden]{display:none!important}
/* Dialogs */
dialog{background:#1b241e;color:var(--text);border:1px solid #465848;border-radius:18px;padding:28px;width:480px;max-width:calc(100% - 28px);max-height:90vh;box-shadow:0 30px 100px #0008}dialog::backdrop{background:#060c09bb;backdrop-filter:blur(4px)}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px}.modal-head h2{font-size:21px}.modal-head p{font-size:11px;overflow-wrap:anywhere}.modal-head .avatar{width:42px;height:42px}.modal-status{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;font-size:10px}dialog>p{font-size:12px;line-height:1.8;margin-bottom:20px}dialog .full{margin-top:15px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.price-input{display:flex;align-items:center;border:1px solid #455548;border-radius:8px;background:#151b17;padding:0 14px;gap:10px}.price-input input{border:0;background:none;box-shadow:none;padding-left:0;padding-right:0;font-size:23px}.price-input>span:first-child{font-size:23px;color:#8eae84}.price-input>span:last-child{font-size:10px;white-space:nowrap;color:var(--muted)}.divider{height:1px;background:var(--line);margin:25px 0}#notes-form label{display:flex;align-items:center;gap:6px}#notes-form label svg{width:14px;height:14px}
@media(min-width:1500px){.dashboard{padding:45px 55px}.topbar{padding:0 55px}.admin-banner{min-height:240px}.stat{padding:25px}.stat-label{font-size:12px}.stat>small{font-size:11px}.panel-heading h2{font-size:18px}th{font-size:11px}td{font-size:12px}}
@media(max-width:1150px){.sidebar{width:205px;padding-left:14px;padding-right:14px}.main-wrap{margin-left:205px;width:calc(100% - 205px)}.dashboard{padding:28px 25px}.topbar{padding:0 25px}.page-heading h1{font-size:26px}.stats-grid{gap:10px}.stat{padding:16px 13px}.stat-label{font-size:9px}.stat>strong{font-size:25px}.stat-pip{display:none}.banner-art{width:230px}.outline-card{width:180px;height:130px}.art-spark{right:-10px}.filters{gap:16px}td,th{padding-left:18px;padding-right:18px}.member-hero{padding:28px}.membership-symbol{width:135px;height:135px;margin:15px}.membership-symbol>span{font-size:62px}.hero-text h2{font-size:27px}.two-columns{gap:15px}}
@media(max-width:800px){.auth-shell{padding:24px 6%}.auth-main{gap:5%;padding:35px 0}.auth-story h1{font-size:40px;letter-spacing:-1.7px}.form-card{padding:26px}.auth-story-footer{gap:15px;flex-wrap:wrap}.auth-story>p{font-size:12px}.orb-art{height:215px}.sidebar{width:76px;padding:24px 11px}.sidebar .brand{margin:0 auto}.sidebar .brandname,.workspace-label,.nav-item>span,.nav-item>b,.private-block,.profile>div:nth-child(2){display:none}.sidebar nav{margin-top:40px}.nav-item{justify-content:center;padding:0}.sidebar .brandmark{width:40px;height:40px}.profile{flex-direction:column;padding-top:18px}.main-wrap{margin-left:76px;width:calc(100% - 76px)}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.member-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.member-stats .stat-label{font-size:8px}.member-stats .stat>strong{font-size:18px}.member-stats .stat>small{font-size:8px}.page-heading{align-items:flex-start}.page-heading h1{font-size:25px}.page-heading>button{font-size:10px;padding:9px 12px}.page-heading>button svg{width:14px;height:14px}.page-heading .eyebrow{font-size:8px}.two-columns{grid-template-columns:1fr}.banner-art{width:180px}.outline-card{width:150px;height:115px}.art-spark{font-size:50px;right:-12px;top:8px}.admin-banner{padding:25px;min-height:205px}.admin-banner h2{font-size:30px}.dashboard-footer{padding:12px 25px 22px}.customer-panel .panel-heading{padding:20px}.filters{padding:0 20px;overflow:auto}.search-field{width:180px}.membership-symbol{width:105px;height:105px;margin:15px 10px}.membership-symbol>span{font-size:47px}.membership-symbol small{font-size:5px}.member-hero{gap:15px}.hero-text h2{font-size:26px}.top-right .private-tag{font-size:8px}.setting-row p{font-size:10px}}
@media(max-width:600px){.auth-header>.private-tag{font-size:7px;gap:5px;letter-spacing:.8px}.auth-header .brandmark{width:36px;height:36px;font-size:31px}.auth-header .brandname{font-size:17px}.auth-header .brandname>span{font-size:11px}.auth-main{grid-template-columns:1fr;padding:37px 0 28px;gap:28px}.auth-story{padding:0}.auth-story h1{font-size:38px;line-height:1.1;margin:18px 0}.auth-story>p{font-size:12px}.orb-art,.auth-story-footer{display:none}.auth-story .eyebrow{font-size:8px}.auth-form-wrap{max-width:none}.form-card{padding:26px}.form-icon{display:none}.form-card h2{font-size:24px}.form-card form{margin-top:24px}.invitation-note{margin-top:15px}.auth-footer{font-size:8px}.sidebar{position:static;width:100%;height:auto;padding:16px 18px 0;display:block;border-right:0;border-bottom:1px solid var(--line)}.sidebar .brand{margin:0}.sidebar .brandname{display:block;font-size:18px}.sidebar .brandmark{width:35px;height:35px;font-size:30px;border-radius:9px}.sidebar .brandmark>span{font-size:19px}.sidebar .brandname>span{font-size:11px}.sidebar nav{margin-top:20px;flex-direction:row;gap:4px;overflow:auto;padding-bottom:12px}.nav-item{flex:1;font-size:10px;min-height:38px;height:auto;padding:8px 10px;gap:6px;white-space:nowrap}.nav-item svg{width:14px;height:14px}.nav-item>span{display:inline}.sidebar-bottom{position:absolute;right:13px;top:12px}.profile{border:0;padding:0;flex-direction:row;gap:3px}.profile .avatar{display:none}.app-shell{display:block}.main-wrap{width:100%;margin:0}.topbar{height:52px;padding:0 20px}.top-right .mini-avatar{display:none}.breadcrumb{font-size:10px}.top-right .private-tag{font-size:7px}.dashboard{padding:26px 18px}.page-heading{margin-bottom:22px;flex-wrap:wrap;gap:17px}.page-heading h1{font-size:27px}.page-heading p{font-size:11px}.page-heading>.primary,.page-heading>.secondary{min-height:37px}.admin-banner{padding:23px;min-height:195px}.admin-banner h2{font-size:28px}.admin-banner .eyebrow{font-size:6px;letter-spacing:1px}.admin-banner p{font-size:9px;max-width:165px}.banner-art{width:95px;margin-right:4px}.outline-card{width:95px;height:135px;transform:rotate(-10deg);padding:13px 10px;border-radius:9px;box-shadow:10px 7px 0 -1px #314d30,11px 8px 0 0 #748c61}.outline-card>span{font-size:5px;letter-spacing:1px}.outline-card b{display:none}.outline-card strong{font-size:37px}.art-spark{font-size:36px;right:-15px;top:1px}.stats-grid{gap:10px;margin-bottom:20px}.stat{padding:18px 16px}.stat-label{font-size:9px}.stat>strong{font-size:27px;margin:12px 0 6px}.stat>small{font-size:9px}.panel-heading{padding:20px}.customer-panel .panel-heading{flex-wrap:wrap;gap:17px}.search-field{width:100%}.search-field input{font-size:12px}.panel-heading h2{font-size:16px}.filters{gap:18px}.filter{font-size:10px}.table-wrap th{font-size:9px}.table-wrap td{font-size:11px}.customer-cell strong{font-size:12px}.customer-cell small{font-size:10px}.empty{padding:35px 20px}.two-columns{gap:17px;margin-top:18px}.help-panel{padding:24px}.dashboard-footer{font-size:8px;padding:5px 18px 20px}.member-hero{padding:25px;position:relative;overflow:hidden}.membership-symbol{display:none}.hero-text h2{font-size:29px}.hero-text p{font-size:12px}.member-stats{grid-template-columns:1fr}.member-stats .stat{display:grid;grid-template-columns:1fr auto;align-items:center;gap:5px}.member-stats .stat-label{font-size:11px;display:block}.member-stats .stat-label svg{display:none}.member-stats .stat>strong{font-size:21px;margin:0;text-align:right;grid-column:2;grid-row:1 / 3}.member-stats .stat>small{font-size:10px}.cancel-strip{align-items:flex-start;flex-direction:column;gap:8px;padding-top:23px}.cancel-strip strong{font-size:12px}.cancel-strip p{font-size:10px}.setting-row{padding:20px 16px;gap:10px}.setting-row h3{font-size:12px}.setting-row .badge{font-size:8px}.setting-row p{max-width:160px}.setting-row .setting-icon{display:none}.account-panel{padding:22px}.account-panel dl>div{font-size:11px}.modal-head h2{font-size:19px}dialog{padding:23px}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
.recent-payments{margin-top:22px}.payment-filters{display:flex;align-items:end;gap:16px;padding:22px;flex-wrap:wrap}.payment-filters>div:first-child{flex:1;min-width:200px}.payment-filters label{margin-top:0}.payment-filters select{background:#151b17;color:var(--text);border:1px solid #455548;border-radius:8px;padding:12px;width:100%;min-height:44px}.payment-pages{display:flex;gap:8px}@media(max-width:600px){.payment-filters>div{width:100%}.recent-payments .panel-heading{flex-wrap:wrap;gap:12px}.payment-pages .secondary{padding:8px}}
.policy-page{max-width:780px;margin:0 auto;padding:40px 24px}.policy-page h1{margin:28px 0 16px;font-size:30px}.policy-page p{line-height:1.8;margin:20px 0;color:#c5d2c3}.policy-page a,.policy-links a{color:var(--green)}.policy-links{display:flex;justify-content:center;gap:24px;padding:15px;font-size:12px}.policy-page nav{margin-top:32px}
