:root{--ink:#172033;--muted:#64748b;--blue:#1687d9;--deep:#0b65b1;--canvas:#f5f7fb;--line:#e8eaf1;--mint:#37c6a0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--canvas);font-size:16px;line-height:1.55}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0;background:none;color:inherit}button:disabled{cursor:wait;opacity:.55}button,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #1687d980;outline-offset:3px}h1,h2,h3,p{margin:0}h1{font-size:1.7rem;letter-spacing:-.04em;line-height:1.3}h2{font-size:1.35rem;line-height:1.4;letter-spacing:-.025em}h3{font-size:1rem}small,.meta{font-size:.8125rem;color:var(--muted)}.muted{color:var(--muted)}.topbar{height:88px;position:sticky;top:0;z-index:10;background:#fffffff5;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100vw - 1400px)/2));gap:25px;backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0;font-size:1.6rem;font-weight:800;letter-spacing:-.055em;color:var(--deep)}.brand img{border-radius:12px}.brand-note{display:block;font-size:.625rem;letter-spacing:.13em;font-weight:600;color:var(--muted);margin-top:-2px}.header-note{color:var(--muted);font-size:.875rem}.account{display:flex;gap:12px;align-items:center}.account-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600}.layout{display:grid;grid-template-columns:222px minmax(0,690px) 278px;gap:32px;max-width:1400px;margin:auto;padding:32px 28px 80px}.sidebar{position:sticky;top:120px;align-self:start}.nav-link{display:flex;gap:13px;align-items:center;padding:12px 15px;border-radius:12px;font-size:.9375rem;font-weight:550;margin-bottom:5px;color:#526074}.nav-link:hover{background:#edf2f8}.nav-link.active{color:var(--deep);background:#e6f2fc;font-weight:700}.nav-link svg{width:21px;height:21px;flex-shrink:0}.nav-label{margin:23px 15px 10px;font-size:.6875rem;letter-spacing:.12em;color:var(--muted)}.sidebar-foot{display:flex;flex-wrap:wrap;gap:8px 14px;padding:25px 15px;font-size:.75rem;color:var(--muted);border-top:1px solid var(--line);margin-top:25px}.sidebar-foot small{width:100%}main{min-width:0}.rightbar{display:flex;flex-direction:column;gap:22px;align-self:start}.welcome-card{background:#e6f2fc;border:1px solid #d4e7f7;border-radius:20px;padding:27px 23px}.eyebrow{font-size:.6875rem;font-weight:750;letter-spacing:.13em;color:var(--deep)}.welcome-card h2{margin:16px 0 12px;font-size:1.6rem;line-height:1.4;color:#174a76}.welcome-card p,.side-card p{font-size:.875rem;color:#536d83;margin-bottom:22px;line-height:1.75}.text-link{font-size:.875rem;font-weight:700;color:var(--deep)}.side-card{padding:23px!important}.side-card h3{margin-bottom:12px}.side-card p{margin-bottom:14px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;margin-bottom:18px}.rightbar .card{margin:0}.page-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:25px}.page-head p{font-size:.875rem;color:var(--muted);margin-top:7px}.primary,.secondary{display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:11px 18px;border-radius:11px;font-size:.875rem;font-weight:650;min-height:44px}.primary{background:var(--blue);color:#fff}.primary:hover{background:var(--deep)}.secondary{background:#f0f4f9;color:#43566c}.secondary:hover{background:#e5edf6}.danger{color:#b52d37}.full{width:100%}.icon-button{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;width:40px;height:40px;font-size:1.5rem;color:var(--muted)}.icon-button:hover{background:#f0f4f9}.icon{width:20px;height:20px;display:inline-block;vertical-align:middle;flex-shrink:0}.avatar{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;object-fit:cover;background:#e7f1fc;color:var(--deep);font-weight:700;flex-shrink:0}.avatar.large{width:72px;height:72px;font-size:1.4rem}.avatar.small{width:35px;height:35px;font-size:.8rem}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.grow{flex:1;min-width:0}.author{font-size:.9375rem;font-weight:700;overflow-wrap:anywhere}.verified{color:var(--deep);font-size:.75rem;font-weight:600;margin-left:5px}.post-body{white-space:pre-wrap;overflow-wrap:anywhere;font-size:1rem;margin:18px 0;line-height:1.75}.post-tools{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);padding-top:10px;margin-top:16px;flex-wrap:wrap}.action{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:8px 10px;border-radius:9px;color:var(--muted);font-size:.8125rem}.action:hover{background:#f3f7fb}.action.on{color:var(--deep);background:#eaf5ff}.tags{display:flex;flex-wrap:wrap;gap:6px}.tag{font-size:.75rem;background:#edf5fc;color:#366283;padding:4px 10px;border-radius:6px}.media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:15px}.media-grid>*:only-child{grid-column:1/-1}.media-grid img{display:block;width:100%;max-height:520px;object-fit:contain;border-radius:12px;background:#f6f8fb}.media-grid video{width:100%;max-height:500px;border-radius:12px}.composer{padding:18px 22px}.composer-trigger{flex:1;text-align:left;border-radius:12px;background:#f5f7fb;color:var(--muted);padding:14px;font-size:.9375rem}.composer-foot{display:flex;gap:18px;border-top:1px solid var(--line);margin-top:16px;padding-top:12px}.tabs{display:flex;gap:8px;margin-bottom:20px;overflow:auto;scrollbar-width:none}.tab{white-space:nowrap;padding:8px 16px;border-radius:100px;font-size:.875rem;color:var(--muted);min-height:40px}.tab.active{background:var(--ink);color:#fff}.loading,.empty{text-align:center;padding:48px 24px;color:var(--muted)}.empty h2{color:var(--ink);margin:10px 0;font-size:1.2rem}.empty p{max-width:370px;margin:0 auto 20px;font-size:.9375rem}.empty .icon{width:35px;height:35px;color:var(--blue)}.auth-card{padding:32px}.auth-intro{border-bottom:1px solid var(--line);padding-bottom:23px;margin-bottom:22px}.auth-intro p{color:var(--muted);margin-top:10px}.form{display:grid;gap:17px}.field{display:grid;gap:6px;font-size:.875rem;font-weight:550}.field input,.field textarea,.field select,.search-input{width:100%;border:1px solid #dce3ed;border-radius:10px;background:#fff;color:var(--ink);padding:11px 12px;min-height:44px;font-weight:400}.field textarea{resize:vertical;min-height:110px}.field small{font-weight:400}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-error{color:#b52d37;background:#fff0f1;padding:12px;border-radius:9px;font-size:.875rem}.form-error:empty{display:none}.form-note{color:var(--muted);font-size:.8125rem}.auth-switch{text-align:center;margin-top:22px;font-size:.875rem}.link-button{color:var(--deep);font-weight:650;font-size:.875rem;padding:0}.check{display:flex;gap:10px;align-items:flex-start;font-size:.875rem;color:var(--muted)}.check input{margin-top:5px}.search{display:flex;gap:9px;margin-bottom:20px}.search-input{flex:1;min-width:0}.comment{display:flex;gap:10px;margin:20px 0}.comment-content{background:#f5f7fb;border-radius:12px;padding:12px 15px;flex:1;min-width:0}.comment-content p{white-space:pre-wrap;overflow-wrap:anywhere;margin-top:5px;font-size:.9375rem}.split-card{display:flex;gap:15px;align-items:flex-start}.split-card .grow p{color:var(--muted);font-size:.875rem;margin:5px 0 15px}.timeline{border-left:2px solid #dceaf6;padding-left:22px;margin-left:8px}.timeline .card{position:relative}.timeline .card:before{content:"";position:absolute;width:12px;height:12px;border:3px solid #fff;background:var(--blue);border-radius:50%;left:-30px;top:27px;box-shadow:0 0 0 1px #b8d6ee}.progress{height:9px;background:#e5edf4;border-radius:9px;overflow:hidden;margin:18px 0}.progress>div{height:100%;background:var(--blue);border-radius:9px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:center;padding:20px 0}.stats strong{font-size:1.35rem;display:block}.stats span{font-size:.8rem;color:var(--muted)}.notice{padding:15px;background:#edf6fd;border-radius:10px;color:#305779;font-size:.875rem;margin-bottom:20px}.conversation-row{width:100%;text-align:left;margin-bottom:12px}.conversation-row:hover{border-color:#a8d2f0}.badge{border-radius:20px;background:var(--blue);color:#fff;font-size:.75rem;min-width:22px;text-align:center;padding:1px 6px}.messages{display:flex;flex-direction:column;gap:14px;max-height:55vh;overflow-y:auto;padding:8px 0 25px}.message{max-width:85%;align-self:flex-start;background:#eef2f8;padding:12px 16px;border-radius:16px 16px 16px 3px;overflow-wrap:anywhere}.message.mine{align-self:flex-end;background:#e1f1fe;border-radius:16px 16px 3px 16px}.message p{white-space:pre-wrap}.message small{display:block;margin-top:7px}.notification.unread{border-left:3px solid var(--blue)}.notification h3{margin-bottom:7px}.notification p{color:var(--muted);font-size:.9375rem}.notification small{display:block;margin-top:12px}.upload-note{font-size:.8125rem;color:var(--muted)}dialog{border:0;border-radius:20px;box-shadow:0 20px 90px #14294230;width:min(600px,calc(100% - 28px));padding:26px;max-height:90dvh;color:var(--ink)}dialog::backdrop{background:#132b4d66;backdrop-filter:blur(4px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:10px}.dialog-head h2{font-size:1.25rem}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);z-index:30;max-width:calc(100% - 30px);background:#172f47;color:#fff;padding:14px 22px;border-radius:12px;box-shadow:0 6px 30px #17203325;font-size:.875rem}.skip{position:fixed;top:-100px;left:20px;z-index:50;background:#fff;padding:10px}.skip:focus{top:10px}.spaced{margin-top:20px}.section-heading{margin:25px 0 15px}.file-preview{display:flex;gap:8px;flex-wrap:wrap}.file-preview img{width:65px;height:65px;object-fit:cover;border-radius:8px} [hidden]{display:none!important}@media(min-width:1450px){.layout{gap:40px;grid-template-columns:230px minmax(0,730px) 280px}}@media(max-width:1160px){.layout{grid-template-columns:190px minmax(0,1fr);max-width:1050px;gap:25px}.rightbar{display:none}.header-note{display:none}.topbar{padding:0 28px}}@media(max-width:720px){.topbar{height:72px;padding:0 16px;gap:10px}.brand{font-size:1.3rem;gap:8px}.brand img{width:35px;height:35px}.brand-note{font-size:.5rem}.account-name{display:none}.account{gap:4px}.account .primary{padding:8px 12px}.layout{display:block;padding:22px 14px 45px}.sidebar{position:static;margin-bottom:24px}.sidebar nav{display:flex;overflow-x:auto;gap:7px;padding:0 0 5px;scrollbar-width:none}.nav-link{white-space:nowrap;gap:7px;margin:0;padding:9px 13px;font-size:.8125rem;background:#fff;border:1px solid var(--line);border-radius:100px}.nav-link svg{width:17px;height:17px}.nav-label,.sidebar-foot{display:none}.card{padding:19px;border-radius:15px}.page-head{margin-bottom:20px}.page-head h1{font-size:1.45rem}.page-head .primary{padding:9px 13px;font-size:.8125rem}.auth-card{padding:25px 21px}.form-grid{grid-template-columns:1fr}.composer-trigger{font-size:.875rem;padding:11px}.composer-foot{gap:4px}.composer-foot .action{font-size:.75rem;padding:6px 8px}.post-tools{gap:0}.post-tools .action{padding:8px;font-size:.75rem}.post-body{font-size:.9375rem}.tabs{gap:2px}.tab{padding:7px 13px;font-size:.8125rem}.account .avatar{width:35px;height:35px}.header-note{display:none}dialog{padding:20px}#toast{bottom:18px}.split-card{flex-wrap:wrap}}
@media(prefers-reduced-motion:no-preference){.card{animation:appear .18s ease-out}@keyframes appear{from{opacity:.5;transform:translateY(4px)}to{opacity:1;transform:none}}}
.attachment-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.attachment-item{position:relative;margin:0;min-width:0;background:#f3f6fa;border:1px solid var(--line);border-radius:12px;overflow:hidden}.attachment-item img,.attachment-item video{width:100%;height:160px;object-fit:contain;display:block;background:#e8edf4}.attachment-item figcaption{padding:8px 10px;font-size:.8125rem;overflow-wrap:anywhere}.attachment-item small{display:block}.remove-attachment{position:absolute;right:6px;top:6px;width:32px;height:32px;border-radius:50%;background:#fff;color:#9b2331;font-size:1.35rem;box-shadow:0 1px 8px #0002}.upload-status{font-size:.875rem;color:var(--deep);margin-top:8px;overflow-wrap:anywhere}.upload-status:empty{display:none}.comment-content .media-grid{max-width:480px}.comment-content video{max-height:320px}
body.photo-open{overflow:hidden}.photo-viewer{position:fixed;inset:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;border-radius:0;background:#090b0e;color:var(--ink);overflow:hidden}.photo-viewer::backdrop{background:#000}.photo-layout{display:grid;grid-template-columns:minmax(0,1fr) 370px;height:100%}.photo-stage{position:relative;min-width:0;min-height:0;background:#090b0e;color:white}.photo-toolbar{position:absolute;top:0;left:0;right:0;height:70px;padding:12px 18px;display:flex;align-items:center;gap:14px;z-index:2;background:linear-gradient(#090b0edd,transparent)}.photo-toolbar button,.photo-prev,.photo-next{background:#ffffff1f;color:#fff;border-radius:50%;width:44px;height:44px;display:inline-flex;justify-content:center;align-items:center;font-size:1.6rem}.photo-toolbar button:hover,.photo-prev:hover,.photo-next:hover{background:#ffffff35}.photo-counter{font-size:.875rem;color:#e2e8f0}.photo-zoom{display:flex;align-items:center;gap:8px;margin-left:auto}.photo-zoom [data-photo-command="reset"]{font-size:.8125rem;width:60px;border-radius:25px}.photo-canvas{position:absolute;inset:76px 65px 22px;overflow:auto;overscroll-behavior:contain}.photo-full{display:block;width:100%;height:100%;max-width:none;object-fit:contain;cursor:zoom-in}.photo-error{padding:25px;text-align:center;color:#fff}.photo-prev,.photo-next{position:absolute;top:50%;transform:translateY(-50%);font-size:2.4rem;z-index:2}.photo-prev{left:10px}.photo-next{right:10px}.photo-discussion{height:100%;min-width:0;overflow-y:auto;overscroll-behavior:contain;background:white;border-left:1px solid var(--line)}.photo-discussion .card{border:0;border-radius:0;margin:0;padding:22px;border-bottom:1px solid var(--line)}.photo-discussion .post-body{font-size:.9375rem}.photo-discussion .comment{gap:8px}.photo-discussion .comment-content{padding:10px}.photo-discussion .comment-content p{font-size:.875rem}.photo-discussion .attachment-item video,.photo-discussion .attachment-item img{height:95px}.photo-discussion .field small{font-size:.75rem}.photo-discussion .post-tools{gap:0}.photo-discussion .post-tools .action{padding:8px}.media-grid [data-photo]{cursor:zoom-in}.photo-discussion .form textarea{min-height:80px}.photo-discussion .form{gap:12px}@media(max-width:820px){.photo-layout{grid-template-columns:1fr;grid-template-rows:minmax(280px,58dvh) minmax(0,1fr)}.photo-discussion{border-left:0;border-top:1px solid var(--line)}.photo-canvas{inset:65px 45px 12px}.photo-toolbar{height:60px;padding:8px 12px}.photo-toolbar button,.photo-prev,.photo-next{width:36px;height:36px}.photo-prev{left:5px}.photo-next{right:5px}.photo-zoom{gap:4px}.photo-discussion .card{padding:18px}}
.layout.profile-layout{grid-template-columns:minmax(0,1fr);max-width:1200px;margin-inline:auto}.profile-layout>.sidebar,.profile-layout>.rightbar{display:none}.profile-header{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-bottom:25px}.profile-cover{height:300px;background:linear-gradient(115deg,#0b65b1,#1687d9 60%,#37c6a0);position:relative}.profile-cover>a{display:block;width:100%;height:100%}.profile-cover img{width:100%;height:100%;object-fit:cover}.profile-cover-label{position:absolute;right:40px;top:60px;color:#ffffffb0;font-size:3rem;font-weight:800;letter-spacing:-.05em}.cover-button{position:absolute;bottom:20px;right:22px;box-shadow:0 2px 8px #0002}.profile-identity{display:flex;flex-wrap:wrap;align-items:center;gap:20px;padding:0 28px 25px}.profile-avatar{position:relative;margin-top:-42px;flex-shrink:0;z-index:1}.profile-avatar .avatar{width:146px;height:146px;border:5px solid white;font-size:2.5rem;box-shadow:0 1px 4px #0002}.avatar-edit{position:absolute;bottom:9px;right:5px;width:37px;height:37px;display:grid;place-items:center;border:2px solid white;border-radius:50%;background:#e9eef5}.profile-name{padding-top:20px;flex:1;min-width:170px}.profile-name h1{font-size:2rem;overflow-wrap:anywhere}.profile-name p{font-size:.875rem;margin-top:6px}.profile-actions{display:flex;gap:10px;flex-wrap:wrap;padding-top:18px}.profile-tabs{display:flex;border-top:1px solid var(--line);margin:0 25px;gap:6px}.profile-tabs button{padding:18px 22px;font-weight:650;border-bottom:3px solid transparent;color:var(--muted)}.profile-tabs .selected{border-bottom-color:var(--blue);color:var(--deep)}.profile-columns{display:grid;grid-template-columns:310px minmax(0,1fr);gap:24px}.profile-columns .section-heading{margin:0 0 16px}.profile-bio{white-space:pre-wrap;overflow-wrap:anywhere;margin:15px 0;line-height:1.75}.profile-facts{display:grid;gap:13px;margin-top:20px;font-size:.875rem}.profile-facts p{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.profile-facts svg{color:var(--muted)}.profile-mini-photos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:15px}.profile-mini-photos .media-grid{display:block;margin:0}.profile-mini-photos img{aspect-ratio:1;object-fit:cover;border-radius:8px}.profile-photos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}.profile-photos .media-grid{margin:0;display:block}.profile-photos img{aspect-ratio:1;object-fit:cover}@media(max-width:1150px){.profile-columns{grid-template-columns:260px minmax(0,1fr)}.profile-actions{width:100%;justify-content:flex-end}.profile-cover{height:250px}.layout.profile-layout{grid-template-columns:minmax(0,1fr)}}@media(max-width:950px){.profile-columns{grid-template-columns:1fr}.profile-columns>aside{display:none}.profile-photos{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.layout.profile-layout{display:block}.profile-cover{height:190px}.profile-cover-label{font-size:2rem;right:20px;top:30px}.profile-identity{padding:0 18px 20px;gap:12px}.profile-avatar .avatar{width:110px;height:110px}.profile-name h1{font-size:1.5rem}.profile-actions{justify-content:flex-start}.profile-tabs{margin:0 15px}.profile-tabs button{padding:15px}.cover-button{right:12px;bottom:12px;font-size:.75rem;padding:8px}.profile-photos{grid-template-columns:repeat(2,minmax(0,1fr))}}
.nav-badge{margin-left:auto;flex-shrink:0;font-size:.75rem}.buddy-actions{flex-wrap:wrap;gap:8px}.buddy-actions .primary,.buddy-actions .secondary{min-height:40px;padding:8px 14px}

.global-search{display:flex;align-items:center;flex:1;max-width:560px;min-width:0;background:#f1f4f9;border:1px solid var(--line);border-radius:30px;padding:5px 6px 5px 18px;gap:8px}.global-search input{min-width:0;width:100%;border:0;background:transparent;color:var(--ink);font:inherit;outline-offset:2px}.global-search button{white-space:nowrap;border-radius:24px;background:var(--blue);color:white;padding:8px 14px;font-weight:650;font-size:.875rem}@media(max-width:720px){.topbar{height:auto;min-height:72px;flex-wrap:wrap;padding:12px 16px;gap:12px}.global-search{order:3;flex-basis:100%;max-width:none}.global-search input{font-size:16px}.global-search button{padding:8px 12px}}

.sponsored-card{border:1px solid var(--line);background:#fff}.sponsor-label{font-size:.75rem;color:var(--muted);font-weight:650}.sponsored-card h3{margin:8px 0;overflow-wrap:anywhere}.sponsored-image{display:block;width:100%;max-height:480px;object-fit:contain;border-radius:12px;background:var(--canvas);margin-top:12px}.sponsored-footer{display:flex;justify-content:flex-end;margin-top:14px}.sponsored-compact{padding:16px;border-radius:16px;margin-bottom:18px}.sponsored-compact .sponsored-image{max-height:180px;object-fit:cover}.sponsored-compact .post-body{font-size:.8125rem;margin:10px 0}.sponsored-compact .secondary{font-size:.8125rem}

/* Multi-photo collage: keep every photo available to the lightbox. */
.media-grid.media-collage{gap:3px;overflow:hidden;border-radius:12px;aspect-ratio:1;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}
.media-collage>a{position:relative;display:block;min-width:0;min-height:0;overflow:hidden}
.media-collage>a[hidden]{display:none}
.media-grid.media-collage img,.media-grid.media-collage video{display:block;width:100%;height:100%;max-height:none;object-fit:cover;border-radius:0;min-height:0;background:#edf0f4}
.media-grid.media-collage video{object-fit:contain;background:#111}
.media-collage[data-count="2"]{aspect-ratio:4/3;grid-template-rows:minmax(0,1fr)}
.media-collage[data-count="3"]{grid-template-columns:2fr 1fr}
.media-collage[data-count="3"]>:first-child{grid-row:1/3}
.media-collage[data-count="4"]{grid-template-columns:2fr 1fr;grid-template-rows:repeat(3,minmax(0,1fr))}
.media-collage[data-count="4"]>:first-child{grid-row:1/4}
.media-collage[data-count="5"],.media-collage[data-count="6"]{grid-template-rows:repeat(3,minmax(0,1fr))}
.media-more{position:absolute;inset:0;display:grid;place-items:center;background:#0008;color:white;font-size:clamp(1.4rem,4vw,2.6rem);font-weight:700}
.media-collage>a:focus-visible{outline-offset:-4px;outline:3px solid var(--blue)}

.directory-profile-link:hover{color:var(--deep);text-decoration:underline;text-underline-offset:3px}

/* Approved smile wordmark; frame trims only the artwork’s white margins. */
.brand.brand-smile img{width:112px;height:42px;object-fit:cover;object-position:center;border-radius:0;display:block}@media(max-width:720px){.brand.brand-smile img{width:150px;height:56px}}
