@charset "UTF-8";:root{--bg: #f5f0e8;--surface: rgba(255, 252, 247, .94);--surface-strong: #fffaf4;--text: #1a1714;--muted: #6b6258;--line: rgba(95, 74, 56, .12);--primary: #1f6f5f;--primary-strong: #14483d;--accent: #c9855a;--danger: #b6513b;--warning: #b07030;--success: #2f855a;--shadow-sm: 0 1px 3px rgba(46, 36, 28, .05), 0 4px 14px rgba(46, 36, 28, .06);--shadow: 0 2px 8px rgba(46, 36, 28, .06), 0 12px 32px rgba(46, 36, 28, .08);--shadow-lg: 0 24px 60px rgba(46, 36, 28, .11);--radius-sm: 12px;--radius: 18px;--radius-lg: 22px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Geist,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(ellipse at 20% 0%,rgba(180,210,196,.18) 0%,transparent 50%),radial-gradient(ellipse at 80% 0%,rgba(201,133,90,.1) 0%,transparent 42%),linear-gradient(180deg,#f8f3eb,#f4ede4 60%,#f2ebe0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none}.display-serif{font-family:"Instrument Serif",Georgia,serif;font-weight:400;letter-spacing:0}.brand-heading{font-family:"Instrument Serif",Georgia,serif!important;font-weight:400!important;letter-spacing:0!important}.brand-body{font-style:normal!important;opacity:1!important}.auth-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#f5f0e899;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border-bottom:1px solid rgba(231,223,212,.6)}.auth-header__inner{max-width:72rem;margin:0 auto;height:4rem;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.auth-header__brand{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);text-decoration:none}.auth-header__brand img{height:32px;width:auto}.auth-header__brand span{font-family:"Instrument Serif",Georgia,serif;font-size:1.25rem;line-height:1}.auth-header__nav{display:flex;align-items:center;gap:.5rem}.auth-header__link{font-size:.875rem;color:var(--muted);text-decoration:none;padding:.5rem .75rem;border-radius:.5rem;transition:color .15s ease}.auth-header__link:hover{color:var(--text)}.auth-header__cta{font-size:.875rem;font-weight:500;background:var(--primary);color:#fffaf4;border-radius:.75rem;padding:.5rem 1rem;text-decoration:none;transition:background .15s ease}.auth-header__cta:hover{background:var(--primary-strong)}.auth-main{position:absolute;inset:0;z-index:1;overflow-y:auto;display:flex;flex-direction:column;justify-content:safe center}.auth-main>.page-shell{flex-shrink:0;padding:4.5rem 0 1.25rem}body{min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.page-shell{width:min(1200px,100% - 2rem);margin:0 auto}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.section-title{margin:0;font-size:clamp(1.6rem,2vw,2.3rem);letter-spacing:-.04em}.section-copy{margin:0;color:var(--muted)}.pill{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .75rem;border-radius:999px;background:#1f6f5f14;color:var(--primary-strong);font-size:.85rem;font-weight:600}
