@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;1,500;1,600&display=swap";:root{font-family:DM Sans,sans-serif;color:#292b26;background:#f5f4f0;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input{font:inherit}button{cursor:pointer}.auth-shell{display:grid;min-height:100vh;grid-template-columns:44% 56%}.brand-panel{background:#202b24;color:#f5f4f0;padding:42px 9vw 47px 8vw;display:flex;flex-direction:column}.brand-mark{font:500 15px DM Mono,monospace;letter-spacing:.06em;display:flex;align-items:center;gap:9px;text-transform:lowercase}.brand-mark svg{color:#d5c59b}.brand-copy{margin:auto 0;max-width:450px}.eyebrow{font:500 11px DM Mono,monospace;text-transform:uppercase;letter-spacing:.16em;color:#a3ad9e;margin:0 0 20px}h1,h2{font-weight:500;margin:0;letter-spacing:-.035em}.brand-copy h1{font-size:clamp(44px,5vw,70px);line-height:1.03}em{font-family:Playfair Display,serif;font-weight:500}.intro{color:#aeb5ab;font-size:16px;line-height:1.65;max-width:350px;margin:29px 0 0}.quote{border-top:1px solid #455149;padding-top:22px;color:#c3cabf;font:italic 14px/1.55 Playfair Display,serif}.quote span{color:#829083;font:11px DM Mono,monospace;display:block;margin-top:7px;font-style:normal}.form-panel{display:grid;place-items:center;padding:42px 7vw}.form-wrap{width:min(100%,400px)}.form-heading{margin:25px 0 34px}.icon-badge{width:38px;height:38px;display:grid;place-items:center;color:#687964;background:#e6e9e1;border-radius:50%;margin-bottom:24px}.icon-badge.large{width:50px;height:50px;color:#405743;background:#dfe8dc}.form-heading h2{font-size:30px;line-height:1.16}.subheading{color:#74776f;margin:11px 0 0;font-size:14px;line-height:1.5}form label,.label-row label{color:#454841;display:block;font-size:12px;font-weight:600;margin:0 0 8px}.name-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}.label-row{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.input-wrap{height:48px;border:1px solid #d8d9d2;background:#fafaf8;display:flex;align-items:center;gap:11px;padding:0 14px;border-radius:3px;color:#8b9187;transition:border .2s}.input-wrap:focus-within{border-color:#6b7d69;box-shadow:0 0 0 3px #e4eae1}.input-wrap input{border:0;outline:0;background:transparent;color:#292b26;width:100%;font-size:14px}.input-wrap input::placeholder{color:#a9aba4}.text-button{border:0;padding:0;background:none;color:#62745f;font-size:12px;font-weight:600}.text-button:hover{color:#344a37;text-decoration:underline}.primary-button{border:0;border-radius:3px;background:#344a37;color:#fff;height:50px;width:100%;margin-top:25px;font-size:14px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:10px}.primary-button:hover{background:#263a2a}.primary-button:disabled{opacity:.65;cursor:wait}.switch-mode{color:#85877f;font-size:13px;text-align:center;margin:27px 0 0}.privacy{color:#9a9c94;font:11px DM Mono,monospace;display:flex;justify-content:center;align-items:center;gap:6px;margin-top:75px}.privacy svg{color:#8c9c88}.feedback{font-size:12px;line-height:1.45;margin:13px 0 -5px}.feedback.error{color:#a34f43}.feedback.success{color:#53704e}.mobile-brand{display:none}.account-shell{min-height:100vh;padding:38px 8vw;background:#f5f4f0}.account-shell nav{display:flex;justify-content:space-between;align-items:center}.account-shell .brand-mark,.public-shell .brand-mark{color:#344a37}.signout-button{background:none;border:1px solid #d5d8cf;color:#5e665d;padding:9px 14px;display:flex;align-items:center;gap:7px;border-radius:3px;font-size:12px}.account-card{max-width:640px;margin:14vh auto 0}.account-card h1,.public-card h1{font-size:clamp(45px,6vw,78px);line-height:1.02;color:#263329}.account-card .intro{color:#747c71;max-width:440px}.account-detail{border-top:1px solid #d9dbd3;margin-top:55px;padding-top:17px;display:flex;justify-content:space-between;font-size:13px;color:#8b9088}.account-detail strong{color:#414a41;font-weight:500}.profile-form{margin-top:45px}.profile-form .name-fields{margin:0}.form-actions{display:flex;align-items:center;gap:18px;margin-top:22px}.form-actions .primary-button{width:auto;margin:0;padding:0 20px}.edit-button{border:0;background:none;color:#62745f;display:flex;align-items:center;gap:7px;padding:0;margin-top:18px;font-size:12px;font-weight:600}.public-shell{min-height:100vh;padding:38px 8vw;background:#f5f4f0}.public-card{max-width:640px;margin:22vh auto 0}.links-manager{margin-top:74px;padding-top:30px;border-top:1px solid #d9dbd3}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.section-heading .eyebrow{margin-bottom:10px}.section-heading h2{color:#263329;font-size:28px}.section-heading h3{color:#344a37;font-size:20px;font-weight:500;margin:0}.link-count{color:#9a9c94;font:11px DM Mono,monospace;text-transform:uppercase;letter-spacing:.08em}.section-intro{color:#747c71;font-size:14px;line-height:1.5;margin:12px 0 24px}.collections-manager{margin:28px 0 30px;padding:18px;background:#ecefe8;border-radius:3px}.collections-manager .section-heading{align-items:flex-start}.collection-list{display:grid;gap:7px;margin-top:17px}.collection-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;background:#fafaf8;border:1px solid #d8d9d2;color:#414a41;font-size:13px}.collection-item>div{display:flex;gap:13px}.collection-delete{color:#a34f43}.collection-form{display:flex;align-items:center;gap:10px;margin-top:14px}.collection-form .input-wrap{height:40px;flex:1;background:#fafaf8}.secondary-action{height:40px;border:1px solid #b9c4b5;border-radius:3px;background:transparent;color:#405743;padding:0 13px;font-size:12px;font-weight:600;white-space:nowrap}.secondary-action:hover{background:#dfe8dc}.secondary-action:disabled{opacity:.6;cursor:wait}.managed-groups{display:grid;gap:23px}.managed-group-heading{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:9px}.managed-group-heading h3{color:#62745f;font:500 11px DM Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.managed-group-heading span{color:#9a9c94;font:11px DM Mono,monospace}.managed-links{display:grid;gap:8px}.managed-link{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #d8d9d2;background:#fafaf8;border-radius:3px}.managed-link.is-hidden{opacity:.62}.managed-link-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;background:#e6e9e1;color:#62745f;border-radius:3px}.managed-link-copy{min-width:0;flex:1}.managed-link-copy strong,.managed-link-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.managed-link-copy strong{color:#414a41;font-size:13px;font-weight:600}.managed-link-copy span{color:#9a9c94;font-size:11px;margin-top:3px}.managed-link-actions{display:flex;align-items:center;gap:3px}.icon-button{width:29px;height:29px;display:grid;place-items:center;border:0;background:transparent;color:#7d887b;border-radius:3px;padding:0}.icon-button:hover:not(:disabled){background:#e6e9e1;color:#344a37}.icon-button:disabled{opacity:.3;cursor:not-allowed}.icon-button.danger:hover{background:#f4e6e2;color:#a34f43}.link-form{margin-top:27px;padding:22px;background:#ecefe8;border-radius:3px}.link-form-heading{display:flex;align-items:center;gap:12px;margin-bottom:22px}.link-form-heading .icon-badge{margin:0;flex:0 0 auto}.link-form-heading h3{color:#344a37;font-size:16px;margin:0}.link-form-heading p{color:#747c71;font-size:12px;margin:4px 0 0}.link-form label+.input-wrap{margin-bottom:18px}.select-wrap{padding-right:10px}.select-wrap select{width:100%;border:0;outline:0;background:transparent;color:#292b26;font-size:14px}.cancel-link{display:flex;align-items:center;gap:5px}.public-groups{display:grid;gap:32px;margin-top:40px}.public-group h2{color:#62745f;font:500 11px DM Mono,monospace;letter-spacing:.12em;text-transform:uppercase}.public-links{display:grid;gap:12px;margin-top:12px}.public-link{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 20px;border:1px solid #d5d8cf;border-radius:3px;background:#fafaf8;color:#344a37;text-decoration:none;font-size:14px;font-weight:600;transition:border .2s,background .2s,transform .2s}.public-link:hover{border-color:#aab7a5;background:#fff;transform:translateY(-1px)}.public-link svg{color:#81907f;flex:0 0 auto}.avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block;margin-bottom:24px}.avatar-large{width:112px;height:112px}.avatar-fallback{display:grid;place-items:center;background:#dfe8dc;color:#405743;font:500 22px DM Mono,monospace}.file-input{display:block;width:100%;border:1px dashed #c8cec3;background:#fafaf8;color:#747c71;padding:15px;border-radius:3px;font-size:12px;margin-bottom:20px}.file-input::file-selector-button{border:0;background:#e6e9e1;color:#405743;padding:8px 10px;margin-right:10px;border-radius:3px;font:600 12px DM Sans,sans-serif}.landing-shell{min-height:100vh;padding:38px 8vw 47px;background:#f5f4f0;display:flex;flex-direction:column}.landing-nav{display:flex;justify-content:space-between;align-items:center}.landing-nav .brand-mark{color:#344a37}.landing-nav-actions,.account-nav-actions{display:flex;align-items:center;gap:18px}.nav-link{color:#62745f;font-size:12px;font-weight:600;text-decoration:none}.nav-link:hover{color:#344a37;text-decoration:underline}.landing-hero{margin:auto;max-width:650px;align-self:center;width:100%}.landing-hero h1{font-size:clamp(52px,8vw,92px);line-height:1.02;color:#263329}.landing-intro{color:#747c71;font-size:17px;line-height:1.65;max-width:390px;margin:29px 0 0}.landing-actions{display:flex;align-items:center;gap:20px;margin-top:36px}.landing-button{width:auto;margin:0;padding:0 20px;text-decoration:none}.secondary-button{color:#62745f;font-size:12px;font-weight:600;text-decoration:none}.secondary-button:hover{color:#344a37;text-decoration:underline}.landing-quote{border-top:1px solid #d9dbd3;padding-top:22px;color:#747c71;font:italic 14px/1.55 Playfair Display,serif;margin:0}.landing-quote span{color:#9a9c94;font:11px DM Mono,monospace;display:block;margin-top:7px;font-style:normal}@media(max-width:720px){.auth-shell{display:block}.brand-panel{display:none}.form-panel{min-height:100vh;padding:28px 25px;align-items:start}.mobile-brand{display:flex;color:#344a37}.form-heading{margin-top:64px}.privacy{margin-top:55px}.account-shell,.public-shell,.landing-shell{padding:25px}.account-card{margin-top:18vh}.account-detail{display:block}.account-detail strong{display:block;margin-top:7px}.account-nav-actions{gap:10px;flex-wrap:wrap;justify-content:flex-end}.landing-nav-actions{gap:10px}.landing-hero{margin:18vh 0 auto}.landing-actions{align-items:flex-start;flex-direction:column;gap:18px}.name-fields{grid-template-columns:1fr;gap:0}.name-fields>div+div{margin-top:20px}.section-heading{align-items:flex-start;flex-direction:column;gap:8px}.links-manager{margin-top:55px}.managed-link{align-items:flex-start;flex-wrap:wrap}.managed-link-actions{width:100%;justify-content:flex-end}.link-form{padding:18px}.collection-form{align-items:stretch;flex-wrap:wrap}.collection-form .input-wrap{flex-basis:100%}.public-groups{margin-top:30px}.public-links{margin-top:10px}}.dashboard-shell{min-height:100vh;display:flex;background:#f6f6f8;color:#202124}.dashboard-sidebar{width:246px;flex:0 0 246px;display:flex;flex-direction:column;padding:25px 16px 18px;background:#fff;border-right:1px solid #e7e7ea}.sidebar-brand{padding:0 13px 31px}.sidebar-brand .brand-mark{color:#202124;font-weight:600}.sidebar-brand .brand-mark svg{color:#6f20ff}.sidebar-user{display:flex;align-items:center;gap:10px;min-width:0;margin:0 7px 32px;padding:11px 8px;border-radius:9px;background:#f5f5f6}.sidebar-user .avatar{width:34px;height:34px;margin:0;font-size:11px}.sidebar-user strong,.sidebar-user span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user strong{font-size:13px}.sidebar-user span{color:#888a91;font-size:11px;margin-top:3px}.sidebar-label{color:#9a9ba1;font:500 10px DM Mono,monospace;letter-spacing:.12em;text-transform:uppercase;margin:0 13px 9px}.sidebar-nav{display:grid;gap:4px}.sidebar-link{width:100%;display:flex;align-items:center;gap:12px;height:44px;padding:0 13px;border:0;border-radius:8px;background:transparent;color:#686a71;text-align:left;font-size:13px;font-weight:600}.sidebar-link svg{color:#9899a0}.sidebar-link:hover{background:#f5f3ff;color:#6f20ff}.sidebar-link.active{background:#f0eaff;color:#6f20ff}.sidebar-link.active svg{color:#6f20ff}.sidebar-footer{display:grid;gap:8px;margin-top:auto;padding:14px 7px 0;border-top:1px solid #ededee}.sidebar-public-link,.sidebar-signout{display:flex;align-items:center;gap:10px;padding:9px 7px;border:0;background:transparent;color:#6d6e74;font-size:12px;text-decoration:none}.sidebar-public-link:hover,.sidebar-signout:hover{color:#6f20ff}.sidebar-signout{cursor:pointer;text-align:left}.dashboard-content{width:min(100%,1200px);min-width:0;margin:0 auto;padding:38px 52px 72px}.dashboard-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:27px;border-bottom:1px solid #e2e2e5}.dashboard-topbar .eyebrow{color:#9899a0;margin-bottom:8px}.dashboard-topbar h1{font-size:31px;letter-spacing:-.045em}.topbar-actions{display:flex;align-items:center;gap:10px}.outline-button,.dashboard-primary{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:22px;font-size:12px;font-weight:600;text-decoration:none}.outline-button{border:1px solid #d9d9dd;color:#45464b;background:#fff}.outline-button:hover{border-color:#b9a1f8;color:#6f20ff}.dashboard-primary{border:0;background:#7624ff;color:#fff;box-shadow:0 4px 10px #7624ff2e}.dashboard-primary:hover{background:#6418e7}.dashboard-feedback{margin:18px 0 -2px}.links-dashboard{max-width:900px;padding-top:27px}.profile-preview-card{display:flex;align-items:center;gap:14px;padding:17px 19px;border:1px solid #e5e5e8;border-radius:12px;background:#fff}.profile-preview-card .avatar{width:46px;height:46px;margin:0;font-size:13px}.profile-preview-card strong,.profile-preview-card span{display:block}.profile-preview-card strong{font-size:14px}.profile-preview-card span{color:#8d8e94;margin-top:4px;font-size:12px}.preview-link{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:#6f20ff;font-size:12px;font-weight:600;text-decoration:none}.preview-link:hover{text-decoration:underline}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.dashboard-stats>div{padding:18px 20px;border:1px solid #e5e5e8;border-radius:12px;background:#fff}.dashboard-stats span{display:block;color:#898a91;font-size:12px}.dashboard-stats strong{display:block;margin-top:8px;color:#202124;font-size:27px;font-weight:500;letter-spacing:-.04em}.dashboard-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:42px 0 21px}.dashboard-section-heading .eyebrow{color:#9899a0;margin-bottom:8px}.dashboard-section-heading h2{font-size:25px}.dashboard-section-heading p:not(.eyebrow){color:#85868d;font-size:13px;line-height:1.5;margin:9px 0 0}.dashboard-section-heading .link-count{color:#898a91}.dashboard-shell .collections-manager{margin:0 0 25px;padding:20px;border:1px solid #e5e5e8;background:#fff;border-radius:12px}.dashboard-shell .collections-manager .section-heading h3{color:#202124;font-size:16px}.dashboard-shell .collections-manager .eyebrow{color:#9899a0}.dashboard-shell .collection-item{background:#fafafd;border-color:#e6e6ea;border-radius:7px}.dashboard-shell .collection-item+.collection-item{margin-top:7px}.dashboard-shell .collection-form .input-wrap{background:#fff;border-radius:7px}.dashboard-shell .secondary-action{border-radius:20px;color:#6f20ff;border-color:#c9b8f8}.dashboard-shell .secondary-action:hover{background:#f3edff}.dashboard-shell .managed-groups{gap:25px}.dashboard-shell .managed-group{padding:20px;border:1px solid #e5e5e8;border-radius:12px;background:#fff}.dashboard-shell .managed-group-heading{margin-bottom:14px}.dashboard-shell .managed-group-heading h3{color:#777980}.dashboard-shell .managed-link{border-color:#e8e8eb;border-radius:8px;background:#fff}.dashboard-shell .managed-link-icon{background:#f1ebff;color:#7624ff;border-radius:7px}.dashboard-shell .icon-button:hover:not(:disabled){background:#f2edff;color:#6f20ff}.dashboard-shell .link-form{margin-top:25px;border:1px solid #e5e5e8;border-radius:12px;background:#fff}.dashboard-shell .link-form-heading h3{color:#202124}.dashboard-shell .link-form-heading p{color:#85868d}.dashboard-shell .link-form .input-wrap{border-radius:7px;background:#fafafd}.dashboard-shell .link-form .primary-button,.dashboard-shell .profile-form .primary-button{background:#7624ff;border-radius:22px}.dashboard-shell .link-form .primary-button:hover,.dashboard-shell .profile-form .primary-button:hover{background:#6418e7}.settings-panel{max-width:760px;padding-top:35px}.settings-profile-heading{display:flex;align-items:center;gap:24px;padding:24px;border:1px solid #e5e5e8;border-radius:12px;background:#fff}.settings-profile-heading .avatar{margin:0}.settings-profile-heading h2{font-size:26px}.settings-profile-heading .section-intro{margin-bottom:0}.settings-panel .profile-form{margin:20px 0 0;padding:24px;border:1px solid #e5e5e8;border-radius:12px;background:#fff}.settings-panel .account-detail{margin-top:24px;border-top-color:#e5e5e8}.settings-panel .edit-button{margin-top:20px;color:#6f20ff}.settings-panel .file-input{border-radius:8px}.settings-panel .feedback{margin-bottom:0}.social-manager{margin:0 0 25px;padding:20px;border:1px solid #e5e5e8;border-radius:12px;background:#fff}.social-manager .section-heading{align-items:flex-start}.social-manager .section-heading h3{color:#202124;font-size:16px}.social-manager .section-intro{color:#85868d;margin:7px 0 0}.social-platform-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}.social-platform-button{position:relative;min-height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid #e5e5e8;border-radius:10px;background:#fafafd;color:#777980}.social-platform-button:hover,.social-platform-button.is-linked{border-color:#c7b4f4;color:#6f20ff;background:#f8f5ff}.social-platform-icon{display:grid;place-items:center}.social-platform-label{font-size:11px;font-weight:600}.social-platform-action{position:absolute;top:8px;right:8px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#e6e6e9;color:#6f20ff}.social-platform-button.is-linked .social-platform-action{background:#e9defe}.modal-backdrop{position:fixed;z-index:20;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#1c1c226b}.social-modal{position:relative;width:min(100%,390px);padding:30px;border-radius:16px;background:#fff;box-shadow:0 20px 70px #19142833}.modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;background:#f3f3f5;color:#777980}.modal-close:hover{background:#ece8fa;color:#6f20ff}.modal-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:18px;border-radius:14px;background:#f0eaff;color:#6f20ff}.social-modal .eyebrow{color:#9899a0;margin-bottom:7px}.social-modal h3{color:#202124;font-size:25px}.modal-description{color:#85868d;font-size:13px;line-height:1.5;margin:8px 0 23px}.handle-prefix{color:#a0a0a6;font-size:15px}.modal-actions{display:flex;align-items:center;gap:16px}.modal-actions .primary-button{margin-top:18px}.modal-remove{margin-top:18px;color:#a34f43}.modal-remove:hover{color:#812e24}.public-socials{display:flex;align-items:center;gap:10px;margin-top:25px}.public-social{width:40px;height:40px;display:grid;place-items:center;border:1px solid #d5d8cf;border-radius:50%;background:#fafaf8;color:#6b726a;transition:border .2s,color .2s,transform .2s}.public-social:hover{border-color:#aab7a5;color:#344a37;transform:translateY(-1px)}@media(max-width:760px){.dashboard-sidebar{width:72px;flex-basis:72px;padding:22px 10px 14px}.sidebar-brand{padding:0 10px 27px}.sidebar-brand .brand-mark{font-size:0;gap:0}.sidebar-brand .brand-mark svg{width:22px;height:22px}.sidebar-user{justify-content:center;margin:0 0 27px;padding:6px 0;background:transparent}.sidebar-user>div:not(.avatar),.sidebar-label,.sidebar-link span,.sidebar-public-link span,.sidebar-signout span{display:none}.sidebar-user .avatar{width:36px;height:36px}.sidebar-link{justify-content:center;padding:0}.sidebar-footer{padding-left:0;padding-right:0}.sidebar-public-link,.sidebar-signout{justify-content:center;padding-left:0;padding-right:0}.dashboard-content{padding:27px 20px 50px}.dashboard-topbar{align-items:flex-start;flex-direction:column;padding-bottom:21px}.topbar-actions{width:100%}.topbar-actions .outline-button,.topbar-actions .dashboard-primary{flex:1}.dashboard-stats{gap:8px}.dashboard-stats>div{padding:14px 12px}.dashboard-stats strong{font-size:23px}.dashboard-section-heading{align-items:flex-start;flex-direction:column;gap:7px;margin-top:32px}.profile-preview-card{align-items:flex-start;flex-wrap:wrap}.preview-link{width:100%;margin-left:60px}.settings-profile-heading{align-items:flex-start;flex-direction:column;gap:16px}.dashboard-shell .managed-group,.dashboard-shell .collections-manager,.dashboard-shell .link-form,.settings-panel .profile-form{padding:16px}}@media(max-width:520px){.social-platform-grid{grid-template-columns:repeat(2,1fr)}.social-manager{padding:16px}.social-modal{padding:25px 20px}.modal-actions{align-items:stretch;flex-direction:column;gap:0}.modal-remove{margin-top:12px}}.profile-form textarea{display:block;width:100%;min-height:104px;resize:vertical;border:1px solid #d8d9d2;outline:0;background:#fafaf8;color:#292b26;padding:14px;border-radius:3px;font-size:14px;line-height:1.5;transition:border .2s}.profile-form textarea:focus{border-color:#6b7d69;box-shadow:0 0 0 3px #e4eae1}.field-hint{float:right;color:#9a9c94;font:11px DM Mono,monospace;font-weight:400}.public-bio{max-width:500px;margin:20px 0 0;color:#747c71;font-size:16px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}
