:root{--page:#f2f1ec;--surface:#fff;--soft:#e9ebe5;--ink:#151816;--muted:#686d68;--line:#d3d7d0;--strong:#858d85;--accent:#245a49;--accent-soft:#dcece5;--warm:#d6c5a2;--danger:#a33b35;--success:#28724e;--header-text:#f7f8f5;--focus-ring:#1672d1;--surface-panel:var(--surface);--surface-raised:var(--soft);--surface-soft:#f5f6f2;--text-primary:var(--ink);--text-muted:var(--muted);--border-default:var(--line);--border-strong:var(--strong);--control-selected-bg:var(--ink);--control-selected-text:#fff}*{box-sizing:border-box}html{background:var(--page)}body{margin:0;background:radial-gradient(circle at 74% 0,rgba(36,90,73,.08),transparent 28rem),var(--page);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a,input,textarea{outline-offset:3px}:focus-visible{outline:3px solid var(--focus-ring)}[hidden]{display:none!important}.site-header{position:relative;z-index:100;min-height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,64px);border-bottom:1px solid rgba(255,255,255,.12);background:#151816;color:var(--header-text)}.wordmark{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.wordmark>span:last-child{display:flex;align-items:baseline;gap:7px}.wordmark strong{font-size:.92rem;letter-spacing:-.02em}.wordmark small{color:#aeb5ae;font:700 .64rem ui-monospace,monospace;letter-spacing:.14em;text-transform:uppercase}.ecosystem-mark{position:relative;width:28px;height:28px;display:block}.ecosystem-mark i{position:absolute;width:12px;height:12px;border:2px solid currentColor}.ecosystem-mark i:first-child{top:0;left:0}.ecosystem-mark i:nth-child(2){right:0;bottom:0}.ecosystem-mark i:last-child{right:2px;top:3px;width:7px;height:7px;border:0;border-radius:50%;background:#71ad91}.header-actions{display:flex;align-items:center;gap:10px}.portfolio-link{min-height:40px;display:inline-flex;align-items:center;padding:0 12px;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:inherit;font-size:.78rem;font-weight:750;text-decoration:none}.portfolio-link:hover{background:rgba(255,255,255,.08)}main{width:min(1320px,calc(100% - 48px));margin:auto;padding:clamp(54px,8vw,110px) 0 90px}.eyebrow{margin:0 0 10px;color:var(--accent);font:800 .68rem ui-monospace,monospace;letter-spacing:.15em;text-transform:uppercase}.auth-layout{min-height:calc(100vh - 240px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.65fr);align-items:center;gap:clamp(60px,10vw,150px)}.auth-intro h1,.pending-card h1{max-width:800px;margin:0;font-size:clamp(3.5rem,7.5vw,7.3rem);line-height:.88;letter-spacing:-.075em}.auth-intro>p:not(.eyebrow){max-width:610px;margin:28px 0;color:var(--muted);font-size:1.06rem;line-height:1.7}.trust-list{display:flex;flex-wrap:wrap;gap:9px}.trust-list span{padding:8px 11px;border:1px solid var(--line);border-radius:999px;font-size:.71rem;font-weight:800}.auth-card{padding:clamp(25px,4vw,40px);border:1px solid var(--line);background:rgba(255,255,255,.88);box-shadow:0 28px 80px rgba(17,25,20,.09);backdrop-filter:blur(16px)}.account-state{width:max-content;display:flex;align-items:center;gap:8px;margin:0 0 24px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.7rem}.account-state span{width:7px;height:7px;border-radius:50%;background:#929892}.account-state.pending{border-color:#d6bb73;color:#745b1f;background:#fff9e9}.account-state.pending span{background:#c49323}.tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:27px;padding:4px;background:var(--soft);border-radius:9px}.tabs button{min-height:42px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.tabs button.active{background:var(--ink);color:#fff}.auth-card h2{margin:0 0 4px;font-size:1.8rem;letter-spacing:-.045em}form,label{display:grid;gap:8px}form{gap:18px}label{color:var(--muted);font-size:.76rem;font-weight:800}input,textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink)}input{height:50px;padding:0 13px}textarea{padding:12px 13px;resize:vertical;line-height:1.5}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 17px;border:1px solid transparent;border-radius:8px;font-weight:850;text-decoration:none;cursor:pointer}.button.primary{background:var(--accent);color:#fff}.button.dark{background:var(--ink);color:#fff}.button.quiet{border-color:var(--line);background:transparent;color:var(--ink)}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.text-button{min-height:42px;padding:0;border:0;background:transparent;color:var(--accent);font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;cursor:pointer}.text-button.danger{color:var(--danger)}.security-note,.message{color:var(--muted);font-size:.75rem;line-height:1.55}.security-note{margin:14px 0 0}.message{min-height:20px;margin:12px 0 0}.message.error{color:var(--danger)}input[aria-invalid=true]{border-color:var(--danger);box-shadow:0 0 0 3px rgba(163,59,53,.12)}.pending-card{max-width:760px;margin:5vh auto;padding:clamp(28px,6vw,70px);border-left:5px solid var(--accent);background:var(--surface);box-shadow:0 24px 70px rgba(20,30,24,.08)}.pending-card>p:not(.eyebrow,.message){max-width:570px;color:var(--muted);line-height:1.7}.pending-actions{display:flex;align-items:center;gap:20px;margin-top:28px}.profile-hub{display:grid;gap:clamp(72px,9vw,120px)}.profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(250px,.36fr);align-items:end;gap:clamp(26px,4vw,58px);padding-bottom:clamp(48px,6vw,78px);border-bottom:1px solid var(--strong)}.avatar{width:clamp(126px,15vw,196px);aspect-ratio:1;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#2f6c58,#183b31);color:#fff;font-size:clamp(2.7rem,6vw,5.3rem);font-weight:850;letter-spacing:-.08em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 22px 55px rgba(24,59,49,.18)}.profile-identity h1{margin:0;font-size:clamp(3.7rem,7vw,7.1rem);line-height:.86;letter-spacing:-.075em}.handle{margin:16px 0 0;color:var(--accent);font:800 clamp(.9rem,1.4vw,1.12rem) ui-monospace,monospace}.bio{max-width:650px;margin:17px 0 24px;color:var(--muted);font-size:1.03rem;line-height:1.65}.private-account{align-self:center;padding-left:24px;border-left:1px solid var(--line)}.private-account>span{color:var(--muted);font:800 .64rem ui-monospace,monospace;letter-spacing:.12em;text-transform:uppercase}.private-account strong{display:block;margin-top:12px;overflow-wrap:anywhere;font-size:.86rem}.private-account p{display:flex;align-items:center;gap:7px;margin:10px 0 0;color:var(--success);font-size:.76rem;font-weight:800}.private-account i{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--accent-soft);font-style:normal}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.section-heading h2,.account-section h2{margin:0;font-size:clamp(2rem,3.6vw,3.8rem);line-height:.95;letter-spacing:-.06em}.section-heading>p{max-width:360px;margin:0;color:var(--muted);line-height:1.55}.app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.app-card{position:relative;min-height:240px;display:flex;flex-direction:column;justify-content:space-between;padding:28px;border:1px solid var(--line);background:var(--surface);color:var(--ink);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.app-card:hover{z-index:1;transform:translateY(-5px);border-color:var(--strong);box-shadow:0 22px 52px rgba(18,26,21,.1)}.app-card>span:nth-child(2){display:grid;gap:5px}.app-card small{color:var(--muted);font:800 .62rem ui-monospace,monospace;letter-spacing:.13em;text-transform:uppercase}.app-card strong{font-size:2rem;letter-spacing:-.05em}.app-card em{color:var(--muted);font-size:.84rem;font-style:normal;line-height:1.45}.app-card>i{position:absolute;top:27px;right:27px;font-size:1.2rem;font-style:normal}.app-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%}.app-icon svg{width:25px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.daymark .app-icon{background:#fff0a7;color:#3d3500}.fairway .app-icon{background:#d9efc4;color:#164930}.money .app-icon{background:#d9eee7;color:#194d3d}.account-sections{display:grid}.account-section{display:grid;grid-template-columns:70px minmax(0,1fr);gap:28px;padding:54px 0;border-top:1px solid var(--line)}.account-section:last-child{border-bottom:1px solid var(--line)}.account-section>div:last-child{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(320px,1fr);column-gap:clamp(30px,8vw,120px);align-items:start}.account-section .eyebrow,.account-section h2{grid-column:1}.account-section>div>p:not(.eyebrow,.message){grid-column:1;margin:20px 0 0;color:var(--muted);line-height:1.65}.section-number{color:var(--strong);font:700 .66rem ui-monospace,monospace;letter-spacing:.12em}.detail-list,.switch-row{grid-column:2;grid-row:1/span 4}.detail-list{margin:0}.detail-list div{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.detail-list dt{color:var(--muted);font-size:.75rem;font-weight:750}.detail-list dd{margin:0;overflow-wrap:anywhere;text-align:right;font-size:.78rem;font-weight:800}.detail-list .verified{color:var(--success)}.inline-actions{grid-column:2;display:flex;gap:22px;margin-top:20px}.account-section .message{grid-column:2}.switch-row{position:relative;min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 64px 20px 0;border-block:1px solid var(--line);cursor:pointer}.switch-row span{display:grid;gap:7px}.switch-row strong{color:var(--ink);font-size:.86rem}.switch-row small{max-width:470px;color:var(--muted);font-weight:500;line-height:1.45}.switch-row input{position:absolute;width:1px;height:1px;opacity:0}.switch-row>i{position:absolute;right:0;width:48px;height:27px;border-radius:999px;background:#aeb4ae;transition:background .18s ease}.switch-row>i:after{content:"";position:absolute;top:4px;left:4px;width:19px;height:19px;border-radius:50%;background:white;box-shadow:0 1px 4px rgba(0,0,0,.25);transition:transform .18s ease}.switch-row input:checked+i{background:var(--accent)}.switch-row input:checked+i:after{transform:translateX(21px)}.switch-row input:focus-visible+i{outline:3px solid var(--focus-ring);outline-offset:3px}.data-separation>div:last-child{grid-template-columns:minmax(240px,.7fr) minmax(320px,1fr)}.data-separation>div>p:not(.eyebrow){grid-column:2;grid-row:1/span 3;margin:0}.profile-dialog{width:min(620px,calc(100% - 28px));max-height:min(820px,calc(100vh - 28px));padding:0;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink);box-shadow:0 34px 100px rgba(0,0,0,.3)}.profile-dialog::backdrop{background:rgba(15,18,16,.65);backdrop-filter:blur(5px)}.profile-form{padding:clamp(24px,5vw,44px)}.profile-form header{display:flex;align-items:start;justify-content:space-between;margin-bottom:8px}.profile-form h2{margin:0;font-size:2.3rem;letter-spacing:-.055em}.close-button{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font-size:1.4rem;cursor:pointer}.avatar-preview{display:flex;align-items:center;gap:18px;padding:18px 0 23px;border-bottom:1px solid var(--line)}.avatar.small{width:65px;font-size:1.2rem}.avatar-preview p{display:grid;gap:5px;margin:0}.avatar-preview span{color:var(--muted);font-size:.72rem;line-height:1.4}.profile-form label>small{font-weight:500;line-height:1.45}.handle-input{display:grid;grid-template-columns:42px 1fr}.handle-input span{display:grid;place-items:center;border:1px solid var(--line);border-right:0;border-radius:8px 0 0 8px;background:var(--soft);color:var(--muted)}.handle-input input{border-radius:0 8px 8px 0}.profile-form label:last-of-type>small{text-align:right}.profile-form footer{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}@media(max-width:960px){.profile-hero{grid-template-columns:auto 1fr}.private-account{grid-column:2;padding:18px 0 0;border-left:0;border-top:1px solid var(--line)}.app-card{min-height:220px;padding:23px}.account-section>div:last-child{grid-template-columns:1fr 1fr;column-gap:40px}}@media(max-width:780px){main{width:min(100% - 32px,680px);padding:52px 0 70px}.auth-layout{grid-template-columns:1fr;gap:48px}.auth-intro h1{font-size:clamp(3.5rem,15vw,6rem)}.auth-card{width:100%;max-width:540px}.profile-hub{gap:72px}.profile-hero{grid-template-columns:1fr;align-items:start}.avatar{width:128px}.private-account{grid-column:1}.app-grid{grid-template-columns:1fr}.app-card{min-height:175px}.account-section{grid-template-columns:45px 1fr}.account-section>div:last-child,.data-separation>div:last-child{grid-template-columns:1fr}.detail-list,.switch-row,.inline-actions,.account-section .message{grid-column:1;grid-row:auto}.detail-list,.switch-row{margin-top:28px}.data-separation>div>p:not(.eyebrow){grid-column:1;grid-row:auto;margin-top:24px}}@media(max-width:480px){.site-header{min-height:66px;padding:0 14px}.wordmark small,.portfolio-link{display:none}.header-actions{gap:6px}main{width:calc(100% - 24px);padding-top:36px}.profile-hub{gap:58px}.profile-hero{gap:22px;padding-bottom:42px}.avatar{width:100px}.profile-identity h1{font-size:3.35rem}.bio{font-size:.94rem}.section-heading{align-items:start;flex-direction:column}.section-heading h2,.account-section h2{font-size:2.2rem}.app-card{min-height:165px}.account-section{grid-template-columns:1fr;gap:14px;padding:40px 0}.account-section>div:last-child{display:block}.detail-list,.switch-row{margin-top:25px}.inline-actions{margin-top:18px}.data-separation>div>p:not(.eyebrow){margin-top:20px}.pending-actions{align-items:stretch;flex-direction:column}.profile-dialog{width:100%;max-height:100vh;height:100vh;border:0;border-radius:0}.profile-form{min-height:100%;padding:24px 18px}.profile-form footer{margin-top:auto}.auth-card{padding:24px 19px}.auth-intro h1,.pending-card h1{font-size:3.45rem}.ecosystem-mark{width:26px;height:26px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.button:hover,.app-card:hover{transform:none}}
