@font-face{font-family:Instrument;src:url(assets/sans-regular.ttf) format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Instrument;src:url(assets/sans-medium.ttf) format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:Instrument;src:url(assets/sans-semibold.ttf) format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Instrument;src:url(assets/sans-bold.ttf) format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:Editorial;src:url(assets/serif-regular.ttf) format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Editorial;src:url(assets/serif-italic.ttf) format('truetype');font-weight:400;font-style:italic;font-display:swap}
:root{--paper:#f5f6f8;--white:#fff;--ink:#1b2337;--muted:#727789;--line:#e3e6ed;--blue:#273aeb;--blue-soft:#edf0ff;--green:#317951;--radius:20px;--font:Instrument,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;border:0;background:none}a{color:inherit;text-decoration:none}button svg,a svg{flex-shrink:0}button:disabled{cursor:default;opacity:.55}h1,h2,h3,p{margin:0}h1{font-size:34px;line-height:1.16;letter-spacing:-1.3px;font-weight:500}h2{font-size:21px;font-weight:500;letter-spacing:-.5px}h3{font-size:16px;font-weight:600}svg.icon{width:20px;height:20px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #6878ff;outline-offset:4px}button,a{touch-action:manipulation}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;padding:12px;background:white}.skip-link:focus{top:20px}.muted{color:var(--muted)}.eyebrow{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600}.small{font-size:14px}.serif{font-family:Editorial,Georgia,serif;font-weight:400}.brand{display:inline-flex;align-items:center;gap:9px;font-size:32px;font-weight:600;letter-spacing:-1.8px;line-height:1}.brand svg{width:33px;height:38px}.brand-dot{color:var(--blue)}.btn{min-height:48px;padding:12px 20px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:500;line-height:1.3;transition:background .18s,transform .18s,box-shadow .18s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--blue);color:white;box-shadow:0 4px 9px #263be91a}.btn-primary:hover{background:#182ccb;box-shadow:0 5px 14px #263be92e}.btn-secondary{background:white;border:1px solid var(--line)}.btn-secondary:hover{background:#f9faff;border-color:#c6cce0}.btn-soft{background:var(--blue-soft);color:var(--blue)}.btn-soft:hover{background:#e0e5ff}.btn-quiet{color:var(--muted)}.btn-quiet:hover{background:#e9ecf3;color:var(--ink)}.btn-dark{background:var(--ink);color:white}.btn-block{width:100%}.text-btn{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:500;padding:8px 0;color:var(--blue)}.text-btn:hover{text-decoration:underline;text-underline-offset:4px}.icon-btn{display:inline-grid;place-items:center;min-width:44px;min-height:44px;border-radius:10px}.icon-btn:hover{background:#e8ecf5}.avatar{display:inline-grid;place-items:center;flex-shrink:0;width:44px;height:44px;background:#e4e9f4;color:#4c5e83;font-size:14px;font-weight:500;border-radius:50%;letter-spacing:-.3px}.avatar.lilac{background:#eee8f5;color:#80649d}.avatar.peach{background:#f5e8df;color:#976947}.avatar.mint{background:#e2eee8;color:#4c7b68}.avatar.blue{background:#e5eaff;color:#4559a8}.avatar.large{width:76px;height:76px;font-size:24px}.avatar.owner{background:#e1e5fa;color:#4555a2}.badge{display:inline-flex;gap:6px;align-items:center;border-radius:100px;padding:4px 10px;font-size:12px;font-weight:500;background:#edf0f7;color:#63708a}.badge.green{color:var(--green);background:#eaf4ee}.dot{width:5px;height:5px;display:inline-block;border-radius:50%;background:currentColor}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius)}
.app-shell{min-height:100vh;padding-left:218px;padding-bottom:88px}.sidebar{position:fixed;inset:0 auto 72px 0;width:218px;background:#fcfcfd;border-right:1px solid var(--line);padding:34px 24px 24px;display:flex;flex-direction:column;z-index:10}.sidebar .brand{margin:0 10px 60px}.nav-label{font-size:12px;font-weight:600;letter-spacing:1.7px;color:#9196a4;padding:0 13px;margin-bottom:14px}.nav-links{display:grid;gap:7px}.nav-link{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:10px;color:var(--muted);font-size:14px;font-weight:500;min-height:46px}.nav-link.active{background:#eaf0ff;color:var(--blue)}.nav-link:hover:not(.active){background:#f0f2f6;color:var(--ink)}.nav-count{font-size:12px;margin-left:auto;border-radius:5px;background:#dfe6ff;padding:1px 6px}.sidebar-spacer{flex:1}.sidebar-tip{padding:16px 13px;margin-bottom:22px}.sidebar-tip p{font-size:14px;color:var(--muted);line-height:1.7;margin:10px 0 5px}.sidebar-tip .icon{color:#7c88aa}.sidebar-tip .text-btn{font-size:12px}.profile-button{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);padding:20px 0 0;text-align:left;width:100%;font-size:14px}.profile-button .avatar{width:34px;height:34px;font-size:12px}.profile-button small{display:block;color:var(--muted);font-size:12px;margin-top:1px}.profile-button>.icon{width:16px;margin-left:auto}.topbar{height:88px;padding:0 48px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:#f5f6f8cc;gap:20px}.breadcrumb{font-size:14px;color:#8a8f9d}.breadcrumb span{color:#454d60}.breadcrumb i{font-style:normal;margin:0 12px;color:#b9bfca}.topbar-right{display:flex;gap:20px;align-items:center}.saved-status{font-size:12px;color:#8a8f9d;display:flex;align-items:center;gap:6px}.saved-status svg{width:14px;height:14px}.mobile-brand{display:none}.workspace{max-width:1090px;margin:auto;padding:42px 48px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:29px}.page-heading p{font-size:14px;color:var(--muted);margin-top:9px}.date-label{font-size:12px;letter-spacing:.8px;color:var(--muted)}.card-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:12px}.tabs{padding:4px;border:1px solid var(--line);background:#eceef3;border-radius:12px;display:inline-flex;gap:4px;max-width:100%;overflow:auto}.tab{font-size:14px;color:#737a8b;padding:9px 21px;min-height:40px;border-radius:8px;transition:background .18s,box-shadow .18s;white-space:nowrap}.tab.active{background:white;color:var(--ink);box-shadow:0 2px 4px #111b3410}.tab:hover:not(.active){color:var(--ink);background:#e3e6ee}.share-composition{display:grid;grid-template-columns:1.18fr 1fr;gap:22px}.identity-card{--card:#182655;--card-text:#fff;--card-muted:#b6bfdb;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:365px;padding:28px 32px;background:var(--card);color:var(--card-text);border-radius:20px;isolation:isolate;box-shadow:0 12px 28px #15244b13;transition:background .35s}.identity-card[data-persona=investor]{--card:#293a37;--card-muted:#bbc9c2}.identity-card[data-persona=personal]{--card:#583b4f;--card-muted:#d8c2d0}.identity-card .card-top{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.card-type{font-size:12px;letter-spacing:2px;text-transform:uppercase}.card-symbol{width:26px;height:30px;color:var(--card-muted)}.card-orbits{position:absolute;right:-115px;top:-111px;width:390px;height:390px;border-radius:50%;border:1px solid #ffffff16;z-index:-1;pointer-events:none}.card-orbits:before,.card-orbits:after{content:'';position:absolute;inset:39px;border-radius:50%;border:1px solid #ffffff16}.card-orbits:after{inset:78px}.card-owner{margin-top:50px}.card-owner h2{font-family:Editorial,Georgia,serif;font-size:56px;letter-spacing:-1.1px;font-weight:400;line-height:.99;overflow-wrap:anywhere}.card-owner p{font-size:14px;color:var(--card-muted);margin-top:18px;max-width:260px;line-height:1.65}.card-bottom{display:flex;align-items:end;justify-content:space-between;margin-top:25px;font-size:12px;color:var(--card-muted);gap:15px}.card-bottom .monogram{font-size:14px;color:white;display:grid;place-items:center;width:36px;height:36px;border:1px solid #ffffff36;border-radius:50%;flex-shrink:0}.qr-panel{padding:24px 20px 17px;background:white;border:1px solid var(--line);border-radius:20px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.qr-panel h2{font-size:17px;font-weight:500}.qr-panel .qr-sub{font-size:12px;color:var(--muted);margin-top:4px}.qr-panel .expand{position:absolute;right:8px;top:8px;color:#949cad;min-width:36px;min-height:36px}.qr-panel .expand svg{width:16px;height:16px}.qr-code{width:208px;height:208px;max-width:100%;margin:10px auto 2px;background:white}.qr-code svg{display:block;width:100%;height:100%;shape-rendering:crispEdges}.qr-link{font-size:12px;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:6px;margin-top:2px}.qr-link .icon{width:13px;height:13px}.qr-divider{height:1px;background:var(--line);width:calc(100% - 16px);margin:17px 0 10px}.qr-panel .text-btn{font-size:12px;padding:3px}.qr-panel .text-btn svg{width:14px;height:14px}.context-bar{margin-top:20px;display:flex;align-items:center;gap:13px;padding:15px 18px;border-radius:13px;background:#eaeef6;border:1px solid #dfe5f0}.context-bar>.icon{color:#68789c;width:19px}.context-bar .context-text{flex:1}.context-bar .context-text strong{font-size:14px;font-weight:500}.context-bar .context-text span{font-size:12px;color:#74809a;display:block;margin-top:2px}.context-bar .text-btn{font-size:12px}.share-tools{display:flex;gap:10px;margin-top:19px}.share-tools>.btn{flex:1}.section-heading{display:flex;align-items:center;justify-content:space-between;margin:35px 0 17px;gap:15px}.section-heading h2{font-size:17px}.section-heading .text-btn{font-size:12px;color:var(--muted)}.recent-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.recent-person{padding:18px;display:flex;align-items:center;gap:12px;text-align:left;transition:border .18s,transform .18s}.recent-person:hover{border-color:#a4b2dc;transform:translateY(-2px)}.recent-person .person-copy{flex:1;min-width:0}.recent-person strong{display:block;font-size:14px;font-weight:500}.recent-person p{font-size:12px;color:var(--muted);margin-top:4px}.recent-person>.icon{width:16px;color:#b2bacd}
.walkthrough{position:fixed;bottom:0;left:0;right:0;min-height:72px;background:#fcfcfdef;backdrop-filter:blur(20px);border-top:1px solid #dce1ec;z-index:25;display:flex;align-items:center;padding:12px 25px;gap:30px}.walkthrough-label{display:flex;flex-direction:column;gap:3px;min-width:162px}.walkthrough-label strong{font-size:12px;letter-spacing:1.6px;font-weight:600}.walkthrough-label span{font-size:12px;color:var(--muted)}.walkthrough-steps{display:flex;gap:4px;align-items:center;flex:1;justify-content:center}.walkthrough-step{display:flex;align-items:center;gap:8px;min-height:40px;border-radius:8px;padding:8px 13px;font-size:12px;color:var(--muted);white-space:nowrap}.walkthrough-step:hover{background:#eff2f8}.walkthrough-step.active{background:var(--blue-soft);color:var(--blue)}.step-number{width:20px;height:20px;border:1px solid #d6dce8;display:grid;place-items:center;border-radius:50%;font-size:12px}.active .step-number{border-color:var(--blue);background:var(--blue);color:white}.walkthrough-next{font-size:12px;display:flex;gap:8px;align-items:center;white-space:nowrap}.walkthrough-next .icon{width:17px}.mobile-nav{display:none}.view-enter{animation:arrive .28s ease both}@keyframes arrive{from{opacity:.3;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.toast{position:fixed;bottom:91px;left:50%;transform:translate(-50%,12px);background:#1d2940;color:white;padding:13px 20px;border-radius:12px;box-shadow:0 8px 30px #1b23372a;font-size:14px;opacity:0;transition:.22s;pointer-events:none;z-index:100;max-width:calc(100% - 30px);text-align:center;width:max-content}.toast.visible{opacity:1;transform:translate(-50%,0)}dialog{width:min(460px,calc(100% - 28px));max-height:calc(100dvh - 40px);border:1px solid var(--line);border-radius:24px;padding:29px;background:white;color:var(--ink);box-shadow:0 25px 100px #14214430}dialog::backdrop{background:#17213b55;backdrop-filter:blur(6px)}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.dialog-head h2{font-size:23px}.dialog-head .icon-btn{margin:-10px -10px -10px 0}.dialog-body>p{font-size:14px;line-height:1.7;color:var(--muted);margin-bottom:20px}.field{display:block;margin-bottom:19px}.field-label{display:flex;justify-content:space-between;font-size:14px;font-weight:500;margin-bottom:8px}.field-label span{font-weight:400;color:var(--muted);font-size:12px}.field input,.field textarea,.field select,.search input{border:1px solid #dce1eb;border-radius:10px;padding:13px 14px;font-size:16px;width:100%;color:var(--ink);background:white;outline-offset:2px}.field input::placeholder,.field textarea::placeholder{color:#a0a6b4}.field textarea{resize:vertical;min-height:100px;line-height:1.65}.field:focus-within .field-label{color:var(--blue)}.field-hint{font-size:12px;color:var(--muted);margin-top:7px}.form-error{font-size:14px;color:#aa3a45;background:#fff0f1;border-radius:9px;padding:10px 12px;margin:0 0 15px}.form-error:empty{display:none}.form-actions{display:flex;gap:10px;margin-top:24px}.form-actions .btn{flex:1}.divider{height:1px;background:var(--line);margin:24px 0}.empty-state{text-align:center;padding:60px 25px}.empty-state h2{font-family:Editorial,Georgia,serif;font-size:34px;margin:16px 0 10px}.empty-state p{font-size:14px;color:var(--muted);max-width:320px;margin:0 auto 20px}.back-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--muted);margin-bottom:24px;padding:6px 0}.back-link .icon{width:16px;height:16px}.back-link:hover{color:var(--blue)}
@media(min-width:1500px){.workspace{padding-top:55px}.share-composition{gap:26px}.identity-card{min-height:395px}.qr-code{width:225px;height:225px}}
@media(max-width:1150px){.sidebar{width:190px;padding:30px 18px 22px}.sidebar .brand{margin-bottom:50px}.app-shell{padding-left:190px}.workspace{padding:34px 30px}.topbar{padding:0 30px}.walkthrough{gap:12px;padding:12px 18px}.walkthrough-label{min-width:150px}.walkthrough-step{padding:8px 10px}.walkthrough-next{font-size:0;gap:0}.identity-card{padding:26px;min-height:352px}.card-owner h2{font-size:50px}.qr-code{width:198px;height:198px}}
@media(max-width:900px){.sidebar{width:78px;padding:28px 13px 22px;align-items:center}.sidebar .brand{margin:0 0 46px}.sidebar .brand>span,.nav-label,.nav-link>span,.sidebar-tip,.profile-button>span:not(.avatar),.profile-button>.icon{display:none}.nav-link{padding:13px;min-width:46px}.nav-link>.icon{width:20px}.profile-button{justify-content:center;padding-top:20px}.app-shell{padding-left:78px}.saved-status{display:none}.workspace{padding:30px 27px}.walkthrough-label{display:none}.walkthrough-next{margin-left:8px}.walkthrough-steps{justify-content:space-evenly}.recent-grid{gap:10px}.recent-person{padding:15px;gap:10px}.recent-person .avatar{width:36px;height:36px;font-size:12px}}
@media(max-width:680px){body{background:#f7f8fa}.sidebar{display:none}.app-shell{padding:0 0 145px}.topbar{height:70px;padding:0 22px;background:transparent}.breadcrumb{display:none}.mobile-brand{display:inline-flex}.mobile-brand .brand{font-size:29px}.mobile-brand .brand svg{width:28px;height:33px}.topbar-right .btn{border:0;background:none;font-size:12px;padding:10px 0;min-height:40px}.topbar-right .btn .icon{width:17px;height:17px}.workspace{padding:25px 22px}.page-heading{margin-bottom:23px}.page-heading h1{font-size:28px;letter-spacing:-.7px}.page-heading p{font-size:14px;max-width:240px;line-height:1.6}.date-label{display:none}.card-controls{margin-bottom:17px}.tabs{gap:1px;padding:3px}.tab{padding:8px 16px;font-size:14px;min-height:37px}.card-controls>.text-btn{font-size:12px;gap:3px;white-space:nowrap}.card-controls>.text-btn .icon{width:15px}.share-composition{display:flex;flex-direction:column;gap:14px}.identity-card{min-height:115px;padding:20px 23px;order:1;border-radius:15px;display:grid;grid-template-columns:1fr auto;gap:4px}.card-top{grid-column:2;grid-row:1/3;align-self:center}.card-top .card-type{display:none}.card-owner{margin:0;grid-column:1;grid-row:1}.card-owner h2{font-size:32px;letter-spacing:-.4px;line-height:1.2}.card-owner h2 br{display:none}.card-owner p{font-size:12px;margin-top:5px;max-width:260px}.card-bottom{margin:4px 0 0;grid-column:1;grid-row:2;font-size:12px}.card-bottom .monogram{display:none}.card-symbol{width:30px;height:35px}.card-orbits{width:260px;height:260px;right:-100px;top:-130px}.qr-panel{min-height:340px;padding:22px 20px 19px;order:0;border-radius:17px}.qr-panel h2{font-size:20px}.qr-panel .qr-sub{font-size:12px}.qr-code{width:216px;height:216px;margin:8px auto 2px}.qr-divider{margin:13px 0 10px}.qr-panel .text-btn{font-size:14px}.context-bar{padding:13px 14px;gap:10px;margin-top:15px}.context-bar .context-text strong{font-size:12px}.context-bar .context-text span{font-size:12px}.context-bar .text-btn{font-size:12px}.share-tools{gap:8px;margin-top:15px}.share-tools>.btn{font-size:12px;padding:12px 8px;gap:6px}.share-tools>.btn .icon{width:17px;height:17px}.section-heading{margin-top:30px}.recent-grid{grid-template-columns:1fr}.recent-person{padding:15px 16px}.recent-person .avatar{width:40px;height:40px}.recent-person p{font-size:12px}.mobile-nav{display:flex;position:fixed;bottom:66px;left:0;right:0;background:#fcfcfdef;backdrop-filter:blur(20px);border-top:1px solid var(--line);z-index:20;justify-content:space-around;padding:9px 12px 8px}.mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px 24px;color:#838c9e;font-size:12px}.mobile-nav a.active{color:var(--blue)}.mobile-nav .icon{width:21px;height:21px}.walkthrough{padding:8px 6px;gap:4px;min-height:66px;background:#e9edf5;border-color:#d8dfed}.walkthrough-steps{gap:0;justify-content:space-between}.walkthrough-step{font-size:12px;padding:6px 7px;gap:5px;flex-direction:column;min-height:46px;line-height:1.2}.walkthrough-step .step-number{width:17px;height:17px;font-size:12px}.walkthrough-next{display:none}.toast{bottom:146px;font-size:14px;max-width:calc(100% - 24px)}dialog{padding:25px;max-height:calc(100dvh - 30px);border-radius:20px}.btn{min-height:47px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Recipient journey: quiet presentation around a real mobile web card. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.avatar img,.public-monogram img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.recent-meta{display:block;font-size:12px;color:var(--muted);margin-top:4px}.recipient-shell{min-height:100vh;padding-bottom:100px;background:#f0f2f7}.recipient-topbar{height:92px;display:flex;justify-content:space-between;align-items:center;padding:0 48px;border-bottom:1px solid #e0e4ed}.recipient-topbar .brand{font-size:30px}.recipient-topbar .brand svg{width:29px;height:34px}.recipient-topbar .text-btn{font-size:14px;color:#79829a}.recipient-topbar .text-btn .icon{width:16px}.preview-label{display:flex;align-items:center;gap:8px;color:#7e88a0;font-size:12px;letter-spacing:1.9px;font-weight:500}.preview-label .dot{color:#859cc8}.recipient-stage{max-width:1010px;margin:0 auto;display:grid;grid-template-columns:1fr 410px;gap:100px;align-items:center;padding:45px 40px 30px}.recipient-caption{align-self:center;padding-bottom:50px}.recipient-caption>.eyebrow{font-size:12px;letter-spacing:1.8px;color:#848fa9}.recipient-caption>h2{font-size:78px;letter-spacing:-2px;line-height:.97;margin:30px 0;color:#24304c}.recipient-caption>h2 em{font-weight:400;color:#7185b2}.recipient-caption>p{font-size:15px;color:#7d879e;line-height:1.85;max-width:280px}.caption-rule{width:38px;height:1px;background:#adb8cf;margin:32px 0 22px}.caption-foot{font-size:12px;color:#8a94a9}.public-column{width:100%;min-width:0}.public-card{border-radius:25px;overflow:hidden;background:white;box-shadow:0 18px 60px #1d335611,0 1px 3px #1d335608;border:1px solid #dce2ef}.public-identity{background:#182655;position:relative;overflow:hidden;isolation:isolate;padding:27px 29px 28px;color:white}.public-identity[data-persona=investor]{background:#293a37}.public-identity[data-persona=personal]{background:#583b4f}.public-identity .card-orbits{right:-100px;top:-180px;width:340px;height:340px}.public-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.public-monogram{height:48px;width:48px;display:grid;place-items:center;border-radius:50%;border:1px solid #ffffff40;font-size:16px;letter-spacing:-.6px;overflow:hidden}.public-identity h1{font-family:Editorial,Georgia,serif;font-size:41px;font-weight:400;letter-spacing:-.7px;line-height:1.12;overflow-wrap:anywhere}.public-role{font-size:12px;color:#bfc9e4;margin-top:8px}.public-headline{font-size:14px;color:#d0d7e9;line-height:1.65;margin-top:20px;max-width:290px}.public-identity[data-persona=investor] p{color:#c6d5ce}.public-identity[data-persona=personal] p{color:#ddcbd8}.public-body{padding:23px 25px 20px}.save-contact{min-height:52px;font-size:14px}.save-hint{font-size:12px;color:#9198a7;text-align:center;margin:10px 0 20px}.contact-rows{margin-bottom:24px}.contact-row{display:flex;width:100%;align-items:center;gap:13px;padding:14px 1px;border-bottom:1px solid #eceef3;text-align:left;min-height:66px}.contact-row:last-child{border-bottom:0}.contact-row:hover{background:#f9faff}.contact-icon{color:#7a88a6;width:30px;height:32px;display:grid;place-items:center}.contact-icon .icon{width:18px;height:18px}.contact-row>span:nth-child(2){flex:1;min-width:0}.contact-row small{display:block;font-size:12px;color:#8b94a8;margin-bottom:2px}.contact-row strong{font-weight:400;font-size:14px;overflow-wrap:anywhere;display:block}.contact-row>.icon{width:13px;height:13px;color:#9ba7bd}.reciprocity{padding:21px 18px 13px;border-radius:15px;background:#f1f4fa;text-align:center}.reciprocity-heading{display:flex;align-items:center;justify-content:center;gap:9px}.reciprocity h2{font-size:18px;font-weight:500;letter-spacing:-.35px}.mini-mark{display:inline-flex;color:#7e8ca8}.mini-mark svg{width:23px;height:27px}.reciprocity p{color:#7a849a;font-size:12px;line-height:1.65;margin:10px 0 16px}.reciprocity .btn{min-height:44px;font-size:14px;background:#e3e9fa;color:#405595;justify-content:space-between;padding:12px 16px}.reciprocity .btn:hover{background:#dbe3f9}.reciprocity .btn .icon{width:16px;height:16px}.later-btn{font-size:12px;color:#8c95a9;padding:12px 18px 3px;min-height:36px}.later-btn:hover{color:var(--ink)}.public-footer{display:flex;align-items:center;justify-content:center;gap:6px;color:#969eaf;font-size:12px;margin-top:18px}.public-footer .icon{width:12px;height:12px}.prototype-disclosure{text-align:center;font-size:12px;line-height:1.8;color:#929bb0;margin:20px -10px 0}.later-state>.icon{color:#6d7e9f;margin:0 0 9px}.later-state .text-btn{font-size:12px}.exchange-card{padding:29px 30px;background:white;border:1px solid #dce2ef;border-radius:25px;box-shadow:0 18px 60px #1d335611,0 1px 3px #1d335608}.exchange-card .back-link{font-size:12px;margin-bottom:28px}.exchange-intro{margin-bottom:30px}.exchange-intro h1{font-family:Editorial,Georgia,serif;font-weight:400;font-size:33px;letter-spacing:-.4px;margin-top:22px}.exchange-intro>p{font-size:14px;color:var(--muted);margin-top:9px}.exchange-avatars{display:flex;align-items:center}.exchange-avatars>.avatar{width:42px;height:42px;font-size:14px}.exchange-avatars>.guest{border:1px dashed #aab7d3;background:#f5f7fc;color:#8397bd}.exchange-connector{width:24px;height:1px;background:#cbd4e5;margin:0 7px}.method-fieldset{border:0;margin:0 0 22px;padding:0}.method-fieldset legend{font-size:14px;font-weight:500;margin-bottom:10px;padding:0}.method-toggle{display:inline-flex;gap:8px;margin-bottom:11px}.method-toggle button{display:flex;gap:7px;align-items:center;border:1px solid #e3e6ed;padding:8px 15px;border-radius:8px;font-size:12px;color:#8992a5;min-height:37px}.method-toggle button.active{border-color:#a4b3f5;background:#eff2ff;color:var(--blue)}.method-toggle .icon{width:15px;height:15px}.contact-input{width:100%;padding:13px 14px;font-size:16px;border:1px solid #dce1eb;border-radius:10px;min-height:49px}.contact-input::placeholder{color:#a0a6b4}.optional-fields{border-bottom:1px solid var(--line);margin-bottom:24px;padding-bottom:17px}.optional-fields summary{list-style:none;font-size:12px;display:flex;align-items:center;gap:6px;color:#74809a;cursor:pointer;padding:3px 0;min-height:36px}.optional-fields summary::-webkit-details-marker{display:none}.optional-fields summary span{margin-left:auto;font-size:12px;color:#a1a8b8}.optional-fields summary>.icon{width:14px;height:14px}.optional-fields>div{padding-top:20px}.optional-fields[open] summary>.icon{transform:rotate(45deg)}.privacy-caption{font-size:12px;color:#9ba2b2;display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;margin-top:13px}.privacy-caption .icon{width:12px;height:12px}.form-or{display:flex;align-items:center;gap:12px;color:#a8afbc;font-size:12px;margin:21px 0}.form-or>span{height:1px;background:#edf0f5;flex:1}.import-feedback{font-size:12px;color:#6b7c9d;margin-top:12px}.import-feedback:empty{display:none}.exchange-card form>.btn-secondary{font-size:12px;color:#6f7f9e}.exchange-card form>.btn-secondary .icon{width:16px}.connected-card{text-align:center;padding:45px 29px 30px}.connected-mark{width:75px;height:86px;margin:0 auto 24px;position:relative;color:#7187b4}.connected-mark>svg{width:75px;height:86px;stroke-width:1}.success-check{position:absolute;bottom:5px;right:-6px;width:29px;height:29px;display:grid;place-items:center;border:3px solid white;border-radius:50%;background:#71977d;color:white}.success-check .icon{width:16px;height:16px}.connected-card>.eyebrow{font-size:12px;letter-spacing:1.5px;color:#8793ac}.connected-card>h1{font-size:46px;letter-spacing:-1px;margin-top:16px}.connected-description{font-size:14px;line-height:1.8;color:#8490a7;margin-top:17px}.connection-pair{display:flex;align-items:center;justify-content:center;margin-top:30px}.connection-pair>.avatar{width:58px;height:58px;font-size:18px}.pair-line{width:50px;height:1px;background:#cfdae9;display:flex;align-items:center;justify-content:center;margin:0 13px;color:#849db5}.pair-line .icon{background:white;border:5px solid white;box-sizing:content-box;width:15px;height:15px}.connection-names{display:flex;justify-content:center;gap:93px;margin-top:11px;font-size:12px;color:#6f7c93}.connection-names span{max-width:95px;overflow:hidden;text-overflow:ellipsis}.connected-context{font-size:12px;color:#8b97ad;display:flex;align-items:center;justify-content:center;gap:5px;margin-top:22px}.connected-context .icon{width:13px;height:13px}.connected-save{font-size:12px;color:#8692a7;margin-bottom:14px}.connected-card>.btn{margin-top:10px;font-size:14px}.connected-card>.text-btn{font-size:12px;margin-top:20px}.connected-card>.text-btn .icon{width:14px;height:14px}.create-card>.eyebrow{display:block;color:#8894ac;font-size:12px}.create-card>h1{font-size:47px;line-height:1.02;margin:17px 0}.create-card>p{color:#8690a5;font-size:14px;line-height:1.7;margin-bottom:28px}
/* The memory of an introduction. */
.people-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}.people-filters{display:flex;gap:3px;flex-shrink:0}.filter-btn{font-size:14px;color:#80899c;padding:9px 12px;border-radius:9px;white-space:nowrap;min-height:42px}.filter-btn.active{background:#e7ecfb;color:#3a519e}.filter-btn:hover{background:#e9edf6}.filter-btn span{display:inline-block;font-size:12px;margin-left:5px;color:#899ac5}.search{position:relative;width:266px;max-width:100%}.search>.icon{position:absolute;top:13px;left:12px;color:#8f9bb1;width:17px;height:17px}.search input{font-size:12px;padding:12px 12px 12px 37px;height:43px;background:#fcfcfe}.people-panel{overflow:hidden}.people-table-heading{display:grid;grid-template-columns:1.05fr 1.3fr .7fr 20px;gap:15px;padding:19px 24px;border-bottom:1px solid #e8ecf3;background:#fcfcfe;font-size:12px;letter-spacing:1.2px;color:#8b94a7}.person-row{display:grid;grid-template-columns:1.05fr 1.3fr .7fr 20px;align-items:center;gap:15px;text-align:left;padding:24px;width:100%;border-bottom:1px solid #edf0f5;transition:background .18s}.person-row:last-child{border-bottom:0}.person-row:hover{background:#f7f9fe}.person-cell{display:flex;align-items:center;gap:12px;min-width:0}.person-cell>span:last-child{min-width:0}.person-cell strong{font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}.person-cell small{font-size:12px;color:#949bac;display:block;margin-top:4px}.new-dot{width:5px;height:5px;background:#819bf2;border-radius:50%;flex-shrink:0}.encounter-cell strong{font-size:12px;font-weight:400;display:block;color:#687691}.encounter-cell small{font-size:12px;color:#9ba3b4;display:block;margin-top:5px}.person-row>.icon{width:15px;color:#b1bbcc}.followup-cell .badge{font-size:12px;white-space:nowrap;padding:6px 8px}.followup-cell .badge .icon{width:12px;height:12px}.people-list-footer{padding:16px 24px;display:flex;justify-content:space-between;background:#fcfcfe;border-top:1px solid #edf0f5;font-size:12px;color:#919cb2}.people-list-footer>span{color:#abb3c3}.memory-note{display:flex;align-items:center;justify-content:center;gap:18px;margin:48px auto;color:#a3b0c8}.memory-note svg{width:27px;height:33px}.memory-note p{font-size:12px;color:#8b96ae;line-height:1.8}.memory-note p span{font-size:12px;color:#a4acc0}.person-detail-grid{display:grid;grid-template-columns:.85fr 1.3fr;gap:24px}.person-profile{text-align:center;padding:32px 26px 0;overflow:hidden}.person-profile h1{font-family:Editorial,Georgia,serif;font-size:38px;margin-top:21px;letter-spacing:-.5px;overflow-wrap:anywhere}.person-profile>p{font-size:14px;color:#7f8ba2;margin-top:9px}.company-label{display:block;font-size:12px;color:#a2aabc;margin-top:4px}.profile-contact-actions{display:flex;gap:9px;margin:25px 0}.profile-contact-actions>.btn{flex:1;font-size:14px}.profile-contact-actions>.icon-btn{border:1px solid var(--line)}.profile-details{text-align:left;margin-bottom:25px}.profile-details>div{display:flex;align-items:center;gap:10px;font-size:12px;color:#7786a0;margin-top:15px;overflow-wrap:anywhere}.profile-details>div>span{min-width:0}.profile-details .icon{width:15px;height:15px;flex-shrink:0;color:#8e9bb2}.profile-shared{display:flex;align-items:center;justify-content:center;gap:6px;border-top:1px solid #edf0f5;margin:0 -26px;padding:16px;background:#fcfcfe;font-size:12px;color:#90a193}.profile-shared .icon{width:14px;height:14px}.reminder-panel{margin-top:18px;padding:21px}.reminder-heading{display:flex;align-items:center;gap:9px}.reminder-heading>.icon{width:16px;height:16px;color:#8f9db4}.reminder-heading>h2{font-size:14px;letter-spacing:-.2px}.reminder-panel>p{font-size:12px;color:#8a97ad;line-height:1.8;margin:10px 0 17px}.reminder-panel>.btn{font-size:12px;min-height:43px;padding:10px}.reminder-panel>.btn .icon{width:15px;height:15px}.complete-followup{font-size:12px;width:100%;justify-content:center;margin-top:11px;color:#8695b0}.complete-followup .icon{width:13px;height:13px}.encounter-panel{padding:27px 28px;background:#eef2fa;border-color:#dfe6f3}.encounter-panel>.eyebrow{font-size:12px;letter-spacing:1.5px;color:#899bb9}.encounter-location{display:flex;align-items:center;gap:9px;margin-top:21px}.encounter-location>.icon{width:20px;height:20px;color:#7f95b9;flex-shrink:0}.encounter-location h2{font-size:20px;letter-spacing:-.5px;line-height:1.4;color:#3c527d}.encounter-panel>p{font-size:12px;color:#8a9abb;margin:8px 0 0 29px}.encounter-panel>p>span{padding:0 6px}.encounter-path{display:flex;align-items:center;gap:11px;border-top:1px solid #dce4f2;margin-top:23px;padding-top:19px;color:#8195b7}.encounter-path>span:not(.path-dash){font-size:12px;display:flex;align-items:center;gap:6px}.encounter-path .icon{width:14px;height:14px}.path-dash{width:18px;height:1px;background:#bfcbdf}.note-panel{padding:24px;margin-top:20px}.note-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.note-heading h2{font-size:16px;letter-spacing:-.35px}.note-heading>span{font-size:12px;color:#99a4b8;white-space:nowrap}.note-panel textarea{width:100%;border:0;resize:vertical;min-height:185px;padding:23px 0;color:#667791;background:transparent;font-size:14px;line-height:1.9;margin-top:5px;outline-offset:4px}.note-panel textarea::placeholder{color:#a1acc0}.note-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf0f5;padding-top:17px}.note-bottom>span{font-size:12px;color:#9aa7bd;display:flex;align-items:center;gap:6px}.note-bottom>span .icon{width:12px;height:12px}.note-bottom>.btn{font-size:12px;min-height:38px;padding:9px 14px}.quiet-insight{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:24px;color:#9ba8bf}.quiet-insight>.icon{width:14px;height:14px}.quiet-insight>p{font-size:12px}
/* Card studio. */
.studio-grid{display:grid;grid-template-columns:1.2fr .85fr;gap:35px;align-items:start}.editor-section{padding:25px 26px;margin-bottom:18px}.editor-section-title{display:flex;align-items:center;gap:10px;margin-bottom:24px}.editor-section-title h2{font-size:17px;letter-spacing:-.3px}.section-number{font-size:12px;color:#90a0bc;padding-right:3px}.editor-section .field:last-child{margin-bottom:0}.editor-section .field-label{font-size:12px}.editor-section .field input,.editor-section .field textarea{font-size:14px}.editor-section .field textarea{min-height:90px}.visibility-row{display:flex;align-items:center;gap:12px;border-bottom:1px solid #edf0f5;padding:17px 0;cursor:pointer;position:relative}.visibility-row:last-child{border-bottom:0}.visibility-row>.icon{color:#8d9bb5;width:18px;height:18px;flex-shrink:0}.visibility-row>span:nth-child(2){flex:1;min-width:0}.visibility-row strong{display:block;font-size:12px;font-weight:500}.visibility-row small{display:block;color:#9ca7b9;font-size:12px;overflow-wrap:anywhere;margin-top:3px}.visibility-row>input{position:absolute;right:0;width:38px;height:24px;opacity:0;cursor:pointer;z-index:1}.switch{width:35px;height:21px;display:block;border-radius:20px;background:#dfe4ed;position:relative;transition:background .2s;flex-shrink:0}.switch:after{position:absolute;content:'';width:15px;height:15px;background:white;border-radius:50%;top:3px;left:3px;box-shadow:0 1px 3px #22365220;transition:transform .2s}.visibility-row>input:checked+.switch{background:#4460d6}.visibility-row>input:checked+.switch:after{transform:translateX(14px)}.visibility-row>input:focus-visible+.switch{outline:3px solid #8094f8;outline-offset:4px}.privacy-note{font-size:12px;color:#8a99b3;display:flex;gap:7px;line-height:1.7;margin:21px 0 6px}.privacy-note .icon{width:13px;height:13px;flex-shrink:0;margin-top:3px}.editor-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:2px 0 10px}.editor-actions>span{font-size:12px;color:#95a2b8}.editor-actions>.btn{font-size:14px}.studio-preview{position:sticky;top:28px;padding-top:4px;text-align:center}.preview-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.preview-heading>.eyebrow{font-size:12px;color:#95a3bb;letter-spacing:1.5px}.preview-heading>.badge{font-size:12px;padding:4px 8px;background:#e7ecf6;color:#8192b5}.mini-public-card{border:1px solid #d9e1ef;border-radius:22px;overflow:hidden;background:white;text-align:left;box-shadow:0 12px 35px #2236630c}.mini-public-card .public-identity{padding:22px 24px 26px}.mini-public-card .public-topline{margin-bottom:28px}.mini-public-card .public-monogram{width:39px;height:39px;font-size:14px}.mini-public-card .public-identity h1{font-size:34px}.mini-public-card .public-role{font-size:12px}.mini-public-card .public-headline{font-size:12px;margin-top:17px}.mini-public-body{padding:20px}.preview-save{display:flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;background:var(--blue);color:white;font-size:12px;min-height:41px;margin-bottom:15px}.preview-save>.icon{width:14px;height:14px}.mini-public-body .contact-row{padding:11px 0;min-height:55px;gap:8px}.mini-public-body .contact-row strong{font-size:12px}.mini-public-body .contact-row small{font-size:12px}.mini-public-body .contact-icon{width:23px}.mini-public-body .contact-icon>.icon{width:15px;height:15px}.mini-public-body .contact-row>.icon{width:11px;height:11px}.preview-caption{font-size:12px;color:#94a0b6;margin:18px 0 4px}.studio-preview>.text-btn{font-size:12px}.studio-preview>.text-btn>.icon{width:14px;height:14px}
/* Focused sharing and secondary interactions. */
.focus-share{text-align:center}.focus-share>.avatar{width:45px;height:45px;font-size:14px}.focus-share>h3{font-size:18px;font-weight:500;margin-top:12px}.focus-share>p{font-size:12px;color:#8995aa;margin-top:3px}.focus-share>h2{font-size:21px;margin-top:5px}.focus-share .focus-qr{width:280px;height:280px;margin:20px auto 12px}.focus-personas{display:flex;justify-content:center;gap:4px;margin:23px 0 8px;overflow:auto}.focus-personas .tab{padding:8px 13px;font-size:12px}.focus-personas .tab.active{background:var(--blue-soft);color:var(--blue);box-shadow:none}.focus-share>.text-btn{font-size:12px}.focus-share>.focus-preview-note{font-size:12px;margin:16px 0 0;line-height:1.7;color:#a4aec0}.quick-options{display:grid;gap:8px}.quick-options>button{display:flex;align-items:center;gap:13px;text-align:left;border:1px solid #e7ebf3;border-radius:12px;padding:16px 13px}.quick-options>button:hover{background:#f5f7fc;border-color:#ccd6ee}.quick-options>button>.icon:first-child{width:22px;height:22px;color:#8093b8}.quick-options>button>span{flex:1}.quick-options strong{display:block;font-size:14px;font-weight:500}.quick-options small{font-size:12px;color:#8c9bb3;display:block;margin-top:3px}.quick-options>button>.icon:last-child{width:14px;color:#a4b0c7}.dialog-body>.dialog-footnote{font-size:12px;line-height:1.8;margin:18px 0;color:#8c9ab1}.wallet-pass{padding:24px 24px 18px;border-radius:15px;background:#192952;color:white}.wallet-pass-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.wallet-pass-top>svg{width:25px;height:29px}.wallet-pass-top>span{font-size:12px;letter-spacing:2px;color:#bac5df}.wallet-pass h2{font-family:Editorial,Georgia,serif;font-size:34px}.wallet-pass p{font-size:12px;color:#b1c0df;margin-top:5px}.wallet-qr{width:180px;height:180px;padding:5px;background:white;border-radius:10px;margin:26px auto 25px}.wallet-qr svg{display:block;width:100%;height:100%;shape-rendering:crispEdges}.wallet-pass-bottom{display:flex;justify-content:space-between;font-size:12px;color:#a1b5d9;padding-top:15px;border-top:1px solid #ffffff19}.wallet-pass-bottom span{font-size:15px;font-weight:600;color:white;letter-spacing:-1px}.nfc-mark{width:75px;height:75px;display:grid;place-items:center;background:#edf1fa;color:#6782b3;border-radius:50%;margin:0 auto 25px}.nfc-mark>.icon{width:30px;height:30px}.setup-steps{padding-left:22px;margin:25px 0;font-size:14px;color:#8797b4}.setup-steps li{padding:0 0 20px 7px}.setup-steps strong{display:block;color:#485d7f;font-size:14px;font-weight:500}.setup-steps span{display:block;font-size:12px;line-height:1.7;margin-top:5px}.context-suggestions{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 24px}.context-suggestions button{padding:7px 10px;border-radius:7px;background:#f0f3f9;color:#7b8fab;font-size:12px;min-height:36px}.context-suggestions button:hover{background:#e5eafa}.reminder-options{display:grid;gap:8px;margin-bottom:22px}.reminder-options>.btn{justify-content:flex-start}.reminder-options>.btn .icon:last-child:not(:first-child){margin-left:auto;color:#5c7dba}.message-preview{padding:18px;background:#f3f5fa;border-radius:14px;margin:0 0 23px}.message-preview>.eyebrow{font-size:12px;color:#8d9bb3}.message-preview>p{font-size:12px;color:#8797b0;margin-top:16px}.message-preview>p>strong{font-weight:500;color:#4f648b;margin-right:10px}.message-bubble{font-size:14px;line-height:1.8;color:#546889;background:white;border:1px solid #e3e9f4;padding:17px;border-radius:12px;margin-top:14px}.sample-address{overflow-wrap:anywhere;color:#50688c!important;background:#f4f6fb;padding:14px;border-radius:10px}.design-principles{display:grid;gap:25px}.design-principles>section{display:flex;gap:15px}.design-principles>section>span{font-size:12px;color:#9aadc9;margin-top:3px}.design-principles h3{font-size:14px;font-weight:500}.design-principles p{font-size:12px;line-height:1.8;color:#8a9bb5;margin-top:7px}.profile-photo-edit{display:flex;gap:16px;align-items:center;margin-bottom:26px}.profile-photo-edit .text-btn{font-size:14px}.profile-photo-edit p{font-size:12px;color:#92a0b6;line-height:1.6;max-width:195px}
@media(max-width:1150px){.recipient-stage{gap:65px;max-width:880px;grid-template-columns:1fr 390px}.recipient-caption>h2{font-size:67px}.people-toolbar{align-items:stretch}.people-filters{gap:0}.filter-btn{padding:9px 9px;font-size:12px}.search{width:245px}.person-row,.people-table-heading{padding-left:19px;padding-right:19px;gap:10px;grid-template-columns:1.15fr 1.2fr .7fr 15px}.person-cell{gap:10px}.person-cell>.avatar{width:36px;height:36px;font-size:12px}.person-cell strong{font-size:14px}.person-cell small{font-size:12px}.encounter-cell strong{font-size:12px}.studio-grid{gap:24px}.editor-section{padding:22px}.person-detail-grid{gap:20px}.note-heading{align-items:flex-start;flex-direction:column;gap:5px}}
@media(max-width:900px){.recipient-stage{gap:40px;grid-template-columns:1fr 360px;padding:35px 35px}.recipient-caption>h2{font-size:58px}.recipient-caption>p{font-size:14px}.recipient-topbar{padding:0 35px}.recipient-caption>.eyebrow{font-size:12px}.recipient-topbar .preview-label{font-size:12px}.people-toolbar{flex-direction:column;gap:15px}.search{width:100%}.people-filters{gap:5px}.person-row,.people-table-heading{grid-template-columns:1.1fr 1.2fr .7fr 15px;padding-left:18px;padding-right:18px}.person-detail-grid{grid-template-columns:.95fr 1.2fr;gap:17px}.person-profile{padding:26px 19px 0}.person-profile h1{font-size:32px}.profile-details>div{font-size:12px}.profile-shared{margin:0 -19px;font-size:12px}.reminder-panel{padding:17px}.reminder-heading>h2{font-size:12px}.encounter-panel{padding:23px}.encounter-location{gap:7px}.encounter-location h2{font-size:17px}.note-panel{padding:21px}.encounter-path{gap:8px}.encounter-path>span:not(.path-dash){font-size:12px}.studio-grid{gap:20px;grid-template-columns:1.2fr .9fr}.editor-section{padding:21px 19px}.mini-public-card .public-identity{padding:20px}.mini-public-card .public-identity h1{font-size:30px}.mini-public-body{padding:17px}.editor-actions{flex-direction:column-reverse;gap:11px;align-items:stretch}.editor-actions>span{text-align:center}}
@media(max-width:680px){.recipient-shell{padding-bottom:80px;background:#f5f7fb}.recipient-topbar{height:66px;padding:0 22px;border-bottom:0}.recipient-topbar .brand{font-size:27px}.recipient-topbar .brand svg{width:26px;height:31px}.recipient-topbar .preview-label{display:none}.recipient-topbar .text-btn{font-size:12px}.recipient-stage{display:block;padding:8px 16px 15px;max-width:440px}.recipient-caption{display:none}.public-card{border-radius:22px;box-shadow:0 8px 35px #1d335610}.public-identity{padding:25px 26px}.public-identity h1{font-size:41px}.public-body{padding:22px 24px}.public-headline{font-size:14px}.public-role{font-size:14px}.contact-row strong{font-size:14px}.contact-row small{font-size:12px}.contact-row{min-height:69px}.save-contact{font-size:14px}.save-hint{font-size:12px}.reciprocity h2{font-size:19px}.reciprocity p{font-size:14px}.reciprocity .btn{font-size:14px;min-height:47px}.later-btn{font-size:12px;min-height:44px}.public-footer{font-size:12px}.prototype-disclosure{font-size:12px}.exchange-card{padding:26px}.exchange-intro h1{font-size:33px}.exchange-intro>p{font-size:14px}.optional-fields summary{font-size:14px}.method-toggle button{font-size:14px;min-height:41px}.privacy-caption{font-size:12px}.exchange-card form>.btn-secondary{font-size:14px}.connected-card{padding-top:38px}.connected-card>h1{font-size:44px}.connected-description{font-size:14px}.connected-card>.text-btn{font-size:12px}.connected-card>.btn{font-size:14px}.connected-context{font-size:12px}.connection-names{font-size:14px}.recipient-shell~.toast{bottom:84px}.people-toolbar{gap:15px}.people-filters{justify-content:space-between}.filter-btn{font-size:12px;padding:9px 12px}.people-table-heading{display:none}.person-row{grid-template-columns:1fr auto 15px;gap:9px;padding:19px 17px}.person-cell{grid-column:1;grid-row:1;gap:12px}.person-cell>.avatar{width:39px;height:39px;font-size:12px}.person-cell strong{font-size:14px}.person-cell small{font-size:12px}.encounter-cell{grid-column:1/3;grid-row:2;margin:0 0 0 51px;padding-top:2px}.encounter-cell strong{font-size:12px;display:inline}.encounter-cell small{display:inline;font-size:12px;margin-left:7px}.followup-cell{grid-column:2;grid-row:1}.person-row>.icon{grid-column:3;grid-row:1}.people-list-footer{font-size:12px;padding:14px 17px}.people-list-footer>span{display:none}.page-heading>.btn{font-size:0;padding:11px;min-width:43px;min-height:43px;gap:0}.page-heading>.btn>.icon{width:21px;height:21px}.person-detail-grid{display:flex;flex-direction:column;gap:22px}.person-profile{padding:27px 25px 0}.person-profile h1{font-size:40px}.person-profile>p{font-size:14px}.company-label{font-size:14px}.profile-contact-actions{max-width:260px;margin:23px auto}.profile-details{display:grid;justify-content:center;margin-bottom:24px}.profile-details>div{font-size:14px}.profile-shared{font-size:12px;margin:0 -25px}.reminder-panel{padding:21px}.reminder-heading>h2{font-size:15px}.reminder-panel>p{font-size:14px}.reminder-panel>.btn{font-size:14px}.complete-followup{font-size:12px}.encounter-panel{padding:25px}.encounter-panel>.eyebrow{font-size:12px}.encounter-location h2{font-size:21px}.encounter-panel>p{font-size:14px}.encounter-path>span:not(.path-dash){font-size:12px}.note-heading{flex-direction:row;align-items:center;gap:8px}.note-heading h2{font-size:16px;max-width:200px}.note-heading>span{font-size:12px;white-space:normal;text-align:right}.note-panel textarea{font-size:16px;min-height:200px}.note-bottom>span{font-size:12px}.note-bottom>.btn{font-size:12px;min-height:42px}.quiet-insight>p{font-size:12px}.memory-note{margin-top:32px}.memory-note p{font-size:12px}.studio-grid{display:flex;flex-direction:column-reverse;gap:25px}.studio-preview{position:static;width:100%;padding-top:0}.studio-preview .mini-public-card{display:none}.studio-preview .preview-caption{display:none}.studio-preview .preview-heading{margin:0}.studio-preview>.text-btn{font-size:12px;margin:5px 0 0}.studio-preview{padding:15px 18px;background:#edf1f9;border:1px solid #dfe6f4;border-radius:12px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px}.preview-heading>.eyebrow{display:none}.preview-heading>.badge{font-size:12px;background:none;padding:0}.studio-form{width:100%}.editor-section{padding:23px}.editor-section-title h2{font-size:18px}.editor-section .field-label{font-size:14px}.editor-section .field input,.editor-section .field textarea{font-size:16px}.visibility-row strong{font-size:14px}.visibility-row small{font-size:12px}.visibility-row{padding:18px 0}.privacy-note{font-size:12px}.editor-actions{gap:13px}.editor-actions>.btn{font-size:14px}.editor-actions>span{font-size:12px}.page-heading>.text-btn{font-size:12px}.page-heading>.text-btn .icon{width:15px;height:15px}.focus-share .focus-qr{width:250px;height:250px}.focus-share>p{font-size:14px}.focus-share>.focus-preview-note{font-size:12px}.quick-options small{font-size:12px}.quick-options strong{font-size:15px}.dialog-body>.dialog-footnote{font-size:12px}.dialog-head h2{font-size:22px}.create-card>h1{font-size:47px}.create-card>p{font-size:14px}.form-actions{flex-wrap:wrap}.form-actions .btn{min-width:130px}}
@media(max-width:370px){.workspace{padding-left:16px;padding-right:16px}.tab{padding:8px 12px}.card-controls>.text-btn{font-size:12px}.walkthrough-step{font-size:12px;padding:6px 5px}.share-tools>.btn{font-size:12px}.public-identity h1{font-size:37px}.recipient-stage{padding-left:12px;padding-right:12px}.public-body{padding-left:20px;padding-right:20px}.exchange-card{padding:23px}.recipient-topbar{padding:0 20px}.exchange-intro h1{font-size:31px}.studio-preview>.text-btn{font-size:12px}.encounter-cell{margin-left:0;padding-top:8px}.followup-cell .badge{font-size:12px}.note-heading{align-items:flex-start}}
/* Secondary text remains legible; hierarchy comes from space and weight. */
:root{--muted:#667086}
:is(.nav-label,.breadcrumb,.saved-status,.date-label,.qr-link,.qr-sub,.recent-meta,.walkthrough-label span,.walkthrough-step,.field-hint,.prototype-disclosure,.save-hint,.public-footer,.later-btn,.privacy-caption,.form-or,.optional-fields summary,.optional-fields summary span,.contact-row small,.caption-foot,.preview-label,.connected-description,.connected-context,.connected-save,.connection-names,.import-feedback,.company-label,.person-profile>p,.profile-details>div,.reminder-panel>p,.complete-followup,.people-list-footer,.people-list-footer>span,.person-cell small,.encounter-cell small,.encounter-cell strong,.memory-note p,.memory-note p span,.note-heading>span,.note-bottom>span,.quiet-insight,.editor-actions>span,.preview-caption,.preview-heading>.eyebrow,.privacy-note,.visibility-row small,.quick-options small,.dialog-body>.dialog-footnote,.focus-share>.focus-preview-note,.profile-photo-edit p){color:#65738a}
.recipient-caption>p{color:#65738a}.recipient-caption>.eyebrow{color:#6c7b95}.reciprocity p{color:#63718a}.context-bar .context-text span{color:#63738e}.contact-row strong{font-size:14px}.public-headline{font-size:14px}.people-table-heading{font-size:12px;letter-spacing:.5px;color:#697990}.filter-btn{font-size:14px}.note-panel textarea{color:#576984}.person-row{grid-template-columns:1.2fr 1.4fr .85fr 15px}.people-table-heading{grid-template-columns:1.2fr 1.4fr .85fr 15px}.followup-cell .badge{white-space:normal}.card-controls>.text-btn{white-space:nowrap;flex-shrink:0}.public-footer{line-height:1.6}.preview-label{letter-spacing:1.2px}.connected-card>.eyebrow{font-size:12px;letter-spacing:.5px}.connected-card>.text-btn{flex-wrap:wrap;justify-content:center}.sidebar-tip .text-btn{line-height:1.5;text-align:left}.profile-shared{color:#54725e}.note-panel textarea{font-size:16px}.people-toolbar{flex-wrap:wrap}.people-filters{flex-wrap:wrap}.search{flex:1;min-width:215px}.section-number{color:#6c7e9b}.editor-section .field-label{font-size:14px}.visibility-row strong{font-size:14px}.quick-options strong{font-size:16px}.focus-share>p{color:#65738a}.setup-steps span,.design-principles p{color:#65738a}.setup-steps strong,.design-principles h3{font-size:14px}.form-actions .btn{font-size:14px}.encounter-path>span:not(.path-dash){color:#62799e}.recipient-stage{align-items:center}.walkthrough-step{min-height:44px}.sidebar-tip p{font-size:14px}.page-heading h1{max-width:100%}.person-cell strong{overflow-wrap:anywhere}.preview-save{font-size:12px}.mini-public-body .contact-row strong{font-size:12px}
@media(max-width:1150px){.walkthrough{gap:10px}.walkthrough-step{padding:8px 8px;gap:6px}.walkthrough-label{min-width:148px}.walkthrough-label span{max-width:156px}.date-label{max-width:160px;text-align:right}.card-owner h2{font-size:52px}.person-detail-grid{grid-template-columns:.95fr 1.25fr}}
@media(max-width:900px){.people-table-heading{font-size:12px;letter-spacing:0}.person-row,.people-table-heading{grid-template-columns:1.2fr 1.3fr .85fr 13px}.studio-grid{grid-template-columns:1.15fr 1fr;gap:20px}.mini-public-body{padding:16px}.preview-save{font-size:12px}.mini-public-card .public-identity h1{font-size:31px}.person-detail-grid{grid-template-columns:1fr 1.2fr}.encounter-path{flex-wrap:wrap}.encounter-location h2{font-size:20px}}
@media(max-width:680px){.walkthrough-step{font-size:12px;padding:6px 4px;gap:4px}.walkthrough-step .step-number{font-size:10px}.walkthrough{padding:7px 3px}.walkthrough-steps{align-items:stretch}.walkthrough-step:last-child{white-space:normal;max-width:80px;text-align:center}.tab{font-size:14px;padding:8px 15px}.card-controls>.text-btn{font-size:12px}.card-controls>.text-btn .icon{width:13px}.context-bar .context-text strong{font-size:14px}.context-bar .context-text span{font-size:12px}.context-bar .text-btn{font-size:12px}.card-owner h2{font-size:32px}.card-owner p{font-size:12px}.card-bottom{font-size:12px}.share-tools>.btn{font-size:12px}.public-headline{font-size:16px}.public-identity h1{font-size:43px}.exchange-intro>p{font-size:14px}.person-row{grid-template-columns:1fr auto 13px}.people-filters{gap:0;flex-wrap:nowrap;width:100%}.filter-btn{font-size:14px;padding:9px 10px}.search{width:100%;min-width:0}.person-detail-grid{display:flex}.privacy-note{font-size:12px}.note-heading h2{font-size:17px}.note-heading>span{font-size:12px}.public-footer{font-size:12px}.save-hint{font-size:12px}.reciprocity p{font-size:14px}.later-btn{font-size:14px}.mobile-nav a{font-size:12px}.card-bottom .monogram{display:none}.identity-card .card-owner{min-width:0}.public-column{min-width:0}.focus-personas .tab{font-size:14px}.profile-shared{font-size:12px}.reminder-heading>h2{font-size:16px}.reminder-panel>.btn{font-size:14px}.quick-options small{font-size:12px}.prototype-disclosure{font-size:12px}.recipient-topbar .text-btn{font-size:14px}.sidebar-tip{display:none}.preview-heading>.badge{font-size:12px}}
@media(max-width:370px){.tab{padding:8px 11px}.walkthrough-step{font-size:12px;padding:6px 3px}.walkthrough-step:last-child{max-width:64px}.filter-btn{font-size:12px}.public-identity h1{font-size:37px}.share-tools{gap:5px}.share-tools>.btn{font-size:12px;flex-direction:column;padding:10px 6px}.card-controls>.text-btn{font-size:12px}}
.walkthrough-label{text-align:left;padding:0}.walkthrough-label:hover strong{color:var(--blue)}
@media(max-width:680px){.walkthrough-next.show-notes{display:flex;position:fixed;bottom:145px;right:18px;width:40px;height:40px;min-width:40px;padding:0;justify-content:center;border:1px solid #d3dcef;border-radius:50%;background:white;box-shadow:0 4px 16px #22366318;font-size:0;color:#657a9e}.walkthrough-next.show-notes>.icon{width:17px;height:17px}}
