:root{--linku-black:#0f0f10;--linku-text:#111;--linku-bg:#faf7f2;--linku-cream:#f2ede3;--linku-card:#fffdf9;--linku-gold:#c8a062;--linku-muted-gold:#b8a06b;--linku-border:#e8ded1;--linku-muted:#6b6676;--linku-success:#3fa66b;--linku-error:#c45b4d;--white:#fff;--shadow-sm:0 8px 30px #0f0f100f;--shadow-md:0 22px 70px #0f0f101f;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--container:1200px;--sidebar:264px;--space-card:24px;--space-section:72px;--space-section-mobile:44px;--space-stack:16px;--space-stack-lg:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--linku-bg);color:var(--linku-text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.55;overflow-x:hidden}body.modal-open{overflow:hidden}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:0}button:disabled{cursor:not-allowed;opacity:.56}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{letter-spacing:-.035em;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.08}p{color:var(--linku-muted);margin:0}.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}.narrow{max-width:820px}.section{padding:104px 0}.cream-section{background:var(--linku-cream)}.dark-section{background:var(--linku-black);color:var(--white)}.eyebrow{letter-spacing:.13em;text-transform:uppercase;color:#8d6e3f;margin-bottom:20px;font-size:12px;font-weight:700;display:inline-block}.eyebrow.light{color:#d5b47e}.section-head{max-width:720px;margin-bottom:48px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section-head.row{justify-content:space-between;align-items:flex-end;gap:24px;max-width:none;display:flex}.section-head h1,.section-head h2{margin-bottom:18px;font-size:clamp(34px,4vw,56px)}.section-head p{max-width:650px;font-size:18px}.section-head.center p{margin:auto}.text-link{color:var(--linku-text);font-weight:600}.text-link:hover{text-decoration:underline}.centered-link{align-self:center}.spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:17px;height:17px;animation:.75s linear infinite spin;display:inline-block}.spinner.large{border-width:3px;width:32px;height:32px}@keyframes spin{to{transform:rotate(360deg)}}.site-header{z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#faf7f2f0;border-bottom:1px solid #e8ded1cc;height:78px;position:relative}.header-inner{align-items:center;gap:32px;height:100%;display:flex}.logo-button,.auth-logo,.wizard-header>button:first-child{padding:0}.logo-button img{width:126px;height:auto}.main-nav{align-items:center;gap:28px;margin-left:34px;display:flex}.main-nav>button{font-size:14px;font-weight:600}.main-nav>button:hover{color:#8d6e3f}.header-actions{align-items:center;gap:18px;margin-left:auto;display:flex}.menu-button,.mobile-nav-actions{display:none}.site-footer{background:var(--linku-black);color:#fff;padding:72px 0 42px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:64px;display:grid}.footer-brand img{filter:invert();width:126px;margin-bottom:22px}.footer-brand p{color:#aaa5b0;max-width:280px;margin-bottom:26px}.footer-brand span{color:#77727d;font-size:12px}.footer-grid>div:not(.footer-brand){flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-grid strong{margin-bottom:8px;font-size:13px}.footer-grid button{color:#aaa5b0;font-size:14px}.footer-grid button:hover{color:#fff}.page-hero,.catalog-hero,.content-hero{text-align:center;border-bottom:1px solid var(--linku-border);background:linear-gradient(#faf7f2 0%,#f5efe6 100%);padding:110px 0 92px}.page-hero h1,.catalog-hero h1,.content-hero h1{max-width:950px;margin:0 auto 22px;font-size:clamp(42px,6vw,72px)}.page-hero p,.catalog-hero p,.content-hero p{max-width:720px;margin:0 auto;font-size:19px}.hero-actions.centered{justify-content:center}.dashboard-shell{grid-template-columns:var(--sidebar) 1fr;background:#f7f4ef;min-height:100vh;display:grid}.dashboard-sidebar{width:var(--sidebar);background:var(--linku-black);color:#fff;z-index:50;flex-direction:column;padding:24px 18px;display:flex;position:fixed;top:0;bottom:0;left:0}.dash-logo{border-bottom:1px solid #29292b;align-items:center;height:48px;padding:0 10px 18px;display:flex}.dash-logo img{filter:invert();width:118px}.sidebar-close{display:none}.dashboard-sidebar nav{flex-direction:column;gap:5px;margin-top:24px;display:flex}.dashboard-sidebar nav button{text-align:left;color:#aaa8ae;border-radius:10px;align-items:center;gap:12px;height:46px;padding:0 13px;font-size:14px;font-weight:600;display:flex}.dashboard-sidebar nav button:hover,.dashboard-sidebar nav button.active{color:#fff;background:#232325}.dashboard-sidebar nav button.active:before{content:"";background:var(--linku-gold);border-radius:2px;width:3px;height:18px;margin-left:-13px}.dashboard-sidebar nav button b{background:var(--linku-gold);color:#111;border-radius:20px;place-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:11px;display:grid}.sidebar-user{border-top:1px solid #29292b;grid-template-columns:36px 1fr 24px;align-items:center;gap:10px;margin-top:auto;padding:18px 8px 0;display:grid}.avatar-small{background:var(--linku-gold);color:#111;border-radius:50%;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.sidebar-user strong,.sidebar-user small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.sidebar-user strong{font-size:13px}.sidebar-user small{color:#88858e;font-size:11px}.sidebar-user button{color:#aaa}.dashboard-main{grid-column:2;min-width:0}.dashboard-topbar{border-bottom:1px solid var(--linku-border);z-index:20;background:#fff;align-items:center;gap:20px;min-height:92px;padding:20px 34px;display:flex;position:sticky;top:0}.dashboard-topbar h1{font-size:27px}.dashboard-topbar p{margin-top:4px;font-size:13px}.topbar-actions{gap:10px;margin-left:auto;display:flex}.dash-menu{display:none}.dashboard-content{max-width:1500px;margin:0 auto;padding:32px 34px 70px}.sidebar-overlay{display:none}.auth-page{background:#fff;grid-template-columns:minmax(480px,1fr) minmax(420px,.85fr);min-height:100vh;display:grid}.auth-page.simple{background:var(--linku-bg);justify-content:center;align-items:flex-start;padding:48px;display:flex}.auth-panel{flex-direction:column;justify-content:center;max-width:760px;padding:56px max(48px,8vw);display:flex}.register-panel{border:1px solid var(--linku-border);border-radius:var(--radius-xl);width:min(620px,100%);box-shadow:var(--shadow-sm);background:#fff;margin:auto;padding:48px}.auth-logo img{width:130px;margin-bottom:64px}.register-panel .auth-logo img{margin-bottom:40px}.auth-copy h1,.register-panel h1{margin-bottom:18px;font-size:clamp(38px,5vw,58px)}.auth-copy p{max-width:530px;font-size:17px}.auth-form{flex-direction:column;gap:18px;margin-top:34px;display:flex}.auth-side{background:var(--linku-black);color:#fff;align-items:flex-end;padding:80px;display:flex;position:relative;overflow:hidden}.auth-side:before{content:"";border:1px solid #3c352b;border-radius:50%;width:430px;height:430px;position:absolute;top:-100px;right:-120px}.auth-side:after{content:"";background:radial-gradient(circle,#c8a06244,#0000 70%);width:260px;height:260px;position:absolute;top:22%;right:12%}.auth-side>div{z-index:1;position:relative}.auth-side span{letter-spacing:.15em;color:#c8a062;font-size:11px}.auth-side h2{max-width:580px;margin:20px 0;font-size:48px}.auth-side p{color:#b5b1ba;max-width:520px;font-size:18px}.auth-legal{margin-top:24px;font-size:12px}.auth-legal button{text-decoration:underline}.wizard-shell{background:#f5f2ed;min-height:100vh}.wizard-header{border-bottom:1px solid var(--linku-border);background:#fff;align-items:center;gap:30px;height:72px;padding:0 32px;display:flex}.wizard-header img{width:112px}.wizard-header span{border-left:1px solid var(--linku-border);padding-left:28px;font-weight:600}.wizard-header>button:last-child{margin-left:auto}.wizard-progress{background:#ebe4da;height:3px}.wizard-progress div{background:var(--linku-gold);height:100%;transition:all .3s}.wizard-main{grid-template-columns:250px minmax(0,780px);gap:56px;max-width:1120px;margin:0 auto;padding:64px 24px 90px;display:grid}.wizard-steps{flex-direction:column;gap:12px;padding-top:28px;display:flex}.wizard-steps button{text-align:left;color:#8b8790;border-radius:10px;grid-template-columns:30px 20px 1fr;align-items:center;gap:10px;padding:10px;font-weight:600;display:grid}.wizard-steps button>span{border:1px solid var(--linku-border);border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;display:grid}.wizard-steps button.active{color:#111;background:#fff}.wizard-steps button.active>span{color:#fff;background:#111;border-color:#111}.wizard-steps button.done>span{color:var(--linku-success);background:#e5f2e9;border-color:#c9e6d2}.wizard-card{border:1px solid var(--linku-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;padding:48px}.wizard-card>h1{margin-bottom:14px;font-size:42px}.wizard-card>p{margin-bottom:34px;font-size:17px}.wizard-actions{border-top:1px solid var(--linku-border);justify-content:space-between;margin-top:38px;padding-top:24px;display:flex}.ready-page,.result-page{background:var(--linku-bg);place-items:center;min-height:100vh;padding:24px;display:grid}.ready-card,.result-card{border:1px solid var(--linku-border);border-radius:var(--radius-xl);width:min(640px,100%);box-shadow:var(--shadow-md);text-align:center;background:#fff;padding:56px}.ready-icon,.result-icon{width:70px;height:70px;color:var(--linku-success);background:#eaf5ed;border-radius:50%;place-items:center;margin:0 auto 24px;display:grid}.result-icon.muted{background:var(--linku-cream);color:var(--linku-muted)}.ready-card h1,.result-card h1{margin-bottom:18px;font-size:46px}.ready-card>p,.result-card>p{font-size:17px}.ready-actions{justify-content:center;gap:12px;margin-top:30px;display:flex}.not-found,.public-unavailable{text-align:center;background:var(--linku-bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:30px;display:flex}.not-found img,.public-unavailable img{width:130px;margin-bottom:60px}.not-found>span{color:#e3d7c5;font:700 100px/1 Space Grotesk}.not-found h1,.public-unavailable h1{margin:20px 0 12px;font-size:44px}.not-found>div{gap:12px;margin-top:28px;display:flex}.btn{white-space:nowrap;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 19px;font-size:14px;font-weight:700;transition:all .18s;display:inline-flex}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn-dark{background:var(--linku-black);color:#fff}.btn-dark:hover{background:#262628}.btn-outline{border-color:var(--linku-border);color:#111;background:#fff}.btn-outline:hover{border-color:#cbbca7}.btn-light{color:#111;background:#fff}.btn-ghost{background:0 0}.icon-btn{border:1px solid var(--linku-border);background:#fff;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.icon-btn.danger{color:var(--linku-error)}.input{color:#111;background:#fff;border:1px solid #dcd2c6;border-radius:10px;outline:none;width:100%;height:48px;padding:0 13px;transition:all .15s}.input:focus{border-color:#a68049;box-shadow:0 0 0 3px #c8a06224}.textarea{resize:vertical;height:auto;min-height:110px;padding:12px 13px}.field{flex-direction:column;gap:7px;display:flex}.field>span{font-size:13px;font-weight:700}.field>span b{color:var(--linku-error)}.field small{color:#817b85;font-size:11px}.field-error small{color:var(--linku-error)}.form-stack{flex-direction:column;gap:20px;display:flex}.form-grid-two{grid-template-columns:1fr 1fr;gap:18px;display:grid}.slug-input{background:#fff;border:1px solid #dcd2c6;border-radius:10px;height:48px;display:flex;overflow:hidden}.slug-input span{color:#8b858e;white-space:nowrap;align-items:center;padding:0 0 0 13px;font-size:13px;display:flex}.slug-input .input{box-shadow:none;border:0;padding-left:3px}.toggle-row{align-items:flex-start;gap:12px;display:flex}.toggle{background:#d8d4ce;border-radius:20px;flex:none;width:42px;height:24px;padding:3px;transition:all .2s}.toggle span{background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;display:block;box-shadow:0 1px 4px #0002}.toggle.on{background:var(--linku-black)}.toggle.on span{transform:translate(18px)}.toggle-row>span strong,.toggle-row>span small{display:block}.toggle-row>span strong{font-size:13px}.toggle-row>span small{color:var(--linku-muted);margin-top:2px;font-size:12px}.hero{background:radial-gradient(circle at 78% 18%,#c8a0622e,transparent 26%),var(--linku-bg);padding:94px 0 110px}.hero-grid{grid-template-columns:1.03fr .97fr;align-items:center;gap:70px;display:grid}.hero-copy h1{max-width:720px;margin-bottom:26px;font-size:clamp(52px,6vw,82px)}.hero-copy>p{max-width:610px;font-size:20px}.hero-actions{gap:12px;margin-top:34px;display:flex}.trust-row{flex-wrap:wrap;gap:20px;margin-top:28px;display:flex}.trust-row span{color:#67616c;align-items:center;gap:6px;font-size:12px;display:flex}.hero-product{position:relative}.browser-frame{background:#fff;border:1px solid #d9cdbc;border-radius:22px;overflow:hidden;transform:rotate(1.2deg);box-shadow:0 35px 100px #2a20132e}.browser-bar{background:#f5f0e8;border-bottom:1px solid #e7ddd0;align-items:center;gap:6px;height:46px;padding:0 15px;display:flex}.browser-bar i{background:#cabdac;border-radius:50%;width:8px;height:8px}.browser-bar span{color:#7d7580;background:#fff;border:1px solid #e5dccf;border-radius:8px;margin:auto;padding:4px 36px;font-size:10px}.profile-mini{padding:34px}.mini-head{align-items:center;gap:16px;display:flex}.mini-head img{object-fit:cover;border-radius:50%;width:76px;height:76px}.mini-head h3{margin:4px 0;font-size:25px}.mini-head p{font-size:13px}.verified{text-transform:uppercase;letter-spacing:.12em;color:#9b753b;font-size:9px}.profile-mini>p{margin:22px 0;font-size:13px;line-height:1.6}.mini-stats{border:1px solid #eee5da;border-radius:12px;grid-template-columns:repeat(3,1fr);margin-bottom:20px;display:grid}.mini-stats div{text-align:center;border-right:1px solid #eee5da;padding:14px 10px}.mini-stats div:last-child{border:0}.mini-stats b,.mini-stats span{display:block}.mini-stats b{font:700 15px Space Grotesk}.mini-stats span{color:#88808b;font-size:8px}.profile-mini>button{color:#fff;background:#111;border-radius:9px;justify-content:center;align-items:center;gap:7px;width:100%;height:44px;font-size:12px;font-weight:700;display:flex}.floating-note{border:1px solid var(--linku-border);box-shadow:var(--shadow-md);background:#fff;border-radius:14px;align-items:center;gap:11px;padding:14px 18px;display:flex;position:absolute;bottom:-30px;left:-34px}.floating-note>svg{color:var(--linku-gold)}.floating-note strong,.floating-note span{display:block}.floating-note strong{font-size:12px}.floating-note span{color:var(--linku-muted);font-size:10px}.logo-strip{border-top:1px solid var(--linku-border);border-bottom:1px solid var(--linku-border);background:#fff;padding:24px 0}.logo-strip .container{justify-content:space-between;align-items:center;gap:30px;display:flex}.logo-strip span{color:#817b85;font-size:12px}.logo-strip div div{gap:32px;display:flex}.logo-strip b{color:#514d54;font:600 13px Space Grotesk}.feature-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.feature-card{border:1px solid var(--linku-border);border-radius:var(--radius-md);background:#fff;min-height:250px;padding:30px}.feature-card.large{min-height:280px}.feature-icon{background:var(--linku-cream);color:#8e6e3e;border-radius:11px;place-items:center;width:44px;height:44px;margin-bottom:46px;display:grid}.feature-card h3{margin-bottom:12px;font-size:22px}.feature-card p{font-size:14px}.split-section{grid-template-columns:1fr 1fr;align-items:center;gap:100px;display:grid}.split-section h2{margin-bottom:22px;font-size:clamp(40px,5vw,64px)}.split-section>div:first-child>p{color:#b8b4bd;margin-bottom:30px;font-size:18px}.dark-list{border-top:1px solid #333}.dark-list>div{border-bottom:1px solid #333;grid-template-columns:55px 1fr;align-items:center;padding:22px 0;display:grid}.dark-list span{color:var(--linku-gold);font-size:12px}.dark-list p{color:#fff;font:600 19px Space Grotesk}.light-split h2{font-size:50px}.steps-list{flex-direction:column;gap:12px;display:flex}.steps-list>div{border:1px solid var(--linku-border);background:#fff;border-radius:12px;align-items:center;gap:16px;padding:18px;display:flex}.steps-list b{background:var(--linku-black);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-size:12px;display:grid}.cta-panel{justify-content:space-between;align-items:center;gap:40px;display:flex}.cta-panel h2{max-width:800px;font-size:40px}.creator-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.creator-card{border:1px solid var(--linku-border);border-radius:var(--radius-md);text-align:left;background:#fff;position:relative;overflow:hidden}.creator-card:not(.catalog-card){grid-template-columns:145px 1fr;display:grid}.creator-card>img,.creator-main>img{object-fit:cover;width:100%;height:100%;min-height:210px}.creator-card>div,.creator-main>div{padding:24px}.creator-card span,.creator-main span{letter-spacing:.08em;text-transform:uppercase;color:#98713b;font-size:10px}.creator-card h3,.creator-main h3{margin:8px 0 4px;font-size:21px}.creator-card h3 i,.creator-main h3 i,.brand-card h3 i{color:var(--linku-success);margin-left:5px;font-size:13px;font-style:normal}.creator-card p,.creator-main p{font-size:13px}.creator-card small,.creator-main small{color:#7c7680;margin-top:18px;display:block}.creator-grid.compact .creator-card{grid-template-columns:125px 1fr}.creator-grid.compact .creator-card>img{min-height:180px}.catalog-search,.resource-search{border:1px solid var(--linku-border);max-width:690px;height:58px;box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;align-items:center;gap:10px;margin:36px auto 0;padding:0 18px;display:flex}.catalog-search input,.resource-search input{background:0 0;border:0;outline:0;flex:1}.catalog-section{padding-top:50px}.filters{border-bottom:1px solid var(--linku-border);align-items:center;gap:12px;padding-bottom:24px;display:flex}.filters>div{align-items:center;gap:7px;margin-right:5px;font-weight:700;display:flex}.filters select{border:1px solid var(--linku-border);background:#fff;border-radius:9px;height:40px;padding:0 32px 0 12px}.filters>button{margin-left:auto;font-size:12px;text-decoration:underline}.catalog-meta{justify-content:space-between;margin:24px 0;display:flex}.catalog-meta span{color:var(--linku-muted);font-size:12px}.catalog-card{padding-bottom:18px}.creator-main{text-align:left;grid-template-columns:125px 1fr;width:100%;display:grid}.creator-main>img{min-height:190px}.creator-card-actions{padding:0 18px}.creator-card-actions .btn{width:100%}.save-button{z-index:3;background:#fff;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 5px 15px #0002}.save-button.saved{color:#fff;background:#111}.brand-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.brand-card{border:1px solid var(--linku-border);border-radius:var(--radius-md);background:#fff;grid-template-columns:58px 1fr auto;align-items:center;gap:20px;padding:28px;display:grid}.brand-mark{background:var(--linku-black);color:#fff;border-radius:13px;place-items:center;width:58px;height:58px;font:700 24px Space Grotesk;display:grid}.brand-card>div:nth-child(2)>span{text-transform:uppercase;color:#98713b;font-size:10px}.brand-card h3{margin:5px 0}.brand-card p{font-size:13px}.brand-card small{color:#8b858e;font-size:11px}.catalog-cta{background:var(--linku-black);color:#fff;border-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin-top:50px;padding:40px;display:flex}.catalog-cta h2{margin-bottom:8px;font-size:32px}.empty-state{text-align:center;color:var(--linku-muted);padding:70px 20px}.empty-state svg{color:var(--linku-gold)}.empty-state h3{color:#111;margin:14px 0 8px}.empty-state.small{padding:42px 20px}.dashboard-empty{border:1px solid var(--linku-border);border-radius:var(--radius-md);background:#fff}.role-switch{background:var(--linku-cream);border-radius:12px;grid-template-columns:1fr 1fr;gap:8px;margin-top:28px;padding:6px;display:grid}.role-switch button{color:#77717b;border-radius:9px;justify-content:center;align-items:center;gap:8px;height:48px;font-weight:700;display:flex}.role-switch button.active{color:#111;background:#fff;box-shadow:0 2px 10px #0001}.code-input{letter-spacing:.35em;text-align:center;font-size:24px;font-weight:700}.inline-message{border-radius:10px;align-items:flex-start;gap:10px;padding:13px;display:flex}.inline-message.error{color:#8f3e34;background:#fbefed}.inline-message.success{color:#2f7d4d;background:#edf7f0}.inline-message strong,.inline-message p{font-size:12px;display:block}.inline-message p{color:inherit;opacity:.82}.category-picker{flex-wrap:wrap;gap:9px;margin-bottom:28px;display:flex}.category-picker button{border:1px solid var(--linku-border);background:#fff;border-radius:30px;padding:9px 14px;font-size:13px;font-weight:600}.category-picker button.selected{color:#fff;background:#111;border-color:#111}.wizard-summary{border:1px solid var(--linku-border);border-radius:16px;overflow:hidden}.summary-profile{background:var(--linku-cream);align-items:center;gap:17px;padding:22px;display:flex}.summary-profile img{object-fit:cover;border-radius:50%;width:70px;height:70px}.summary-profile span{color:#8d6e3f;font-size:11px}.summary-profile h2{margin:4px 0;font-size:24px}.wizard-summary dl{margin:0;padding:8px 22px}.wizard-summary dl>div{border-bottom:1px solid var(--linku-border);padding:16px 0}.wizard-summary dl>div:last-child{border:0}.wizard-summary dt{text-transform:uppercase;color:#8f8993;margin-bottom:5px;font-size:11px}.wizard-summary dd{margin:0}.ready-next{border-top:1px solid var(--linku-border);text-align:left;flex-direction:column;gap:12px;margin-top:36px;padding-top:26px;display:flex}.ready-next>strong{margin-bottom:4px}.ready-next span{color:#68636c;align-items:center;gap:12px;display:flex}.ready-next b{background:var(--linku-cream);color:#7d6034;border-radius:50%;place-items:center;width:26px;height:26px;font-size:11px;display:grid}.public-profile{background:#f7f3ed;min-height:100vh}.profile-top{border-bottom:1px solid var(--linku-border);background:#fff;justify-content:space-between;align-items:center;height:74px;padding:0 34px;display:flex}.profile-top>button img{width:112px}.profile-top>div{align-items:center;gap:10px;display:flex}.profile-top>div>button:first-child{color:#77717b;align-items:center;gap:6px;font-size:12px;display:flex}.profile-page{max-width:1100px;margin:0 auto}.profile-hero{grid-template-columns:240px 1fr;align-items:center;gap:55px;padding:80px 30px 62px;display:grid}.profile-avatar{position:relative}.profile-avatar>img{object-fit:cover;width:230px;height:230px;box-shadow:var(--shadow-md);border:8px solid #fff;border-radius:50%}.profile-avatar>span{background:var(--linku-success);color:#fff;border:4px solid #fff;border-radius:50%;place-items:center;width:32px;height:32px;font-size:12px;display:grid;position:absolute;bottom:23px;right:17px}.profile-label,.profile-section-head>span,.profile-contact>div>span{letter-spacing:.14em;color:#8d6e3f;font-size:10px;font-weight:700}.profile-intro h1{margin:10px 0 4px;font-size:58px}.profile-title{color:#363238;font:600 19px Space Grotesk}.profile-bio{max-width:680px;margin:22px 0;font-size:16px}.profile-meta{color:#79737d;gap:15px;font-size:12px;display:flex}.profile-cta{gap:10px;margin-top:26px;display:flex}.profile-stats{color:#fff;background:#111;border-radius:18px;grid-template-columns:repeat(4,1fr);margin:0 30px;display:grid;overflow:hidden}.profile-stats div{text-align:center;border-right:1px solid #333;padding:27px}.profile-stats div:last-child{border:0}.profile-stats b,.profile-stats span{display:block}.profile-stats b{font:700 24px Space Grotesk}.profile-stats span{color:#aaa5b0;margin-top:3px;font-size:10px}.profile-section{padding:82px 30px}.profile-section-head{max-width:660px;margin-bottom:35px}.profile-section-head h2{margin:8px 0 12px;font-size:42px}.offer-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.offer-grid article{border:1px solid var(--linku-border);background:#fff;border-radius:15px;flex-direction:column;min-height:240px;padding:25px;display:flex}.offer-grid h3{font-size:20px}.offer-grid p{margin:12px 0 20px;font-size:13px}.offer-grid strong{margin-top:auto}.offer-grid button{align-items:center;gap:6px;margin-top:18px;font-size:12px;font-weight:700;display:flex}.cases-section{border-top:1px solid var(--linku-border)}.case-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.case-grid article{border:1px solid var(--linku-border);background:#fff;border-radius:15px;overflow:hidden}.case-grid img{object-fit:cover;width:100%;height:200px}.case-grid article>div{padding:18px}.case-grid h3{font-size:18px}.case-grid p{margin-top:4px;font-size:12px}.profile-contact{color:#fff;background:#111;border-radius:20px;justify-content:space-between;align-items:center;margin:0 30px 80px;padding:45px;display:flex}.profile-contact h2{max-width:650px;margin:8px 0;font-size:38px}.profile-contact p{color:#aaa5b0}.profile-footer{border-top:1px solid var(--linku-border);background:#fff;align-items:center;gap:18px;height:78px;padding:0 34px;display:flex}.profile-footer img{width:95px}.profile-footer span{color:#8b858e;font-size:11px}.profile-footer button{margin-left:auto;font-size:12px;font-weight:700}.template-signature{color:#fff;background:#111}.template-signature .profile-top,.template-signature .profile-footer{background:#181819;border-color:#333}.template-signature .profile-top img,.template-signature .profile-footer img{filter:invert()}.template-signature .profile-title,.template-signature .profile-bio,.template-signature .profile-meta{color:#bbb}.template-signature .offer-grid article,.template-signature .case-grid article{background:#1d1d1f;border-color:#333}.template-editorial .profile-hero{grid-template-columns:320px 1fr}.template-editorial .profile-avatar>img{border-radius:18px;width:310px;height:380px}.template-editorial .profile-avatar>span{bottom:9px;right:9px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a0a0b9e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:20px;width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;box-shadow:0 30px 100px #0005}.modal-head{border-bottom:1px solid var(--linku-border);z-index:2;background:#fff;align-items:center;height:70px;padding:0 24px;display:flex;position:sticky;top:0}.modal-head h2{font-size:22px}.modal-head .icon-btn{margin-left:auto}.modal-body{padding:26px}.modal-form{flex-direction:column;gap:18px;display:flex}.form-consent{color:#77717c;gap:7px;font-size:11px;display:flex}.success-panel{text-align:center;padding:20px 10px}.success-panel>span{width:58px;height:58px;color:var(--linku-success);background:#eaf5ed;border-radius:50%;place-items:center;margin:0 auto 18px;display:grid}.success-panel h3,.success-panel h2{margin-bottom:10px;font-size:28px}.success-panel p{margin-bottom:24px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.inquiry-detail{flex-direction:column;gap:14px;display:flex}.detail-pair{border-bottom:1px solid var(--linku-border);justify-content:space-between;gap:20px;padding-bottom:10px;display:flex}.detail-pair span{color:var(--linku-muted)}.message-box{background:var(--linku-cream);color:#4d4851;border-radius:11px;padding:17px}.templates-page .section-head h1{font-size:56px}.template-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.template-card{border:1px solid var(--linku-border);background:#fff;border-radius:18px;padding:18px}.template-preview{background:#f5f1ea;border-radius:12px;height:330px;margin-bottom:20px;padding:20px;overflow:hidden}.tp-logo{font:700 18px Space Grotesk}.tp-profile{text-align:center;margin-top:44px}.tp-profile img{object-fit:cover;border-radius:50%;width:70px;height:70px;margin:0 auto 12px}.tp-profile span{background:#d7cec1;border-radius:5px;height:7px;margin:7px auto;display:block}.tp-profile span:first-of-type{background:#111;width:100px}.tp-profile span:nth-of-type(2){width:140px}.tp-profile span:nth-of-type(3){width:120px}.tp-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:38px;display:grid}.tp-grid i{background:#fff;border:1px solid #e4dacd;border-radius:8px;height:80px}.t-editorial .template-preview{background:#fff}.t-editorial .tp-profile{text-align:left}.t-editorial .tp-profile img{border-radius:8px;margin-left:0}.t-editorial .tp-profile span{margin-left:0}.t-signature .template-preview{color:#fff;background:#151516}.t-signature .tp-profile span{background:#444}.t-signature .tp-profile span:first-of-type{background:#fff}.t-signature .tp-grid i{background:#222;border-color:#333}.template-card>span{text-transform:uppercase;letter-spacing:.1em;color:#98713b;font-size:10px}.template-card h2{margin:6px 0;font-size:25px}.template-card p{min-height:42px;margin-bottom:18px;font-size:13px}.dashboard-grid{gap:18px;display:grid}.dashboard-grid.two{grid-template-columns:1fr 1fr}.dashboard-grid.three{grid-template-columns:repeat(3,1fr)}.stats-cards{grid-template-columns:repeat(4,1fr);margin-bottom:18px}.stats-cards article{border:1px solid var(--linku-border);background:#fff;border-radius:14px;padding:22px}.stats-cards span,.stats-cards strong,.stats-cards small{display:block}.stats-cards span{color:#77717c;font-size:11px}.stats-cards strong{margin:8px 0 2px;font:700 32px Space Grotesk}.stats-cards small{color:#8e8892;font-size:10px}.panel-card{border:1px solid var(--linku-border);background:#fff;border-radius:15px;padding:24px}.panel-card-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.panel-card-head>div>span,.current-plan>div>span,.quick-actions>div>span,.form-card .panel-card-head span{letter-spacing:.12em;color:#98713b;font-size:9px;font-weight:700}.panel-card-head h2,.current-plan h2,.quick-actions h2{margin-top:4px;font-size:23px}.panel-card-head>button{color:#7e6036;font-size:11px;font-weight:700}.status-pill{text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:700}.status-pill.success{color:#287749;background:#eaf5ed}.status-pill.muted{color:#706a73;background:#eeece9}.status-pill.gold{color:#8a652e;background:#f5ead8}.profile-panel-preview{background:var(--linku-cream);border-radius:12px;align-items:center;gap:15px;padding:18px;display:flex}.profile-panel-preview img{object-fit:cover;border-radius:50%;width:62px;height:62px}.profile-panel-preview h3{font-size:20px}.profile-panel-preview p{font-size:12px}.profile-panel-preview small{color:#8c858e;font-size:10px}.completion{margin-top:20px}.completion>div:first-child{justify-content:space-between;font-size:11px;display:flex}.completion>div:last-child{background:#ede8e0;border-radius:5px;height:6px;margin-top:8px;overflow:hidden}.completion i{background:var(--linku-gold);height:100%;display:block}.card-actions{gap:10px;margin-top:22px;display:flex}.card-actions .btn{flex:1}.inquiry-list>button{text-align:left;border-bottom:1px solid var(--linku-border);grid-template-columns:10px 1fr auto;align-items:center;gap:10px;width:100%;padding:12px 0;display:grid}.inquiry-list>button:last-child{border:0}.dot{background:#aaa;border-radius:50%;width:7px;height:7px}.dot.new{background:var(--linku-gold)}.inquiry-list strong{font-size:12px}.inquiry-list p{font-size:10px}.inquiry-list small{color:#8b858e;font-size:9px}.quick-actions{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.quick-actions>div:last-child{gap:10px;display:flex}.quick-actions button{border:1px solid var(--linku-border);border-radius:10px;align-items:center;gap:8px;padding:12px 14px;font-size:12px;font-weight:600;display:flex}.editor-layout{grid-template-columns:minmax(0,1fr) 270px;align-items:start;gap:18px;display:grid}.editor-main,.form-card{flex-direction:column;gap:18px;display:flex}.save-panel{color:#fff;background:#111;border-radius:15px;padding:20px;position:sticky;top:120px}.save-panel>div{border-bottom:1px solid #333;margin-bottom:18px;padding-bottom:18px}.save-panel strong{font-size:13px}.save-panel p{color:#aaa5b0;margin-top:6px;font-size:11px}.save-panel .btn{width:100%;margin-top:8px}.saved-dot,.unsaved-dot{border-radius:50%;width:8px;height:8px;margin-right:7px;display:inline-block}.saved-dot{background:var(--linku-success)}.unsaved-dot{background:var(--linku-gold)}.repeat-list{flex-direction:column;gap:10px;display:flex}.repeat-row{grid-template-columns:160px 1fr 120px 40px;align-items:center;gap:10px;display:grid}.offer-editor{grid-template-columns:1fr 1fr;gap:12px;display:grid}.offer-editor article{border:1px solid var(--linku-border);border-radius:12px;flex-direction:column;gap:10px;padding:15px;display:flex}.offer-editor-head{grid-template-columns:1fr 38px;gap:8px;display:grid}.filter-tabs{flex-wrap:wrap;gap:5px;display:flex}.filter-tabs button{color:#77717b;border-radius:7px;padding:7px 10px;font-size:10px}.filter-tabs button.active{color:#fff;background:#111}.inquiries-table,.users-table,.payments-table,.brief-table{overflow-x:auto}.table-head,.table-row{align-items:center;gap:12px;min-width:760px;display:grid}.users-table .table-head,.users-table .table-row{grid-template-columns:1.5fr 1fr .6fr .8fr .8fr}.payments-table .table-head,.payments-table .table-row{grid-template-columns:1.4fr .7fr .7fr .7fr .9fr}.brief-table .table-head,.brief-table .table-row{grid-template-columns:1.7fr .8fr .8fr .8fr .7fr}.admin-table .table-head,.admin-table .table-row{grid-template-columns:1fr 1fr 1.6fr .7fr .8fr}.table-head{border-bottom:1px solid var(--linku-border);text-transform:uppercase;color:#8c858f;padding:10px 12px;font-size:9px}.table-row{border-bottom:1px solid var(--linku-border);padding:13px 12px;font-size:12px}.table-row:last-child{border:0}.table-row select{border:1px solid var(--linku-border);background:#fff;border-radius:8px;height:34px;padding:0 7px}.brand-cell,.subject-cell{text-align:left;align-items:center;gap:9px;display:flex}.brand-cell>span,.user-cell>span{background:var(--linku-cream);border-radius:9px;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.brand-cell strong,.brand-cell small,.subject-cell strong,.subject-cell small,.user-cell strong,.user-cell small,.brief-table strong,.brief-table small{display:block}.brand-cell small,.subject-cell small,.user-cell small,.brief-table small{color:#8a848e;font-size:9px}.subject-cell{display:block}.current-plan{background:var(--linku-black);color:#fff;justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.current-plan p{color:#aaa5b0;margin-top:6px}.current-plan>div:last-child{text-align:right}.current-plan>div:last-child strong{font:700 32px Space Grotesk;display:block}.current-plan>div:last-child span{color:#aaa;font-size:11px}.plans-small article{border:1px solid var(--linku-border);background:#fff;border-radius:14px;padding:22px}.plans-small article.active-plan{border-color:var(--linku-gold);box-shadow:0 0 0 2px #c8a06221}.plans-small article>span{text-transform:uppercase;color:#98713b;font-size:11px}.plans-small h3{margin:7px 0;font-size:27px}.plans-small h3 small{font:400 11px Inter}.plans-small ul{margin:18px 0;padding:0;list-style:none}.plans-small li{align-items:center;gap:7px;margin:9px 0;font-size:11px;display:flex}.plans-small .btn{width:100%}.billing-cancel{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.billing-cancel p{font-size:12px}.payment-note{color:#746e77;justify-content:center;align-items:flex-start;gap:10px;max-width:860px;margin:28px auto 0;display:flex}.payment-note p{font-size:11px}.payment-note button{text-decoration:underline}.brand-next-steps{flex-direction:column;gap:12px;margin:24px 0;display:flex}.brand-next-steps>div{align-items:center;gap:12px;display:flex}.brand-next-steps b{background:var(--linku-cream);border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;display:grid}.panel-lead{font-size:14px}.brief-list{flex-direction:column;gap:10px;display:flex}.brief-list article{border:1px solid var(--linku-border);border-radius:10px;justify-content:space-between;gap:15px;padding:14px;display:flex}.brief-list article span{color:#98713b;font-size:9px}.brief-list h3{margin:3px 0;font-size:15px}.brief-list p{font-size:10px}.brief-list small{white-space:nowrap;font-size:10px}.soft-empty{text-align:center;color:#8b858e;padding:25px}.admin-badge{letter-spacing:.12em;color:#fff;background:#111;border-radius:7px;padding:7px 10px;font-size:10px}.admin-attention{flex-direction:column;display:flex}.admin-attention>button{text-align:left;border-bottom:1px solid var(--linku-border);grid-template-columns:40px 1fr 20px;align-items:center;gap:12px;padding:13px 0;display:grid}.admin-attention>button:last-child{border:0}.attention-icon{background:var(--linku-cream);border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.admin-attention strong,.admin-attention p{display:block}.admin-attention p{font-size:10px}.user-cell{align-items:center;gap:9px;display:flex}.plan-label{text-transform:uppercase;font-size:9px;font-weight:700}.reports-list{flex-direction:column;gap:12px;display:flex}.reports-list article{border:1px solid var(--linku-border);border-radius:12px;padding:18px}.report-head{justify-content:space-between;margin-bottom:12px;display:flex}.report-head>div{align-items:center;gap:10px;display:flex}.report-head h3{font-size:18px}.report-head small{font-size:10px}.reports-list article>strong{font-size:12px}.reports-list article>p{margin:6px 0 15px;font-size:12px}.activity-list>div{border-bottom:1px solid var(--linku-border);grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:11px 0;display:grid}.activity-list>div:last-child{border:0}.activity-icon{background:var(--linku-cream);border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.activity-list strong{font-size:11px}.activity-list p,.activity-list small{font-size:9px}.content-tabs{justify-content:center;gap:6px;margin-bottom:30px;display:flex}.content-tabs button{color:#77717c;border-radius:9px;padding:10px 15px;font-weight:700}.content-tabs button.active{color:#fff;background:#111}.category-chips{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:42px;display:flex}.category-chips button{border:1px solid var(--linku-border);background:#fff;border-radius:25px;padding:7px 12px;font-size:11px}.category-chips button.active{color:#fff;background:#111;border-color:#111}.article-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.article-grid article{border:1px solid var(--linku-border);background:#fff;border-radius:15px;overflow:hidden}.article-visual{color:#fff;background:linear-gradient(140deg,#1a191a,#5d4c35);height:180px;padding:18px;position:relative}.article-visual>span{letter-spacing:.12em;font-size:9px}.visual-lines{position:absolute;bottom:25px;left:18px;right:18px}.visual-lines i{background:#ffffffb8;border-radius:3px;height:4px;margin-top:7px;display:block}.visual-lines i:first-child{width:76%}.visual-lines i:nth-child(2){width:55%}.visual-lines i:nth-child(3){background:var(--linku-gold);width:34%}.article-card-body{padding:22px}.article-card-body>span{color:#8b858e;font-size:9px}.article-card-body h2{margin:8px 0;font-size:22px}.article-card-body p{min-height:58px;font-size:12px}.article-card-body button{align-items:center;gap:5px;margin-top:18px;font-size:11px;font-weight:700;display:flex}.article-page>header{background:var(--linku-cream);border-bottom:1px solid var(--linku-border);padding:70px 0 78px}.back-link{align-items:center;gap:7px;margin-bottom:48px;font-size:11px;display:flex}.article-header h1{margin-bottom:20px;font-size:58px}.article-header>p{font-size:19px}.article-meta{color:#7c7680;gap:18px;margin-top:25px;font-size:11px;display:flex}.article-layout{grid-template-columns:minmax(0,760px) 270px;gap:80px;padding-top:75px;padding-bottom:100px;display:grid}.article-body{font-size:17px}.article-body p{color:#454048;margin-bottom:28px}.article-body .lead{color:#222;font-size:21px}.article-body h2{margin:48px 0 18px;font-size:31px}.article-callout{background:var(--linku-cream);border-left:3px solid var(--linku-gold);gap:12px;margin:35px 0;padding:20px;display:flex}.article-callout p{margin:0;font-size:14px}.article-sidebar>div{border:1px solid var(--linku-border);background:#fff;border-radius:12px;flex-direction:column;gap:10px;padding:18px;display:flex;position:sticky;top:110px}.article-sidebar strong{margin-bottom:6px;font-size:12px}.article-sidebar a{color:#716b75;font-size:11px}.sidebar-cta{color:#fff;background:#111!important;margin-top:18px!important;position:static!important}.sidebar-cta p{color:#aaa5b0;font-size:11px}.related-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.related-grid button{text-align:left;border:1px solid var(--linku-border);background:#fff;border-radius:12px;padding:24px}.related-grid span{color:#98713b;font-size:9px}.related-grid h3{margin:7px 0;font-size:22px}.related-grid p{font-size:12px}.related-grid small{color:#8b858e;margin-top:15px;display:block}.legal-page{padding:74px 0 110px}.legal-layout{grid-template-columns:230px minmax(0,780px);justify-content:center;gap:80px;display:grid}.legal-layout aside{flex-direction:column;align-items:stretch;gap:4px;height:max-content;display:flex;position:sticky;top:105px}.legal-layout aside button{text-align:left;color:#77717c;border-radius:9px;padding:11px 13px;font-size:12px;font-weight:600}.legal-layout aside button.active{color:#fff;background:#111}.legal-layout article>h1{margin-bottom:8px;font-size:56px}.legal-updated{font-size:11px}.legal-intro{background:var(--linku-cream);border-radius:12px;margin:30px 0 45px;padding:22px;font-size:18px}.legal-layout article>section{margin:38px 0}.legal-layout article>section h2{margin-bottom:12px;font-size:27px}.legal-layout article>section p{color:#454048;font-size:15px}.legal-contact{border:1px solid var(--linku-border);background:#fff;border-radius:13px;margin-top:50px;padding:24px}.legal-contact h3{font-size:20px}.legal-contact p{margin:7px 0 18px;font-size:12px}.status-hero{text-align:center;border-bottom:1px solid var(--linku-border);background:#fff;padding:80px 0}.status-main{color:#287749;background:#eaf5ed;border-radius:25px;align-items:center;gap:8px;padding:7px 12px;font-size:11px;font-weight:700;display:inline-flex}.status-main i,.service-dot{background:var(--linku-success);border-radius:50%;width:8px;height:8px}.status-hero h1{margin:20px 0 12px;font-size:58px}.status-hero p{font-size:17px}.last-check{color:#8d8791;margin-top:18px;font-size:10px;display:block}.status-layout{grid-template-columns:minmax(0,760px) 300px;gap:50px;display:grid}.status-summary{color:#fff;background:#111;border-radius:14px;margin-bottom:35px;padding:22px}.status-summary>div:first-child{justify-content:space-between;display:flex}.status-summary span{color:#aaa;font-size:11px}.status-summary strong{font-size:18px}.uptime-bars{grid-template-columns:repeat(30,1fr);gap:3px;margin-top:20px;display:grid}.uptime-bars i{background:var(--linku-success);border-radius:2px;height:26px}.status-services>h2{margin-bottom:15px;font-size:25px}.service-row{border-bottom:1px solid var(--linku-border);grid-template-columns:1fr 80px 100px;align-items:center;gap:15px;padding:17px 0;display:grid}.service-row>div{align-items:center;gap:10px;display:flex}.service-row strong{font-size:13px}.service-row>span{color:#8a848e;font-size:10px}.service-row>b{color:var(--linku-success);text-transform:uppercase;font-size:9px}.incidents-title{margin-top:52px!important}.incident{border-bottom:1px solid var(--linku-border);padding:18px 0}.incident>div{justify-content:space-between;display:flex}.incident>div span,.incident>div b{font-size:9px}.incident>div b{color:var(--linku-success)}.incident h3{margin:7px 0;font-size:18px}.incident p{font-size:12px}.status-side>div{border:1px solid var(--linku-border);background:#fff;border-radius:13px;padding:22px}.status-side>div>svg{color:var(--linku-gold)}.status-side h3{margin:14px 0 7px;font-size:20px}.status-side p{font-size:12px}.status-side form{flex-direction:column;gap:9px;margin-top:18px;display:flex}.report-status{border:1px solid var(--linku-border);border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:12px;padding:13px;font-size:11px;font-weight:700;display:flex}.contact-page{padding:90px 0 120px}.contact-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:90px;display:grid}.contact-copy h1{margin-bottom:20px;font-size:58px}.contact-copy>p{font-size:18px}.contact-details{flex-direction:column;gap:18px;margin-top:40px;display:flex}.contact-details>div{align-items:flex-start;gap:13px;display:flex}.contact-details svg{color:var(--linku-gold)}.contact-details span{color:#68636c;font-size:12px}.contact-details strong{color:#111;display:block}.contact-form-card{border:1px solid var(--linku-border);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;padding:34px}.cookie-banner{z-index:90;color:#fff;background:#111;border:1px solid #333;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex;position:fixed;bottom:24px;left:24px;right:24px;box-shadow:0 20px 80px #0005}.cookie-banner strong{font-size:13px}.cookie-banner p{color:#aaa5b0;font-size:11px}.cookie-banner>div:last-child{gap:8px;display:flex}.cookie-banner .btn-outline{color:#fff;background:#222;border-color:#444}.cookie-settings{flex-direction:column;gap:20px;display:flex}.toast{z-index:150;border:1px solid var(--linku-border);width:min(390px,100% - 48px);box-shadow:var(--shadow-md);background:#fff;border-radius:13px;grid-template-columns:24px 1fr 24px;align-items:start;gap:10px;padding:15px;display:grid;position:fixed;top:24px;right:24px}.toast-success>svg{color:var(--linku-success)}.toast-error>svg{color:var(--linku-error)}.toast strong{font-size:12px}.toast p{font-size:10px}.toast>button{color:#888}.result-card .eyebrow{margin-bottom:10px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.pricing-card{border:1px solid var(--linku-border);background:#fff;border-radius:18px;flex-direction:column;padding:30px;display:flex;position:relative}.pricing-card.featured{border-color:var(--linku-gold);box-shadow:0 18px 55px #533d1d1c}.plan-badge{background:var(--linku-black);color:#fff;text-transform:uppercase;letter-spacing:.07em;border-radius:20px;padding:5px 9px;font-size:9px;position:absolute;top:18px;right:18px}.pricing-card>h2{font-size:28px}.pricing-card>p{min-height:42px;margin:10px 0 24px;font-size:13px}.price{align-items:flex-end;gap:6px;display:flex}.price b{font:700 40px Space Grotesk}.price span{color:var(--linku-muted);padding-bottom:7px;font-size:11px}.intro-price{color:#8d6e3f;margin-top:4px;font-weight:700;display:block}.pricing-card ul{flex-direction:column;flex:1;gap:11px;margin:28px 0;padding:0;list-style:none;display:flex}.pricing-card li{align-items:center;gap:8px;font-size:12px;display:flex}.pricing-card li svg{color:var(--linku-success)}.pricing-card>.btn{width:100%}.toggle:disabled{cursor:default;opacity:.72}.section-order-list{flex-direction:column;display:flex}.section-order-list>div{border-bottom:1px solid var(--linku-border);grid-template-columns:42px 1fr 150px 86px;align-items:center;gap:12px;padding:12px 0;display:grid}.section-order-list>div:last-child{border:0}.drag-index{color:#a29ba5;font:700 11px Space Grotesk}.section-order-list strong{font-size:13px}.section-order-list .toggle-row{align-items:center}.section-order-list .toggle-row small{display:none}.order-actions{gap:6px;display:flex}.order-actions .icon-btn{width:36px;height:36px}.locked-feature{background:var(--linku-cream);border-radius:12px;grid-template-columns:40px 1fr auto;align-items:center;gap:16px;padding:20px;display:grid}.locked-feature>svg{color:#8d6e3f}.locked-feature h3{margin-bottom:4px;font-size:17px}.locked-feature p{font-size:11px}.case-editor{flex-direction:column;gap:12px;display:flex}.case-editor article{border:1px solid var(--linku-border);border-radius:12px;grid-template-columns:120px 1fr 40px;align-items:start;gap:14px;padding:12px;display:grid}.case-editor img{object-fit:cover;border-radius:9px;width:120px;height:120px}.case-editor article>div{flex-direction:column;gap:8px;display:flex}.profile-page{flex-direction:column;display:flex}.profile-links-section{border-top:1px solid var(--linku-border)}.public-links{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.public-links a{border:1px solid var(--linku-border);background:#fff;border-radius:11px;justify-content:space-between;align-items:center;height:54px;padding:0 16px;font-size:13px;font-weight:700;display:flex}.public-links a:hover{border-color:var(--linku-gold)}.article-sidebar button{text-align:left;color:#716b75;padding:0;font-size:11px}.article-sidebar button:hover{color:#111;text-decoration:underline}.prefixed-url-field{gap:.45rem;display:grid}.prefixed-url-label{font-size:.86rem;font-weight:700}.prefixed-url-control{border:1px solid var(--border);background:var(--surface);border-radius:14px;align-items:center;min-height:50px;display:flex;overflow:hidden}.prefixed-url-control:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px color-mix(in srgb,var(--ink) 10%,transparent)}.prefixed-url-control>span{color:var(--muted);white-space:nowrap;padding:0 .15rem 0 .95rem}.prefixed-url-control input{min-width:0;font:inherit;color:inherit;background:0 0;border:0;outline:0;flex:1;padding:.8rem .95rem .8rem .15rem}.prefixed-url-control.status-available,.prefixed-url-control.status-reserved_by_you{border-color:color-mix(in srgb,#18864b 55%,var(--border))}.prefixed-url-control.status-taken,.prefixed-url-control.status-reserved_by_other,.prefixed-url-control.status-invalid,.prefixed-url-control.status-blocked,.prefixed-url-control.status-error{border-color:color-mix(in srgb,#b3261e 55%,var(--border))}.prefixed-url-status{color:var(--muted);align-items:center;gap:.35rem;display:flex}.prefixed-url-status.status-available,.prefixed-url-status.status-reserved_by_you{color:#167342}.prefixed-url-status.status-taken,.prefixed-url-status.status-reserved_by_other,.prefixed-url-status.status-invalid,.prefixed-url-status.status-blocked,.prefixed-url-status.status-error{color:#9f231d}.px-saved-briefs{gap:20px;display:grid}.saved-brief-list{gap:12px;display:grid}.saved-brief-card{border:1px solid var(--linku-border);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:18px;display:flex}.saved-brief-card h3{margin:8px 0 5px;font-size:18px}.saved-brief-card p,.saved-brief-card small{color:var(--linku-muted);display:block}.saved-brief-card .card-actions{flex:none}@media (width<=720px){.saved-brief-card{flex-direction:column;align-items:stretch}.saved-brief-card .card-actions{grid-template-columns:1fr;display:grid}.saved-brief-card .btn{width:100%}}.application-action-group{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}@media (width<=720px){.application-action-group{grid-template-columns:1fr;display:grid}.application-action-group .btn{width:100%}}@media (width<=1100px){.feature-grid{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:35px}.hero-copy h1{font-size:58px}.creator-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.dashboard-grid.three,.plans-small{grid-template-columns:1fr 1fr}.editor-layout{grid-template-columns:1fr}.save-panel{position:static}.article-layout{grid-template-columns:minmax(0,1fr) 240px;gap:40px}.contact-layout{gap:50px}.template-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.container{width:min(100% - 32px,var(--container))}.site-header{height:68px}.logo-button img{width:112px}.main-nav{background:var(--linku-bg);border-bottom:1px solid var(--linku-border);flex-direction:column;align-items:stretch;gap:0;padding:24px 20px 30px;display:none;position:fixed;inset:68px 0 auto;box-shadow:0 20px 50px #0002}.main-nav.open{display:flex}.main-nav>button{text-align:left;border-bottom:1px solid var(--linku-border);padding:14px 4px}.mobile-nav-actions{flex-direction:column;gap:8px;margin-top:18px;display:flex}.header-actions{display:none}.menu-button{place-items:center;width:42px;height:42px;margin-left:auto;display:grid}.section{padding:76px 0}.hero{padding:70px 0 90px}.hero-grid{grid-template-columns:1fr;gap:55px}.hero-copy{text-align:center}.hero-copy h1{margin-left:auto;margin-right:auto;font-size:56px}.hero-copy>p{margin:auto}.hero-actions,.trust-row{justify-content:center}.hero-product{max-width:600px;margin:auto}.logo-strip .container{flex-direction:column}.split-section{grid-template-columns:1fr;gap:45px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.page-hero,.catalog-hero,.content-hero{padding:82px 0 70px}.page-hero h1,.catalog-hero h1,.content-hero h1{font-size:50px}.brand-grid,.auth-page{grid-template-columns:1fr}.auth-side{display:none}.auth-panel{padding:40px max(24px,8vw)}.auth-logo img{margin-bottom:50px}.wizard-main{grid-template-columns:1fr;gap:20px;padding-top:30px}.wizard-steps{flex-direction:row;padding:0;overflow:auto}.wizard-steps button{white-space:nowrap;grid-template-columns:28px 1fr}.wizard-steps button>svg{display:none}.dashboard-shell{display:block}.dashboard-sidebar{width:min(300px,88vw);transition:all .25s;transform:translate(-105%)}.dashboard-sidebar.open{transform:translate(0)}.sidebar-close{color:#fff;place-items:center;margin-left:auto;display:grid}.dashboard-main{width:100%}.dashboard-topbar{min-height:78px;padding:16px 20px}.dash-menu{border:1px solid var(--linku-border);border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.sidebar-overlay{z-index:45;background:#0008;display:block;position:fixed;inset:0}.dashboard-content{padding:22px 20px 60px}.stats-cards{grid-template-columns:1fr 1fr}.dashboard-grid.two{grid-template-columns:1fr}.quick-actions{flex-direction:column;align-items:flex-start;gap:20px}.editor-layout{display:block}.save-panel{margin-top:18px}.profile-hero{grid-template-columns:180px 1fr;gap:30px}.profile-avatar>img{width:180px;height:180px}.profile-intro h1{font-size:46px}.offer-grid,.case-grid,.profile-stats{grid-template-columns:1fr 1fr}.profile-stats div:nth-child(2){border-right:0}.profile-stats div:nth-child(-n+2){border-bottom:1px solid #333}.article-grid{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.article-sidebar{display:none}.legal-layout{grid-template-columns:1fr;gap:34px}.legal-layout aside{flex-direction:row;position:static;overflow:auto}.legal-layout aside button{white-space:nowrap}.status-layout{grid-template-columns:1fr}.status-side{max-width:500px}.contact-layout{grid-template-columns:1fr}.contact-copy{max-width:700px}.template-grid{grid-template-columns:1fr 1fr}.profile-contact{gap:30px}.repeat-row{grid-template-columns:1fr 1fr}.repeat-row .toggle-row{grid-column:1}.offer-editor{grid-template-columns:1fr}}@media (width<=640px){body{font-size:14px}.container{width:min(100% - 24px,var(--container))}.section{padding:62px 0}.section-head{margin-bottom:30px}.section-head.row{flex-direction:column;align-items:flex-start}.section-head h1,.section-head h2{font-size:36px}.hero{padding:54px 0 74px}.hero-copy h1{font-size:44px}.hero-copy>p{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.trust-row{gap:10px 14px}.browser-frame{transform:none}.profile-mini{padding:22px}.mini-head img{width:62px;height:62px}.mini-head h3{font-size:21px}.mini-stats div{padding:11px 5px}.floating-note{bottom:-34px;left:12px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto;padding:24px}.feature-icon{margin-bottom:28px}.logo-strip div div{flex-wrap:wrap;justify-content:center;gap:16px}.dark-list>div{padding:17px 0}.split-section h2,.light-split h2{font-size:38px}.cta-panel{flex-direction:column;align-items:flex-start}.cta-panel h2{font-size:33px}.creator-grid,.creator-grid.compact{grid-template-columns:1fr}.creator-card:not(.catalog-card),.creator-grid.compact .creator-card{grid-template-columns:110px 1fr}.creator-card>img,.creator-grid.compact .creator-card>img{min-height:170px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px 20px}.footer-brand{grid-column:1/-1}.page-hero,.catalog-hero,.content-hero{padding:65px 0 56px}.page-hero h1,.catalog-hero h1,.content-hero h1{font-size:39px}.page-hero p,.catalog-hero p,.content-hero p{font-size:16px}.pricing-grid{grid-template-columns:1fr!important}.filters{flex-direction:column;align-items:stretch}.filters>div{margin:0}.filters select{width:100%}.filters>button{margin:0 0 0 auto}.catalog-meta{flex-direction:column;align-items:flex-start;gap:5px}.creator-main{grid-template-columns:105px 1fr}.creator-main>img{min-height:180px}.creator-main>div{padding:18px 15px}.brand-card{grid-template-columns:48px 1fr}.brand-card .btn{grid-column:1/-1;width:100%}.brand-mark{width:48px;height:48px}.catalog-cta{flex-direction:column;align-items:flex-start;gap:20px;padding:28px}.auth-page.simple{padding:16px}.register-panel{border-radius:18px;padding:28px 22px}.auth-panel{padding:28px 22px}.auth-logo img{margin-bottom:42px}.auth-copy h1,.register-panel h1{font-size:38px}.form-grid-two{grid-template-columns:1fr}.wizard-header{padding:0 15px}.wizard-header span{display:none}.wizard-main{padding:20px 12px 60px}.wizard-steps{gap:6px}.wizard-steps button{padding:7px;font-size:11px}.wizard-card{border-radius:18px;padding:28px 20px}.wizard-card>h1{font-size:34px}.wizard-actions{gap:10px}.wizard-actions .btn{flex:1}.ready-card,.result-card{padding:38px 22px}.ready-card h1,.result-card h1{font-size:37px}.ready-actions{flex-direction:column}.ready-actions .btn{width:100%}.dashboard-topbar{align-items:center}.dashboard-topbar h1{font-size:21px}.dashboard-topbar p,.topbar-actions .btn span{display:none}.topbar-actions .btn{width:42px;padding:0}.dashboard-content{padding:18px 12px 50px}.stats-cards{grid-template-columns:1fr 1fr;gap:10px}.stats-cards article{padding:17px}.stats-cards strong{font-size:26px}.panel-card{padding:18px}.panel-card-head.stacked-mobile,.card-actions{flex-direction:column}.quick-actions>div:last-child{grid-template-columns:1fr 1fr;width:100%;display:grid}.quick-actions button{justify-content:center}.repeat-row{grid-template-columns:1fr 40px}.repeat-row>.input:nth-child(2){grid-area:2/1/auto/-1}.repeat-row .toggle-row{grid-column:1}.plans-small,.dashboard-grid.three{grid-template-columns:1fr}.billing-cancel,.current-plan{flex-direction:column;align-items:flex-start;gap:18px}.current-plan>div:last-child{text-align:left}.modal-backdrop{align-items:end;padding:8px}.modal{border-radius:18px 18px 0 0;max-height:92vh}.modal-head{height:62px}.modal-body{padding:20px 16px}.profile-top{height:66px;padding:0 14px}.profile-top>button img{width:100px}.profile-top>div>button:first-child{border:1px solid var(--linku-border);border-radius:9px;place-items:center;width:38px;height:38px;font-size:0;display:grid}.profile-top .btn span{display:none}.profile-top .btn{width:42px;padding:0}.profile-page{width:100%}.profile-hero{text-align:center;grid-template-columns:1fr;padding:48px 20px}.profile-avatar>img{width:150px;height:150px;margin:auto}.profile-avatar>span{bottom:4px;right:calc(50% - 75px)}.profile-intro h1{font-size:40px}.profile-meta,.profile-cta{flex-wrap:wrap;justify-content:center}.profile-cta .btn{flex:1}.profile-stats{margin:0 12px}.profile-stats div{padding:20px 10px}.profile-stats b{font-size:20px}.profile-section{padding:60px 18px}.profile-section-head h2{font-size:34px}.offer-grid,.case-grid{grid-template-columns:1fr}.profile-contact{flex-direction:column;align-items:flex-start;margin:0 12px 60px;padding:30px 22px}.profile-contact h2{font-size:32px}.profile-footer{padding:0 16px}.profile-footer span{display:none}.template-editorial .profile-hero{grid-template-columns:1fr}.template-editorial .profile-avatar>img{width:180px;height:220px}.template-grid,.article-grid{grid-template-columns:1fr}.content-tabs{justify-content:flex-start;padding-bottom:5px;overflow:auto}.content-tabs button{white-space:nowrap}.article-page>header{padding:50px 0}.article-header h1{font-size:40px}.article-header>p{font-size:16px}.article-layout{padding-top:50px}.article-body{font-size:15px}.article-body .lead{font-size:18px}.related-grid{grid-template-columns:1fr}.legal-page{padding:50px 0 80px}.legal-layout article>h1{font-size:40px}.legal-intro{font-size:15px}.status-hero{padding:58px 0}.status-hero h1{font-size:42px}.status-summary>div:first-child{flex-direction:column;align-items:flex-start}.service-row{grid-template-columns:1fr auto}.service-row>span{display:none}.status-layout{gap:35px}.contact-page{padding:60px 0 80px}.contact-copy h1{font-size:42px}.contact-form-card{padding:24px 18px}.cookie-banner{flex-direction:column;align-items:stretch;bottom:10px;left:10px;right:10px}.cookie-banner>div:last-child{grid-template-columns:1fr 1fr;display:grid}.toast{width:calc(100% - 20px);top:10px;right:10px}.not-found h1,.public-unavailable h1{font-size:36px}.not-found>div{flex-direction:column;width:100%;max-width:300px}.not-found>div .btn{width:100%}.template-grid{grid-template-columns:1fr}.current-plan{padding:22px}.article-grid .featured-article{grid-column:auto}.service-row b{text-align:right}}@media (width<=390px){.hero-copy h1{font-size:39px}.profile-mini{padding:18px}.mini-head{align-items:flex-start}.mini-head img{width:54px;height:54px}.browser-bar span{padding:4px 15px}.stats-cards,.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.quick-actions>div:last-child{grid-template-columns:1fr}.profile-cta{flex-direction:column}.profile-cta .btn{width:100%}.wizard-steps button{grid-template-columns:24px 1fr}.wizard-steps button>span{width:24px;height:24px}.dashboard-topbar{padding:12px}.dashboard-content{padding-left:10px;padding-right:10px}}@media (width<=640px){.section-order-list>div{grid-template-columns:32px 1fr 74px}.section-order-list>div>.toggle-row,.section-order-list>div>.status-pill{grid-column:2}.order-actions{grid-area:1/3/3}.locked-feature{grid-template-columns:36px 1fr}.locked-feature .btn{grid-column:1/-1;width:100%}.case-editor article{grid-template-columns:82px 1fr 36px}.case-editor img{width:82px;height:100px}.public-links{grid-template-columns:1fr}}.pass1-public-profile{background:var(--linku-bg);min-height:100vh;color:var(--linku-text);overflow-x:hidden}.pass1-profile-top{z-index:35;gap:24px;position:sticky;top:0}.profile-logo-button{flex:none;align-items:center;display:flex}.profile-view-nav{justify-content:center;align-items:center;gap:4px;margin-left:auto;display:flex}.profile-view-nav button{height:38px;color:var(--linku-muted);border-radius:9px;padding:0 12px;font-size:12px;font-weight:700}.profile-view-nav button:hover,.profile-view-nav button.active{background:var(--linku-cream);color:var(--linku-text)}.profile-more-button{border:1px solid var(--linku-border);background:#fff;border-radius:10px;place-content:center;gap:3px;width:40px;height:40px;display:grid}.profile-more-button span{background:currentColor;border-radius:50%;width:3px;height:3px}.profile-action-menu{border:1px solid var(--linku-border);width:215px;box-shadow:var(--shadow-md);z-index:45;background:#fff;border-radius:12px;padding:7px;position:absolute;top:48px;right:0}.profile-action-menu button{text-align:left;width:100%;color:var(--linku-text);border-radius:8px;align-items:center;gap:10px;padding:11px 10px;font-size:12px;font-weight:600;display:flex}.profile-action-menu button:hover{background:var(--linku-cream)}.pass1-profile-page{width:min(1180px,100%);padding-bottom:1px}.pass1-profile-hero{grid-template-columns:250px minmax(0,1fr);padding-top:74px}.profile-handle{color:var(--linku-muted);margin-top:4px;font-size:13px}.profile-meta span{align-items:center;gap:6px;display:inline-flex}.profile-social-row{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.profile-social-row a{border:1px solid var(--linku-border);min-height:38px;color:var(--linku-text);background:#fff;border-radius:9px;align-items:center;gap:7px;padding:0 11px;font-size:11px;font-weight:700;display:inline-flex}.profile-social-row a:hover{border-color:var(--linku-gold)}.profile-social-row.compact{margin-top:16px}.profile-social-row.compact a{background:0 0;min-height:34px}.pass1-profile-stats{box-shadow:0 18px 45px #0f0f101f}.profile-subview-cards{grid-template-columns:repeat(3,1fr);gap:14px;padding:28px 30px 0;display:grid}.profile-subview-cards>button{border:1px solid var(--linku-border);text-align:left;background:#fff;border-radius:15px;grid-template-columns:44px 1fr 20px;align-items:start;gap:14px;padding:21px;transition:all .18s;display:grid}.profile-subview-cards>button:hover{border-color:var(--linku-gold);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.profile-subview-cards>button>span{background:var(--linku-cream);color:#8e6e3e;border-radius:11px;place-items:center;width:44px;height:44px;display:grid}.profile-subview-cards small,.offer-format,.pass1-case-grid article>div>span,.media-kit-preview-copy>span,.detail-section-title>span,.profile-detail-heading>span,.offer-intro-panel>div>span,.profile-detail-cta>div>span{letter-spacing:.13em;color:#8d6e3f;font-size:9px;font-weight:800}.profile-subview-cards h2{margin:4px 0 7px;font-size:19px}.profile-subview-cards p{font-size:12px;line-height:1.55}.profile-subview-cards>button>svg{margin-top:8px}.row-head{justify-content:space-between;align-items:flex-end;gap:30px;max-width:none;display:flex}.row-head>div{max-width:690px}.pass1-offer-grid article{min-height:290px}.pass1-offer-grid article small{color:var(--linku-muted);margin-top:7px;font-size:10px}.offer-format{margin-bottom:16px}.media-kit-preview{background:var(--linku-cream);border-radius:20px;grid-template-columns:1.05fr .95fr;align-items:center;gap:45px;margin:0 30px 30px;padding:46px;display:grid}.media-kit-preview h2{margin:8px 0 14px;font-size:40px}.media-kit-preview p{max-width:610px;font-size:14px}.media-kit-preview-actions{gap:10px;margin-top:24px;display:flex}.audience-preview-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.audience-preview-grid>div{background:var(--linku-card);border:1px solid var(--linku-border);border-radius:13px;padding:22px}.audience-preview-grid strong,.audience-preview-grid span{display:block}.audience-preview-grid strong{font:700 29px Space Grotesk}.audience-preview-grid span{color:var(--linku-muted);margin-top:4px;font-size:10px}.pass1-case-grid article>div{flex-direction:column;min-height:265px;display:flex}.pass1-case-grid article>div>p{line-height:1.55}.pass1-case-grid dl{grid-template-columns:1fr 1fr;gap:10px;margin:18px 0;display:grid}.pass1-case-grid dl div{border-top:1px solid var(--linku-border);padding-top:10px}.pass1-case-grid dt{color:var(--linku-muted);font-size:9px}.pass1-case-grid dd{margin-top:3px;font-size:11px;font-weight:700}.pass1-case-grid button{align-items:center;gap:6px;margin-top:auto;font-size:11px;font-weight:700;display:flex}.pass1-profile-footer small{color:var(--linku-muted);font-size:10px}.profile-detail-page{width:min(1120px,100% - 40px);margin:0 auto;padding:58px 0 90px}.profile-detail-back{color:var(--linku-muted);align-items:center;gap:8px;margin-bottom:34px;font-size:12px;font-weight:700;display:flex}.profile-detail-back:hover{color:var(--linku-text)}.profile-detail-heading{max-width:850px;margin-bottom:42px}.profile-detail-heading h1{margin:10px 0 18px;font-size:clamp(46px,6vw,72px);line-height:1.02}.profile-detail-heading>p{max-width:760px;font-size:18px}.profile-detail-actions{flex-wrap:wrap;gap:9px;margin-top:26px;display:flex}.profile-detail-card{border:1px solid var(--linku-border);background:#fff;border-radius:18px;margin-top:18px;padding:32px}.detail-section-title{margin-bottom:25px}.detail-section-title h2{margin:7px 0 8px;font-size:30px}.detail-section-title p{max-width:780px;font-size:14px}.media-kit-identity{border:1px solid var(--linku-border);background:#fff;border-radius:20px;grid-template-columns:180px 1fr;align-items:center;gap:30px;padding:30px;display:grid}.media-kit-identity>img{object-fit:cover;border-radius:50%;width:180px;height:180px}.media-kit-identity>div>span{color:var(--linku-muted);font-size:12px}.media-kit-identity h2{margin:5px 0 10px;font-size:38px}.media-kit-identity h2 i{color:var(--linku-success);margin-left:6px;font-size:17px;font-style:normal}.media-kit-identity p{max-width:700px;font-size:14px}.category-pills{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.category-pills>span{background:var(--linku-cream);border-radius:999px;padding:6px 10px;font-size:10px;font-weight:700}.media-kit-stats{background:var(--linku-black);color:#fff;border-radius:18px;grid-template-columns:repeat(4,1fr);margin-top:18px;display:grid;overflow:hidden}.media-kit-stats>div{text-align:center;border-right:1px solid #333;padding:27px}.media-kit-stats>div:last-child{border:0}.media-kit-stats strong,.media-kit-stats span{display:block}.media-kit-stats strong{font:700 25px Space Grotesk}.media-kit-stats span{color:#aaa5b0;margin-top:4px;font-size:10px}.media-platform-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.media-platform-grid>div{border:1px solid var(--linku-border);border-radius:13px;flex-direction:column;gap:5px;padding:20px;display:flex}.media-platform-grid svg{color:#8e6e3e;margin-bottom:18px}.media-platform-grid strong{font-size:14px}.media-platform-grid b{font:700 23px Space Grotesk}.media-platform-grid span{color:var(--linku-muted);font-size:10px}.audience-detail-grid{grid-template-columns:repeat(4,1fr);gap:11px;display:grid}.audience-detail-grid>div{background:var(--linku-cream);border-radius:12px;padding:22px}.audience-detail-grid strong,.audience-detail-grid span{display:block}.audience-detail-grid strong{font:700 28px Space Grotesk}.audience-detail-grid span{color:var(--linku-muted);font-size:10px}.top-cities{border-top:1px solid var(--linku-border);align-items:center;gap:18px;margin-top:24px;padding-top:22px;display:flex}.top-cities>strong{font-size:12px}.top-cities>div{flex-wrap:wrap;gap:7px;display:flex}.top-cities span{border:1px solid var(--linku-border);border-radius:999px;padding:6px 10px;font-size:10px}.media-format-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px;display:grid}.media-format-grid>div{border:1px solid var(--linku-border);border-radius:11px;align-items:center;gap:9px;padding:14px;font-size:12px;font-weight:700;display:flex}.media-format-grid svg{color:var(--linku-success)}.media-cases-strip{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.media-cases-strip article{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:13px;overflow:hidden}.media-cases-strip img{object-fit:cover;width:100%;height:170px}.media-cases-strip article>div{flex-direction:column;padding:16px;display:flex}.media-cases-strip span{color:#8d6e3f;letter-spacing:.08em;font-size:9px;font-weight:800}.media-cases-strip strong{margin:5px 0;font-size:15px}.media-cases-strip small{color:var(--linku-muted);font-size:10px}.profile-detail-cta{background:var(--linku-black);color:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:35px;margin-top:18px;padding:38px;display:flex}.profile-detail-cta h2{max-width:720px;margin:7px 0 8px;font-size:32px}.profile-detail-cta p{color:#aaa5b0;font-size:13px}.offer-intro-panel{background:var(--linku-cream);border:1px solid var(--linku-border);border-radius:20px;grid-template-columns:1.15fr .85fr;gap:45px;padding:38px;display:grid}.offer-intro-panel h2{margin:8px 0 13px;font-size:36px}.offer-intro-panel p{font-size:14px}.offer-intro-panel ul{flex-direction:column;align-self:center;gap:13px;margin:0;padding:0;list-style:none;display:flex}.offer-intro-panel li{align-items:flex-start;gap:9px;font-size:12px;font-weight:700;display:flex}.offer-intro-panel li svg{color:var(--linku-success);flex:none}.offer-packages-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px;display:grid}.offer-packages-grid article{border:1px solid var(--linku-border);background:#fff;border-radius:16px;flex-direction:column;padding:28px;display:flex}.offer-packages-grid article>span{color:#8d6e3f;letter-spacing:.12em;font-size:9px;font-weight:800}.offer-packages-grid h2{margin:9px 0 5px;font-size:27px}.offer-packages-grid article>strong{font:700 22px Space Grotesk}.offer-packages-grid article>p{min-height:42px;margin:14px 0 22px;font-size:13px}.offer-packages-grid dl{grid-template-columns:1fr 1fr;gap:12px;margin:0 0 22px;display:grid}.offer-packages-grid dl div{border-top:1px solid var(--linku-border);padding-top:11px}.offer-packages-grid dt{color:var(--linku-muted);font-size:9px}.offer-packages-grid dd{margin-top:4px;font-size:11px;font-weight:700}.offer-packages-grid .btn{align-self:flex-start;margin-top:auto}.case-study-list{flex-direction:column;gap:16px;display:flex}.case-study-list article{border:1px solid var(--linku-border);background:#fff;border-radius:18px;grid-template-columns:42% 1fr;display:grid;overflow:hidden}.case-study-list img{object-fit:cover;width:100%;height:100%;min-height:350px}.case-study-list article>div{flex-direction:column;align-items:flex-start;padding:34px;display:flex}.case-study-list article>div>span{letter-spacing:.1em;color:#8d6e3f;font-size:9px;font-weight:800}.case-study-list h2{margin:9px 0 12px;font-size:32px}.case-study-list p{font-size:14px}.case-study-list dl{grid-template-columns:1fr 1fr;gap:22px;width:100%;margin:27px 0;display:grid}.case-study-list dl div{border-top:1px solid var(--linku-border);padding-top:12px}.case-study-list dt{color:var(--linku-muted);font-size:9px}.case-study-list dd{margin-top:4px;font-size:13px;font-weight:700}.case-study-list .btn{margin-top:auto}.modal-lead{background:var(--linku-cream);border-radius:10px;padding:13px;font-size:13px}.consent-check{color:var(--linku-muted);align-items:flex-start;gap:10px;font-size:11px;line-height:1.5;display:flex}.consent-check input{width:17px;height:17px;accent-color:var(--linku-black);flex:none;margin-top:1px}.inquiry-actions{margin-top:0}.inquiry-detail-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.table-budget,.table-campaign-date{display:block}.table-budget{font-size:11px}.table-campaign-date{color:var(--linku-muted);margin-top:3px;font-size:9px}.reports-list article>small{color:var(--linku-muted);margin-top:10px;display:block}.profile-variant-dark{color:#fff;background:#111}.profile-variant-dark .pass1-profile-top,.profile-variant-dark .pass1-profile-footer{color:#fff;background:#181819;border-color:#303033}.profile-variant-dark .pass1-profile-top img,.profile-variant-dark .pass1-profile-footer img{filter:invert()}.profile-variant-dark .profile-view-nav button{color:#aaa5b0}.profile-variant-dark .profile-view-nav button:hover,.profile-variant-dark .profile-view-nav button.active{color:#fff;background:#29292b}.profile-variant-dark .profile-more-button{color:#fff;background:#1d1d1f;border-color:#38383b}.profile-variant-dark .profile-action-menu{background:#1d1d1f;border-color:#38383b}.profile-variant-dark .profile-action-menu button{color:#fff}.profile-variant-dark .profile-action-menu button:hover{background:#29292b}.profile-variant-dark .profile-title,.profile-variant-dark .profile-bio,.profile-variant-dark .profile-meta,.profile-variant-dark .profile-handle,.profile-variant-dark .profile-detail-heading>p,.profile-variant-dark .profile-detail-back{color:#b8b4bd}.profile-variant-dark .profile-social-row a,.profile-variant-dark .profile-subview-cards>button,.profile-variant-dark .pass1-offer-grid article,.profile-variant-dark .pass1-case-grid article,.profile-variant-dark .profile-detail-card,.profile-variant-dark .media-kit-identity,.profile-variant-dark .offer-packages-grid article,.profile-variant-dark .case-study-list article{color:#fff;background:#1d1d1f;border-color:#343438}.profile-variant-dark .profile-subview-cards>button>span,.profile-variant-dark .category-pills>span,.profile-variant-dark .audience-detail-grid>div,.profile-variant-dark .media-kit-preview{background:#242426}.profile-variant-dark .profile-social-row a,.profile-variant-dark .public-links a{color:#fff;background:#1d1d1f;border-color:#3b3b3e}.profile-variant-dark .media-kit-preview{border:1px solid #343438}.profile-variant-dark .audience-preview-grid>div,.profile-variant-dark .media-cases-strip article{background:#1d1d1f;border-color:#343438}.profile-variant-dark .pass1-case-grid dl div,.profile-variant-dark .offer-packages-grid dl div,.profile-variant-dark .case-study-list dl div,.profile-variant-dark .top-cities,.profile-variant-dark .profile-links-section{border-color:#343438}.profile-variant-dark .media-platform-grid>div,.profile-variant-dark .media-format-grid>div,.profile-variant-dark .top-cities span{border-color:#3b3b3e}.profile-variant-dark .offer-intro-panel{background:#242426;border-color:#343438}.profile-variant-dark .pass1-profile-footer small,.profile-variant-dark .pass1-profile-footer span{color:#aaa5b0}.profile-variant-dark .pass1-profile-footer button{color:#fff}.profile-variant-dark .btn-outline{color:#fff;background:0 0;border-color:#4a4a4d}.profile-variant-dark .btn-outline:hover{border-color:var(--linku-gold)}@media (width<=1024px){.profile-view-nav{display:none}.pass1-offer-grid{grid-template-columns:1fr 1fr}.profile-subview-cards,.media-kit-preview{grid-template-columns:1fr}.media-platform-grid{grid-template-columns:1fr 1fr}.offer-intro-panel{grid-template-columns:1fr}}@media (width<=760px){.pass1-profile-top{gap:8px;height:66px;padding:0 12px}.profile-top-actions .btn{width:42px;padding:0}.profile-top-actions .btn span{display:none}.profile-logo-button img{width:100px}.profile-more-button{width:38px;height:38px}.profile-action-menu{width:min(240px,100vw - 24px);position:fixed;top:60px;right:12px}.pass1-profile-hero{text-align:center;grid-template-columns:1fr;padding:45px 18px}.profile-meta,.profile-social-row,.profile-cta{justify-content:center}.profile-social-row a span{display:none}.profile-social-row a{justify-content:center;width:40px;padding:0}.profile-subview-cards{padding:20px 12px 0}.profile-subview-cards>button{grid-template-columns:40px 1fr 18px;padding:17px}.profile-subview-cards>button>span{width:40px;height:40px}.row-head{flex-direction:column;align-items:flex-start;gap:16px}.row-head .btn{width:100%}.pass1-offer-grid{grid-template-columns:1fr}.media-kit-preview{gap:26px;margin:0 12px 24px;padding:28px 20px}.media-kit-preview h2{font-size:32px}.media-kit-preview-actions{flex-direction:column}.media-kit-preview-actions .btn{width:100%}.audience-preview-grid{gap:8px}.audience-preview-grid>div{padding:17px}.pass1-case-grid article>div{min-height:auto}.public-links{grid-template-columns:1fr}.pass1-profile-footer{flex-wrap:wrap;gap:10px;height:auto;min-height:74px;padding:16px}.pass1-profile-footer small{order:3;width:100%}.profile-detail-page{width:calc(100% - 24px);padding:40px 0 65px}.profile-detail-heading{margin-bottom:30px}.profile-detail-heading h1{font-size:40px}.profile-detail-heading>p{font-size:15px}.profile-detail-actions{flex-direction:column}.profile-detail-actions .btn{width:100%}.media-kit-identity{text-align:center;grid-template-columns:1fr;padding:24px 18px}.media-kit-identity>img{width:145px;height:145px;margin:auto}.media-kit-identity .category-pills,.media-kit-identity .profile-social-row{justify-content:center}.media-kit-stats{grid-template-columns:1fr 1fr}.media-kit-stats>div{border-bottom:1px solid #333;padding:20px 10px}.media-kit-stats>div:nth-child(2){border-right:0}.media-kit-stats>div:nth-last-child(-n+2){border-bottom:0}.profile-detail-card{padding:23px 18px}.detail-section-title h2{font-size:26px}.media-platform-grid,.audience-detail-grid{grid-template-columns:1fr 1fr}.media-format-grid{grid-template-columns:1fr}.top-cities{flex-direction:column;align-items:flex-start}.media-cases-strip{grid-template-columns:1fr}.media-cases-strip img{height:205px}.profile-detail-cta{flex-direction:column;align-items:flex-start;padding:28px 21px}.profile-detail-cta h2{font-size:28px}.profile-detail-cta .btn{width:100%}.offer-intro-panel{padding:26px 20px}.offer-intro-panel h2{font-size:30px}.offer-packages-grid{grid-template-columns:1fr}.offer-packages-grid article{padding:24px 20px}.offer-packages-grid dl{grid-template-columns:1fr}.offer-packages-grid .btn{width:100%}.case-study-list article{grid-template-columns:1fr}.case-study-list img{height:235px;min-height:0}.case-study-list article>div{padding:25px 20px}.case-study-list h2{font-size:28px}.case-study-list dl{gap:12px}.case-study-list .btn{width:100%}.inquiry-detail-grid{grid-template-columns:1fr}.inquiry-panel-actions{flex-direction:column}.inquiry-panel-actions .btn{width:100%}}@media (width<=420px){.profile-top-actions{gap:6px}.pass1-profile-hero{padding-left:14px;padding-right:14px}.profile-intro h1{font-size:36px}.profile-cta{flex-direction:column}.profile-cta .btn{width:100%}.profile-subview-cards{padding-left:10px;padding-right:10px}.profile-subview-cards>button{grid-template-columns:36px 1fr 16px;gap:11px;padding:15px 13px}.profile-subview-cards>button>span{width:36px;height:36px}.audience-preview-grid,.media-platform-grid,.audience-detail-grid{grid-template-columns:1fr}.media-kit-stats strong{font-size:21px}}@media print{body{background:#fff!important}.profile-top,.profile-footer,.profile-detail-back,.profile-detail-actions,.profile-detail-cta,.toast,.cookie-banner{display:none!important}.public-profile,.profile-detail-page{color:#111!important;background:#fff!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.profile-detail-card,.media-kit-identity,.media-kit-stats{break-inside:avoid;box-shadow:none!important}.media-kit-view .profile-detail-heading{margin-bottom:24px}.media-kit-view .profile-detail-card,.media-kit-view .media-kit-identity{color:#111!important;background:#fff!important;border-color:#ddd!important}.media-kit-view .media-kit-stats{-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#fff!important;background:#111!important}}.visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.pass2-wizard .wizard-main{max-width:1240px}.pass2-wizard .wizard-card{min-width:0}.pass2-wizard .wizard-card>p{max-width:720px}.wizard-avatar-row{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:14px;grid-template-columns:150px 1fr;align-items:center;gap:24px;margin:24px 0;padding:18px;display:grid}.wizard-avatar-button{border:1px solid var(--linku-border);background:#fff;border-radius:18px;width:132px;height:132px;position:relative;overflow:hidden}.wizard-avatar-button img{object-fit:cover;width:100%;height:100%}.wizard-avatar-button span,.panel-avatar-editor button span{color:#fff;background:#0f0f10e0;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:34px;font-size:11px;font-weight:700;display:flex;position:absolute;bottom:8px;left:8px;right:8px}.wizard-avatar-row>div strong{font:700 18px Space Grotesk}.wizard-avatar-row>div p{max-width:520px;margin-top:6px;font-size:13px}.wizard-social-list{flex-direction:column;gap:12px;margin-top:24px;display:flex}.wizard-social-list article{border:1px solid var(--linku-border);background:#fff;border-radius:13px;grid-template-columns:150px minmax(0,1fr) 170px;align-items:end;gap:16px;padding:16px;display:grid}.wizard-social-name{align-items:center;gap:10px;height:48px;display:flex}.wizard-social-name svg{color:#8f6d3d}.wizard-social-name strong{font-size:14px}.wizard-repeat-head{justify-content:space-between;align-items:center;gap:20px;margin:32px 0 14px;display:flex}.wizard-repeat-head span{letter-spacing:.11em;color:#9a743c;font-size:10px;font-weight:700}.wizard-repeat-head h2{margin-top:3px;font-size:22px}.wizard-link-list{flex-direction:column;gap:10px;display:flex}.wizard-link-list>div{grid-template-columns:220px minmax(0,1fr) 40px;align-items:center;gap:10px;display:grid}.wizard-offer-list,.wizard-case-list{flex-direction:column;gap:14px;display:flex}.wizard-offer-list article,.wizard-case-list article{border:1px solid var(--linku-border);background:#fff;border-radius:14px;padding:18px}.wizard-item-head{justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px;display:flex}.wizard-item-head strong{font:700 17px Space Grotesk}.wizard-offer-list article>.field,.wizard-case-list article>.field{margin-top:16px}.wizard-demographics{margin-top:22px}.wizard-demographics>.wizard-repeat-head{margin-bottom:10px}.wizard-demographics>div:not(.wizard-repeat-head){grid-template-columns:1fr 150px;gap:10px;margin-top:8px;display:grid}.wizard-template-grid{grid-template-columns:1fr 1fr;gap:14px;margin:26px 0;display:grid}.wizard-template-grid>button{text-align:left;border:1px solid var(--linku-border);background:#fff;border-radius:15px;padding:14px;position:relative}.wizard-template-grid>button.selected{border-color:var(--linku-black);box-shadow:0 0 0 2px var(--linku-black)}.wizard-template-grid>button.locked{opacity:.64;cursor:not-allowed}.wizard-template-grid>button>svg{position:absolute;bottom:17px;right:15px}.wizard-template-grid strong,.wizard-template-grid small{display:block}.wizard-template-grid strong{margin-top:12px;font:700 18px Space Grotesk}.wizard-template-grid small{color:var(--linku-muted);margin-top:4px;font-size:12px}.wizard-template-preview{border-radius:11px;grid-template-columns:85px 1fr;gap:12px;height:130px;padding:17px;display:grid;overflow:hidden}.wizard-template-preview.core{background:#faf7f2;border:1px solid #e8ded1}.wizard-template-preview.signature{color:#fff;background:#111;border:1px solid #333}.wizard-template-preview i{opacity:.14;background:currentColor;border-radius:8px;display:block}.wizard-template-preview i:first-child{border-radius:50%;grid-row:1/3}.wizard-template-preview i:nth-child(2){height:34px}.wizard-publication{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:13px;margin-bottom:22px;padding:20px}.pass2-editor .editor-main{flex-direction:column;gap:18px;display:flex}.panel-avatar-editor{align-items:center;gap:18px;margin-bottom:22px;display:flex}.panel-avatar-editor button{border-radius:16px;flex:none;width:112px;height:112px;position:relative;overflow:hidden}.panel-avatar-editor button img{object-fit:cover;width:100%;height:100%}.panel-avatar-editor p{max-width:290px;font-size:12px}.panel-subhead{border-top:1px solid var(--linku-border);margin-top:26px;padding-top:24px}.panel-social-editor{grid-template-columns:1fr 1fr;gap:12px;display:grid}.panel-social-editor article{border:1px solid var(--linku-border);border-radius:13px;grid-template-columns:1fr;gap:12px;padding:16px;display:grid}.panel-social-editor article>div:first-child{align-items:center;gap:9px;display:flex}.panel-social-editor article>div:first-child svg{color:#8f6d3d}.pass2-offer-editor{grid-template-columns:1fr}.pass2-offer-editor article{flex-direction:column;gap:12px;display:flex}.panel-demographics{grid-template-columns:1fr 1fr;gap:10px;margin:18px 0;display:grid}.panel-demographics>div{grid-template-columns:1fr 100px;gap:8px;display:grid}.pass2-case-editor article{grid-template-columns:120px minmax(0,1fr) 40px}.pass2-case-editor article>div{min-width:0}.plan-lock-note{color:var(--linku-muted);align-items:center;gap:8px;margin-top:-6px;font-size:12px;display:flex}.inquiry-status-select{height:40px;padding-right:8px}.inquiry-row-actions{justify-content:flex-end;gap:6px;display:flex}.inquiry-panel-actions{flex-wrap:wrap}.inquiry-panel-actions .btn{flex:auto}@media (width<=1024px){.wizard-social-list article{grid-template-columns:130px minmax(0,1fr)}.wizard-social-list article>.field:last-child{grid-column:2}.panel-social-editor{grid-template-columns:1fr}.pass2-case-editor article{grid-template-columns:100px minmax(0,1fr) 40px}.pass2-case-editor img{width:100px;height:110px}}@media (width<=720px){.pass2-wizard .wizard-main{padding-left:12px;padding-right:12px}.wizard-avatar-row{text-align:center;grid-template-columns:1fr}.wizard-avatar-button{margin:auto}.wizard-avatar-row>div p{margin:6px auto 0}.wizard-social-list article{grid-template-columns:1fr}.wizard-social-list article>.field:last-child{grid-column:auto}.wizard-social-name{height:auto}.wizard-repeat-head{flex-direction:column;align-items:flex-start}.wizard-repeat-head .btn{width:100%}.wizard-link-list>div{grid-template-columns:1fr 40px}.wizard-link-list>div>.input:nth-child(2){grid-area:2/1/auto/-1}.wizard-link-list>div>.icon-btn{grid-area:1/2}.wizard-demographics>div:not(.wizard-repeat-head){grid-template-columns:1fr 110px}.wizard-template-grid{grid-template-columns:1fr}.wizard-template-preview{height:105px}.panel-avatar-editor{flex-direction:column;align-items:flex-start}.panel-social-editor article{padding:14px}.panel-demographics{grid-template-columns:1fr}.pass2-case-editor article{grid-template-columns:82px minmax(0,1fr) 36px}.pass2-case-editor article .form-grid-two{grid-template-columns:1fr}.inquiry-row-actions{justify-content:flex-start}.inquiries-table .table-row{min-width:0}.inquiry-status-select{width:100%}}@media (width<=430px){.wizard-avatar-row,.wizard-social-list article,.wizard-offer-list article,.wizard-case-list article{padding:14px}.wizard-demographics>div:not(.wizard-repeat-head){grid-template-columns:1fr}.wizard-template-preview{grid-template-columns:65px 1fr}.pass2-editor .panel-card{padding:16px}.panel-social-editor article{padding:12px}.pass2-case-editor article{grid-template-columns:1fr 36px}.pass2-case-editor img{grid-column:1/-1;width:100%;height:180px}.pass2-case-editor article>div{grid-column:1/-1}.pass2-case-editor article>.icon-btn{margin-top:8px;position:absolute;right:26px}.inquiry-panel-actions{grid-template-columns:1fr;display:grid}.inquiry-panel-actions .btn{width:100%}}select.input{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#6b6676 50%),linear-gradient(135deg,#6b6676 50%,#0000 50%);background-position:calc(100% - 17px) 20px,calc(100% - 12px) 20px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:34px}.main-nav{gap:24px;margin-left:25px}.pass3-home-hero{padding-bottom:64px}.pass3-home-hero .hero-copy h1 em{color:#8d6e3f;font-style:normal}.slug-reservation{border:1px solid var(--linku-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;grid-column:1/-1;grid-template-columns:minmax(260px,.8fr) minmax(420px,1.2fr);align-items:end;gap:26px 46px;margin-top:56px;padding:28px 30px;display:grid}.slug-reservation .eyebrow{margin-bottom:8px}.slug-reservation h2{margin-bottom:8px;font-size:30px}.slug-reservation-control{grid-template-columns:1fr auto;gap:10px;display:grid}.slug-reservation-control label{background:#fff;border:1px solid #dcd2c6;border-radius:10px;align-items:center;height:48px;display:flex;overflow:hidden}.slug-reservation-control label span{color:var(--linku-muted);white-space:nowrap;padding-left:14px;font-size:13px}.slug-reservation-control input{background:0 0;border:0;outline:0;width:100%;height:100%;padding:0 12px 0 3px}.slug-reservation>small{font-size:11px}.slug-reservation>small.valid{color:var(--linku-success)}.slug-reservation>small.invalid{color:var(--linku-error)}.reservation-message{border-radius:10px;align-items:center;gap:8px;padding:11px 13px;font-size:12px;display:flex}.reservation-message.success{color:#287749;background:#eaf5ed}.reservation-message.error{color:#8f3e34;background:#f8eae7}.reservation-message button{align-items:center;gap:6px;margin-left:auto;font-weight:700;display:flex}.pass3-step-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.pass3-step-grid article{border:1px solid var(--linku-border);border-radius:var(--radius-md);background:#fff;min-height:220px;padding:30px}.pass3-step-grid article>span{background:var(--linku-black);color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;margin-bottom:42px;font:700 11px Space Grotesk;display:inline-grid}.pass3-step-grid h3{margin-bottom:10px;font-size:24px}.pass3-product-preview{padding:94px 0}.pass3-preview-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;display:grid}.pass3-preview-grid>div:first-child h2{max-width:650px;margin-bottom:22px;font-size:clamp(38px,4.7vw,62px)}.pass3-preview-grid>div:first-child p{color:#b8b4bd;max-width:600px;font-size:17px}.pass3-preview-actions{gap:12px;margin-top:30px;display:flex}.pass3-preview-actions .btn-ghost{color:#fff;border:1px solid #3b3b3d}.media-preview-card{color:#111;background:#fff;border-radius:20px;padding:28px;box-shadow:0 28px 80px #0005}.media-preview-head{border-bottom:1px solid var(--linku-border);align-items:center;gap:15px;padding-bottom:22px;display:flex}.media-preview-head img{object-fit:cover;border-radius:50%;width:66px;height:66px}.media-preview-head span,.media-preview-head strong,.media-preview-head small{display:block}.media-preview-head span{letter-spacing:.14em;color:#8d6e3f;font-size:9px}.media-preview-head strong{font:700 25px Space Grotesk}.media-preview-head small{color:var(--linku-muted)}.media-preview-stats{background:var(--linku-border);border:1px solid var(--linku-border);border-radius:13px;grid-template-columns:1fr 1fr;gap:1px;margin:22px 0;display:grid;overflow:hidden}.media-preview-stats div{background:#fff;padding:18px}.media-preview-stats b,.media-preview-stats span{display:block}.media-preview-stats b{font:700 22px Space Grotesk}.media-preview-stats span{color:var(--linku-muted);font-size:10px}.media-preview-tags,.creator-card-tags,.brief-platforms{flex-wrap:wrap;gap:7px;display:flex}.media-preview-tags span,.creator-card-tags span,.brief-platforms span{border:1px solid var(--linku-border);border-radius:20px;padding:6px 9px;font-size:10px}.audience-paths{grid-template-columns:1fr 1fr;gap:20px;display:grid}.audience-paths article{border:1px solid var(--linku-border);border-radius:var(--radius-lg);background:#fff;padding:38px}.audience-paths article h3{margin-bottom:12px;font-size:30px}.audience-paths article p{max-width:480px;margin-bottom:28px;font-size:15px}.home-pricing-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.home-pricing-grid article{border:1px solid var(--linku-border);background:#fff;border-radius:18px;flex-direction:column;padding:28px;display:flex}.home-pricing-grid article.featured{border-color:var(--linku-gold);box-shadow:0 18px 55px #533d1d1a}.home-pricing-grid article>span{font-weight:700}.home-pricing-grid article>div{align-items:end;gap:7px;margin:20px 0 12px;display:flex}.home-pricing-grid article>div b{font:700 36px Space Grotesk}.home-pricing-grid article>div small{color:var(--linku-muted);padding-bottom:7px}.home-pricing-grid article p{min-height:48px}.home-pricing-grid ul{flex-direction:column;flex:1;gap:9px;margin:22px 0;padding:0;list-style:none;display:flex}.home-pricing-grid li{align-items:center;gap:8px;font-size:12px;display:flex}.home-pricing-grid li svg{color:var(--linku-success)}.faq-layout{grid-template-columns:.75fr 1.25fr;align-items:start;gap:80px;display:grid}.faq-layout>div:first-child h2{margin-bottom:18px;font-size:clamp(36px,4vw,54px)}.faq-list{border-top:1px solid var(--linku-border)}.faq-list article{border-bottom:1px solid var(--linku-border)}.faq-list article>button{text-align:left;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:22px 0;display:flex}.faq-list article>button strong{font-size:16px}.faq-list article>button span{border:1px solid var(--linku-border);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:19px;display:grid}.faq-list article>p{padding:0 52px 22px 0;font-size:14px}.pass3-catalog-hero h1{max-width:920px}.category-filter-chips{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.category-filter-chips button{border:1px solid var(--linku-border);background:#fff;border-radius:24px;padding:8px 13px;font-size:11px;font-weight:700}.category-filter-chips button.active{background:var(--linku-black);border-color:var(--linku-black);color:#fff}.pass3-filters{grid-template-columns:auto repeat(3,minmax(155px,1fr)) auto;align-items:end;display:grid}.pass3-filters>div{height:48px}.pass3-filters label{flex-direction:column;gap:5px;display:flex}.pass3-filters label>span{color:var(--linku-muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:700}.pass3-filters select{width:100%;height:44px}.pass3-filters>button{height:44px;margin:0;padding:0 10px}.pass3-creator-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pass3-creator-card{flex-direction:column;padding-bottom:0;display:flex}.pass3-creator-card .creator-main{grid-template-columns:112px 1fr}.pass3-creator-card .creator-main>img{min-height:170px}.pass3-creator-card .creator-main>div{padding:20px 18px}.pass3-creator-card .creator-main small{margin-top:12px}.creator-card-stats{border-top:1px solid var(--linku-border);border-bottom:1px solid var(--linku-border);grid-template-columns:repeat(3,1fr);display:grid;padding:0!important}.creator-card-stats div{text-align:center;border-right:1px solid var(--linku-border);padding:14px 10px}.creator-card-stats div:last-child{border-right:0}.creator-card-stats b,.creator-card-stats span{display:block}.creator-card-stats b{font:700 14px Space Grotesk}.creator-card-stats span{letter-spacing:0!important;text-transform:none!important;color:var(--linku-muted)!important;font-size:8px!important}.creator-card-tags{padding:16px 18px!important}.creator-card-tags .plan-chip{background:var(--linku-cream);color:#785a2e;border-color:#ddceb7}.pass3-creator-card .creator-card-actions{grid-template-columns:1fr 1fr;gap:8px;padding:0 18px 18px;display:grid}.brief-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.brief-catalog-card{border:1px solid var(--linku-border);border-radius:var(--radius-md);background:#fff;flex-direction:column;padding:26px;display:flex}.brief-card-head,.brief-detail-brand{grid-template-columns:48px 1fr auto;align-items:center;gap:12px;display:grid}.brief-card-head .brand-mark,.brief-detail-brand .brand-mark{width:48px;height:48px;font-size:20px}.brief-card-head span,.brief-detail-brand span{text-transform:uppercase;letter-spacing:.08em;color:#8d6e3f;font-size:9px}.brief-card-head h3,.brief-detail-brand h3{margin-top:2px;font-size:17px}.brief-status{text-transform:uppercase;letter-spacing:.06em;background:var(--linku-cream);color:#76582e;border-radius:20px;padding:6px 9px;font-size:9px}.brief-status.pilny{color:#9b4438;background:#f8eae7}.brief-status.premium{color:#fff;background:#111}.brief-status.nowy{color:#287749;background:#eaf5ed}.brief-catalog-card>h2{margin:25px 0 10px;font-size:25px}.brief-catalog-card>p{min-height:62px;font-size:13px}.brief-catalog-card dl{grid-template-columns:1fr 1fr;gap:10px;margin:22px 0;display:grid}.brief-catalog-card dl>div{background:var(--linku-bg);border-radius:10px;padding:13px}.brief-catalog-card dt,.brief-catalog-card dd{margin:0}.brief-catalog-card dt{color:var(--linku-muted);text-transform:uppercase;font-size:9px}.brief-catalog-card dd{margin-top:4px;font-size:12px;font-weight:700}.brief-platforms{margin-bottom:22px}.brief-card-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;display:grid}.brief-detail-brand{border-bottom:1px solid var(--linku-border);padding-bottom:20px}.brief-detail-lead{margin:24px 0;font-size:15px}.brief-detail-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.brief-detail-grid>div{background:var(--linku-bg);border-radius:10px;padding:14px}.brief-detail-grid span,.brief-detail-grid strong{display:block}.brief-detail-grid span{color:var(--linku-muted);text-transform:uppercase;font-size:9px}.brief-detail-grid strong{margin-top:5px;font-size:13px}.brief-application-success>span{color:var(--linku-success);background:#eaf5ed}.pass3-marketing-hero{padding-top:100px}.problem-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.problem-grid article{border-top:2px solid var(--linku-black);padding:24px 2px}.problem-grid article>span{color:#8d6e3f;font-size:10px}.problem-grid h3{margin:28px 0 10px;font-size:23px}.pass3-copy-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px;display:grid}.pass3-copy-grid.reverse>div:first-child{order:2}.pass3-copy-grid>div:first-child h2{margin-bottom:18px;font-size:clamp(36px,4vw,54px)}.pass3-copy-grid>div:first-child>p{margin-bottom:25px;font-size:17px}.benefit-list{flex-direction:column;gap:12px;display:flex}.benefit-list article{border:1px solid var(--linku-border);background:#fff;border-radius:13px;grid-template-columns:42px 1fr;gap:14px;padding:20px;display:grid}.benefit-list article>span{background:var(--linku-cream);color:#8d6e3f;border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.benefit-list h3{margin-bottom:4px;font-size:19px}.benefit-list p{font-size:12px}.pass3-media-section{grid-template-columns:1fr 360px;align-items:center;gap:90px;display:grid}.pass3-media-section>div:first-child h2{margin-bottom:18px;font-size:clamp(38px,4vw,56px)}.pass3-media-section>div:first-child p{color:#b8b4bd;margin-bottom:28px;font-size:17px}.marketing-stat-card{color:#111;background:#fff;border-radius:18px;padding:28px}.marketing-stat-card>span{letter-spacing:.12em;color:#8d6e3f;font-size:9px}.marketing-stat-card>strong,.marketing-stat-card>small{display:block}.marketing-stat-card>strong{margin-top:14px;font:700 48px Space Grotesk}.marketing-stat-card>small{color:var(--linku-muted);margin-bottom:20px}.marketing-stat-card>div{border-top:1px solid var(--linku-border);justify-content:space-between;padding:12px 0;display:flex}.marketing-stat-card>div span{color:var(--linku-muted);font-size:11px}.inquiry-flow-card{border:1px solid var(--linku-border);border-radius:var(--radius-md);background:#fff;padding:15px 24px}.inquiry-flow-card>div{border-bottom:1px solid var(--linku-border);grid-template-columns:34px 1fr;align-items:center;gap:12px;padding:16px 0;display:grid}.inquiry-flow-card>div:last-child{border-bottom:0}.inquiry-flow-card b{color:#fff;background:#111;border-radius:50%;place-items:center;width:32px;height:32px;font-size:11px;display:grid}.cta-stack{gap:10px;display:flex}.brand-process-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.brand-process-grid article{border:1px solid var(--linku-border);border-radius:var(--radius-md);text-align:center;background:#fff;padding:28px}.brand-process-grid article>span{background:var(--linku-cream);color:#8d6e3f;border-radius:50%;place-items:center;width:46px;height:46px;margin:0 auto 28px;display:grid}.brand-process-grid h3{margin-bottom:10px;font-size:24px}.center-action{text-align:center;margin-top:28px}.brand-proof-card{border:1px solid var(--linku-border);border-radius:var(--radius-md);background:#fff;padding:22px}.brand-proof-card>div{border-bottom:1px solid var(--linku-border);align-items:center;gap:11px;padding:15px 0;font-weight:700;display:flex}.brand-proof-card>div:last-child{border-bottom:0}.brand-proof-card svg{color:var(--linku-success)}.brief-example{border:1px solid var(--linku-border);border-radius:var(--radius-md);background:#fff;padding:32px}.brief-example>span{letter-spacing:.12em;color:#8d6e3f;font-size:9px}.brief-example h3{margin:14px 0 8px;font-size:30px}.brief-example dl{grid-template-columns:1fr 1fr;gap:10px;margin:25px 0 0;display:grid}.brief-example dl>div{background:var(--linku-bg);border-radius:10px;padding:14px}.brief-example dt,.brief-example dd{margin:0}.brief-example dt{color:var(--linku-muted);font-size:9px}.brief-example dd{margin-top:4px;font-weight:700}.pass3-safety{justify-content:space-between;align-items:center;gap:50px;display:flex}.pass3-safety h2{margin-bottom:18px;font-size:clamp(36px,4vw,54px)}.pass3-safety p{color:#b8b4bd;max-width:730px}.pass3-feature-grid{grid-template-columns:repeat(3,1fr)}.payment-note{max-width:850px;margin:30px auto 0}@media (width<=1100px){.main-nav{gap:16px;margin-left:12px}.main-nav>button{font-size:13px}.slug-reservation{grid-template-columns:1fr}.slug-reservation>small,.reservation-message{grid-column:1}.pass3-creator-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pass3-filters{grid-template-columns:auto repeat(2,minmax(150px,1fr))}.pass3-filters label:nth-of-type(3){grid-column:2}.pass3-filters>button{grid-column:4}.pass3-feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.pass3-preview-grid,.faq-layout,.pass3-copy-grid,.pass3-media-section{grid-template-columns:1fr;gap:45px}.pass3-copy-grid.reverse>div:first-child{order:0}.pass3-step-grid,.home-pricing-grid,.problem-grid,.brand-process-grid{grid-template-columns:1fr 1fr}.audience-paths,.brief-catalog-grid{grid-template-columns:1fr}.pass3-safety{flex-direction:column;align-items:flex-start}.pass3-filters{grid-template-columns:1fr 1fr}.pass3-filters>div{grid-column:1/-1}.pass3-filters label:nth-of-type(3){grid-column:auto}.pass3-filters>button{grid-column:auto;justify-self:end}.pass3-media-section{grid-template-columns:1fr}.marketing-stat-card{max-width:520px}}@media (width<=760px){.main-nav{gap:0}.pass3-home-hero{padding-bottom:50px}.slug-reservation{gap:20px;margin-top:42px;padding:22px}.slug-reservation-control{grid-template-columns:1fr}.slug-reservation-control .btn{width:100%}.reservation-message{flex-wrap:wrap;align-items:flex-start}.reservation-message button{margin-left:25px}.pass3-step-grid,.home-pricing-grid,.problem-grid,.brand-process-grid,.pass3-feature-grid{grid-template-columns:1fr}.pass3-step-grid article{min-height:0}.pass3-step-grid article>span{margin-bottom:28px}.pass3-preview-actions,.cta-stack{flex-direction:column}.pass3-preview-actions .btn,.cta-stack .btn{width:100%}.media-preview-card{padding:20px}.pass3-filters{flex-direction:column;align-items:stretch;display:flex}.pass3-filters>div{height:auto}.pass3-filters>button{align-self:flex-end}.pass3-creator-grid{grid-template-columns:1fr}.brief-catalog-card{padding:21px}.pass3-creator-card .creator-card-actions,.brief-card-actions{grid-template-columns:1fr}.pass3-marketing-hero{padding-top:65px}.pass3-copy-grid,.pass3-media-section{gap:32px}.pass3-safety .btn{width:100%}}@media (width<=520px){.pass3-home-hero .hero-copy h1{font-size:40px}.slug-reservation h2{font-size:26px}.slug-reservation-control label span{font-size:12px}.media-preview-stats{grid-template-columns:1fr}.media-preview-stats div{padding:14px}.audience-paths article{padding:28px 22px}.faq-list article>button{padding:18px 0}.faq-list article>p{padding-right:0}.pass3-creator-card .creator-main{grid-template-columns:94px 1fr}.pass3-creator-card .creator-main>img{min-height:160px}.pass3-creator-card .creator-main>div{padding:16px 13px}.creator-card-stats{grid-template-columns:1fr 1fr}.creator-card-stats div:nth-child(2){border-right:0}.creator-card-stats div:last-child{border-top:1px solid var(--linku-border);grid-column:1/-1}.brief-card-head,.brief-detail-brand{grid-template-columns:44px 1fr}.brief-card-head .brief-status,.brief-detail-brand .brief-status{grid-column:1/-1;justify-self:start}.brief-catalog-card dl,.brief-detail-grid,.brief-example dl{grid-template-columns:1fr}.brief-catalog-card>p{min-height:0}.pass3-safety h2,.pass3-copy-grid>div:first-child h2{font-size:36px}}.pass4-content-section{background:var(--linku-bg)}.pass4-content-section button,.pass4-detail-page button,.pass4-legal-page button,.pass4-contact-page button{font:inherit}.resource-search{border:1px solid var(--linku-border);max-width:620px;box-shadow:var(--shadow-sm);text-align:left;background:#fff;border-radius:14px;align-items:center;gap:12px;margin:34px auto 0;padding:0 18px;display:flex}.resource-search svg{color:var(--linku-muted);flex:none}.resource-search input{width:100%;height:58px;color:var(--linku-text);font:inherit;background:0 0;border:0;outline:0}.resource-search input::placeholder{color:#938c97}.blog-featured{border:1px solid var(--linku-border);min-height:390px;box-shadow:var(--shadow-sm);background:#fff;border-radius:22px;grid-template-columns:.9fr 1.1fr;margin-bottom:28px;display:grid;overflow:hidden}.blog-featured-visual{color:#fff;background:radial-gradient(circle at 75% 25%,#c8a06255,#0000 36%),linear-gradient(145deg,#0f0f10,#29231c);flex-direction:column;justify-content:space-between;min-height:390px;padding:34px;display:flex}.blog-featured-visual>span{letter-spacing:.12em;text-transform:uppercase;color:#e2c18d;font-size:11px}.blog-featured-visual div{justify-content:space-between;align-items:flex-end;display:flex}.blog-featured-visual small{color:#aaa5b0}.blog-featured-visual strong{letter-spacing:-.06em;font-family:Space Grotesk;font-size:40px}.blog-featured-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:50px;display:flex}.blog-featured-copy>span{color:#8b858e;font-size:11px}.blog-featured-copy h2{margin:14px 0 18px;font-size:42px}.blog-featured-copy p{max-width:580px;margin-bottom:28px;font-size:16px}.pass4-article-grid{grid-template-columns:repeat(2,1fr)}.pass4-article-grid .article-card-body p{min-height:auto}.pass4-article-grid .article-visual{height:155px}.resource-bottom-cta h2{margin-bottom:8px;font-size:34px}.resource-bottom-cta .eyebrow{margin-bottom:12px}.guide-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.guide-card{border:1px solid var(--linku-border);background:#fff;border-radius:18px;flex-direction:column;min-height:310px;padding:28px;display:flex}.guide-card-top{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.guide-card-top>span{color:#d8c9b3;font:600 30px/1 Space Grotesk}.guide-card-top>div{align-items:center;gap:8px;display:flex}.guide-card-top small,.guide-card-top b{border-radius:20px;padding:6px 9px;font-size:10px}.guide-card-top small{background:var(--linku-cream)}.guide-card-top b{border:1px solid var(--linku-border)}.guide-card h2{margin-bottom:12px;font-size:27px}.guide-card p{font-size:13px}.guide-meta{color:#817b86;gap:16px;margin-top:auto;padding-top:24px;font-size:10px;display:flex}.guide-card>button{color:#8a6739;align-items:center;gap:7px;margin-top:18px;font-size:12px;font-weight:700;display:flex}.knowledge-layout{grid-template-columns:220px minmax(0,1fr);gap:38px;max-width:960px;margin:0 auto;display:grid}.knowledge-categories{border:1px solid var(--linku-border);background:#fff;border-radius:15px;flex-direction:column;gap:11px;height:max-content;padding:20px;display:flex;position:sticky;top:100px}.knowledge-categories strong{margin-bottom:4px;font-size:12px}.knowledge-categories span{color:#6f6974;border-bottom:1px solid #eee8de;padding:7px 0;font-size:11px}.knowledge-categories span:last-child{border:0}.knowledge-faq-list{flex-direction:column;gap:10px;display:flex}.knowledge-faq-list article{border:1px solid var(--linku-border);background:#fff;border-radius:14px;overflow:hidden}.knowledge-faq-list article.open{box-shadow:var(--shadow-sm);border-color:#c9b28f}.knowledge-question{text-align:left;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:20px 22px;display:flex}.knowledge-question span{flex-direction:column;gap:5px;display:flex}.knowledge-question small{color:#8b6b3d;text-transform:uppercase;letter-spacing:.09em;font-size:9px}.knowledge-question strong{font-size:15px}.knowledge-question i{color:#8c6a3d;font-size:23px;font-style:normal}.knowledge-answer{padding:0 22px 22px}.knowledge-answer p{margin-bottom:13px;font-size:13px}.knowledge-answer button{color:#8a6739;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.updates-timeline{max-width:920px;margin:0 auto;position:relative}.updates-timeline:before{content:"";background:var(--linku-border);width:1px;position:absolute;top:10px;bottom:10px;left:104px}.updates-timeline>article{grid-template-columns:86px 36px 1fr;align-items:start;gap:0 18px;margin-bottom:24px;display:grid}.timeline-marker{z-index:1;place-items:center;padding-top:24px;display:grid;position:relative}.timeline-marker i{background:var(--linku-gold);border:4px solid var(--linku-bg);width:13px;height:13px;box-shadow:0 0 0 1px var(--linku-border);border-radius:50%}.update-date{color:#7c7680;text-align:right;padding-top:25px;font-size:10px}.update-card{border:1px solid var(--linku-border);background:#fff;border-radius:16px;padding:25px}.update-card>small{color:#8a838e;margin-left:8px;font-size:10px}.update-card h2{margin:13px 0 9px;font-size:25px}.update-card p{font-size:13px}.update-card button{color:#8a6739;align-items:center;gap:6px;margin-top:17px;font-size:11px;font-weight:700;display:flex}.update-badge{text-transform:uppercase;letter-spacing:.06em;background:#ece5da;border-radius:20px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.badge-nowosc{color:#2d7750;background:#e8f4eb}.badge-poprawka{color:#955748;background:#f5eae6}.badge-usprawnienie{color:#65518d;background:#ece8f7}.badge-status{color:#446b86;background:#e7eff5}.pass4-detail-header{background:var(--linku-cream);border-bottom:1px solid var(--linku-border);padding:70px 0 78px}.pass4-detail-header .article-header{max-width:900px}.pass4-detail-header h1{margin-bottom:20px;font-size:clamp(42px,5vw,64px)}.pass4-detail-header p{max-width:760px;font-size:18px}.pass4-detail-page .article-sidebar button{color:#716b75;text-align:left;padding:4px 0;font-size:11px}.pass4-detail-page .article-sidebar button:hover{color:#111}.guide-detail-layout{grid-template-columns:minmax(0,1fr) 340px;gap:70px;padding-top:75px;padding-bottom:100px;display:grid}.guide-steps>section{border-bottom:1px solid var(--linku-border);grid-template-columns:48px 1fr;gap:18px;padding:25px 0;display:grid}.guide-steps>section>span{color:#fff;background:#111;border-radius:50%;place-items:center;width:44px;height:44px;font-weight:700;display:grid}.guide-steps h2{margin-bottom:7px;font-size:24px}.guide-steps p{font-size:15px}.guide-checklist{border:1px solid var(--linku-border);height:max-content;box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;padding:25px;position:sticky;top:105px}.guide-checklist h2{margin-bottom:20px;font-size:25px}.guide-checklist>button:not(.btn){text-align:left;border-bottom:1px solid #eee8de;grid-template-columns:24px 1fr;gap:10px;width:100%;padding:10px 0;font-size:12px;display:grid}.guide-checklist>button:not(.btn) i{color:#fff;border:1px solid #cbbda9;border-radius:6px;place-items:center;width:20px;height:20px;display:grid}.guide-checklist>button.checked i{background:var(--linku-success);border-color:var(--linku-success)}.guide-checklist>button.checked span{color:#85808a;text-decoration:line-through}.guide-checklist>small{color:#817b86;margin:15px 0;display:block}.guide-checklist>.btn{width:100%}.knowledge-detail{grid-template-columns:minmax(0,760px) 230px;gap:70px;padding-top:70px;padding-bottom:100px;display:grid}.knowledge-direct-answer{border:1px solid var(--linku-border);border-left:4px solid var(--linku-gold);background:#fff;border-radius:14px;margin-bottom:40px;padding:26px}.knowledge-direct-answer span{text-transform:uppercase;letter-spacing:.1em;color:#8b6a3d;margin-bottom:9px;font-size:10px;display:block}.knowledge-direct-answer p{color:#2d2930;font-size:18px}.knowledge-main>section{margin:34px 0}.knowledge-main>section h2{margin-bottom:12px;font-size:28px}.knowledge-main>section p{font-size:15px}.helpful-box,.knowledge-contact-form{border:1px solid var(--linku-border);background:#fff;border-radius:16px;margin-top:42px;padding:26px}.helpful-box h2,.knowledge-contact-form h2{margin-bottom:7px;font-size:25px}.helpful-box>p,.knowledge-contact-form>p{font-size:13px}.helpful-box>div:not(.inline-message){gap:10px;margin-top:18px;display:flex}.knowledge-contact-form .modal-form{margin-top:22px}.knowledge-detail-side{border:1px solid var(--linku-border);background:#fff;border-radius:14px;flex-direction:column;gap:7px;height:max-content;padding:20px;display:flex;position:sticky;top:105px}.knowledge-detail-side strong{text-transform:uppercase;letter-spacing:.07em;color:#8b858e;margin-top:8px;font-size:10px}.knowledge-detail-side span{margin-bottom:7px;font-size:12px}.knowledge-detail-side .btn{margin-top:7px}.success-panel.compact{text-align:left;align-items:center;gap:10px;padding:18px;display:flex}.success-panel.compact h3{font-size:16px}.update-detail{max-width:780px;padding-top:75px;padding-bottom:100px}.update-detail-badge{align-items:center;gap:12px;margin-bottom:28px;display:flex}.update-detail-badge span{color:#fff;text-transform:uppercase;background:#111;border-radius:20px;padding:7px 11px;font-size:10px;font-weight:700}.update-detail-badge small{color:#77717c}.update-detail>h2{margin-bottom:24px;font-size:34px}.update-change-list{flex-direction:column;gap:12px;display:flex}.update-change-list>div{border:1px solid var(--linku-border);background:#fff;border-radius:12px;align-items:flex-start;gap:12px;padding:17px;display:flex}.update-change-list svg{color:var(--linku-success);flex:none}.update-change-list p{color:#37323a;font-size:14px}.update-detail>.btn{margin-top:24px}.pass4-legal-page .legal-layout{grid-template-columns:240px minmax(0,790px);gap:72px}.legal-navigation>strong{text-transform:uppercase;letter-spacing:.1em;color:#8a838e;padding:0 13px 8px;font-size:11px}.legal-company-mini{border-top:1px solid var(--linku-border);flex-direction:column;gap:3px;margin-top:20px;padding:18px 13px;display:flex}.legal-company-mini span{text-transform:uppercase;color:#8b858e;font-size:9px}.legal-company-mini b{font-size:11px}.legal-company-mini small{color:#77717c;font-size:10px}.legal-review-note{background:#fff9ee;border:1px solid #e8d6b9;border-radius:12px;gap:12px;margin:0 0 28px;padding:17px 19px;display:flex}.legal-review-note svg{color:#9b7239;flex:none}.legal-review-note p{color:#605543;font-size:12px}.legal-toc{border:1px solid var(--linku-border);background:#fff;border-radius:14px;flex-direction:column;align-items:flex-start;margin-bottom:45px;padding:20px;display:flex}.legal-toc strong{margin-bottom:10px;font-size:12px}.legal-toc button{text-align:left;color:#6d6772;padding:6px 0;font-size:11px}.legal-toc button:hover{color:#111}.pass4-legal-page .legal-layout article>section{scroll-margin-top:110px}.pass4-legal-page .legal-layout article>section p+p{margin-top:12px}.legal-links{background:var(--linku-cream);border-radius:15px;justify-content:space-between;align-items:center;gap:24px;margin-top:48px;padding:24px;display:flex}.legal-links h3{font-size:20px}.legal-links p{margin-top:5px;font-size:12px}.legal-links>div:last-child{flex-wrap:wrap;gap:8px;display:flex}.pass4-legal-page .legal-contact{margin-top:18px}.status-section-head{justify-content:space-between;align-items:flex-end;margin-bottom:16px;display:flex}.status-section-head h2{margin:0}.status-live-label{color:var(--linku-success);align-items:center;gap:6px;font-size:10px;display:flex}.status-live-label i{background:var(--linku-success);border-radius:50%;width:7px;height:7px}.services-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.status-service-card{border:1px solid var(--linku-border);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;padding:16px;display:flex}.status-service-card>div{align-items:center;gap:9px;display:flex}.status-service-card strong{font-size:12px}.status-service-card>b{text-transform:uppercase;color:var(--linku-success);font-size:9px}.incident-list{flex-direction:column;display:flex}.pass4-status-hero .status-main{box-shadow:0 8px 24px #3fa66b14}.contact-details>button{text-align:left;align-items:flex-start;gap:13px;padding:0;display:flex}.contact-details>button:hover strong{color:#8a6739}.contact-details button svg{color:var(--linku-gold)}.success-actions{justify-content:center;gap:10px;margin-top:22px;display:flex}.consent-check{color:#625c67;cursor:pointer;grid-template-columns:20px 1fr;align-items:start;gap:10px;font-size:11px;display:grid}.consent-check input{appearance:none;background:#fff;border:1px solid #bfb3a2;border-radius:5px;place-items:center;width:18px;height:18px;margin:0;display:grid}.consent-check input:checked{background:var(--linku-black);border-color:var(--linku-black)}.consent-check input:checked:after{content:"✓";color:#fff;font-size:12px;line-height:1}.pass4-contact-page select,.knowledge-contact-form select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#6b6676 50%),linear-gradient(135deg,#6b6676 50%,#0000 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 13px) calc(50% - 2px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:40px}.cookie-modal-actions{flex-wrap:wrap;display:flex}.cookie-banner>div:last-child{flex-wrap:wrap;justify-content:flex-end}@media (width<=1000px){.blog-featured{grid-template-columns:1fr}.blog-featured-visual{min-height:260px}.guide-detail-layout,.knowledge-detail{grid-template-columns:1fr;gap:35px}.guide-checklist,.knowledge-detail-side{position:static}.knowledge-detail-side{max-width:420px}.pass4-legal-page .legal-layout{grid-template-columns:1fr;gap:30px}.pass4-legal-page .legal-navigation{flex-direction:row;padding-bottom:5px;position:static;overflow:auto}.legal-navigation>strong,.legal-company-mini{display:none}.services-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.resource-search{margin-top:25px;padding:0 14px}.resource-search input{height:52px}.blog-featured-copy{padding:28px 22px}.blog-featured-copy h2{font-size:32px}.blog-featured-visual{min-height:210px;padding:24px}.pass4-article-grid,.guide-grid{grid-template-columns:1fr}.resource-bottom-cta{flex-direction:column;align-items:flex-start;padding:28px 22px}.resource-bottom-cta h2{font-size:29px}.resource-bottom-cta .btn{width:100%}.knowledge-layout{grid-template-columns:1fr}.knowledge-categories{display:none;position:static}.updates-timeline:before{left:9px}.updates-timeline>article{grid-template-columns:20px 1fr;gap:0 12px}.timeline-marker{grid-area:1/1/3;padding-top:4px}.update-date{text-align:left;grid-column:2;padding:0 0 8px}.update-card{grid-column:2}.pass4-detail-header{padding:50px 0}.pass4-detail-header h1{font-size:39px}.guide-detail-layout,.knowledge-detail,.update-detail{padding-top:50px;padding-bottom:70px}.guide-steps>section{grid-template-columns:40px 1fr}.guide-steps>section>span{width:38px;height:38px}.guide-checklist{padding:21px}.knowledge-direct-answer p{font-size:16px}.helpful-box>div:not(.inline-message){flex-direction:column}.helpful-box .btn{width:100%}.pass4-legal-page .legal-layout article>h1{font-size:39px}.legal-toc{max-height:290px;overflow:auto}.legal-links{flex-direction:column;align-items:flex-start}.services-grid{grid-template-columns:1fr}.status-section-head{flex-direction:column;align-items:flex-start;gap:9px}.status-service-card{padding:14px}.success-actions{flex-direction:column}.success-actions .btn{width:100%}.cookie-banner>div:last-child{grid-template-columns:1fr;display:grid}.cookie-banner .btn{width:100%}.cookie-modal-actions{grid-template-columns:1fr;display:grid}.cookie-modal-actions .btn{width:100%}}@media (width<=390px){.blog-featured-copy h2{font-size:29px}.guide-card{padding:22px}.knowledge-question{padding:17px}.update-card{padding:20px}.pass4-detail-header h1{font-size:35px}.legal-links>div:last-child{width:100%;display:grid}.legal-links .btn{width:100%}}.dashboard-sidebar nav{min-height:0;padding-right:3px;overflow-y:auto}.dashboard-sidebar nav::-webkit-scrollbar{width:4px}.dashboard-sidebar nav::-webkit-scrollbar-thumb{background:#3a383a;border-radius:4px}.pass5-overview-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.pass5-stat-card{border:1px solid var(--linku-border);border-radius:var(--radius-md);background:#fff;min-width:0;padding:22px}.pass5-stat-card>span,.pass5-stat-card>strong,.pass5-stat-card>small{display:block}.pass5-stat-card>span{text-transform:uppercase;letter-spacing:.08em;color:var(--linku-muted);font-size:10px}.pass5-stat-card>strong{margin:12px 0 7px;font:700 32px/1.1 Space Grotesk,sans-serif}.pass5-stat-card>small{color:#827c86;font-size:10px}.pass5-stats{margin-bottom:18px}.pass5-inline-summary{flex-wrap:wrap;gap:7px;display:flex}.pass5-inline-summary span{background:var(--linku-cream);color:#6d6357;border-radius:20px;padding:6px 9px;font-size:9px}.pass5-admin-list{flex-direction:column;gap:12px;display:flex}.pass5-admin-list.compact{gap:9px}.pass5-list-card{border:1px solid var(--linku-border);background:#fff;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-width:0;padding:17px;display:grid}.pass5-list-card button.pass5-list-main{text-align:left;width:100%}.pass5-list-main{grid-template-columns:minmax(220px,.85fr) minmax(0,1.3fr);align-items:center;gap:24px;min-width:0;display:grid}.pass5-list-title,.pass5-user-title,.pass5-profile-title{min-width:0}.pass5-list-title h3,.pass5-user-title h3,.pass5-profile-title h3{overflow-wrap:anywhere;margin:7px 0 4px;font-size:17px}.pass5-list-title p,.pass5-user-title p,.pass5-profile-title p{color:var(--linku-muted);overflow-wrap:anywhere;font-size:11px}.pass5-user-title,.pass5-profile-title{grid-template-columns:46px 1fr;align-items:center;gap:12px;display:grid}.pass5-user-title .avatar-small{width:44px;height:44px}.pass5-profile-title img{object-fit:cover;border-radius:50%;width:46px;height:46px}.pass5-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.pass5-meta-grid>span{background:var(--linku-bg);border-radius:9px;min-width:0;padding:10px;display:block}.pass5-meta-grid small,.pass5-meta-grid strong{display:block}.pass5-meta-grid small{text-transform:uppercase;letter-spacing:.05em;color:var(--linku-muted);margin-bottom:4px;font-size:8px}.pass5-meta-grid strong{overflow-wrap:anywhere;font-size:10px}.pass5-row-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.pass5-row-actions .input{min-width:145px;height:42px}.pass5-row-actions .btn{min-height:42px}.pass5-tabs{max-width:100%;padding-bottom:3px;overflow-x:auto}.pass5-tabs button{white-space:nowrap}.pass5-activity-list>div{grid-template-columns:36px minmax(0,1fr) auto}.pass5-activity-list p{overflow-wrap:anywhere}.pass5-detail-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pass5-detail-modal .message-box{white-space:pre-wrap;margin:18px 0}.pass5-detail-modal>a{margin-top:15px}.form-error-text{color:var(--linku-error);font-size:12px}.brand-avatar{background:var(--linku-black);color:#fff;border-radius:12px;flex:none;place-items:center;width:44px;height:44px;font:700 18px Space Grotesk,sans-serif;display:grid}.brand-avatar.large{border-radius:16px;width:62px;height:62px;font-size:24px}.brand-profile-summary,.brand-settings-intro{align-items:center;gap:14px;display:flex}.brand-profile-summary{margin:20px 0}.brand-profile-summary strong,.brand-profile-summary p,.brand-profile-summary small{display:block}.brand-profile-summary p{font-size:11px}.brand-profile-summary small{color:var(--linku-muted);font-size:10px}.pass5-brand-summary>p{min-height:42px;font-size:12px}.brand-settings-intro{background:var(--linku-bg);border-radius:12px;margin-bottom:24px;padding:16px}.brand-settings-intro strong{font-size:16px}.brand-settings-intro p{margin-top:3px;font-size:11px}.pass5-brand-settings{max-width:950px}.pass5-brand-creators{align-items:start}.pass5-creator-list,.pass5-inquiry-list{flex-direction:column;display:flex}.pass5-creator-list>button{text-align:left;border-bottom:1px solid var(--linku-border);grid-template-columns:48px 1fr 22px;align-items:center;gap:12px;padding:13px 0;display:grid}.pass5-creator-list>button:last-child{border-bottom:0}.pass5-creator-list img{object-fit:cover;border-radius:50%;width:48px;height:48px}.pass5-creator-list strong,.pass5-creator-list p,.pass5-creator-list small{display:block}.pass5-creator-list p{font-size:10px}.pass5-creator-list small{color:var(--linku-muted);font-size:9px}.pass5-inquiry-list article{border-bottom:1px solid var(--linku-border);justify-content:space-between;gap:16px;padding:14px 0;display:flex}.pass5-inquiry-list article:last-child{border-bottom:0}.pass5-inquiry-list h3{margin:6px 0 3px;font-size:15px}.pass5-inquiry-list p{font-size:10px}.pass5-inquiry-list>article>small{color:var(--linku-muted);white-space:nowrap;font-size:9px}.pass5-brief-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.pass5-brief-cards>article{border:1px solid var(--linku-border);border-radius:12px;flex-direction:column;justify-content:space-between;gap:18px;padding:18px;display:flex}.pass5-brief-cards h3{margin:10px 0 6px;font-size:18px}.pass5-brief-cards p{font-size:11px}.pass5-brief-cards dl{grid-template-columns:1fr 1fr;gap:7px;display:grid}.pass5-brief-cards dl>div{background:var(--linku-bg);border-radius:8px;padding:9px}.pass5-brief-cards dt{color:var(--linku-muted);font-size:8px}.pass5-brief-cards dd{margin:3px 0 0;font-size:10px;font-weight:700}.pass5-checkbox-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.pass5-checkbox-grid .consent-check{border:1px solid var(--linku-border);border-radius:9px;padding:11px}.pass5-applications-list{flex-direction:column;gap:12px;display:flex}.pass5-applications-list article{border:1px solid var(--linku-border);border-radius:12px;padding:17px}.pass5-applications-list .pass5-meta-grid{margin:15px 0}.pass5-applications-list>a{width:max-content}.status-pill.error{color:var(--linku-error);background:#f8e8e5}@media (width<=1200px){.pass5-overview-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.pass5-list-main{grid-template-columns:1fr}.pass5-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pass5-brief-cards,.pass5-checkbox-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.pass5-list-card{grid-template-columns:1fr}.pass5-row-actions{justify-content:flex-start}.pass5-row-actions .input{flex:1}.pass5-brand-creators,.pass5-brief-cards{grid-template-columns:1fr}}@media (width<=760px){.pass5-overview-stats{grid-template-columns:1fr 1fr;gap:9px}.pass5-stat-card{padding:16px}.pass5-stat-card>strong{font-size:26px}.pass5-list-card{gap:13px;padding:14px}.pass5-list-main{gap:14px}.pass5-meta-grid{grid-template-columns:1fr 1fr}.pass5-row-actions{grid-template-columns:1fr 1fr;display:grid}.pass5-row-actions .input,.pass5-row-actions .btn{width:100%;min-width:0}.pass5-detail-grid{grid-template-columns:1fr}.pass5-inline-summary{width:100%;margin-top:10px}.pass5-checkbox-grid{grid-template-columns:1fr 1fr}.pass5-brand-settings{padding:18px}.pass5-activity-list>div{grid-template-columns:34px minmax(0,1fr)}.pass5-activity-list>div>small{grid-column:2}.pass5-admin-list .status-pill{max-width:max-content}}@media (width<=430px){.pass5-overview-stats,.pass5-meta-grid,.pass5-row-actions{grid-template-columns:1fr}.pass5-user-title,.pass5-profile-title{grid-template-columns:40px 1fr}.pass5-profile-title img,.pass5-user-title .avatar-small{width:40px;height:40px}.pass5-checkbox-grid{grid-template-columns:1fr}.brand-settings-intro{align-items:flex-start}.pass5-inquiry-list article{flex-direction:column}.pass5-inquiry-list>article>small{white-space:normal}.pass5-tabs{justify-content:flex-start}}html{-webkit-text-size-adjust:100%}a,a:visited,a:hover,a:active{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline-offset:3px;outline:2px solid #c8a06273}button,input,select,textarea{font:inherit}input,textarea,select{color:var(--linku-text);font-size:16px}input::placeholder,textarea::placeholder{color:#8b858e;opacity:1}select{appearance:none;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,#6b6676 50%),linear-gradient(135deg,#6b6676 50%,#0000 50%);background-position:calc(100% - 17px),calc(100% - 12px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:34px!important}input[type=checkbox],input[type=radio]{appearance:none;vertical-align:middle;cursor:pointer;background:#fff;border:1px solid #bfb4a6;place-content:center;width:20px;min-width:20px;height:20px;margin:0;display:inline-grid}input[type=checkbox]{border-radius:6px}input[type=radio]{border-radius:50%}input[type=checkbox]:before{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:10px;height:6px;margin-top:-2px;transition:transform .12s;transform:rotate(-45deg)scale(0)}input[type=checkbox]:checked,input[type=radio]:checked{background:var(--linku-black);border-color:var(--linku-black)}input[type=checkbox]:checked:before{transform:rotate(-45deg)scale(1)}input[type=radio]:checked{background:var(--linku-black);box-shadow:inset 0 0 0 4px #fff}.input{font-size:16px}.catalog-search input,.resource-search input{min-width:0;font-size:16px}.filters select,.pass3-filters select{color:var(--linku-text);border-color:var(--linku-border);background-color:#fff}.filters>button,.pass3-filters>button{background:var(--linku-cream);border:1px solid var(--linku-border);color:var(--linku-text);border-radius:999px;margin-left:auto;padding:9px 13px;font-weight:700;text-decoration:none}.category-filter-chips button{color:var(--linku-text)}.category-filter-chips button.active{color:#fff}.slug-reservation{width:min(1080px,100% - 40px);max-width:1080px;padding:var(--space-card);margin-left:auto;margin-right:auto}.slug-reservation-control{gap:var(--space-stack)}.slug-reservation-control label{min-width:0;transition:border-color .15s,box-shadow .15s}.slug-reservation-control label:focus-within{border-color:var(--linku-gold);box-shadow:0 0 0 3px #c8a06224}.slug-reservation-control label span{white-space:nowrap;flex:none;padding-left:14px;padding-right:7px}.slug-reservation-control label input{min-width:0;box-shadow:none!important;outline:0!important;padding-left:0!important}.payment-note{max-width:820px;margin:var(--space-stack-lg) auto 0;text-align:center;padding:18px 20px;line-height:1.7}.payment-note p{overflow-wrap:anywhere;line-height:1.7}.payment-note-link{font:inherit;text-underline-offset:3px;padding:0;font-weight:700;-webkit-text-decoration:underline #c8a062a6;text-decoration:underline #c8a062a6;display:inline}.payment-note-link:hover{text-decoration-color:currentColor}.dashboard-grid.two,.pass5-brand-overview,.pass5-dashboard-section{gap:var(--space-stack-lg)}.dashboard-grid.two+.panel-card,.stats-cards+.dashboard-grid{margin-top:var(--space-stack-lg)}.panel-card+.panel-card{margin-top:0}.panel-card-head{margin-bottom:var(--space-stack-lg)}.panel-guidance{margin:0 0 var(--space-stack-lg);border:1px solid var(--linku-border);background:var(--linku-cream);color:var(--linku-muted);border-radius:12px;padding:14px 16px;line-height:1.65}.brand-logo-preview{object-fit:cover;border:1px solid var(--linku-border);background:#fff;border-radius:12px;flex:none;width:44px;height:44px}.brand-logo-preview.large{border-radius:16px;width:62px;height:62px}.empty-state{padding:clamp(30px,5vw,56px)}.empty-state .btn{margin-top:8px}.catalog-cta{gap:var(--space-stack-lg)}.brief-barter-note{background:var(--linku-cream);border-radius:10px;margin-top:14px;padding:12px 14px;font-size:13px;line-height:1.6}.footer-bottom{flex-wrap:wrap;gap:16px}.footer-instagram{align-items:center;gap:7px;margin-top:14px;font-size:13px;font-weight:700;display:inline-flex;color:#aaa5b0!important}.footer-instagram:hover{color:#fff!important}.payment-note p,.legal-layout p,.legal-contact p,.article-body p,.contact-details strong{overflow-wrap:anywhere}.modal{overscroll-behavior:contain}.modal-body{overflow-x:hidden}.not-found>div{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}img[loading=lazy]{content-visibility:auto}@media (width<=760px){input,textarea,select,.input{font-size:16px!important}.filters>button,.pass3-filters>button{align-self:flex-start;margin:0}.slug-reservation{width:calc(100% - 32px);padding:20px 16px}.slug-reservation-control{width:100%}.slug-reservation-control label{width:100%;min-width:0}.slug-reservation-control label span{padding-left:12px;padding-right:5px;font-size:13px}.slug-reservation-control .btn{width:100%}.payment-note{width:calc(100% - 24px);padding:16px 14px;line-height:1.65}.modal-body{padding-bottom:max(24px,env(safe-area-inset-bottom))}.cookie-banner{padding-bottom:max(18px,env(safe-area-inset-bottom))}.panel-card-head{margin-bottom:var(--space-stack)}}.form-honeypot{opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;position:absolute!important;top:auto!important;left:-10000px!important;overflow:hidden!important}.slug-reservation{isolation:isolate;width:min(1080px,100% - 48px);max-width:1080px;margin-left:auto;margin-right:auto}.slug-reservation-control{min-width:0}.slug-reservation-control label{min-width:0;padding:0;overflow:hidden}.slug-reservation-control label span{z-index:1;flex:none;padding:0 8px 0 14px;position:relative}.slug-reservation-control label input{flex:1;width:100%;min-width:0;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;padding:0 13px 0 0!important}.slug-reservation-control label:focus-within{border-color:var(--linku-gold);outline:0;box-shadow:0 0 0 3px #c8a06229}.payment-note-legal{justify-content:center;align-items:flex-start;gap:10px;max-width:790px;margin-top:32px;display:flex}.payment-note-legal>svg{color:#8d6e3f;flex:none;margin-top:4px}.payment-note-legal p{text-align:left;max-width:720px;line-height:1.75}.payment-note-link{white-space:nowrap;color:inherit!important}.pricing-comparison-section{padding-top:var(--space-section);padding-bottom:var(--space-section)}.pricing-comparison{border:1px solid var(--linku-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.pricing-comparison-head,.pricing-comparison-row{grid-template-columns:minmax(180px,1.5fr) repeat(3,minmax(90px,.75fr));align-items:center;display:grid}.pricing-comparison-head{background:var(--linku-black);color:#fff}.pricing-comparison-head strong,.pricing-comparison-row>span{border-right:1px solid var(--linku-border);padding:15px 18px}.pricing-comparison-head strong:last-child,.pricing-comparison-row>span:last-child{border-right:0}.pricing-comparison-head strong:not(:first-child),.pricing-comparison-row>span:not(:first-child){text-align:center}.pricing-comparison-row{border-top:1px solid var(--linku-border)}.pricing-comparison-row>span:first-child{font-weight:650}.pricing-comparison-row .yes{color:var(--linku-success);place-items:center;display:grid}.pricing-comparison-row .no{color:#aaa3aa}.pricing-faq{border-top:1px solid var(--linku-border)}.pricing-faq details{border-bottom:1px solid var(--linku-border)}.pricing-faq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:24px;padding:20px 0;font-weight:700;list-style:none;display:flex}.pricing-faq summary::-webkit-details-marker{display:none}.pricing-faq summary span{border:1px solid var(--linku-border);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;transition:all .15s;display:grid}.pricing-faq details[open] summary span{background:var(--linku-black);color:#fff;border-color:var(--linku-black);transform:rotate(45deg)}.pricing-faq details p{padding:0 52px 20px 0;line-height:1.75}.pricing-card{flex-direction:column;display:flex}.pricing-card ul{flex:1}.pricing-card .btn{margin-top:var(--space-stack-lg)}.catalog-cta,.empty-state,.panel-card,.pricing-card{scroll-margin-top:100px}.empty-state h3+.btn,.empty-state p+.btn{margin-top:var(--space-stack)}.catalog-cta .btn{flex:none}.pass5-brand-overview,.pass5-brand-creators,.pass5-dashboard-section{row-gap:28px}.pass5-brand-overview+.panel-card,.pass5-dashboard-section+.panel-card{margin-top:28px}.free-profile-branding{color:inherit;opacity:.78;border:1px solid;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:700}.footer-instagram svg{flex:none}.footer-instagram span{line-height:1}@media (width<=760px){.slug-reservation{width:calc(100% - 40px);margin-top:40px;padding:22px 18px}.slug-reservation-control{grid-template-columns:1fr;gap:12px}.slug-reservation-control label{width:100%;height:50px}.slug-reservation-control label span{padding-left:12px;padding-right:7px;font-size:12px}.slug-reservation-control label input{padding-right:10px!important;font-size:16px!important}.payment-note-legal{gap:9px;width:calc(100% - 32px);margin-top:26px;padding:17px 16px}.payment-note-legal p{text-align:left;overflow-wrap:normal;line-height:1.7}.pricing-comparison-head,.pricing-comparison-row{grid-template-columns:minmax(125px,1.45fr) repeat(3,minmax(54px,.65fr))}.pricing-comparison-head strong,.pricing-comparison-row>span{padding:12px 7px;font-size:11px;line-height:1.35}.pricing-comparison-row>span:first-child{padding-left:12px}.pricing-faq summary{padding:18px 0}.pricing-faq details p{padding-right:0}.catalog-cta{gap:24px;padding:30px 22px}.empty-state{padding:36px 22px}.free-profile-branding{text-align:center;width:100%}}@media (width<=390px){.slug-reservation{width:calc(100% - 32px);padding:20px 14px}.pricing-comparison-head,.pricing-comparison-row{grid-template-columns:minmax(112px,1.4fr) repeat(3,minmax(50px,.65fr))}.pricing-comparison-head strong,.pricing-comparison-row>span{padding:11px 5px;font-size:10px}}.instagram-entry-page{min-height:100svh;padding:max(24px,env(safe-area-inset-top)) 20px max(18px,env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 0,#c8a06221,transparent 35%), var(--linku-bg);place-items:center;display:grid}.instagram-entry-shell{flex-direction:column;justify-content:space-between;align-items:center;gap:32px;width:min(100%,680px);min-height:min(760px,100svh - 42px);display:flex}.instagram-entry-logo{border-radius:12px;justify-content:center;align-items:center;padding:8px;display:inline-flex}.instagram-entry-logo img{width:112px;height:auto}.instagram-entry-content{text-align:center;width:100%}.instagram-entry-eyebrow{color:#8d6e3f;letter-spacing:.13em;text-transform:uppercase;background:#fffdf9ad;border:1px solid #c8a06261;border-radius:999px;justify-content:center;align-items:center;min-height:28px;margin-bottom:20px;padding:5px 10px;font-size:11px;font-weight:800;display:inline-flex}.instagram-entry-content h1{max-width:610px;margin:0 auto;font-size:clamp(38px,7vw,62px);line-height:1.02}.instagram-entry-content>p{max-width:560px;margin:20px auto 0;font-size:clamp(16px,2.2vw,19px);line-height:1.7}.instagram-entry-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:38px;display:grid}.instagram-entry-card{text-align:left;border:1px solid var(--linku-border);width:100%;min-height:178px;box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:22px;padding:25px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;position:relative}.instagram-entry-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.instagram-entry-card.creator{background:var(--linku-black);color:#fff;border-color:var(--linku-black)}.instagram-entry-card.brand{background:var(--linku-card);color:var(--linku-text)}.instagram-entry-card>svg{opacity:.55;pointer-events:none;position:absolute;top:22px;right:22px}.instagram-entry-icon{border-radius:14px;flex:none;place-items:center;width:46px;height:46px;display:grid}.instagram-entry-card.creator .instagram-entry-icon{color:#e8c68f;background:#ffffff1f}.instagram-entry-card.brand .instagram-entry-icon{background:var(--linku-cream);color:#8d6e3f}.instagram-entry-card-copy{display:block}.instagram-entry-card-copy strong{letter-spacing:-.025em;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:24px;line-height:1.1;display:block}.instagram-entry-card-copy small{color:inherit;opacity:.72;margin-top:9px;font-size:14px;line-height:1.55;display:block}.instagram-entry-links{color:var(--linku-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:28px;font-size:13px;display:flex}.instagram-entry-links button{color:var(--linku-text);padding:5px 2px;font-weight:700}.instagram-entry-links button:hover{text-underline-offset:4px;text-decoration:underline}.instagram-entry-links span{color:#b8aea0}.instagram-entry-footer{width:100%;color:var(--linku-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;font-size:12px;display:flex}.instagram-entry-footer button{color:inherit;font-size:12px}.instagram-entry-footer button:hover{text-underline-offset:3px;text-decoration:underline}@media (width<=620px){.instagram-entry-page{place-items:start center;padding-left:18px;padding-right:18px}.instagram-entry-shell{gap:26px;min-height:calc(100svh - 42px)}.instagram-entry-logo img{width:102px}.instagram-entry-content h1{font-size:clamp(36px,11vw,48px)}.instagram-entry-content>p{margin-top:17px;font-size:16px;line-height:1.65}.instagram-entry-actions{grid-template-columns:1fr;gap:13px;margin-top:30px}.instagram-entry-card{border-radius:20px;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:15px;min-height:0;padding:20px 48px 20px 20px;display:grid}.instagram-entry-card>svg{top:50%;right:18px;transform:translateY(-50%)}.instagram-entry-card-copy strong{font-size:21px}.instagram-entry-card-copy small{margin-top:6px;font-size:13px}.instagram-entry-links{gap:8px 9px;margin-top:22px}}@media (width<=370px){.instagram-entry-page{padding-left:16px;padding-right:16px}.instagram-entry-content h1{font-size:34px}.instagram-entry-card{grid-template-columns:42px minmax(0,1fr);gap:13px;padding:18px 16px}.instagram-entry-icon{width:42px;height:42px}}.ux-quick-wizard .wizard-card>h1{max-width:760px}.ux-category-picker{flex-wrap:wrap;gap:10px;display:flex}.ux-category-picker button{border:1px solid var(--linku-border);background:var(--linku-card);min-height:42px;color:var(--linku-text);font:inherit;border-radius:999px;padding:10px 14px}.ux-category-picker button.selected{border-color:var(--linku-gold);background:#c8a0621f}.ux-terms-check{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:14px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.ux-terms-check input{width:20px;height:20px;accent-color:var(--linku-gold);flex:0 0 20px}.ux-terms-check span{line-height:1.5}.ux-terms-check button,.ux-legal-links button{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--linku-muted-gold);text-decoration-color:var(--linku-muted-gold);text-underline-offset:3px}.ux-legal-links{color:var(--linku-muted);gap:16px;margin-top:10px;font-size:14px;display:flex}.optional-note{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:16px;gap:12px;margin:0 0 22px;padding:16px 18px;display:flex}.optional-note strong{margin-bottom:4px;display:block}.optional-note p{color:var(--linku-muted);margin:0}.ux-primary-link{grid-template-columns:minmax(145px,.55fr) minmax(0,1fr);gap:10px;display:grid}.wizard-avatar-row small{color:var(--linku-muted);font-weight:500}.ux-quick-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}.ux-later-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.ux-later-grid article{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:16px;padding:18px}.ux-later-grid article svg{color:var(--linku-gold)}.ux-later-grid strong,.ux-later-grid span{display:block}.ux-later-grid strong{margin:12px 0 5px}.ux-later-grid span{color:var(--linku-muted);font-size:14px;line-height:1.45}.ux-ready-card{max-width:760px}.ux-ready-card .ready-actions{flex-wrap:wrap;gap:10px;display:flex}.profile-checklist{margin:22px 0}.profile-checklist-lead{color:var(--linku-muted);margin:-6px 0 18px}.profile-checklist-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.profile-checklist-grid button{text-align:left;border:1px solid var(--linku-border);background:var(--linku-card);min-height:78px;color:var(--linku-text);border-radius:14px;grid-template-columns:34px 1fr;grid-template-areas:"icon title""icon status";align-items:center;gap:2px 10px;padding:13px;display:grid}.profile-checklist-grid button.done{background:#3fa66b12;border-color:#3fa66b40}.profile-check-icon{background:var(--linku-cream);width:32px;height:32px;color:var(--linku-gold);border-radius:50%;grid-area:icon;place-items:center;display:grid}.profile-checklist-grid button.done .profile-check-icon{color:var(--linku-success);background:#3fa66b24}.profile-checklist-grid strong{grid-area:title;font-size:14px}.profile-checklist-grid small{color:var(--linku-muted);grid-area:status}.panel-card-head p{max-width:620px;color:var(--linku-muted);margin:5px 0 0;font-size:14px;line-height:1.45}.creator-card-profile-focus{border:1px solid var(--linku-border);background:var(--linku-cream);min-height:72px;color:var(--linku-muted);border-radius:14px;align-items:center;gap:10px;margin:14px 0;padding:14px;display:flex}.creator-card-profile-focus svg{color:var(--linku-gold)}.brand-review-notice{background:#c8a06214;border:1px solid #c8a06259;border-radius:16px;align-items:flex-start;gap:12px;margin:0 0 18px;padding:16px 18px;display:flex}.brand-review-notice strong{margin-bottom:4px;display:block}.brand-review-notice p{color:var(--linku-muted);margin:0;line-height:1.5}.brand-review-notice.blocked{background:#c45b4d12;border-color:#c45b4d59}.brief-platform-option{border:1px solid var(--linku-border);background:var(--linku-card);min-height:44px;color:var(--linku-text);border-radius:12px;align-items:center;gap:9px;padding:10px 13px;display:flex}.brief-platform-option.selected{border-color:var(--linku-gold);background:#c8a0621c}.brief-platform-check{background:var(--linku-cream);width:22px;height:22px;color:var(--linku-muted);border-radius:7px;place-items:center;display:grid}.brief-platform-option.selected .brief-platform-check{background:var(--linku-black);color:#fff}@media (width<=900px){.profile-checklist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ux-later-grid{grid-template-columns:1fr}}@media (width<=620px){.ux-primary-link,.ux-quick-summary dl,.profile-checklist-grid{grid-template-columns:1fr}.ux-ready-card .ready-actions{display:grid}.ux-ready-card .ready-actions .btn{width:100%}.brand-review-notice{margin-inline:0}.ux-category-picker{gap:8px}.ux-category-picker button{padding:9px 12px}}.data-editor-section{padding:0;overflow:hidden}.data-editor-section-toggle{text-align:left;width:100%;color:var(--linku-text);background:var(--linku-card);border:0;justify-content:space-between;align-items:center;gap:24px;padding:22px 24px;display:flex}.data-editor-section-toggle>div>span{letter-spacing:.12em;color:var(--linku-muted-gold);margin-bottom:5px;font-size:10px;font-weight:800;display:block}.data-editor-section-toggle h2{margin:0;font-size:20px}.data-editor-section-toggle p{max-width:700px;color:var(--linku-muted);margin:6px 0 0;font-size:13px;line-height:1.5}.data-editor-section-toggle>svg{flex:none;transition:transform .2s}.data-editor-section.open .data-editor-section-toggle>svg{transform:rotate(90deg)}.data-editor-section-content{border-top:1px solid var(--linku-border);padding:0 24px 24px;position:relative}.data-editor-section-content>:first-child{margin-top:22px}.data-editor-section-action{justify-content:flex-end;margin-bottom:14px;display:flex}.data-integrity-editor .editor-main{flex-direction:column;gap:12px;display:flex}.data-integrity-editor .save-panel{top:100px}.data-pass-slug{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;transition:border-color .2s,box-shadow .2s;display:grid;overflow:hidden}.data-pass-slug:focus-within{border-color:var(--linku-gold);box-shadow:0 0 0 3px #c8a06224}.data-pass-slug>span{color:var(--linku-muted);white-space:nowrap;padding:0 0 0 14px;font-weight:700}.data-pass-slug .input{padding-left:5px;box-shadow:none!important;background:0 0!important;border:0!important}.ux-category-picker button.selected{background:var(--linku-black);border-color:var(--linku-black);color:#fff}.ux-terms-check input{appearance:none;accent-color:initial}.admin-user-controls{grid-template-columns:minmax(150px,1fr) minmax(130px,1fr);gap:8px;display:grid}.profile-avatar.is-placeholder{background:linear-gradient(145deg,var(--linku-cream),#e5dacb);border:1px solid var(--linku-border);place-items:center;display:grid}.profile-avatar-initials{color:var(--linku-black);font-family:Space Grotesk,sans-serif;font-size:clamp(32px,6vw,62px);font-weight:700}@media (width<=760px){.data-editor-section-toggle{padding:18px}.data-editor-section-content{padding:0 18px 20px}.data-editor-section-action{justify-content:stretch}.data-editor-section-action .btn{width:100%}.admin-user-controls{grid-template-columns:1fr}.data-pass-slug>span{padding-left:12px}}.consent-check input:checked:after{content:none!important}.ux-category-picker button{min-height:42px;transition:background-color .16s,border-color .16s,color .16s,transform .16s}.ux-category-picker button:hover{border-color:var(--linku-muted-gold);background:var(--linku-cream)}.ux-category-picker button.selected,.ux-category-picker button.selected:hover{background:var(--linku-black);border-color:var(--linku-black);color:#fff}.ux-category-picker button.selected svg{color:var(--linku-gold)}.data-editor-section{border-color:var(--linku-border);box-shadow:none;transition:border-color .16s,box-shadow .16s,transform .16s}.data-editor-section:hover{border-color:#ded1c1}.data-editor-section.open{border-color:#c8a0629e;box-shadow:0 12px 34px #0f0f100e}.data-editor-section-toggle{transition:background-color .16s}.data-editor-section-toggle:hover{background:#fcfaf6}.data-editor-section.open .data-editor-section-toggle{background:linear-gradient(90deg,#c8a06214,#fffdf900 72%)}.data-editor-section-toggle>svg{border:1px solid var(--linku-border);width:32px;height:32px;color:var(--linku-muted);background:var(--linku-card);border-radius:50%;padding:7px}.data-editor-section.open .data-editor-section-toggle>svg{border-color:var(--linku-muted-gold);color:var(--linku-black);background:var(--linku-cream)}.data-editor-section-toggle:focus-visible{outline-offset:-4px;border-radius:14px}.profile-checklist-grid button{transition:border-color .16s,box-shadow .16s,transform .16s,background-color .16s}.profile-checklist-grid button:hover{border-color:var(--linku-muted-gold);transform:translateY(-1px);box-shadow:0 8px 22px #0f0f100b}.profile-checklist-grid button.done:hover{border-color:#3fa66b7a}.profile-panel-preview img,.creator-main>img,.panel-avatar-editor img,.media-kit-identity>img,.media-cases-strip img,.case-study-list img,.pass1-case-grid img{background:var(--linku-cream);object-fit:cover}@media (width<=760px){.data-editor-section-toggle{gap:14px}.data-editor-section-toggle>svg{width:30px;height:30px;padding:6px}.profile-checklist-grid button:hover{transform:none}}.px-role-shell,.px-wizard{background:var(--linku-bg);min-height:100dvh}.px-role-main{text-align:center;width:min(860px,100% - 40px);margin:0 auto;padding:88px 0 72px}.px-role-main>p{max-width:620px;color:var(--linku-muted);margin:14px auto 36px;line-height:1.7}.px-role-cards{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.px-role-cards>button{border:1px solid var(--linku-border);background:var(--linku-card);min-height:230px;color:var(--linku-text);box-shadow:var(--shadow-sm);border-radius:24px;grid-template-columns:auto 1fr;align-items:center;gap:10px 16px;padding:28px;transition:all .18s;display:grid}.px-role-cards>button:hover{border-color:var(--linku-muted-gold);box-shadow:var(--shadow-md);transform:translateY(-2px)}.px-role-cards>button>strong{font-family:Space Grotesk,sans-serif;font-size:26px}.px-role-cards>button>p{color:var(--linku-muted);grid-column:1/-1;margin:4px 0;line-height:1.65}.px-role-cards>button>span:last-child{grid-column:1/-1;align-items:center;gap:8px;font-weight:750;display:flex}.px-role-icon{background:var(--linku-black);width:52px;height:52px;color:var(--linku-gold);border-radius:16px;place-items:center;display:grid}.px-wizard .wizard-card{border-color:var(--linku-border);box-shadow:0 22px 60px #0f0f1012}.px-wizard .wizard-card>h1{max-width:780px}.px-wizard .wizard-card>p{max-width:740px;line-height:1.65}.px-slug-input{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:13px;grid-template-columns:auto minmax(0,1fr);align-items:center;transition:border-color .18s,box-shadow .18s;display:grid;overflow:hidden}.px-slug-input:focus-within{border-color:var(--linku-gold);box-shadow:0 0 0 4px #c8a06224}.px-slug-input>span{color:var(--linku-muted);white-space:nowrap;padding-left:15px;font-weight:750}.px-slug-input .input{box-shadow:none!important;background:0 0!important;border:0!important;padding-left:5px!important}.px-optional-details{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:16px;margin:24px 0}.px-optional-details summary{cursor:pointer;justify-content:space-between;gap:18px;padding:17px 19px;font-weight:750;display:flex}.px-optional-details summary span{color:var(--linku-muted);font-size:12px;font-weight:600}.px-optional-details[open] summary{border-bottom:1px solid var(--linku-border)}.px-category-grid,.px-selected-categories{flex-wrap:wrap;gap:9px;padding:18px;display:flex}.px-category-grid button,.px-selected-categories button{border:1px solid var(--linku-border);background:var(--linku-card);color:var(--linku-text);border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-weight:650;display:inline-flex}.px-category-grid button:hover{border-color:var(--linku-gold);background:var(--linku-cream)}.px-selected-categories{padding-top:0}.px-selected-categories button{background:var(--linku-black);border-color:var(--linku-black);color:#fff}.px-avatar-row{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:18px;align-items:center;gap:20px;padding:20px;display:flex}.px-avatar-row>div p{color:var(--linku-muted);margin:5px 0 0}.px-avatar-row small{color:var(--linku-muted-gold);margin-left:6px}.px-avatar-button{background:var(--linku-cream);width:112px;height:112px;box-shadow:0 0 0 1px var(--linku-border);border:0;border-radius:50%;flex:none;position:relative;overflow:hidden}.px-avatar-button img{object-fit:cover;width:100%;height:100%}.px-avatar-button>span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0f10e6;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:8px;font-size:11px;font-weight:750;display:flex;position:absolute;bottom:8px;left:8px;right:8px}.px-field-actions{justify-content:flex-start;margin:-6px 0 18px;display:flex}.px-links-editor,.px-offer-step,.px-brand-brief{gap:16px;display:grid}.px-link-row{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:16px;padding:16px}.px-add-more{border:1px dashed var(--linku-muted-gold);color:var(--linku-text);background:0 0;border-radius:12px;align-items:center;gap:8px;margin-top:16px;padding:11px 15px;font-weight:750;display:inline-flex}.px-choice-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0;display:grid}.px-choice-cards.three{grid-template-columns:repeat(3,minmax(0,1fr))}.px-choice-cards>button{border:1px solid var(--linku-border);background:var(--linku-card);text-align:left;min-height:150px;color:var(--linku-text);border-radius:17px;flex-direction:column;align-items:flex-start;gap:9px;padding:20px;display:flex}.px-choice-cards>button>svg{color:var(--linku-muted-gold)}.px-choice-cards>button strong{font-size:17px}.px-choice-cards>button span{color:var(--linku-muted);line-height:1.5}.px-choice-cards>button.active{border-color:var(--linku-gold);background:linear-gradient(145deg,#c8a06221,var(--linku-card));box-shadow:0 0 0 3px #c8a06217}.px-check-grid{flex-wrap:wrap;gap:10px;display:flex}.px-check-grid label{border:1px solid var(--linku-border);background:var(--linku-card);cursor:pointer;border-radius:999px;align-items:center;gap:9px;padding:10px 13px;display:inline-flex;position:relative}.px-check-grid input{width:17px;height:17px;accent-color:var(--linku-black)}.px-creator-preview{background:var(--linku-black);color:#fff;box-shadow:var(--shadow-md);border-radius:24px;margin:22px 0;padding:28px}.px-preview-hero{align-items:center;gap:18px;display:flex}.px-preview-hero img{object-fit:cover;background:var(--linku-cream);border:2px solid #c8a062a6;border-radius:50%;width:88px;height:88px}.px-preview-hero small,.px-creator-preview>p{color:#c7c2bb}.px-preview-hero h2{color:#fff;margin:5px 0 2px}.px-preview-tags,.px-preview-links{flex-wrap:wrap;gap:9px;margin:18px 0;display:flex}.px-preview-tags span,.px-preview-links span{color:#f8f3eb;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:6px;padding:9px 12px;font-size:13px;display:inline-flex}.px-preview-offer{background:#c8a06214;border:1px solid #c8a06247;border-radius:15px;margin:18px 0;padding:18px}.px-preview-offer p{color:#d8d1c8}.px-preview-copy{border-left:3px solid var(--linku-gold);background:var(--linku-cream);padding:16px 18px;line-height:1.65}.px-plan-picker{gap:12px;margin-top:22px;display:grid}.px-plan-picker>button{border:1px solid var(--linku-border);background:var(--linku-card);color:var(--linku-text);text-align:left;border-radius:17px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:14px;padding:20px;display:grid;position:relative}.px-plan-picker>button.active{border-color:var(--linku-gold);box-shadow:0 0 0 3px #c8a0621a}.px-plan-picker p,.px-plan-picker small{color:var(--linku-muted);margin:5px 0;line-height:1.5}.px-plan-picker b{white-space:nowrap;font-size:22px}.px-plan-picker em{color:var(--linku-muted);font-size:12px;font-style:normal}.px-plan-picker i{color:var(--linku-muted-gold);font-size:11px;font-style:normal;font-weight:750;position:absolute;bottom:14px;right:18px}.px-plan-radio{border:1px solid var(--linku-border);border-radius:50%;place-items:center;width:23px;height:23px;display:grid}.px-plan-picker .active .px-plan-radio{background:var(--linku-black);border-color:var(--linku-black);color:var(--linku-gold)}.px-brand-preview{border:1px solid var(--linku-border);box-shadow:none}.px-avatar{object-fit:cover;border:1px solid var(--linku-border);background:var(--linku-cream);color:var(--linku-black);flex:none;place-items:center;font-family:Space Grotesk,sans-serif;font-weight:750;display:inline-grid}.px-avatar-creator{border-radius:50%}.px-avatar-brand{border-radius:14px}.px-avatar-sm{width:34px;height:34px}.px-avatar-md{width:46px;height:46px}.px-avatar-lg{width:64px;height:64px}.px-avatar-xl{width:92px;height:92px}.px-avatar-fallback{background:linear-gradient(145deg,var(--linku-cream),#e4d8c8)}.px-avatar-brand.px-avatar-fallback{background:var(--linku-black);color:var(--linku-gold);border-color:var(--linku-black)}.px-onboarding-card{background:linear-gradient(145deg,var(--linku-card),#fbf6ed);border-color:#c8a0625c}.px-onboarding-card>p{max-width:780px;color:var(--linku-muted);line-height:1.65}.px-onboarding-card>small{color:var(--linku-muted);margin-top:18px;display:block}.px-onboarding-steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:20px 0;display:grid}.px-onboarding-steps button{border:1px solid var(--linku-border);background:var(--linku-card);min-height:64px;color:var(--linku-text);text-align:left;border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:12px;display:grid}.px-onboarding-steps button>span{background:var(--linku-cream);width:30px;height:30px;color:var(--linku-muted);border-radius:50%;place-items:center;display:grid}.px-onboarding-steps button.active{border-color:var(--linku-gold)}.px-onboarding-steps button.active>span,.px-onboarding-steps button.done>span{background:var(--linku-black);color:var(--linku-gold)}.px-onboarding-actions{justify-content:flex-end;gap:10px;display:flex}.px-verification-notice{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:15px;align-items:flex-start;gap:13px;margin-bottom:18px;padding:16px 18px;display:flex}.px-verification-notice>svg{color:var(--linku-muted-gold)}.px-verification-notice p{color:var(--linku-muted);margin:4px 0 0}.px-mobile-save-bar{display:none}.px-profile-preview-modal{gap:18px;display:grid}.px-preview-plan-tabs{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.px-preview-plan-tabs button{border:1px solid var(--linku-border);background:var(--linku-card);color:var(--linku-text);text-align:left;border-radius:13px;padding:13px}.px-preview-plan-tabs small{color:var(--linku-muted);margin-top:4px;display:block}.px-preview-plan-tabs button.active{border-color:var(--linku-gold);background:var(--linku-cream)}.px-draft-profile-card{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:22px;padding:26px}.px-draft-profile-card.signature{background:var(--linku-black);color:#fff;border-color:#2a2929}.px-draft-profile-card header{align-items:center;gap:16px;display:flex}.px-draft-profile-card header span,.px-draft-profile-card section>span{letter-spacing:.12em;color:var(--linku-muted-gold);font-size:10px;font-weight:800}.px-draft-profile-card h2,.px-draft-profile-card h3{margin:5px 0}.px-preview-bio{max-width:700px;color:var(--linku-muted);line-height:1.65}.signature .px-preview-bio,.signature section p{color:#c8c2bb}.px-draft-profile-card section{border:1px solid var(--linku-border);border-radius:14px;margin-top:16px;padding:17px}.signature section{background:#191919;border-color:#343331}.px-draft-profile-card footer{border-top:1px solid var(--linku-border);color:var(--linku-muted);justify-content:space-between;gap:14px;margin-top:18px;padding-top:16px;display:flex}.px-deal-layout{grid-template-columns:minmax(260px,.75fr) minmax(0,1.6fr);gap:18px;display:grid}.px-deal-list .panel-card-head{border-bottom:1px solid var(--linku-border);padding:20px}.px-deal-list>button{border:0;border-bottom:1px solid var(--linku-border);background:var(--linku-card);width:100%;color:var(--linku-text);text-align:left;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px 18px;display:grid}.px-deal-list>button.active{background:var(--linku-cream)}.px-deal-list p{color:var(--linku-muted);white-space:nowrap;text-overflow:ellipsis;margin:3px 0;overflow:hidden}.px-deal-list small{color:var(--linku-muted-gold)}.px-deal-summary{grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0;display:grid}.px-deal-summary span{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:13px;padding:14px}.px-deal-summary small{color:var(--linku-muted);margin-bottom:5px;display:block}.px-messages{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:15px;flex-direction:column;gap:10px;max-height:440px;padding:15px;display:flex;overflow:auto}.px-messages article{justify-content:flex-start;display:flex}.px-messages article>div{background:var(--linku-cream);border-radius:14px 14px 14px 4px;max-width:78%;padding:12px 14px}.px-messages article.own{justify-content:flex-end}.px-messages article.own>div{background:var(--linku-black);color:#fff;border-radius:14px 14px 4px}.px-messages p{white-space:pre-wrap;margin:5px 0;line-height:1.55}.px-messages small{opacity:.7}.px-message-form{gap:10px;margin-top:16px;display:grid}.px-message-form>div:last-child{justify-content:flex-end;display:flex}.px-internal-creator-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.px-internal-creator-grid>article{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:16px;padding:18px}.px-creator-card-head{align-items:center;gap:13px;display:flex}.px-creator-card-head>div{flex:1;min-width:0}.px-creator-card-head h3{margin:3px 0}.px-creator-card-head p{color:var(--linku-muted);margin:0}.px-match-score{background:var(--linku-cream);border-radius:13px;margin:16px 0;padding:13px}.px-match-score>div{background:#ded5c8;border-radius:99px;height:5px;margin:8px 0;overflow:hidden}.px-match-score i{background:var(--linku-gold);height:100%;display:block}.px-match-score small{color:var(--linku-muted);line-height:1.45}.px-help-floating{z-index:50;background:var(--linku-black);color:#fff;border:1px solid #c8a06257;border-radius:999px;align-items:center;gap:7px;padding:11px 15px;font-weight:750;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 36px #0f0f1033}.px-help-floating svg{color:var(--linku-gold)}.px-help-options{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.px-help-options>button{border:1px solid var(--linku-border);background:var(--linku-card);color:var(--linku-text);text-align:left;border-radius:14px;gap:12px;padding:16px;display:flex}.px-help-options>button svg{color:var(--linku-muted-gold);flex:none}.px-help-options p{color:var(--linku-muted);margin:4px 0 0}.px-system-mini{background:var(--linku-cream);border-radius:13px;align-items:center;gap:9px;margin-top:16px;padding:13px 15px;display:flex}.px-system-mini button{background:0 0;border:0;margin-left:auto;font-weight:700}.px-reason-chips{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.px-reason-chips button{border:1px solid var(--linku-border);background:var(--linku-card);color:var(--linku-text);border-radius:999px;padding:8px 11px}.px-moderation-request{gap:12px;display:grid}.px-reply-assist{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:14px;gap:10px;margin:12px 0;padding:14px;display:grid}.px-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.px-settings-actions{flex-wrap:wrap;gap:9px;display:flex}.px-role-activity{gap:10px;display:grid}.px-role-activity article{border-bottom:1px solid var(--linku-border);gap:12px;padding:12px 0;display:flex}.px-role-activity p{color:var(--linku-muted);margin:3px 0}@media (width<=980px){.px-onboarding-steps{grid-template-columns:1fr 1fr}.px-deal-layout,.px-internal-creator-grid,.px-choice-cards.three{grid-template-columns:1fr}.px-plan-picker>button{grid-template-columns:auto minmax(0,1fr)}.px-plan-picker b{grid-column:2}.px-plan-picker i{grid-column:2;position:static}}@media (width<=760px){.px-role-main{width:min(100% - 32px,620px);padding:48px 0}.px-role-cards{grid-template-columns:1fr}.px-role-cards>button{min-height:185px;padding:22px}.px-avatar-row{align-items:flex-start;gap:15px;padding:16px}.px-avatar-button{width:92px;height:92px}.px-choice-cards,.px-choice-cards.three{grid-template-columns:1fr}.px-creator-preview{margin-inline:-2px;padding:20px}.px-preview-hero{align-items:flex-start}.px-preview-hero img{width:72px;height:72px}.px-plan-picker>button{padding:16px}.px-onboarding-steps{grid-template-columns:1fr}.px-onboarding-actions{flex-direction:column-reverse}.px-onboarding-actions .btn{width:100%}.px-mobile-save-bar{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf9f0;border:1px solid #c8a06259;border-radius:15px;grid-template-columns:auto auto minmax(0,1fr);gap:8px;margin:14px 0;padding:9px;display:grid;position:sticky;bottom:10px;box-shadow:0 15px 40px #0f0f1029}.px-mobile-save-bar>button{color:var(--linku-text);background:0 0;border:0;font-weight:700}.px-mobile-save-bar .btn{width:100%}.px-profile-preview-modal{min-width:0}.px-preview-plan-tabs{grid-template-columns:1fr}.px-draft-profile-card{padding:18px}.px-draft-profile-card footer{flex-direction:column}.px-deal-summary{grid-template-columns:1fr}.px-messages article>div{max-width:92%}.px-help-floating{padding:11px;bottom:16px;right:16px}.px-help-floating span{display:none}.px-help-options{grid-template-columns:1fr}.px-system-mini{flex-wrap:wrap;align-items:flex-start}.px-system-mini button{margin-left:0}.px-settings-grid{grid-template-columns:1fr}}.px-onboarding-card.compact{justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.px-onboarding-card.compact h3{margin:5px 0}.px-onboarding-card.compact p{color:var(--linku-muted);margin:0}@media (width<=760px){.px-onboarding-card.compact{flex-direction:column;align-items:stretch}.px-onboarding-card.compact .btn{width:100%}}.px-role-login{border-top:1px solid var(--linku-border);color:var(--linku-muted);margin-top:34px;padding-top:22px;font-size:15px}.px-role-login button{color:var(--linku-text);text-decoration:underline;-webkit-text-decoration-color:var(--linku-muted-gold);text-decoration-color:var(--linku-muted-gold);text-underline-offset:4px;background:0 0;border:0;margin-left:5px;font-weight:750}.px-slug-input{grid-template-columns:max-content minmax(0,1fr);min-height:52px;padding:0 12px 0 0;position:relative}.px-slug-input>span{height:100%;color:var(--linku-muted);pointer-events:none;align-items:center;padding:0 0 0 16px;font-weight:750;display:flex}.px-slug-input .input{width:100%;min-width:0;height:50px;font-size:16px;line-height:50px;padding:0 42px 0 5px!important}.px-avatar-row{align-items:center}.px-avatar-button{box-shadow:none;background:0 0;overflow:visible}.px-avatar-button .px-avatar{width:100%;height:100%;box-shadow:0 0 0 1px var(--linku-border)}.px-avatar-button>span{border:1px solid #ffffff2e;min-width:max-content;padding:7px 10px;font-size:11px;bottom:-5px;left:50%;right:auto;transform:translate(-50%);box-shadow:0 7px 20px #0f0f102e}.px-offer-decision{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:23px 0;display:grid}.px-offer-decision>button{border:1px solid var(--linku-border);background:var(--linku-card);color:var(--linku-text);text-align:left;border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:7px 11px;padding:18px;display:grid}.px-offer-decision>button>svg{color:var(--linku-muted-gold)}.px-offer-decision>button>span{color:var(--linku-muted);grid-column:1/-1;line-height:1.5}.px-offer-decision>button.active{border-color:var(--linku-gold);box-shadow:0 0 0 3px #c8a06217}.px-offer-decision>button.secondary{background:#fcfaf6}.px-offer-step{background:linear-gradient(145deg,var(--linku-card),#fbf7ef);border:1px solid #c8a06259;border-radius:18px;margin-top:18px;padding:22px}.px-real-profile-preview{border:1px solid var(--linku-border);background:var(--linku-card);color:var(--linku-text);border-radius:25px;margin:24px auto;overflow:hidden;box-shadow:0 24px 70px #0f0f101a}.px-real-profile-preview>header{background:linear-gradient(145deg,#fffdf9,#f3ecdf);justify-content:space-between;align-items:center;gap:20px;padding:28px;display:flex}.px-real-profile-top{align-items:center;gap:17px;min-width:0;display:flex}.px-real-profile-top h2{margin:5px 0 2px;font-size:27px}.px-real-profile-top p,.px-real-profile-top small{color:var(--linku-muted);margin:0}.px-real-profile-bio{max-width:750px;color:var(--linku-muted);margin:0;padding:24px 28px 8px;font-size:16px;line-height:1.7}.px-real-profile-preview>.px-preview-tags{padding:0 28px}.px-real-profile-preview>.px-preview-tags span{background:var(--linku-cream);border-color:var(--linku-border);color:var(--linku-text)}.px-real-profile-section{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:17px;margin:20px 28px;padding:22px}.px-real-profile-section>span{color:var(--linku-muted-gold);letter-spacing:.08em;margin-bottom:13px;font-size:11px;font-weight:800;display:block}.px-real-profile-section.muted{border-style:dashed}.px-real-profile-section.gold{background:linear-gradient(145deg,#c8a06221,#fffdf9)}.px-real-link-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.px-real-link-grid>div{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px;display:grid}.px-real-link-grid .placeholder{color:var(--linku-muted)}.px-real-offer-card p{color:var(--linku-muted);line-height:1.6}.px-real-offer-card small{color:var(--linku-muted-gold);font-weight:750}.px-real-profile-preview>footer{background:var(--linku-black);color:#fff;justify-content:space-between;gap:15px;padding:18px 28px;display:flex}.px-real-profile-preview>footer small{color:#cfc7bb}.px-real-profile-preview.signature{color:#fff;background:#111;border-color:#2f2b27}.px-real-profile-preview.signature>header{background:linear-gradient(145deg,#171717,#25211d)}.px-real-profile-preview.signature .px-real-profile-top h2,.px-real-profile-preview.signature .px-real-profile-top p,.px-real-profile-preview.signature .px-real-profile-bio{color:#fff}.px-real-profile-preview.signature .px-real-profile-section{background:#181818;border-color:#34302a}.px-real-profile-preview.signature .px-real-link-grid>div{color:#fff;background:#202020;border-color:#38332d}.px-preview-actions{justify-content:center;margin:8px 0 18px;display:flex}.px-preview-copy{border-radius:12px}.px-brand-profile-preview{border:1px solid var(--linku-border);background:linear-gradient(145deg,var(--linku-card),#f8f2e8);border-radius:22px;margin:24px 0;padding:26px;box-shadow:0 20px 55px #0f0f1014}.px-brand-profile-preview>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.px-brand-profile-preview>header h2{margin:4px 0}.px-brand-mark{background:var(--linku-black);width:64px;height:64px;color:var(--linku-gold);border-radius:16px;place-items:center;font:750 26px/1 Space Grotesk,sans-serif;display:grid}.px-brand-profile-preview>p{color:var(--linku-muted);margin:20px 0;line-height:1.65}.px-brand-preview-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.px-brand-preview-meta>div{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:13px;padding:14px}.px-brand-preview-meta span{color:var(--linku-muted);margin-bottom:5px;font-size:11px;display:block}.px-brand-profile-preview>section{background:var(--linku-card);border:1px solid #c8a06261;border-radius:15px;margin:18px 0;padding:18px}.px-brand-profile-preview>section>span{color:var(--linku-muted-gold);font-size:11px;font-weight:800}.px-brand-profile-preview>section>div{flex-wrap:wrap;gap:8px;display:flex}.px-brand-profile-preview>section small{background:var(--linku-cream);border-radius:999px;padding:7px 9px}.px-brand-brief{border-top:1px solid var(--linku-border);margin-top:22px;padding-top:22px}.px-final-flow-note,.px-soft-upsell{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:14px;align-items:flex-start;gap:13px;margin-top:20px;padding:16px;display:flex}.px-final-flow-note>svg,.px-soft-upsell>svg{color:var(--linku-muted-gold)}.px-final-flow-note p,.px-soft-upsell p{color:var(--linku-muted);margin:4px 0 0}.pricing-mobile-comparison{display:none}.pricing-value-line{color:var(--linku-muted-gold);letter-spacing:.03em;font-size:12px;font-weight:800;display:block}.pricing-assistant-page{gap:18px;display:grid}.pricing-assistant-intro>p{max-width:780px;color:var(--linku-muted);line-height:1.65}.pricing-assistant-tabs{gap:9px;margin-top:18px;display:flex}.pricing-assistant-tabs button{border:1px solid var(--linku-border);background:var(--linku-card);color:var(--linku-text);border-radius:999px;padding:10px 13px;font-weight:750}.pricing-assistant-tabs button.active{background:var(--linku-black);border-color:var(--linku-black);color:#fff}.pricing-assistant-lock{background:linear-gradient(145deg,#fffdf9,#f6efe3);border:1px solid #c8a0626b;border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;margin-top:18px;padding:17px;display:grid}.pricing-assistant-lock p{color:var(--linku-muted);margin:4px 0 0}.pricing-assistant-result>p{color:var(--linku-muted)}.ai-usage{color:var(--linku-muted);align-items:center;gap:5px;margin-left:8px;font-size:12px;display:inline-flex}.px-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.px-industry-grid article{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:18px;padding:24px}.px-industry-grid h3{margin:10px 0}.px-industry-tags{flex-wrap:wrap;gap:8px;display:flex}.px-industry-tags span{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:999px;padding:8px 10px;font-size:13px}@media (width<=900px){.pricing-assistant-lock{grid-template-columns:auto 1fr}.pricing-assistant-lock .btn{grid-column:1/-1}.px-brand-preview-meta{grid-template-columns:1fr}.px-real-profile-preview>header{flex-direction:column;align-items:flex-start}.px-real-profile-preview>header .btn{width:100%}}@media (width<=760px){.px-role-main{width:min(100% - 28px,620px);padding:56px 0}.px-role-cards{grid-template-columns:1fr}.px-role-cards>button{min-height:180px;padding:22px}.px-role-login{margin-top:28px;padding-top:20px}.px-slug-input{grid-template-columns:max-content minmax(0,1fr);padding-right:5px}.px-slug-input>span{padding-left:12px;font-size:14px}.px-slug-input .input{padding-right:8px!important}.px-avatar-row{align-items:flex-start;gap:16px;padding:17px}.px-avatar-button{width:84px;height:84px}.px-avatar-button>span{padding:6px 8px;bottom:-7px}.px-avatar-row>div{min-width:0}.px-avatar-row>div p{font-size:13px;line-height:1.45}.px-avatar-row small{margin:5px 0 0;display:block}.px-offer-decision{grid-template-columns:1fr}.px-offer-decision>button.secondary{order:3}.px-offer-step{margin:-2px 0 14px;padding:16px}.px-choice-cards,.px-choice-cards.three{grid-template-columns:1fr}.px-plan-picker>button{grid-template-columns:auto 1fr;padding:17px}.px-plan-picker>button>b{grid-column:2}.px-plan-picker>button>i{grid-column:2;position:static}.px-real-profile-preview{border-radius:19px}.px-real-profile-preview>header{padding:20px}.px-real-profile-top{align-items:flex-start}.px-real-profile-top h2{font-size:23px}.px-real-profile-bio{padding:20px 20px 8px}.px-real-profile-preview>.px-preview-tags{padding:0 20px}.px-real-profile-section{margin:16px 20px;padding:17px}.px-real-link-grid{grid-template-columns:1fr}.px-real-profile-preview>footer{flex-direction:column;align-items:flex-start;padding:16px 20px}.px-brand-profile-preview{padding:19px}.px-brand-profile-preview>header{grid-template-columns:auto 1fr}.px-brand-profile-preview>header>.status-pill{grid-column:1/-1;justify-self:start}.desktop-comparison{display:none!important}.pricing-mobile-comparison{gap:10px;display:grid}.pricing-mobile-comparison details{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:15px;overflow:hidden}.pricing-mobile-comparison summary{cursor:pointer;justify-content:space-between;align-items:center;padding:17px;list-style:none;display:flex}.pricing-mobile-comparison summary::-webkit-details-marker{display:none}.pricing-mobile-comparison summary>div{flex-direction:column;gap:3px;display:flex}.pricing-mobile-comparison summary span{color:var(--linku-muted);font-size:13px}.pricing-mobile-comparison details>div{padding:0 17px 17px}.pricing-mobile-comparison p{border-top:1px solid var(--linku-border);grid-template-columns:minmax(0,1fr) auto;gap:12px;margin:0;padding:11px 0;display:grid}.pricing-mobile-comparison p span{min-width:0;color:var(--linku-muted)}.pricing-mobile-comparison p strong{text-align:right;overflow-wrap:anywhere;max-width:140px}.pricing-mobile-comparison .btn{width:100%;margin-top:14px}.pricing-assistant-tabs{grid-template-columns:1fr;display:grid}.pricing-assistant-lock{grid-template-columns:1fr}.pricing-assistant-lock .feature-icon{width:40px}.pricing-assistant-lock .btn{grid-column:auto;width:100%}.px-industry-grid{grid-template-columns:1fr}}.auth-final-consent{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:13px;align-items:flex-start;margin:4px 0 8px;padding:14px 15px;line-height:1.55}.auth-final-consent input{flex:none;margin-top:3px}.auth-final-consent a{color:var(--linku-text);-webkit-text-decoration-color:var(--linku-muted-gold);text-decoration-color:var(--linku-muted-gold);text-underline-offset:3px;font-weight:750}.auth-plan-summary{background:linear-gradient(145deg,#fffdf9,#f7f0e5);border:1px solid #c8a06266;border-radius:14px;margin-bottom:20px;padding:16px}.auth-plan-summary span{color:var(--linku-muted);font-size:12px;display:block}.auth-plan-summary strong{margin:4px 0;font-size:20px;display:block}.auth-plan-summary p{color:var(--linku-muted);margin:0;line-height:1.55}.px-plan-value-card{background:linear-gradient(145deg,var(--linku-card),#f8f1e6);border-color:#c8a06259;justify-content:space-between;align-items:center;gap:24px;display:flex}.px-plan-value-card>div:first-child{max-width:720px}.px-plan-value-card span{color:var(--linku-muted-gold);letter-spacing:.08em;font-size:11px;font-weight:800}.px-plan-value-card h2{margin:6px 0}.px-plan-value-card p{color:var(--linku-muted);margin:0;line-height:1.6}.px-plan-value-actions{flex:none;gap:9px;display:flex}.px-pending-payment{background:#fffaf0;border:1px solid #c8a0628c;border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:18px;padding:16px 18px;display:grid}.px-pending-payment>svg{color:var(--linku-muted-gold)}.px-pending-payment p{color:var(--linku-muted);margin:4px 0 0}@media (width<=760px){.auth-final-consent{padding:12px}.px-plan-value-card{flex-direction:column;align-items:stretch}.px-plan-value-actions{grid-template-columns:1fr;display:grid}.px-plan-value-actions .btn{width:100%}.px-pending-payment{grid-template-columns:auto 1fr}.px-pending-payment .btn{grid-column:1/-1;width:100%}}.ai-assist-control{flex-wrap:wrap;align-items:center;gap:11px;display:flex}.ai-assist-control>small{color:var(--linku-muted);font-size:12px}.px-brief-card-preview{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:15px;margin:18px 0}.px-brief-card-preview>summary{cursor:pointer;justify-content:space-between;align-items:center;padding:16px 18px;font-weight:750;list-style:none;display:flex}.px-brief-card-preview>summary::-webkit-details-marker{display:none}.px-brief-card-preview[open]>summary{border-bottom:1px solid var(--linku-border)}.px-brief-card-preview>.btn{margin:0 18px 18px}.px-brief-print-card{border:1px solid var(--linku-border);background:var(--linku-card);color:var(--linku-text);border-radius:17px;margin:18px;padding:22px}.px-brief-print-card>header{border-bottom:1px solid var(--linku-border);justify-content:space-between;gap:18px;padding-bottom:18px;display:flex}.px-brief-print-card>header h2{margin:4px 0}.px-brief-print-card>header p{color:var(--linku-muted);margin:0}.px-brief-print-card>header>span{background:var(--linku-black);color:#fff;border-radius:999px;align-self:flex-start;padding:8px 10px;font-size:12px}.px-brief-print-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.px-brief-print-meta>div{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:12px;padding:12px}.px-brief-print-meta small,.px-brief-print-card section>small{color:var(--linku-muted-gold);letter-spacing:.07em;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.px-brief-print-card section{border-top:1px solid var(--linku-border);padding:14px 0}.px-brief-print-card section p{color:var(--linku-muted);margin:0;line-height:1.6}.px-brief-print-card>footer{border-top:1px solid var(--linku-border);justify-content:space-between;gap:12px;padding-top:16px;font-size:12px;display:flex}.px-brief-print-card>footer small{color:var(--linku-muted)}@media (width<=760px){.ai-assist-control{flex-direction:column;align-items:stretch}.ai-assist-control .btn{width:100%}.px-brief-print-card{margin:12px;padding:16px}.px-brief-print-card>header,.px-brief-print-card>footer{flex-direction:column;align-items:flex-start}.px-brief-print-meta{grid-template-columns:1fr}}@media print{body *{visibility:hidden!important}.px-brief-print-card,.px-brief-print-card *{visibility:visible!important}.px-brief-print-card{width:100%;box-shadow:none;color:#111;background:#fff;border:0;margin:0;position:absolute;inset:0 auto auto 0}}.wizard-steps button{grid-template-columns:30px minmax(0,1fr) 20px;column-gap:12px;width:100%;min-width:0}.wizard-steps button>strong{overflow-wrap:anywhere;min-width:0;line-height:1.28}.wizard-steps button>svg{flex:none;justify-self:end}.checkout-page{background:var(--linku-bg);min-height:100dvh;color:var(--linku-text)}.checkout-header{border-bottom:1px solid var(--linku-border);background:#fffdf9f2;justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex}.checkout-header button{padding:0}.checkout-header img{width:112px}.checkout-header>span{color:var(--linku-muted);align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.checkout-shell{grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);align-items:start;gap:64px;width:min(100% - 40px,1040px);margin:0 auto;padding:64px 0 88px;display:grid}.checkout-copy{padding:28px 0}.checkout-copy h1{margin:12px 0 16px;font-size:clamp(46px,6vw,72px)}.checkout-copy>p{max-width:560px;font-size:17px;line-height:1.65}.checkout-price{align-items:baseline;gap:9px;margin:22px 0 4px;display:flex}.checkout-price strong{font:750 40px/1 Space Grotesk,sans-serif}.checkout-price span{color:var(--linku-muted)}.checkout-intro{color:var(--linku-muted-gold)!important;margin:0 0 24px!important}.checkout-copy ul{gap:10px;margin:28px 0 0;padding:0;list-style:none;display:grid}.checkout-copy li{align-items:flex-start;gap:10px;display:flex}.checkout-copy li svg{color:var(--linku-muted-gold);flex:none;margin-top:2px}.checkout-card{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:24px;padding:34px;box-shadow:0 24px 70px #0f0f1017}.checkout-card h2{margin:8px 0 10px;font-size:34px}.checkout-card>p{line-height:1.6}.checkout-form{gap:18px;margin-top:28px;display:grid}.checkout-form>.btn{width:100%;min-height:52px}.checkout-consent{align-items:flex-start}.checkout-consent>span{line-height:1.55}.checkout-consent a{text-decoration:underline;-webkit-text-decoration-color:var(--linku-muted-gold);text-decoration-color:var(--linku-muted-gold);text-underline-offset:3px;font-weight:750}.checkout-security{background:var(--linku-cream);border-radius:13px;align-items:flex-start;gap:10px;margin-top:18px;padding:14px;display:flex}.checkout-security svg{color:var(--linku-muted-gold);flex:none}.checkout-security p{margin:0;font-size:12px;line-height:1.55}.checkout-card>.centered-link{margin:18px auto 0;display:block}@media (width<=980px){.wizard-steps button{grid-template-columns:28px minmax(max-content,1fr);width:auto;min-width:max-content}.wizard-steps button>svg{display:none}.checkout-shell{grid-template-columns:1fr;gap:24px;padding-top:38px}.checkout-copy{padding-bottom:0}.checkout-copy h1{font-size:52px}.checkout-card{width:100%;max-width:620px;margin:0 auto}}@media (width<=640px){.wizard-steps{scrollbar-width:none}.wizard-steps::-webkit-scrollbar{display:none}.wizard-steps button{grid-template-columns:26px minmax(0,1fr);min-width:112px;padding:8px 9px}.wizard-steps button>span{width:26px;height:26px}.wizard-steps button>strong{white-space:normal;font-size:11px;line-height:1.15}.checkout-header{height:64px;padding:0 16px}.checkout-header>span{font-size:11px}.checkout-shell{width:min(100% - 24px,1040px);padding:32px 0 56px}.checkout-copy h1{font-size:42px}.checkout-copy>p{font-size:15px}.checkout-card{border-radius:18px;padding:24px 18px}.checkout-card h2{font-size:29px}.checkout-price strong{font-size:35px}.checkout-consent{grid-template-columns:24px 1fr;gap:10px}.checkout-consent input{margin-top:1px}.checkout-form>.btn{white-space:normal;height:auto;min-height:52px;padding:12px 16px;line-height:1.25}}@media (width<=390px){.wizard-steps button{grid-template-columns:26px;min-width:46px;padding-inline:9px}.wizard-steps button>strong,.checkout-header>span svg{display:none}.checkout-copy h1{font-size:38px}.checkout-card{padding-inline:16px}}.px-wizard .wizard-main{grid-template-columns:minmax(205px,240px) minmax(0,780px);align-items:start}.px-wizard .wizard-steps{min-width:0}.px-wizard .wizard-steps button{grid-template-columns:30px minmax(0,1fr) 18px;gap:11px;min-width:0}.px-wizard .wizard-steps button>svg{color:var(--linku-muted);justify-self:end}.px-role-step{max-width:720px}.px-role-step>p{max-width:620px;margin-bottom:30px}.px-role-login{border-top:1px solid var(--linku-border);color:var(--linku-muted);text-align:center;margin-top:30px;padding-top:22px}.px-role-login button{color:var(--linku-text);text-decoration:underline;-webkit-text-decoration-color:var(--linku-gold);text-decoration-color:var(--linku-gold);text-underline-offset:4px;margin-left:4px;font-weight:750}.px-slug-input,.px-social-input{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:13px;align-items:center;min-width:0;min-height:48px;transition:border-color .18s,box-shadow .18s,background .18s;overflow:hidden;display:flex!important}.px-slug-input:focus-within,.px-social-input:focus-within{border-color:var(--linku-gold);background:#fff;box-shadow:0 0 0 4px #c8a06224}.px-slug-input>span,.px-social-input>span{color:var(--linku-muted);white-space:nowrap;pointer-events:none;flex:none;padding:0 0 0 15px;font-weight:750}.px-slug-input input,.px-social-input input{width:100%;min-width:0;height:46px;font:inherit;color:var(--linku-text);flex:auto;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;padding:0 15px 0 5px!important}.px-social-input>span{font-size:13px}.px-category-combobox{min-width:0;position:relative}.px-category-control{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:13px;grid-template-columns:20px minmax(0,1fr) 20px;align-items:center;gap:9px;min-height:48px;padding:0 14px;transition:border-color .18s,box-shadow .18s;display:grid}.px-category-control.open,.px-category-control:focus-within{border-color:var(--linku-gold);background:#fff;box-shadow:0 0 0 4px #c8a06224}.px-category-control>svg{color:var(--linku-muted)}.px-category-control input{width:100%;min-width:0;height:46px;color:var(--linku-text);font:inherit;background:0 0;border:0;outline:0}.px-category-control button{color:var(--linku-muted);background:0 0;border:0;place-items:center;display:grid}.px-category-menu{z-index:40;border:1px solid var(--linku-border);background:#fff;border-radius:14px;max-height:260px;padding:7px;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow:auto;box-shadow:0 18px 50px #0f0f1026}.px-category-menu>button{width:100%;color:var(--linku-text);font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;padding:11px 12px;display:flex}.px-category-menu>button:hover,.px-category-menu>button.active{background:var(--linku-cream)}.px-category-menu>p{color:var(--linku-muted);margin:0;padding:12px;font-size:13px}.px-category-selected{background:#c8a0621f;border-radius:9px;grid-template-columns:18px auto minmax(0,1fr);align-items:center;gap:7px;margin-bottom:5px;padding:9px 11px;font-size:12px;display:grid}.px-category-selected strong{text-overflow:ellipsis;overflow:hidden}.px-category-selected svg{color:var(--linku-gold)}.px-optional-details{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:15px;margin-top:22px;overflow:visible}.px-optional-details summary{cursor:pointer;align-items:center;gap:9px;padding:15px 17px;font-weight:750;list-style:none;display:flex}.px-optional-details summary::-webkit-details-marker{display:none}.px-optional-details summary span{color:var(--linku-muted);margin-left:auto;font-size:12px;font-weight:650}.px-optional-details[open] summary>svg{transform:rotate(180deg)}.px-optional-details .px-category-grid{border-top:1px solid var(--linku-border)}.px-avatar-row{margin-bottom:30px}.px-avatar-button{background:0 0;border:0;border-radius:50%;flex:none;width:112px;height:112px;padding:0;position:relative}.px-avatar-button .px-avatar{aspect-ratio:1;object-fit:cover;border-radius:50%;width:112px;height:112px}.px-avatar-button>span{background:var(--linku-black);color:#fff;border:1px solid #ffffffb3;border-radius:999px;align-items:center;gap:5px;width:max-content;max-width:94px;padding:6px 10px;font-size:11px;font-weight:750;display:inline-flex;position:absolute;bottom:-6px;left:50%;transform:translate(-50%);box-shadow:0 8px 22px #0f0f1033}.px-bio-field{margin-top:14px;padding-top:8px}.px-link-row{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:16px;margin-bottom:16px;padding:17px}.px-link-row+.px-link-row{margin-top:16px}.px-link-row-head{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.px-link-row-head .icon-btn{border:1px solid var(--linku-border);width:34px;height:34px;color:var(--linku-muted);background:#fff;border-radius:10px;place-items:center;display:grid}.px-preview-plan-tabs{min-width:0}.px-preview-plan-tabs button{min-width:0;overflow:hidden}.px-real-profile-preview,.px-brand-profile-preview{max-width:100%;overflow:hidden}.px-real-profile-preview header{flex-wrap:wrap;min-width:0}.px-real-profile-top,.px-real-profile-top>div{min-width:0}.px-real-profile-top h2,.px-real-profile-top p,.px-real-profile-top small{overflow-wrap:anywhere}.px-real-link-grid>div{min-width:0}.px-real-link-grid strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.px-real-profile-section>span{margin-bottom:9px;line-height:1.4;display:block}.px-real-profile-section.muted p{margin:0;line-height:1.55}.px-brand-profile-preview header{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.px-brand-profile-preview header>div{flex:1;min-width:0}.px-brand-profile-preview .status-pill{white-space:normal;text-align:center;max-width:100%}.px-brand-preview-meta,.px-brand-preview-meta>div{min-width:0}.px-brand-preview-meta strong{overflow-wrap:anywhere}.ready-next span{text-align:left;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:11px;display:grid!important}.ready-next span b{aspect-ratio:1;place-items:center;min-width:30px;border-radius:50%!important;width:30px!important;height:30px!important;line-height:1!important;display:grid!important}.dashboard-content>*+*,.dashboard-grid+.panel-card,.panel-card+.dashboard-grid,.panel-card+.panel-card{margin-top:22px}.px-plan-value-actions{flex:none;display:flex}.px-verification-notice{position:relative}.px-verification-dismiss{width:30px;height:30px;color:var(--linku-muted);background:0 0;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:12px;right:12px}.editor-layout .editor-save-card{align-self:start;position:sticky;top:92px}.data-editor-section-content>.link-card+.link-card{margin-top:14px}.px-avatar{object-fit:cover;aspect-ratio:1;flex:none;place-items:center;display:inline-grid;overflow:hidden}.px-avatar-fallback{letter-spacing:.02em;text-transform:uppercase;font-weight:800}.public-profile .px-avatar,.public-profile-hero .px-avatar,.profile-hero .px-avatar{object-fit:cover}.status-pill{white-space:normal;text-align:center;justify-content:center;align-items:center;max-width:100%;height:auto;min-height:28px;line-height:1.25;display:inline-flex}.px-admin-stripe-diagnostics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 20px;display:grid}.px-admin-stripe-diagnostics span{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:11px;align-items:center;gap:8px;padding:11px 12px;font-size:12px;display:flex}.px-admin-stripe-diagnostics span.ok svg{color:var(--linku-success)}.px-admin-stripe-diagnostics span.missing svg{color:var(--linku-error)}@media (width<=900px){.px-wizard .wizard-main{grid-template-columns:1fr;gap:24px;padding-top:28px}.px-wizard .wizard-steps{grid-template-columns:repeat(var(--wizard-count,7),minmax(36px,1fr));gap:5px;padding:0;display:grid;overflow:hidden}.px-wizard .wizard-steps button{justify-content:center;padding:6px 2px;display:flex}.px-wizard .wizard-steps button strong,.px-wizard .wizard-steps button>svg{display:none}.px-wizard .wizard-steps button>span{width:30px;height:30px}.editor-layout .editor-save-card{position:static}.px-admin-stripe-diagnostics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.px-wizard .wizard-header{gap:14px;height:64px;padding:0 16px}.px-wizard .wizard-header img{width:92px}.px-wizard .wizard-header span{white-space:nowrap;text-overflow:ellipsis;padding-left:14px;font-size:12px;overflow:hidden}.px-wizard .wizard-main{width:100%;padding:20px 16px 92px}.px-wizard .wizard-card{border-radius:18px;width:100%;min-width:0;padding:24px 18px}.px-wizard .wizard-actions{flex-wrap:wrap;gap:9px}.px-wizard .wizard-actions .btn{flex:1;min-width:0}.px-role-cards{grid-template-columns:1fr}.px-role-cards>button{min-height:0}.px-role-login{margin-top:24px}.form-grid-two{grid-template-columns:1fr!important}.px-category-menu{z-index:100;max-height:min(60vh,420px);position:fixed;inset:auto 16px 16px}.px-avatar-row{align-items:center;margin-bottom:34px}.px-avatar-button,.px-avatar-button .px-avatar{width:92px;height:92px}.px-bio-field{margin-top:18px}.px-link-row{padding:14px}.px-link-row .form-grid-two{gap:13px}.px-social-input>span{text-overflow:ellipsis;max-width:45%;overflow:hidden}.px-offer-decision{grid-template-columns:1fr!important}.px-offer-form{order:2}.px-offer-skip{margin:12px auto 0;display:block}.px-preview-plan-tabs{grid-template-columns:1fr}.px-real-profile-preview,.px-brand-profile-preview{padding:18px!important}.px-real-profile-preview header{display:grid!important}.px-real-profile-preview header>.btn{width:100%}.px-real-profile-top{align-items:flex-start!important}.px-real-profile-top .px-avatar{width:68px;height:68px}.px-real-profile-preview footer{flex-direction:column;align-items:flex-start}.px-brand-preview-meta{grid-template-columns:1fr!important}.px-brand-profile-preview section>div{flex-wrap:wrap}.wizard-plan-grid,.px-plan-picker{grid-template-columns:1fr!important}.wizard-plan-grid>*{min-width:0}.ready-next span{grid-template-columns:30px minmax(0,1fr)}.dashboard-content>*+*,.dashboard-grid+.panel-card,.panel-card+.dashboard-grid,.panel-card+.panel-card{margin-top:18px}.px-plan-value-card{flex-direction:column;align-items:flex-start}.px-plan-value-actions,.px-plan-value-actions .btn{width:100%}.px-admin-stripe-diagnostics{grid-template-columns:1fr}}.profile-avatar .px-avatar{border-radius:50%;width:clamp(112px,13vw,164px);height:clamp(112px,13vw,164px);font-size:clamp(28px,4vw,46px)}.media-kit-identity>.px-avatar{border-radius:50%;width:120px;height:120px;font-size:32px}.px-settings-request-modal{gap:17px;display:grid}.px-settings-request-modal .panel-guidance{margin:0}.px-brand-catalog-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.px-admin-badges{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.brand-review-notice{padding-right:52px;position:relative}@media (width<=640px){.profile-hero{gap:24px!important}.profile-intro{min-width:0}.profile-intro h1{overflow-wrap:anywhere}.profile-bio{font-size:16px!important;line-height:1.65!important}.media-kit-identity{grid-template-columns:1fr!important}.px-brand-catalog-actions{align-items:stretch;width:100%}.px-brand-catalog-actions .btn{width:100%}}.editor-layout .save-panel{align-self:start;position:sticky;top:92px}.panel-avatar-editor button>.px-avatar{object-fit:cover;border-radius:50%;width:112px;height:112px}.panel-avatar-editor button{position:relative}.panel-avatar-editor button>span{background:var(--linku-black);color:#fff;border-radius:999px;width:max-content;padding:6px 10px;font-size:11px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #0f0f1033}.px-profile-links-list{gap:14px;display:grid}.px-profile-link-card{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:16px;padding:17px}.px-profile-link-card .toggle-row{margin-top:11px}@media (width<=900px){.editor-layout .save-panel{position:static}}.px-plan-picker,.px-plan-picker>button,.pricing-mobile-comparison,.pricing-mobile-comparison details,.pricing-mobile-comparison details>div{min-width:0;max-width:100%}.px-plan-picker>button p,.px-plan-picker>button small,.px-plan-picker>button strong{overflow-wrap:anywhere}.px-plan-picker>button b{max-width:100%}.pricing-mobile-comparison p{gap:12px;min-width:0}.pricing-mobile-comparison p span,.pricing-mobile-comparison p strong{overflow-wrap:anywhere;word-break:normal;min-width:0}.px-brand-profile-preview,.px-real-profile-preview,.wizard-card,.wizard-main,.wizard-actions{box-sizing:border-box}@media (width<=640px){.px-plan-picker>button{grid-template-columns:24px minmax(0,1fr)!important;gap:11px!important;padding:15px!important}.px-plan-picker>button b,.px-plan-picker>button i{white-space:normal!important;grid-column:2!important;position:static!important}.px-plan-picker>button b{font-size:20px}.px-final-flow-note{align-items:flex-start;padding:14px}.px-final-flow-note>div{min-width:0}.pricing-mobile-comparison details>div{padding-inline:14px!important}.pricing-mobile-comparison p{grid-template-columns:minmax(0,1fr) minmax(88px,42%);align-items:start;display:grid!important}.pricing-mobile-comparison p strong{text-align:right;max-width:none!important}.px-brand-profile-preview,.px-real-profile-preview{width:100%;margin-inline:0}.px-brand-profile-preview header>*{max-width:100%}.px-brand-profile-preview .status-pill{width:auto}}.px-print-branding{border-top:1px solid var(--linku-border);color:var(--linku-muted);align-items:flex-start;gap:18px;margin:28px 0 0;padding:20px 0 0;display:flex}.px-print-branding img,.px-brief-print-footer img{flex:none;width:88px;height:auto}.px-print-branding>div,.px-brief-print-footer>div{gap:4px;min-width:0;display:grid}.px-print-branding strong,.px-brief-print-footer strong{color:var(--linku-text);font-size:12px}.px-print-branding span,.px-brief-print-footer span{font-size:11px}.px-print-branding small,.px-brief-print-footer small{color:var(--linku-muted);font-size:10px;line-height:1.55}.px-brief-print-card>footer.px-brief-print-footer{justify-content:flex-start;align-items:flex-start;gap:16px;display:flex}.admin-page .status-pill{white-space:nowrap;width:max-content}@media (width<=640px){.px-print-branding,.px-brief-print-card>footer.px-brief-print-footer{flex-direction:column}.admin-page .status-pill{white-space:normal}}@media print{.px-print-branding{break-inside:avoid;visibility:visible!important;display:flex!important}.px-print-branding *,.px-brief-print-footer *{visibility:visible!important}.px-print-branding img,.px-brief-print-footer img{filter:none!important}}.px-brand-profile-preview{gap:22px;display:grid}.px-brand-profile-preview-head{align-items:center;gap:18px;display:flex}.px-brand-profile-preview-head>div{min-width:0}.px-brand-profile-preview-head span{color:var(--linku-gold);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800;display:block}.px-brand-profile-preview-head h2{margin:5px 0 3px}.px-brand-profile-preview-head p{color:var(--linku-muted);margin:0}.px-brand-profile-preview>p{margin:0;line-height:1.75}.px-brand-profile-preview-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.px-brand-profile-preview-meta>div{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:14px;gap:4px;padding:14px;display:grid}.px-brand-profile-preview-meta small{color:var(--linku-muted)}@media (width<=640px){.px-brand-profile-preview-head{align-items:flex-start}.px-brand-profile-preview-meta{grid-template-columns:1fr}.px-brand-profile-preview .modal-actions{grid-template-columns:1fr;display:grid}.px-brand-profile-preview .modal-actions>*{width:100%}}html,body,#root{max-width:100%;overflow-x:clip}body.modal-open,body.nav-open,body.dashboard-menu-open{touch-action:none;overflow:hidden}.site-header{z-index:90;-webkit-backdrop-filter:blur(18px);background:#faf7f2eb;height:70px;position:sticky;top:0;box-shadow:0 1px #e8ded1bf}.site-header+main{scroll-margin-top:70px}.px-wizard .wizard-header{background:#fffffff5;height:60px;padding-inline:clamp(16px,3vw,30px)}.px-wizard .wizard-header img{width:104px}.px-wizard .wizard-main{grid-template-columns:minmax(185px,220px) minmax(0,780px);gap:32px;padding-top:36px}.px-wizard .wizard-steps{align-self:start;gap:5px;padding-top:10px;position:sticky;top:94px}.px-wizard .wizard-steps button{grid-template-columns:30px minmax(0,1fr);gap:11px;min-width:0;padding:10px 11px}.px-wizard .wizard-steps button strong{overflow-wrap:anywhere;min-width:0;line-height:1.25}.px-wizard .wizard-steps button>span{flex:none}.px-wizard-progress{border-bottom:1px solid var(--linku-border);gap:8px;margin:0 0 26px;padding:0 0 18px;display:grid}.px-wizard-progress>div{justify-content:space-between;align-items:center;gap:14px;display:flex}.px-wizard-progress span{letter-spacing:.08em;text-transform:uppercase;color:var(--linku-muted);font-size:11px;font-weight:800}.px-wizard-progress strong{color:var(--linku-text);text-align:right;font-size:13px}.px-wizard-progress>i{background:#eee7dd;border-radius:999px;height:4px;display:block;overflow:hidden}.px-wizard-progress>i>b{border-radius:inherit;background:var(--linku-gold);height:100%;transition:width .25s;display:block}.px-role-step{padding-top:4px}.px-role-step .px-role-cards{margin-top:28px}.px-role-login{border-top:1px solid var(--linku-border);text-align:center;color:var(--linku-muted);padding-top:22px;margin-top:34px!important}.px-role-login button{color:var(--linku-text);text-decoration:underline;-webkit-text-decoration-color:var(--linku-gold);text-decoration-color:var(--linku-gold);text-underline-offset:4px;font-weight:800}.px-category-picker{gap:14px;display:grid}.px-category-grid{flex-wrap:wrap;gap:9px;display:flex}.px-category-grid>button{border:1px solid var(--linku-border);min-height:40px;color:var(--linku-text);background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:750;line-height:1.2;transition:all .16s;display:inline-flex}.px-category-grid>button:hover{background:#fffdf9;border-color:#c8ad83}.px-category-grid>button.active{background:var(--linku-black);border-color:var(--linku-black);color:#fff;box-shadow:0 6px 18px #0f0f101f}.px-category-grid>button.subtle{background:var(--linku-cream);color:var(--linku-text);border-style:dashed}.px-category-grid>button.subtle.active{color:#fff;background:#292929;border-style:solid}.px-category-more{color:#7d6644;justify-self:start;align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.px-category-custom{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px;display:grid}.px-category-summary{color:var(--linku-muted);margin:0;font-size:12px}.px-slug-input,.px-social-input{background:#fff;border:1px solid #dcd2c6;border-radius:12px;align-items:stretch;width:100%;min-width:0;min-height:50px;transition:border-color .16s,box-shadow .16s;display:flex;overflow:hidden}.px-slug-input:focus-within,.px-social-input:focus-within{border-color:#a68049;box-shadow:0 0 0 3px #c8a06224}.px-slug-input>span,.px-social-input>span{color:#756f78;white-space:nowrap;background:#fff;flex:none;align-items:center;padding:0 0 0 14px;font-size:13px;font-weight:650;display:flex}.px-slug-input>input,.px-social-input>input{min-width:0;color:var(--linku-text);background:#fff;outline:0;flex:1;padding:0 14px 0 3px;font-size:16px;box-shadow:none!important;border:0!important}.px-slug-message{align-items:center;gap:6px;margin-top:7px;line-height:1.35;display:flex!important}.px-slug-message.valid{color:var(--linku-success)}.px-slug-message.invalid{color:var(--linku-error)}.px-shared-links-editor,.px-shared-links-list{gap:14px;display:grid}.px-shared-link-card{border:1px solid var(--linku-border);background:#fffdf9;border-radius:15px;gap:14px;padding:18px;display:grid;box-shadow:0 6px 18px #1f191109}.px-link-row-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.px-link-row-head>div{gap:2px;display:grid}.px-link-row-head small{letter-spacing:.1em;color:#93713f;font-size:9px;font-weight:800}.px-link-row-head strong{font-size:15px}.px-shared-link-fields{grid-template-columns:minmax(160px,.65fr) minmax(0,1.35fr);gap:14px;display:grid}.px-soft-upsell{background:#fbf5ea;border:1px solid #e6d6bd;border-radius:12px;align-items:flex-start;gap:12px;padding:14px;display:flex}.px-soft-upsell svg{color:#98713b;flex:none}.px-soft-upsell strong,.px-soft-upsell p{display:block}.px-soft-upsell p{margin-top:3px;font-size:12px}.px-avatar-row{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:26px;margin-bottom:32px;display:grid}.px-avatar-button,.panel-avatar-editor>button{border-radius:50%;place-items:center;width:max-content;display:inline-grid;position:relative}.px-avatar-button .px-avatar,.panel-avatar-editor .px-avatar{aspect-ratio:1;object-fit:cover;flex:none;display:block}.px-avatar-button>span,.panel-avatar-editor>button>span{border:1px solid var(--linku-border);min-height:30px;color:var(--linku-text);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:5px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;bottom:-8px;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #0f0f1024}.px-bio-field{gap:10px;margin-top:8px;display:grid}.px-preview-plan-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:18px 0;display:grid}.px-preview-plan-tabs>button{border:1px solid var(--linku-border);text-align:left;background:#fff;border-radius:12px;min-width:0;padding:13px 10px}.px-preview-plan-tabs>button strong,.px-preview-plan-tabs>button small{display:block}.px-preview-plan-tabs>button small{color:var(--linku-muted);margin-top:3px;font-size:10px;line-height:1.3}.px-preview-plan-tabs>button.active{background:#fbf4e8;border-color:#b78d4c;box-shadow:inset 0 0 0 1px #d3b580}.px-real-profile-preview,.px-draft-profile-card{max-width:100%;overflow:hidden}.px-real-profile-preview header,.px-draft-profile-card header,.px-real-profile-top>div,.px-draft-profile-card header>div{min-width:0}.px-real-profile-top h2,.px-draft-profile-card h2{overflow-wrap:anywhere}.px-plan-picker{gap:12px;min-width:0;display:grid}.px-plan-picker>button{min-width:0;max-width:100%;grid-template-columns:auto minmax(0,1fr) auto!important}.px-plan-picker>button>div{min-width:0}.px-plan-picker p,.px-plan-picker small{overflow-wrap:anywhere}.px-offer-step{gap:18px;display:grid}.px-offer-step-head{background:var(--linku-cream);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.dashboard-content{flex-direction:column;gap:24px;display:flex}.dashboard-content>.dashboard-grid,.dashboard-content>.panel-card,.dashboard-content>.px-verification-notice,.dashboard-content>.brand-review-notice,.dashboard-content>.px-pending-payment{margin:0!important}.dashboard-grid{row-gap:20px}.px-verification-notice,.brand-review-notice{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:14px;display:grid}.px-verification-notice>div,.brand-review-notice>div{min-width:0}.px-verification-actions{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.px-verification-actions button{text-underline-offset:3px;font-size:12px;font-weight:800;text-decoration:underline}.px-restricted-panel{align-items:center;gap:18px;max-width:760px;display:flex}.px-restricted-panel>div{flex:1}.px-restricted-panel h2{margin:5px 0 8px}.px-onboarding-card.collapsed .px-onboarding-steps{margin-top:16px}.px-onboarding-more{color:#7d6644;align-items:center;gap:6px;margin-top:10px;font-size:12px;font-weight:800;display:inline-flex}.px-plan-value-card{justify-content:space-between;align-items:center;gap:24px;display:flex}.px-plan-value-card p{max-width:720px;margin-top:8px}.px-settings-actions{gap:10px;display:grid}.px-settings-actions>button{border:1px solid var(--linku-border);text-align:left;background:#fff;border-radius:12px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:14px;display:grid}.px-settings-actions>button:after{content:"→";color:#9a7847;font-weight:800}.px-settings-actions>button svg{color:#98713b}.px-settings-actions p{margin-top:3px;font-size:12px}.px-brand-logo-upload{align-items:center;gap:12px;min-height:50px;display:flex}.px-brand-logo-upload .px-avatar{flex:none}.data-editor-section{scroll-margin-top:112px}.save-panel{align-self:start;position:sticky;top:116px}.px-mobile-save-bar{padding-bottom:max(10px,env(safe-area-inset-bottom))!important}.px-help-options{gap:10px;display:grid}.px-help-options>button{min-height:76px}.modal-backdrop{z-index:200;justify-content:center;align-items:center;padding:clamp(10px,3vw,30px);display:flex;position:fixed;inset:0;overflow:hidden}.modal{flex-direction:column;width:min(100%,680px);max-height:min(90dvh,860px);display:flex;overflow:hidden}.modal-head{z-index:4;border-bottom:1px solid var(--linku-border);background:#fff;flex:none;position:sticky;top:0}.modal-head .icon-btn{flex:none}.modal-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;padding-bottom:max(24px,env(safe-area-inset-bottom));overflow-y:auto}.modal-form,.px-settings-request-modal{min-width:0}.modal-actions{flex-wrap:wrap}.profile-top{z-index:75;-webkit-backdrop-filter:blur(16px);background:#ffffffed;position:sticky;top:0}.profile-hero{align-items:center;overflow:visible!important}.profile-avatar{align-self:center;min-width:0;overflow:visible!important}.profile-avatar>.px-avatar{aspect-ratio:1;object-fit:cover;border-radius:50%;width:clamp(160px,18vw,240px);height:clamp(160px,18vw,240px);display:block;overflow:hidden}.profile-intro{min-width:0}.profile-bio{max-width:740px}.profile-meta,.profile-social-row,.profile-cta{gap:10px 12px}.status-pill{white-space:normal;text-align:center;width:max-content;max-width:100%;line-height:1.25}.px-brand-creator-browser{gap:24px;display:grid}.px-brand-creator-browser>.dashboard-grid{margin-top:0!important}.px-internal-creator-grid{gap:16px}.px-internal-creator-grid>article{min-width:0}.pass5-list-card,.pass5-list-title,.pass5-list-main{min-width:0}.pass5-list-title h3,.pass5-list-title p{overflow-wrap:anywhere}.px-admin-notification-strip{flex-wrap:wrap;gap:8px;display:flex}.pricing-grid,.plans-small,.pricing-comparison,.pricing-grid>*{min-width:0}.pricing-table-wrap{overscroll-behavior-x:contain;max-width:100%;overflow-x:auto}.pricing-table td,.pricing-table th{overflow-wrap:anywhere;word-break:normal}@media (width<=900px){.site-header{height:64px}.main-nav{overscroll-behavior:contain;max-height:calc(100dvh - 64px);overflow-y:auto;top:64px!important;inset-block-start:64px!important}.px-wizard .wizard-main{grid-template-columns:1fr;padding:20px 14px 82px}.px-wizard .wizard-steps{display:none}.px-wizard .wizard-card{width:100%;min-width:0}.px-wizard-progress{z-index:12;-webkit-backdrop-filter:blur(12px);background:#fffffff5;margin:-28px -20px 24px;padding:15px 20px 14px;position:sticky;top:0}.px-preview-plan-tabs{z-index:10;scrollbar-width:none;background:#fffffff5;border-radius:14px;grid-template-columns:repeat(3,minmax(145px,1fr));margin-inline:-4px;padding:7px;position:sticky;top:62px;overflow-x:auto;box-shadow:0 8px 20px #0f0f1014}.px-preview-plan-tabs::-webkit-scrollbar{display:none}.px-shared-link-fields,.px-shared-link-fields.with-followers{grid-template-columns:1fr}.px-plan-value-card,.px-restricted-panel{flex-direction:column;align-items:flex-start}.save-panel{position:static}.px-mobile-save-bar{z-index:80;border-top:1px solid var(--linku-border);padding:10px 12px max(10px,env(safe-area-inset-bottom));background:#fffffff7;grid-template-columns:auto auto minmax(0,1fr);gap:8px;bottom:0;left:0;right:0;box-shadow:0 -10px 28px #0f0f101f;display:grid!important;position:fixed!important}.data-integrity-editor{padding-bottom:90px}.modal-backdrop{align-items:flex-end;padding:0}.modal{border-radius:20px 20px 0 0;width:100%;max-width:none;max-height:92dvh}.modal-head{min-height:60px;padding-right:max(14px,env(safe-area-inset-right));padding-left:max(18px,env(safe-area-inset-left))}.modal-body{padding-inline:max(16px,env(safe-area-inset-left));padding-bottom:max(22px,env(safe-area-inset-bottom))}.profile-top{top:0}.profile-hero{text-align:center;grid-template-columns:1fr!important;gap:22px!important;padding:34px 18px 42px!important}.profile-avatar{place-items:center;padding-top:4px;display:grid;margin:0 auto!important}.profile-avatar>.px-avatar{object-position:center!important;width:144px!important;height:144px!important;margin:0 auto!important}.profile-intro{width:100%;padding:0 4px}.profile-intro h1{font-size:clamp(34px,11vw,46px)!important}.profile-bio{margin-inline:auto;line-height:1.65;font-size:15px!important}.profile-meta,.profile-social-row,.profile-cta{justify-content:center}.profile-cta{grid-template-columns:1fr;width:100%;display:grid}.profile-cta .btn{width:100%}.pass5-row-actions{flex-wrap:wrap}.pass5-row-actions>*{min-width:0}}@media (width<=640px){.wizard-header{height:56px!important}.px-wizard .wizard-card{border-radius:17px;padding:28px 18px 24px!important}.px-wizard-progress{margin:-28px -18px 22px;padding-inline:18px;top:0}.px-wizard-progress>div{align-items:flex-start}.px-wizard-progress strong{max-width:58%;font-size:12px}.px-role-step>h1{font-size:34px}.px-role-step .px-role-cards{gap:10px;grid-template-columns:1fr!important}.px-role-step .px-role-cards>button{min-height:0;padding:20px}.px-role-login{padding-top:18px;margin-top:24px!important}.px-category-grid{gap:7px}.px-category-grid>button{min-height:37px;padding:0 11px;font-size:12px}.px-category-custom{grid-template-columns:1fr}.px-category-custom .btn{width:100%}.px-avatar-row{text-align:center;grid-template-columns:1fr;justify-items:center;gap:26px;margin-bottom:30px}.px-avatar-button .px-avatar{width:112px!important;height:112px!important}.px-bio-field{margin-top:18px}.px-offer-step-head{flex-direction:column;align-items:flex-start}.px-offer-step-head .text-link{align-self:flex-start}.px-preview-plan-tabs{grid-template-columns:repeat(3,minmax(126px,1fr));top:56px}.px-preview-plan-tabs>button{padding:10px 9px}.px-real-profile-preview header,.px-draft-profile-card header{flex-direction:column!important;align-items:flex-start!important}.px-real-profile-preview header>.btn{width:100%}.px-real-profile-top{align-items:center!important}.px-real-profile-top .px-avatar{width:76px!important;height:76px!important}.px-plan-picker>button{grid-template-columns:auto minmax(0,1fr)!important}.px-plan-picker>button>b{grid-column:2;justify-self:start}.px-plan-picker>button>i{grid-column:2}.wizard-actions{gap:8px}.wizard-actions .btn{white-space:normal;min-width:0;padding-inline:10px}.px-onboarding-card .panel-card-head{align-items:flex-start}.px-onboarding-card>p{font-size:13px}.px-onboarding-actions{grid-template-columns:1fr;display:grid!important}.px-onboarding-actions .btn{width:100%}.dashboard-content{gap:16px;padding-bottom:96px!important}.dashboard-grid{gap:14px}.px-settings-actions>button{grid-template-columns:34px minmax(0,1fr)}.px-settings-actions>button:after{display:none}.px-brand-logo-upload{flex-direction:column;align-items:flex-start}.px-shared-link-card{padding:15px}.px-link-row-head{align-items:flex-start}.modal-actions{grid-template-columns:1fr;display:grid!important}.modal-actions .btn{width:100%}.profile-top{min-height:60px;height:auto!important}.profile-view-nav{scrollbar-width:none;max-width:100%;overflow-x:auto}.profile-view-nav::-webkit-scrollbar{display:none}.profile-avatar>.px-avatar{width:132px!important;height:132px!important}.profile-meta{flex-direction:column;align-items:center}.profile-social-row{max-width:100%;padding-bottom:3px;overflow-x:auto}.pass5-list-card{padding:14px}.pass5-list-main{display:block}.pass5-meta-grid{grid-template-columns:1fr 1fr!important}.pass5-row-actions{grid-template-columns:1fr 1fr;display:grid!important}.pass5-row-actions .input,.pass5-row-actions .btn{width:100%}.px-brand-catalog-actions{flex-direction:column;align-items:stretch}.px-brand-catalog-actions .btn{width:100%}.pricing-table td,.pricing-table th{min-width:140px;font-size:12px}}.px-admin-message-notice{color:var(--linku-text);background:#fff8eb;border:1px solid #dbc394;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:14px;padding:16px 18px;display:grid}.px-admin-message-notice>svg{color:#8c6938}.px-admin-message-notice>div{min-width:0}.px-admin-message-notice span,.px-admin-message-notice strong,.px-admin-message-notice p{display:block}.px-admin-message-notice span{letter-spacing:.12em;color:#8c6938;font-size:9px;font-weight:850}.px-admin-message-notice strong{margin-top:4px}.px-admin-message-notice p{margin:5px 0 10px;font-size:13px;line-height:1.55}.px-admin-message-notice .btn{min-height:36px;padding-inline:12px;font-size:12px}.px-admin-top-actions{align-items:center;gap:10px;display:flex}.px-admin-bell{border:1px solid var(--linku-border);background:#fff;border-radius:10px;place-items:center;width:40px;height:40px;display:grid;position:relative}.px-admin-bell b{background:var(--linku-gold);color:#111;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;display:grid;position:absolute;top:-6px;right:-5px}.px-admin-reaction-center{gap:16px;display:grid}.px-admin-reaction-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.px-admin-reaction-grid button{border:1px solid var(--linku-border);text-align:left;background:#fff;border-radius:12px;gap:5px;padding:16px 12px;display:grid}.px-admin-reaction-grid strong{font:700 25px Space Grotesk}.px-admin-reaction-grid span{color:var(--linku-muted);font-size:11px;line-height:1.35}.px-admin-message-composer{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:13px;gap:14px;margin-top:14px;padding:16px;display:grid}@media (width<=1100px){.px-admin-reaction-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.px-admin-reaction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.px-admin-message-notice{grid-template-columns:auto minmax(0,1fr)}.px-admin-message-notice>.px-verification-dismiss{grid-area:1/2;justify-self:end}.px-admin-message-notice>div{grid-column:1/-1}.px-admin-top-actions .admin-badge{display:none}}.pricing-assistant-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.px-admin-latest-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.px-admin-latest-grid>button{border:1px solid var(--linku-border);text-align:left;background:#fff;border-radius:12px;align-content:start;gap:8px;min-width:0;padding:15px;display:grid}.px-admin-latest-grid>button>span{letter-spacing:.08em;text-transform:uppercase;color:#8f6d3d;font-size:11px;font-weight:850}.px-admin-latest-grid small{color:var(--linku-muted);border-top:1px solid #eee6dc;gap:2px;padding-top:8px;font-size:10px;display:grid}.px-admin-latest-grid small strong{text-overflow:ellipsis;white-space:nowrap;color:var(--linku-text);font-size:12px;overflow:hidden}@media (width<=1000px){.px-admin-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.pricing-assistant-actions{grid-template-columns:1fr;display:grid}.pricing-assistant-actions .btn{width:100%}.px-admin-latest-grid{grid-template-columns:1fr}}body.modal-open,body.dashboard-menu-open{overscroll-behavior:none;touch-action:none;overflow:hidden!important}.modal-backdrop{padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))!important}.modal{outline:none;border-radius:18px!important;width:min(100vw - 24px,680px)!important;max-height:calc(100dvh - 32px)!important}.modal-lg{width:min(100vw - 24px,960px)!important}.modal-head{min-height:62px}.modal-body{min-height:0;overflow:auto!important}.modal input,.modal textarea,.modal select{pointer-events:auto!important}.modal .form-error-text{color:var(--linku-error);background:#fff0ed;border-radius:10px;margin:0;padding:10px 12px}.px-support-layout{grid-template-columns:minmax(260px,360px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.px-support-list,.px-support-room{min-width:0}.px-support-list{gap:8px;display:grid}.px-support-list>.panel-card-head{margin-bottom:6px}.px-support-list>button{text-align:left;border:1px solid #0000;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;padding:12px;display:grid}.px-support-list>button:hover,.px-support-list>button.active{border-color:var(--linku-border);background:var(--linku-cream)}.px-support-list>button div{min-width:0}.px-support-list>button strong,.px-support-list>button p,.px-support-list>button small{display:block}.px-support-list>button p{text-overflow:ellipsis;white-space:nowrap;color:var(--linku-muted);margin:3px 0;font-size:12px;overflow:hidden}.px-support-list>button small{color:#8c6938;font-size:10px}.px-unread-count{background:var(--linku-gold);border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;display:grid}.px-support-room{gap:16px;display:grid}.px-support-messages{flex-direction:column;gap:10px;max-height:420px;padding:4px 2px 10px;display:flex;overflow:auto}.px-support-messages article{display:flex}.px-support-messages article.admin{justify-content:flex-start}.px-support-messages article.own{justify-content:flex-end}.px-support-messages article>div{border:1px solid var(--linku-border);background:#fff;border-radius:14px;max-width:min(82%,680px);padding:12px 14px}.px-support-messages article.admin>div{background:var(--linku-cream)}.px-support-messages article p{white-space:pre-wrap;margin:4px 0 6px;line-height:1.55}.px-support-messages article small{color:var(--linku-muted);font-size:10px}.px-message-form{border-top:1px solid var(--linku-border);gap:12px;padding-top:14px;display:grid}.px-message-tools{flex-wrap:wrap;justify-content:flex-end;gap:9px;display:flex}.px-admin-ticket-thread{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:14px;gap:12px;margin:14px 0;padding:15px;display:grid}.px-admin-ticket-thread .panel-card-head{margin:0}.px-preview-plan-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.px-preview-plan-summary article{border:1px solid var(--linku-border);background:#fff;border-radius:13px;gap:4px;padding:14px;display:grid}.px-preview-plan-summary article strong{font-family:Space Grotesk,sans-serif}.px-preview-plan-summary article span{color:var(--linku-muted);font-size:12px;line-height:1.45}.px-additional-categories{border-top:1px solid var(--linku-border);gap:10px;margin-top:14px;padding-top:14px;display:grid}.px-category-custom{margin-top:12px}.px-category-more{margin-top:14px;margin-bottom:0!important}.inquiry-row-actions .btn-compact{min-height:38px;padding:0 12px;font-size:12px}.inquiry-panel-actions{align-items:center}.px-mobile-save-bar{width:calc(100% - 24px)!important;margin:0 12px max(10px,env(safe-area-inset-bottom))!important;border:1px solid #c8a06259!important;border-radius:15px!important;padding:9px!important;bottom:0!important;left:auto!important;right:auto!important}body.dashboard-menu-open .px-mobile-save-bar{opacity:0;pointer-events:none}.creator-card .px-avatar{object-fit:cover;object-position:center;overflow:hidden}.profile-avatar>.px-avatar{object-position:center!important}.profile-hero{padding-top:clamp(42px,7vw,84px)!important}.profile-intro{align-self:center}@media (width<=900px){.modal-backdrop{align-items:center!important}.px-support-layout{grid-template-columns:1fr}.px-support-messages{max-height:360px}.px-preview-plan-summary{grid-template-columns:1fr}.inquiries-table .table-head{display:none}.inquiries-table{gap:12px;display:grid}.inquiries-table .table-row{background:#fff;border:1px solid var(--linku-border)!important;border-radius:14px!important;grid-template-columns:1fr!important;gap:12px!important;padding:15px!important;display:grid!important}.inquiries-table .table-row>*{min-width:0;width:100%!important}.inquiries-table .brand-cell,.inquiries-table .subject-cell{text-align:left}.inquiries-table .inquiry-row-actions{justify-content:space-between;gap:8px;display:flex}.inquiries-table .inquiry-row-actions .btn{flex:1}.inquiry-status-select{width:100%}}@media (width<=640px){.modal{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 32px)!important}.modal-lg{width:calc(100vw - 24px)!important}.modal-head{padding-inline:16px!important}.modal-body{padding:18px 16px max(22px,env(safe-area-inset-bottom))!important}.px-message-tools{grid-template-columns:1fr;display:grid}.px-message-tools>*{width:100%}.px-support-list>.panel-card-head{flex-direction:column;align-items:flex-start}.px-support-list>.panel-card-head .btn{width:100%}.px-support-messages article>div{max-width:92%}.px-admin-ticket-thread{padding:12px}.px-admin-ticket-thread .panel-card-head{flex-direction:column;align-items:stretch}.px-admin-ticket-thread .input{width:100%}.px-mobile-save-bar{grid-template-columns:auto auto minmax(0,1fr)!important}.profile-hero{padding-top:30px!important}.profile-avatar{margin-top:0!important}.profile-avatar>.px-avatar{width:132px!important;height:132px!important}}.px-notification-bell{border:1px solid var(--linku-border);background:#fff;border-radius:10px;flex:none;place-items:center;width:40px;height:40px;display:grid;position:relative}.px-notification-bell b{background:var(--linku-gold);color:#111;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;display:grid;position:absolute;top:-7px;right:-6px}.px-notification-list{gap:8px;display:grid}.px-notification-list>button{border:1px solid var(--linku-border);text-align:left;background:#fff;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;padding:13px;display:grid}.px-notification-list>button.unread{background:#fffaf0;border-color:#d8bd88}.px-notification-list>button.read{opacity:.72}.px-notification-list>button div{min-width:0}.px-notification-list strong,.px-notification-list p,.px-notification-list small{display:block}.px-notification-list p{color:var(--linku-muted);overflow-wrap:anywhere;margin:3px 0;font-size:12px}.px-notification-list small{color:#8a838d;font-size:10px}@media (width<=640px){.topbar-actions{gap:7px}.px-notification-bell{width:40px;height:40px}}.px-avatar{object-fit:cover;object-position:center;vertical-align:middle;flex:none;place-items:center;max-width:100%;display:inline-grid;overflow:hidden}.px-avatar-fallback,.px-avatar-brand.px-avatar-fallback,.px-avatar-creator.px-avatar-fallback{letter-spacing:.02em;text-align:center;font-weight:800;line-height:1;color:#8a6b3e!important;background:#f2ede3!important;border:1px solid #e8ded1!important}.linku-avatar-uploader{background:#faf7f2;border:1px solid #e8ded1;border-radius:18px;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:20px;width:100%;min-width:0;max-width:100%;padding:20px;display:grid;overflow:hidden}.linku-avatar-uploader-preview{place-items:center;width:112px;min-width:112px;height:112px;display:grid;overflow:hidden}.linku-avatar-uploader-preview .px-avatar{border-radius:50%!important;width:104px!important;max-width:104px!important;height:104px!important}.linku-avatar-uploader-copy{align-self:center;min-width:0}.linku-avatar-uploader-copy strong{color:#111;margin:0 0 6px;font-size:15px;display:block}.linku-avatar-uploader-copy p{color:#6b6676;overflow-wrap:anywhere;max-width:520px;margin:0 0 6px;font-size:14px;line-height:1.5}.linku-avatar-uploader-copy small{color:#6b6676;text-overflow:ellipsis;white-space:nowrap;max-width:100%;line-height:1.4;display:block;overflow:hidden}.linku-avatar-uploader-action{color:#111;min-width:140px;min-height:44px;font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e8ded1;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:11px 15px;font-weight:750;display:inline-flex}.linku-avatar-uploader-action:hover{background:#fffdf9;border-color:#c8a062}.linku-avatar-uploader-action:focus-visible{outline-offset:2px;outline:3px solid #c8a06247}.linku-avatar-uploader-action:disabled{cursor:wait;opacity:.62}.linku-avatar-uploader.compact{grid-template-columns:88px minmax(0,1fr) auto;padding:16px}.linku-avatar-uploader.compact .linku-avatar-uploader-preview{width:88px;min-width:88px;height:88px}.linku-avatar-uploader.compact .linku-avatar-uploader-preview .px-avatar{width:82px!important;max-width:82px!important;height:82px!important}.px-category-picker{gap:16px;min-width:0;display:grid}.px-category-grid{flex-wrap:wrap;min-width:0;max-width:100%;gap:9px!important;display:flex!important}.px-category-grid button{overflow-wrap:anywhere;justify-content:center;align-items:center;gap:6px;max-width:100%;min-height:42px;padding:9px 13px;display:inline-flex}.px-category-custom{min-width:0}.px-additional-category-head{justify-content:space-between;align-items:center;gap:12px;min-width:0;padding-top:2px;display:flex}.px-additional-category-head>span{color:#6b6676;background:#faf7f2;border:1px solid #e8ded1;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:42px;height:30px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.px-category-more{color:#111;max-width:calc(100% - 54px);min-height:40px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-weight:750;display:inline-flex}.px-selected-additional{flex-wrap:wrap;gap:8px;min-width:0;max-width:100%;display:flex}.px-selected-additional button{color:#111;max-width:100%;min-height:36px;font:inherit;background:#faf7f2;border:1px solid #c8a06273;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:13px;font-weight:700;display:inline-flex}.px-selected-additional button span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.px-additional-categories{background:#fff;border:1px solid #e8ded1;border-radius:15px;gap:12px;min-width:0;padding:16px;display:grid}.px-additional-categories>strong{font-size:13px}.px-category-summary{color:#6b6676;padding-top:2px;font-size:13px;margin:0!important}.topbar-actions .btn,.topbar-actions .px-notification-bell,.dashboard-topbar .btn,.dashboard-topbar .px-notification-bell{box-sizing:border-box;border-radius:11px!important;height:42px!important;min-height:42px!important}.px-notification-bell{place-items:center;background:#fff!important;border:1px solid #e8ded1!important;width:42px!important;min-width:42px!important;padding:0!important;display:inline-grid!important}.data-editor-kicker{flex-wrap:wrap;align-items:center;max-width:100%;margin-bottom:5px;gap:7px!important;display:inline-flex!important}.data-editor-kicker>span{min-width:0;display:inline-block}.px-plan-badge{color:#8a6b3e;letter-spacing:.06em;text-transform:uppercase;background:#faf7f2;border:1px solid #c8a0626b;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:22px;padding:3px 7px;font-size:10px;font-weight:850;line-height:1;display:inline-flex!important}.save-panel{z-index:18;align-self:start;max-width:100%;margin-top:20px!important;top:92px!important}.save-panel p{overflow-wrap:anywhere}@media (width<=900px){.px-mobile-save-bar{overflow:hidden;left:max(12px,env(safe-area-inset-left))!important;right:max(12px,env(safe-area-inset-right))!important;bottom:max(10px,env(safe-area-inset-bottom))!important;box-sizing:border-box!important;border:1px solid #c8a06259!important;border-radius:15px!important;width:auto!important;max-width:none!important;margin:0!important;padding:9px!important;position:fixed!important}.px-mobile-save-bar>*{min-width:0}.px-mobile-save-bar>button{white-space:nowrap;min-height:42px;padding:8px 9px}.px-mobile-save-bar .btn{text-overflow:ellipsis;white-space:nowrap;max-width:100%;min-height:42px;overflow:hidden}body.dashboard-menu-open .px-mobile-save-bar{opacity:0!important;pointer-events:none!important}}.px-notification-list{overscroll-behavior:contain;gap:8px;min-height:0;max-height:min(58dvh,520px);padding-right:2px;display:grid;overflow-y:auto}.px-notification-list>button{text-align:left;width:100%;min-width:0}.px-notification-list strong,.px-notification-list p{overflow-wrap:anywhere}.px-notification-list .empty-state.small{min-height:0!important;padding:28px 18px!important}.public-profile,.profile-page,.profile-detail-page{max-width:100%;overflow-x:clip}.profile-hero{min-width:0;overflow:visible!important}.profile-avatar{align-self:start;place-items:center;min-width:0;max-width:100%;display:grid;overflow:visible}.profile-avatar>.px-avatar{aspect-ratio:1;object-fit:cover!important;object-position:center!important;border-radius:50%!important;width:min(100%,220px)!important;height:auto!important}.profile-social-row{flex-wrap:wrap;gap:9px;min-width:0;max-width:100%;display:flex}.profile-social-row>a,.public-social-link{color:#111;background:#fff;border:1px solid #e8ded1;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-width:0;max-width:100%;min-height:44px;padding:10px 13px;text-decoration:none;display:inline-flex!important}.public-social-link>span{align-items:center;gap:9px;min-width:0;display:inline-flex}.public-social-link strong,.profile-social-row>a span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.public-social-link.compact{min-height:40px;padding:8px 11px;font-size:13px}.public-social-link:focus-visible,.profile-social-row>a:focus-visible{outline-offset:2px;outline:3px solid #c8a06247}.profile-subview-cards{margin-bottom:28px!important}.profile-subview-cards+*{margin-top:0!important}.media-kit-preview{margin-top:0!important;margin-bottom:30px!important}.media-kit-preview-copy,.media-kit-preview>*{min-width:0}.media-kit-preview-actions{flex-wrap:wrap;gap:10px;display:flex}.media-kit-view{row-gap:26px;display:grid}.media-kit-view>section,.media-kit-view>article,.media-kit-view>footer{margin-top:0!important;margin-bottom:0!important}.media-kit-stats:empty{display:none}.media-kit-identity{min-width:0;overflow:hidden}.media-kit-identity>div{min-width:0}.media-platform-grid>div,.audience-detail-grid>div{overflow-wrap:anywhere;min-width:0}.creator-card-profile-focus{box-sizing:border-box;overflow:hidden;width:auto!important;max-width:calc(100% - 28px)!important;margin:14px!important}.creator-card-profile-focus span{overflow-wrap:anywhere;min-width:0}.creator-main,.creator-main>div{min-width:0}.creator-main h3,.creator-main p,.creator-main small{overflow-wrap:anywhere}.creator-card-actions{gap:9px}.creator-card-actions .btn{min-width:0}.px-messages article>div{overflow-wrap:anywhere;min-width:0}.px-messages article strong{flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:4px;display:flex}.px-messages article time{white-space:nowrap}@media (width<=760px){html,body,#root{max-width:100%;overflow-x:hidden}.linku-avatar-uploader,.linku-avatar-uploader.compact{text-align:center;grid-template-columns:1fr;justify-items:center;gap:14px;padding:17px}.linku-avatar-uploader-preview,.linku-avatar-uploader.compact .linku-avatar-uploader-preview{width:112px;min-width:112px;height:112px}.linku-avatar-uploader-preview .px-avatar,.linku-avatar-uploader.compact .linku-avatar-uploader-preview .px-avatar{width:104px!important;max-width:104px!important;height:104px!important}.linku-avatar-uploader-copy{width:100%;max-width:100%}.linku-avatar-uploader-copy small{white-space:normal;overflow-wrap:anywhere}.linku-avatar-uploader-action{width:100%;min-width:0}.px-additional-category-head{align-items:flex-start}.px-category-more{max-width:calc(100% - 50px)}.px-category-grid button{flex:auto;min-width:0}.data-editor-kicker{padding-right:4px}.save-panel{margin-top:14px!important;top:auto!important}.profile-hero{width:100%!important;max-width:100%!important;padding-inline:max(18px,env(safe-area-inset-left))!important;box-sizing:border-box!important;margin-inline:0!important}.profile-avatar{width:100%!important;margin:0 auto 18px!important;transform:none!important}.profile-avatar>.px-avatar{aspect-ratio:1!important;width:min(46vw,148px)!important;max-width:148px!important;height:auto!important;transform:none!important}.profile-intro{width:100%;min-width:0}.profile-social-row{grid-template-columns:1fr;width:100%;display:grid!important}.profile-social-row>a,.public-social-link{box-sizing:border-box;width:100%!important}.profile-cta,.media-kit-preview-actions,.profile-detail-actions{grid-template-columns:1fr;gap:9px;width:100%;display:grid!important}.profile-cta .btn,.media-kit-preview-actions .btn,.profile-detail-actions .btn{width:100%}.profile-subview-cards{gap:12px!important;margin-bottom:22px!important}.profile-subview-cards>button{min-width:0!important;padding:16px!important}.media-kit-preview{margin-bottom:24px!important;padding:18px!important}.media-kit-view{row-gap:18px}.media-kit-identity{text-align:center;justify-items:center;grid-template-columns:1fr!important;padding:18px!important;display:grid!important}.media-kit-identity>.px-avatar{width:112px!important;max-width:112px!important;height:112px!important}.creator-card-profile-focus{max-width:calc(100% - 24px)!important;margin:12px!important}.creator-card-actions{grid-template-columns:1fr!important;display:grid!important}.creator-card-actions .btn{width:100%}.px-notification-list{max-height:min(62dvh,470px)}}@media (width<=390px){.px-mobile-save-bar{grid-template-columns:auto auto minmax(0,1fr)!important;gap:5px!important;padding:7px!important}.px-mobile-save-bar>button{padding-inline:7px;font-size:12px}.px-mobile-save-bar .btn{padding-inline:9px!important;font-size:12px!important}.px-category-grid button{padding-inline:10px;font-size:13px}}@media (width<=340px){.px-mobile-save-bar{grid-template-columns:1fr 1fr!important}.px-mobile-save-bar .btn{grid-column:1/-1}.px-additional-category-head{gap:8px}.px-category-more{font-size:13px}}.ai-assist-status,.ai-assistant-feedback{color:#6b6676;background:#faf7f2;border:1px solid #e8ded1;border-radius:11px;margin:10px 0 0;padding:11px 13px;font-size:13px;line-height:1.45}.ai-assistant-feedback.success{color:#286f49;background:#f4fbf7;border-color:#3fa66b4d}.ai-assistant-feedback.error{color:#984438;background:#fff7f5;border-color:#c45b4d4d}.ai-assist-control{flex-wrap:wrap;align-items:center;gap:9px;min-width:0;display:flex}.ai-assist-control small{color:#6b6676;font-size:12px}.profile-avatar>.px-avatar-fallback{aspect-ratio:1!important;width:min(100%,220px)!important;height:auto!important;margin:0!important;display:grid!important;position:static!important;inset:auto!important}.profile-avatar>.profile-verified-badge{position:absolute;bottom:23px;right:17px}.profile-social-row .public-social-link>span{align-items:center!important;gap:9px!important;min-width:0!important;display:inline-flex!important}.inquiries-table .table-head,.inquiries-table .table-row{grid-template-columns:minmax(130px,1.05fr) minmax(180px,1.45fr) minmax(135px,.9fr) minmax(125px,.8fr) minmax(210px,1.1fr)}.inquiries-table .table-row>div,.inquiries-table .table-row>select{min-width:0}.inquiries-table .table-row strong,.inquiries-table .table-row small{overflow-wrap:anywhere;display:block}.inquiries-table .table-row small{color:#6b6676;margin-top:4px}.inquiry-details-modal{flex-direction:column;gap:18px;display:flex}.inquiry-detail-grid>div,.inquiry-message-card,.inquiry-contact-row{background:#faf7f2;border:1px solid #e8ded1;border-radius:12px;min-width:0;padding:14px 16px}.inquiry-detail-grid span,.inquiry-message-card>span,.inquiry-contact-row span{color:#6b6676;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.inquiry-detail-grid strong,.inquiry-contact-row a{overflow-wrap:anywhere;color:#111;font-size:14px;font-weight:750}.inquiry-message-card p{white-space:pre-wrap;overflow-wrap:anywhere;color:#2c2930;line-height:1.65}.inquiry-contact-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.inquiry-contact-row>div{min-width:0}@media (width<=700px){.profile-avatar>.px-avatar-fallback{width:min(46vw,148px)!important;height:auto!important;margin:0 auto!important;position:static!important}.profile-avatar>.profile-verified-badge{bottom:4px;right:calc(50% - 74px)}.inquiry-contact-row{flex-direction:column;align-items:stretch}.inquiry-contact-row .btn{width:100%}}.px-messages article.own>div strong,.px-messages article.own>div p{color:#fff!important}.px-messages article.own>div p{opacity:.9}.px-messages article.own>div small{color:#d8d3db;opacity:.86}.px-messages .px-message-role{color:#8a8177;font-weight:650}.px-messages article.own .px-message-role{color:#c8a062}.auth-role-choice{border:1px solid var(--linku-border);border-radius:16px;margin:0 0 18px;padding:16px}.auth-role-choice legend{padding:0 6px;font-weight:800}.auth-role-choice>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.auth-role-choice button{border:1px solid var(--linku-border);background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:48px;font-weight:800;display:flex}.auth-role-choice button.active{border-color:var(--linku-gold);background:var(--linku-cream);box-shadow:0 0 0 2px #c8a06229}.auth-role-choice p{color:var(--linku-muted);margin:10px 0 0;font-size:.84rem;line-height:1.45}.px-plan-limit-note{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:12px;align-items:center;gap:9px;margin:0 0 14px;padding:12px 14px;font-size:.9rem;display:flex}.px-link-order-actions,.px-link-toggles{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.px-link-toggles{border-top:1px solid var(--linku-border);margin-top:12px;padding-top:12px}.px-link-row-head{gap:12px}.px-link-order-actions .icon-btn{flex:none}.profile-social-row.featured-links{margin-top:18px}.status-manual-note{color:var(--linku-muted);max-width:620px;margin:12px 0 0;line-height:1.55}.status-summary{align-items:flex-start}.data-editor-section-content>.form-grid-two+.form-grid-two{margin-top:22px}.data-editor-section-content>.avatar-uploader+.field,.data-editor-section-content>.px-avatar-uploader+.field{margin-top:24px}.pass2-offer-editor,.data-editor-section-content>.form-grid-two+.field,.data-editor-section-content>.field+.field{margin-top:22px}.empty-state h3+.empty-state p,.soft-empty strong+p{margin-top:10px}.empty-state p+.btn,.empty-state p+button{margin-top:22px}.px-notification-list .empty-state{padding-bottom:14px}.px-notification-list .empty-state .btn{display:none}.creator-card .avatar,.creator-card .px-avatar{aspect-ratio:1;flex:none;align-self:flex-start}.creator-card .avatar img,.creator-card .px-avatar img{object-fit:cover;object-position:center;width:100%;height:100%}.creator-main{align-items:flex-start}.px-mobile-save-bar [aria-live]{color:#fff}.px-mobile-save-bar .saved,.px-mobile-save-bar .save-status{opacity:1;color:#fff!important}.support-room .btn-primary,.support-page .btn-primary{color:#fff}.support-room .btn-primary svg,.support-page .btn-primary svg{color:var(--linku-gold)}@media (width<=640px){.auth-role-choice>div{grid-template-columns:1fr}.px-link-order-actions{justify-content:flex-end;width:100%}.px-link-toggles{grid-template-columns:1fr;display:grid}.px-notification-list .empty-state{min-height:0;padding:28px 16px}.px-mobile-save-bar{left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));width:auto}.site-footer .footer-grid{grid-template-columns:1fr 1fr}.site-footer .footer-brand{grid-column:1/-1}}@media (width<=360px){.site-footer .footer-grid{grid-template-columns:1fr}.site-footer .footer-brand{grid-column:auto}.px-mobile-save-bar{left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right))}}.production-plan-lock{align-items:flex-start}.production-plan-lock>div{flex:1}.production-plan-lock ul{color:var(--linku-muted);gap:7px;margin:12px 0 0;padding-left:18px;display:grid}.pricing-free-demo{gap:20px;display:grid}.pricing-demo-lock{align-items:flex-start;gap:14px;display:flex}.pricing-demo-lock>svg{flex:none}.pricing-demo-data{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pricing-demo-data>div{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:14px;gap:6px;padding:15px;display:grid}.pricing-free-demo ul{gap:8px;margin:0;padding-left:20px;display:grid}.pricing-result-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.pricing-assistant-result{margin-top:22px}.brief-barter-note{margin:22px 0!important;padding:14px 16px!important}.px-mobile-save-bar .save-status{white-space:nowrap;font-size:.78rem;font-weight:800}.px-mobile-save-bar.saving .save-status,.px-mobile-save-bar.dirty .save-status,.px-mobile-save-bar.saved .save-status{color:#fff}@media (width<=640px){.pricing-demo-data{grid-template-columns:1fr}.production-plan-lock{display:grid}.pricing-assistant-actions{grid-template-columns:1fr;display:grid}.pricing-assistant-actions .btn,.pricing-assistant-actions .ai-assist-control,.pricing-assistant-actions .ai-assist-control .btn{width:100%}.px-mobile-save-bar .save-status{color:#fff;background:#111;border-radius:8px;padding:4px 8px;position:absolute;top:-24px;right:8px}}.verified-identity-card{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:14px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:15px 16px;display:flex}.verified-identity-card svg{color:var(--linku-gold);flex:none}.verified-identity-card p,.verified-identity-card small{color:var(--linku-muted);margin:4px 0 0}.inquiry-code-form,.brief-application-code{min-height:220px}.skip-link{z-index:99999;color:#fff;background:#0f0f10;border-radius:10px;padding:12px 16px;font-weight:800;position:fixed;top:12px;left:12px;transform:translateY(-180%)}.skip-link:focus{transform:none}.status-unverified .service-dot{background:#b8a06b}.status-service-card.status-unverified b{color:#6b6676}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width>=1101px){.site-footer .footer-grid{grid-template-columns:minmax(240px,1.55fr) repeat(4,minmax(130px,1fr));gap:44px}}@media (width>=761px) and (width<=1100px){.site-footer .footer-grid{grid-template-columns:1.4fr repeat(2,1fr);gap:38px}.site-footer .footer-brand{grid-row:span 2}}@media (width<=640px){.px-mobile-save-bar{grid-template-columns:auto auto minmax(0,1fr)!important;align-items:center!important;padding-top:10px!important;overflow:visible!important}.px-mobile-save-bar .save-status{color:#fff!important;background:#0f0f10!important;border-radius:8px!important;grid-area:1/1/auto/-1!important;justify-self:end!important;margin:0 2px 2px 0!important;padding:5px 9px!important;line-height:1.15!important;position:static!important}.px-mobile-save-bar>button:first-of-type{grid-area:2/1}.px-mobile-save-bar>button:nth-of-type(2){grid-area:2/2}.px-mobile-save-bar>.btn{grid-area:2/3}.px-mobile-save-bar.saved>.btn:disabled{color:#fff!important;opacity:1!important;background:#0f0f10!important;border-color:#0f0f10!important}}@media (width<=360px){.px-mobile-save-bar{grid-template-columns:1fr 1fr!important}.px-mobile-save-bar>.btn{grid-area:3/1/auto/-1!important}.px-mobile-save-bar>button:first-of-type{grid-column:1!important}.px-mobile-save-bar>button:nth-of-type(2){grid-column:2!important}}.product-proof-section{padding-top:76px;padding-bottom:82px}.product-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:22px;display:grid}.product-proof-grid.single{grid-template-columns:minmax(0,960px);justify-content:center}.product-proof-grid:has(>:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}.product-proof-card{border:1px solid var(--linku-border);background:#fff;border-radius:22px;margin:0;padding:10px;overflow:hidden;box-shadow:0 18px 50px #0f0f1014}.product-proof-card img{background:var(--linku-cream);border-radius:14px;width:100%;height:auto;display:block}.home-product-proof .pass3-copy-grid{align-items:center}.home-product-proof .product-proof-card{max-width:680px}.home-product-proof .btn{margin-top:22px}@media (width<=900px){:is(.product-proof-grid,.product-proof-grid:has(>:nth-child(3))){grid-template-columns:1fr}.product-proof-card{max-width:720px;margin-inline:auto}.product-proof-section{padding-top:58px;padding-bottom:62px}}@media (width<=640px){.product-proof-card{border-radius:16px;padding:6px}.product-proof-card img{border-radius:11px}.product-proof-section{padding-top:46px;padding-bottom:50px}}body.modal-open .px-mobile-save-bar{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.product-error-state{border:1px solid var(--linku-border);width:min(760px,100% - 32px);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;grid-template-columns:52px 1fr;align-items:start;gap:18px;margin:clamp(32px,8vh,90px) auto;padding:clamp(24px,5vw,44px);display:grid}.product-error-state.compact{width:100%;margin:20px 0;padding:22px}.product-error-icon{width:48px;height:48px;color:var(--linku-error);background:#f8eae7;border-radius:50%;place-items:center;display:grid}.product-error-state h1{margin:0 0 10px;font-size:clamp(25px,4vw,38px)}.product-error-state p{max-width:590px}.product-error-state small{color:var(--linku-muted);margin-top:14px;display:block}.product-error-state code{font:600 11px/1.4 Inter,sans-serif}.product-error-actions{flex-wrap:wrap;grid-column:2;gap:10px;margin-top:6px;display:flex}@media (width<=620px){.product-error-state{grid-template-columns:1fr}.product-error-actions{grid-column:1;display:grid}.product-error-actions .btn{width:100%}}.boot-error{background:#fff;border:1px solid #e8ded1;border-radius:18px;width:min(720px,100% - 32px);margin:12vh auto;padding:40px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.boot-error img{width:105px}.boot-error h1{margin:28px 0 12px;font-size:36px}.boot-error p{color:#5d5861;line-height:1.7}.boot-error a{color:#111;font-weight:700}.payment-retry-status,.payment-fallback-actions{text-align:center;margin:14px auto}.payment-fallback-actions{justify-content:center;display:flex}.verification-badge{color:#684e28;background:#fbf5e9;border:1px solid #d8c399;border-radius:999px;align-items:center;gap:5px;width:max-content;max-width:100%;padding:6px 9px;font-size:10px;font-weight:800;line-height:1.25;display:inline-flex}.verification-badge.compact{padding:4px 7px;font-size:9px}.verification-badge.metrics{color:#5f5962;background:#f6f3ed;border-color:#ded8ce}.profile-avatar>.verification-badge{white-space:nowrap;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.pass3-creator-card .creator-main{align-items:center}.pass3-creator-card .creator-main>.px-avatar{margin-left:16px;aspect-ratio:1!important;object-fit:cover!important;object-position:center!important;border-radius:50%!important;flex:none!important;align-self:center!important;width:112px!important;min-width:112px!important;max-width:112px!important;height:112px!important;min-height:112px!important;max-height:112px!important}.pass3-creator-card .creator-main>.px-avatar-fallback{place-items:center;display:grid!important}.pass3-creator-card .creator-main h3{margin-bottom:5px}@media (width<=520px){.pass3-creator-card .creator-main>.px-avatar{margin-left:12px;width:82px!important;min-width:82px!important;max-width:82px!important;height:82px!important;min-height:82px!important;max-height:82px!important}.pass3-creator-card .creator-main{grid-template-columns:98px 1fr!important}}.deal-status-controls{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.deal-status-controls>div{gap:8px;display:flex}.deal-status-controls details{position:relative}.deal-status-controls summary{cursor:pointer;border:1px solid var(--linku-border);border-radius:9px;padding:8px 10px;font-size:11px;font-weight:800;list-style:none}.deal-status-controls details>div{z-index:9;border:1px solid var(--linku-border);box-shadow:var(--shadow-md);background:#fff;border-radius:10px;min-width:190px;padding:6px;display:grid;position:absolute;top:calc(100% + 7px);right:0}.deal-status-controls details button{text-align:left;border-radius:7px;padding:10px;font-size:11px}.deal-status-controls details button:hover{background:var(--linku-cream)}.deal-status-controls details button.danger{color:var(--linku-error)}.deal-status-history{border-top:1px solid var(--linku-border);border-bottom:1px solid var(--linku-border);margin:4px 0 14px;padding:12px 0}.deal-status-history summary{cursor:pointer;font-size:11px;font-weight:800}.deal-status-history ol{gap:10px;margin-top:12px;padding-left:20px;display:grid}.deal-status-history li strong,.deal-status-history li span{display:block}.deal-status-history li strong{font-size:11px}.deal-status-history li span,.deal-status-history li p{color:var(--linku-muted);font-size:9px}@media (width<=720px){.deal-status-controls{align-items:stretch;width:100%}.deal-status-controls>div .btn{width:100%}.deal-status-controls details>div{margin-top:6px;position:static}.deal-status-controls .status-pill{justify-content:center;width:100%}}.billing-overview-card .billing-status-line{align-items:center;gap:10px;margin-top:16px;display:flex}.billing-status-line strong{color:var(--linku-error);font-size:11px}.billing-loading{align-items:center;gap:10px;display:flex}.billing-detail-list{gap:12px;margin:18px 0;display:grid}.billing-detail-list>div{border-bottom:1px solid var(--linku-border);justify-content:space-between;gap:20px;padding:12px 0;display:flex}.billing-detail-list dt{color:var(--linku-muted);font-size:10px}.billing-detail-list dd{text-align:right;font-size:11px;font-weight:800}.billing-portal-note{color:var(--linku-muted);margin-top:12px;font-size:10px}.billing-history{gap:8px;display:grid}.billing-history article{border:1px solid var(--linku-border);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.billing-history article>div{gap:3px;display:grid}.billing-history article>div:last-child{text-align:right}.billing-history strong,.billing-history b{font-size:11px}.billing-history span{color:var(--linku-muted);font-size:9px}@media (width<=640px){.billing-overview-card .billing-status-line{flex-direction:column;align-items:flex-start}.billing-detail-list>div{flex-direction:column;gap:4px}.billing-detail-list dd{text-align:left}.billing-history article{align-items:flex-start}}.admin-billing-tabs{justify-content:flex-start;margin-bottom:24px;overflow:auto}.admin-billing-filters{grid-template-columns:1fr 180px 180px;gap:10px;margin-bottom:18px;display:grid}.admin-billing-summary{margin-bottom:20px}.stripe-events-list{gap:8px;display:grid}.stripe-events-list article{border:1px solid var(--linku-border);border-radius:9px;grid-template-columns:minmax(190px,1fr) 100px 150px 120px;align-items:center;gap:12px;padding:12px;display:grid}.stripe-events-list strong{font-size:11px}.stripe-events-list span,.stripe-events-list small,.stripe-events-list code{font-size:9px}.stripe-events-list code{overflow:hidden}@media (width<=760px){.admin-billing-filters{grid-template-columns:1fr}.stripe-events-list article{grid-template-columns:1fr 1fr}.admin-billing-tabs{justify-content:flex-start}}.route-loading{color:#6b6676;place-items:center;min-height:45vh;font-weight:700;display:grid}.tool-hero,.tools-hub-hero,.process-hero{padding-top:104px}.container.narrow{max-width:920px}.tool-page h1,.tools-hub-hero h1,.process-hero h1{max-width:820px}.tools-hub-hero p,.process-hero p,.tool-hero p{color:#6b6676;max-width:760px;font-size:1.08rem;line-height:1.7}.tools-grid>article{background:#fff;border:1px solid #e8ded1;border-radius:20px;flex-direction:column;align-items:flex-start;min-width:0;padding:24px;display:flex}.tools-grid h3{margin:17px 0 8px}.tools-grid p{color:#6b6676;flex:1;margin:0 0 12px;line-height:1.58}.tools-grid small{color:#6b6676;margin-bottom:18px}.tools-grid.coming>article{background:#faf7f2}.success-notice{color:#246a45;background:#3fa66b14;border:1px solid #3fa66b4d;border-radius:14px;margin:0 0 18px;padding:14px 16px}.tool-form{background:#fff;border:1px solid #e8ded1;border-radius:22px;gap:24px;padding:26px;display:grid}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.tool-checklist{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px;display:grid}.tool-result{color:#fff;background:#0f0f10;border-radius:22px;margin-top:24px;padding:28px}.tool-result h2{margin:7px 0 12px;font-size:clamp(1.7rem,4vw,2.6rem)}.tool-result p,.tool-result li{color:#d7d1c9;line-height:1.65}.tool-result-actions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.tool-result .btn-outline{color:#fff;border-color:#ddd5ca}.back-link{color:#111;background:0 0;border:0;align-items:center;gap:7px;margin-bottom:24px;font-weight:800;display:inline-flex}.process-timeline{gap:14px;max-width:1000px;margin:auto;display:grid}.process-timeline article{background:#fff;border:1px solid #e8ded1;border-radius:20px;grid-template-columns:52px 48px 1fr;align-items:start;gap:18px;padding:24px;display:grid}.process-number{color:#b8a06b;font-weight:800}.process-timeline h2{margin:0 0 7px;font-size:1.28rem}.process-timeline p{color:#6b6676;margin:0;line-height:1.6}.final-cta{text-align:center;background:#f2ede3;border-radius:26px;padding:44px}.final-cta p{color:#6b6676;max-width:650px;margin:10px auto 22px}.final-cta>div{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.product-screenshot-trigger{cursor:zoom-in;text-align:left;background:#fff;border:1px solid #e8ded1;border-radius:18px;width:100%;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 12px 34px #0f0f1014}.product-screenshot-trigger img{width:100%;height:auto;display:block}.product-screenshot-trigger>span{color:#fff;opacity:0;background:#0f0f10e0;border-radius:999px;align-items:center;gap:6px;padding:8px 10px;font-size:.76rem;font-weight:800;transition:opacity .18s ease-out,transform .18s ease-out;display:flex;position:absolute;bottom:12px;right:12px;transform:translateY(5px)}.product-screenshot-trigger:hover>span,.product-screenshot-trigger:focus-visible>span{opacity:1;transform:none}.product-screenshot-trigger:focus-visible{outline-offset:3px;outline:3px solid #c8a06273}.product-lightbox-backdrop{z-index:1200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0f10c7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.product-lightbox{background:#fff;border-radius:22px;grid-template-rows:auto minmax(0,1fr) auto;width:min(1200px,100%);height:min(900px,100dvh - 40px);display:grid;overflow:hidden;box-shadow:0 28px 90px #00000059}.product-lightbox header,.product-lightbox footer{border-bottom:1px solid #e8ded1;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.product-lightbox header>div:last-child{gap:8px;display:flex}.product-lightbox header button,.product-lightbox footer button{color:#111;background:#fff;border:1px solid #e8ded1;border-radius:10px;align-items:center;gap:6px;min-height:40px;padding:8px 11px;font-weight:750;display:inline-flex}.product-lightbox .icon-button{justify-content:center;width:42px}.product-lightbox-stage{background:#f2ede3;place-items:center;padding:18px;display:grid;overflow:auto}.product-lightbox-stage img{width:auto;max-width:100%;height:auto;max-height:100%;display:block}.product-lightbox-stage.actual-size{display:block}.product-lightbox-stage.actual-size img{max-width:none;max-height:none}.product-lightbox footer{border-top:1px solid #e8ded1;border-bottom:0}.product-lightbox footer span{color:#6b6676;font-weight:800}.verification-badge{max-width:100%}.verification-tooltip{max-width:270px}.creator-data-source{color:#6b6676;align-items:center;gap:6px;font-size:.76rem;display:inline-flex}.creator-data-source.confirmed{color:#246a45}.creator-data-source.declared{color:#7a6743}.deal-status-controls details>div{z-index:10}.deal-status-history li{padding-bottom:10px}.admin-traffic-card .message-preview{display:none}.admin-traffic-card .privacy-note{color:#6b6676;font-size:.8rem}.ai-assistant-feedback{margin-top:14px}.px-avatar,.profile-avatar img{aspect-ratio:1;object-fit:cover;object-position:center;border-radius:50%}.pass3-creator-card .creator-main>.px-avatar{border-radius:50%!important}@media (width<=900px){.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-hero,.tools-hub-hero,.process-hero{padding-top:72px}}@media (width<=640px){.tools-grid,.tool-grid,.tool-checklist{grid-template-columns:1fr}.tool-form{padding:18px}.tools-grid>article{padding:20px}.process-timeline article{grid-template-columns:38px 42px 1fr;gap:10px;padding:18px}.product-lightbox-backdrop{padding:10px}.product-lightbox{border-radius:16px;height:calc(100dvh - 20px)}.product-lightbox header{align-items:flex-start;padding:12px}.product-lightbox header strong{font-size:.9rem}.product-lightbox header>div:first-child{min-width:0}.product-lightbox header .eyebrow{display:none}.product-lightbox-stage{place-items:start center;padding:8px}.product-lightbox footer{padding:10px 12px}.product-lightbox footer button{justify-content:center;width:42px;font-size:0}.product-screenshot-trigger>span{opacity:1;font-size:.7rem;transform:none}.tool-result-actions{display:grid}.tool-result-actions .btn{width:100%}.final-cta{padding:30px 18px}.process-timeline h2{font-size:1.08rem}}@media (prefers-reduced-motion:reduce){.product-screenshot-trigger>span,.product-lightbox-backdrop{transition:none!important}.product-screenshot-trigger>span{transform:none}}.footer-grid-expanded{grid-template-columns:1.35fr repeat(5,minmax(130px,1fr))}.footer-grid-expanded>div{min-width:0}@media (width<=1100px){.footer-grid-expanded{grid-template-columns:1.4fr repeat(3,1fr)}.footer-grid-expanded .footer-brand{grid-row:span 2}}@media (width<=760px){.footer-grid-expanded{grid-template-columns:1fr 1fr}.footer-grid-expanded .footer-brand{grid-area:auto/1/auto/-1}}@media (width<=380px){.footer-grid-expanded{grid-template-columns:1fr}.footer-grid-expanded .footer-brand{grid-column:auto}}@media (width<=760px){.px-mobile-save-bar{left:max(12px,env(safe-area-inset-left))!important;right:max(12px,env(safe-area-inset-right))!important;bottom:max(10px,env(safe-area-inset-bottom))!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#faf7f2f7!important;border:1px solid #c8a06261!important;border-radius:16px!important;grid-template-columns:48px 48px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;width:auto!important;min-height:60px!important;max-height:68px!important;margin:0!important;padding:7px!important;display:grid!important;position:fixed!important;overflow:hidden!important;box-shadow:0 12px 34px #0f0f102e!important}.px-mobile-save-bar .px-save-secondary{border:1px solid var(--linku-border)!important;width:48px!important;min-width:48px!important;height:48px!important;color:var(--linku-text)!important;background:#fff!important;border-radius:12px!important;place-items:center!important;padding:0!important;display:grid!important}.px-mobile-save-bar .px-save-secondary span{clip:rect(0 0 0 0)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.px-mobile-save-bar .px-save-primary{white-space:nowrap!important;width:100%!important;height:48px!important;min-height:48px!important;padding:0 14px!important}.px-mobile-save-bar.saved .px-save-primary:disabled{background:var(--linku-black)!important;color:#fff!important;opacity:1!important}.px-mobile-save-bar.saving .px-save-primary{color:#fff!important}.px-onboarding-actions{grid-template-columns:1fr!important;gap:14px!important;margin-top:18px!important;display:grid!important}.px-onboarding-actions .btn{width:100%!important;min-height:44px!important}.px-onboarding-more{min-height:44px!important;margin-bottom:14px!important}}.subscription-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.subscription-action-grid .btn{width:100%}.subscription-confirmation>p{color:var(--linku-muted);line-height:1.6}@media (width<=640px){.subscription-action-grid{grid-template-columns:1fr}}.billing-summary-card{justify-content:space-between;align-items:center;gap:24px;display:flex}.billing-summary-card>div:first-child{gap:7px;display:grid}.billing-summary-card>div:last-child{text-align:right}.billing-summary-card>div:last-child strong{font:700 34px/1 Space Grotesk,sans-serif;display:block}.billing-summary-card>div:last-child span,.billing-summary-card p{color:var(--linku-muted)}.subscription-details-card,.payment-history-card,.billing-settings-card,.notification-settings-card{gap:20px;display:grid}.billing-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.billing-detail-grid>div{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:14px;min-width:0;padding:16px}.billing-detail-grid span{color:var(--linku-muted);margin-bottom:7px;font-size:12px;display:block}.billing-detail-grid strong{overflow-wrap:anywhere;font-size:14px;line-height:1.45;display:block}.billing-payment-list{gap:9px;display:grid}.billing-payment-list article{border-bottom:1px solid var(--linku-border);justify-content:space-between;align-items:center;gap:14px;padding:14px 0;display:flex}.billing-payment-list article:last-child{border-bottom:0}.billing-payment-list strong,.billing-payment-list span{display:block}.billing-payment-list span{color:var(--linku-muted);margin-top:4px;font-size:12px}.billing-payment-list .btn{white-space:nowrap}.payment-note{margin-top:18px}.billing-preferences-grid{margin-top:24px}.billing-settings-card .btn,.notification-settings-card>.btn{justify-self:start}.panel-guidance{color:var(--linku-muted);margin:0;line-height:1.65}.notification-group{border-top:1px solid var(--linku-border);gap:4px;padding:17px 0;display:grid}.notification-group h3{margin:0 0 8px;font-size:14px}.notification-group.optional{border:1px solid var(--linku-border);background:#fcfaf6;border-radius:14px;padding:16px}.transactional-note{background:var(--linku-cream);border-radius:12px;align-items:flex-start;gap:10px;padding:13px 14px;display:flex}.transactional-note p{color:var(--linku-muted);margin:0;line-height:1.55}.transactional-note svg{color:var(--linku-gold);flex:none}.billing-admin-stats{margin-bottom:20px}.billing-admin-toolbar{gap:16px;display:grid}.billing-admin-toolbar .filters{margin:0}.billing-admin-actions{flex-wrap:wrap;gap:10px;display:flex}.billing-admin-table td,.billing-admin-table th{vertical-align:top}.billing-admin-table a{white-space:nowrap}.growth-hub-hero,.tools-hero,.calculator-hero{background:linear-gradient(180deg,var(--linku-cream),var(--linku-bg))}.category-chips{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.category-chips button{border:1px solid var(--linku-border);background:var(--linku-card);color:var(--linku-muted);border-radius:999px;padding:9px 13px;font-weight:600}.category-chips button.active{border-color:var(--linku-black);background:var(--linku-black);color:#fff}.growth-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.growth-guide-grid article,.tools-grid article{border:1px solid var(--linku-border);background:var(--linku-card);min-height:280px;box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;padding:24px;display:flex}.growth-guide-grid article>span{color:var(--linku-muted-gold);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:700}.growth-guide-grid h2,.tools-grid h2{margin:12px 0;font-size:24px}.growth-guide-grid p,.tools-grid p{color:var(--linku-muted);line-height:1.65}.growth-guide-grid article>div{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.growth-guide-grid article>div button{color:var(--linku-text);align-items:center;gap:7px;font-weight:700;display:flex}.resource-bottom-cta{background:var(--linku-black);color:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:24px;margin-top:34px;padding:30px;display:flex}.resource-bottom-cta p{color:#c9c6ca}.resource-bottom-cta h2{margin:7px 0}.resource-bottom-cta .btn{flex:none}.growth-article{padding-bottom:80px}.article-header{max-width:860px}.article-meta{color:var(--linku-muted);flex-wrap:wrap;gap:8px 18px;font-size:12px;display:flex}.growth-article .article-body>section{scroll-margin-top:100px}.growth-article .article-body>section+section{margin-top:34px}.growth-article .article-body p{line-height:1.82}.article-callout{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:14px;align-items:flex-start;gap:12px;margin-top:28px;padding:16px;display:flex}.article-callout p{margin:0}.article-callout svg{color:var(--linku-gold);flex:none}.article-sidebar{align-content:start;gap:15px;display:grid}.article-sidebar>div{border:1px solid var(--linku-border);background:var(--linku-card);border-radius:16px;gap:10px;padding:18px;display:grid}.article-sidebar button{text-align:left;color:var(--linku-muted);line-height:1.45}.guide-checklist span{align-items:flex-start;gap:8px;font-size:12px;line-height:1.5;display:flex}.guide-checklist svg{color:var(--linku-success);flex:none}.sidebar-cta h3,.sidebar-cta p{margin:0}.sidebar-cta p{color:var(--linku-muted);font-size:12px;line-height:1.55}.tools-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.tools-grid article>svg{color:var(--linku-gold);margin:16px 0 0}.tools-grid article .btn{margin-top:auto}.tools-grid article.coming{box-shadow:none;background:#f8f5ef}.calculator-layout{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:22px;display:grid}.calculator-form,.calculator-result{gap:17px;display:grid}.calculator-form>small{color:var(--linku-muted);line-height:1.55}.calculator-result{text-align:center;justify-items:center;position:sticky;top:96px}.calculator-result>span{letter-spacing:.08em;color:var(--linku-muted-gold);font-size:12px;font-weight:700}.calculator-result>strong{font:700 62px/1 Space Grotesk,sans-serif}.calculator-result>p{color:var(--linku-muted);line-height:1.65}.calculator-result .article-callout{text-align:left}.calculator-result .btn{width:100%}.server-profile-shell{background:var(--linku-bg);min-height:100vh;color:var(--linku-text);padding:64px 20px;font-family:Inter,sans-serif}.server-profile-shell>article{border:1px solid var(--linku-border);background:var(--linku-card);max-width:820px;box-shadow:var(--shadow-sm);border-radius:24px;margin:auto;padding:34px}.server-profile-shell nav{color:var(--linku-muted);margin-bottom:28px;font-size:13px}.server-profile-shell header{align-items:center;gap:20px;display:flex}.server-profile-shell header img{object-fit:cover;border-radius:24px;width:112px;height:112px}.server-profile-shell h1{margin:6px 0;font:700 42px/1.1 Space Grotesk,sans-serif}.server-profile-shell section{border-top:1px solid var(--linku-border);margin-top:22px;padding-top:22px}.server-profile-shell p{line-height:1.75}.server-profile-shell ul{flex-wrap:wrap;gap:8px;padding:0;list-style:none;display:flex}.server-profile-shell li{border:1px solid var(--linku-border);border-radius:999px;padding:8px 11px}.server-profile-shell.unavailable>article{text-align:center;max-width:600px}@media (width<=1024px){.billing-detail-grid,.growth-guide-grid,.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.calculator-layout{grid-template-columns:1fr}.calculator-result{position:static}.growth-article .article-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=640px){.billing-summary-card,.panel-card-head,.resource-bottom-cta{flex-direction:column;align-items:flex-start}.billing-summary-card>div:last-child{text-align:left}.billing-detail-grid,.growth-guide-grid,.tools-grid,.growth-article .article-sidebar{grid-template-columns:1fr}.billing-payment-list article{flex-direction:column;align-items:flex-start}.billing-payment-list article .btn,.billing-settings-card .btn,.notification-settings-card>.btn{width:100%}.growth-guide-grid article,.tools-grid article{min-height:auto;padding:20px}.resource-bottom-cta{padding:24px}.resource-bottom-cta .btn{width:100%}.article-meta{display:grid}.calculator-result>strong{font-size:50px}.server-profile-shell{padding:24px 12px}.server-profile-shell>article{padding:22px}.server-profile-shell header{flex-direction:column;align-items:flex-start}.server-profile-shell h1{font-size:34px}}@media (prefers-reduced-motion:reduce){.growth-article *,.calculator-result *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.dashboard-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=1180px){.dashboard-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.dashboard-grid.four{grid-template-columns:1fr}}html,body,#root{overflow-x:clip}.profile-category-editor{gap:18px;margin-top:18px;display:grid}.profile-category-editor .field{margin:0}.profile-category-additional{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-category-additional label,.profile-tag-adder{align-items:center;gap:10px;display:flex}.profile-category-additional input{width:18px;height:18px}.profile-category-additional label.disabled{opacity:.45}.profile-tag-adder .input{flex:1}.profile-tag-list{flex-wrap:wrap;gap:8px;display:flex}.profile-tag-list button{border:1px solid var(--border,#e8ded1);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:7px 10px;display:inline-flex}.profile-template-selector{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.profile-template-option{border:1px solid var(--border,#e8ded1);text-align:left;cursor:pointer;background:#fff;border-radius:18px;gap:9px;min-height:168px;padding:18px;display:grid;position:relative}.profile-template-option input{opacity:0;position:absolute}.profile-template-option.active,.profile-template-option:focus-within{border-color:#c8a062;box-shadow:0 0 0 3px #c8a06224}.profile-template-option small{color:#6b6676}.profile-template-option em{color:#80683f;font-size:12px;font-style:normal}.profile-template-radio{border:1px solid #b8ad9e;border-radius:50%;place-items:center;width:22px;height:22px;display:grid}.active .profile-template-radio:after{content:"";background:#c8a062;border-radius:50%;width:10px;height:10px}.profile-live-preview{max-width:760px;color:var(--profile-text);background:var(--profile-bg);border:1px solid var(--profile-border);border-radius:22px;margin:22px auto;padding:14px;transition:background-color .2s,color .2s}.profile-preview-device{background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:18px;overflow:hidden}.profile-preview-browser{border-bottom:1px solid var(--profile-border);height:34px;color:var(--profile-muted);align-items:center;gap:6px;padding:0 12px;font-size:11px;display:flex}.profile-preview-browser i{background:var(--profile-border);border-radius:50%;width:7px;height:7px}.profile-preview-browser span{margin-left:8px}.profile-preview-device article{padding:22px}.profile-preview-cover{background:linear-gradient(135deg,var(--profile-accent),var(--profile-surface));background-position:50%;background-size:cover;border-radius:12px;height:70px;margin-bottom:-28px}.profile-preview-device header{align-items:flex-start;gap:14px;display:flex;position:relative}.profile-preview-device header small{color:var(--profile-accent);letter-spacing:.08em;font-weight:800}.profile-preview-device h3{margin:4px 0;font-size:22px}.profile-preview-device p{color:var(--profile-muted);margin:0;font-size:13px}.profile-preview-chips span{border:1px solid var(--profile-border);border-radius:999px;padding:5px 9px;font-size:11px}.profile-preview-featured{background:var(--profile-accent);color:#111;border-radius:12px;align-items:center;gap:9px;margin-top:15px;padding:13px;display:flex}.profile-preview-featured strong{flex:1}.profile-preview-modules{grid-template-columns:1.3fr 1fr 1fr;gap:8px;margin:12px 0;display:grid}.profile-preview-modules span{background:var(--profile-bg);border:1px solid var(--profile-border);border-radius:10px;height:44px}.profile-preview-device footer{border-top:1px solid var(--profile-border);color:var(--profile-muted);justify-content:space-between;padding-top:12px;font-size:11px;display:flex}.template-stage .profile-preview-cover{height:115px}.template-links-sales .profile-preview-modules{grid-template-columns:1fr}.template-links-sales .profile-preview-modules span{height:38px}.px-palette-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.px-palette-grid button,.px-accent-grid button{border:1px solid var(--border);text-align:left;background:#fff;border-radius:14px;padding:11px}.px-palette-grid button.active,.px-accent-grid button.active{border-color:#c8a062;box-shadow:0 0 0 2px #c8a06226}.px-palette-grid i{border:1px solid;border-radius:8px;height:36px;margin-bottom:8px;display:block}.px-palette-grid span{color:#6b6676;font-size:11px;display:block}.px-accent-grid{flex-wrap:wrap;gap:8px;display:flex}.px-accent-grid button{align-items:center;gap:8px;display:flex}.px-accent-grid i{border-radius:50%;width:18px;height:18px}.px-preview-toolbar{gap:6px;margin:20px 0 0;display:flex}.px-preview-toolbar button{border:1px solid var(--border);background:#fff;border-radius:999px;padding:8px 14px}.px-preview-toolbar button.active{color:#fff;background:#111}.px-repeat-editor{gap:12px;display:grid}.px-repeat-editor article,.px-external-block-editor{border:1px solid var(--border);background:#fff;border-radius:16px;padding:16px}.px-inline-actions{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.px-external-block-editor{margin-top:16px}.px-external-block-editor h3{margin-top:0}.segmented-otp{cursor:text;position:relative}.segmented-otp>input{opacity:.01;z-index:2;width:100%;height:100%;font-size:16px;position:absolute;inset:0}.segmented-otp-cells{grid-template-columns:repeat(6,minmax(38px,1fr));gap:8px;display:grid}.segmented-otp-cells span{background:#fff;border:1px solid #cbc2b7;border-radius:12px;place-items:center;height:54px;font-size:21px;font-weight:800;display:grid}.segmented-otp-cells span.active{border-color:#c8a062;box-shadow:0 0 0 3px #c8a06229}.mobile-nav-backdrop{display:none}.px-template-home{color:var(--profile-text);background:var(--profile-bg);flex-direction:column;display:flex}.px-unified-profile-hero,.px-template-home .profile-section,.px-template-home .profile-stats{color:var(--profile-text);background:var(--profile-surface);border-color:var(--profile-border)}.px-unified-profile-hero .profile-label,.px-template-home .profile-section>span,.px-template-home .profile-section-head>span{color:var(--profile-accent)}.px-profile-category-chips{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.px-profile-category-chips span{border:1px solid var(--profile-border);color:var(--profile-muted);border-radius:999px;padding:6px 10px;font-size:12px}.px-profile-category-chips .tag{background:var(--profile-bg)}.px-featured-link-section>a{background:var(--profile-accent);color:#111;border-radius:16px;justify-content:space-between;align-items:center;padding:18px;text-decoration:none;display:flex}.px-featured-link-section>a>div{grid-template-columns:auto 1fr;gap:2px 10px;min-width:0;display:grid}.px-featured-link-section small{text-overflow:ellipsis;white-space:nowrap;grid-column:2;overflow:hidden}.px-media-grid,.px-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.px-media-grid a,.px-products-grid a{border:1px solid var(--profile-border);color:var(--profile-text);background:var(--profile-bg);border-radius:16px;padding:16px;text-decoration:none}.px-media-grid img{aspect-ratio:16/9;object-fit:cover;border-radius:10px;width:100%;margin-bottom:10px}.px-media-grid small{text-transform:uppercase;color:var(--profile-accent)}.px-media-grid p,.px-products-grid p,.px-external-cta p{color:var(--profile-muted)}.px-media-grid span,.px-products-grid span{color:var(--profile-accent);align-items:center;gap:5px;font-weight:700;display:flex}.px-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.px-products-grid a{justify-content:space-between;gap:16px;display:flex}.px-external-cta{justify-content:space-between;align-items:center;gap:20px;display:flex}.px-stage-cover{opacity:.35;border-radius:24px 24px 0 0;height:220px;position:absolute;inset:0 0 auto;overflow:hidden}.px-stage-cover img{object-fit:cover;width:100%;height:100%}.px-template-stage .px-unified-profile-hero{padding-top:150px;position:relative}.px-template-stage .profile-avatar{position:relative}.px-template-links-sales .px-unified-profile-hero{text-align:center;max-width:720px}.px-template-links-sales .profile-avatar{margin-inline:auto}.px-template-links-sales .profile-cta{justify-content:center}.profile-section-order>div{grid-template-columns:auto minmax(150px,1fr) auto auto}.profile-section-order small{color:#80683f;font-weight:400;display:block}.template-card.t-collaboration .template-preview{background:#faf7f2}.template-card.t-stage .template-preview{background:#171719}.template-card.t-links-sales .template-preview{background:#fff}@media (width<=760px){.profile-template-selector,.px-palette-grid{grid-template-columns:1fr}.profile-template-option{min-height:0}.profile-category-additional{grid-template-columns:1fr}.segmented-otp-cells{gap:5px}.segmented-otp-cells span{min-width:0;height:50px}.px-media-grid,.px-products-grid{grid-template-columns:1fr}.px-external-cta{flex-direction:column;align-items:flex-start}.profile-section-order>div{grid-template-columns:auto 1fr}.profile-section-order .toggle,.profile-section-order .order-actions{grid-column:2}.mobile-nav-backdrop{z-index:98;background:#0f0f1073;border:0;display:block;position:fixed;inset:0}.main-nav.open{z-index:99;overscroll-behavior:contain;max-height:100dvh;overflow-y:auto}.site-footer .footer-grid-expanded{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer button{overflow-wrap:anywhere;text-align:left}.px-stage-cover{height:170px}.px-template-stage .px-unified-profile-hero{padding-top:120px}}@media (width<=390px){.site-footer .footer-grid-expanded{grid-template-columns:1fr}.site-footer button{white-space:normal}.segmented-otp-cells span{border-radius:10px;height:46px;font-size:18px}.profile-preview-device article,.profile-template-option{padding:15px}}@media (prefers-reduced-motion:reduce){.profile-live-preview,.profile-template-option,.main-nav{scroll-behavior:auto!important;transition:none!important}}.px-template-marketing{background:#faf7f2}.px-template-marketing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.px-template-marketing-grid article{background:#fff;border:1px solid #e8ded1;border-radius:20px;padding:12px}.px-template-marketing-grid .product-shot{margin:0 0 14px}.px-template-marketing-grid h3,.px-template-marketing-grid p{padding-inline:8px}.px-template-marketing-grid p{color:#6b6676}.px-template-marketing .center-action{margin-top:24px}@media (width<=800px){.px-template-marketing-grid{grid-template-columns:1fr}}@media (width<=640px){.px-mobile-save-bar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);left:max(10px, env(safe-area-inset-left))!important;right:max(10px, env(safe-area-inset-right))!important;width:auto!important;padding:8px 8px max(8px, env(safe-area-inset-bottom))!important;z-index:80!important;background:#fffdf9fa!important;border:1px solid #c8a06247!important;border-bottom:0!important;border-radius:16px 16px 0 0!important;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr)!important;align-items:center!important;gap:8px!important;margin:0!important;display:grid!important;position:fixed!important;bottom:0!important;overflow:hidden!important;box-shadow:0 -10px 30px #0f0f1024!important}.px-mobile-save-bar>button:first-of-type,.px-mobile-save-bar>.btn{white-space:nowrap!important;grid-area:auto!important;width:100%!important;min-width:0!important;min-height:44px!important;margin:0!important}.px-mobile-save-bar .px-save-secondary{border:1px solid var(--linku-border)!important;color:var(--linku-text)!important;background:#fff!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;gap:7px!important;padding:0 10px!important;font-size:13px!important;font-weight:750!important;display:inline-flex!important}.px-mobile-save-bar .px-save-secondary span{clip:auto!important;white-space:nowrap!important;width:auto!important;height:auto!important;position:static!important;overflow:visible!important}.px-mobile-save-bar .px-save-primary{height:44px!important;min-height:44px!important;padding-inline:12px!important}.px-mobile-save-bar.saved .px-save-primary:disabled{background:var(--linku-black)!important;color:#fff!important;opacity:1!important}.data-integrity-editor{padding-bottom:calc(78px + env(safe-area-inset-bottom))!important}body.dashboard-menu-open .px-mobile-save-bar,body.modal-open .px-mobile-save-bar{opacity:0!important;visibility:hidden!important;pointer-events:none!important}}@media (width<=340px){.px-mobile-save-bar .px-save-secondary{padding-inline:7px!important;font-size:12px!important}.px-mobile-save-bar .px-save-primary{font-size:12px!important}}.px-deal-tabs{gap:8px;margin-bottom:12px;display:flex}.px-deal-tabs button{border:1px solid var(--linku-border);background:#fff;border-radius:10px;flex:1;padding:9px;font-weight:750}.px-deal-tabs button.active{background:var(--linku-black);color:#fff;border-color:var(--linku-black)}.px-deal-filters{gap:8px;margin-bottom:12px;display:grid}.px-deal-filters .input{width:100%;min-width:0}.px-deal-unread{color:var(--linku-muted);align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.px-admin-filter-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin:16px 0 20px;display:grid}.px-admin-filter-grid .field{min-width:0}.px-load-more{justify-content:center;margin-top:18px;display:flex}.px-account-role-controls{border-top:1px solid var(--linku-border);gap:8px;padding:12px;display:grid}.px-account-role-controls>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.px-account-role-controls>div>span{min-width:150px;font-weight:750}.px-account-role-controls .select-wrap{flex:1;min-width:150px}.px-account-group .pass5-list-main{min-width:0}.px-account-group code,.px-account-group small{overflow-wrap:anywhere}.pass5-list-card .pass5-meta-grid{grid-template-columns:repeat(auto-fit,minmax(125px,1fr))!important;gap:10px!important;min-width:0!important;display:grid!important}.pass5-meta-grid>span{min-width:0!important}.pass5-meta-grid strong{overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.pass5-meta-grid span:nth-child(3) strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.pass5-meta-grid span:last-child strong{white-space:nowrap}.billing-export-actions{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.billing-export-actions .btn{white-space:nowrap}.billing-filter-actions{justify-content:flex-end;margin-top:10px;display:flex}.billing-period-summary{margin-top:14px;flex-wrap:wrap!important;align-items:stretch!important;gap:10px!important;display:flex!important}.billing-period-summary>span{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:11px;min-width:110px;padding:10px 12px;flex-direction:column!important;gap:2px!important;display:flex!important}.billing-period-summary>span.status-pill{flex-direction:row!important;justify-content:center!important;align-items:center!important;width:auto!important;display:inline-flex!important}.billing-period-summary small{color:var(--linku-muted)}.px-technical-info{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:12px;margin-top:15px;padding:12px 14px}.px-technical-info summary{cursor:pointer;font-weight:800}.px-technical-info p{color:var(--linku-muted);margin:8px 0 0}.px-admin-funnel-row{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;display:grid}.px-admin-funnel-row article{border:1px solid var(--linku-border);background:var(--linku-cream);border-radius:13px;gap:4px;padding:14px;display:grid;position:relative}.px-admin-funnel-row article small{color:var(--linku-muted)}.px-admin-funnel-row article strong{font-size:1.55rem}.px-admin-funnel-row article>span{z-index:2;color:var(--linku-gold);font-weight:900;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}@media (width<=760px){.px-account-role-controls>div{grid-template-columns:1fr;display:grid}.px-account-role-controls>div>span{min-width:0}.billing-export-actions{width:100%}.billing-export-actions .btn{flex:220px}.billing-period-summary>span{flex:120px}.px-admin-funnel-row{scroll-snap-type:x mandatory;padding-bottom:4px;display:flex;overflow-x:auto}.px-admin-funnel-row article{scroll-snap-align:start;min-width:150px}.px-admin-funnel-row article>span{display:none}.pass5-list-card .pass5-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=420px){.pass5-list-card .pass5-meta-grid{grid-template-columns:1fr!important}.pass5-meta-grid span:last-child strong{white-space:normal}.billing-period-summary>span{min-width:calc(50% - 6px)}}.profile-template-selector{border:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin:0!important;padding:0!important;display:grid!important}.profile-template-option{cursor:pointer!important;background:#fff!important;border:1px solid #e8ded1!important;border-radius:16px!important;flex-direction:column!important;gap:13px!important;min-width:0!important;min-height:330px!important;padding:14px!important;transition:border-color .18s,box-shadow .18s,transform .18s!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 8px 26px #18141009!important}.profile-template-option:hover{border-color:#d5c5af!important;transform:translateY(-2px)!important;box-shadow:0 14px 32px #18141012!important}.profile-template-option.selected,.profile-template-option:focus-within{border-color:#c8a062!important;box-shadow:0 0 0 2px #c8a06221,0 14px 34px #221b1214!important}.profile-template-option>input{opacity:0!important;pointer-events:none!important;position:absolute!important}.template-option-preview{background:#fbf9f6;border:1px solid #ede5da;border-radius:12px;min-height:170px;display:block;overflow:hidden}.template-mini{background:#fff;width:100%;height:170px;display:block;position:relative}.template-mini i{display:block;position:absolute}.template-selector-copy{flex-direction:column!important;gap:7px!important;min-width:0!important;display:flex!important}.template-option-heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.template-option-heading strong{color:#111;font:700 21px/1.1 Space Grotesk,Inter,sans-serif}.template-option-heading em{color:#97713b;letter-spacing:.02em;background:#f4ebdc;border-radius:999px;padding:7px 8px;font-size:9px;font-style:normal;font-weight:800;line-height:1}.template-selector-copy p{color:#4e4952!important;margin:0!important;font-size:13px!important;line-height:1.5!important}.template-selector-copy small{color:#817b85!important;font-size:11px!important;line-height:1.45!important}.template-selector-radio{color:#fff;z-index:3;background:#fff;border:1px solid #ddd2c4;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:12px;right:12px}.selected .template-selector-radio{background:#c8a062;border-color:#c8a062}.template-mini-collaboration .mini-avatar{background:linear-gradient(135deg,#171719,#92704a);border-radius:50%;width:38px;height:38px;top:20px;left:calc(50% - 19px);box-shadow:0 0 0 4px #fff}.template-mini-collaboration .mini-name{background:#19191a;border-radius:4px;width:70px;height:8px;top:66px;left:calc(50% - 35px)}.template-mini-collaboration .mini-bio{background:#dcd6ce;border-radius:4px;width:105px;height:4px;top:82px;left:calc(50% - 52px);box-shadow:0 8px #e8e2da}.template-mini-collaboration .mini-chip{background:#f0e9df;border-radius:99px;height:10px;top:104px}.template-mini-collaboration .mini-chip.one{width:34px;left:31px}.template-mini-collaboration .mini-chip.two{width:42px;left:72px}.template-mini-collaboration .mini-primary{background:#111;border-radius:5px;height:18px;top:123px;left:18px;right:18px}.template-mini-collaboration .mini-secondary{border:1px solid #ddd2c4;border-radius:4px;height:10px;top:146px;left:18px;right:18px}.template-mini-collaboration .mini-feature{background:#c8a062;border-radius:4px;height:14px;bottom:-8px;left:18px;right:18px}.template-mini-stage{background:#111}.template-mini-stage .mini-cover{background:radial-gradient(circle at 72% 20%,#9b784e 0,#0000 30%),linear-gradient(125deg,#0d0d0e,#3d3024);inset:0 0 74px}.template-mini-stage .mini-avatar{background:linear-gradient(135deg,#d7b98a,#121214);border-radius:50%;width:42px;height:42px;top:53px;left:18px;box-shadow:0 0 0 3px #fff}.template-mini-stage .mini-name{background:#fff;border-radius:4px;width:70px;height:8px;top:65px;left:69px}.template-mini-stage .mini-chip{border:1px solid #c8a062a6;border-radius:99px;height:8px;top:82px}.template-mini-stage .mini-chip.one{width:30px;left:69px}.template-mini-stage .mini-chip.two{width:34px;left:104px}.template-mini-stage .mini-feature{background:#c8a062;border-radius:5px;height:20px;top:107px;left:16px;right:16px}.template-mini-stage .mini-tile{background:#29292b;border-radius:5px;height:24px;top:135px}.template-mini-stage .mini-tile.one{width:calc(50% - 19px);left:16px}.template-mini-stage .mini-tile.two{width:calc(50% - 19px);right:16px}.template-mini-links .mini-avatar{background:linear-gradient(135deg,#111,#c4a16b);border-radius:50%;width:34px;height:34px;top:18px;left:18px}.template-mini-links .mini-name{background:#111;border-radius:4px;width:70px;height:8px;top:23px;left:61px}.template-mini-links .mini-bio{background:#ded7cf;border-radius:4px;width:90px;height:4px;top:38px;left:61px}.template-mini-links .mini-link{background:#fff;border:1px solid #e6ddd1;border-radius:6px;height:23px;left:17px;right:17px}.template-mini-links .mini-link.one{background:#c8a062;border-color:#c8a062;top:65px}.template-mini-links .mini-link.two{top:94px}.template-mini-links .mini-link.three{top:123px}.template-mini-links .mini-link.four{top:152px}.profile-template-selector.compact .profile-template-option{grid-template-columns:76px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-height:118px!important;padding:12px!important;display:grid!important}.profile-template-selector.compact .template-option-preview{height:88px;min-height:88px}.profile-template-selector.compact .template-mini{transform-origin:0 0;width:158%;height:88px;transform:scale(.63)}.profile-template-selector.compact .template-selector-copy small{display:none}.profile-template-selector.compact .template-option-heading strong{font-size:15px}.profile-template-selector.compact .template-option-heading em{display:none}.profile-template-selector.compact .template-selector-copy p{font-size:11px!important;line-height:1.35!important}.profile-template-selector.compact .template-selector-radio{width:23px;height:23px;top:9px;right:9px}.template-choice-workspace{grid-template-columns:minmax(0,1.55fr) minmax(310px,.85fr);align-items:start;gap:24px;margin-top:24px;display:grid}.template-choice-selector{min-width:0}.template-choice-preview{background:#faf7f2;border:1px solid #e8ded1;border-radius:18px;min-width:0;padding:16px;position:sticky;top:24px}.template-preview-heading{color:#716b75;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;font-size:11px;display:flex}.template-preview-heading b{color:#946d34;background:#f1e7d8;border-radius:999px;padding:6px 9px;font-size:10px}.template-choice-note{color:#77717c;align-items:flex-start;gap:8px;margin:14px 2px 0;font-size:11px;line-height:1.5;display:flex}.template-choice-note svg{color:#b28749;flex:none;margin-top:1px}.wizard-template-workspace .profile-template-option{min-height:338px}.wizard-template-workspace .profile-live-preview{background:0 0!important;border:0!important;margin:0!important;padding:0!important}.wizard-template-workspace .profile-preview-browser{display:none}.profile-live-preview{width:100%!important;max-width:820px!important;color:var(--profile-text)!important;background:#f8f4ee!important;border:1px solid #e8ded1!important;border-radius:20px!important;margin:18px auto 0!important;padding:10px!important}.profile-live-preview.mode-mobile{max-width:390px!important}.profile-preview-device{box-shadow:0 16px 35px #19140f17;border:1px solid var(--profile-border)!important;background:var(--profile-surface)!important;border-radius:15px!important;overflow:hidden!important}.profile-preview-browser{background:color-mix(in srgb,var(--profile-bg) 80%,#fff)!important;height:31px!important;padding:0 10px!important}.profile-preview-device>article{padding:15px!important}.template-preview-identity{grid-template-columns:64px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;display:grid!important;position:relative!important}.template-preview-identity>.px-avatar{box-shadow:0 0 0 3px var(--profile-surface),0 0 0 4px var(--profile-border);object-fit:cover!important;border-radius:50%!important;width:64px!important;height:64px!important}.template-preview-identity small{color:var(--profile-accent)!important;letter-spacing:.12em!important;font-size:8px!important;font-weight:850!important}.template-preview-identity h3{color:var(--profile-text)!important;margin:2px 0!important;font-size:20px!important;line-height:1.05!important}.template-preview-identity>div>span{color:var(--profile-muted);font-size:9px}.template-preview-identity p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:var(--profile-muted)!important;margin:5px 0 0!important;font-size:10px!important;line-height:1.35!important}.profile-preview-chips{flex-wrap:wrap!important;gap:5px!important;margin:6px 0 0!important;display:flex!important}.profile-preview-chips b{border:1px solid var(--profile-border);color:var(--profile-muted);border-radius:99px;padding:3px 6px;font-size:7px;font-weight:600}.template-preview-actions{grid-template-columns:1.15fr 1fr;gap:6px;margin-top:12px;display:grid}.template-preview-actions>span{border:1px solid var(--profile-border);border-radius:7px;justify-content:center;align-items:center;gap:5px;min-height:28px;font-size:8px;font-weight:750;display:flex}.template-preview-actions>span:first-child{color:#fff;background:#111;border-color:#111}.profile-preview-featured{background:var(--profile-accent)!important;color:#111!important;border-radius:8px!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;margin:9px 0 0!important;padding:9px 10px!important;display:grid!important}.profile-preview-featured>span{flex-direction:column;min-width:0;display:flex}.profile-preview-featured small{letter-spacing:.1em;font-size:6px}.profile-preview-featured strong{white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.template-preview-metrics{border:1px solid var(--profile-border);border-radius:8px;grid-template-columns:repeat(4,1fr);margin-top:9px;display:grid;overflow:hidden}.template-preview-metrics span{text-align:center;border-right:1px solid var(--profile-border);padding:8px 3px}.template-preview-metrics span:last-child{border:0}.template-preview-metrics b{font-size:9px;display:block}.template-preview-metrics i{background:var(--profile-border);border-radius:3px;width:70%;height:3px;margin:4px auto 0;display:block}.template-preview-list{border:1px solid var(--profile-border);border-radius:8px;flex-direction:column;margin-top:8px;display:flex;overflow:hidden}.template-preview-list>span{border-bottom:1px solid var(--profile-border);grid-template-columns:18px 1fr auto;align-items:center;gap:4px;padding:8px;font-size:8px;display:grid}.template-preview-list>span:last-child{border:0}.template-preview-device footer{border-top:1px solid var(--profile-border)!important;color:var(--profile-muted)!important;justify-content:space-between!important;align-items:center!important;margin-top:10px!important;padding-top:8px!important;font-size:7px!important;display:flex!important}.template-preview-device footer strong{color:var(--profile-text);font-size:9px}.template-preview-stage-cover{background-color:#0000;background-image:radial-gradient(circle at 70% 28%,#c8a0629e,#0000 30%),linear-gradient(130deg,#111,#3d2f24);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;height:82px;margin:-15px -15px 0}.template-stage .template-preview-identity{align-items:end;margin-top:-29px}.template-stage .template-preview-identity>.px-avatar{width:72px!important;height:72px!important}.template-stage .template-preview-identity h3{color:var(--profile-text)!important}.template-stage .profile-preview-featured{margin-top:9px!important}.template-preview-gallery{grid-template-columns:repeat(3,1fr);gap:5px;margin-top:8px;display:grid}.template-preview-gallery span{background:linear-gradient(135deg,#211d19,#6f5233) 50%/cover;border-radius:6px;height:45px;position:relative;overflow:hidden}.template-preview-gallery i{color:#fff;font-size:6px;font-style:normal;font-weight:800;position:absolute;bottom:4px;left:5px}.template-links-sales .template-preview-identity{grid-template-columns:52px 1fr!important}.template-links-sales .template-preview-identity>.px-avatar{width:52px!important;height:52px!important}.template-preview-link-stack{flex-direction:column;gap:6px;margin-top:12px;display:flex}.template-preview-link-stack>span{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:7px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;min-height:30px;padding:6px 8px;font-size:8px;display:grid}.template-preview-link-stack>span.featured{background:var(--profile-accent);color:#111;border-color:var(--profile-accent)}.template-preview-contact{background:var(--profile-bg);border-radius:8px;grid-template-columns:25px 1fr;align-items:center;gap:8px;margin-top:9px;padding:9px;display:grid}.template-preview-contact strong,.template-preview-contact small{display:block}.template-preview-contact strong{font-size:9px}.template-preview-contact small{color:var(--profile-muted);font-size:7px}.mode-mobile .template-preview-identity{grid-template-columns:58px 1fr!important}.mode-mobile .template-preview-identity>.px-avatar{width:58px!important;height:58px!important}.mode-mobile .template-preview-identity h3{font-size:18px!important}.mode-mobile .template-preview-metrics{grid-template-columns:1fr 1fr}.mode-mobile .template-preview-metrics span:nth-child(2){border-right:0}.mode-mobile .template-preview-metrics span:nth-child(-n+2){border-bottom:1px solid var(--profile-border)}.template-aligned-editor{grid-template-columns:minmax(0,1fr) 286px!important;align-items:start!important;gap:20px!important}.template-aligned-editor .editor-main{min-width:0}.editor-template-overview{background:#fff!important;border-color:#e8ded1!important;border-radius:17px!important;margin-bottom:14px!important;padding:20px!important}.editor-template-overview-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.editor-template-overview-head span{letter-spacing:.12em;color:#b17e39;font-size:9px;font-weight:850}.editor-template-overview-head h2{margin:4px 0;font-size:23px}.editor-template-overview-head p{color:#77717c;max-width:650px;font-size:12px}.editor-template-preview-link{white-space:nowrap;background:#fff;border:1px solid #e8ded1;border-radius:10px;align-items:center;gap:7px;padding:10px 12px;font-size:11px;font-weight:750;display:flex}.template-aligned-editor .data-editor-section{background:#fff!important;border:1px solid #e8ded1!important;border-radius:16px!important;margin:0 0 12px!important;overflow:hidden!important;box-shadow:0 8px 25px #1c161106!important}.template-aligned-editor .data-editor-section-toggle{padding:18px 20px!important}.template-aligned-editor .data-editor-section-toggle h2{margin-top:4px!important;font-size:19px!important}.template-aligned-editor .data-editor-section-toggle p{font-size:11px!important}.template-aligned-editor .data-editor-section-content{border-top:1px solid #f0e9df!important;padding:18px 20px 20px!important}.template-save-panel{color:#fff!important;background:#111!important;border:1px solid #2b2b2d!important;border-radius:17px!important;flex-direction:column!important;gap:9px!important;padding:16px!important;display:flex!important;box-shadow:0 18px 45px #0f0f1029!important}.template-save-panel .save-panel-status{padding:3px 2px 8px}.template-save-panel .save-panel-status strong{font-size:12px;display:block}.template-save-panel .save-panel-status p{color:#aaa5b0;margin-top:5px;font-size:10px;line-height:1.45}.template-save-panel .saved-dot,.template-save-panel .unsaved-dot{float:left;margin:4px 8px 0 0}.template-save-panel>.btn{width:100%}.template-save-panel>.btn-dark{background:#252527;border-color:#303033}.template-save-panel>.btn-outline{color:#111;background:#fff;border-color:#fff}.save-panel-live-preview{border-top:1px solid #303033;padding-top:12px}.save-panel-live-preview>div:first-child{color:#aaa5b0;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:9px;display:flex}.save-panel-live-preview>div:first-child b{color:#d7b57f}.save-panel-live-preview .profile-live-preview{background:0 0!important;border:0!important;margin:0!important;padding:0!important}.save-panel-live-preview .profile-preview-browser{display:none}.save-panel-live-preview .profile-preview-device{box-shadow:none}.save-panel-live-preview .profile-preview-device>article{padding:11px!important}.save-panel-live-preview .template-preview-identity{grid-template-columns:42px 1fr!important}.save-panel-live-preview .template-preview-identity>.px-avatar{width:42px!important;height:42px!important}.save-panel-live-preview .template-preview-identity h3{font-size:14px!important}.save-panel-live-preview .template-preview-identity p{font-size:8px!important}.save-panel-live-preview .profile-preview-chips,.save-panel-live-preview .template-preview-metrics,.save-panel-live-preview .template-preview-list,.save-panel-live-preview .template-preview-gallery,.save-panel-live-preview .template-preview-contact{display:none!important}.save-panel-live-preview .template-preview-actions>span{min-height:24px;font-size:7px}.save-panel-live-preview .profile-preview-featured{padding:7px!important}.save-panel-live-preview .profile-preview-featured strong{font-size:8px}.save-panel-live-preview .template-preview-link-stack{gap:4px}.save-panel-live-preview .template-preview-link-stack>span{min-height:24px;padding:4px 6px}.save-panel-live-preview .template-preview-stage-cover{height:58px;margin:-11px -11px 0}.public-profile.template-collaboration,.public-profile.template-stage,.public-profile.template-links-sales{background:#faf7f2!important}.public-profile .pass1-profile-top{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5!important;border-bottom:1px solid #e8ded1!important;height:66px!important;padding:0 max(24px,50vw - 590px)!important}.public-profile .profile-logo-button img{width:108px}.public-profile .profile-view-nav button{font-size:11px}.public-profile .px-template-home{background:0 0!important;gap:14px!important;width:min(1180px,100% - 40px)!important;margin:0 auto!important;padding:28px 0 34px!important}.public-profile .px-template-home>.profile-section,.public-profile .px-template-home>.profile-stats,.public-profile .px-template-home>.profile-hero{box-shadow:0 10px 32px #19140f09;border:1px solid var(--profile-border)!important;background:var(--profile-surface)!important;border-radius:18px!important;margin:0!important}.public-profile .px-template-home>.profile-section{padding:26px!important}.public-profile .px-template-home .profile-section-head{margin-bottom:16px}.public-profile .px-template-home .profile-section-head h2{margin-top:5px;font-size:28px!important}.public-profile .px-template-home .profile-section-head>span,.public-profile .px-template-home>.profile-section>span{letter-spacing:.12em!important;font-size:9px!important;font-weight:850!important}.public-profile .px-unified-profile-hero{grid-template-columns:none!important;display:block!important}.public-profile .px-profile-hero-inner{z-index:2;align-items:center;min-width:0;display:grid;position:relative}.public-profile .profile-avatar>.px-avatar{box-shadow:0 0 0 5px var(--profile-surface),0 0 0 6px var(--profile-border),0 12px 32px #0000001f}.public-profile .profile-intro h1{margin:6px 0!important;font-size:clamp(38px,4vw,60px)!important;line-height:1!important}.public-profile .profile-bio{max-width:660px;font-size:14px!important;line-height:1.58!important}.public-profile .profile-meta{gap:14px;margin-top:13px}.public-profile .profile-cta{gap:9px;margin-top:18px}.public-profile .profile-cta .btn{min-height:44px}.public-profile .px-featured-link-section>a{background:linear-gradient(100deg,color-mix(in srgb,var(--profile-accent) 84%,#fff),var(--profile-accent))!important;border-radius:12px!important;min-height:72px!important;padding:15px 18px!important}.public-profile .profile-stats{grid-template-columns:repeat(4,1fr)!important;padding:0!important;display:grid!important;overflow:hidden!important}.public-profile .profile-stats>div{text-align:center;border-right:1px solid var(--profile-border)!important;padding:22px 14px!important}.public-profile .profile-stats>div:last-child{border:0!important}.public-profile .profile-stats b{font-size:24px!important}.public-profile .profile-stats span{font-size:9px!important}.public-profile .px-media-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.public-profile .px-media-grid a,.public-profile .px-products-grid a,.public-profile .offer-grid article,.public-profile .case-grid article{background:#fff!important;border-radius:13px!important}.public-profile .px-media-grid a{padding:10px!important}.public-profile .px-media-grid strong{font-size:13px}.public-profile .px-media-grid p{font-size:10px;line-height:1.45}.public-profile .px-media-grid span{font-size:9px}.public-profile .profile-contact{background:linear-gradient(105deg,#f5eee4,#fff)!important;justify-content:space-between!important;align-items:center!important;gap:30px!important;display:flex!important}.public-profile .profile-contact h2{margin:5px 0;font-size:29px!important}.public-profile .profile-contact p{font-size:12px}.public-profile.template-collaboration .px-unified-profile-hero{padding:34px!important}.public-profile.template-collaboration .px-profile-hero-inner{grid-template-columns:190px minmax(0,1fr) 285px;gap:30px}.public-profile.template-collaboration .profile-intro{min-width:0}.public-profile.template-collaboration .profile-avatar>.px-avatar{width:176px!important}.px-hero-metric-card{color:#fff;background:#151516;border-radius:15px;grid-template-columns:1fr 1fr;align-self:stretch;display:grid;overflow:hidden}.px-hero-metric-card>span{border-bottom:1px solid #343436;border-right:1px solid #343436;padding:18px 14px}.px-hero-metric-card>span:nth-child(2n){border-right:0}.px-hero-metric-card>span:nth-last-child(-n+2){border-bottom:0}.px-hero-metric-card b,.px-hero-metric-card small{display:block}.px-hero-metric-card b{font:700 22px Space Grotesk,sans-serif}.px-hero-metric-card small{color:#b9b5bb;margin-top:4px;font-size:8px}.public-profile.template-collaboration .pass1-profile-stats{display:none!important}.public-profile.template-collaboration .pass1-offer-grid{grid-template-columns:repeat(3,1fr)!important}.public-profile.template-collaboration .pass1-offer-grid article{min-height:0!important;padding:20px!important}.public-profile.template-stage .px-template-home{gap:0!important;width:100%!important;max-width:none!important;padding-top:0!important}.public-profile.template-stage .px-template-home>.profile-hero{box-shadow:none!important;color:#fff!important;background:#111!important;border:0!important;border-radius:0!important;min-height:440px!important;padding:0!important;overflow:hidden!important}.public-profile.template-stage .px-stage-cover{background:radial-gradient(circle at 70% 20%,#c8a06280,#0000 28%),linear-gradient(120deg,#111,#493523);opacity:1!important;border-radius:0!important;height:100%!important;position:absolute!important;inset:0!important}.public-profile.template-stage .px-stage-cover:after{content:"";background:linear-gradient(90deg,#09090aeb 0%,#09090ab3 42%,#09090a2e 75%,#09090a66 100%);position:absolute;inset:0}.public-profile.template-stage .px-stage-cover img{opacity:.82}.public-profile.template-stage .px-profile-hero-inner{grid-template-columns:190px minmax(0,520px) 300px;align-items:end;gap:28px;width:min(1180px,100% - 40px);margin:auto;padding:92px 0 42px}.public-profile.template-stage .profile-avatar>.px-avatar{width:174px!important}.public-profile.template-stage .profile-label,.public-profile.template-stage .profile-handle,.public-profile.template-stage .profile-bio,.public-profile.template-stage .profile-meta{color:#fff!important}.public-profile.template-stage .profile-bio{color:#e0dce1!important}.public-profile.template-stage .px-profile-category-chips span{color:#fff!important;background:#0003!important;border-color:#ffffff52!important}.public-profile.template-stage .profile-cta .btn-outline{color:#111!important;background:#fff!important;border-color:#fff!important}.px-stage-spotlight{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#0f0f10a6;border:1px solid #ffffff40;border-radius:14px;flex-direction:column;align-self:end;gap:8px;padding:18px;text-decoration:none;display:flex}.px-stage-spotlight small{color:#d8ad70;letter-spacing:.12em;font-size:8px;font-weight:850}.px-stage-spotlight strong{font-size:18px}.px-stage-spotlight span{color:#d1cdd3;justify-content:space-between;gap:12px;font-size:10px;display:flex}.public-profile.template-stage .px-template-home>.profile-section,.public-profile.template-stage .px-template-home>.profile-stats{width:min(1180px,100% - 40px);margin:14px auto 0!important}.public-profile.template-stage .px-media-projects{border-radius:0 0 18px 18px!important;margin-top:-14px!important}.public-profile.template-stage .px-media-grid a:first-child{grid-area:span 2/span 2}.public-profile.template-stage .px-media-grid a:first-child img{aspect-ratio:16/10}.public-profile.template-stage .profile-contact{margin-bottom:34px!important}.public-profile.template-links-sales .px-template-home{gap:12px!important;width:min(760px,100% - 32px)!important}.public-profile.template-links-sales .px-unified-profile-hero{text-align:center!important;padding:38px 38px 28px!important}.public-profile.template-links-sales .px-profile-hero-inner{justify-items:center;grid-template-columns:1fr!important}.public-profile.template-links-sales .profile-avatar>.px-avatar{width:132px!important}.public-profile.template-links-sales .profile-intro{max-width:620px}.public-profile.template-links-sales .profile-bio{margin-inline:auto}.public-profile.template-links-sales .profile-meta,.public-profile.template-links-sales .profile-cta,.public-profile.template-links-sales .px-profile-category-chips{justify-content:center}.public-profile.template-links-sales .profile-cta .btn{min-width:250px}.public-profile.template-links-sales .px-featured-link-section{box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.public-profile.template-links-sales .px-featured-link-section>a{border-radius:15px!important;min-height:86px!important}.public-profile.template-links-sales .profile-stats{grid-template-columns:1fr 1fr!important}.public-profile.template-links-sales .profile-stats>div:nth-child(2){border-right:0!important}.public-profile.template-links-sales .profile-stats>div:nth-child(-n+2){border-bottom:1px solid var(--profile-border)!important}.public-profile.template-links-sales .profile-links-section,.public-profile.template-links-sales .px-products-section{padding:18px!important}.public-profile.template-links-sales .public-links,.public-profile.template-links-sales .px-products-grid{flex-direction:column!important;gap:9px!important;display:flex!important}.public-profile.template-links-sales .public-social-link,.public-profile.template-links-sales .px-products-grid a{border-radius:12px!important;align-items:center!important;min-height:60px!important;padding:13px 16px!important}.public-profile.template-links-sales .profile-contact{text-align:center!important;flex-direction:column!important}.public-profile.template-links-sales .profile-contact .btn{width:100%!important}@media (width<=1180px){.template-choice-workspace{grid-template-columns:1fr}.template-choice-preview{position:static}.wizard-template-workspace .template-choice-preview{width:100%;max-width:520px;margin:0 auto}.template-aligned-editor{grid-template-columns:minmax(0,1fr) 260px!important}.public-profile.template-collaboration .px-profile-hero-inner{grid-template-columns:155px minmax(0,1fr) 240px}.public-profile.template-collaboration .profile-avatar>.px-avatar{width:145px!important}.public-profile.template-stage .px-profile-hero-inner{grid-template-columns:150px minmax(0,1fr) 260px}.public-profile.template-stage .profile-avatar>.px-avatar{width:140px!important}}@media (width<=980px){.template-aligned-editor{display:block!important}.template-save-panel{margin-top:14px!important;position:static!important}.save-panel-live-preview{display:none}.public-profile.template-collaboration .px-profile-hero-inner{grid-template-columns:150px 1fr}.px-hero-metric-card{grid-column:1/-1}.public-profile.template-collaboration .pass1-profile-stats{display:grid!important}.public-profile.template-stage .px-profile-hero-inner{grid-template-columns:145px 1fr}.px-stage-spotlight{grid-column:2}.public-profile .px-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=760px){.profile-template-selector,.profile-template-selector.compact{grid-template-columns:1fr!important;gap:10px!important}.profile-template-option,.profile-template-selector.compact .profile-template-option{grid-template-columns:112px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;min-height:148px!important;padding:11px!important;display:grid!important}.template-option-preview,.profile-template-selector.compact .template-option-preview{height:124px;min-height:124px}.template-mini,.profile-template-selector.compact .template-mini{transform-origin:0 0;width:135%;height:124px;transform:scale(.74)}.template-option-heading strong,.profile-template-selector.compact .template-option-heading strong{font-size:18px}.template-option-heading em{display:none}.profile-template-selector.compact .template-selector-copy p{font-size:12px!important}.profile-template-selector.compact .template-selector-copy small{display:block}.template-choice-workspace{gap:18px;margin-top:18px}.template-choice-preview{padding:12px}.template-choice-note{margin-bottom:4px}.editor-template-overview{padding:16px!important}.editor-template-overview-head{display:block}.editor-template-preview-link{justify-content:center;width:100%;margin-top:12px}.template-aligned-editor .data-editor-section-toggle,.template-aligned-editor .data-editor-section-content{padding:16px!important}.public-profile .pass1-profile-top{padding:0 14px!important}.public-profile .profile-view-nav{display:none!important}.public-profile .px-template-home,.public-profile.template-stage .px-template-home,.public-profile.template-links-sales .px-template-home{gap:10px!important;width:100%!important;padding:0 0 86px!important}.public-profile .px-template-home>.profile-section,.public-profile .px-template-home>.profile-stats,.public-profile .px-template-home>.profile-hero{border-left:0!important;border-right:0!important;border-radius:0!important}.public-profile .px-template-home>.profile-section{padding:22px 18px!important}.public-profile .px-template-home .profile-section-head h2{font-size:27px!important}.public-profile .profile-stats{grid-template-columns:1fr 1fr!important;margin:0!important}.public-profile .profile-stats>div:nth-child(2){border-right:0!important}.public-profile .profile-stats>div:nth-child(-n+2){border-bottom:1px solid var(--profile-border)!important}.public-profile .px-media-grid,.public-profile .px-products-grid{grid-template-columns:1fr!important}.public-profile .profile-contact{text-align:left!important;flex-direction:column!important;align-items:stretch!important}.public-profile .profile-contact .btn{width:100%!important}.public-profile.template-collaboration .px-unified-profile-hero{padding:36px 20px 26px!important}.public-profile.template-collaboration .px-profile-hero-inner{text-align:center;justify-items:center;gap:18px;grid-template-columns:1fr!important}.public-profile.template-collaboration .profile-avatar>.px-avatar{width:148px!important}.public-profile.template-collaboration .profile-meta,.public-profile.template-collaboration .profile-cta,.public-profile.template-collaboration .px-profile-category-chips{justify-content:center}.public-profile.template-collaboration .profile-cta{grid-template-columns:1fr;width:100%;display:grid}.px-hero-metric-card{display:none}.public-profile.template-stage .px-template-home>.profile-hero{min-height:0!important}.public-profile.template-stage .px-stage-cover{height:250px!important;inset:0 0 auto!important}.public-profile.template-stage .px-stage-cover:after{background:linear-gradient(#11111233,#11111247 42%,#111 100%)}.public-profile.template-stage .px-profile-hero-inner{text-align:center;justify-items:center;gap:14px;width:100%;padding:178px 20px 28px;grid-template-columns:1fr!important}.public-profile.template-stage .profile-avatar>.px-avatar{width:142px!important}.public-profile.template-stage .profile-meta,.public-profile.template-stage .profile-cta,.public-profile.template-stage .px-profile-category-chips{justify-content:center}.public-profile.template-stage .profile-cta{grid-template-columns:1fr;width:100%;display:grid}.px-stage-spotlight{text-align:left;grid-column:auto;width:100%}.public-profile.template-stage .px-template-home>.profile-section,.public-profile.template-stage .px-template-home>.profile-stats{width:100%!important;margin:10px 0 0!important}.public-profile.template-stage .px-media-grid a:first-child{grid-area:auto}.public-profile.template-links-sales .px-unified-profile-hero{padding:36px 20px 26px!important}.public-profile.template-links-sales .profile-avatar>.px-avatar{width:130px!important}.public-profile.template-links-sales .profile-cta{width:100%!important;display:grid!important}.public-profile.template-links-sales .profile-cta .btn{width:100%!important;min-width:0!important}}@media (width<=430px){.profile-template-option,.profile-template-selector.compact .profile-template-option{grid-template-columns:94px minmax(0,1fr)!important}.template-option-preview,.profile-template-selector.compact .template-option-preview{height:112px;min-height:112px}.template-mini,.profile-template-selector.compact .template-mini{width:150%;transform:scale(.67)}.template-selector-copy small{display:none!important}.profile-preview-device>article{padding:12px!important}.template-preview-stage-cover{margin:-12px -12px 0}.template-preview-metrics{grid-template-columns:1fr 1fr}.template-preview-metrics span:nth-child(2){border-right:0}.template-preview-metrics span:nth-child(-n+2){border-bottom:1px solid var(--profile-border)}}@media (prefers-reduced-motion:reduce){.profile-template-option{transition:none!important}.profile-template-option:hover{transform:none!important}}.px-cover-image-preview{aspect-ratio:3;background:#111;border:1px solid #e8ded1;border-radius:12px;margin-top:10px;overflow:hidden}.px-cover-image-preview img{object-fit:cover;width:100%;height:100%;display:block}:root{--reconcile-focus:0 0 0 3px #c8a06247;--reconcile-card:#fffdf9;--reconcile-soft:#faf7f2}.toggle-native{clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.toggle-row{cursor:pointer;min-height:44px;position:relative;align-items:center!important}.toggle-row.disabled{cursor:not-allowed}.toggle-native:focus-visible+.toggle{box-shadow:var(--reconcile-focus);border-color:var(--linku-gold);outline:0}.toggle-native:disabled+.toggle{opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--linku-gold);outline-offset:3px}.site-header{-webkit-backdrop-filter:saturate(140%)blur(12px);z-index:80!important;background:#fffdf9f5!important}.header-inner{gap:20px;min-width:0}.logo-button{flex:none}.main-nav{min-width:0}.mobile-nav-head,.mobile-nav-backdrop{display:none}.mobile-nav-links{align-items:center;gap:clamp(12px,1.45vw,24px);min-width:0;display:flex}.mobile-nav-links>button{white-space:nowrap;color:#3f3b42;font-size:13px;font-weight:650;transition:color .18s}.mobile-nav-links>button:hover{color:#111}.mobile-nav-actions{display:none}.header-actions{flex:none}.menu-button{flex:0 0 44px}@media (width>=1121px){.main-nav{box-shadow:none!important;background:0 0!important;border:0!important;flex-direction:row!important;align-items:center!important;margin:0 auto!important;padding:0!important;display:flex!important;position:static!important;inset:auto!important}.mobile-nav-links{display:flex}.mobile-nav-head{display:none!important}}@media (width<=1120px){body.nav-open{overscroll-behavior:none}.mobile-nav-backdrop{z-index:94;background:#0f0f109e;border:0;padding:0;animation:.18s ease-out reconcileFade;display:block;position:fixed;inset:0}.main-nav{z-index:95!important;width:min(420px,100vw)!important;height:100dvh!important;max-height:none!important;padding:0 22px max(24px,env(safe-area-inset-bottom))!important;background:var(--linku-bg)!important;border:0!important;border-left:1px solid var(--linku-border)!important;overscroll-behavior:contain!important;flex-direction:column!important;align-items:stretch!important;display:none!important;position:fixed!important;inset:0 0 0 auto!important;overflow-y:auto!important;transform:none!important;box-shadow:-24px 0 70px #0f0f1038!important}.main-nav.open{animation:.2s ease-out reconcileDrawer;display:flex!important}.mobile-nav-head{min-height:82px;padding-top:env(safe-area-inset-top);border-bottom:1px solid var(--linku-border);justify-content:space-between;align-items:center;display:flex!important}.mobile-nav-head img{width:105px}.mobile-nav-head button{border:1px solid var(--linku-border);background:#fff;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.mobile-nav-links{flex-direction:column;align-items:stretch;gap:0;padding:20px 0 10px;display:flex!important}.mobile-nav-links>button{width:100%;min-height:52px;text-align:left!important;color:#111!important;border:0!important;border-bottom:1px solid #e8ded1cc!important;align-items:center!important;padding:13px 4px!important;font-size:16px!important;display:flex!important}.mobile-nav-actions{gap:10px;padding-top:22px;margin-top:auto!important;display:grid!important}.mobile-nav-actions .btn{width:100%;min-height:48px}.menu-button{border:1px solid var(--linku-border);background:#fff;border-radius:12px;place-items:center;width:44px;height:44px;margin-left:auto;display:grid!important}}@media (width<=430px){.main-nav{border-left:0!important;width:100vw!important;padding-inline:18px!important}.mobile-nav-head{min-height:74px}}.site-footer.reconciled-footer{color:#fff;background:#111!important;border-top:0!important;padding:48px 0 18px!important}.reconciled-footer .footer-main{grid-template-columns:minmax(220px,290px) minmax(0,1fr);align-items:start;gap:clamp(38px,6vw,86px);display:grid}.reconciled-footer .footer-brand{flex-direction:column;align-items:flex-start;gap:16px;max-width:280px;display:flex;grid-column:auto!important}.reconciled-footer .footer-brand img{filter:brightness(0)invert();width:112px}.reconciled-footer .footer-brand p{color:#aaa6ae;font-size:13px;line-height:1.65}.footer-social-link{color:#f7f5f2;border:1px solid #343337;border-radius:11px;align-items:center;gap:8px;min-height:42px;padding:9px 12px;font-size:12px;font-weight:700;transition:all .18s;display:inline-flex}.footer-social-link:hover{background:#232225;border-color:#555157}.footer-links-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 28px;display:grid}.footer-links-grid>div{flex-direction:column;align-items:flex-start;gap:9px;min-width:0;display:flex}.footer-links-grid strong{color:#fff;letter-spacing:.04em;margin-bottom:5px;font-size:12px}.footer-links-grid button{text-align:left;color:#aaa6ae;white-space:normal;padding:0;font-size:12px;line-height:1.45;transition:color .16s}.footer-links-grid button:hover{color:#fff}.reconciled-footer .footer-bottom{color:#85818a;border-top:1px solid #2d2c30;justify-content:space-between;align-items:center;gap:20px;margin-top:36px;padding-top:18px;font-size:10px;display:flex}.reconciled-footer .footer-bottom nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 18px;display:flex}.reconciled-footer .footer-bottom button{color:#aaa6ae;white-space:nowrap;padding:3px 0;font-size:10px}.reconciled-footer .footer-bottom button:hover{color:#fff}@media (width<=900px){.reconciled-footer .footer-main{grid-template-columns:1fr;gap:34px}.reconciled-footer .footer-brand{max-width:440px}.footer-links-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.reconciled-footer .footer-bottom{flex-direction:column;align-items:flex-start}.reconciled-footer .footer-bottom nav{justify-content:flex-start}}@media (width<=520px){.site-footer.reconciled-footer{padding-top:38px!important}.footer-links-grid{grid-template-columns:1fr 1fr;gap:28px 20px}.footer-links-grid>div:last-child{grid-column:1/-1}.footer-links-grid button{font-size:12px}.reconciled-footer .footer-bottom nav{grid-template-columns:1fr 1fr;gap:9px 16px;width:100%;display:grid}.reconciled-footer .footer-bottom button{white-space:normal;text-align:left;line-height:1.35}}@media (width<=350px){.footer-links-grid{grid-template-columns:1fr}.footer-links-grid>div:last-child{grid-column:auto}}.field{gap:8px!important}.field+.field{margin-top:2px}.field-label{line-height:1.35;display:block;margin-bottom:8px!important}.field>.input+.field-help,.field>small{margin-top:6px!important}.input{min-height:46px}.textarea{min-height:116px}.wizard-card,.panel-card,.editor-card{scroll-margin-top:100px}.profile-category-editor.reconciled-category-card{min-width:0;border:1px solid var(--linku-border)!important;background:var(--reconcile-card)!important;border-radius:18px!important;gap:20px!important;margin:0!important;padding:24px!important;display:grid!important;box-shadow:0 8px 28px #0f0f1009!important}.reconciled-category-card>legend{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;float:none!important;letter-spacing:-.025em!important;color:#111!important;width:auto!important;margin:0!important;padding:0!important;font-size:22px!important;font-weight:700!important}.profile-category-intro{max-width:660px;margin:-10px 0 2px!important;font-size:13px!important;line-height:1.55!important}.profile-category-section{background:#fff;border:1px solid #e8ded1e6;border-radius:14px;gap:12px;min-width:0;padding:18px;display:grid}.profile-category-section-head>div{gap:3px;min-width:0;display:grid}.profile-category-section-head strong{color:#111;font-size:13px}.profile-category-section-head span{color:var(--linku-muted);font-size:11px;line-height:1.45}.profile-category-section-head>b{background:var(--linku-cream);color:#8d6e3f;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;flex:none;padding:4px 8px;font-size:9px}.profile-custom-category{gap:7px;padding-top:2px;display:grid}.profile-custom-category>label{font-size:12px;font-weight:700}.profile-custom-category>small{color:var(--linku-muted);font-size:10px}.profile-category-selected,.profile-category-popular,.profile-category-more-list,.profile-tag-list{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.profile-category-selected button,.profile-category-popular button,.profile-category-more-list button,.profile-tag-list button{border:1px solid var(--linku-border);color:#29262c;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:6px;max-width:100%;min-height:38px;padding:7px 12px;font-size:11px;font-weight:650;line-height:1.2;display:inline-flex}.profile-category-selected button,.profile-tag-list button{background:#fbf7ef;border-color:#c8a0628c}.profile-category-popular button:hover,.profile-category-more-list button:hover{border-color:var(--linku-gold);background:var(--linku-cream)}.profile-category-more{color:#8d6e3f;align-items:center;gap:7px;width:max-content;min-height:42px;padding:8px 2px;font-size:12px;font-weight:750;display:inline-flex}.profile-category-more svg{transition:transform .18s}.profile-category-more-list{padding-top:4px}.profile-category-limit{align-items:center;gap:7px;display:flex;color:#477b58!important;font-size:11px!important}.profile-tag-editor{gap:10px;display:grid}.profile-tag-add{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.profile-tag-add>button{border:1px solid var(--linku-border);color:#fff;white-space:nowrap;background:#111;border-radius:10px;align-items:center;gap:6px;min-height:44px;padding:10px 14px;font-size:11px;font-weight:700;display:inline-flex}.profile-category-summary{border:1px dashed var(--linku-border);background:var(--reconcile-soft);border-radius:13px;align-items:center;gap:10px;min-width:0;min-height:58px;padding:13px 15px;display:flex}.profile-category-summary.has-selection{background:#fcfaf7;border-style:solid;flex-wrap:wrap;align-items:stretch;display:flex}.profile-category-summary>span{gap:2px;min-width:0;display:grid}.profile-category-summary.has-selection>span{border-right:1px solid var(--linku-border);padding:5px 13px}.profile-category-summary.has-selection>span:last-child{border-right:0}.profile-category-summary strong{overflow-wrap:anywhere;font-size:12px}@media (width<=600px){.profile-category-editor.reconciled-category-card{border-radius:16px!important;gap:16px!important;padding:18px!important}.reconciled-category-card>legend{font-size:20px!important}.profile-category-section{gap:11px;padding:15px}.profile-category-section-head{gap:10px}.profile-category-section-head>b{padding:4px 7px;font-size:8px}.profile-category-selected button,.profile-category-popular button,.profile-category-more-list button,.profile-tag-list button{min-height:40px;padding-inline:11px}.profile-tag-add{grid-template-columns:1fr}.profile-tag-add>button{justify-content:center;width:100%}.profile-category-summary.has-selection{display:grid}.profile-category-summary.has-selection>span{border-right:0;border-bottom:1px solid var(--linku-border);padding:5px 2px 9px}.profile-category-summary.has-selection>span:last-child{border-bottom:0;padding-bottom:2px}}.px-link-toggles{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-top:16px!important;display:grid!important}.px-link-toggle-block{border:1px solid var(--linku-border);background:#fbfaf8;border-radius:13px;gap:8px;min-width:0;padding:14px;display:grid}.px-link-toggle-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#8d6e3f;font-size:9px;font-weight:800}.px-link-toggle-block .toggle-row{align-items:center!important;gap:10px!important;padding:0!important}.px-link-toggle-block .toggle-row>span:last-child{gap:3px;min-width:0;display:grid}.px-link-toggle-block .toggle-row strong{font-size:12px}.px-link-toggle-block .toggle-row small{color:var(--linku-muted)!important;font-size:10px!important;line-height:1.4!important;display:block!important}@media (width<=620px){.px-link-toggles{grid-template-columns:1fr!important}.px-link-toggle-block{padding:13px}}.segmented-otp{grid-template-columns:repeat(6,minmax(42px,58px))!important;justify-content:start!important;gap:9px!important;width:100%!important;max-width:410px!important;min-height:0!important;margin:8px 0 4px!important;display:grid!important;position:static!important}.segmented-otp-cell{appearance:none;border:1px solid var(--linku-border);color:#111;text-align:center;width:100%;height:58px;caret-color:var(--linku-gold);box-shadow:none;background:#fff;border-radius:12px;font:700 24px/1 Space Grotesk,Inter,sans-serif;transition:border-color .16s,box-shadow .16s,background .16s}.segmented-otp-cell:hover{border-color:#cdbfae}.segmented-otp-cell:focus,.segmented-otp-cell:focus-visible{background:#fffdf8;border-color:var(--linku-gold)!important;box-shadow:var(--reconcile-focus)!important;outline:0!important}.segmented-otp.has-error .segmented-otp-cell{border-color:var(--linku-error)}.segmented-otp.disabled{opacity:.65}@media (width<=430px){.segmented-otp{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:6px!important;max-width:100%!important}.segmented-otp-cell{border-radius:10px;height:54px;font-size:21px}}@media (width<=340px){.segmented-otp{gap:4px!important}.segmented-otp-cell{height:50px;font-size:19px}}.profile-template-selector.reconciled-template-selector{min-width:0;border:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin:0!important;padding:0!important;display:grid!important}.profile-template-choice{border:1px solid var(--linku-border);cursor:pointer;background:#fff;border-radius:17px;flex-direction:column;min-width:0;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden;display:flex!important}.profile-template-choice:hover{border-color:#d5b57e;transform:translateY(-1px)}.profile-template-choice.selected{border-color:var(--linku-gold);box-shadow:0 0 0 1px var(--linku-gold),0 12px 30px #0f0f1012}.profile-template-choice>input{opacity:0;pointer-events:none;position:absolute}.profile-template-choice>input:focus-visible~.profile-template-choice-visual{box-shadow:inset 0 0 0 3px #c8a06259}.profile-template-choice-visual{aspect-ratio:1.08;background:var(--linku-cream);border-bottom:1px solid var(--linku-border);display:block;position:relative;overflow:hidden}.profile-template-choice-visual img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .22s}.profile-template-choice:hover .profile-template-choice-visual img{transform:scale(1.015)}.profile-template-choice-check{background:var(--linku-gold);color:#fff;border:3px solid #fff;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:10px;right:10px;box-shadow:0 3px 12px #0f0f102e}.profile-template-choice-copy{gap:8px;min-width:0;padding:16px;display:grid}.profile-template-choice-title{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.profile-template-choice-title strong{font:700 18px/1.15 Space Grotesk,Inter,sans-serif}.profile-template-choice-title em{letter-spacing:.03em;text-transform:uppercase;color:#906a32;background:#f5ead8;border-radius:999px;padding:4px 7px;font-size:8px;font-style:normal;font-weight:800}.profile-template-choice-copy p{min-height:54px;color:var(--linku-muted)!important;font-size:12px!important;line-height:1.5!important}.profile-template-choice-copy>small{color:#5d5861;font-size:10px;line-height:1.45}.profile-template-benefits{flex-wrap:wrap;gap:5px;margin-top:2px;display:flex}.profile-template-benefits i{border:1px solid var(--linku-border);color:#625d66;background:#fcfaf7;border-radius:999px;align-items:center;gap:4px;padding:4px 7px;font-size:8px;font-style:normal;display:inline-flex}.profile-template-selector.compact.reconciled-template-selector{gap:10px!important}.profile-template-selector.compact .profile-template-choice-visual{aspect-ratio:1.2}.profile-template-selector.compact .profile-template-choice-copy{gap:5px;padding:12px}.profile-template-selector.compact .profile-template-choice-title strong{font-size:14px}.profile-template-selector.compact .profile-template-choice-copy p{min-height:0;font-size:10px!important}.profile-template-selector.compact .profile-template-choice-copy>small,.profile-template-selector.compact .profile-template-benefits{display:none}.template-preview-viewport-switch,.wizard-final-preview-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.template-preview-viewport-switch{justify-content:flex-start;margin-bottom:12px}.template-preview-viewport-switch button,.wizard-final-preview-toolbar button{border:1px solid var(--linku-border);background:#fff;border-radius:10px;min-height:40px;padding:8px 14px;font-size:11px;font-weight:700}.template-preview-viewport-switch button.active,.wizard-final-preview-toolbar button.active{color:#fff;background:#111;border-color:#111}@media (width<=880px){.profile-template-selector.reconciled-template-selector,.profile-template-selector.compact.reconciled-template-selector{grid-template-columns:1fr!important}.profile-template-choice,.profile-template-selector.compact .profile-template-choice{align-items:stretch;grid-template-columns:132px minmax(0,1fr)!important;display:grid!important}.profile-template-choice-visual,.profile-template-selector.compact .profile-template-choice-visual{aspect-ratio:auto;border-bottom:0;border-right:1px solid var(--linku-border);height:148px}.profile-template-choice-copy,.profile-template-selector.compact .profile-template-choice-copy{align-content:center;padding:15px!important}.profile-template-choice-copy p{min-height:0}}@media (width<=480px){.profile-template-choice,.profile-template-selector.compact .profile-template-choice{border-radius:14px;grid-template-columns:108px minmax(0,1fr)!important}.profile-template-choice-visual,.profile-template-selector.compact .profile-template-choice-visual{height:132px}.profile-template-choice-copy,.profile-template-selector.compact .profile-template-choice-copy{gap:5px;padding:12px!important}.profile-template-choice-title strong{font-size:16px}.profile-template-choice-title em{display:none}.profile-template-choice-copy p{font-size:10px!important;line-height:1.42!important}.profile-template-choice-copy>small,.profile-template-benefits{display:none}}.wizard-card{padding:clamp(24px,4vw,44px)!important}.wizard-card>h1{margin-bottom:12px!important}.wizard-card>p{margin-bottom:28px!important}.wizard-actions .btn{min-height:48px}.px-onboarding-more{min-height:44px!important;margin-bottom:14px!important}.px-onboarding-actions{gap:14px!important}@media (width<=760px){.wizard-actions{bottom:max(8px,env(safe-area-inset-bottom));z-index:14;-webkit-backdrop-filter:blur(12px);position:sticky;box-shadow:0 15px 42px #0f0f1024;background:#fffdf9f5!important;border:1px solid #c8a06252!important;border-radius:15px!important;margin:28px -8px -8px!important;padding:9px!important}.wizard-actions .btn{min-width:0}.px-onboarding-actions{grid-template-columns:1fr!important;display:grid!important}.px-onboarding-actions>*{min-height:44px;width:100%!important}.px-mobile-save-bar{-webkit-backdrop-filter:blur(14px);left:max(12px,env(safe-area-inset-left))!important;right:max(12px,env(safe-area-inset-right))!important;bottom:max(9px,env(safe-area-inset-bottom))!important;z-index:42!important;background:#fffdf9f7!important;border:1px solid #c8a06257!important;border-radius:16px!important;grid-template-columns:46px minmax(0,1fr)!important;gap:7px!important;width:auto!important;min-height:62px!important;margin:0!important;padding:7px!important;display:grid!important;position:fixed!important;box-shadow:0 16px 46px #0f0f102b!important}.px-mobile-save-bar>*{min-width:0}.px-mobile-save-bar .px-save-secondary{place-items:center;border:1px solid var(--linku-border)!important;background:#fff!important;border-radius:11px!important;width:46px!important;height:46px!important;min-height:46px!important;padding:0!important;display:grid!important}.px-mobile-save-bar .px-save-secondary span{clip:rect(0 0 0 0)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.px-mobile-save-bar .px-save-primary{white-space:nowrap!important;color:#fff!important;background:#111!important;border-radius:11px!important;grid-column:2!important;width:100%!important;height:46px!important;min-height:46px!important;padding:0 14px!important}.px-mobile-save-bar.saved .px-save-primary:disabled,.px-mobile-save-bar.saving .px-save-primary{opacity:1!important;color:#fff!important;background:#111!important}body.dashboard-menu-open .px-mobile-save-bar,body.modal-open .px-mobile-save-bar{opacity:0!important;pointer-events:none!important}}@keyframes reconcileFade{0%{opacity:0}to{opacity:1}}@keyframes reconcileDrawer{0%{transform:translate(14px)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.profile-template-choice,.profile-template-choice-visual img,.profile-category-more svg,.mobile-nav-backdrop,.main-nav.open{transition:none!important;animation:none!important;transform:none!important}}.segmented-otp>.segmented-otp-cell{opacity:1!important;z-index:auto!important;min-width:0!important;font-size:24px!important;position:relative!important;inset:auto!important}@media (width<=760px){.segmented-otp>.segmented-otp-cell{font-size:21px!important}}@media (width<=340px){.segmented-otp>.segmented-otp-cell{font-size:19px!important}}@media (width<=760px){.px-wizard-progress{z-index:auto!important;border-bottom:1px solid var(--linku-border)!important;-webkit-backdrop-filter:none!important;background:0 0!important;margin:0 0 22px!important;padding:0 0 14px!important;position:relative!important;top:auto!important}.template-save-panel{display:none!important}.dashboard-content:has(.px-mobile-save-bar){padding-bottom:104px!important}}.linku-media-uploader{gap:10px;min-width:0;display:grid}.linku-media-uploader-drop{border:1px dashed var(--border,#e8ded1);background:#faf7f2;border-radius:16px;place-items:center;min-height:142px;transition:border-color .18s,background .18s;display:grid;position:relative;overflow:hidden}.linku-media-uploader.is-dragging .linku-media-uploader-drop{background:#f7efe3;border-color:#c8a062}.linku-media-uploader.aspect-cover .linku-media-uploader-drop{aspect-ratio:3;min-height:120px}.linku-media-uploader.aspect-card .linku-media-uploader-drop{aspect-ratio:16/10;min-height:130px}.linku-media-uploader-drop img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.linku-media-uploader-empty{text-align:center;color:#6b6676;justify-items:center;gap:7px;padding:24px;display:grid}.linku-media-uploader-empty strong{color:#111}.linku-media-uploader-empty span{font-size:12px}.linku-media-uploader-actions,.linku-avatar-uploader-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.linku-avatar-uploader-remove{color:#9e3c34;cursor:pointer;background:0 0;border:0;min-height:42px;padding:0 14px;font-weight:700}.linku-media-uploader .btn{min-height:42px}.profile-category-editor,.brand-industry-editor{background:#fff;border:1px solid #e8ded1;border-radius:18px;padding:22px}.profile-category-editor h2,.brand-industry-editor h2{margin:0 0 6px;font-size:21px}.profile-category-editor>.section-lead,.brand-industry-editor>.section-lead{color:#6b6676;margin:0 0 20px;line-height:1.55}.category-topic-picker{gap:14px;display:grid}.category-topic-chips{flex-wrap:wrap;gap:8px;display:flex}.category-topic-chips button,.category-selected-chip{color:#35313b;min-height:42px;font:inherit;background:#faf7f2;border:1px solid #e8ded1;border-radius:999px;padding:0 14px;font-weight:650}.category-topic-chips button:hover,.category-topic-chips button:focus-visible{outline-offset:2px;border-color:#c8a062;outline:3px solid #c8a0622e}.category-selected-chip{background:#fff;align-items:center;gap:8px;display:inline-flex}.category-selected-chip button{cursor:pointer;background:#f2ede3;border:0;border-radius:50%;place-items:center;width:26px;height:26px;display:grid}.px-link-wizard-featured{background:#faf7f2;border-top:1px solid #eee4d7;border-radius:12px;margin-top:14px;padding:15px}.px-shared-links-editor .px-shared-link-card{overflow:visible}.px-link-toggles{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.px-link-toggle-block{background:#faf7f2;border:1px solid #e8ded1;border-radius:14px;padding:15px}.toggle-row{min-height:44px}.template-choice-workspace{grid-template-columns:minmax(0,1.5fr) minmax(360px,.72fr);gap:28px}.wizard-template-workspace .profile-template-selector{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.wizard-template-workspace .profile-template-option{grid-template-rows:220px auto;min-height:430px;padding:14px}.wizard-template-workspace .template-option-preview{background:#fff;border-radius:13px;height:220px;min-height:220px}.wizard-template-workspace .template-selector-copy{padding:14px 4px 4px}.wizard-template-workspace .template-option-heading strong{font-size:24px;line-height:1.05}.wizard-template-workspace .template-selector-copy p{color:#6b6676!important;font-size:15px!important;line-height:1.5!important}.wizard-template-workspace .template-selector-copy small{color:#766f76;margin-top:10px;display:block}.template-choice-preview{border-radius:22px;padding:18px;top:88px;box-shadow:0 20px 55px #1b140c14}.profile-live-preview.mode-desktop .profile-preview-device{max-width:100%}.wizard-template-preview-open{display:none}.wizard-final-preview-toolbar{margin-bottom:18px}.px-preview-copy{line-height:1.55;background:#f2ede3!important;border-left:3px solid #c8a062!important;border-radius:0 12px 12px 0!important;margin-top:22px!important;padding:18px 20px!important}.profile-top{background:#fff;max-width:1180px;height:72px;margin:0 auto;padding:0 22px}.profile-page.px-template-home{background:0 0;width:min(1180px,100% - 40px);margin:0 auto;padding:0 0 30px}.profile-page .profile-section,.profile-page .profile-stats{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:18px;box-shadow:0 12px 35px #1e18120a}.px-unified-profile-hero{margin:0;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.px-profile-hero-inner{grid-template-columns:190px minmax(0,1fr) 300px;align-items:center;gap:30px;padding:48px 0 30px;display:grid}.profile-avatar .px-avatar{object-fit:cover!important;border-radius:50%!important;width:172px!important;height:172px!important;box-shadow:0 0 0 8px #fff,0 16px 40px #14100c24!important}.profile-intro h1{overflow-wrap:anywhere;max-width:100%;font-size:clamp(42px,4vw,68px);line-height:.98}.profile-bio{max-width:620px;font-size:17px;line-height:1.58}.px-profile-category-chips{flex-wrap:wrap;gap:7px;margin-top:15px;display:flex}.px-profile-category-chips span{border:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 82%,var(--profile-accent) 18%);border-radius:999px;padding:7px 12px;font-size:12px}.profile-meta{flex-wrap:wrap;gap:16px;margin-top:14px;display:flex}.profile-cta{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.profile-cta .btn{min-height:48px;padding-inline:22px}.px-hero-metric-card{color:#fff;background:#111;border-radius:18px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 18px 50px #0f0f1029}.px-hero-metric-card span{border-bottom:1px solid #ffffff21;border-right:1px solid #ffffff21;padding:24px 18px}.px-hero-metric-card span:nth-child(2n){border-right:0}.px-hero-metric-card span:nth-last-child(-n+2){border-bottom:0}.px-hero-metric-card b{font-size:23px}.px-hero-metric-card small{color:#ffffffb3;margin-top:5px;line-height:1.25;display:block}.px-featured-link-section{margin:0 0 20px;overflow:hidden;background:linear-gradient(105deg,#c8a062,#e5bb72)!important;border-color:#c8a062!important;padding:0!important}.px-featured-link-section>span{display:none}.px-featured-link-section>a{min-height:78px;padding:14px 22px}.px-featured-link-section a div{grid-template-columns:34px 1fr;align-items:center;column-gap:10px;display:grid}.px-featured-link-section a div small{color:#37270e;white-space:nowrap;text-overflow:ellipsis;grid-column:2;overflow:hidden}.profile-stats{grid-template-columns:repeat(4,1fr);margin:20px 0;overflow:hidden;padding:0!important;display:grid!important}.profile-stats>div{text-align:center;border-right:1px solid var(--profile-border);padding:25px 18px}.profile-stats>div:last-child{border-right:0}.profile-stats b{font-size:26px}.profile-stats span{color:var(--profile-muted);font-size:12px}.profile-section{margin:20px 0;padding:24px}.offer-grid,.case-grid,.px-media-grid,.px-products-grid{gap:13px}.pass1-offer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pass1-offer-grid article{min-height:190px;padding:20px}.px-media-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.px-media-grid>a{min-height:240px;padding:12px}.px-media-grid img{object-fit:cover;border-radius:10px;height:120px}.pass1-case-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-links-section .public-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-contact{justify-content:space-between;align-items:center;gap:24px;display:flex;background:linear-gradient(110deg,#faf7f2,#f2e7d8)!important;padding:26px 30px!important}.profile-contact h2{margin:3px 0;font-size:27px}.profile-contact p{margin:0}.px-template-collaboration .px-profile-hero-inner{grid-template-columns:190px minmax(0,1fr) 320px}.px-template-collaboration .profile-section-head>span{color:#a47738}.profile-page.px-template-stage{width:100%;max-width:none;padding-bottom:30px}.px-template-stage .profile-hero{min-height:410px;margin:0 0 72px;position:relative;color:#fff!important;background:#181411!important}.px-template-stage .px-stage-cover{position:absolute;inset:0;overflow:hidden}.px-template-stage .px-stage-cover:after{content:"";background:linear-gradient(90deg,#0a0806eb 0%,#0a080685 46%,#0a080614 78%);position:absolute;inset:0}.px-template-stage .px-stage-cover img{object-fit:cover;object-position:center;width:100%;height:100%}.px-template-stage .px-profile-hero-inner{z-index:1;grid-template-columns:190px minmax(0,1fr) 290px;align-items:center;width:min(1180px,100% - 40px);min-height:410px;margin:0 auto;padding:70px 0 55px;position:relative}.px-template-stage .profile-intro h1,.px-template-stage .profile-label{color:#fff}.px-template-stage .profile-handle,.px-template-stage .profile-bio,.px-template-stage .profile-meta{color:#fffc}.px-template-stage .px-profile-category-chips span{color:#fff;background:#ffffff1a;border-color:#ffffff5c}.px-template-stage .profile-avatar{align-self:end;transform:translateY(92px)}.px-template-stage .profile-avatar .px-avatar{width:190px!important;height:190px!important}.px-stage-spotlight{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c0a08c7;border:1px solid #ffffff38;border-radius:18px;align-self:end;padding:20px}.px-stage-spotlight small,.px-stage-spotlight strong,.px-stage-spotlight span{display:block}.px-stage-spotlight strong{margin:7px 0;font-size:22px}.px-stage-spotlight span{color:#ffffffc2}.px-template-stage>.profile-section,.px-template-stage>.profile-stats{width:min(1180px,100% - 40px);margin-left:auto;margin-right:auto}.px-template-links-sales{width:min(780px,100% - 32px)!important;padding-top:18px!important}.px-template-links-sales .px-profile-hero-inner{text-align:center;grid-template-columns:1fr;justify-items:center;padding:42px 0 24px}.px-template-links-sales .profile-avatar .px-avatar{width:150px!important;height:150px!important}.px-template-links-sales .profile-intro{justify-items:center;display:grid}.px-template-links-sales .profile-intro h1{font-size:50px}.px-template-links-sales .profile-bio{max-width:620px}.px-template-links-sales .profile-meta,.px-template-links-sales .profile-cta{justify-content:center}.px-template-links-sales .profile-links-section .public-links{grid-template-columns:1fr}.px-template-links-sales .public-links a{min-height:68px;font-size:16px}.px-template-links-sales .px-products-grid{grid-template-columns:1fr 1fr}.pass3-creator-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.catalog-card{min-width:0;overflow:hidden}.catalog-card .creator-main{align-items:center;grid-template-columns:92px minmax(0,1fr)!important}.catalog-card .creator-main .px-avatar{object-fit:cover!important;border-radius:50%!important;align-self:center!important;width:92px!important;height:92px!important}.catalog-card .creator-main h3{overflow-wrap:anywhere}.catalog-card .creator-main small{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.creator-card-actions{grid-template-columns:1fr 1fr;gap:8px}.creator-card-actions .btn{min-width:0;padding-inline:12px}.editor-layout.template-aligned-editor{grid-template-columns:minmax(0,1fr) 310px;gap:22px}.editor-main{min-width:0}.editor-template-overview{padding:22px}.editor-template-overview .profile-template-selector{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-template-overview .profile-template-option{min-width:0}.save-panel.template-save-panel{top:88px}@media (width<=1100px){.profile-page.px-template-home{width:min(960px,100% - 32px)}.px-profile-hero-inner,.px-template-collaboration .px-profile-hero-inner{grid-template-columns:150px minmax(0,1fr);gap:24px}.profile-avatar .px-avatar{width:142px!important;height:142px!important}.px-hero-metric-card{grid-column:1/-1;grid-template-columns:repeat(4,1fr)}.px-hero-metric-card span{border-bottom:0}.px-hero-metric-card span:nth-child(2){border-right:1px solid #ffffff21}.pass1-offer-grid,.px-media-grid,.pass3-creator-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-layout.template-aligned-editor{grid-template-columns:1fr}.save-panel.template-save-panel{display:none}}@media (width<=760px){.profile-category-editor,.brand-industry-editor{padding:18px}.template-choice-workspace{display:block}.template-choice-preview{display:none}.wizard-template-workspace .profile-template-selector{grid-template-columns:1fr;gap:12px}.wizard-template-workspace .profile-template-option{grid-template-rows:auto;grid-template-columns:128px minmax(0,1fr);min-height:0;padding:13px}.wizard-template-workspace .template-option-preview{height:150px;min-height:150px}.wizard-template-workspace .template-selector-copy{padding:8px}.wizard-template-workspace .template-option-heading strong{font-size:21px}.wizard-template-preview-open{width:100%;margin-top:16px;display:inline-flex}.wizard-template-preview-modal .modal-panel{border-radius:20px;width:calc(100vw - 20px);height:calc(100dvh - 20px);max-height:none}.wizard-template-preview-modal .modal-body{overflow:auto}.profile-top{height:68px;padding:0 14px}.profile-view-nav{display:none}.profile-page.px-template-home,.px-template-links-sales{width:100%!important;padding:0 14px 20px!important}.px-profile-hero-inner,.px-template-collaboration .px-profile-hero-inner{text-align:center;grid-template-columns:1fr;justify-items:center;gap:15px;padding:38px 0 24px}.profile-avatar .px-avatar{width:144px!important;height:144px!important}.profile-intro{justify-items:center;display:grid}.profile-intro h1{font-size:42px}.profile-bio{font-size:15px}.profile-meta,.profile-cta{justify-content:center}.profile-cta{width:100%;display:grid}.profile-cta .btn{width:100%}.px-hero-metric-card{grid-column:auto;grid-template-columns:1fr 1fr;width:100%}.px-hero-metric-card span{border-bottom:1px solid #ffffff21!important}.px-hero-metric-card span:nth-last-child(-n+2){border-bottom:0!important}.px-hero-metric-card span:nth-child(2n){border-right:0!important}.profile-stats{grid-template-columns:1fr 1fr}.profile-stats>div{border-bottom:1px solid var(--profile-border)}.profile-stats>div:nth-child(2n){border-right:0}.profile-stats>div:nth-last-child(-n+2){border-bottom:0}.pass1-offer-grid,.px-media-grid,.pass1-case-grid,.px-products-grid,.profile-links-section .public-links,.px-template-links-sales .px-products-grid{grid-template-columns:1fr}.profile-section{margin:14px 0;padding:18px}.profile-contact{text-align:left;display:grid;padding:22px!important}.profile-contact .btn{width:100%}.px-template-stage .profile-hero{min-height:0;margin-bottom:0;padding-top:250px;color:#111!important;background:#fff!important}.px-template-stage .px-stage-cover{height:250px}.px-template-stage .px-stage-cover:after{background:linear-gradient(#0000 35%,#00000047)}.px-template-stage .px-profile-hero-inner{text-align:center;color:#111;grid-template-columns:1fr;justify-items:center;width:100%;min-height:0;padding:0 0 24px}.px-template-stage .profile-avatar{align-self:auto;margin-bottom:-50px;transform:translateY(-62px)}.px-template-stage .profile-avatar .px-avatar{width:150px!important;height:150px!important}.px-template-stage .profile-intro h1,.px-template-stage .profile-label{color:#111}.px-template-stage .profile-handle,.px-template-stage .profile-bio,.px-template-stage .profile-meta{color:#6b6676}.px-template-stage .px-profile-category-chips span{color:#111;background:#faf7f2;border-color:#e8ded1}.px-stage-spotlight{text-align:left;width:100%}.px-template-stage>.profile-section,.px-template-stage>.profile-stats{width:auto;margin-left:14px;margin-right:14px}.pass3-creator-grid{grid-template-columns:1fr}.catalog-card .creator-main{grid-template-columns:78px minmax(0,1fr)!important}.catalog-card .creator-main .px-avatar{width:78px!important;height:78px!important}.editor-template-overview .profile-template-selector{grid-template-columns:1fr}.editor-template-overview-head{display:grid}.px-link-toggles{grid-template-columns:1fr}.linku-media-uploader.aspect-cover .linku-media-uploader-drop{aspect-ratio:16/7}}@media (width<=390px){.profile-top-actions .btn{display:none}.profile-logo-button img{width:105px}.profile-intro h1,.px-template-links-sales .profile-intro h1{font-size:36px}.profile-section-head.row-head{display:grid}.profile-section-head.row-head .btn{width:100%}.wizard-template-workspace .profile-template-option{grid-template-columns:108px minmax(0,1fr)}.wizard-template-workspace .template-option-preview{height:132px;min-height:132px}.creator-card-actions{grid-template-columns:1fr}.linku-media-uploader-actions .btn{width:100%}}@media (prefers-reduced-motion:reduce){.linku-media-uploader-drop,.profile-template-option,.px-stage-spotlight{transition:none!important}}.final-taxonomy-card{gap:18px;display:grid}.final-taxonomy-card legend{color:#111;padding:0;font-size:22px;font-weight:850}.profile-category-intro{color:#6b6676;margin:-9px 0 0;line-height:1.55}.profile-category-section{border-top:1px solid #eee4d7;gap:12px;padding-top:16px;display:grid}.profile-category-section-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.profile-category-section-head strong,.profile-category-section-head span{display:block}.profile-category-section-head span{color:#6b6676;margin-top:4px;font-size:12px;line-height:1.45}.profile-category-section-head>b{color:#8e6631;text-transform:uppercase;letter-spacing:.04em;background:#f2ede3;border-radius:999px;padding:6px 9px;font-size:10px}.profile-custom-category{background:#faf7f2;border-radius:14px;gap:7px;padding:14px;display:grid}.profile-custom-category label{font-weight:750}.profile-custom-category small{color:#6b6676;line-height:1.45}.profile-topic-selected,.profile-topic-suggestions{flex-wrap:wrap;gap:8px;display:flex}.profile-topic-selected button,.profile-topic-suggestions button,.profile-category-more{color:#29252d;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #e8ded1;border-radius:999px;padding:0 13px;font-weight:700}.profile-topic-selected button{background:#f7efe3;border-color:#dac39f;align-items:center;gap:7px;display:inline-flex}.profile-topic-suggestions button:hover,.profile-topic-suggestions button:focus-visible,.profile-topic-selected button:focus-visible{outline-offset:2px;border-color:#c8a062;outline:3px solid #c8a06229}.profile-category-more{color:#946d34;background:0 0;border-color:#0000;justify-self:start}.profile-category-more svg.rotated{transform:rotate(180deg)}.profile-topic-add{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.profile-topic-add button{color:#fff;background:#111;border:0;border-radius:12px;min-height:44px;padding:0 16px;font-weight:750}.profile-topic-add button:disabled{opacity:.4}.profile-category-summary{background:#faf7f2;border:1px solid #eee4d7;border-radius:14px;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 16px;display:flex}.profile-category-summary span{gap:2px;display:grid}.profile-category-summary small{color:#8b7e6e;text-transform:uppercase;letter-spacing:.06em;font-size:10px}.profile-category-summary strong{font-size:14px}.profile-category-summary.has-selection span+span{border-left:1px solid #e4d8c8;padding-left:14px}.profile-legacy-topic-note{color:#6b6676;align-items:flex-start;gap:7px;margin:0;font-size:12px;display:flex}@media (width<=520px){.final-taxonomy-card{padding:17px}.profile-category-section-head{gap:8px;display:grid}.profile-category-section-head>b{justify-self:start}.profile-topic-add{grid-template-columns:1fr}.profile-category-summary.has-selection span+span{border-left:0;width:100%;padding-left:0}}.tool-result .btn:not(.btn-outline):not(.btn-ghost){color:#111!important;background:#fff!important;border-color:#fff!important}.tool-result .btn:not(.btn-outline):not(.btn-ghost):hover{background:#f2ede3!important}.tool-atypical-warning{background:#e0b45a1c;border:1px solid #e0b45a73;border-radius:12px;padding:14px 16px;color:#f0dfbd!important}.tool-atypical-warning strong{color:#fff}.px-technical-details{margin-top:7px}.px-technical-details summary{cursor:pointer;color:#756e78;font-size:12px}.px-technical-details small{overflow-wrap:anywhere;margin-top:6px;display:block}.final-template-marketing-grid .template-card{flex-direction:column;align-items:stretch;gap:12px;display:flex}.template-marketing-preview{cursor:pointer;background:0 0;border:0;border-radius:18px;width:100%;padding:0;display:block;overflow:hidden;box-shadow:0 14px 36px #11111114}.template-marketing-preview img{object-fit:cover;object-position:top;width:100%;height:330px;display:block}.final-template-marketing-grid .template-card ul{color:var(--muted);gap:7px;margin:0 0 10px;padding:0;list-style:none;display:grid}.final-template-marketing-grid .template-card li{align-items:center;gap:7px;display:flex}.template-page-action{justify-content:center;margin-top:32px;display:flex}@media (width<=760px){.template-marketing-preview img{height:360px}.final-template-marketing-grid{grid-template-columns:1fr}.final-templates-page .section-head h1{font-size:clamp(36px,10vw,56px)}}.public-profile.template-linku-default{background:var(--profile-bg);color:var(--profile-text)}.public-profile.template-linku-default .px-template-linku-default{background:0 0!important;flex-direction:column!important;gap:16px!important;width:min(1120px,100% - 32px)!important;max-width:none!important;margin:0 auto!important;padding:32px 0 48px!important;display:flex!important}.public-profile.template-linku-default .px-template-linku-default>.profile-hero,.public-profile.template-linku-default .px-template-linku-default>.profile-section,.public-profile.template-linku-default .px-template-linku-default>.profile-stats{overflow:hidden;border:1px solid var(--profile-border)!important;background:var(--profile-surface)!important;width:100%!important;color:var(--profile-text)!important;border-radius:22px!important;margin:0!important;box-shadow:0 14px 42px #1814100e!important}.public-profile.template-linku-default .px-template-linku-default>.profile-hero{min-height:0!important;padding:36px!important;display:block!important;position:relative!important}.public-profile.template-linku-default .px-flexible-cover{background:var(--profile-bg);height:260px;margin:-36px -36px 32px;overflow:hidden}.public-profile.template-linku-default .px-flexible-cover img{object-fit:cover;width:100%;height:100%;display:block}.public-profile.template-linku-default .px-profile-hero-inner{grid-template-columns:180px minmax(0,1fr);align-items:center;gap:36px;display:grid}.public-profile.template-linku-default .profile-avatar{align-self:start}.public-profile.template-linku-default .profile-avatar .px-avatar{object-fit:cover!important;border-radius:50%!important;width:180px!important;height:180px!important}.public-profile.template-linku-default .profile-intro{text-align:left!important}.public-profile.template-linku-default .profile-intro h1{color:var(--profile-text)!important;margin:7px 0!important;font-size:clamp(38px,5vw,64px)!important;line-height:1!important}.public-profile.template-linku-default .profile-label{color:var(--profile-accent)!important;letter-spacing:.14em!important;font-size:10px!important;font-weight:850!important}.public-profile.template-linku-default .profile-handle,.public-profile.template-linku-default .profile-bio,.public-profile.template-linku-default .profile-meta{color:var(--profile-muted)!important}.public-profile.template-linku-default .profile-bio{max-width:680px;font-size:16px;line-height:1.65}.public-profile.template-linku-default .profile-meta,.public-profile.template-linku-default .profile-cta{justify-content:flex-start!important}.public-profile.template-linku-default .profile-section{padding:30px!important}.public-profile.template-linku-default .profile-section-head{max-width:none!important;margin-bottom:20px!important}.public-profile.template-linku-default .profile-section-head h2{color:var(--profile-text)!important;font-size:clamp(27px,3vw,38px)!important}.public-profile.template-linku-default .profile-section p{color:var(--profile-muted)}.public-profile.template-linku-default .profile-stats{grid-template-columns:repeat(4,minmax(0,1fr))!important;padding:0!important;display:grid!important}.public-profile.template-linku-default .profile-stats>div{border-right:1px solid var(--profile-border)!important;border-bottom:0!important;padding:26px 16px!important}.public-profile.template-linku-default .profile-stats>div:last-child{border-right:0!important}.public-profile.template-linku-default .profile-stats b{color:var(--profile-text)!important}.public-profile.template-linku-default .profile-stats span{color:var(--profile-muted)!important}.public-profile.template-linku-default .is-pinned-section{border-color:var(--profile-accent)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--profile-accent) 18%,transparent),0 16px 46px #18141012!important}.public-profile.template-linku-default .profile-contact{background:var(--profile-text)!important;color:var(--profile-bg)!important;justify-content:space-between!important;align-items:center!important;gap:28px!important;display:flex!important}.public-profile.template-linku-default .profile-contact h2,.public-profile.template-linku-default .profile-contact p{color:inherit!important}.public-profile.template-linku-default .btn-outline{background:var(--profile-surface);border-color:var(--profile-border);color:var(--profile-text)}.public-profile.template-linku-default .px-media-grid a,.public-profile.template-linku-default .px-products-grid a,.public-profile.template-linku-default .public-social-link{background:var(--profile-bg)!important;border-color:var(--profile-border)!important;color:var(--profile-text)!important}.section-order-editor{gap:14px;display:grid}.section-order-fixed-note{color:#5f5862;background:#faf7f2;border:1px solid #e8ded1;border-radius:13px;align-items:flex-start;gap:10px;padding:13px 15px;font-size:12px;line-height:1.5;display:flex}.section-order-fixed-note svg{color:#9a743d;flex:none;margin-top:1px}.section-order-list{gap:9px;display:grid}.profile-section-order>div{background:#fff;border:1px solid #e8ded1;border-radius:14px;min-height:72px;padding:12px 13px;transition:border-color .15s,opacity .15s,box-shadow .15s;grid-template-columns:42px minmax(170px,1fr) auto auto auto!important;align-items:center!important;gap:12px!important;display:grid!important}.profile-section-order>div.is-hidden{opacity:.58;background:#faf9f7}.profile-section-order>div.is-pinned{border-color:#c8a062;box-shadow:0 0 0 3px #c8a0621f}.drag-index{color:#80683f;background:#f5f0e8;border-radius:10px;place-items:center;width:34px;height:34px;font:750 11px Space Grotesk,sans-serif;display:grid}.section-order-copy{min-width:0}.section-order-copy strong{color:#171719;font-size:13px;display:block}.section-order-copy small{margin-top:3px;line-height:1.35;color:#756f79!important;font-size:11px!important;display:block!important}.section-pin-btn{color:#6f6772;white-space:nowrap;background:#fff;border:1px solid #ded5c9;border-radius:999px;align-items:center;gap:6px;min-height:34px;padding:0 11px;font-size:11px;font-weight:750;display:inline-flex}.section-pin-btn:hover:not(:disabled){color:#80683f;border-color:#c8a062}.section-pin-btn.active{color:#7b5a2c;background:#f7efe3;border-color:#c8a062}.section-pin-btn:disabled{opacity:.4;cursor:not-allowed}.profile-section-order .toggle-row{align-items:center!important;margin:0!important}.profile-section-order .toggle-row>span:last-child{display:none}.profile-section-order .order-actions{gap:5px;display:flex}.profile-section-order .order-actions .icon-btn{border-radius:9px;width:34px;height:34px}.section-order-help{color:#77717a;margin:0;font-size:11px;line-height:1.5}.flexible-profile-preview.profile-live-preview{width:100%!important;max-width:820px!important;color:var(--profile-text)!important;background:#f6f1e9!important;border:1px solid #e8ded1!important;border-radius:20px!important;margin:18px auto 0!important;padding:10px!important}.flexible-profile-preview.mode-mobile{max-width:390px!important}.flexible-profile-preview .profile-preview-browser{color:#867e87!important;border:0!important;align-items:center!important;gap:6px!important;height:34px!important;padding:0 12px!important;display:flex!important}.flexible-profile-preview .profile-preview-browser>span{background:#c9beb0!important;border-radius:50%!important;width:7px!important;height:7px!important;margin:0!important}.flexible-profile-preview .profile-preview-browser small{text-overflow:ellipsis;white-space:nowrap;max-width:70%;margin-left:auto;font-size:9px;overflow:hidden}.flexible-profile-preview .profile-preview-canvas{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:15px;overflow:hidden;box-shadow:0 14px 38px #1f181014}.flexible-preview-cover{background-position:50%;background-size:cover;height:105px}.flexible-preview-identity{padding:18px 18px 8px!important}.flexible-preview-cover+.flexible-preview-identity{margin-top:-34px;padding-top:0!important}.flexible-profile-preview .template-preview-identity>.px-avatar{background:var(--profile-surface)}.flexible-profile-preview .template-preview-actions{padding:0 18px;margin:8px 0 12px!important}.flexible-profile-preview .template-preview-actions>span:first-child{background:var(--profile-text)!important;color:var(--profile-bg)!important;border-color:var(--profile-text)!important}.flexible-preview-sections{gap:7px;padding:0 18px 18px;display:grid}.flexible-preview-sections>span{border:1px solid var(--profile-border);background:var(--profile-bg);min-height:38px;color:var(--profile-text);border-radius:10px;grid-template-columns:18px minmax(0,1fr) auto auto;align-items:center;gap:7px;padding:8px 10px;font-size:9px;display:grid}.flexible-preview-sections>span.pinned{border-color:var(--profile-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--profile-accent) 16%,transparent)}.flexible-preview-sections b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.flexible-preview-sections i{color:var(--profile-accent);text-transform:uppercase;font-size:7px;font-style:normal;font-weight:800}.flexible-preview-sections em{color:var(--profile-muted);font-size:8px;font-style:normal}.flexible-profile-preview .profile-preview-canvas>footer{border-top:1px solid var(--profile-border);color:var(--profile-muted);justify-content:space-between;gap:10px;padding:11px 18px;font-size:8px;display:flex}.flexible-profile-preview .profile-preview-canvas>footer strong{color:var(--profile-text)}.save-panel-live-preview .flexible-profile-preview .flexible-preview-sections>span:nth-child(n+4),.save-panel-live-preview .flexible-profile-preview .profile-preview-canvas>footer{display:none}.single-layout-wizard-step{grid-template-columns:minmax(260px,.8fr) minmax(360px,1.2fr);align-items:start;gap:24px;margin-top:22px;display:grid}.single-layout-wizard-copy{background:#faf7f2;border:1px solid #e8ded1;border-radius:18px;padding:24px}.single-layout-wizard-copy>span{color:#80683f;align-items:center;gap:9px;display:flex}.single-layout-wizard-copy p{color:#615b65;margin:15px 0;line-height:1.65}.single-layout-wizard-copy ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.single-layout-wizard-copy li{align-items:center;gap:8px;font-size:13px;font-weight:650;display:flex}.px-single-layout-grid,.single-layout-marketing{grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);align-items:center;gap:24px;display:grid}.px-single-layout-points,.single-layout-capabilities{gap:12px;display:grid}.px-single-layout-points article,.single-layout-capabilities article{background:#fff;border:1px solid #e8ded1;border-radius:16px;align-items:flex-start;gap:13px;padding:18px;display:flex}.px-single-layout-points article>svg,.single-layout-capabilities article>svg{color:#9a743d;flex:none}.px-single-layout-points h3,.single-layout-capabilities h2{margin:0 0 5px;font-size:18px}.px-single-layout-points p,.single-layout-capabilities p{color:#6b6676;margin:0;font-size:13px;line-height:1.55}.single-layout-shot{background:#fff;border:1px solid #e8ded1;border-radius:22px;overflow:hidden;box-shadow:0 20px 55px #291f1417}.single-layout-shot img{width:100%;height:auto;display:block}.single-layout-page .template-page-action{justify-content:center;gap:10px;margin-top:28px;display:flex}@media (width<=820px){.public-profile.template-linku-default .px-template-linku-default{gap:10px!important;width:100%!important;padding:0 0 30px!important}.public-profile.template-linku-default .px-template-linku-default>.profile-hero,.public-profile.template-linku-default .px-template-linku-default>.profile-section,.public-profile.template-linku-default .px-template-linku-default>.profile-stats{border-left:0!important;border-right:0!important;border-radius:0!important}.public-profile.template-linku-default .px-template-linku-default>.profile-hero{padding:26px 18px!important}.public-profile.template-linku-default .px-flexible-cover{height:190px;margin:-26px -18px 24px}.public-profile.template-linku-default .px-profile-hero-inner{grid-template-columns:130px minmax(0,1fr);gap:22px}.public-profile.template-linku-default .profile-avatar .px-avatar{width:130px!important;height:130px!important}.public-profile.template-linku-default .profile-section{padding:24px 18px!important}.single-layout-wizard-step,.px-single-layout-grid,.single-layout-marketing{grid-template-columns:1fr}.profile-section-order>div{grid-template-columns:38px minmax(130px,1fr) auto!important}.profile-section-order .section-pin-btn{grid-column:2;justify-self:start}.profile-section-order .toggle-row{grid-area:1/3}.profile-section-order .order-actions{grid-area:2/3}}@media (width<=560px){.public-profile.template-linku-default .px-profile-hero-inner{text-align:center;grid-template-columns:1fr}.public-profile.template-linku-default .profile-avatar{justify-self:center}.public-profile.template-linku-default .profile-intro{text-align:center!important}.public-profile.template-linku-default .profile-meta,.public-profile.template-linku-default .profile-cta{justify-content:center!important}.public-profile.template-linku-default .profile-stats{grid-template-columns:1fr 1fr!important}.public-profile.template-linku-default .profile-stats>div:nth-child(2n){border-right:0!important}.public-profile.template-linku-default .profile-stats>div:nth-child(-n+2){border-bottom:1px solid var(--profile-border)!important}.public-profile.template-linku-default .profile-contact{flex-direction:column!important;align-items:flex-start!important}.profile-section-order>div{padding:11px 9px;grid-template-columns:34px minmax(0,1fr) auto!important;gap:8px!important}.section-pin-btn span{display:none}.section-pin-btn{justify-content:center;width:34px;padding:0}.single-layout-page .template-page-action{flex-direction:column}.single-layout-page .template-page-action .btn{width:100%}}@media (prefers-reduced-motion:reduce){.profile-section-order>div{transition:none}}.dash-logo-home{cursor:pointer;background:0 0;border:0;align-items:center;padding:0;display:flex}.dash-logo-home img{max-width:124px;display:block}.dashboard-public-home-link{color:#aaa7af;text-align:left;background:0 0;border:1px solid #2e2e31;border-radius:11px;align-items:center;gap:9px;margin:12px 18px 0;padding:11px 13px;font-size:12px;font-weight:700;display:flex}.dashboard-public-home-link:hover,.dashboard-public-home-link:focus-visible{color:#fff;background:#1a1a1c;border-color:#555158}.flexible-layout-benefits{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;gap:10px!important;display:grid!important}.flexible-layout-benefits>span{color:#4e4851;background:#fbf8f3;border:1px solid #eadfce;border-radius:11px;align-items:center;gap:8px;min-height:42px;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.3;display:flex!important}.flexible-layout-benefits svg{color:#9b733c;flex:none}.px-profile-photo-group,.px-profile-bio-group,.px-profile-cover-group{gap:14px;display:grid}.px-profile-photo-group+.px-profile-bio-group,.px-profile-bio-group+.px-profile-cover-group{margin-top:28px}.px-profile-cover-group{padding-top:4px}.px-profile-photo-group .avatar-uploader,.px-profile-cover-group .media-uploader{margin:0}.px-focal-controls{background:#fbf8f3;border:1px solid #e7ddd0;border-radius:12px;overflow:hidden}.px-focal-controls summary{cursor:pointer;color:#49434c;align-items:center;gap:8px;min-height:44px;padding:10px 13px;font-size:12px;font-weight:750;list-style:none;display:flex}.px-focal-controls summary::-webkit-details-marker{display:none}.px-focal-controls[open] summary{border-bottom:1px solid #e7ddd0}.px-focal-controls>div{gap:12px;padding:13px;display:grid}.px-focal-controls label{color:#69636d;grid-template-columns:68px minmax(0,1fr) 42px;align-items:center;gap:10px;font-size:11px;display:grid}.px-focal-controls input[type=range]{accent-color:#a77b42;width:100%}.px-focal-controls label span{text-align:right;font-variant-numeric:tabular-nums}.px-focal-controls .text-link{justify-self:start;font-size:11px}.px-offer-step-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.px-offer-skip-button{color:#4e4851;white-space:nowrap;background:#fff;border:1px solid #ded4c7;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:0 13px;font-size:12px;font-weight:750;display:inline-flex}.px-offer-skip-button:hover,.px-offer-skip-button:focus-visible{color:#704f24;background:#fbf6ef;border-color:#bd9660}.section-order-editor{margin-top:24px}.section-order-fixed-note{margin-bottom:2px}.profile-section-order>div.is-moving{background:#fffdf9!important;border-color:#c8a062!important;box-shadow:0 0 0 3px #c8a06229,0 10px 24px #3c2b1514!important}.profile-section-order>div:not(.is-moving){transform:none!important}.px-link-metric-toggle{margin-top:10px}.canonical-profile-preview.profile-live-preview{overflow:hidden;background:#f4eee5!important;border:1px solid #e6dac9!important;border-radius:20px!important;width:100%!important;max-width:850px!important;margin:18px auto 0!important;padding:10px!important}.canonical-profile-preview.mode-mobile{max-width:408px!important}.canonical-profile-preview .profile-preview-device{background:var(--profile-surface)!important;border:1px solid #ded2c2!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 16px 38px #1f181017!important}.canonical-profile-preview .profile-preview-browser{color:#7d7680!important;background:#f3eee7!important;border-bottom:1px solid #e3d9cc!important;align-items:center!important;gap:10px!important;height:36px!important;padding:0 13px!important;display:flex!important}.canonical-profile-preview .profile-preview-dots{gap:6px!important;margin:0!important;display:flex!important}.canonical-profile-preview .profile-preview-browser i{display:block;background:#bdb2a4!important;border-radius:50%!important;width:8px!important;height:8px!important}.canonical-profile-preview .profile-preview-browser b{text-overflow:ellipsis;white-space:nowrap;color:#8a828b;max-width:72%;margin-left:auto;font-size:9px;font-weight:600;overflow:hidden}.canonical-profile-preview .profile-preview-canvas{background:var(--profile-bg);scrollbar-width:thin;height:560px;overflow:auto}.canonical-profile-preview.mode-mobile .profile-preview-canvas{height:610px}.canonical-profile-preview .is-preview-profile{min-height:100%;font-size:12px}.canonical-profile-preview .is-preview-profile .pass1-profile-top,.canonical-profile-preview .is-preview-profile .profile-footer{display:none!important}.canonical-profile-preview .is-preview-profile .px-template-linku-default{gap:8px!important;width:100%!important;padding:0!important}.canonical-profile-preview .is-preview-profile .px-template-linku-default>.profile-hero,.canonical-profile-preview .is-preview-profile .px-template-linku-default>.profile-section,.canonical-profile-preview .is-preview-profile .px-template-linku-default>.profile-stats{box-shadow:none!important;border-left:0!important;border-right:0!important;border-radius:0!important}.canonical-profile-preview .is-preview-profile .px-template-linku-default>.profile-hero{padding:18px!important}.canonical-profile-preview .is-preview-profile .px-flexible-cover{height:135px!important;margin:-18px -18px 16px!important}.canonical-profile-preview .is-preview-profile .px-profile-hero-inner{grid-template-columns:76px minmax(0,1fr)!important;gap:14px!important}.canonical-profile-preview .is-preview-profile .profile-avatar .px-avatar{width:76px!important;height:76px!important;box-shadow:0 0 0 3px var(--profile-surface),0 0 0 4px var(--profile-border)!important}.canonical-profile-preview .is-preview-profile .profile-intro h1{margin:4px 0!important;font-size:22px!important}.canonical-profile-preview .is-preview-profile .profile-label{font-size:7px!important}.canonical-profile-preview .is-preview-profile .profile-handle{font-size:9px!important}.canonical-profile-preview .is-preview-profile .profile-bio{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;margin:8px 0!important;font-size:9px!important;line-height:1.55!important}.canonical-profile-preview .is-preview-profile .px-profile-category-chips,.canonical-profile-preview .is-preview-profile .profile-meta{display:none!important}.canonical-profile-preview .is-preview-profile .profile-cta{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px!important;margin-top:10px!important;display:grid!important}.canonical-profile-preview .is-preview-profile .profile-cta .btn{white-space:normal!important;width:100%!important;min-width:0!important;min-height:30px!important;padding:5px 7px!important;font-size:7.5px!important;line-height:1.15!important}.canonical-profile-preview .is-preview-profile .profile-section{padding:16px!important}.canonical-profile-preview .is-preview-profile .profile-section-head{margin-bottom:10px!important}.canonical-profile-preview .is-preview-profile .profile-section-head h2{font-size:17px!important;line-height:1.05!important}.canonical-profile-preview .is-preview-profile .profile-section-head>span{font-size:6px!important}.canonical-profile-preview .is-preview-profile .profile-stats>div{padding:12px 6px!important}.canonical-profile-preview .is-preview-profile .profile-stats b{font-size:13px!important}.canonical-profile-preview .is-preview-profile .profile-stats span{font-size:6px!important}.canonical-profile-preview .is-preview-profile .px-media-grid,.canonical-profile-preview .is-preview-profile .px-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.canonical-profile-preview .is-preview-profile .px-media-grid>:nth-child(n+3),.canonical-profile-preview .is-preview-profile .px-products-grid>:nth-child(n+3){display:none!important}.canonical-profile-preview .is-preview-profile .profile-contact,.canonical-profile-preview .is-preview-profile .px-external-cta{gap:10px!important;padding:15px!important}.canonical-profile-preview .is-preview-profile .profile-contact h2,.canonical-profile-preview .is-preview-profile .px-external-cta h2{font-size:15px!important}.canonical-profile-preview .is-preview-profile .profile-contact p,.canonical-profile-preview .is-preview-profile .px-external-cta p{font-size:8px!important}.canonical-profile-preview .is-preview-profile .profile-contact .btn,.canonical-profile-preview .is-preview-profile .px-external-cta .btn{min-height:30px!important;padding:5px 8px!important;font-size:7px!important}.canonical-profile-preview.mode-mobile .is-preview-profile .px-profile-hero-inner{text-align:center!important;grid-template-columns:1fr!important;justify-items:center!important}.canonical-profile-preview.mode-mobile .is-preview-profile .profile-intro{text-align:center!important}.canonical-profile-preview.mode-mobile .is-preview-profile .profile-cta{grid-template-columns:1fr!important;width:100%!important}.canonical-profile-preview.mode-mobile .is-preview-profile .px-media-grid,.canonical-profile-preview.mode-mobile .is-preview-profile .px-products-grid{grid-template-columns:1fr!important}.modal-xl{flex-direction:column;height:min(920px,94vh);display:flex;width:min(1440px,96vw)!important;max-width:none!important}.modal-xl .modal-body{flex:1;min-height:0;padding:0!important;overflow:hidden!important}.profile-preview-modal{background:#f4f0e9;flex-direction:column;height:100%;min-height:0;display:flex}.profile-preview-modal-toolbar{background:#fff;border-bottom:1px solid #e2d8ca;justify-content:space-between;align-items:center;gap:16px;padding:12px 18px;display:flex}.profile-preview-viewport-switch{background:#f7f3ed;border:1px solid #e0d6c8;border-radius:12px;gap:4px;padding:4px;display:inline-flex}.profile-preview-viewport-switch button{color:#6b6570;border-radius:9px;align-items:center;gap:7px;min-height:36px;padding:0 13px;font-size:12px;font-weight:750;display:flex}.profile-preview-viewport-switch button.active{color:#fff;background:#111}.profile-preview-modal-stage{background:#fff;border:1px solid #d8cdbf;border-radius:18px;flex-direction:column;flex:1;width:min(1220px,100% - 32px);min-height:0;margin:16px auto;display:flex;overflow:hidden;box-shadow:0 18px 55px #261d1324}.profile-preview-modal-stage.is-mobile{width:min(430px,100% - 24px)}.profile-preview-modal-browser{color:#827b84;background:#eee9e2;border-bottom:1px solid #ded4c7;flex:none;align-items:center;gap:10px;height:40px;padding:0 14px;display:flex}.profile-preview-modal-browser>span{gap:6px;display:flex}.profile-preview-modal-browser i{background:#bdb1a2;border-radius:50%;width:8px;height:8px;display:block}.profile-preview-modal-browser b{margin-left:auto;font-size:10px;font-weight:600}.profile-preview-modal-scroll{background:var(--profile-bg,#faf7f2);flex:1;min-height:0;overflow:auto}.profile-preview-modal-scroll .is-embedded-profile{min-height:100%}.profile-preview-modal-scroll .is-embedded-profile>.pass1-profile-top{position:static!important;top:auto!important}.profile-preview-modal-stage.is-mobile .public-profile .pass1-profile-top{height:62px!important;padding:0 12px!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-view-nav{display:none!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-top .btn{width:42px!important;padding:0!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-top .btn span{display:none!important}.profile-preview-modal-stage.is-mobile .public-profile .px-template-linku-default{gap:10px!important;width:100%!important;padding:0 0 48px!important}.profile-preview-modal-stage.is-mobile .public-profile .px-template-linku-default>*{border-left:0!important;border-right:0!important;border-radius:0!important}.profile-preview-modal-stage.is-mobile .public-profile .px-template-linku-default>.profile-hero{padding:24px 18px!important}.profile-preview-modal-stage.is-mobile .public-profile .px-flexible-cover{height:190px!important;margin:-24px -18px 22px!important}.profile-preview-modal-stage.is-mobile .public-profile .px-profile-hero-inner{text-align:center;justify-items:center;grid-template-columns:1fr!important;gap:18px!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-intro{width:100%;text-align:center!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-avatar .px-avatar{width:124px!important;height:124px!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-intro h1{font-size:38px!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-meta,.profile-preview-modal-stage.is-mobile .public-profile .profile-cta,.profile-preview-modal-stage.is-mobile .public-profile .px-profile-category-chips{justify-content:center!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-cta{grid-template-columns:1fr!important;width:100%!important;display:grid!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-cta .btn{white-space:normal!important;width:100%!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-section{padding:24px 18px!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-stats{grid-template-columns:1fr 1fr!important}.profile-preview-modal-stage.is-mobile .public-profile .px-media-grid,.profile-preview-modal-stage.is-mobile .public-profile .px-products-grid,.profile-preview-modal-stage.is-mobile .public-profile .offer-grid,.profile-preview-modal-stage.is-mobile .public-profile .case-grid{grid-template-columns:1fr!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-contact,.profile-preview-modal-stage.is-mobile .public-profile .px-external-cta{flex-direction:column!important;align-items:stretch!important}.profile-preview-modal-stage.is-mobile .public-profile .profile-contact .btn,.profile-preview-modal-stage.is-mobile .public-profile .px-external-cta .btn{width:100%!important}.public-profile.template-linku-default .pass1-profile-top,.public-profile.template-linku-default .px-template-linku-default{box-sizing:border-box;width:min(1180px,100% - 32px)!important;margin-left:auto!important;margin-right:auto!important}.public-profile.template-linku-default .pass1-profile-top{padding-inline:24px!important}.public-profile.template-linku-default .px-template-linku-default{padding-top:28px!important}.public-profile.template-linku-default .px-flexible-cover{aspect-ratio:auto!important;height:clamp(190px,22vw,270px)!important}.public-profile.template-linku-default .profile-cta{flex-wrap:wrap;display:flex;gap:10px!important}.public-profile.template-linku-default .profile-cta .btn{white-space:normal;text-align:center;min-width:0;line-height:1.25}.public-profile.template-linku-default .public-primary-link{max-width:360px}.public-social-link{justify-content:space-between!important;align-items:center!important;gap:16px!important;min-height:66px!important;padding:13px 17px!important;display:flex!important}.public-social-link-main{align-items:center;gap:12px;min-width:0;display:flex}.public-social-link-main>span{flex-direction:column;min-width:0;display:flex}.public-social-link-main strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.public-social-link-main small{color:var(--profile-muted);margin-top:3px;font-size:11px;font-weight:600;display:block}.public-profile.template-linku-default .public-social-link{background:var(--profile-bg)!important;border:1px solid var(--profile-border)!important}.public-profile.template-linku-default .public-social-link:hover{border-color:var(--profile-accent)!important}.public-profile.template-linku-default .px-media-grid{align-items:start;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.public-profile.template-linku-default .px-media-grid>a,.public-profile.template-linku-default .px-media-grid>article{overflow:hidden;border:1px solid var(--profile-border)!important;background:var(--profile-bg)!important;height:auto!important;min-height:0!important;color:var(--profile-text)!important;border-radius:14px!important;flex-direction:column!important;padding:10px!important;display:flex!important}.public-profile.template-linku-default .px-media-image{aspect-ratio:16/10;background:var(--profile-surface);border-radius:9px;width:100%;display:block;overflow:hidden}.public-profile.template-linku-default .px-media-grid img{object-fit:cover;width:100%;height:100%;display:block}.px-media-card-copy{flex-direction:column;align-items:flex-start;gap:6px;padding:11px 3px 3px;display:flex}.px-media-card-copy small{color:var(--profile-accent);letter-spacing:.11em;font-size:9px;font-weight:850;line-height:1.2;display:block}.px-media-card-copy strong{display:block;font-size:16px!important;line-height:1.25!important}.px-media-card-copy p{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden;font-size:12px!important;line-height:1.5!important}.px-media-card-copy>span{color:var(--profile-accent);align-items:center;gap:5px;margin-top:4px;font-weight:800;display:inline-flex;font-size:11px!important}.public-profile.template-linku-default .px-products-grid{align-items:start;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.public-profile.template-linku-default .px-products-grid>a,.public-profile.template-linku-default .px-products-grid>article{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;min-height:118px;border:1px solid var(--profile-border)!important;background:var(--profile-bg)!important;height:auto!important;color:var(--profile-text)!important;border-radius:14px!important;padding:16px!important;display:grid!important}.public-profile.template-linku-default .px-products-grid img{object-fit:cover;border-radius:10px;width:84px;height:84px}.public-profile.template-linku-default .px-products-grid p{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:5px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.public-profile.template-linku-default .px-products-grid>a>span,.public-profile.template-linku-default .px-products-grid>article>span{color:var(--profile-accent);white-space:nowrap;align-items:center;gap:5px;font-size:12px;font-weight:850;display:inline-flex}.public-profile.template-linku-default .px-external-cta{justify-content:space-between!important;align-items:center!important;gap:24px!important;padding:26px 30px!important;display:flex!important}.public-profile.template-linku-default .px-external-cta>div>span{color:var(--profile-accent);letter-spacing:.1em;margin-bottom:4px;font-size:10px;font-weight:850;display:block}.public-profile.template-linku-default .px-external-cta h2{margin:0!important;font-size:25px!important}.public-profile.template-linku-default .px-external-cta p{margin-top:5px!important}.public-profile.template-linku-default .profile-label,.public-profile.template-linku-default .profile-section-head>span,.public-profile.template-linku-default .px-media-card-copy small,.public-profile.template-linku-default .px-media-card-copy>span{color:var(--profile-accent)!important}.public-profile.template-linku-default .profile-contact{background:var(--profile-text)!important}.creator-ready-card{justify-content:space-between;align-items:center;gap:22px;display:flex}.px-onboarding-ready-actions{flex:none;align-items:center;gap:14px;display:flex}.creator-first-steps .px-onboarding-actions{margin-top:14px}@media (width<=900px){.flexible-layout-benefits{grid-template-columns:1fr!important}.public-profile.template-linku-default .px-profile-hero-inner{grid-template-columns:145px minmax(0,1fr);gap:26px}.public-profile.template-linku-default .profile-avatar .px-avatar{width:145px!important;height:145px!important}.public-profile.template-linku-default .px-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.public-profile.template-linku-default .px-products-grid{grid-template-columns:1fr!important}.creator-ready-card{flex-direction:column;align-items:flex-start}}@media (width<=640px){.dashboard-public-home-link{margin-inline:14px}.px-offer-step-head{flex-direction:column;align-items:flex-start;margin-bottom:18px}.px-offer-skip-button{justify-content:space-between;width:100%}.px-profile-photo-group+.px-profile-bio-group,.px-profile-bio-group+.px-profile-cover-group{margin-top:24px}.profile-section-order>div{grid-template-columns:34px minmax(0,1fr) auto!important}.profile-preview-modal-toolbar{flex-direction:column;align-items:stretch;padding:10px 12px}.profile-preview-viewport-switch{width:100%}.profile-preview-viewport-switch button{flex:1;justify-content:center}.profile-preview-modal-toolbar>.btn{width:100%}.modal-xl{border-radius:0!important;width:100%!important;height:100dvh!important;max-height:none!important}.modal-xl .modal-head{flex:none}.profile-preview-modal-stage{width:100%!important;box-shadow:none!important;border:0!important;border-radius:0!important;margin:0!important}.profile-preview-modal-browser{border-radius:0}.public-profile.template-linku-default .pass1-profile-top,.public-profile.template-linku-default .px-template-linku-default{width:100%!important}.public-profile.template-linku-default .pass1-profile-top{padding-inline:14px!important}.public-profile.template-linku-default .px-template-linku-default{gap:10px!important;padding:0 0 48px!important}.public-profile.template-linku-default .px-template-linku-default>.profile-hero,.public-profile.template-linku-default .px-template-linku-default>.profile-section,.public-profile.template-linku-default .px-template-linku-default>.profile-stats{border-left:0!important;border-right:0!important;border-radius:0!important}.public-profile.template-linku-default .px-template-linku-default>.profile-hero{padding:24px 18px!important}.public-profile.template-linku-default .px-flexible-cover{height:clamp(165px,48vw,210px)!important;margin:-24px -18px 22px!important}.public-profile.template-linku-default .px-profile-hero-inner{text-align:center;justify-items:center;grid-template-columns:1fr!important;gap:18px!important}.public-profile.template-linku-default .profile-intro{width:100%;text-align:center!important}.public-profile.template-linku-default .profile-avatar .px-avatar{width:124px!important;height:124px!important}.public-profile.template-linku-default .profile-intro h1{font-size:clamp(34px,11vw,44px)!important}.public-profile.template-linku-default .profile-bio{font-size:14px!important;line-height:1.6!important}.public-profile.template-linku-default .profile-meta,.public-profile.template-linku-default .profile-cta,.public-profile.template-linku-default .px-profile-category-chips{justify-content:center!important}.public-profile.template-linku-default .profile-cta{grid-template-columns:1fr!important;width:100%!important;display:grid!important}.public-profile.template-linku-default .profile-cta .btn{width:100%!important;max-width:none!important;min-height:46px!important}.public-profile.template-linku-default .profile-section{padding:24px 18px!important}.public-profile.template-linku-default .profile-section-head h2{font-size:28px!important}.public-profile.template-linku-default .profile-stats{grid-template-columns:1fr 1fr!important}.public-profile.template-linku-default .px-media-grid,.public-profile.template-linku-default .px-products-grid{grid-template-columns:1fr!important}.public-profile.template-linku-default .px-products-grid>a,.public-profile.template-linku-default .px-products-grid>article{grid-template-columns:72px minmax(0,1fr);align-items:start}.public-profile.template-linku-default .px-products-grid img{width:72px;height:72px}.public-profile.template-linku-default .px-products-grid>a>span,.public-profile.template-linku-default .px-products-grid>article>span{grid-column:1/-1;justify-self:start}.public-profile.template-linku-default .profile-contact,.public-profile.template-linku-default .px-external-cta{flex-direction:column!important;align-items:stretch!important;padding:24px 18px!important}.public-profile.template-linku-default .profile-contact .btn,.public-profile.template-linku-default .px-external-cta .btn{width:100%!important}.creator-ready-card,.px-onboarding-ready-actions{flex-direction:column;align-items:stretch;width:100%}.px-onboarding-ready-actions .btn{width:100%}}@media (width<=390px){.canonical-profile-preview.profile-live-preview{border-radius:14px!important;padding:6px!important}.canonical-profile-preview .profile-preview-device{border-radius:11px!important}.public-profile.template-linku-default .profile-label{font-size:9px!important}.public-profile.template-linku-default .profile-intro h1{font-size:34px!important}.public-profile.template-linku-default .profile-meta{font-size:11px!important}}@media (prefers-reduced-motion:reduce){.profile-section-order>div,.px-offer-skip-button,.dashboard-public-home-link{transition:none!important}}.product-proof-grid{align-items:stretch}.product-proof-grid .product-screenshot-trigger,.px-single-layout-grid .product-screenshot-trigger{height:100%;min-height:320px;overflow:hidden;flex-direction:column!important;display:flex!important}.product-proof-grid .product-screenshot-trigger picture,.px-single-layout-grid .product-screenshot-trigger picture{aspect-ratio:16/10;background:#f3eee7;flex:1;place-items:center;min-height:0;display:grid;overflow:hidden}.product-proof-grid .product-screenshot-trigger img,.px-single-layout-grid .product-screenshot-trigger img{object-fit:contain;object-position:center;width:100%;height:100%}@media (width<=640px){.product-proof-grid .product-screenshot-trigger,.px-single-layout-grid .product-screenshot-trigger{min-height:230px}}.px-avatar-image{isolation:isolate!important;border-radius:50%!important;display:inline-block!important;position:relative!important;overflow:hidden!important}.px-avatar-image>img{width:var(--crop-size,100%)!important;height:var(--crop-size,100%)!important;left:var(--crop-left,0)!important;top:var(--crop-top,0)!important;object-fit:cover!important;will-change:left,top,width,height,object-position!important;border-radius:0!important;max-width:none!important;max-height:none!important;transition:left .12s,top .12s,width .12s,height .12s,object-position .12s!important;display:block!important;position:absolute!important}.linku-media-uploader-drop,.px-media-image,.px-flexible-cover{position:relative;overflow:hidden!important}.linku-media-uploader-drop>img,.px-media-image>img,.px-flexible-cover>img{width:var(--crop-size,100%)!important;height:var(--crop-size,100%)!important;left:var(--crop-left,0)!important;top:var(--crop-top,0)!important;object-fit:cover!important;will-change:left,top,width,height,object-position!important;max-width:none!important;transition:left .12s,top .12s,width .12s,height .12s,object-position .12s!important;display:block!important;position:absolute!important}.px-media-crop-editor{align-content:start;display:grid;gap:18px!important}.px-media-crop-editor>.px-focal-controls,.px-profile-photo-group>.px-focal-controls,.px-profile-cover-group>.px-focal-controls{margin-top:2px!important}.px-focal-controls label,.px-focal-controls input[type=range]{min-width:0}.px-booking-editor{gap:24px!important;display:grid!important}.px-booking-editor>.toggle-row{margin:0!important;padding:0 0 2px!important}.px-booking-editor .form-grid-two{gap:22px 24px!important}.px-booking-editor .panel-guidance,.px-booking-editor .inline-message,.px-booking-editor>p{border-top:1px solid #eee4d7!important;margin:2px 0 0!important;padding-top:14px!important;line-height:1.55!important}.px-brand-industry-block{margin-bottom:28px!important}.editor-layout.template-aligned-editor{grid-template-columns:minmax(0,1fr) 270px!important;align-items:start!important;gap:22px!important}.compact-save-panel{gap:12px!important;min-width:0!important;max-height:calc(100dvh - 116px)!important;padding:20px!important;display:grid!important;position:sticky!important;top:92px!important;overflow:auto!important}.compact-save-panel .save-panel-status{grid-template-columns:10px minmax(0,1fr)!important;align-items:center!important;gap:5px 9px!important;display:grid!important}.compact-save-panel .save-panel-status>span{grid-row:1!important}.compact-save-panel .save-panel-status strong{min-width:0!important;font-size:13px!important;line-height:1.35!important}.compact-save-panel .save-panel-status p{grid-column:1/-1!important;margin:7px 0 4px!important;font-size:11px!important;line-height:1.5!important}.compact-save-panel>.btn{white-space:normal!important;text-align:center!important;width:100%!important;min-height:44px!important}.profile-section-order>div{grid-template-columns:42px minmax(190px,1fr) auto auto auto!important;gap:8px 12px!important}.profile-section-order .section-pin-btn{justify-content:center!important;min-width:118px!important}.profile-section-order .toggle-row{justify-content:center!important;min-width:44px!important}.profile-section-order .order-actions{justify-self:end!important}.section-order-fixed-note{margin-top:22px!important;margin-bottom:14px!important}.px-accent-grid+.section-order-editor,.px-palette-grid+.section-order-editor{margin-top:26px!important}.public-profile.template-linku-default{background:var(--profile-bg)!important;min-width:0!important;color:var(--profile-text)!important;overflow-x:clip!important}.public-profile.template-linku-default>.pass1-profile-top{box-sizing:border-box!important;background:color-mix(in srgb,var(--profile-surface) 94%,transparent)!important;width:100%!important;max-width:none!important;color:var(--profile-text)!important;border-color:var(--profile-border)!important;height:auto!important;min-height:68px!important;margin:0!important;padding-inline:max(24px,50vw - 566px)!important}.public-profile.template-linku-default>.pass1-profile-top img{filter:none!important}.public-profile.profile-variant-dark>.pass1-profile-top img{filter:brightness(0)invert()!important}.public-profile.template-linku-default .profile-logo-button img{width:auto!important;max-width:112px!important;height:28px!important;display:block!important}.public-profile.template-linku-default .profile-logo-button img[src$=logo-mark\.svg][src$=logo-mark\.svg]{object-fit:contain!important;width:28px!important;height:28px!important}.public-profile.template-linku-default>.px-template-linku-default{width:min(1180px,100% - 48px)!important;margin-inline:auto!important;padding-top:28px!important}.public-profile.template-linku-default .profile-avatar .px-avatar{box-shadow:0 0 0 3px var(--profile-surface),0 0 0 4px color-mix(in srgb,var(--profile-border) 78%,transparent),0 16px 32px #0f0f101f!important}.public-profile.template-linku-default .profile-top-actions{min-width:0!important}.public-profile.template-linku-default .profile-top-primary-action,.public-profile.template-linku-default .profile-top-actions>.btn{max-width:260px!important;overflow:hidden!important}.public-profile.template-linku-default .profile-top-primary-action span,.public-profile.template-linku-default .profile-top-actions>.btn span{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.public-profile.template-linku-default .profile-cta{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.public-profile.template-linku-default .profile-cta .public-hero-action{white-space:normal!important;max-width:100%!important;min-height:46px!important}.public-profile.template-linku-default .px-flexible-cover{height:clamp(180px,19vw,245px)!important}.input:focus,.textarea:focus,select.input:focus,input.input:focus,textarea.input:focus,.slug-input:focus-within,.segmented-otp-cells:focus-within{border-color:#a8793f!important;outline:3px solid #c8a06238!important;box-shadow:0 0 0 1px #a8793f!important}.input[disabled],.textarea[disabled],select.input[disabled],button:disabled{cursor:not-allowed}.modal .input,.modal .textarea,.modal select,.auth-page .input,.auth-page .textarea{color:#171719!important;background:#fff!important;border-color:#ded4c7!important}.modal .field>span,.modal .field>label,.modal label,.auth-page .field>span,.auth-page .field>label{color:#302b32!important}.modal .field-error,.auth-page .field-error{color:#a13f34!important}.linku-turnstile-field{justify-items:start;gap:8px;min-height:1px;margin:2px 0 6px;display:grid;overflow:auto}.linku-turnstile-field>div{max-width:100%}.pass3-creator-card{position:relative!important;overflow:hidden!important}.pass3-creator-card .creator-main{text-align:left!important;grid-template-columns:112px minmax(0,1fr)!important;align-items:stretch!important;min-width:0!important;display:grid!important}.pass3-creator-card .creator-main>.px-avatar{z-index:0!important;place-self:center!important;width:84px!important;min-width:84px!important;height:84px!important;min-height:84px!important;margin:0!important}.pass3-creator-card .creator-main>div{min-width:0!important;padding:20px 18px 20px 4px!important}.pass3-creator-card .creator-main h3,.pass3-creator-card .creator-main p,.pass3-creator-card .creator-main small{overflow-wrap:anywhere!important}.pass3-creator-card .creator-main h3{font-size:20px!important;line-height:1.15!important}.pass3-creator-card .save-button{z-index:2!important}.pass3-creator-grid{align-items:start!important}.brand-creator-intro,.creator-browse-guidance,.px-brand-creator-guidance{margin-bottom:24px!important}.pass5-admin-list{gap:14px!important}.pass5-list-card,.pass5-list-main,.pass5-list-title,.pass5-meta-grid,.pass5-row-actions{min-width:0!important}@media (width<=1180px){.editor-layout.template-aligned-editor{grid-template-columns:minmax(0,1fr)!important}.compact-save-panel{display:none!important}.px-mobile-save-bar{z-index:30!important;display:grid!important;position:sticky!important;bottom:10px!important}}@media (width<=760px){.px-media-crop-editor{gap:16px!important}.px-brand-industry-block{margin-bottom:24px!important}.px-booking-editor{gap:20px!important}.px-booking-editor .form-grid-two{grid-template-columns:1fr!important;gap:18px!important}.profile-section-order>div{grid-template-columns:36px minmax(0,1fr) 44px!important;grid-template-areas:"index copy toggle""pin pin actions"!important;align-items:center!important;gap:10px 12px!important;min-height:0!important;padding:14px!important;display:grid!important}.profile-section-order .drag-index{grid-area:index!important;align-self:start!important}.profile-section-order .section-order-copy{grid-area:copy!important;min-width:0!important}.profile-section-order .toggle-row{grid-area:toggle!important;justify-self:end!important;margin:0!important}.profile-section-order .section-pin-btn{grid-area:pin!important;justify-self:start!important;min-width:0!important;max-width:100%!important;min-height:38px!important}.profile-section-order .order-actions{grid-area:actions!important;justify-self:end!important;gap:7px!important;display:flex!important}.profile-section-order .order-actions .icon-btn{width:38px!important;height:38px!important}.section-order-fixed-note{margin-top:20px!important;margin-bottom:12px!important}.public-profile.template-linku-default>.pass1-profile-top{padding-inline:14px!important}.public-profile.template-linku-default>.px-template-linku-default{width:100%!important;padding-top:0!important}.public-profile.template-linku-default .profile-logo-button img{max-width:100px!important;height:25px!important}.public-profile.template-linku-default .profile-top-actions>.btn,.public-profile.template-linku-default .profile-top-primary-action{width:44px!important;min-width:44px!important;padding:0!important}.public-profile.template-linku-default .profile-top-actions>.btn span,.public-profile.template-linku-default .profile-top-primary-action span{display:none!important}.public-profile.template-linku-default .profile-avatar .px-avatar{box-shadow:0 0 0 2px var(--profile-surface),0 0 0 3px color-mix(in srgb,var(--profile-border) 82%,transparent),0 12px 25px #0f0f101f!important}.pass3-creator-card .creator-main{grid-template-columns:94px minmax(0,1fr)!important}.pass3-creator-card .creator-main>.px-avatar{width:72px!important;min-width:72px!important;height:72px!important;min-height:72px!important}.pass3-creator-card .creator-main>div{padding:18px 14px 18px 0!important}.pass3-creator-card .creator-card-actions{grid-template-columns:1fr!important}.pass5-list-card{gap:14px!important;padding:16px!important;display:grid!important}.pass5-list-main{gap:14px!important;display:grid!important}.pass5-meta-grid{grid-template-columns:1fr 1fr!important}.pass5-row-actions{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.pass5-row-actions>*{width:100%!important}.admin-tabs,.moderation-tabs,.content-tabs{scroll-snap-type:x proximity!important;scrollbar-width:thin!important;gap:8px!important;padding-bottom:6px!important;display:flex!important;overflow-x:auto!important}.admin-tabs>*,.moderation-tabs>*,.content-tabs>*{white-space:nowrap!important;scroll-snap-align:start!important;flex:none!important}.linku-turnstile-field{justify-items:center}}@media (width<=390px){.profile-section-order>div{grid-template-columns:34px minmax(0,1fr) 42px!important;column-gap:9px!important;padding:12px!important}.profile-section-order .section-pin-btn span{font-size:10px!important}.pass5-meta-grid{grid-template-columns:1fr!important}}@media (prefers-reduced-motion:reduce){.px-avatar-image>img,.linku-media-uploader-drop>img,.px-media-image>img,.px-flexible-cover>img{transition:none!important}}.brief-moderation-state{color:#4b4035;background:#f7f1e7;border:1px solid #e4d7c5;border-radius:14px;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:12px 14px;display:grid}.brief-moderation-state>div{gap:3px;min-width:0;display:grid}.brief-moderation-state strong{font-size:13px;line-height:1.35}.brief-moderation-state small{color:#71675e;white-space:normal;font-size:11px;line-height:1.45}.brief-moderation-state.changes_requested{color:#8b4032;background:#fff5f1;border-color:#e5c2b8}.px-brand-creator-results>.panel-guidance{margin:18px 0 26px!important}.px-brand-creator-results .px-internal-creator-grid{margin-top:0!important}@media (width<=760px){.brief-moderation-state{width:100%;padding:12px}.px-brand-creator-results>.panel-guidance{margin:16px 0 22px!important}}.single-layout-marketing.no-screenshot{align-items:stretch}.single-layout-principle-card{border:1px solid var(--linku-border);background:var(--linku-black);color:#fff;border-radius:24px;padding:clamp(28px,4vw,48px);box-shadow:0 18px 50px #0f0f101a}.single-layout-principle-card>span{color:var(--linku-gold);letter-spacing:.14em;margin-bottom:12px;font-size:11px;font-weight:800;display:block}.single-layout-principle-card h2{margin:0 0 14px;font-size:clamp(28px,4vw,46px);line-height:1.04}.single-layout-principle-card p{color:#c8c3cc;max-width:620px;margin:0 0 28px;line-height:1.65}.single-layout-principle-card ol{counter-reset:single-layout;gap:10px;margin:0;padding:0;list-style:none;display:grid}.single-layout-principle-card li{counter-increment:single-layout;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;display:flex}.single-layout-principle-card li:before{content:counter(single-layout,decimal-leading-zero);color:var(--linku-gold);font-size:12px;font-weight:800}@media (width<=760px){.single-layout-principle-card{border-radius:18px}.single-layout-principle-card h2{font-size:30px}}.canonical-profile-shell{--profile-bg:var(--linku-bg);--profile-surface:var(--linku-card);--profile-text:var(--linku-text);--profile-muted:var(--linku-muted);--profile-border:var(--linku-border);--profile-accent:var(--linku-gold);background:var(--profile-bg);min-height:100vh;color:var(--profile-text)}.canonical-profile-shell.profile-variant-dark{--profile-bg:#0f0f10;--profile-surface:#171719;--profile-text:#f7f4ed;--profile-muted:#aaa5af;--profile-border:#313136;--profile-accent:#d2a95f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.canonical-profile-shell.profile-variant-cream{--profile-bg:#f2ede3;--profile-surface:#fffdf9;--profile-text:#111;--profile-muted:#6b6676;--profile-border:#dfd4c5;--profile-accent:#b98c42}.canonical-profile-shell *,.canonical-profile-shell :before,.canonical-profile-shell :after{box-sizing:border-box}.canonical-profile-shell button,.canonical-profile-shell a{font:inherit}.canonical-profile-shell a{color:inherit;text-decoration:none}.canonical-profile-shell button{color:inherit}.canonical-profile-shell img{max-width:100%}.canonical-profile-top{z-index:50;border-bottom:1px solid color-mix(in srgb,var(--profile-border) 72%,transparent);background:color-mix(in srgb,var(--profile-bg) 92%,transparent);-webkit-backdrop-filter:blur(16px);width:100%;max-width:none;height:64px;margin:0;padding:0;position:sticky;top:0}.canonical-profile-top-inner{justify-content:space-between;align-items:center;gap:24px;width:min(1240px,100% - 40px);height:100%;margin:0 auto;display:flex}.canonical-profile-brand-slot{align-items:center;min-width:48px;display:flex}.canonical-profile-shell .profile-logo-button{cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:40px;height:40px;padding:0;display:grid}.canonical-profile-shell .profile-logo-button img{object-fit:contain;width:22px;height:22px;display:block}.canonical-profile-shell.profile-variant-dark .profile-logo-button img{filter:none}.canonical-profile-shell .profile-view-nav{justify-content:center;align-items:center;gap:6px;margin-left:auto;display:flex}.canonical-profile-shell .profile-view-nav button,.canonical-share-button,.canonical-profile-shell .profile-more-button{min-height:40px;color:var(--profile-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;font-size:13px;font-weight:700}.canonical-profile-shell .profile-view-nav button{padding:0 12px}.canonical-profile-shell .profile-view-nav button:hover,.canonical-profile-shell .profile-view-nav button:focus-visible,.canonical-profile-shell .profile-view-nav button.active{color:var(--profile-text);background:var(--profile-surface);border-color:var(--profile-border)}.profile-top-actions{align-items:center;gap:6px;display:flex}.canonical-share-button{color:var(--profile-text);align-items:center;gap:8px;padding:0 12px;display:inline-flex}.canonical-share-button:hover,.canonical-share-button:focus-visible{background:var(--profile-surface);border-color:var(--profile-border)}.canonical-profile-renderer{flex-direction:column;gap:72px;width:min(1200px,100% - 40px);margin:0 auto;padding:48px 0 56px;display:flex}.canonical-profile-intro{flex-direction:column;gap:28px;min-width:0;display:flex}.canonical-hero-grid{grid-template-columns:minmax(280px,400px) minmax(0,1fr);align-items:center;gap:clamp(48px,6vw,88px);display:grid}.canonical-portrait-frame{aspect-ratio:4/5;background:var(--profile-surface);border:1px solid var(--profile-border);border-radius:22px;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f0f1017}.canonical-portrait-frame>img{object-fit:cover;transform-origin:50%;width:100%;height:100%;display:block}.canonical-verified{background:color-mix(in srgb,var(--profile-surface) 91%,transparent);max-width:calc(100% - 32px);color:var(--profile-text);border:1px solid var(--profile-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;bottom:16px;left:16px}.canonical-hero-content{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.canonical-mobile-identity{display:none}.canonical-role{color:var(--profile-accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:800;line-height:1.35;display:block}.canonical-desktop-identity h1,.canonical-mobile-identity h1{color:var(--profile-text);letter-spacing:-.055em;overflow-wrap:anywhere;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(48px,5vw,72px);font-weight:600;line-height:.98}.canonical-handle{color:var(--profile-muted);margin:10px 0 0;font-size:15px;line-height:1.4}.canonical-bio{max-width:650px;color:var(--profile-text);margin:26px 0 0;font-size:17px;line-height:1.68}.canonical-social-icons{flex-wrap:wrap;align-items:center;gap:5px;margin-top:20px;display:flex}.canonical-social-icon{width:42px;height:42px;color:var(--profile-text);background:0 0;border:1px solid #0000;border-radius:11px;place-items:center;transition:all .18s;display:grid}.canonical-social-icon:hover,.canonical-social-icon:focus-visible{border-color:var(--profile-border);background:var(--profile-surface);transform:translateY(-1px)}.canonical-topic-pills{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.canonical-topic-pills span{border:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 72%,transparent);border-radius:8px;align-items:center;min-height:32px;padding:5px 11px;font-size:12px;font-weight:650;display:inline-flex}.canonical-location{color:var(--profile-muted);align-items:center;gap:7px;margin:16px 0 0;font-size:13px;display:flex}.canonical-hero-actions{flex-wrap:wrap;align-items:center;gap:10px;width:100%;margin-top:25px;display:flex}.canonical-hero-cta{border:1px solid var(--profile-border);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:18px;min-height:48px;padding:0 18px;font-size:13px;font-weight:800;transition:all .18s;display:inline-flex}.canonical-hero-cta.primary{background:var(--profile-text);border-color:var(--profile-text);color:var(--profile-bg)}.profile-variant-dark .canonical-hero-cta.primary{background:var(--profile-accent);border-color:var(--profile-accent);color:#111}.canonical-hero-cta.secondary{color:var(--profile-accent);border-color:color-mix(in srgb,var(--profile-accent) 58%,var(--profile-border));background:0 0}.canonical-hero-cta:hover,.canonical-hero-cta:focus-visible{transform:translateY(-1px);box-shadow:0 10px 24px #0f0f1014}.canonical-overview-block{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:stretch;display:grid;overflow:hidden}.canonical-overview-label{border-right:1px solid var(--profile-border);color:var(--profile-accent);letter-spacing:.11em;text-transform:uppercase;align-items:center;padding:18px 20px;font-size:10px;font-weight:900;line-height:1.35;display:flex}.canonical-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;display:grid}.canonical-overview-grid.count-1{grid-template-columns:1fr}.canonical-overview-grid.count-2{grid-template-columns:repeat(2,1fr)}.canonical-overview-grid.count-3{grid-template-columns:repeat(3,1fr)}.canonical-overview-grid>div{border-right:1px solid var(--profile-border);align-items:center;gap:11px;min-width:0;min-height:88px;padding:17px;display:flex}.canonical-overview-grid>div:last-child{border-right:0}.canonical-overview-grid svg{color:var(--profile-accent);flex:none}.canonical-overview-grid p{gap:3px;min-width:0;margin:0;display:grid}.canonical-overview-grid strong{color:var(--profile-text);overflow-wrap:anywhere;font-family:Space Grotesk,sans-serif;font-size:17px;line-height:1.15}.canonical-overview-grid span{color:var(--profile-muted);font-size:9px;line-height:1.35}.canonical-overview-brief{border:0;border-left:1px solid var(--profile-border);background:var(--profile-accent);color:#111;cursor:pointer;justify-content:center;align-items:center;gap:10px;min-width:132px;padding:0 17px;font-size:12px;font-weight:900;line-height:1.2;display:inline-flex}.canonical-profile-section{min-width:0}.canonical-profile-section.is-pinned-section{position:relative}.canonical-profile-section.is-pinned-section:before{content:"";background:var(--profile-accent);border-radius:3px;width:3px;position:absolute;top:0;bottom:0;left:-16px}.canonical-section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:25px;display:flex}.canonical-section-heading>div{max-width:720px}.canonical-section-heading>div>span{color:var(--profile-accent);letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:900;display:block}.canonical-section-heading h2{color:var(--profile-text);letter-spacing:-.04em;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(30px,3vw,42px);font-weight:600;line-height:1.06}.canonical-section-heading p{max-width:640px;color:var(--profile-muted);margin:9px 0 0;font-size:13px;line-height:1.55}.canonical-section-heading>button,.canonical-section-heading>div+button{color:var(--profile-accent);cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:7px;padding:7px 0;font-size:12px;font-weight:850;display:inline-flex}.canonical-pinned-media-section{gap:12px;display:grid}.canonical-pinned-label{color:var(--profile-accent);letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:900}.canonical-pinned-media-card{border:1px solid var(--profile-border);background:var(--profile-surface);width:100%;min-width:0;color:var(--profile-text);font:inherit;text-align:left;cursor:pointer;border-radius:16px;grid-template-columns:minmax(320px,1.25fr) minmax(260px,.9fr);padding:0;display:grid;overflow:hidden}.canonical-pinned-media-image{background:color-mix(in srgb,var(--profile-surface) 72%,var(--profile-border));min-height:260px;position:relative;overflow:hidden}.canonical-pinned-media-image img{object-fit:cover;width:100%;height:100%;transition:transform .28s}.canonical-pinned-media-card:hover .canonical-pinned-media-image img,.canonical-pinned-media-card:focus-visible .canonical-pinned-media-image img{transform:scale(1.018)}.canonical-play-button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0f10b8;border:1px solid #ffffffbd;border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.canonical-pinned-media-copy{flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:30px;display:flex}.canonical-pinned-media-copy small{color:var(--profile-accent);letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:900}.canonical-pinned-media-copy h2{color:var(--profile-text);letter-spacing:-.035em;overflow-wrap:anywhere;margin:10px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(24px,2.5vw,36px);line-height:1.08}.canonical-pinned-media-copy p{color:var(--profile-muted);margin:12px 0 0;font-size:13px;line-height:1.6}.canonical-pinned-media-copy>span{color:var(--profile-accent);align-items:center;gap:8px;margin-top:22px;font-size:11px;font-weight:900;display:inline-flex}.canonical-work-grid{grid-template-rows:1fr 1fr;grid-template-columns:minmax(0,1.75fr) minmax(240px,1fr);gap:12px;display:grid}.canonical-work-grid.count-1{grid-template-rows:auto;grid-template-columns:1fr}.canonical-work-grid.count-2{grid-template-rows:auto;grid-template-columns:1.35fr 1fr}.canonical-work-grid>article,.canonical-work-grid>button{text-align:left;border:1px solid var(--profile-border);background:var(--profile-surface);min-width:0;min-height:0;color:var(--profile-text);cursor:pointer;border-radius:16px;grid-template-columns:42% minmax(0,1fr);padding:0;display:grid;overflow:hidden}.canonical-work-grid>.is-featured{grid-row:1/3;grid-template-columns:52% minmax(0,1fr)}.canonical-work-grid.count-1>.is-featured,.canonical-work-grid.count-2>.is-featured{grid-row:auto}.canonical-work-media{background:color-mix(in srgb,var(--profile-surface) 70%,var(--profile-border));min-height:190px;overflow:hidden}.canonical-work-grid>.is-featured .canonical-work-media{min-height:390px}.canonical-work-media img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.canonical-work-grid>button:hover .canonical-work-media img{transform:scale(1.02)}.canonical-work-copy{flex-direction:column;align-items:flex-start;min-width:0;padding:20px;display:flex}.canonical-work-copy small,.canonical-media-card small,.canonical-product-copy>small,.canonical-external-card>small{color:var(--profile-accent);letter-spacing:.09em;text-transform:uppercase;font-size:9px;font-weight:900}.canonical-work-copy h3{letter-spacing:-.025em;overflow-wrap:anywhere;margin:9px 0 0;font-family:Space Grotesk,sans-serif;font-size:18px;line-height:1.2}.canonical-work-grid>.is-featured h3{font-size:25px}.canonical-work-copy p{-webkit-line-clamp:3;color:var(--profile-muted);-webkit-box-orient:vertical;margin:9px 0 0;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.canonical-work-meta{flex-wrap:wrap;gap:9px 18px;margin-top:18px;display:flex}.canonical-work-meta strong{font-size:13px}.canonical-work-meta span{color:var(--profile-muted);font-size:11px}.canonical-inline-action{color:var(--profile-accent);align-items:center;gap:7px;margin-top:auto;padding-top:18px;font-size:11px;font-weight:850;display:inline-flex}.canonical-offer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.canonical-offer-grid article{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:16px;flex-direction:column;min-height:270px;padding:22px;display:flex;position:relative}.canonical-offer-index{color:color-mix(in srgb,var(--profile-muted) 55%,transparent);font-size:12px;font-weight:800;position:absolute;top:16px;right:18px}.canonical-offer-grid article>small{max-width:75%;color:var(--profile-accent);text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:850}.canonical-offer-grid h3{margin:33px 0 0;font-family:Space Grotesk,sans-serif;font-size:20px;line-height:1.2}.canonical-offer-grid p{color:var(--profile-muted);margin:10px 0 22px;font-size:12px;line-height:1.6}.canonical-offer-bottom{gap:14px;margin-top:auto;display:grid}.canonical-offer-bottom strong{color:var(--profile-accent);font-size:11px}.canonical-offer-bottom button,.canonical-offer-bottom span{min-height:42px;color:var(--profile-text);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0;font-size:11px;font-weight:850;display:flex}.canonical-audience-card{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:18px;grid-template-columns:minmax(220px,.75fr) minmax(0,1.6fr);align-items:center;min-height:280px;display:grid;overflow:hidden}.canonical-audience-visual{border-right:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 83%,var(--profile-accent) 17%);place-items:center;height:100%;padding:30px;display:grid}.canonical-audience-ring{aspect-ratio:1;text-align:center;background:conic-gradient(var(--profile-accent) 0 78%,color-mix(in srgb,var(--profile-border) 75%,transparent) 78% 100%);border-radius:50%;place-content:center;width:150px;display:grid;position:relative}.canonical-audience-ring:before{content:"";background:var(--profile-surface);border-radius:50%;position:absolute;inset:18px}.canonical-audience-ring>*{z-index:1;position:relative}.canonical-audience-ring strong{font-family:Space Grotesk;font-size:29px}.canonical-audience-ring span{max-width:90px;color:var(--profile-muted);font-size:10px}.canonical-audience-data{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;padding:30px;display:grid}.canonical-audience-data>div{gap:4px;display:grid}.canonical-audience-data strong{font-size:18px}.canonical-audience-data span{color:var(--profile-muted);font-size:11px;line-height:1.45}.canonical-audience-cities{grid-column:1/-1}.canonical-audience-data>small{color:var(--profile-muted);grid-column:1/-1;font-size:10px}.canonical-audience-data>button{border:1px solid color-mix(in srgb,var(--profile-accent) 55%,var(--profile-border));min-height:42px;color:var(--profile-accent);cursor:pointer;background:0 0;border-radius:9px;grid-column:1/-1;justify-self:start;align-items:center;gap:8px;padding:0 15px;font-size:11px;font-weight:850;display:inline-flex}.canonical-media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.canonical-media-card{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:15px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.canonical-media-card>img{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.canonical-media-card>div{flex-direction:column;min-height:150px;padding:16px;display:flex}.canonical-media-card strong{margin-top:8px;font-size:14px;line-height:1.35}.canonical-media-card p{-webkit-line-clamp:2;color:var(--profile-muted);-webkit-box-orient:vertical;margin:7px 0;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.canonical-media-card span{color:var(--profile-accent);align-items:center;gap:7px;margin-top:auto;font-size:11px;font-weight:850;display:inline-flex}.canonical-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.canonical-product-card{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:16px;grid-template-columns:150px minmax(0,1fr);min-height:180px;display:grid;overflow:hidden}.canonical-product-card:not(:has(.canonical-product-image)){grid-template-columns:1fr}.canonical-product-image{background:color-mix(in srgb,var(--profile-surface) 75%,var(--profile-border));overflow:hidden}.canonical-product-image img{object-fit:cover;width:100%;height:100%;display:block}.canonical-product-copy{flex-direction:column;min-width:0;padding:19px;display:flex}.canonical-product-copy h3{margin:8px 0 0;font-family:Space Grotesk;font-size:17px;line-height:1.3}.canonical-product-copy p{-webkit-line-clamp:3;color:var(--profile-muted);-webkit-box-orient:vertical;margin:8px 0;font-size:11px;line-height:1.5;display:-webkit-box;overflow:hidden}.canonical-product-copy>div{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:14px;display:flex}.canonical-product-copy>div strong{font-size:12px}.canonical-product-copy>div span{color:var(--profile-accent);text-align:right;align-items:center;gap:6px;font-size:10px;font-weight:850;display:inline-flex}.canonical-links-list{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:14px;overflow:hidden}.canonical-link-row{border-bottom:1px solid var(--profile-border);justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:9px 16px;display:flex}.canonical-link-row:last-child{border-bottom:0}.canonical-link-row:hover,.canonical-link-row:focus-visible{background:color-mix(in srgb,var(--profile-surface) 83%,var(--profile-accent) 17%)}.canonical-link-row>span{grid-template-columns:26px minmax(0,1fr);align-items:center;gap:0 9px;min-width:0;display:grid}.canonical-link-row>span svg{color:var(--profile-accent);grid-row:1/3}.canonical-link-row strong{overflow-wrap:anywhere;font-size:12px}.canonical-link-row small{color:var(--profile-muted);overflow-wrap:anywhere;font-size:10px}.canonical-external-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.canonical-external-card{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:16px;flex-direction:column;min-height:200px;padding:24px;display:flex}.canonical-external-card h3{margin:12px 0 0;font-family:Space Grotesk;font-size:22px}.canonical-external-card p{color:var(--profile-muted);margin:9px 0;font-size:12px;line-height:1.55}.canonical-external-card>span{color:var(--profile-accent);align-items:center;gap:8px;margin-top:auto;font-size:11px;font-weight:850;display:inline-flex}.canonical-contact-section{color:#fff;background:#111113;border:1px solid #2e2e31;border-radius:18px;justify-content:space-between;align-items:center;gap:30px;padding:34px 36px;display:flex;overflow:hidden}.canonical-contact-section small{color:var(--profile-accent);letter-spacing:.12em;font-size:9px;font-weight:900}.canonical-contact-section h2{color:#fff;letter-spacing:-.04em;margin:9px 0 0;font-family:Space Grotesk;font-size:clamp(30px,3vw,45px);line-height:1.05}.canonical-contact-section p{color:#bebbc2;max-width:650px;margin:10px 0 0;font-size:12px;line-height:1.55}.canonical-contact-cta{background:var(--profile-accent);color:#111;cursor:pointer;border:0;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:20px;min-height:48px;padding:0 18px;font-size:12px;font-weight:900;display:inline-flex}.canonical-profile-footer{border-top:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-bg) 96%,var(--profile-surface) 4%);width:100%;max-width:none;min-height:72px;color:var(--profile-muted);margin:0;padding:0;font-size:10px}.canonical-profile-footer-brand{align-items:center;gap:9px;min-width:0;display:flex}.canonical-profile-footer-logo{object-fit:contain;flex:0 0 24px;width:24px;max-width:24px;height:24px;max-height:24px;display:block}.canonical-profile-footer nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px 18px;display:flex}.canonical-profile-footer a,.canonical-profile-footer button{min-height:36px;color:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;line-height:1.35}.canonical-profile-footer a:hover,.canonical-profile-footer button:hover,.canonical-profile-footer a:focus-visible,.canonical-profile-footer button:focus-visible{color:var(--profile-text)}.canonical-profile-footer.is-unbranded .canonical-profile-footer-inner{justify-content:flex-end}.canonical-profile-shell .free-profile-branding{cursor:pointer;background:0 0;border:0}.canonical-profile-detail{width:min(1080px,100% - 40px);color:var(--profile-text);margin:0 auto;padding:44px 0 76px}.canonical-profile-detail .profile-detail-back{border:1px solid var(--profile-border);background:var(--profile-surface);width:max-content;max-width:100%;min-height:42px;color:var(--profile-text);cursor:pointer;border-radius:10px;align-items:center;gap:8px;margin:0 0 42px;padding:0 13px;font-size:12px;font-weight:750;line-height:1;display:inline-flex}.canonical-profile-detail .profile-detail-back:hover,.canonical-profile-detail .profile-detail-back:focus-visible{border-color:color-mix(in srgb,var(--profile-accent) 55%,var(--profile-border))}.canonical-profile-detail .profile-detail-heading{letter-spacing:normal;max-width:900px;margin:0 0 46px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.55}.canonical-profile-detail .profile-detail-heading>span,.canonical-profile-detail .detail-section-title>span,.canonical-profile-detail .offer-intro-panel>div>span,.canonical-profile-detail .profile-detail-cta>div>span{color:var(--profile-accent);letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:900;line-height:1.35;display:block}.canonical-profile-detail .profile-detail-heading h1{max-width:900px;color:var(--profile-text);letter-spacing:-.052em;overflow-wrap:anywhere;margin:12px 0 18px;font-family:Space Grotesk,sans-serif;font-size:clamp(48px,5.7vw,72px);font-weight:650;line-height:1.01}.canonical-profile-detail .profile-detail-heading>p{max-width:760px;color:var(--profile-muted);letter-spacing:normal;overflow-wrap:anywhere;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65}.canonical-profile-detail .profile-detail-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;margin:26px 0 0;display:flex}.canonical-profile-detail .btn{letter-spacing:normal;white-space:normal;border-radius:10px;min-height:46px;padding:0 17px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:13px;font-weight:800;line-height:1.2}.canonical-profile-detail .btn-dark{background:var(--profile-text);border-color:var(--profile-text);color:var(--profile-bg)}.canonical-profile-detail .btn-outline{border-color:var(--profile-border);color:var(--profile-text);background:0 0}.canonical-profile-detail .btn-light{color:#111;background:#fff;border-color:#fff}.canonical-profile-detail .profile-detail-card,.canonical-profile-detail .media-kit-identity,.canonical-profile-detail .offer-intro-panel,.canonical-profile-detail .offer-packages-grid article,.canonical-profile-detail .case-study-list article{background:var(--profile-surface);border-color:var(--profile-border);color:var(--profile-text)}.canonical-profile-detail .profile-detail-card{border:1px solid var(--profile-border);border-radius:18px;margin-top:18px;padding:30px}.canonical-profile-detail .detail-section-title{margin:0 0 24px}.canonical-profile-detail .detail-section-title h2{color:var(--profile-text);margin:8px 0 9px;font-size:clamp(25px,3vw,34px);line-height:1.1}.canonical-profile-detail .detail-section-title p{max-width:760px;color:var(--profile-muted);font-size:14px;line-height:1.6}.canonical-profile-detail .media-kit-identity{border:1px solid var(--profile-border);border-radius:18px;grid-template-columns:160px minmax(0,1fr);align-items:center;gap:28px;padding:28px;display:grid}.canonical-profile-detail .media-kit-identity>img{object-fit:cover;border-radius:16px;width:160px;height:190px}.canonical-profile-detail .media-kit-identity>div>span{color:var(--profile-muted);font-size:12px}.canonical-profile-detail .media-kit-identity h2{color:var(--profile-text);margin:5px 0 9px;font-size:34px;line-height:1.08}.canonical-profile-detail .media-kit-identity p{max-width:700px;color:var(--profile-muted);font-size:14px;line-height:1.6}.canonical-profile-detail .category-pills{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.canonical-profile-detail .category-pills>span{border:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 76%,var(--profile-accent) 24%);border-radius:999px;padding:6px 10px;font-size:10px;font-weight:750}.canonical-profile-detail .profile-social-row{flex-wrap:wrap;gap:7px;margin-top:15px;display:flex}.canonical-profile-detail .profile-social-row a{border:1px solid var(--profile-border);min-height:38px;color:var(--profile-text);background:0 0;border-radius:9px;align-items:center;gap:7px;padding:0 10px;font-size:11px;font-weight:750;display:inline-flex}.canonical-profile-detail .media-kit-stats{border:1px solid var(--profile-border);color:#fff;background:#111113;border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px;display:grid;overflow:hidden}.canonical-profile-detail .media-kit-stats>div{text-align:center;border-right:1px solid #333337;min-height:92px;padding:22px}.canonical-profile-detail .media-kit-stats>div:last-child{border-right:0}.canonical-profile-detail .media-kit-stats strong,.canonical-profile-detail .media-kit-stats span{display:block}.canonical-profile-detail .media-kit-stats strong{font:700 22px/1.15 Space Grotesk,sans-serif}.canonical-profile-detail .media-kit-stats span{color:#aaa5b0;margin-top:5px;font-size:10px;line-height:1.35}.canonical-profile-detail .audience-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.canonical-profile-detail .audience-detail-grid>div{border:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 76%,var(--profile-accent) 24%);border-radius:12px;padding:20px}.canonical-profile-detail .audience-detail-grid strong,.canonical-profile-detail .audience-detail-grid span{display:block}.canonical-profile-detail .audience-detail-grid strong{font:700 25px/1.15 Space Grotesk,sans-serif}.canonical-profile-detail .audience-detail-grid span{color:var(--profile-muted);margin-top:4px;font-size:10px}.canonical-profile-detail .top-cities{border-top:1px solid var(--profile-border);align-items:flex-start;gap:18px;margin-top:22px;padding-top:20px;display:flex}.canonical-profile-detail .top-cities>strong{font-size:12px}.canonical-profile-detail .top-cities>div{flex-wrap:wrap;gap:7px;display:flex}.canonical-profile-detail .top-cities span{border:1px solid var(--profile-border);border-radius:999px;padding:6px 10px;font-size:10px}.canonical-profile-detail .media-format-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:22px;display:grid}.canonical-profile-detail .media-format-grid>div{border:1px solid var(--profile-border);border-radius:11px;align-items:center;gap:9px;padding:14px;font-size:12px;font-weight:750;display:flex}.canonical-profile-detail .media-format-grid svg{color:#56a66a}.canonical-profile-detail .media-cases-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.canonical-profile-detail .media-cases-strip article{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:13px;overflow:hidden}.canonical-profile-detail .media-cases-strip img{aspect-ratio:16/10;object-fit:cover;width:100%}.canonical-profile-detail .media-cases-strip article>div{flex-direction:column;padding:15px;display:flex}.canonical-profile-detail .media-cases-strip span{color:var(--profile-accent);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:850}.canonical-profile-detail .media-cases-strip strong{color:var(--profile-text);margin:5px 0;font-size:15px}.canonical-profile-detail .media-cases-strip small{color:var(--profile-muted);font-size:10px}.canonical-profile-detail .offer-intro-panel{border:1px solid var(--profile-border);border-radius:18px;grid-template-columns:1.15fr .85fr;gap:42px;padding:34px;display:grid}.canonical-profile-detail .offer-intro-panel h2{color:var(--profile-text);margin:8px 0 12px;font-size:clamp(28px,3.2vw,38px);line-height:1.08}.canonical-profile-detail .offer-intro-panel p{color:var(--profile-muted);font-size:14px;line-height:1.65}.canonical-profile-detail .offer-intro-panel ul{flex-direction:column;align-self:center;gap:12px;margin:0;padding:0;list-style:none;display:flex}.canonical-profile-detail .offer-intro-panel li{color:var(--profile-text);align-items:flex-start;gap:9px;font-size:12px;font-weight:750;line-height:1.5;display:flex}.canonical-profile-detail .offer-intro-panel li svg{color:#56a66a;flex:none}.canonical-profile-detail .offer-packages-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.canonical-profile-detail .offer-packages-grid article{border:1px solid var(--profile-border);border-radius:16px;flex-direction:column;min-height:330px;padding:24px;display:flex}.canonical-profile-detail .offer-packages-grid article>span{color:var(--profile-accent);letter-spacing:.09em;text-transform:uppercase;font-size:9px;font-weight:850}.canonical-profile-detail .offer-packages-grid h2{color:var(--profile-text);margin:14px 0 8px;font-size:24px;line-height:1.12}.canonical-profile-detail .offer-packages-grid article>strong{color:var(--profile-accent);font-size:13px}.canonical-profile-detail .offer-packages-grid article>p{color:var(--profile-muted);margin:12px 0 22px;font-size:13px;line-height:1.6}.canonical-profile-detail .offer-packages-grid dl{grid-template-columns:1fr 1fr;gap:10px;margin:0 0 22px;display:grid}.canonical-profile-detail .offer-packages-grid dl div{border-top:1px solid var(--profile-border);padding-top:10px}.canonical-profile-detail .offer-packages-grid dt{color:var(--profile-muted);font-size:9px}.canonical-profile-detail .offer-packages-grid dd{color:var(--profile-text);margin:4px 0 0;font-size:11px;font-weight:750}.canonical-profile-detail .offer-packages-grid .btn{align-self:flex-start;margin-top:auto}.canonical-profile-detail .case-study-list{gap:16px;display:grid}.canonical-profile-detail .case-study-list article{border:1px solid var(--profile-border);border-radius:18px;grid-template-columns:minmax(280px,42%) minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.canonical-profile-detail .case-study-list img{object-fit:cover;width:100%;height:100%;min-height:320px;max-height:520px}.canonical-profile-detail .case-study-list article>div{flex-direction:column;align-items:flex-start;min-width:0;padding:32px;display:flex}.canonical-profile-detail .case-study-list article>div>span{color:var(--profile-accent);letter-spacing:.09em;text-transform:uppercase;font-size:9px;font-weight:850}.canonical-profile-detail .case-study-list h2{color:var(--profile-text);margin:9px 0 11px;font-size:clamp(25px,3vw,34px);line-height:1.1}.canonical-profile-detail .case-study-list p{color:var(--profile-muted);font-size:14px;line-height:1.6}.canonical-profile-detail .case-study-list dl{grid-template-columns:1fr 1fr;gap:18px;width:100%;margin:24px 0;display:grid}.canonical-profile-detail .case-study-list dl div{border-top:1px solid var(--profile-border);padding-top:11px}.canonical-profile-detail .case-study-list dt{color:var(--profile-muted);font-size:9px}.canonical-profile-detail .case-study-list dd{color:var(--profile-text);margin:4px 0 0;font-size:13px;font-weight:750}.canonical-profile-detail .case-study-list .btn{margin-top:auto}.canonical-profile-detail .profile-detail-cta{color:#fff;background:#111113;border:1px solid #2e2e31;border-radius:18px;justify-content:space-between;align-items:center;gap:30px;margin-top:18px;padding:32px;display:flex}.canonical-profile-detail .profile-detail-cta h2{color:#fff;max-width:680px;margin:7px 0 8px;font-size:clamp(27px,3vw,36px);line-height:1.08}.canonical-profile-detail .profile-detail-cta p{color:#aaa5b0;max-width:680px;font-size:13px;line-height:1.6}.profile-action-wrap{position:relative}.canonical-profile-shell .profile-more-button{width:40px;color:var(--profile-text);place-items:center;padding:0;display:grid}.profile-action-backdrop{z-index:109;cursor:default;background:0 0;border:0;position:fixed;inset:0}.canonical-profile-action-sheet{z-index:110;overscroll-behavior:contain;border:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 97%,transparent);width:min(276px,100vw - 32px);max-height:min(70vh,560px);color:var(--profile-text);-webkit-backdrop-filter:blur(18px);border-radius:14px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;overflow:auto;box-shadow:0 22px 64px #0000002e}.canonical-profile-action-sheet button{width:100%;min-height:44px;color:var(--profile-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;gap:11px;padding:0 12px;display:flex}.canonical-profile-action-sheet nav button>span{align-items:center;gap:10px;min-width:0;display:flex}.canonical-profile-action-sheet button:hover,.canonical-profile-action-sheet button:focus-visible,.canonical-profile-action-sheet button.active{background:color-mix(in srgb,var(--profile-surface) 78%,var(--profile-accent) 22%)}.canonical-profile-action-sheet button.active{font-weight:850}.canonical-profile-action-sheet .danger{color:#c85f55}.profile-action-sheet-head{display:none}.profile-action-sheet-actions,.profile-action-sheet-language{border-top:1px solid var(--profile-border);margin-top:7px;padding-top:7px}.profile-action-sheet-language{display:none}.profile-action-sheet-language button span{flex:1}.profile-action-sheet-language button strong{color:var(--profile-muted);font-size:10px}.canonical-preview-modal .profile-preview-modal-toolbar{justify-content:space-between;align-items:center;gap:15px;display:flex}.canonical-preview-control-groups{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.canonical-preview-modal .profile-preview-viewport-switch{border:1px solid var(--linku-border);background:var(--linku-bg);border-radius:10px;align-items:center;gap:2px;padding:3px;display:flex}.canonical-preview-modal .profile-preview-viewport-switch button{min-height:34px;color:var(--linku-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 10px;font-size:11px;font-weight:800}.canonical-preview-modal .profile-preview-viewport-switch button.active{background:var(--linku-black);color:#fff}.canonical-preview-modal .profile-preview-modal-stage.is-desktop{width:min(1180px,100%)}.canonical-preview-modal .profile-preview-modal-stage.is-mobile{width:390px;max-width:100%}.canonical-preview-modal .profile-preview-modal-scroll{overscroll-behavior:contain;scroll-behavior:auto;height:100%;overflow:auto}.canonical-preview-modal .is-embedded-profile{min-height:100%}.canonical-preview-modal .is-embedded-profile>.canonical-profile-top{position:static;top:auto}.canonical-preview-modal .profile-preview-modal-stage.is-mobile .canonical-profile-renderer{width:calc(100% - 32px)}.language-switch{border:1px solid var(--linku-border);min-width:38px;min-height:36px;color:var(--linku-text);cursor:pointer;background:0 0;border-radius:9px;justify-content:center;align-items:center;gap:4px;padding:0 9px;font-size:11px;font-weight:850;display:inline-flex}.main-nav .mobile-language-switch,.canonical-growth-bar{display:none}.canonical-video-modal{gap:16px;display:grid}.canonical-video-stage{aspect-ratio:16/9;border:1px solid var(--linku-border);background:#09090a;border-radius:14px;width:100%;position:relative;overflow:hidden}.canonical-video-stage iframe,.canonical-video-stage video{object-fit:contain;background:#000;border:0;width:100%;height:100%;display:block}.canonical-video-fallback{text-align:center;color:#fff;place-content:center;justify-items:center;gap:9px;height:100%;padding:30px;display:grid}.canonical-video-fallback p{color:#aaa5b0;max-width:520px;margin:0}.canonical-video-description{color:var(--linku-muted);margin:0;line-height:1.6}.canonical-video-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.canonical-video-actions>a{align-items:center;gap:8px;min-height:44px;padding:0 16px;text-decoration:none;display:inline-flex}@media (width<=1020px){.canonical-hero-grid{grid-template-columns:minmax(250px,340px) minmax(0,1fr);gap:42px}.canonical-desktop-identity h1{font-size:clamp(42px,5.5vw,60px)}.canonical-overview-block{grid-template-columns:1fr}.canonical-overview-label{border-right:0;border-bottom:1px solid var(--profile-border);padding:12px 16px}.canonical-overview-grid{grid-template-columns:repeat(2,1fr)}.canonical-overview-grid>div:nth-child(2n){border-right:0}.canonical-overview-brief{border-left:0;border-top:1px solid var(--profile-border);min-height:48px}.canonical-work-grid{grid-template-columns:1.35fr 1fr}.canonical-work-grid>.is-featured{grid-row:1/3;grid-template-columns:1fr}.canonical-work-grid>.is-featured .canonical-work-media{min-height:260px}.canonical-work-grid>.is-featured .canonical-work-copy{min-height:220px}.canonical-offer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.canonical-growth-bar{border-bottom:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 93%,var(--profile-accent) 7%);width:100%;min-height:40px;color:var(--profile-text);align-items:stretch;display:flex}.canonical-growth-bar-main{min-width:0;min-height:40px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:9px;padding:0 8px 0 16px;font-size:11px;font-weight:800;display:flex}.canonical-growth-bar-main:disabled{cursor:default}.canonical-growth-bar-main img{flex:0 0 18px;width:18px;height:18px}.canonical-growth-bar-main span{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.canonical-growth-bar-main svg{color:var(--profile-accent)}.canonical-growth-bar-close{width:44px;min-height:40px;color:var(--profile-muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.canonical-growth-bar-close:hover,.canonical-growth-bar-close:focus-visible{color:var(--profile-text);background:color-mix(in srgb,var(--profile-surface) 75%,var(--profile-accent) 25%)}.canonical-profile-top{height:60px}.canonical-profile-top-inner{width:calc(100% - 32px)}.canonical-profile-shell .profile-view-nav,.canonical-share-button span{display:none}.canonical-share-button{justify-content:center;width:40px;padding:0}.canonical-profile-renderer{gap:48px;width:calc(100% - 36px);padding:28px 0 92px}.canonical-profile-intro{gap:20px}.canonical-hero-grid{display:block}.canonical-portrait-frame,.canonical-desktop-identity{display:none}.canonical-mobile-identity{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:16px;width:100%;display:grid}.canonical-mobile-avatar{aspect-ratio:4/5;border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:14px;width:88px;overflow:hidden}.canonical-mobile-avatar img{object-fit:cover;transform-origin:50%;width:100%;height:100%}.canonical-mobile-identity .canonical-role{margin-bottom:7px;font-size:9px}.canonical-mobile-identity h1{letter-spacing:-.05em;font-size:clamp(29px,9vw,39px);line-height:1.02}.canonical-mobile-identity .canonical-handle{margin-top:6px;font-size:12px}.canonical-bio{margin-top:22px;font-size:14px;line-height:1.67}.canonical-social-icons{margin-top:14px}.canonical-social-icon{width:42px;height:42px}.canonical-topic-pills,.canonical-location{margin-top:13px}.canonical-hero-actions{grid-template-columns:1fr;gap:8px;margin-top:20px;display:grid}.canonical-hero-cta{width:100%;min-height:48px}.canonical-overview-block{grid-template-columns:1fr}.canonical-overview-label{border-right:0;border-bottom:1px solid var(--profile-border);padding:12px 14px}.canonical-overview-grid,.canonical-overview-grid.count-1,.canonical-overview-grid.count-2,.canonical-overview-grid.count-3{grid-template-columns:repeat(2,minmax(0,1fr))}.canonical-overview-grid>div{border-right:1px solid var(--profile-border);border-bottom:1px solid var(--profile-border);min-height:88px;padding:14px}.canonical-overview-grid>div:nth-child(2n){border-right:0}.canonical-overview-grid>div:nth-last-child(-n+2){border-bottom:0}.canonical-overview-grid.count-1>div,.canonical-overview-grid.count-3>div:last-child{border-bottom:0;border-right:0;grid-column:1/-1}.canonical-overview-grid strong{font-size:16px}.canonical-overview-brief{border-left:0;border-top:1px solid var(--profile-border);min-height:48px}.canonical-pinned-media-card{grid-template-columns:1fr}.canonical-pinned-media-image{aspect-ratio:16/9;min-height:0}.canonical-pinned-media-copy{padding:20px}.canonical-pinned-media-copy h2{font-size:23px}.canonical-section-heading{align-items:flex-start}.canonical-section-heading>button{margin-top:2px}.canonical-section-heading h2{font-size:30px}.canonical-section-heading p{font-size:12px}.canonical-work-grid,.canonical-work-grid.count-1,.canonical-work-grid.count-2{grid-template-rows:auto;grid-template-columns:1fr;gap:10px;display:grid;overflow:visible}.canonical-work-grid>article,.canonical-work-grid>button,.canonical-work-grid>.is-featured{grid-row:auto;grid-template-columns:1fr}.canonical-work-grid>article:not(.is-featured),.canonical-work-grid>button:not(.is-featured){grid-template-columns:110px minmax(0,1fr)}.canonical-work-grid>.is-featured .canonical-work-media{min-height:240px}.canonical-work-grid>article:not(.is-featured) .canonical-work-media,.canonical-work-grid>button:not(.is-featured) .canonical-work-media{min-height:150px}.canonical-work-copy{padding:16px}.canonical-work-grid>.is-featured h3{font-size:20px}.canonical-work-grid>article:not(.is-featured) h3,.canonical-work-grid>button:not(.is-featured) h3{font-size:14px}.canonical-work-grid>article:not(.is-featured) p,.canonical-work-grid>button:not(.is-featured) p{display:none}.canonical-offer-grid{grid-template-columns:1fr}.canonical-offer-grid article{min-height:220px}.canonical-audience-card{grid-template-columns:1fr}.canonical-audience-visual{border-right:0;border-bottom:1px solid var(--profile-border);min-height:210px}.canonical-audience-data{gap:16px;padding:22px}.canonical-media-grid{grid-template-columns:1fr 1fr}.canonical-products-grid{grid-template-columns:1fr}.canonical-product-card{grid-template-columns:110px minmax(0,1fr);min-height:150px}.canonical-product-copy{padding:15px}.canonical-product-copy p{-webkit-line-clamp:2}.canonical-product-copy>div{align-items:flex-end}.canonical-external-grid{grid-template-columns:1fr}.canonical-external-card{min-height:170px}.canonical-contact-section{flex-direction:column;align-items:stretch;padding:26px 22px}.canonical-contact-section h2{font-size:31px}.canonical-contact-cta{width:100%}.canonical-profile-footer-inner{width:calc(100% - 36px);padding:18px 0 calc(22px + env(safe-area-inset-bottom));flex-direction:column;align-items:flex-start}.canonical-profile-footer nav{justify-content:flex-start}.canonical-profile-detail{width:calc(100% - 36px);padding:26px 0 64px}.canonical-profile-detail .profile-detail-back{margin-bottom:30px}.canonical-profile-detail .profile-detail-heading{margin-bottom:32px}.canonical-profile-detail .profile-detail-heading h1{font-size:clamp(34px,10vw,44px);line-height:1.04}.canonical-profile-detail .profile-detail-heading>p{font-size:14px;line-height:1.62}.canonical-profile-detail .profile-detail-actions{flex-direction:column;align-items:stretch}.canonical-profile-detail .profile-detail-actions .btn{width:100%}.canonical-profile-detail .media-kit-identity{text-align:center;grid-template-columns:1fr;padding:22px 18px}.canonical-profile-detail .media-kit-identity>img{width:122px;height:150px;margin:auto}.canonical-profile-detail .media-kit-identity .category-pills,.canonical-profile-detail .media-kit-identity .profile-social-row{justify-content:center}.canonical-profile-detail .media-kit-stats{grid-template-columns:1fr 1fr}.canonical-profile-detail .media-kit-stats>div{border-bottom:1px solid #333337;min-height:82px;padding:17px 10px}.canonical-profile-detail .media-kit-stats>div:nth-child(2){border-right:0}.canonical-profile-detail .media-kit-stats>div:nth-last-child(-n+2){border-bottom:0}.canonical-profile-detail .profile-detail-card{padding:22px 18px}.canonical-profile-detail .audience-detail-grid,.canonical-profile-detail .media-format-grid,.canonical-profile-detail .media-cases-strip{grid-template-columns:1fr}.canonical-profile-detail .offer-intro-panel{grid-template-columns:1fr;gap:24px;padding:24px 19px}.canonical-profile-detail .offer-packages-grid{grid-template-columns:1fr}.canonical-profile-detail .offer-packages-grid article{min-height:0;padding:22px 18px}.canonical-profile-detail .offer-packages-grid .btn{width:100%}.canonical-profile-detail .case-study-list article{grid-template-columns:1fr}.canonical-profile-detail .case-study-list img{height:250px;min-height:0;max-height:none}.canonical-profile-detail .case-study-list article>div{padding:23px 19px}.canonical-profile-detail .case-study-list .btn{width:100%}.canonical-profile-detail .profile-detail-cta{flex-direction:column;align-items:stretch;padding:26px 21px}.canonical-profile-detail .profile-detail-cta .btn{width:100%}.profile-action-backdrop{background:#08080a6b}.profile-action-wrap{position:static}.canonical-profile-action-sheet{overscroll-behavior:contain;width:100%;max-height:min(76dvh,640px);padding:10px 16px calc(16px + env(safe-area-inset-bottom));border-bottom:0;border-left:0;border-right:0;border-radius:20px 20px 0 0;position:fixed;inset:auto 0 0;overflow:auto}.profile-action-sheet-head{border-bottom:1px solid var(--profile-border);justify-content:space-between;align-items:center;min-height:52px;padding:2px 4px 8px;font-weight:850;display:flex}.profile-action-sheet-head>div{align-items:baseline;gap:8px;min-width:0;display:flex}.profile-action-sheet-head strong{font-size:14px;line-height:1.25}.profile-action-sheet-head small{color:var(--profile-muted);font-size:10px;line-height:1.25}.profile-action-sheet-head button{justify-content:center;width:40px;min-height:40px;padding:0}.canonical-profile-action-sheet button{min-height:48px}.profile-action-sheet-language{display:block}.canonical-profile-language{display:none}.canonical-preview-modal .profile-preview-modal-toolbar{flex-direction:column;align-items:stretch}.canonical-preview-control-groups{flex-wrap:nowrap;padding-bottom:2px;overflow:auto}.canonical-preview-modal .profile-preview-viewport-switch{flex:none}.canonical-preview-modal .profile-preview-modal-stage.is-mobile{width:100%}}@media (width<=430px){.canonical-profile-top-inner{width:calc(100% - 28px)}.canonical-profile-renderer{width:calc(100% - 32px)}.canonical-mobile-identity{grid-template-columns:86px minmax(0,1fr);gap:14px}.canonical-mobile-avatar{width:86px}.canonical-mobile-identity h1{font-size:clamp(27px,8.5vw,36px)}.canonical-section-heading{gap:12px}.canonical-section-heading>button{font-size:10px}.canonical-media-grid{grid-template-columns:1fr}}@media (width<=360px){.canonical-profile-renderer{width:calc(100% - 28px)}.canonical-profile-top-inner{width:calc(100% - 24px)}.canonical-mobile-identity{grid-template-columns:82px minmax(0,1fr);gap:12px}.canonical-mobile-avatar{width:82px}.canonical-mobile-identity h1{font-size:26px}.canonical-mobile-identity .canonical-role{font-size:8px}.canonical-social-icons{gap:2px}.canonical-social-icon{width:40px;height:40px}.canonical-overview-grid,.canonical-overview-grid.count-1,.canonical-overview-grid.count-2,.canonical-overview-grid.count-3{grid-template-columns:1fr}.canonical-overview-grid>div{border-right:0;border-bottom:1px solid var(--profile-border);min-height:70px;padding:12px}.canonical-overview-grid>div:last-child{border-bottom:0}.canonical-overview-grid strong{font-size:15px}.canonical-overview-grid span{font-size:9px}.canonical-work-grid>article:not(.is-featured),.canonical-work-grid>button:not(.is-featured){grid-template-columns:96px minmax(0,1fr)}.canonical-product-card{grid-template-columns:92px minmax(0,1fr)}.canonical-product-copy{padding:13px}.canonical-product-copy h3{font-size:15px}.canonical-product-copy>div{gap:6px;display:grid}.canonical-product-copy>div span{text-align:left}}@media (prefers-reduced-motion:reduce){.canonical-profile-shell *,.canonical-profile-shell :before,.canonical-profile-shell :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.canonical-profile-language{border:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 70%,transparent);height:36px;color:var(--profile-muted);border-radius:999px;align-items:center;gap:5px;padding:3px 6px;font-size:9px;font-weight:900;display:inline-flex}.canonical-profile-language span{border-radius:999px;place-items:center;min-width:24px;height:26px;display:grid}.canonical-profile-language span.active{background:var(--profile-text);color:var(--profile-bg)}.profile-variant-dark .canonical-profile-language span.active{background:var(--profile-accent);color:#111}.canonical-profile-language i{background:var(--profile-border);width:1px;height:14px}.canonical-profile-language:hover,.canonical-profile-language:focus-visible{border-color:color-mix(in srgb,var(--profile-accent) 60%,var(--profile-border))}.canonical-profile-shell .canonical-profile-footer,.canonical-profile-shell .canonical-profile-detail,.canonical-profile-shell .canonical-profile-detail *{box-sizing:border-box}.canonical-profile-shell.profile-variant-dark .canonical-profile-footer{background:color-mix(in srgb,var(--profile-bg) 96%,var(--profile-surface) 4%);color:var(--profile-muted);border-color:var(--profile-border)}.canonical-profile-shell.profile-variant-dark .canonical-profile-footer-logo{filter:none}.canonical-profile-shell.profile-variant-dark .canonical-profile-detail .btn-outline{color:var(--profile-text);border-color:var(--profile-border);background:0 0}.canonical-profile-shell.profile-variant-dark .canonical-profile-detail .profile-detail-card,.canonical-profile-shell.profile-variant-dark .canonical-profile-detail .media-kit-identity,.canonical-profile-shell.profile-variant-dark .canonical-profile-detail .offer-intro-panel,.canonical-profile-shell.profile-variant-dark .canonical-profile-detail .offer-packages-grid article,.canonical-profile-shell.profile-variant-dark .canonical-profile-detail .case-study-list article{background:var(--profile-surface);border-color:var(--profile-border);color:var(--profile-text)}.canonical-profile-shell .canonical-profile-detail button,.canonical-profile-shell .canonical-profile-detail a{letter-spacing:normal;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.canonical-profile-shell .canonical-profile-detail h1,.canonical-profile-shell .canonical-profile-detail h2,.canonical-profile-shell .canonical-profile-detail h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.main-nav .mobile-language-switch{display:none}@media (width<=760px){.main-nav.open .mobile-language-switch{justify-content:space-between;width:100%;min-height:48px;margin-top:12px;padding:0 12px;display:flex}.main-nav.open .mobile-language-switch small{color:var(--linku-muted);font-size:12px}.canonical-profile-language{display:none}}.canonical-profile-shell.is-embedded-profile{container:profile-preview/inline-size}@container profile-preview (width<=760px){.canonical-growth-bar{border-bottom:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 93%,var(--profile-accent) 7%);width:100%;min-height:40px;color:var(--profile-text);align-items:stretch;display:flex}.canonical-growth-bar-main{min-width:0;min-height:40px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:9px;padding:0 8px 0 16px;font-size:11px;font-weight:800;display:flex}.canonical-growth-bar-main:disabled{cursor:default}.canonical-growth-bar-main img{flex:0 0 18px;width:18px;height:18px}.canonical-growth-bar-main span{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.canonical-growth-bar-main svg{color:var(--profile-accent)}.canonical-growth-bar-close{width:44px;min-height:40px;color:var(--profile-muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.canonical-growth-bar-close:hover,.canonical-growth-bar-close:focus-visible{color:var(--profile-text);background:color-mix(in srgb,var(--profile-surface) 75%,var(--profile-accent) 25%)}.canonical-profile-top{height:60px}.canonical-profile-top-inner{width:calc(100% - 32px)}.canonical-profile-shell .profile-view-nav,.canonical-share-button span{display:none}.canonical-share-button{justify-content:center;width:40px;padding:0}.canonical-profile-renderer{gap:48px;width:calc(100% - 36px);padding:28px 0 92px}.canonical-profile-intro{gap:20px}.canonical-hero-grid{display:block}.canonical-portrait-frame,.canonical-desktop-identity{display:none}.canonical-mobile-identity{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:16px;width:100%;display:grid}.canonical-mobile-avatar{aspect-ratio:4/5;border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:14px;width:88px;overflow:hidden}.canonical-mobile-avatar img{object-fit:cover;transform-origin:50%;width:100%;height:100%}.canonical-mobile-identity .canonical-role{margin-bottom:7px;font-size:9px}.canonical-mobile-identity h1{letter-spacing:-.05em;font-size:clamp(29px,9vw,39px);line-height:1.02}.canonical-mobile-identity .canonical-handle{margin-top:6px;font-size:12px}.canonical-bio{margin-top:22px;font-size:14px;line-height:1.67}.canonical-social-icons{margin-top:14px}.canonical-social-icon{width:42px;height:42px}.canonical-topic-pills,.canonical-location{margin-top:13px}.canonical-hero-actions{grid-template-columns:1fr;gap:8px;margin-top:20px;display:grid}.canonical-hero-cta{width:100%;min-height:48px}.canonical-overview-block{grid-template-columns:1fr}.canonical-overview-label{border-right:0;border-bottom:1px solid var(--profile-border);padding:12px 14px}.canonical-overview-grid,.canonical-overview-grid.count-1,.canonical-overview-grid.count-2,.canonical-overview-grid.count-3{grid-template-columns:repeat(2,minmax(0,1fr))}.canonical-overview-grid>div{border-right:1px solid var(--profile-border);border-bottom:1px solid var(--profile-border);min-height:88px;padding:14px}.canonical-overview-grid>div:nth-child(2n){border-right:0}.canonical-overview-grid>div:nth-last-child(-n+2){border-bottom:0}.canonical-overview-grid.count-1>div,.canonical-overview-grid.count-3>div:last-child{border-bottom:0;border-right:0;grid-column:1/-1}.canonical-overview-grid strong{font-size:16px}.canonical-overview-brief{border-left:0;border-top:1px solid var(--profile-border);min-height:48px}.canonical-pinned-media-card{grid-template-columns:1fr}.canonical-pinned-media-image{aspect-ratio:16/9;min-height:0}.canonical-pinned-media-copy{padding:20px}.canonical-pinned-media-copy h2{font-size:23px}.canonical-section-heading{align-items:flex-start}.canonical-section-heading>button{margin-top:2px}.canonical-section-heading h2{font-size:30px}.canonical-section-heading p{font-size:12px}.canonical-work-grid,.canonical-work-grid.count-1,.canonical-work-grid.count-2{grid-template-rows:auto;grid-template-columns:1fr;gap:10px;display:grid;overflow:visible}.canonical-work-grid>article,.canonical-work-grid>button,.canonical-work-grid>.is-featured{grid-row:auto;grid-template-columns:1fr}.canonical-work-grid>article:not(.is-featured),.canonical-work-grid>button:not(.is-featured){grid-template-columns:110px minmax(0,1fr)}.canonical-work-grid>.is-featured .canonical-work-media{min-height:240px}.canonical-work-grid>article:not(.is-featured) .canonical-work-media,.canonical-work-grid>button:not(.is-featured) .canonical-work-media{min-height:150px}.canonical-work-copy{padding:16px}.canonical-work-grid>.is-featured h3{font-size:20px}.canonical-work-grid>article:not(.is-featured) h3,.canonical-work-grid>button:not(.is-featured) h3{font-size:14px}.canonical-work-grid>article:not(.is-featured) p,.canonical-work-grid>button:not(.is-featured) p{display:none}.canonical-offer-grid{grid-template-columns:1fr}.canonical-offer-grid article{min-height:220px}.canonical-audience-card{grid-template-columns:1fr}.canonical-audience-visual{border-right:0;border-bottom:1px solid var(--profile-border);min-height:210px}.canonical-audience-data{gap:16px;padding:22px}.canonical-media-grid{grid-template-columns:1fr 1fr}.canonical-products-grid{grid-template-columns:1fr}.canonical-product-card{grid-template-columns:110px minmax(0,1fr);min-height:150px}.canonical-product-copy{padding:15px}.canonical-product-copy p{-webkit-line-clamp:2}.canonical-product-copy>div{align-items:flex-end}.canonical-external-grid{grid-template-columns:1fr}.canonical-external-card{min-height:170px}.canonical-contact-section{flex-direction:column;align-items:stretch;padding:26px 22px}.canonical-contact-section h2{font-size:31px}.canonical-contact-cta{width:100%}.canonical-profile-footer-inner{width:calc(100% - 36px);padding:18px 0 calc(22px + env(safe-area-inset-bottom));flex-direction:column;align-items:flex-start}.canonical-profile-footer nav{justify-content:flex-start}.canonical-profile-detail{width:calc(100% - 36px);padding:26px 0 64px}.canonical-profile-detail .profile-detail-back{margin-bottom:30px}.canonical-profile-detail .profile-detail-heading{margin-bottom:32px}.canonical-profile-detail .profile-detail-heading h1{font-size:clamp(34px,10vw,44px);line-height:1.04}.canonical-profile-detail .profile-detail-heading>p{font-size:14px;line-height:1.62}.canonical-profile-detail .profile-detail-actions{flex-direction:column;align-items:stretch}.canonical-profile-detail .profile-detail-actions .btn{width:100%}.canonical-profile-detail .media-kit-identity{text-align:center;grid-template-columns:1fr;padding:22px 18px}.canonical-profile-detail .media-kit-identity>img{width:122px;height:150px;margin:auto}.canonical-profile-detail .media-kit-identity .category-pills,.canonical-profile-detail .media-kit-identity .profile-social-row{justify-content:center}.canonical-profile-detail .media-kit-stats{grid-template-columns:1fr 1fr}.canonical-profile-detail .media-kit-stats>div{border-bottom:1px solid #333337;min-height:82px;padding:17px 10px}.canonical-profile-detail .media-kit-stats>div:nth-child(2){border-right:0}.canonical-profile-detail .media-kit-stats>div:nth-last-child(-n+2){border-bottom:0}.canonical-profile-detail .profile-detail-card{padding:22px 18px}.canonical-profile-detail .audience-detail-grid,.canonical-profile-detail .media-format-grid,.canonical-profile-detail .media-cases-strip{grid-template-columns:1fr}.canonical-profile-detail .offer-intro-panel{grid-template-columns:1fr;gap:24px;padding:24px 19px}.canonical-profile-detail .offer-packages-grid{grid-template-columns:1fr}.canonical-profile-detail .offer-packages-grid article{min-height:0;padding:22px 18px}.canonical-profile-detail .offer-packages-grid .btn{width:100%}.canonical-profile-detail .case-study-list article{grid-template-columns:1fr}.canonical-profile-detail .case-study-list img{height:250px;min-height:0;max-height:none}.canonical-profile-detail .case-study-list article>div{padding:23px 19px}.canonical-profile-detail .case-study-list .btn{width:100%}.canonical-profile-detail .profile-detail-cta{flex-direction:column;align-items:stretch;padding:26px 21px}.canonical-profile-detail .profile-detail-cta .btn{width:100%}.profile-action-backdrop{background:#08080a6b}.profile-action-wrap{position:static}.canonical-profile-action-sheet{overscroll-behavior:contain;width:100%;max-height:min(76dvh,640px);padding:10px 16px calc(16px + env(safe-area-inset-bottom));border-bottom:0;border-left:0;border-right:0;border-radius:20px 20px 0 0;position:fixed;inset:auto 0 0;overflow:auto}.profile-action-sheet-head{border-bottom:1px solid var(--profile-border);justify-content:space-between;align-items:center;min-height:52px;padding:2px 4px 8px;font-weight:850;display:flex}.profile-action-sheet-head>div{align-items:baseline;gap:8px;min-width:0;display:flex}.profile-action-sheet-head strong{font-size:14px;line-height:1.25}.profile-action-sheet-head small{color:var(--profile-muted);font-size:10px;line-height:1.25}.profile-action-sheet-head button{justify-content:center;width:40px;min-height:40px;padding:0}.canonical-profile-action-sheet button{min-height:48px}.profile-action-sheet-language{display:block}.canonical-profile-language{display:none}.canonical-preview-modal .profile-preview-modal-toolbar{flex-direction:column;align-items:stretch}.canonical-preview-control-groups{flex-wrap:nowrap;padding-bottom:2px;overflow:auto}.canonical-preview-modal .profile-preview-viewport-switch{flex:none}.canonical-preview-modal .profile-preview-modal-stage.is-mobile{width:100%}}@container profile-preview (width<=430px){.canonical-profile-top-inner{width:calc(100% - 28px)}.canonical-profile-renderer{width:calc(100% - 32px)}.canonical-mobile-identity{grid-template-columns:86px minmax(0,1fr);gap:14px}.canonical-mobile-avatar{width:86px}.canonical-mobile-identity h1{font-size:clamp(27px,8.5vw,36px)}.canonical-section-heading{gap:12px}.canonical-section-heading>button{font-size:10px}.canonical-media-grid{grid-template-columns:1fr}}@container profile-preview (width<=360px){.canonical-profile-renderer{width:calc(100% - 28px)}.canonical-profile-top-inner{width:calc(100% - 24px)}.canonical-mobile-identity{grid-template-columns:82px minmax(0,1fr);gap:12px}.canonical-mobile-avatar{width:82px}.canonical-mobile-identity h1{font-size:26px}.canonical-mobile-identity .canonical-role{font-size:8px}.canonical-social-icons{gap:2px}.canonical-social-icon{width:40px;height:40px}.canonical-overview-grid,.canonical-overview-grid.count-1,.canonical-overview-grid.count-2,.canonical-overview-grid.count-3{grid-template-columns:1fr}.canonical-overview-grid>div{border-right:0;border-bottom:1px solid var(--profile-border);min-height:70px;padding:12px}.canonical-overview-grid>div:last-child{border-bottom:0}.canonical-overview-grid strong{font-size:15px}.canonical-overview-grid span{font-size:9px}.canonical-work-grid>article:not(.is-featured),.canonical-work-grid>button:not(.is-featured){grid-template-columns:96px minmax(0,1fr)}.canonical-product-card{grid-template-columns:92px minmax(0,1fr)}.canonical-product-copy{padding:13px}.canonical-product-copy h3{font-size:15px}.canonical-product-copy>div{gap:6px;display:grid}.canonical-product-copy>div span{text-align:left}}@container profile-preview (width<=760px){.canonical-profile-language{display:none}}body.profile-video-open{overscroll-behavior:none;overflow:hidden}.canonical-video-lightbox{z-index:240;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08080aa8;place-items:center;display:grid;position:fixed;inset:0}.canonical-video-dialog{border:1px solid var(--linku-border);color:#111;background:#fff;border-radius:18px;outline:none;flex-direction:column;width:min(960px,100vw - 32px);max-height:min(90dvh,780px);display:flex;overflow:hidden;box-shadow:0 30px 100px #00000057}.canonical-video-head{border-bottom:1px solid var(--linku-border);background:#fff;align-items:center;gap:16px;min-height:62px;padding:10px 18px;display:flex}.canonical-video-head h2{overflow-wrap:anywhere;min-width:0;margin:0;font-size:20px;line-height:1.25}.canonical-video-head .icon-btn{flex:none;margin-left:auto}.canonical-video-body{overscroll-behavior:contain;min-height:0;padding:0 20px 20px;overflow:auto}@media (width<=760px){.canonical-video-lightbox{padding:12px max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.canonical-video-dialog{border-radius:18px;width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.canonical-video-head{min-height:56px;padding:8px 14px}.canonical-video-head h2{font-size:16px;line-height:1.3}.canonical-video-body{padding:0 14px 14px}.canonical-video-modal{gap:12px}.canonical-video-description{font-size:13px;line-height:1.5}.canonical-video-actions{justify-content:stretch}.canonical-video-actions>a{width:100%}}.canonical-profile-top.is-mobile .profile-view-nav,.canonical-profile-top.is-mobile .canonical-profile-language,.canonical-profile-top.is-mobile .canonical-share-button span{display:none}.canonical-profile-top.is-mobile .canonical-share-button{justify-content:center;width:40px;padding:0}.canonical-profile-top.is-desktop .profile-view-nav{display:flex}.canonical-profile-top.is-desktop .canonical-profile-language{display:inline-flex}.canonical-profile-language{border:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 82%,transparent);border-radius:10px;align-items:center;gap:2px;height:36px;padding:3px}.canonical-profile-language button,.canonical-profile-language span{min-width:31px;height:28px;color:var(--profile-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0 7px;font-size:10px;font-weight:850;display:grid}.canonical-profile-language button.active,.canonical-profile-language span.active{background:color-mix(in srgb,var(--profile-accent) 18%,var(--profile-surface));color:var(--profile-text);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--profile-accent) 35%,transparent)}.profile-variant-dark .canonical-profile-language button.active,.profile-variant-dark .canonical-profile-language span.active{background:color-mix(in srgb,var(--profile-accent) 20%,var(--profile-surface));color:var(--profile-text)}.canonical-profile-action-sheet.is-desktop-dropdown{border:1px solid var(--profile-border);border-radius:14px;width:min(276px,100vw - 32px);padding:8px;position:absolute;inset:calc(100% + 10px) 0 auto auto}.canonical-profile-action-sheet.is-mobile-sheet{width:100%;max-height:min(76dvh,640px);padding:10px 16px calc(16px + env(safe-area-inset-bottom));border-bottom:0;border-left:0;border-right:0;border-radius:20px 20px 0 0;position:fixed;inset:auto 0 0}.profile-action-wrap.is-desktop{position:relative}.profile-action-wrap.is-mobile{position:static}.profile-action-backdrop.is-desktop{background:0 0}.profile-action-backdrop.is-mobile{background:#08080a6b}.canonical-profile-action-sheet.is-desktop-dropdown .profile-action-sheet-head,.canonical-profile-action-sheet.is-desktop-dropdown nav,.canonical-profile-action-sheet.is-desktop-dropdown .profile-action-sheet-language{display:none}.canonical-profile-action-sheet.is-desktop-dropdown .profile-action-sheet-actions{border-top:0;margin-top:0;padding-top:0}.profile-preview-canvas{contain:layout paint;isolation:isolate;position:relative;transform:translateZ(0);container-type:inline-size}.profile-preview-canvas .profile-action-backdrop.is-embedded{position:fixed;inset:0}.profile-preview-canvas .canonical-profile-action-sheet.is-embedded-sheet.is-mobile-sheet{position:fixed;inset:auto 0 0}.profile-preview-canvas .canonical-profile-action-sheet.is-embedded-sheet.is-desktop-dropdown{position:absolute;top:calc(100% + 10px);bottom:auto;right:0}.canonical-growth-bar-main{text-align:center;justify-content:center;padding-left:12px}.canonical-growth-bar-main span{flex:0 auto}.canonical-growth-bar-main img{display:none}.canonical-pinned-media-card{max-height:420px}.canonical-pinned-media-image{aspect-ratio:16/9;min-height:300px;max-height:420px}.canonical-pinned-media-copy{min-height:300px;max-height:420px}.canonical-profile-shell .inquiry-actions .btn,.canonical-profile-shell .inquiry-actions .btn-dark{min-height:48px;font-size:14px;line-height:1.2}.canonical-profile-shell .inquiry-actions .btn-dark{color:#fff;background:#111;border-color:#111}.canonical-profile-shell .inquiry-actions .btn-dark:disabled{color:#d8d5dd;opacity:1;background:#2a2a2c;border-color:#2a2a2c}.profile-variant-dark .canonical-profile-shell .inquiry-actions .btn-dark,.profile-variant-dark .inquiry-actions .btn-dark{background:var(--profile-accent);border-color:var(--profile-accent);color:#111}.canonical-preview-controls{flex-wrap:wrap;align-items:flex-end;gap:10px;margin:12px 0 16px;display:flex}.canonical-preview-control-group{gap:5px;display:grid}.canonical-preview-control-group>span{color:var(--linku-muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.canonical-preview-control-group>div{border:1px solid var(--linku-border);background:var(--linku-bg);border-radius:10px;gap:2px;padding:3px;display:flex}.canonical-preview-control-group button{min-height:34px;color:var(--linku-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 11px;font-size:11px;font-weight:800}.canonical-preview-control-group button.active{background:var(--linku-black);color:#fff}.canonical-preview-control-group button:disabled{opacity:.45;cursor:not-allowed}.canonical-preview-open-full{border:1px solid var(--linku-border);color:#111;cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 13px;font-size:12px;font-weight:750;display:inline-flex}.canonical-preview-controls.is-compact{grid-template-columns:1fr;align-items:stretch;gap:10px;display:grid}.canonical-preview-controls.is-compact .canonical-preview-control-group>div{width:max-content;max-width:100%}.px-shared-links-editor,.px-shared-links-list{gap:16px;display:grid}.px-shared-link-card .px-link-row-head{margin-bottom:18px}.px-shared-link-fields{align-items:start}@media (width<=760px){.canonical-pinned-media-card{max-height:none}.canonical-pinned-media-image,.canonical-pinned-media-copy{min-height:0;max-height:none}.canonical-profile-footer .free-profile-branding{display:none}.canonical-profile-top.is-mobile{top:0}}.profile-action-language-row{grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:52px;padding:4px;display:grid}.profile-action-language-row>span{color:var(--profile-text);font-size:13px;font-weight:750}.profile-action-language-segments{border:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-surface) 84%,transparent);border-radius:10px;align-items:center;gap:2px;padding:3px;display:inline-flex}.canonical-profile-action-sheet .profile-action-language-segments button{border-radius:7px;justify-content:center;width:auto;min-width:44px;min-height:34px;padding:0 10px;font-size:11px;font-weight:850}.canonical-profile-action-sheet .profile-action-language-segments button.active{background:color-mix(in srgb,var(--profile-accent) 18%,var(--profile-surface));color:var(--profile-text);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--profile-accent) 35%,transparent)}.canonical-profile-shell{--profile-surface-raised:var(--profile-surface);--profile-primary-bg:var(--profile-text);--profile-primary-text:var(--profile-bg);--profile-secondary-bg:transparent;--profile-secondary-text:var(--profile-text);--profile-danger:#c95f55;--profile-overlay:#08080a7a;--profile-focus:color-mix(in srgb,var(--profile-accent) 52%,transparent)}.canonical-profile-shell.profile-variant-dark{--profile-surface-raised:#202023;--profile-primary-bg:var(--profile-accent);--profile-primary-text:#111;--profile-secondary-bg:#1b1b1e;--profile-secondary-text:#f7f4ed;--profile-danger:#ef8076;--profile-overlay:#000000ad}.canonical-profile-shell :where(button,a,input,textarea,select):focus-visible{outline:3px solid var(--profile-focus);outline-offset:2px}.canonical-profile-shell .profile-more-button{width:40px;height:40px;color:var(--profile-text);place-items:center;padding:0;display:grid}.profile-preview-device,.profile-preview-modal-stage{position:relative}.profile-preview-canvas{isolation:isolate;contain:none;position:relative;transform:none;container-type:inline-size}.profile-preview-overlay-root{z-index:180;border-radius:inherit;pointer-events:none;position:absolute;inset:0;overflow:hidden}.profile-preview-overlay-root>.profile-action-backdrop,.profile-preview-overlay-root>.canonical-profile-action-sheet{pointer-events:auto}.profile-preview-overlay-root>.profile-action-backdrop.is-embedded{background:var(--profile-overlay,#08080a7a);position:absolute;inset:0}.profile-preview-overlay-root>.canonical-profile-action-sheet.is-embedded-sheet.is-mobile-sheet{width:100%;max-height:min(76%,640px);margin:0;position:absolute;inset:auto 0 0}.canonical-profile-footer{background:var(--profile-bg);border-top:1px solid var(--profile-border);width:100%;min-height:0;color:var(--profile-muted)}.canonical-profile-footer-inner{justify-content:space-between;align-items:center;gap:16px;width:min(1200px,100% - 40px);min-height:84px;margin:0 auto;padding:18px 0;display:flex}.canonical-profile-footer-brand{white-space:nowrap;align-items:center;gap:9px;min-width:0;display:flex}.canonical-profile-footer-logo{object-fit:contain;filter:none;flex:0 0 24px;width:24px;max-width:24px;height:24px;max-height:24px;display:block}.profile-variant-dark .canonical-profile-footer-logo{filter:invert()}.canonical-profile-footer-brand span,.canonical-profile-footer-nav button{color:var(--profile-muted);font-size:11px;line-height:1.35}.canonical-profile-footer-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 18px;display:flex}.canonical-profile-footer-nav button{cursor:pointer;background:0 0;border:0;min-height:36px;padding:0}.canonical-profile-footer-nav button:hover,.canonical-profile-footer-nav button:focus-visible{color:var(--profile-text)}@media (width<=760px){.canonical-growth-bar{min-height:40px;display:flex}.canonical-profile-footer-inner{width:calc(100% - 32px);min-height:96px;padding:16px 0 calc(16px + env(safe-area-inset-bottom));grid-template-columns:1fr;align-content:center;gap:5px;display:grid}.canonical-profile-footer-brand{white-space:normal}.canonical-profile-footer-nav{justify-content:flex-start;gap:5px 14px}.canonical-profile-footer .free-profile-branding{display:none}}.canonical-profile-shell .modal-backdrop{background:var(--profile-overlay)}.canonical-profile-shell .modal{background:var(--profile-surface-raised);color:var(--profile-text);border:1px solid var(--profile-border)}.canonical-profile-shell .modal-head{background:var(--profile-surface-raised);border-color:var(--profile-border);color:var(--profile-text)}.canonical-profile-shell .modal-head h2{color:var(--profile-text)}.canonical-profile-shell .modal-head .icon-btn{background:var(--profile-secondary-bg);border:1px solid var(--profile-border);color:var(--profile-secondary-text)}.canonical-profile-shell .modal-body,.canonical-profile-shell .modal-form,.canonical-profile-shell .modal-form label,.canonical-profile-shell .modal-form strong{color:var(--profile-text)}.canonical-profile-shell .modal-lead,.canonical-profile-shell .field-hint,.canonical-profile-shell .form-consent,.canonical-profile-shell .inquiry-login-hint{color:var(--profile-muted)}.canonical-profile-shell .modal input,.canonical-profile-shell .modal textarea,.canonical-profile-shell .modal select{background:var(--profile-surface);border-color:var(--profile-border);color:var(--profile-text)}.canonical-profile-shell .modal input::placeholder,.canonical-profile-shell .modal textarea::placeholder{color:var(--profile-muted);opacity:.82}.canonical-profile-shell .inquiry-actions .btn-outline{background:var(--profile-secondary-bg);border-color:var(--profile-border);color:var(--profile-secondary-text)}.canonical-profile-shell .inquiry-actions .btn-dark{background:var(--profile-primary-bg);border-color:var(--profile-primary-bg);color:var(--profile-primary-text)}.canonical-profile-shell .inquiry-actions .btn-dark:disabled{background:color-mix(in srgb,var(--profile-primary-bg) 52%,var(--profile-surface));border-color:var(--profile-border);color:var(--profile-text);opacity:.7}.canonical-preview-controls.is-compact{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:8px;width:100%;display:grid}.canonical-preview-controls.is-compact .canonical-preview-control-group{min-width:0}.canonical-preview-controls.is-compact .canonical-preview-control-group>div{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:none;display:grid}.canonical-preview-controls.is-compact .canonical-preview-control-group button{padding:0 6px}.canonical-preview-controls.is-compact .canonical-preview-open-full{grid-column:1/-1;width:100%}@media (width<=760px){.canonical-preview-modal .profile-preview-modal-toolbar{padding:12px;display:block}.canonical-preview-modal .profile-preview-modal-toolbar>.btn{width:100%;margin-top:8px}}@media (width>=761px){.canonical-pinned-media-card{grid-template-columns:minmax(0,56%) minmax(0,44%);height:min(30vw,390px);min-height:320px;max-height:390px}.canonical-pinned-media-image,.canonical-pinned-media-copy{height:100%;min-height:0;max-height:none}.canonical-pinned-media-image{aspect-ratio:auto}}.px-shared-link-fields{grid-template-columns:minmax(160px,.75fr) minmax(190px,.9fr) minmax(300px,1.45fr);align-items:start;gap:14px;display:grid}.px-shared-link-fields .px-social-input{width:100%;min-width:0}.px-shared-link-fields .px-social-input>span{text-overflow:ellipsis;max-width:52%;overflow:hidden}.px-shared-link-fields .px-social-input input{min-width:160px}@media (width<=1180px){.px-shared-link-fields,.px-shared-link-fields.with-followers{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.px-shared-link-fields,.px-shared-link-fields.with-followers{grid-template-columns:1fr}.px-shared-link-fields .px-social-input input{min-width:0}}.marketing-language-switch{border:1px solid var(--linku-border);background:var(--linku-bg);border-radius:10px;align-items:center;gap:2px;padding:3px;display:inline-flex}.marketing-language-switch button{min-width:34px;min-height:32px;color:var(--linku-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 8px;font-size:11px;font-weight:800}.marketing-language-switch button.active{background:var(--linku-card);color:var(--linku-text);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--linku-gold) 38%,var(--linku-border))}.main-nav .marketing-language-switch{justify-content:center;align-self:stretch;margin-top:8px}.canonical-profile-detail .profile-detail-back{width:max-content;max-width:100%;min-height:42px;padding:0 14px}.route-loading-premium{color:#6b6676;letter-spacing:.01em;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:42vh;font-size:13px;font-weight:750;display:flex}.route-loading-ring{border:2px solid #c8a0623d;border-top-color:#c8a062;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite linku-route-spin}@keyframes linku-route-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.route-loading-ring{border-color:#c8a062;animation:none}}.admin-filter-mobile{display:none}.admin-responsive-filters{margin:18px 0 22px}.admin-filter-backdrop{z-index:119;background:#0a0a0c94;border:0;position:fixed;inset:0}.admin-filter-sheet{z-index:120;color:#fff;background:#171719;border:1px solid #343239;border-radius:18px;flex-direction:column;width:min(520px,100% - 32px);max-height:min(82vh,720px);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 28px 90px #00000073}.admin-filter-sheet>header{border-bottom:1px solid #343239;justify-content:space-between;align-items:center;gap:20px;padding:19px 20px;display:flex}.admin-filter-sheet>header small{color:var(--linku-gold);letter-spacing:.12em;font-size:9px;font-weight:900;display:block}.admin-filter-sheet>header h3{margin:4px 0 0;font-family:Space Grotesk;font-size:22px}.admin-filter-sheet>header button{color:#fff;cursor:pointer;background:0 0;border:1px solid #343239;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.admin-filter-sheet-fields{grid-template-columns:1fr 1fr;gap:14px;padding:20px;display:grid;overflow:auto}.admin-filter-sheet-fields label{color:#d4d0d8}.admin-filter-sheet-fields select{color:#fff;background:#0f0f10;border-color:#3b3840}.admin-sort-options{padding:10px;display:grid;overflow:auto}.admin-sort-options button{color:#e9e5ec;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;min-height:50px;padding:0 13px;font-weight:750;display:flex}.admin-sort-options button:hover,.admin-sort-options button.active{color:#fff;background:#242227}.admin-sort-options button svg{color:var(--linku-gold)}.admin-filter-sheet>footer{padding:16px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid #343239;justify-content:flex-end;gap:10px;display:flex}.admin-filter-sheet>footer .btn{min-height:44px}@media (width<=760px){.admin-filter-desktop{display:none!important}.admin-filter-mobile{display:block}.admin-responsive-filters{margin:16px 0 18px}.admin-filter-mobile>.field{margin:0}.admin-filter-mobile-actions{grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:8px;margin-top:10px;display:grid}.admin-filter-mobile-actions>button{color:#fff;cursor:pointer;background:#19181b;border:1px solid #38353d;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.admin-filter-mobile-actions>button b{background:var(--linku-gold);color:#111;border-radius:999px;place-items:center;min-width:18px;height:18px;font-size:10px;display:grid}.admin-filter-mobile-actions>span{color:#9e99a4;white-space:nowrap;justify-self:end;font-size:11px}.admin-filter-chips{align-items:center;gap:7px;margin-top:10px;padding-bottom:2px;display:flex;overflow:auto}.admin-filter-chips button{color:#eeeaf0;cursor:pointer;background:#222025;border:1px solid #3a3740;border-radius:999px;flex:none;align-items:center;gap:6px;min-height:32px;padding:0 9px;font-size:10px;display:inline-flex}.admin-filter-chips button.clear{color:var(--linku-gold);background:0 0;border-color:#0000;font-weight:800}.admin-filter-sheet{border-bottom:0;border-left:0;border-right:0;border-radius:22px 22px 0 0;width:100%;max-height:84vh;inset:auto 0 0;transform:none}.admin-filter-sheet-fields{grid-template-columns:1fr;padding:18px 16px}.admin-filter-sheet>header{padding:16px}.admin-filter-sheet>footer{grid-template-columns:1fr 1fr;padding-inline:16px;display:grid}.admin-filter-sheet>footer .btn{width:100%}.px-account-role-controls>div{grid-template-columns:1fr!important;gap:8px!important}.px-account-role-controls>div>span{margin-bottom:2px}.px-account-role-controls select,.px-account-role-controls .btn{width:100%;min-height:44px}.pass5-list-card{overflow:hidden}.pass5-row-actions{grid-template-columns:1fr!important;display:grid!important}.pass5-row-actions>*{min-height:44px;width:100%!important}.px-technical-details{max-width:100%}}.product-screenshot-trigger{flex-direction:column!important;display:flex!important}.product-screenshot-trigger picture{width:100%}.product-screenshot-trigger .product-screenshot-caption{border-top:1px solid var(--linku-border,#e8ded1);letter-spacing:.01em;box-sizing:border-box;align-items:center;width:100%;min-height:48px;margin:0;line-height:1.35;color:var(--linku-black,#111)!important;opacity:1!important;background:#fff!important;border-radius:0!important;padding:12px 15px!important;font-size:.82rem!important;font-weight:800!important;display:flex!important;position:static!important;transform:none!important}.product-screenshot-trigger .product-screenshot-zoom{color:#fff;opacity:0;background:#0f0f10e6;border-radius:999px;align-items:center;gap:6px;padding:8px 10px;font-size:.76rem;font-weight:800;transition:opacity .18s ease-out,transform .18s ease-out;display:flex;position:absolute;bottom:60px;right:12px;transform:translateY(5px)}.product-screenshot-trigger:hover .product-screenshot-zoom,.product-screenshot-trigger:focus-visible .product-screenshot-zoom{opacity:1;transform:none}.product-proof-grid.single{grid-template-columns:minmax(0,1080px)}.product-lightbox{border-radius:20px;width:min(1540px,100%);height:min(980px,100dvh - 28px)}.product-lightbox header{padding:13px 16px}.product-lightbox header>div:first-child{min-width:0}.product-lightbox header strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.product-lightbox-controls{flex:none;align-items:center;gap:7px;display:flex}.product-lightbox-controls button{justify-content:center;min-width:40px}.product-lightbox-controls .zoom-value{min-width:82px}.product-lightbox-stage{scrollbar-gutter:stable both-edges;background:#eee8df;padding:12px}.product-lightbox-stage.actual-size{text-align:center;display:block}.product-lightbox-stage.actual-size img{max-width:none;height:auto;max-height:none;margin:0 auto;display:block}.template-product-screenshot{grid-column:1/-1;max-width:1040px;margin:0 auto 22px!important}@media (width<=640px){.product-screenshot-trigger .product-screenshot-caption{min-height:44px;padding:10px 12px!important;font-size:.76rem!important}.product-screenshot-trigger .product-screenshot-zoom{opacity:1;font-size:.68rem;bottom:56px;transform:none}.product-lightbox-backdrop{padding:6px}.product-lightbox{border-radius:14px;height:calc(100dvh - 12px)}.product-lightbox header{padding:10px}.product-lightbox header strong{max-width:42vw;font-size:.78rem}.product-lightbox-controls{gap:4px}.product-lightbox-controls button{min-width:36px;height:36px;padding:6px}.product-lightbox-controls .zoom-value{min-width:58px;font-size:.72rem}.product-lightbox-stage{padding:6px}}@media (prefers-reduced-motion:reduce){.product-screenshot-trigger .product-screenshot-zoom{transition:none}}.product-proof-grid .product-screenshot-trigger,.px-single-layout-grid .product-screenshot-trigger,.home-product-proof .product-screenshot-trigger{height:auto!important;min-height:0!important}.product-proof-grid .product-screenshot-trigger picture,.px-single-layout-grid .product-screenshot-trigger picture,.home-product-proof .product-screenshot-trigger picture{aspect-ratio:auto!important;flex:none!important;min-height:0!important;display:block!important;overflow:visible!important}.product-proof-grid .product-screenshot-trigger img,.px-single-layout-grid .product-screenshot-trigger img,.home-product-proof .product-screenshot-trigger img{object-fit:contain!important;width:100%!important;height:auto!important;max-height:none!important;display:block!important}.product-lightbox-stage{place-items:center!important;overflow:auto!important}.product-lightbox-stage:not(.actual-size) img{object-fit:contain!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important}.product-lightbox-stage.actual-size img{max-width:none!important;height:auto!important;max-height:none!important}.product-lightbox-stage{cursor:zoom-in;touch-action:none!important;-webkit-user-select:none!important;user-select:none!important;place-items:center!important;display:grid!important;position:relative!important;overflow:hidden!important}.product-lightbox-stage.is-zoomed{cursor:grab}.product-lightbox-stage.is-interacting{cursor:grabbing}.product-lightbox-stage img,.product-lightbox-stage.actual-size img,.product-lightbox-stage:not(.actual-size) img{will-change:transform;transition:transform .16s ease-out;object-fit:contain!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important;transform:translate3d(var(--product-pan-x,0),var(--product-pan-y,0),0) scale(var(--product-zoom,1))!important;transform-origin:50%!important;margin:0!important;display:block!important}.product-lightbox-stage.is-interacting img{transition:none}.product-lightbox-gesture-hint{color:#fff;text-align:center;white-space:nowrap;pointer-events:none;opacity:1;background:#0f0f10d1;border:1px solid #ffffff2e;border-radius:999px;max-width:calc(100% - 28px);padding:8px 12px;font-size:11px;font-weight:750;line-height:1.25;transition:opacity .18s;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.product-lightbox-gesture-hint.is-hidden{opacity:0}@media (width<=640px){.product-lightbox-stage{padding:4px!important}.product-lightbox-gesture-hint{white-space:normal;max-width:calc(100% - 18px);font-size:9px;bottom:9px}.product-lightbox-controls .zoom-value{min-width:68px}}@media (prefers-reduced-motion:reduce){.product-lightbox-stage img,.product-lightbox-gesture-hint{transition:none!important}}html{background:var(--linku-bg);min-width:320px;scroll-padding-top:88px}body{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;min-width:320px;min-height:100dvh}#root{isolation:isolate;min-height:100dvh}body.nav-open,body.modal-open,body.dashboard-menu-open{overscroll-behavior:none!important;touch-action:auto!important;overflow:hidden!important}[data-scroll-lock-scrollable]{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mobile-nav-backdrop{touch-action:manipulation;z-index:2147483000!important}.main-nav.open{-webkit-overflow-scrolling:touch;z-index:2147483001!important;visibility:visible!important;opacity:1!important;height:100dvh!important;max-height:100dvh!important;top:0!important;bottom:0!important;transform:none!important}.profile-action-backdrop.is-mobile,.sidebar-overlay,.admin-filter-backdrop{z-index:2147482990!important}.profile-action-menu.is-mobile-sheet,.admin-filter-sheet{z-index:2147482991!important}.modal-backdrop,.product-lightbox-backdrop{z-index:2147483010!important}:where(button,a,input,textarea,select,[tabindex]):focus-visible{outline:3px solid color-mix(in srgb,var(--linku-gold) 78%,#fff);outline-offset:3px}:where(.btn,.icon-btn,.icon-button,.menu-button,.dash-menu,.profile-more-button){min-height:42px}.btn{white-space:normal;text-align:center;justify-content:center;line-height:1.2}.btn-dark,.btn-primary{background:var(--linku-black)!important;color:#fff!important;border-color:var(--linku-black)!important}.btn-dark:hover,.btn-primary:hover{color:#fff!important;background:#29292c!important}.btn-outline{color:var(--linku-text);border-color:var(--linku-border);background:0 0}.btn-outline:hover{color:var(--linku-text);background:#0f0f100e}.input,input.input,textarea.input,select.input{width:100%;min-height:48px;background:var(--linku-card)!important;color:var(--linku-text)!important;border-color:var(--linku-border)!important}textarea.input{resize:vertical;min-height:112px}.input::placeholder,input.input::placeholder,textarea.input::placeholder{color:#77717d;opacity:1}.input:focus,input.input:focus,textarea.input:focus,select.input:focus{border-color:var(--linku-gold)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--linku-gold) 18%,transparent)!important}.field{min-width:0}.field-label{line-height:1.35}.field>small{line-height:1.45;display:block}.field-error .input{border-color:var(--linku-error)!important}.field-error>small{color:var(--linku-error)!important}.modal-head .icon-btn,.profile-action-sheet-head button,.mobile-nav-head button{border-radius:10px;flex:none;place-items:center;width:42px;min-width:42px;height:42px;display:grid}.page-hero,.catalog-hero,.content-hero{overflow:hidden}.page-hero .container,.catalog-hero .container,.content-hero .container{min-width:0}.section-head h1,.section-head h2,.page-hero h1,.catalog-hero h1,.content-hero h1{overflow-wrap:break-word;text-wrap:balance}.section-head p,.page-hero p,.catalog-hero p,.content-hero p{text-wrap:pretty}:where(.panel-card,.wizard-card,.form-card,.product-proof-card,.brand-proof-card,.marketing-stat-card){overflow-wrap:anywhere;min-width:0}.product-proof-card,.product-screenshot-trigger{isolation:isolate}.product-screenshot-trigger{border-radius:inherit;overflow:hidden}.product-screenshot-trigger picture,.product-screenshot-trigger img{background:#eee8df}.pricing-grid>*{min-width:0}.pricing-grid .featured,.pricing-card.featured{isolation:isolate}.pricing-grid .badge,.pricing-card .badge,[class*=pricing] [class*=popular]{white-space:normal;text-align:center;max-width:calc(100% - 24px);line-height:1.15}.wizard-page{min-height:100dvh}.wizard-header{z-index:60;background:color-mix(in srgb,var(--linku-bg) 92%,transparent);-webkit-backdrop-filter:blur(16px);position:sticky;top:0}.wizard-main>*{min-width:0}.wizard-card{box-shadow:var(--shadow-sm)}.wizard-actions{gap:12px}.wizard-actions .btn{min-width:132px}.profile-panel-preview,.profile-preview-device,.profile-preview-canvas{min-width:0}.profile-preview-device{overflow:hidden}.profile-preview-modal{overscroll-behavior:contain}:where(.canonical-profile-shell,.profile-public-page,.profile-panel-preview,.profile-preview-device){--profile-safe-inline:clamp(16px,3vw,34px)}.profile-top-actions,.profile-view-nav{min-width:0}.profile-view-nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;overflow-x:auto}.profile-view-nav::-webkit-scrollbar{display:none}.profile-more-button{border-radius:999px;place-items:center;width:42px;min-width:42px;display:grid}.profile-action-menu{max-width:calc(100vw - 24px)}.profile-action-menu button{min-height:46px}.profile-action-sheet-actions button>span,.profile-action-menu nav button>span{overflow-wrap:anywhere;min-width:0}.profile-action-backdrop.is-mobile{position:fixed!important;inset:0!important}.profile-action-menu.is-mobile-sheet{-webkit-overflow-scrolling:touch;width:100%!important;max-width:none!important;max-height:min(82dvh,760px)!important;padding-bottom:max(18px,env(safe-area-inset-bottom))!important;border-radius:22px 22px 0 0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;overflow-y:auto!important}.profile-action-menu.is-desktop-dropdown{transform-origin:100% 0}.profile-footer,.canonical-profile-footer{min-width:0}.profile-footer :where(a,button,span),.canonical-profile-footer :where(a,button,span){overflow-wrap:anywhere}.dashboard-shell{min-height:100dvh}.dashboard-main,.dashboard-content{min-width:0}.dashboard-topbar{z-index:42;background:color-mix(in srgb,var(--linku-bg) 94%,transparent);-webkit-backdrop-filter:blur(14px);position:sticky;top:0}.dashboard-topbar>div:nth-child(2){min-width:0}.dashboard-topbar h1{text-overflow:ellipsis;overflow:hidden}.dashboard-topbar p{overflow-wrap:anywhere}.dashboard-content :where(.panel-card,.form-card,.editor-layout,.dashboard-grid)>*{min-width:0}.panel-card{border-color:var(--linku-border);box-shadow:0 12px 34px #0f0f100b}.panel-card-head{gap:16px;min-width:0}.panel-card-head>div{min-width:0}.panel-card-head h2{overflow-wrap:anywhere}.pass5-list-card,.admin-traffic-card,.pass5-list-main,.pass5-profile-title,.pass5-user-title,.pass5-list-title{min-width:0}.pass5-list-card h3,.pass5-list-card p,.pass5-meta-grid strong{overflow-wrap:anywhere}.pass5-row-actions{align-items:stretch}.pass5-row-actions>*{min-width:0}.admin-filter-sheet{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.admin-filter-sheet footer{padding-bottom:max(16px,env(safe-area-inset-bottom))}.table-wrap,[class*=table-wrap],.pricing-comparison{overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.modal-backdrop{padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));overscroll-behavior:contain}.modal{max-height:calc(100dvh - 24px);overflow:hidden}.modal-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;overflow-y:auto}.product-lightbox-backdrop{overscroll-behavior:contain;touch-action:none}.product-lightbox{max-width:calc(100vw - 12px);max-height:calc(100dvh - 12px);overflow:hidden}.product-lightbox-stage{min-width:0;min-height:0}.product-lightbox-stage img{backface-visibility:hidden}@media (width<=1120px){.site-header{z-index:80}.mobile-nav-head{z-index:2;background:var(--linku-bg);padding-top:max(16px,env(safe-area-inset-top));position:sticky;top:0}.mobile-nav-links button{min-height:50px}.mobile-nav-actions{padding-bottom:max(8px,env(safe-area-inset-bottom))}.dashboard-sidebar{-webkit-overflow-scrolling:touch;z-index:2147482991!important;overscroll-behavior:contain!important;height:100dvh!important;max-height:100dvh!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;overflow-y:auto!important}.sidebar-overlay{position:fixed!important;inset:0!important}}@media (width<=760px){html{scroll-padding-top:76px}.container{width:min(100% - 28px,var(--container))}.section{padding-block:var(--space-section-mobile)}.page-hero,.catalog-hero,.content-hero{padding-block:58px 48px}.page-hero h1,.catalog-hero h1,.content-hero h1{font-size:clamp(36px,11vw,50px)}.section-head{margin-bottom:30px}.section-head.row{flex-direction:column;align-items:flex-start}.section-head p{font-size:16px}.btn{min-height:46px;padding-inline:16px}.hero-actions,.wizard-actions,.modal-actions{width:100%}.hero-actions .btn,.wizard-actions .btn,.modal-actions .btn{flex:150px}.wizard-header{-webkit-backdrop-filter:none;position:relative}.wizard-main{padding-inline:14px}.wizard-steps{scroll-snap-type:x proximity;scrollbar-width:none}.wizard-steps::-webkit-scrollbar{display:none}.wizard-steps button{scroll-snap-align:start}.dashboard-topbar{gap:10px;min-height:68px;padding:12px 14px}.dashboard-topbar h1{font-size:clamp(21px,6vw,28px)}.dashboard-topbar p{display:none}.dashboard-content{padding:18px 14px calc(72px + env(safe-area-inset-bottom))}.panel-card,.wizard-card,.form-card{border-radius:16px}.panel-card-head{flex-direction:column;align-items:flex-start}.panel-card-head>button,.panel-card-head>.btn{width:100%}.dashboard-grid.four,.dashboard-grid.three,.dashboard-grid.two,.stats-cards,.pass5-overview-stats{grid-template-columns:1fr!important}.pass5-list-card{padding:16px}.pass5-list-main{gap:16px}.pass5-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pass5-row-actions{width:100%;grid-template-columns:1fr!important;display:grid!important}.pass5-row-actions .btn,.pass5-row-actions .input{width:100%}.admin-filter-sheet{border-radius:22px 22px 0 0!important;width:100%!important;max-height:88dvh!important;bottom:0!important;left:0!important;right:0!important}.profile-action-menu.is-mobile-sheet{max-height:88dvh!important}.modal-backdrop{align-items:flex-end;padding:0}.modal{max-height:92dvh;border-radius:22px 22px 0 0!important;width:100%!important;max-width:none!important}.modal-head{z-index:2;background:inherit;position:sticky;top:0}.product-lightbox-backdrop{padding:0!important}.product-lightbox{border-radius:0!important;width:100%!important;max-width:none!important;height:100dvh!important;max-height:100dvh!important}.product-lightbox header{padding-top:max(10px,env(safe-area-inset-top))}.product-lightbox footer{padding-bottom:max(10px,env(safe-area-inset-bottom))}.product-lightbox-gesture-hint{bottom:max(9px,env(safe-area-inset-bottom))}}@media (width<=420px){.container{width:min(100% - 22px,var(--container))}.header-inner{gap:7px}.logo-button img{width:104px}.menu-button{width:40px;height:40px}.pass5-meta-grid{grid-template-columns:1fr!important}.product-lightbox header>div:first-child{max-width:42vw}.product-lightbox header .eyebrow{font-size:9px}.product-lightbox-controls .zoom-value{min-width:58px!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.founding-page{background:var(--color-bg,#faf7f2);color:var(--color-text,#111)}.founding-hero{background:radial-gradient(circle at 85% 20%,#c8a06229,#0000 34%),#faf7f2;border-bottom:1px solid #e8ded1;padding:clamp(64px,8vw,112px) 0}.founding-hero-grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:center;gap:clamp(32px,7vw,96px);display:grid}.founding-hero h1{letter-spacing:-.055em;max-width:850px;margin:14px 0 24px;font-size:clamp(44px,7vw,86px);line-height:.98}.founding-hero .lead{color:#514c55;max-width:760px;font-size:clamp(18px,2vw,23px);line-height:1.55}.founding-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.founding-trust{color:#6b6676;align-items:center;gap:8px;margin-top:18px;font-size:14px;display:flex}.founding-counter{color:#fff;background:#0f0f10;border-radius:26px;flex-direction:column;justify-content:center;min-height:270px;padding:34px;display:flex;box-shadow:0 24px 70px #0f0f1024}.founding-counter>span{letter-spacing:.14em;color:#d8c19c;font-size:11px;font-weight:800}.founding-counter strong{letter-spacing:-.04em;margin:18px 0 8px;font-size:clamp(38px,5vw,64px);display:block}.founding-counter p{color:#d5d1cc;line-height:1.5}.founding-progress{background:#303034;border-radius:999px;height:7px;margin-top:20px;overflow:hidden}.founding-progress i{border-radius:inherit;background:#c8a062;height:100%;display:block}.founding-section{padding:clamp(64px,8vw,104px) 0}.founding-section h2,.founding-band h2,.founding-final h2{letter-spacing:-.04em;margin:12px 0 22px;font-size:clamp(34px,4.5vw,58px);line-height:1.05}.founding-copy{max-width:880px}.founding-copy p,.founding-band p,.founding-final p{color:#514c55;font-size:18px;line-height:1.72}.founding-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px;display:grid}.founding-card-grid article{background:#fffdf9;border:1px solid #e8ded1;border-radius:20px;padding:30px}.founding-card-grid h3{margin:18px 0 10px;font-size:22px}.founding-card-grid p{color:#6b6676;line-height:1.6}.founding-card-icon{color:#9a743d;background:#f2ede3;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.founding-note{color:#514c55;background:#f7f0e4;border:1px solid #dfd0b8;border-radius:14px;margin-top:24px;padding:18px 20px;line-height:1.6}.founding-band{color:#fff;background:#0f0f10;padding:clamp(64px,8vw,96px) 0}.founding-band .eyebrow{color:#d8c19c}.founding-band p{color:#cbc7c1}.founding-band-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.founding-tags{flex-wrap:wrap;gap:10px;display:flex}.founding-tags span{color:#eee;background:#19191b;border:1px solid #3a3a3d;border-radius:999px;padding:11px 14px}.founding-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:34px 0;padding:0;list-style:none;display:grid}.founding-steps li{background:#fffdf9;border:1px solid #e8ded1;border-radius:16px;align-items:flex-start;gap:16px;padding:20px;display:flex}.founding-steps b{color:#fff;background:#0f0f10;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;display:grid}.founding-steps span{padding-top:4px;line-height:1.55}.founding-faq{max-width:900px}.founding-faq details{border-bottom:1px solid #ded5c9;padding:20px 0}.founding-faq summary{cursor:pointer;font-size:18px;font-weight:700}.founding-faq details p{color:#6b6676;margin:12px 0 0;line-height:1.65}.founding-final{text-align:center;background:#efe8dc;padding:clamp(72px,9vw,112px) 0}.founding-final p{max-width:700px;margin:0 auto 26px}.founding-creator-badge{border:1px solid color-mix(in srgb,currentColor 18%,transparent);max-width:100%;color:inherit;background:color-mix(in srgb,currentColor 7%,transparent);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:5px 9px;font-size:11px;line-height:1;display:inline-flex}.founding-creator-badge>span{color:#111;background:#c8a062;border-radius:50%;place-items:center;width:22px;height:22px;font-size:9px;font-weight:900;display:grid}.founding-creator-badge b{font-size:11px}.profile-name-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profile-name-row h1{margin:0}.founding-panel-stack{gap:20px;display:grid}.founding-panel-head{justify-content:space-between;align-items:center;gap:24px;display:flex}.founding-panel-head p{color:#6b6676}.founding-mini-counter{color:#fff;text-align:center;background:#0f0f10;border-radius:16px;min-width:160px;padding:18px}.founding-mini-counter strong{font-size:28px;display:block}.founding-mini-counter span{color:#d8d5d0;font-size:12px}.founding-status{align-items:flex-start;gap:18px;display:flex}.founding-status blockquote{color:#514c55;background:#f7f1e7;border-left:3px solid #c8a062;margin:16px 0 0;padding:14px 16px}.founding-checklist{gap:10px;margin:20px 0;padding:0;list-style:none;display:grid}.founding-checklist li{color:#514c55;align-items:center;gap:9px;display:flex}.founding-ready{color:#246b4f;align-items:center;gap:8px;display:flex}.founding-submit-row{justify-content:space-between;align-items:center;gap:18px;margin-top:18px;display:flex}.founding-submit-row small{color:#807a83}.founding-admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0;display:grid}.founding-admin-stats article{background:#fffdf9;border:1px solid #e8ded1;border-radius:14px;padding:16px}.founding-admin-stats strong{font-size:26px;display:block}.founding-admin-stats span{color:#6b6676;font-size:12px}.founding-admin-list{gap:14px;display:grid}.founding-admin-list>article{border:1px solid #e8ded1;border-radius:16px;gap:14px;padding:18px;display:grid}.founding-admin-person{align-items:center;gap:12px;display:flex}.founding-admin-person h3{margin:0 0 3px}.founding-admin-person p,.founding-admin-person a{color:#6b6676;margin:0;font-size:13px}.founding-admin-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.founding-admin-meta span{background:#faf7f2;border-radius:10px;padding:10px}.founding-admin-meta small,.founding-admin-meta strong{display:block}.founding-admin-meta small{color:#807a83;text-transform:uppercase;letter-spacing:.05em;font-size:10px}.founding-application-reason,.founding-review-note{color:#514c55;background:#faf7f2;border-radius:10px;margin:0;padding:12px 14px}.founding-admin-actions{flex-wrap:wrap;gap:8px;display:flex}@media (width<=800px){.founding-hero-grid,.founding-band-grid,.founding-card-grid,.founding-steps{grid-template-columns:1fr}.founding-counter{min-height:220px}.founding-panel-head{flex-direction:column;align-items:stretch}.founding-mini-counter{min-width:0}.founding-admin-stats,.founding-admin-meta{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.founding-hero{padding:54px 0}.founding-actions>*{width:100%}.founding-admin-stats,.founding-admin-meta{grid-template-columns:1fr}.founding-submit-row{flex-direction:column;align-items:stretch}.founding-submit-row .btn{width:100%}.profile-name-row{flex-direction:column;align-items:flex-start;gap:7px}.founding-creator-badge{white-space:normal}}.founding-invite-row{grid-template-columns:minmax(240px,1fr) auto;align-items:center;gap:10px;margin-top:18px;display:grid}.founding-invite-row .input{margin:0}@media (width<=680px){.founding-invite-row{grid-template-columns:1fr}.founding-invite-row .btn{width:100%}}*,:before,:after{box-sizing:border-box}:where(.field,.prefixed-url-field,.form-grid-two,.form-grid-three,.px-shared-link-fields,.data-editor-section-content,.modal-body){min-width:0}.field{align-content:start;gap:8px;display:grid}.field-label,.prefixed-url-label{width:auto!important;height:auto!important;min-height:0!important;color:var(--linku-text)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;font-size:14px!important;font-weight:700!important;line-height:1.35!important;display:block!important;overflow:visible!important}.field-label b,.prefixed-url-label b{color:var(--linku-error)}.field>small,.prefixed-url-hint,.prefixed-url-status{color:var(--linku-muted);align-items:flex-start;gap:6px;margin:0;font-size:12px;line-height:1.45;display:flex}.field-error>small,.prefixed-url-status.status-invalid{color:var(--linku-error)}.prefixed-url-status.status-available{color:var(--linku-success)}.input,.field input,.field textarea,.field select,.modal input,.modal textarea,.modal select,.px-social-input,.prefixed-url-control{width:100%;min-width:0;min-height:50px;color:var(--linku-text);background:#fffdf9;border:1px solid #ded2c2;border-radius:12px;font:500 15px/1.35 Inter,system-ui,sans-serif;transition:border-color .16s,box-shadow .16s,background .16s}.input,.field input,.field textarea,.field select,.modal input,.modal textarea,.modal select{padding:13px 15px}.textarea,.field textarea,.modal textarea{resize:vertical;min-height:118px;line-height:1.55}.input::placeholder,.field input::placeholder,.field textarea::placeholder,.modal input::placeholder,.modal textarea::placeholder{color:#8a8490;opacity:1}.input:focus,.field input:focus,.field textarea:focus,.field select:focus,.modal input:focus,.modal textarea:focus,.modal select:focus,.px-social-input:focus-within,.prefixed-url-control:focus-within{border-color:var(--linku-gold);background:#fff;outline:0;box-shadow:0 0 0 4px #c8a06229}.input:disabled,.field input:disabled,.field select:disabled,.modal input:disabled,.modal select:disabled{color:#7b7680;cursor:not-allowed;background:#f1eee8}select.input,.field select,.modal select,.inquiry-status-select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#5f5965 50%),linear-gradient(135deg,#5f5965 50%,#0000 50%)!important;background-position:calc(100% - 19px),calc(100% - 14px)!important;background-repeat:no-repeat!important;background-size:5px 5px,5px 5px!important;padding-right:44px!important}select.input:disabled,.field select:disabled,.modal select:disabled{background-image:linear-gradient(45deg,#0000 50%,#9d97a0 50%),linear-gradient(135deg,#9d97a0 50%,#0000 50%)!important}.slug-reservation-control{grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important;gap:14px!important;min-width:0!important;display:grid!important}.slug-reservation-control>.prefixed-url-field{gap:8px;width:100%;min-width:0;display:grid}.slug-reservation-control>.btn{min-width:210px;min-height:50px}.prefixed-url-control{align-items:center!important;padding:0!important;display:flex!important;overflow:hidden!important}.prefixed-url-control>span{z-index:auto!important;color:#29262b!important;white-space:nowrap!important;background:0 0!important;border:0!important;flex:none!important;align-self:stretch!important;align-items:center!important;padding:0 5px 0 15px!important;font-size:15px!important;line-height:1!important;display:flex!important;position:static!important}.prefixed-url-control>input{width:100%!important;min-width:0!important;height:48px!important;min-height:48px!important;color:var(--linku-text)!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important;flex:auto!important;padding:0 14px 0 2px!important;font-size:16px!important;line-height:48px!important}.prefixed-url-control>input::placeholder{color:#96909b!important;opacity:1!important}.prefixed-url-control.status-available{border-color:#8bc7a2}.prefixed-url-control.status-invalid{border-color:#db978d}.slug-reservation>small,.reservation-message{grid-column:2}.reservation-message.checking{color:#695d4a;background:#f5efe5}.wizard-card,.wizard-card>*{min-width:0}.wizard-card .form-grid-two{align-items:start}.wizard-actions{border-top:1px solid var(--linku-border)!important;background:0 0!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important;width:100%!important;max-width:100%!important;margin:38px 0 0!important;padding:24px 0 0!important;display:grid!important;position:relative!important;left:auto!important;right:auto!important;transform:none!important}.wizard-actions>.btn{justify-content:center!important;width:100%!important;min-width:0!important;min-height:52px!important;margin:0!important}.wizard-actions>.btn:last-child{justify-self:stretch!important}.px-shared-link-card{min-width:0;overflow:hidden}.px-link-row-head{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important;display:grid!important}.px-link-row-head>div:first-child{min-width:0!important;max-width:100%!important;overflow:hidden!important}.px-link-row-head small{margin-bottom:6px;display:block}.px-link-row-head strong{text-overflow:ellipsis!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;max-width:100%!important;line-height:1.25!important;display:block!important;overflow:hidden!important}.px-link-order-actions{flex:none}.px-shared-link-fields{min-width:0}.px-social-input{align-items:center;padding:0;display:flex;overflow:hidden}.px-social-input>span{color:#6b6676;white-space:nowrap;flex:none;padding-left:14px;font-size:13px}.px-social-input>input{min-width:0!important;height:48px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;flex:auto!important;padding:0 14px 0 5px!important}.dashboard-main,.dashboard-content,.data-integrity-editor,.data-editor-layout,.editor-main,.data-editor-section,.data-editor-section-content,.data-editor-section-content>*{min-width:0}.data-editor-section{overflow:clip}.data-editor-section-content{padding-top:24px!important}.data-editor-section-content>.form-grid-two+.form-grid-two,.data-editor-section-content>.form-grid-two+.field,.data-editor-section-content>.field+.media-uploader,.data-editor-section-content>.field+.profile-media-uploader{margin-top:18px}.data-editor-section-content :where(.media-uploader,.profile-media-uploader,.px-media-uploader,.upload-zone){clear:both;margin-top:18px}.px-repeat-editor article,.px-shared-link-card,.form-card{max-width:100%;overflow:hidden}.save-panel{min-width:0;max-width:100%}.save-panel .btn{width:100%}.panel-card-head,.panel-card-head>div{min-width:0}.panel-card-head h2,.panel-card-head h3{overflow-wrap:anywhere}.panel-guidance{display:block;border-radius:12px!important;margin:18px 0!important;padding:16px 18px!important;line-height:1.55!important}.panel-guidance.compact{margin:16px 0 0!important}.panel-guidance+:where(.dashboard-grid,.px-admin-funnel-row,.subscription-action-grid,.promotion-code-list,.activity-list,.pass5-admin-list){margin-top:18px!important}.px-admin-funnel .px-admin-funnel-row,.admin-ai-stack>.panel-card>.dashboard-grid,.subscription-admin-actions .subscription-action-grid{margin-top:18px}.subscription-admin-actions{margin-top:28px!important;padding-top:26px!important}.subscription-admin-actions>.panel-card-head{margin-bottom:0}.subscription-confirmation{gap:18px;display:grid}.details-grid,.detail-grid,.modal-detail-grid{row-gap:16px!important}.admin-detail-layout .modal-actions,.subscription-admin-actions+.modal-actions{margin-top:24px}.modal-body :where(.verified-identity-card,.inline-message,.panel-guidance)+:where(.form-grid-two,.field,.subscription-action-grid){margin-top:18px}.founding-submit-row{padding-top:4px;align-items:flex-end!important;margin-top:24px!important}.founding-submit-row+.panel-guidance,.founding-submit-row+.founding-note{margin-top:18px!important}.founding-panel-stack>.panel-card{min-width:0}.founding-status .status-pill{margin-bottom:8px}.founding-invite-row{margin-top:22px!important}.px-onboarding-card{gap:22px!important;min-height:0!important;padding:26px!important;display:grid!important}.px-onboarding-card>.panel-card-head{margin:0!important}.px-onboarding-card>p{color:var(--linku-muted);margin:0;line-height:1.6}.px-onboarding-steps{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;gap:10px!important;margin:0!important}.px-onboarding-steps>button{border:1px solid var(--linku-border);text-align:left;background:#fffdf9;border-radius:14px;min-width:0;min-height:74px;padding:14px}.px-onboarding-actions{justify-content:flex-end;align-items:center;gap:12px;display:flex;margin-top:0!important}.px-onboarding-card>small{color:var(--linku-muted);margin-top:-4px;line-height:1.45}.creator-first-steps .px-onboarding-actions{justify-content:flex-end}.creator-ready-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1600!important;background:#0f0f108f!important;padding:24px!important}.modal{max-height:min(88dvh,920px)!important;overflow:hidden!important;box-shadow:0 30px 100px #0f0f1040!important}.modal-head{flex:none;min-height:72px;padding:18px 24px!important}.modal-head h2{overflow-wrap:anywhere;min-width:0}.modal-body{overscroll-behavior:contain;padding:24px!important;overflow:auto!important}.notification-modal .modal-body{padding:0!important}.px-notification-list{overscroll-behavior:contain;max-height:min(66dvh,620px);display:grid;overflow:auto}.px-notification-list>button{border-bottom:1px solid var(--linku-border)!important;text-align:left!important;background:#fff!important;grid-template-columns:40px minmax(0,1fr) 18px!important;align-items:start!important;gap:12px!important;width:100%!important;min-width:0!important;padding:17px 20px!important;display:grid!important}.px-notification-list>button strong,.px-notification-list>button p{overflow-wrap:anywhere;display:block}.px-notification-list>button p{color:var(--linku-muted);margin:4px 0 6px;line-height:1.45}.px-notification-list .empty-state{padding:42px 24px!important}.public-unavailable{background:var(--linku-bg)!important;min-height:100dvh!important;padding:32px!important}.public-unavailable>img{width:118px!important;margin:0 0 34px!important}.public-unavailable h1{max-width:700px;letter-spacing:-.045em!important;margin:0 0 14px!important;font-size:clamp(36px,6vw,64px)!important;line-height:1.02!important}.public-unavailable p{max-width:620px;color:var(--linku-muted);margin:0 0 26px;font-size:17px;line-height:1.6}.public-unavailable .btn{min-width:210px}.canonical-profile-footer{margin-top:0!important}.canonical-profile-footer-inner{gap:14px!important;width:min(1200px,100% - 40px)!important;min-height:72px!important;padding:14px 0!important}.canonical-profile-footer-brand{gap:8px!important}.canonical-profile-footer-logo{flex-basis:22px!important;width:22px!important;height:22px!important}.canonical-profile-footer-brand span,.canonical-profile-footer-nav button{font-size:12px!important}.canonical-profile-footer-nav button{min-height:34px!important}.profile-action-backdrop{z-index:1700!important}.profile-preview-overlay-root{z-index:1750!important}.profile-preview-overlay-root .profile-action-backdrop{z-index:1751!important}.profile-preview-overlay-root .canonical-profile-action-sheet{z-index:1752!important}.pricing-card.featured{padding-top:58px!important}.pricing-card.featured>.pricing-value-line{padding-right:0!important}.plan-badge{white-space:nowrap!important;z-index:2!important;max-width:calc(100% - 36px)!important;padding:7px 11px!important;font-size:9px!important;line-height:1.2!important;top:16px!important;left:auto!important;right:18px!important}.form-message{border-radius:12px!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:start!important;gap:9px!important;margin:16px 0 0!important;padding:13px 15px!important;line-height:1.45!important;display:grid!important}.form-message.error{color:#8d3d34;background:#fff1ee;border:1px solid #efc4bd}.brief-application-success{text-align:center;align-content:center;place-items:center;gap:14px;min-height:310px;padding:34px 20px;display:grid}.brief-application-success>span{width:58px;height:58px;color:var(--linku-success);background:#e7f4eb;border-radius:50%;place-items:center;display:grid}.brief-application-success h3,.brief-application-success p{margin:0}.brief-application-success .brief-success-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex}.brief-application-form .modal-actions{margin-top:22px!important}.consent-check{align-items:flex-start!important;gap:10px!important;line-height:1.45!important}.billing-reconciliation-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 0;display:grid}.billing-reconciliation-grid article{border:1px solid var(--linku-border);background:#fffdf9;border-radius:14px;min-width:0;padding:16px}.billing-reconciliation-grid strong{font-size:26px;line-height:1.1;display:block}.billing-reconciliation-grid span{color:var(--linku-muted);margin-top:5px;font-size:12px;line-height:1.4;display:block}.reconciliation-status{align-items:center;gap:6px;display:inline-flex}.promotion-codes-card .promotion-code-list{margin-top:18px}.promotion-code-list{gap:10px;display:grid}.promotion-code-list>article{border:1px solid var(--linku-border);background:#fffdf9;border-radius:12px;padding:15px}.promotion-code-list>article>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.promotion-code-list>article p{color:var(--linku-muted);margin:8px 0 0;line-height:1.45}.profile-variant-dark .modal .field-label,.profile-variant-dark .modal .prefixed-url-label{color:var(--profile-text)!important}.profile-variant-dark .modal .input,.profile-variant-dark .modal input,.profile-variant-dark .modal textarea,.profile-variant-dark .modal select{background:var(--profile-surface)!important;color:var(--profile-text)!important;border-color:var(--profile-border)!important}.profile-variant-dark .modal select{background-image:linear-gradient(45deg,transparent 50%,var(--profile-muted) 50%),linear-gradient(135deg,var(--profile-muted) 50%,transparent 50%)!important}.profile-variant-dark .modal input::placeholder,.profile-variant-dark .modal textarea::placeholder{color:var(--profile-muted)!important;opacity:.9!important}@media (width<=900px){.billing-reconciliation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.px-onboarding-steps{grid-template-columns:1fr}}@media (width<=760px){.slug-reservation{padding:24px!important}.slug-reservation-control{grid-template-columns:1fr!important;align-items:stretch!important}.slug-reservation-control>.btn{width:100%!important;min-width:0!important}.slug-reservation>small,.reservation-message{grid-column:1!important}.prefixed-url-control>span{padding-left:13px!important;font-size:14px!important}.wizard-main{padding-left:12px!important;padding-right:12px!important;padding-bottom:calc(28px + env(safe-area-inset-bottom))!important}.wizard-card{border-radius:22px!important;width:100%!important;max-width:100%!important;padding:24px 18px!important;overflow:hidden!important}.wizard-actions{grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:28px!important;padding-top:20px!important}.wizard-actions>.btn{min-height:50px!important;padding-left:12px!important;padding-right:12px!important;font-size:15px!important}.px-shared-link-fields,.px-shared-link-fields.with-followers{grid-template-columns:1fr!important}.px-link-row-head{grid-template-columns:minmax(0,1fr) auto!important}.px-link-row-head strong{font-size:20px!important}.px-link-toggles,.px-link-wizard-featured{grid-template-columns:1fr!important}.modal-backdrop{align-items:flex-end!important;padding:0!important}.modal{border-bottom:0!important;border-radius:22px 22px 0 0!important;width:100%!important;max-width:none!important;max-height:min(92dvh,900px)!important}.modal-head{min-height:64px;padding:14px 18px!important}.modal-body{padding:20px 18px calc(22px + env(safe-area-inset-bottom))!important}.notification-modal{width:100%!important}.notification-modal .modal-body{padding:0 0 env(safe-area-inset-bottom)!important}.px-notification-list{max-height:72dvh}.canonical-profile-footer-inner{width:calc(100% - 32px)!important;min-height:74px!important;padding:12px 0 calc(12px + env(safe-area-inset-bottom))!important;flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:8px 14px!important;display:flex!important}.canonical-profile-footer-brand{white-space:nowrap!important}.canonical-profile-footer-nav{justify-content:flex-start!important}.canonical-profile-action-sheet.is-mobile-sheet{max-height:min(78dvh,640px)!important;padding-bottom:calc(16px + env(safe-area-inset-bottom))!important}.data-editor-section-content{padding:20px 16px!important}.data-editor-section-toggle{padding-left:16px!important;padding-right:16px!important}.save-panel{width:100%!important;margin-top:16px!important;position:static!important}.founding-submit-row{flex-direction:column!important;align-items:stretch!important}.founding-submit-row .btn{width:100%!important}.px-onboarding-card{padding:22px!important}.px-onboarding-actions{grid-template-columns:1fr 1fr!important;width:100%!important;display:grid!important}.px-onboarding-actions .btn{width:100%!important;min-width:0!important}.creator-ready-card,.pricing-grid{grid-template-columns:1fr!important}.pricing-card.featured{padding-top:60px!important}}@media (width<=520px){.wizard-card{padding:22px 14px!important}.wizard-actions{gap:8px!important}.wizard-actions>.btn{gap:6px!important;font-size:14px!important}.wizard-actions>.btn svg{width:17px!important;height:17px!important}.px-onboarding-actions{grid-template-columns:1fr!important}.billing-reconciliation-grid{grid-template-columns:1fr}.public-unavailable{padding:24px 18px!important}.public-unavailable h1{font-size:36px!important}.canonical-profile-footer-inner{grid-template-columns:1fr!important;justify-items:start!important;display:grid!important}.plan-badge{white-space:normal!important;text-align:center!important}}.dashboard-sidebar nav button.disabled{opacity:.42;cursor:not-allowed}.dashboard-sidebar nav button.disabled:hover{color:inherit;background:0 0}.creator-profile-missing .card-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px;display:flex}:where(.modal,.field,.dashboard-content,.public-profile-shell) input[type=checkbox],:where(.modal,.field,.dashboard-content,.public-profile-shell) input[type=radio]{appearance:auto!important;width:18px!important;min-width:18px!important;height:18px!important;min-height:18px!important;box-shadow:none!important;background:0 0!important;border-radius:4px!important;flex:0 0 18px!important;margin:2px 0 0!important;padding:0!important}:where(.modal,.field,.dashboard-content,.public-profile-shell) input[type=range]{min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}select,select.input,.linku-select,.field select,.modal select{appearance:none!important;background-image:linear-gradient(45deg,#0000 50%,#625d69 50%),linear-gradient(135deg,#625d69 50%,#0000 50%)!important;background-position:calc(100% - 19px),calc(100% - 14px)!important;background-repeat:no-repeat!important;background-size:5px 5px,5px 5px!important;padding-right:44px!important}select:disabled{background-image:linear-gradient(45deg,#0000 50%,#a5a0a8 50%),linear-gradient(135deg,#a5a0a8 50%,#0000 50%)!important}.px-social-input,.prefixed-url-control{grid-template-columns:max-content minmax(0,1fr)!important;align-items:center!important;min-width:0!important;display:grid!important;overflow:hidden!important}.px-social-input>span,.prefixed-url-control>span{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:16ch!important;padding-left:14px!important;padding-right:4px!important;overflow:hidden!important}.px-social-input>input,.prefixed-url-control>input{text-overflow:ellipsis!important;width:100%!important;min-width:0!important;max-width:100%!important;padding-right:14px!important;display:block!important;overflow:hidden!important}.wizard-actions{border:0!important;border-top:1px solid var(--linku-border)!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;outline:0!important;margin:30px 0 0!important;padding:20px 0 0!important}.wizard-actions:before,.wizard-actions:after{content:none!important;display:none!important}.wizard-actions>.btn{border-radius:14px!important;min-height:54px!important}body>.modal-backdrop{z-index:5000!important;justify-content:center!important;align-items:center!important;display:flex!important;position:fixed!important;inset:0!important}body>.modal-backdrop>.modal{max-height:min(88dvh,920px)!important;margin:0!important;position:relative!important;inset:auto!important;transform:none!important}.notification-modal{width:min(620px,100vw - 40px)!important}.notification-modal .modal-head{z-index:2;background:var(--linku-white,#fffdf9);position:sticky;top:0}.px-notification-list{max-height:min(68dvh,680px)!important;overflow:auto!important}.px-notification-list>button{min-width:0!important}.cookie-banner .btn-outline,.cookie-banner .btn-ghost{color:#fff!important;background:#222!important;border-color:#555!important}.cookie-banner .btn-outline:hover,.cookie-banner .btn-outline:focus-visible,.cookie-banner .btn-ghost:hover,.cookie-banner .btn-ghost:focus-visible{color:#fff!important;background:#343434!important;border-color:#777!important}.cookie-banner button:hover,.cookie-banner button:focus-visible{color:#fff!important}.data-editor-section-content>.form-grid-two+:where(.media-uploader,.profile-media-uploader,.px-media-uploader,.upload-zone),.data-editor-section-content>.field+:where(.media-uploader,.profile-media-uploader,.px-media-uploader,.upload-zone),.px-repeat-editor article>.form-grid-two+:where(.media-uploader,.profile-media-uploader,.px-media-uploader,.upload-zone){margin-top:24px!important}.modal-detail-grid+.modal-actions,.details-grid+.modal-actions,.detail-grid+.modal-actions,.admin-detail-layout .pass5-row-actions,.modal-body .pass5-row-actions{border-top:1px solid var(--linku-border)!important;margin-top:24px!important;padding-top:20px!important}.modal-body .pass5-row-actions .btn,.modal-body>.btn{margin-top:0!important}.subscription-admin-actions{border-top:1px solid var(--linku-border)!important;margin-top:30px!important;padding-top:28px!important}.subscription-admin-actions>.panel-guidance{margin-bottom:20px!important}.px-onboarding-card{grid-template-columns:1fr!important;align-items:stretch!important;gap:20px!important;padding:26px!important}.px-onboarding-card .panel-card-head{min-height:0!important}.px-onboarding-card>p{max-width:820px!important}.px-onboarding-steps{grid-template-columns:repeat(2,minmax(0,1fr))!important}.px-onboarding-steps>button{grid-template-columns:38px minmax(0,1fr) 18px!important;align-items:center!important;gap:10px!important;min-height:76px!important;display:grid!important}.px-onboarding-actions{justify-content:flex-end!important;padding-top:2px!important}.creator-ready-card{grid-template-columns:minmax(0,1fr) auto!important;display:grid!important}.profile-action-backdrop.is-desktop{z-index:1700!important;background:0 0!important;position:fixed!important;inset:0!important}.canonical-profile-action-sheet{z-index:1710!important}.canonical-profile-action-sheet button>span,.profile-action-sheet-actions button>span{align-items:center!important;gap:13px!important;min-width:0!important;display:flex!important}.profile-action-sheet-actions{border-top:1px solid var(--profile-border)!important;gap:0!important;margin-top:7px!important;padding-top:7px!important;display:grid!important}.profile-action-sheet-actions button+button{border-top:1px solid color-mix(in srgb,var(--profile-border) 65%,transparent)!important;border-radius:0!important}.profile-action-sheet-actions button:first-child{border-radius:9px 9px 0 0!important}.profile-action-sheet-actions button:last-child{border-radius:0 0 9px 9px!important}.canonical-profile-footer-inner{align-items:center!important}.canonical-profile-footer-nav{gap:4px!important}.profile-variant-dark .modal .consent-check,.profile-variant-dark .modal .consent-check span,.profile-variant-dark .modal .form-consent,.profile-variant-dark .modal .inquiry-login-hint,.profile-variant-dark .modal .inquiry-login-hint button,.profile-variant-dark .modal .field>small,.profile-variant-dark .modal .modal-lead{color:var(--profile-muted)!important;opacity:1!important}.profile-variant-dark .modal .consent-check span{color:color-mix(in srgb,var(--profile-text) 78%,var(--profile-muted))!important}.profile-variant-dark .modal input[type=month]{--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important;min-width:0!important;padding-right:12px!important}.profile-variant-dark .canonical-contact-cta,.profile-variant-dark .btn-profile-accent{color:#101010!important}.pass5-brief-cards article,.brand-brief-row{min-width:0!important}.brief-moderation-callout,.brief-review-message{border-radius:12px!important;align-items:flex-start!important;gap:10px!important;max-width:none!important;margin:14px 0 0!important;padding:13px 15px!important;display:flex!important;position:static!important}.pass5-brief-cards .panel-guidance,.pass5-list-card .panel-guidance{width:auto!important;max-width:none!important;margin:14px 0!important;position:static!important;inset:auto!important;transform:none!important}.px-deal-layout{align-items:start!important}.px-deal-list{padding:0!important;overflow:hidden!important}.px-deal-list>.panel-card-head,.px-deal-list>.px-deal-tabs,.px-deal-list>.px-list-tools,.px-deal-list>.px-collapsible-filters,.px-deal-list>.soft-empty,.px-deal-list>.px-pagination{margin-left:18px!important;margin-right:18px!important}.px-deal-list>.panel-card-head{padding-top:20px!important}.px-deal-tabs{margin-top:12px!important}.px-list-tools{gap:12px!important;margin-top:16px!important;display:grid!important}.px-list-search{gap:7px!important;display:grid!important}.px-list-search>span{color:var(--linku-text)!important;font-size:12px!important;font-weight:750!important}.px-list-tool-buttons{grid-template-columns:auto minmax(0,1fr)!important;gap:10px!important;display:grid!important}.px-list-tool-buttons>button{border:1px solid var(--linku-border)!important;background:#fffdf9!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;gap:8px!important;min-height:46px!important;padding:0 16px!important;font-weight:750!important;display:inline-flex!important}.px-list-tool-buttons>button.active{color:#fff!important;background:#111!important;border-color:#111!important}.px-collapsible-filters{border:1px solid var(--linku-border)!important;background:#f7f3ec!important;border-radius:13px!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:12px!important;padding:14px!important;display:grid!important}.px-deal-unread{grid-column:1/-1;align-items:center!important;gap:9px!important;min-height:36px!important;font-size:12px!important;font-weight:700!important;display:flex!important}.px-deal-items{border-top:1px solid var(--linku-border)!important;margin-top:14px!important;display:grid!important}.px-deal-items>button{border-bottom:1px solid var(--linku-border)!important;border-radius:0!important;width:100%!important;min-width:0!important;margin:0!important}.px-deal-items>button:last-child{border-bottom:0!important}.px-pagination{border-top:1px solid var(--linku-border)!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;padding:16px 0 18px!important;display:flex!important}.px-pagination button{border:1px solid var(--linku-border)!important;background:#fffdf9!important;border-radius:9px!important;min-height:40px!important;padding:0 14px!important;font-weight:700!important}.px-pagination button:disabled{opacity:.4!important}.px-pagination span{color:var(--linku-muted)!important;font-size:12px!important}.px-deal-room{min-width:0!important;overflow:hidden!important}.px-attachment-gate{color:var(--linku-muted)!important;background:#f1ece3!important;border-radius:12px!important;align-items:flex-start!important;gap:8px!important;margin:18px 0 0!important;padding:13px 15px!important;font-size:11px!important;line-height:1.5!important;display:flex!important}.px-support-layout{align-items:start!important}.px-support-list,.px-support-room{min-width:0!important;overflow:hidden!important}.px-support-messages{overscroll-behavior:contain!important;max-height:480px!important;padding-right:4px!important;overflow:auto!important}.px-support-room .panel-card-head p{letter-spacing:.02em!important;color:var(--linku-muted)!important;margin-top:7px!important;font-family:Inter,system-ui,sans-serif!important}.promotion-code-list>article>div{align-items:flex-start!important}.promotion-code-list>article>div>div:first-child{min-width:0!important}.promotion-code-actions{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;display:flex!important}.px-repeat-editor{counter-reset:repeat-card!important}.px-repeat-editor>article{box-shadow:none!important;border-radius:16px!important;padding:20px!important;position:relative!important}.px-repeat-editor>article+article{margin-top:4px!important}.px-repeat-editor>article:before{counter-increment:repeat-card;content:"ELEMENT " counter(repeat-card);color:#98713b!important;letter-spacing:.11em!important;margin-bottom:15px!important;font-size:9px!important;font-weight:850!important;display:block!important}.px-external-block-editor{padding:20px!important}.px-external-block-editor h3{margin-bottom:16px!important}.canonical-work-media{aspect-ratio:16/10!important;min-height:0!important;max-height:420px!important;overflow:hidden!important}.canonical-work-media img{object-fit:cover!important;width:100%!important;height:100%!important}.canonical-profile-detail .case-study-list img{height:clamp(240px,36vw,420px)!important;min-height:0!important;max-height:420px!important}.admin-responsive-filters,.catalog-filter-toolbar,.px-admin-filterbar,.admin-responsive-filters input,.admin-responsive-filters select{min-width:0!important}@media (width<=760px){body>.modal-backdrop{align-items:flex-end!important;padding:0!important}body>.modal-backdrop>.modal{border-radius:22px 22px 0 0!important;width:100%!important;max-width:none!important;max-height:92dvh!important}.notification-modal{width:100%!important}.px-social-input>span,.prefixed-url-control>span{max-width:12ch!important;font-size:13px!important}.px-social-input>input,.prefixed-url-control>input{padding-left:2px!important;font-size:15px!important}.wizard-actions{gap:10px!important;margin-top:26px!important;padding-top:18px!important}.wizard-actions>.btn{min-width:0!important;padding:0 10px!important}.px-onboarding-steps,.creator-ready-card{grid-template-columns:1fr!important}.px-onboarding-actions{grid-template-columns:1fr 1fr!important;display:grid!important}.canonical-profile-footer-inner{grid-template-columns:1fr!important;justify-items:start!important;gap:12px!important;display:grid!important}.canonical-profile-footer-nav{flex-wrap:wrap!important;display:flex!important}.profile-action-sheet-actions button{min-height:54px!important;padding-left:14px!important;padding-right:14px!important}.form-grid-two,.form-grid-three{grid-template-columns:1fr!important}.profile-variant-dark .modal input[type=month]{font-size:14px!important}.px-deal-layout,.px-support-layout{grid-template-columns:1fr!important}.px-deal-list>.panel-card-head,.px-deal-list>.px-deal-tabs,.px-deal-list>.px-list-tools,.px-deal-list>.px-collapsible-filters,.px-deal-list>.soft-empty,.px-deal-list>.px-pagination{margin-left:14px!important;margin-right:14px!important}.px-collapsible-filters{grid-template-columns:1fr!important}.px-deal-unread{grid-column:1!important}.px-list-tool-buttons{grid-template-columns:1fr 1fr!important}.px-deal-room{margin-top:14px!important}.px-deal-summary{grid-template-columns:1fr!important}.px-message-tools{grid-template-columns:1fr!important;display:grid!important}.px-message-tools .btn{width:100%!important}.promotion-code-list>article>div{gap:12px!important;display:grid!important}.promotion-code-actions{justify-content:flex-start!important}.px-repeat-editor>article{padding:16px!important}.canonical-work-media{max-height:280px!important}.canonical-profile-detail .case-study-list img{height:230px!important;max-height:230px!important}}@media (width<=430px){.px-social-input{grid-template-columns:minmax(0,42%) minmax(0,58%)!important}.px-social-input>span{max-width:none!important;font-size:12px!important}.wizard-actions>.btn{font-size:14px!important}.px-onboarding-actions{grid-template-columns:1fr!important}.cookie-banner{padding:16px!important;bottom:10px!important;left:10px!important;right:10px!important}.cookie-banner>div:last-child{grid-template-columns:1fr!important;width:100%!important;display:grid!important}.cookie-banner .btn{width:100%!important}}.px-repeat-card,.px-collapsible-editor{border:1px solid var(--linku-border)!important;min-width:0!important;box-shadow:none!important;background:#fffdf9!important;border-radius:15px!important;margin:0 0 14px!important;padding:0!important;display:block!important;overflow:hidden!important}.px-repeat-card>summary,.px-collapsible-editor>summary{cursor:pointer!important;background:#faf7f2!important;border-bottom:1px solid #0000!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:68px!important;padding:14px 16px!important;list-style:none!important;display:grid!important}.px-repeat-card>summary::-webkit-details-marker{display:none!important}.px-collapsible-editor>summary::-webkit-details-marker{display:none!important}.px-repeat-card[open]>summary,.px-collapsible-editor[open]>summary{border-bottom-color:var(--linku-border)!important}.px-repeat-card>summary>svg,.px-collapsible-editor>summary>svg{transition:transform .18s!important}.px-repeat-card[open]>summary>svg,.px-collapsible-editor[open]>summary>svg{transform:rotate(180deg)!important}.px-repeat-card-number{color:#76552d!important;background:#eee6da!important;border-radius:50%!important;place-items:center!important;width:32px!important;height:32px!important;font-size:12px!important;font-weight:850!important;display:grid!important}.px-repeat-card-copy{gap:2px!important;min-width:0!important;display:grid!important}.px-repeat-card-copy strong{text-overflow:ellipsis!important;white-space:nowrap!important;font-size:14px!important;overflow:hidden!important}.px-repeat-card-copy small{text-overflow:ellipsis!important;white-space:nowrap!important;color:var(--linku-muted)!important;font-size:11px!important;overflow:hidden!important}.px-repeat-card-body,.px-collapsible-editor-body{gap:18px!important;min-width:0!important;padding:18px!important;display:grid!important}.px-collapsible-editor>summary>div{min-width:0!important}.px-collapsible-editor>summary span{color:#906b36!important;letter-spacing:.11em!important;font-size:9px!important;font-weight:850!important;display:block!important}.px-collapsible-editor>summary h3{margin:4px 0 0!important;font-size:17px!important}.px-product-media,.px-case-media{margin-top:4px!important}.px-case-editor-body{gap:18px!important;min-width:0!important;display:grid!important}.px-inline-actions.end{justify-content:flex-end!important;margin-top:4px!important;display:flex!important}.px-support-tools{gap:14px!important;margin:14px 0 16px!important;display:grid!important}.px-support-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.px-support-tabs button{border:1px solid var(--linku-border)!important;background:#fffdf9!important;border-radius:10px!important;min-height:42px!important;font-size:12px!important;font-weight:750!important}.px-support-tabs button.active{color:#fff!important;background:#111!important;border-color:#111!important}.px-support-items{border-top:1px solid var(--linku-border)!important;display:grid!important}.px-support-items>button{border-bottom:1px solid var(--linku-border)!important;border-radius:0!important;min-width:0!important}.px-support-items>button:last-child{border-bottom:0!important}.px-support-list .px-pagination{margin:0 16px!important}.px-support-room .modal-form{scroll-margin-top:90px!important}.export-confirmation{gap:22px!important;display:grid!important}.export-confirmation .modal-actions{border-top:1px solid var(--linku-border)!important;margin-top:0!important;padding-top:18px!important}.notification-modal .modal-body{min-height:180px!important;overflow:auto!important}.notification-modal .empty-state.small{text-align:center!important;align-content:center!important;place-items:center!important;gap:8px!important;min-height:180px!important;padding:32px 22px!important;display:grid!important}.notification-modal .empty-state.small h3{font-size:18px!important}.notification-modal .empty-state.small p{max-width:380px!important}.px-notification-list>button{text-align:left!important;border-bottom:1px solid var(--linku-border)!important;grid-template-columns:38px minmax(0,1fr) 18px!important;align-items:start!important;gap:12px!important;width:100%!important;padding:15px 18px!important;display:grid!important}.px-notification-list>button>div{min-width:0!important}.px-notification-list>button p,.px-notification-list>button strong{overflow-wrap:anywhere!important}.cookie-banner button,.cookie-banner button *{opacity:1!important;-webkit-text-fill-color:currentColor!important}.cookie-banner .btn-outline:hover,.cookie-banner .btn-outline:focus-visible,.cookie-banner .btn-ghost:hover,.cookie-banner .btn-ghost:focus-visible{color:#fff!important;-webkit-text-fill-color:#fff!important}.px-social-input{border-radius:10px!important;width:100%!important;max-width:100%!important}.px-social-input>span{font-size:13px!important;line-height:1.2!important}.px-social-input>input{padding-left:2px!important;font-size:15px!important;line-height:1.2!important}.px-social-input>input::placeholder{font-size:inherit!important;text-overflow:ellipsis!important}.prefixed-url-control{width:100%!important;max-width:100%!important}.field,.form-grid-two,.form-grid-three{min-width:0!important}.data-editor-section-content :where(.px-media-uploader,.media-uploader,.profile-media-uploader,.upload-zone),.px-repeat-card-body :where(.px-media-uploader,.media-uploader,.profile-media-uploader,.upload-zone){margin-top:10px!important}.data-editor-section-content :where(.form-grid-two,.form-grid-three)+:where(.px-media-uploader,.media-uploader,.profile-media-uploader,.upload-zone),.px-repeat-card-body :where(.form-grid-two,.form-grid-three)+:where(.px-media-uploader,.media-uploader,.profile-media-uploader,.upload-zone){margin-top:26px!important}.modal-body :where(.details-grid,.detail-grid,.modal-detail-grid)+.btn,.modal-body :where(.details-grid,.detail-grid,.modal-detail-grid)+button,.modal-body :where(.details-grid,.detail-grid,.modal-detail-grid)+.pass5-row-actions{margin-top:22px!important}.modal-body>.btn+.subscription-admin-actions,.modal-body>.pass5-row-actions+.subscription-admin-actions{margin-top:28px!important}.profile-action-menu button{min-width:0!important}.profile-action-menu button>span:first-child{gap:14px!important}.profile-action-menu button svg{flex:none!important}.profile-action-menu button span{min-width:0!important}.profile-action-menu.is-mobile-sheet .profile-action-sheet-actions{margin:0!important;padding:10px 18px 18px!important}.profile-action-menu.is-mobile-sheet .profile-action-sheet-actions button{padding-inline:14px!important}.profile-variant-dark .modal .consent-check,.profile-variant-dark .modal .consent-check span,.profile-variant-dark .modal .form-consent,.profile-variant-dark .modal .modal-lead,.profile-variant-dark .modal .inquiry-login-hint,.profile-variant-dark .modal .inquiry-login-hint button{color:#c9c4ce!important;-webkit-text-fill-color:#c9c4ce!important;opacity:1!important}.profile-variant-dark .modal .consent-check input{background:#171719!important;border-color:#817b88!important}.profile-variant-dark .modal .field small{color:#aaa4af!important;-webkit-text-fill-color:#aaa4af!important}.profile-variant-dark .modal input[type=month]{width:100%!important;max-width:100%!important;overflow:hidden!important}.brand-brief-row,.pass5-brief-card,.pass5-brief-cards article{gap:14px!important;min-width:0!important;display:grid!important}.brand-brief-row .panel-guidance,.pass5-brief-card .panel-guidance{grid-column:1/-1!important}.px-deal-list,.px-support-list{background:#fffdf9!important}.px-deal-items,.px-support-items{background:0 0!important}.px-deal-list .soft-empty,.px-support-list .soft-empty{padding:22px 0!important}.modal-actions{gap:10px!important}.modal-actions .btn{min-width:120px!important}@media (width<=760px){.wizard-card{overflow:visible!important}.wizard-actions{z-index:auto!important;border:0!important;border-top:1px solid var(--linku-border)!important;width:100%!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border-radius:0!important;margin:28px 0 0!important;padding:18px 0 0!important;position:static!important;bottom:auto!important}.wizard-actions>.btn{border-radius:13px!important;flex:1 1 0!important;min-height:52px!important}.px-social-input{grid-template-columns:minmax(0,44%) minmax(0,56%)!important}.px-social-input>span{padding-left:12px!important;padding-right:3px!important;font-size:12px!important}.px-social-input>input{padding-left:0!important;padding-right:10px!important;font-size:14px!important}.px-repeat-card>summary,.px-collapsible-editor>summary{min-height:62px!important;padding:12px 14px!important}.px-repeat-card-body,.px-collapsible-editor-body{padding:15px!important}.px-support-tabs{grid-template-columns:1fr!important}.notification-modal .modal-body{min-height:170px!important}.px-notification-list>button{padding:14px 16px!important}.modal-actions{grid-template-columns:1fr!important;display:grid!important}.modal-actions .btn{width:100%!important;min-width:0!important}}@media (width<=430px){.px-social-input{grid-template-columns:minmax(0,46%) minmax(0,54%)!important}.px-social-input>span{letter-spacing:-.01em!important;font-size:11px!important}.px-social-input>input{font-size:13px!important}.wizard-actions{gap:8px!important}.wizard-actions>.btn{padding-inline:8px!important;font-size:14px!important}.profile-action-menu.is-mobile-sheet .profile-action-sheet-actions{padding-inline:12px!important}}.px-list-tool-buttons{grid-template-columns:repeat(2,minmax(0,1fr))!important}.px-list-tool-buttons>button{min-width:0!important}.px-list-tool-buttons>button small{margin-left:auto;color:inherit!important;opacity:.72!important;white-space:nowrap!important;font-size:9px!important;font-weight:650!important}.px-sort-options{gap:8px!important;display:grid!important}.px-sort-options>button{border:1px solid var(--linku-border)!important;text-align:left!important;background:#fffdf9!important;border-radius:11px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:48px!important;padding:0 15px!important;font-weight:750!important;display:flex!important}.px-sort-options>button.active{color:#fff!important;background:#111!important;border-color:#111!important}.profile-variant-dark .modal .modal-lead{color:#f2edf4!important;-webkit-text-fill-color:#f2edf4!important;background:#2a282d!important;border:1px solid #3b383f!important}.profile-variant-dark .modal .modal-lead *{color:inherit!important;-webkit-text-fill-color:inherit!important}.canonical-profile-intro.has-cover-image{padding-top:clamp(170px,22vw,270px);position:relative}.canonical-cover-image{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:22px;height:clamp(190px,25vw,310px);position:absolute;inset:0 0 auto;overflow:hidden;box-shadow:0 18px 48px #0f0f1014}.canonical-cover-image>span{transform-origin:50%;background-repeat:no-repeat;background-size:cover;display:block;position:absolute;inset:-3%}.canonical-profile-intro.has-cover-image .canonical-hero-grid{z-index:1;border:1px solid var(--profile-border);background:color-mix(in srgb,var(--profile-bg) 94%,transparent);-webkit-backdrop-filter:blur(16px);border-radius:20px;margin-top:-18px;padding:22px;position:relative}.canonical-work-grid.count-1>.is-featured{max-height:360px;grid-template-columns:minmax(280px,52%) minmax(0,1fr)!important}.canonical-work-grid.count-1>.is-featured .canonical-work-media{height:360px!important;min-height:0!important;max-height:360px!important}.canonical-work-grid.count-1>.is-featured .canonical-work-copy{justify-content:center;min-height:0!important}.px-shared-link-fields.with-followers{align-items:start;grid-template-columns:minmax(150px,.9fr) minmax(150px,.85fr) minmax(230px,1.35fr) minmax(150px,.7fr)!important}.px-shared-link-fields .field,.px-shared-link-fields .input,.px-shared-link-fields input{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.px-shared-link-fields input[type=number]{padding-right:38px!important}.px-case-editor-body{row-gap:18px!important}.px-case-editor-body>div{gap:18px;display:grid}.px-case-media{margin:6px 0 2px!important}.px-case-media+.textarea,.px-case-editor-body textarea{margin-top:4px!important}.px-shared-links-editor .field-hint+*,.px-shared-links-editor .field-hint{margin-bottom:4px}.creator-brief-tabs{gap:8px;margin:18px 0 22px;display:flex}.creator-brief-tabs button{border:1px solid var(--border);background:var(--surface);border-radius:10px;min-height:44px;padding:0 16px;font-weight:800}.creator-brief-tabs button.active{color:#fff;background:#111;border-color:#111}.creator-brief-tabs b{opacity:.72;margin-left:7px;font-size:11px}.creator-application-list{gap:12px;display:grid}.creator-application-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.creator-application-card h3{margin:9px 0 4px}.creator-application-card p,.creator-application-card small{color:var(--muted);margin:0}.auth-context-hint{color:var(--muted);margin:4px 0 0;font-size:13px}.auth-context-hint button{color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.checkout-promotion-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.checkout-promotion-row .btn{min-width:112px}.checkout-price.has-discount{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.checkout-old-price{color:var(--muted);font-size:24px;text-decoration:line-through}.checkout-discount-summary{color:#246b3d;background:#edf9f1;border:1px solid #b8dfc5;border-radius:10px;padding:12px 14px}.founding-ready{margin-bottom:16px!important}.founding-submit-row{margin-top:18px!important}.founding-submit-blockers{color:var(--danger);gap:6px;margin:10px 0 0;font-size:12px;display:grid}@media (width<=760px){.canonical-profile-intro.has-cover-image{padding-top:145px}.canonical-cover-image{border-radius:16px;height:180px}.canonical-profile-intro.has-cover-image .canonical-hero-grid{margin-top:-8px;padding:14px}.canonical-work-grid.count-1>.is-featured{max-height:none;grid-template-columns:1fr!important;display:grid!important}.canonical-work-grid.count-1>.is-featured .canonical-work-media{height:230px!important;max-height:230px!important}.px-shared-link-fields.with-followers{grid-template-columns:1fr!important}.creator-application-card{flex-direction:column;align-items:flex-start}.creator-application-card .card-actions,.creator-application-card .btn{width:100%}.checkout-promotion-row{grid-template-columns:1fr}.checkout-promotion-row .btn{width:100%}}@media (width>=761px){.px-shared-link-fields.with-followers{grid-template-columns:minmax(0,.82fr) minmax(0,.82fr) minmax(0,1.28fr) minmax(112px,.62fr)!important}}.px-shared-link-fields.with-followers>.field{min-width:0!important;overflow:hidden!important}.px-shared-link-fields.with-followers input[type=number]{width:100%!important;min-width:0!important;max-width:100%!important}.px-case-editor-body .px-case-media{margin-top:18px!important;margin-bottom:16px!important}.px-case-editor-body .px-case-media+textarea,.px-case-editor-body .px-case-media+.textarea,.px-case-editor-body .px-case-media+.field,.px-repeat-editor .media-uploader+textarea,.px-repeat-editor .profile-media-uploader+textarea{margin-top:14px!important}.px-list-tool-buttons>button{white-space:nowrap!important;overflow:hidden!important}.px-list-tool-buttons>button>small{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:46%!important;overflow:hidden!important}.founding-ready{align-items:center!important;gap:8px!important;margin:14px 0 18px!important;display:flex!important}.founding-panel-stack .panel-card>.founding-ready+.btn{margin-top:0!important}.founding-submit-blockers{margin-top:14px!important}.canonical-work-grid.count-1>.is-featured{max-height:330px!important}.canonical-work-grid.count-1>.is-featured .canonical-work-media{height:330px!important;max-height:330px!important}.notification-modal .modal-head h2{font-size:22px!important}.px-notification-list>button{cursor:pointer!important}.application-action-group{border-top:1px solid var(--linku-border)!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:18px!important;padding-top:16px!important;display:flex!important}.application-action-group .btn{min-height:44px!important}@media (width<=760px){.canonical-work-grid.count-1>.is-featured{max-height:none!important}.canonical-work-grid.count-1>.is-featured .canonical-work-media{height:220px!important;max-height:220px!important}.px-list-tool-buttons>button>small{max-width:42%!important}.application-action-group{grid-template-columns:1fr!important;display:grid!important}.application-action-group .btn,.application-action-group a{width:100%!important}}.activity-view-tabs{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.activity-view-tabs button{border:1px solid var(--linku-border);min-height:38px;color:var(--linku-text);background:#fffdf9;border-radius:10px;padding:0 13px;font-size:12px;font-weight:800}.activity-view-tabs button.active{color:#fff;background:#111;border-color:#111}@media (width<=760px){.activity-view-tabs{grid-template-columns:1fr 1fr 1fr;width:100%;display:grid}.activity-view-tabs button{min-width:0;padding-inline:7px}:where(input,select,textarea,.input,.linku-select,.px-social-input>input,.prefixed-url-control>input){font-size:16px!important}}.px-social-input,.prefixed-url-control{align-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important;overflow:hidden!important}.px-social-input>span,.prefixed-url-control>span{text-overflow:clip!important;white-space:nowrap!important;flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;padding:0 4px 0 14px!important;font-size:14px!important;line-height:1!important;overflow:visible!important}.px-social-input>input,.prefixed-url-control>input{text-overflow:ellipsis!important;white-space:nowrap!important;flex:1 1 0!important;width:1%!important;min-width:0!important;max-width:100%!important;padding-left:2px!important;padding-right:14px!important;font-size:16px!important;overflow:hidden!important}.px-social-input>input::placeholder,.prefixed-url-control>input::placeholder{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;overflow:hidden!important}.px-shared-link-fields,.px-shared-link-fields.with-followers{grid-template-columns:minmax(0,.82fr) minmax(0,.9fr) minmax(0,1.32fr)!important;min-width:0!important}.px-shared-link-fields.with-followers{grid-template-columns:minmax(0,.78fr) minmax(0,.84fr) minmax(0,1.18fr) minmax(118px,.58fr)!important}.px-shared-link-fields>.field{min-width:0!important}@media (width<=1040px) and (width>=761px){.px-shared-link-fields,.px-shared-link-fields.with-followers{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=760px){.px-shared-link-fields,.px-shared-link-fields.with-followers{grid-template-columns:1fr!important}.px-social-input>span,.prefixed-url-control>span{padding-left:13px!important;padding-right:4px!important;font-size:13px!important}.px-social-input>input,.prefixed-url-control>input{padding-right:12px!important;font-size:16px!important}}@media (width<=370px){.px-social-input>span{letter-spacing:-.015em!important;padding-left:10px!important;padding-right:3px!important;font-size:12px!important}}.wizard-card{isolation:isolate!important;position:relative!important}.wizard-actions{z-index:30!important;pointer-events:auto!important;isolation:isolate!important;position:relative!important}.wizard-actions>.btn{z-index:1!important;pointer-events:auto!important;touch-action:manipulation!important;position:relative!important}@media (width<=760px){.wizard-card{overflow:visible!important}.wizard-actions{border:0!important;border-top:1px solid var(--linku-border)!important;width:100%!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border-radius:0!important;margin:30px 0 0!important;padding:18px 0 0!important;position:relative!important;inset:auto!important}.wizard-actions>.btn{flex:1 1 0!important;min-width:0!important;min-height:54px!important}.canonical-mobile-identity{margin-bottom:6px!important}.canonical-bio{margin-top:26px!important}}@container profile-preview (width<=760px){.canonical-mobile-identity{margin-bottom:6px!important}.canonical-bio{margin-top:26px!important}}@media (width<=760px){.canonical-growth-bar{top:max(8px,env(safe-area-inset-top))!important;z-index:48!important;border:1px solid color-mix(in srgb,var(--profile-border) 86%,transparent)!important;background:color-mix(in srgb,var(--profile-surface) 96%,#fff 4%)!important;border-radius:999px!important;width:calc(100% - 24px)!important;min-height:52px!important;margin:10px auto 0!important;position:sticky!important;overflow:hidden!important;box-shadow:0 12px 34px #08080a29!important}.canonical-growth-bar-main{text-align:left!important;justify-content:flex-start!important;min-height:50px!important;padding:0 8px 0 16px!important;font-size:12px!important}.canonical-growth-bar-main img{flex:0 0 19px!important;width:19px!important;height:19px!important;display:block!important}.canonical-growth-bar-main span{flex:auto!important}.canonical-growth-bar-close{border-left:1px solid color-mix(in srgb,var(--profile-border) 70%,transparent)!important;width:48px!important;min-height:50px!important}}.menu-morph{width:22px;height:18px;display:block;position:relative}.menu-morph i{transform-origin:50%;background:currentColor;border-radius:2px;width:20px;height:2px;transition:transform .22s,top .22s,opacity .15s;position:absolute;left:1px}.menu-morph i:first-child{top:2px}.menu-morph i:nth-child(2){top:8px}.menu-morph i:nth-child(3){top:14px}.menu-morph.is-open i:first-child{top:8px;transform:rotate(45deg)}.menu-morph.is-open i:nth-child(2){opacity:0;transform:scaleX(.25)}.menu-morph.is-open i:nth-child(3){top:8px;transform:rotate(-45deg)}.mobile-nav-floating-close{top:max(10px,env(safe-area-inset-top))!important;z-index:2147483003!important;border:1px solid var(--linku-border)!important;background:var(--linku-bg)!important;width:42px!important;height:42px!important;min-height:42px!important;color:var(--linku-text)!important;border-radius:11px!important;place-items:center!important;padding:0!important;display:grid!important;position:fixed!important;right:12px!important;box-shadow:0 6px 18px #0f0f1014!important}.mobile-nav-head{padding-right:58px!important}.mobile-nav-head .legacy-mobile-close{display:none!important}.px-wizard .profile-preview-overlay-root:empty{pointer-events:none!important}@media (max-width: 760px){.hero-actions,
  .wizard-actions,
  .modal-actions{width:100%
  }.hero-actions{gap:12px!important
  }.hero-actions .btn{flex:0 0 auto!important;width:100%!important;min-height:58px!important;height:auto!important;padding:15px 20px!important
  }.wizard-actions .btn,
  .modal-actions .btn{flex:0 1 auto!important;min-height:48px!important;height:auto!important
  }}.profile-action-backdrop,
.profile-action-backdrop.is-mobile{background:rgba(8, 8, 10, .54)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important
}.canonical-profile-action-sheet,
.profile-action-menu.canonical-profile-action-sheet{background:var(--profile-surface-raised, var(--profile-surface, #fffdf9))!important;color:var(--profile-text, #111113)!important;border-color:var(--profile-border, #ded4c7)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:0 22px 64px rgba(0, 0, 0, .24)!important;isolation:isolate
}.profile-variant-dark .canonical-profile-action-sheet,
[data-theme="dark"] .canonical-profile-action-sheet{background:#171719!important;color:#f7f4ed!important;border-color:#343438!important
}.canonical-profile-action-sheet button{color:inherit!important
}.canonical-profile-action-sheet button:hover,
.canonical-profile-action-sheet button:focus-visible,
.canonical-profile-action-sheet button.active{background:color-mix(in srgb, var(--profile-accent, #9f7a43) 18%, var(--profile-surface-raised, var(--profile-surface, #fffdf9)))!important
}.profile-variant-dark .canonical-profile-action-sheet button:hover,
.profile-variant-dark .canonical-profile-action-sheet button:focus-visible,
.profile-variant-dark .canonical-profile-action-sheet button.active,
[data-theme="dark"] .canonical-profile-action-sheet button:hover,
[data-theme="dark"] .canonical-profile-action-sheet button:focus-visible,
[data-theme="dark"] .canonical-profile-action-sheet button.active{background:#2a2825!important
}.canonical-profile-action-sheet .danger{color:#d64f45!important
}.profile-variant-dark .canonical-profile-action-sheet .danger,
[data-theme="dark"] .canonical-profile-action-sheet .danger{color:#ff776d!important
}@media (max-width: 760px){.canonical-profile-action-sheet.is-mobile,
  .profile-action-menu.canonical-profile-action-sheet.is-mobile{width:100%!important;max-height:min(72dvh, 620px)!important;padding-bottom:calc(12px + env(safe-area-inset-bottom))!important;border-radius:22px 22px 0 0!important;overflow-y:auto!important;overscroll-behavior:contain!important
  }}.compact-save-panel,
.save-panel.template-save-panel.compact-save-panel{gap:10px!important;padding:18px!important;max-height:calc(100dvh - 112px)!important;overflow:auto!important
}.compact-save-panel .save-panel-status{padding-bottom:12px!important;margin-bottom:2px!important;border-bottom:1px solid rgba(255, 255, 255, .16)!important
}.compact-save-panel > .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:48px!important;height:auto!important;padding:12px 16px!important;white-space:normal!important;text-align:center!important;opacity:1!important
}.compact-save-panel > .btn-dark,
.compact-save-panel > .btn.btn-dark{background:#f7f4ed!important;color:#111113!important;border-color:#f7f4ed!important
}.compact-save-panel > .btn-outline,
.compact-save-panel > .btn.btn-outline{background:transparent!important;color:#f7f4ed!important;border-color:rgba(247, 244, 237, .9)!important
}.compact-save-panel > .btn-ghost,
.compact-save-panel > .btn.btn-ghost{background:transparent!important;color:#ded9d1!important;border-color:transparent!important
}.compact-save-panel > .btn:disabled{opacity:.55!important;cursor:not-allowed!important
}@media (max-width: 1000px){.compact-save-panel,
  .save-panel.template-save-panel.compact-save-panel{position:static!important;max-height:none!important
  }}@media (min-width: 1001px){.pass4-legal-page,
  .pass4-legal-page .container,
  .pass4-legal-page .legal-layout{overflow:visible!important
  }.pass4-legal-page .legal-layout{align-items:start!important
  }.pass4-legal-page .legal-navigation{position:-webkit-sticky!important;position:sticky!important;top:96px!important;align-self:start!important;max-height:calc(100vh - 116px)!important;overflow-y:auto!important;overscroll-behavior:contain!important
  }}@media (max-width: 1000px){.pass4-legal-page .legal-navigation{position:static!important;top:auto!important;max-height:none!important;overflow:visible!important
  }}img[data-linku-logo-variant]{filter:none!important;-webkit-filter:none!important
}.product-screenshot-trigger img,
.product-screenshot img,
.screenshot-frame img,
[data-product-screenshot] img{object-fit:contain!important;object-position:center top!important;height:auto!important;max-width:100%!important
}.product-lightbox-stage,
.screenshot-lightbox-stage,
[data-lightbox-stage]{touch-action:none!important;overscroll-behavior:contain!important
}@media (max-width: 760px){.canonical-profile-footer,
  .site-footer{padding-bottom:max(20px, env(safe-area-inset-bottom))!important
  }}@media (max-width: 760px){.canonical-profile-shell{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important
  }.canonical-growth-bar{position:fixed!important;top:auto!important;right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;left:12px!important;z-index:80!important;width:auto!important;max-width:420px!important;min-height:52px!important;margin:0 auto!important;border:1px solid color-mix(in srgb, var(--profile-border) 82%, transparent)!important;border-radius:999px!important;background:color-mix(in srgb, var(--profile-surface) 96%, #fff 4%)!important;overflow:hidden!important;box-shadow:0 14px 40px rgba(8, 8, 10, .22)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important
  }.canonical-growth-bar-main{justify-content:flex-start!important;min-height:52px!important;padding:0 8px 0 17px!important;text-align:left!important;font-size:12px!important
  }.canonical-growth-bar-close{width:48px!important;min-height:52px!important
  }}.profile-preview-device .canonical-growth-bar,
.profile-preview-modal-stage .canonical-growth-bar,
.profile-preview-overlay-root .canonical-growth-bar,
.profile-preview-shell .canonical-growth-bar,
.profile-preview-frame .canonical-growth-bar,
.px-wizard .canonical-growth-bar,
[data-profile-preview] .canonical-growth-bar,
.canonical-growth-bar[hidden]{display:none!important
}body.linku-profile-overlay-open .canonical-growth-bar{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px)!important
}body.linku-growth-bar-visible .canonical-profile-shell{padding-bottom:calc(82px + env(safe-area-inset-bottom))!important
}.canonical-growth-bar{position:fixed!important;top:auto!important;right:22px!important;bottom:calc(22px + env(safe-area-inset-bottom))!important;left:auto!important;z-index:74!important;width:min(360px, calc(100vw - 32px))!important;min-height:50px!important;margin:0!important;color:var(--profile-text, #111113)!important;border:1px solid color-mix(in srgb, var(--profile-border, #ded4c7) 88%, transparent)!important;border-radius:16px!important;background:color-mix(in srgb, var(--profile-surface-raised, #fffdf9) 96%, #fff 4%)!important;overflow:hidden!important;box-shadow:0 16px 46px rgba(8, 8, 10, .20)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;transition:opacity .18s ease, transform .18s ease, visibility .18s ease!important
}.canonical-growth-bar-main{justify-content:flex-start!important;gap:10px!important;min-height:50px!important;padding:0 10px 0 14px!important;text-align:left!important;font-size:12.5px!important;line-height:1.25!important;letter-spacing:-.01em!important
}.canonical-growth-bar-main img.linku-growth-logo{display:block!important;flex:0 0 20px!important;width:20px!important;height:20px!important;object-fit:contain!important
}.canonical-growth-bar-main span{flex:1 1 auto!important;min-width:0!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important
}.canonical-growth-bar-main svg{flex:0 0 auto!important
}.canonical-growth-bar-close{width:46px!important;min-height:50px!important;border-left:1px solid color-mix(in srgb, var(--profile-border, #ded4c7) 76%, transparent)!important
}.canonical-growth-bar-main:hover,
.canonical-growth-bar-main:focus-visible{background:color-mix(in srgb, var(--profile-accent, #9f7a43) 9%, transparent)!important
}@media (max-width: 760px){body.linku-growth-bar-visible .canonical-profile-shell{padding-bottom:calc(84px + env(safe-area-inset-bottom))!important
  }.canonical-growth-bar{right:14px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;left:14px!important;width:auto!important;max-width:396px!important;min-height:52px!important;margin:0 auto!important;border-radius:15px!important
  }.canonical-growth-bar-main{min-height:52px!important;padding-left:14px!important;font-size:12px!important
  }.canonical-growth-bar-close{width:46px!important;min-height:52px!important
  }}@media (max-width: 760px){.px-help-floating{right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important
  }body:has(.wizard-actions) .px-help-floating,
  body:has(.profile-preview-modal-stage) .px-help-floating{display:none!important
  }}.compact-save-panel > .btn:disabled,
.compact-save-panel > .btn-dark:disabled{background:#242426!important;color:#a9a5ae!important;border-color:#303034!important;opacity:1!important
}.panel-card-head > button,
.panel-card-head > .btn,
.admin-responsive-filters button,
.activity-view-tabs button{min-height:40px
}@media (max-width: 760px){.panel-card-head{align-items:flex-start!important;gap:12px!important
  }.panel-card-head > button,
  .panel-card-head > .btn{max-width:100%;white-space:normal
  }}.canonical-profile-shell.is-embedded-profile,
.profile-preview-device .canonical-profile-shell,
.profile-preview-modal-stage .canonical-profile-shell,
.profile-preview-overlay-root .canonical-profile-shell,
.profile-preview-shell .canonical-profile-shell,
.profile-preview-frame .canonical-profile-shell,
.profile-panel-preview .canonical-profile-shell,
.profile-live-preview .canonical-profile-shell,
.save-panel-live-preview .canonical-profile-shell,
.canonical-profile-preview .canonical-profile-shell,
.px-wizard .canonical-profile-shell,
[data-profile-preview] .canonical-profile-shell{min-height:0!important;height:auto!important;padding-bottom:0!important
}.canonical-profile-shell.is-embedded-profile > .canonical-profile-footer,
.profile-preview-device .canonical-profile-footer,
.profile-preview-modal-stage .canonical-profile-footer,
.profile-preview-overlay-root .canonical-profile-footer,
.profile-preview-shell .canonical-profile-footer,
.profile-preview-frame .canonical-profile-footer,
.profile-panel-preview .canonical-profile-footer,
.profile-live-preview .canonical-profile-footer,
.save-panel-live-preview .canonical-profile-footer,
.canonical-profile-preview .canonical-profile-footer,
.px-wizard .canonical-profile-footer,
[data-profile-preview] .canonical-profile-footer{display:block!important;flex:0 0 auto!important;width:100%!important;min-height:0!important;height:auto!important;padding:0!important;margin:0!important
}.canonical-profile-shell.is-embedded-profile .canonical-profile-footer-inner,
.profile-preview-device .canonical-profile-footer-inner,
.profile-preview-modal-stage .canonical-profile-footer-inner,
.profile-preview-overlay-root .canonical-profile-footer-inner,
.profile-preview-shell .canonical-profile-footer-inner,
.profile-preview-frame .canonical-profile-footer-inner,
.profile-panel-preview .canonical-profile-footer-inner,
.profile-live-preview .canonical-profile-footer-inner,
.save-panel-live-preview .canonical-profile-footer-inner,
.canonical-profile-preview .canonical-profile-footer-inner,
.px-wizard .canonical-profile-footer-inner,
[data-profile-preview] .canonical-profile-footer-inner{width:calc(100% - 32px)!important;min-height:62px!important;height:auto!important;margin:0 auto!important;padding:12px 0!important;align-items:center!important;align-content:center!important;gap:6px 14px!important
}@container profile-preview (max-width: 760px){.canonical-profile-shell.is-embedded-profile .canonical-profile-footer-inner{min-height:66px!important;padding:11px 0!important;gap:5px 12px!important
  }}.profile-panel-preview .canonical-growth-bar,
.profile-live-preview .canonical-growth-bar,
.save-panel-live-preview .canonical-growth-bar,
.canonical-profile-preview .canonical-growth-bar,
.px-real-profile-preview .canonical-growth-bar,
.is-embedded-profile .canonical-growth-bar{display:none!important
}@media (max-width: 760px){.canonical-profile-footer{padding-bottom:0!important
  }}.canonical-profile-footer{display:block!important;height:auto!important;min-height:0!important;padding-top:0!important
}.home-secondary-showcase,
.home-broad-audience{display:none!important }.canonical-overview-brief{display:none!important }.linku-demo-profile-notice{position:relative;z-index:4;display:flex;align-items:center;justify-content:center;gap:10px;width:min(100% - 32px, 1180px);margin:0 auto 18px;padding:10px 14px;border:1px solid rgba(184,154,90,.38);border-radius:999px;background:rgba(255,250,239,.94);color:#332a1e;font-size:13px;line-height:1.4;text-align:center;box-shadow:0 10px 28px rgba(30,24,16,.08)
}.linku-demo-profile-notice strong{font-weight:800;white-space:nowrap }.linku-external-booking-note{display:block;margin:8px 0 4px;color:inherit;opacity:.68;font-size:12px }@media (max-width: 640px){.linku-demo-profile-notice{align-items:flex-start;border-radius:18px;text-align:left }}.canonical-profile-footer{display:none!important }.canonical-profile-renderer{padding-bottom:max(26px, env(safe-area-inset-bottom))!important }.canonical-profile-shell.is-embedded-profile .canonical-profile-renderer,
.profile-preview-device .canonical-profile-renderer,
.profile-preview-modal-stage .canonical-profile-renderer{padding-bottom:max(20px, env(safe-area-inset-bottom))!important }.canonical-profile-shell:not(.is-embedded-profile) .canonical-growth-bar{display:flex!important }.canonical-profile-shell:not(.is-embedded-profile) .canonical-growth-bar[hidden]{display:none!important }.profile-preview-device .canonical-growth-bar,
.profile-preview-modal-stage .canonical-growth-bar,
.profile-preview-overlay-root .canonical-growth-bar,
.profile-preview-shell .canonical-growth-bar,
.profile-preview-frame .canonical-growth-bar,
.profile-panel-preview .canonical-growth-bar,
.profile-live-preview .canonical-growth-bar,
.save-panel-live-preview .canonical-growth-bar,
.canonical-profile-preview .canonical-growth-bar,
.px-wizard .canonical-growth-bar,
[data-profile-preview] .canonical-growth-bar,
.is-embedded-profile .canonical-growth-bar{display:none!important }.linku-profile-section-collapsed{display:none!important }.linku-profile-more-toggle{display:none;align-items:center;justify-content:center;width:min(100% - 32px, 520px);margin:4px auto 30px;padding:13px 18px;border:1px solid rgba(35, 30, 24, .16);border-radius:999px;background:rgba(255,255,255,.72);color:inherit;font:inherit;font-size:14px;font-weight:750;cursor:pointer;box-shadow:0 8px 22px rgba(20,16,10,.06);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)
}.linku-profile-more-toggle:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(20,16,10,.1) }.linku-profile-more-toggle.is-preview{width:calc(100% - 24px);margin-bottom:22px }.linku-product-toast-host{position:fixed;right:18px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:12000;display:grid;gap:8px;width:min(390px, calc(100vw - 36px));pointer-events:none }.linku-product-toast{transform:translateY(12px);opacity:0;padding:13px 16px;border:1px solid rgba(18,18,18,.13);border-radius:14px;background:#181818;color:#fff;font-size:14px;line-height:1.45;box-shadow:0 18px 45px rgba(0,0,0,.22);transition:.22s ease }.linku-product-toast.is-visible{transform:translateY(0);opacity:1 }.linku-product-toast.is-error{background:#7f1d1d }.linku-deal-terms{margin:18px 0;padding:22px!important;border:1px solid rgba(184,154,90,.28)!important;background:linear-gradient(145deg, rgba(255,252,246,.98), rgba(249,246,239,.96))!important }.linku-terms-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px }.linku-terms-head > div:first-child > span,
.linku-activation-head > div:first-child > span,
.linku-brand-toolbox > div:first-child > span{display:block;margin-bottom:5px;color:#8d7240;font-size:11px;font-weight:850;letter-spacing:.12em }.linku-terms-head h3{margin:0;font-size:clamp(20px, 2.1vw, 28px);line-height:1.12 }.linku-terms-head p{margin:8px 0 0;color:#6b6258;font-size:14px }.linku-terms-version{flex:0 0 auto;padding:8px 11px;border-radius:999px;background:#1d1b18;color:#fff;font-size:12px;font-weight:800 }.linku-acceptance-state{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 }.linku-acceptance-state span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(56,51,45,.13);border-radius:999px;background:rgba(255,255,255,.72);color:#6b6258;font-size:12px;font-weight:700 }.linku-acceptance-state span.is-accepted{border-color:rgba(22,101,52,.25);background:#eaf7ef;color:#166534 }.linku-acceptance-state i{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:rgba(0,0,0,.07);font-style:normal }.linku-acceptance-state .is-accepted i{background:#166534;color:#fff }.linku-terms-summary{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px }.linku-terms-summary-item{min-width:0;padding:13px 14px;border:1px solid rgba(39,35,29,.1);border-radius:14px;background:rgba(255,255,255,.72) }.linku-terms-summary-item.is-wide{grid-column:1 / -1 }.linku-terms-summary-item small{display:block;margin-bottom:5px;color:#756b5f;font-size:11px;font-weight:760;text-transform:uppercase;letter-spacing:.05em }.linku-terms-summary-item strong{display:block;color:#241f19;font-size:14px;line-height:1.5;white-space:pre-line }.linku-terms-empty{padding:18px;border:1px dashed rgba(142,114,64,.4);border-radius:15px;background:rgba(255,255,255,.6) }.linku-terms-empty strong{display:block;margin-bottom:5px }.linku-terms-empty p{margin:0;color:#6b6258;font-size:14px }.linku-terms-editor{margin-top:16px;border-top:1px solid rgba(35,31,26,.1) }.linku-terms-editor > summary{padding:16px 2px 2px;cursor:pointer;color:#2a251f;font-size:14px;font-weight:800 }.linku-terms-form{display:grid;grid-template-columns:repeat(2, minmax(0,1fr));gap:14px;padding-top:16px }.linku-terms-form label{display:grid;gap:7px;color:#342e27;font-size:13px;font-weight:750 }.linku-terms-form label.is-wide, .linku-terms-form-actions.is-wide{grid-column:1 / -1 }.linku-terms-form input, .linku-terms-form textarea, .linku-terms-form select,
.linku-invite-form input, .linku-invite-form textarea, .linku-invite-form select{width:100%;min-height:46px;padding:11px 12px;border:1px solid rgba(38,34,29,.18);border-radius:11px;background:#fff;color:#1f1c18;font:inherit;font-size:14px;resize:vertical }.linku-terms-form input:focus, .linku-terms-form textarea:focus, .linku-terms-form select:focus,
.linku-invite-form input:focus, .linku-invite-form textarea:focus, .linku-invite-form select:focus{outline:3px solid rgba(184,154,90,.2);border-color:#b89a5a }.linku-terms-form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:4px }.linku-terms-form-actions p{margin:0;color:#71675c;font-size:12px }.linku-activation-card{margin-bottom:20px;overflow:hidden }.linku-activation-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px }.linku-activation-head h2{margin:0 }.linku-activation-head p{max-width:720px;margin:8px 0 0;color:var(--muted, #70675e) }.linku-activation-progress{flex:0 0 auto;display:grid;place-items:center;min-width:88px;padding:11px;border-radius:16px;background:#171717;color:#fff }.linku-activation-progress strong{font-size:22px }.linku-activation-progress span{font-size:10px;opacity:.72;text-transform:uppercase;letter-spacing:.08em }.linku-activation-bar{height:6px;margin:18px 0 14px;overflow:hidden;border-radius:999px;background:rgba(20,20,20,.08) }.linku-activation-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg, #b89a5a, #d1b878);transition:width .3s ease }.linku-activation-list{display:grid;gap:8px }.linku-activation-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid rgba(28,25,21,.1);border-radius:13px;background:rgba(255,255,255,.64) }.linku-activation-check{display:grid;place-items:center;width:25px;height:25px;border:1px solid rgba(35,31,26,.2);border-radius:50%;color:#fff;font-size:13px;font-weight:900 }.linku-activation-item.is-complete .linku-activation-check{border-color:#166534;background:#166534 }.linku-activation-item strong{display:block;margin-bottom:2px;font-size:14px }.linku-activation-item p{margin:0;color:#756c62;font-size:12px;line-height:1.45 }.linku-activation-item > a{padding:8px 11px;border-radius:9px;color:#22201c;background:rgba(184,154,90,.14);font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap }.linku-activation-item.is-complete > a{color:#166534;background:#eaf7ef }.linku-creator-invitations{margin-bottom:20px }.linku-invitation-list{display:grid;gap:10px }.linku-invitation-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px;border:1px solid rgba(35,31,26,.11);border-radius:14px }.linku-invitation-list h3{margin:7px 0 3px }.linku-invitation-list p, .linku-invitation-list small{margin:0;color:#71685e }.linku-invitation-list small{display:block;margin-top:7px }.linku-invitation-actions{display:flex;flex:0 0 auto;gap:8px }.linku-brand-toolbox{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;background:linear-gradient(140deg, #fbf7ef, #fff)!important }.linku-brand-toolbox h2{margin:0 }.linku-brand-toolbox p{max-width:680px;margin:7px 0 0;color:#71685e }.linku-brand-toolbox-actions{display:flex;flex:0 0 auto;gap:9px }.linku-tool-open{overflow:hidden!important }.linku-tool-overlay{position:fixed;inset:0;z-index:11000;display:grid;place-items:center;padding:20px;background:rgba(17,16,14,.58);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px) }.linku-tool-dialog{width:min(760px, 100%);max-height:min(780px, calc(100vh - 40px));overflow:hidden;border:1px solid rgba(255,255,255,.32);border-radius:22px;background:#fbfaf7;box-shadow:0 28px 90px rgba(0,0,0,.3) }.linku-comparison-dialog .linku-tool-dialog{width:min(1120px, 100%) }.linku-tool-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid rgba(30,27,23,.1) }.linku-tool-dialog-head h2{margin:0;font-size:22px }.linku-tool-dialog-head button{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:rgba(30,27,23,.08);font-size:25px;cursor:pointer }.linku-tool-dialog-body{max-height:calc(100vh - 130px);overflow:auto;padding:20px }.linku-invite-form{display:grid;gap:15px }.linku-invite-form label{display:grid;gap:7px;font-size:13px;font-weight:780 }.linku-dialog-actions{display:flex;justify-content:flex-end;gap:9px;padding-top:4px }.linku-comparison-scroll{overflow:auto }.linku-comparison-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;font-size:13px }.linku-comparison-table th, .linku-comparison-table td{padding:12px;border-right:1px solid rgba(28,25,21,.09);border-bottom:1px solid rgba(28,25,21,.09);text-align:left;vertical-align:top }.linku-comparison-table th:first-child{position:sticky;left:0;z-index:2;width:190px;background:#f4efe6 }.linku-comparison-table thead th{position:sticky;top:0;z-index:3;background:#f4efe6 }.linku-comparison-table thead th:first-child{z-index:4 }.linku-comparison-table thead strong, .linku-comparison-table thead small{display:block }.linku-comparison-table thead small{margin-top:3px;color:#766d62;font-weight:500 }.linku-comparison-actions td{display:grid;gap:7px }.linku-comparison-actions a{color:#2a251f;font-weight:700;text-align:center }.linku-brand-brief-status{margin-bottom:18px }.linku-brand-brief-status .panel-card-head p{margin:6px 0 0;color:#70675e }.linku-brief-status-list{display:grid;gap:12px }.linku-brief-status-list > article{padding:16px;border:1px solid rgba(30,27,23,.1);border-radius:15px;background:rgba(255,255,255,.68) }.linku-brief-status-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px }.linku-brief-status-title h3{margin:7px 0 3px }.linku-brief-status-title p{margin:0;color:#71685e;font-size:13px }.linku-brief-status-title > a{color:#2a251f;font-size:13px;font-weight:800 }.linku-brief-funnel{display:grid;grid-template-columns:repeat(5, minmax(0,1fr));gap:7px;margin:14px 0 }.linku-brief-funnel span{padding:10px;border-radius:11px;background:#f4f0e9;color:#70675e;font-size:10px;text-transform:uppercase;letter-spacing:.04em;text-align:center }.linku-brief-funnel strong{display:block;margin-bottom:2px;color:#211e1a;font-size:18px }.linku-brief-missing{margin:0 0 11px;padding:10px 12px;border-radius:10px;background:#fff5d9;color:#6b5316;font-size:12px }.linku-invitation-status-chips{display:flex;flex-wrap:wrap;gap:7px }.linku-invitation-status-chips span{padding:7px 9px;border-radius:999px;background:#f0ece5;color:#655d54;font-size:11px }.linku-invitation-status-chips .is-accepted{background:#e8f5e9;color:#166534 }.linku-invitation-status-chips .is-declined{background:#f5ebeb;color:#8b2828 }@media (max-width: 760px){.linku-product-toast-host{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));width:calc(100vw - 24px) }.linku-deal-terms{padding:17px!important }.linku-terms-head, .linku-activation-head, .linku-brand-toolbox, .linku-invitation-list article{align-items:stretch;flex-direction:column }.linku-terms-summary, .linku-terms-form{grid-template-columns:1fr }.linku-terms-summary-item.is-wide, .linku-terms-form label.is-wide, .linku-terms-form-actions.is-wide{grid-column:auto }.linku-terms-form-actions{align-items:stretch;flex-direction:column }.linku-terms-form-actions .btn{width:100% }.linku-activation-progress{align-self:flex-start;display:flex;gap:6px;min-width:0 }.linku-activation-item{grid-template-columns:26px minmax(0,1fr) }.linku-activation-item > a{grid-column:2;justify-self:start }.linku-invitation-actions, .linku-brand-toolbox-actions{width:100% }.linku-invitation-actions .btn, .linku-brand-toolbox-actions .btn{flex:1 1 0 }.linku-tool-overlay{align-items:end;padding:0 }.linku-tool-dialog{width:100%;max-height:calc(100vh - 20px);border-radius:22px 22px 0 0 }.linku-tool-dialog-body{max-height:calc(100vh - 92px) }.linku-brief-funnel{grid-template-columns:repeat(3, minmax(0,1fr)) }.linku-brief-status-title{flex-direction:column }}@media (max-width: 460px){.linku-acceptance-state{display:grid }.linku-invitation-actions, .linku-brand-toolbox-actions{flex-direction:column }.linku-brief-funnel{grid-template-columns:repeat(2, minmax(0,1fr)) }}.linku-obsolete-branding-control{display:none!important }.pass4-legal-page,
.pass4-legal-page .container,
.pass4-legal-page .legal-layout,
.pass4-legal-page .legal-navigation,
.pass4-legal-page article,
.pass4-legal-page section,
.pass4-legal-page div,
.pass4-legal-page p,
.pass4-legal-page li,
.pass4-legal-page a,
.pass4-legal-page code,
.pass4-legal-page pre,
.pass4-legal-page table{min-width:0!important;max-width:100%!important
}.pass4-legal-page article,
.pass4-legal-page .legal-content{overflow:hidden!important;overflow-wrap:anywhere!important;word-break:normal!important
}.pass4-legal-page a,
.pass4-legal-page code{overflow-wrap:anywhere!important;word-break:break-word!important }.pass4-legal-page pre,
.pass4-legal-page table{display:block!important;width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch }.pass4-legal-page img,
.pass4-legal-page svg{max-width:100%!important;height:auto!important }@media (max-width: 760px){.pass4-legal-page .container{width:calc(100% - 24px)!important }.pass4-legal-page .legal-layout{grid-template-columns:minmax(0, 1fr)!important;gap:18px!important }.pass4-legal-page .legal-navigation{width:100%!important;padding:14px!important;overflow-x:auto!important }.pass4-legal-page article,
  .pass4-legal-page .legal-content{width:100%!important;padding:22px 18px!important;border-radius:18px!important }.pass4-legal-page h1{font-size:clamp(30px, 10vw, 44px)!important }.pass4-legal-page h2{font-size:clamp(23px, 7vw, 31px)!important }}.dashboard-language-switch{flex:0 0 auto }.dashboard-language-switch-sidebar{display:none;margin:14px 8px 0 }.dashboard-sidebar .dashboard-language-switch{width:100%;padding:3px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06)
}.dashboard-sidebar .dashboard-language-switch button{color:#b8b5bd }.dashboard-sidebar .dashboard-language-switch button.active{background:#fff;color:#111 }.linku-global-language-switch{position:fixed;top:max(14px, env(safe-area-inset-top));right:16px;z-index:2147482000;box-shadow:0 10px 30px rgba(15,15,16,.14)
}@media (max-width: 760px){.dashboard-topbar .dashboard-language-switch{display:none!important }.dashboard-language-switch-sidebar{display:block }.linku-global-language-switch{top:max(10px, env(safe-area-inset-top));right:12px }}.linku-panel-subnav{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 22px;padding:6px;border:1px solid var(--linku-border);border-radius:14px;background:rgba(255,255,255,.72)
}.linku-panel-subnav a,
.linku-panel-subnav button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:10px;color:var(--linku-muted);font-size:13px;font-weight:750
}.linku-panel-subnav a:hover,
.linku-panel-subnav a.active,
.linku-panel-subnav button.active{background:#111;color:#fff }.linku-panel-secondary-links{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 0;padding-top:16px;border-top:1px solid var(--linku-border)
}.linku-panel-secondary-links a{color:#514a43;font-size:13px;font-weight:750;text-decoration:underline;text-underline-offset:3px }@media (max-width: 640px){.linku-panel-subnav{flex-wrap:nowrap;overflow-x:auto;padding:5px;scrollbar-width:none }.linku-panel-subnav::-webkit-scrollbar{display:none }.linku-panel-subnav a{white-space:nowrap;flex:0 0 auto }}.canonical-profile-renderer{width:min(100%, 980px)!important;margin-inline:auto!important }.canonical-profile-top-inner{width:min(100% - 28px, 1040px)!important;margin-inline:auto!important }.canonical-profile-section{scroll-margin-top:92px }.canonical-profile-section + .canonical-profile-section{margin-top:clamp(22px, 4vw, 42px)!important }.canonical-profile-intro .canonical-hero-actions{gap:9px!important }.canonical-profile-intro .canonical-hero-actions > .btn:not(:first-child){opacity:.86 }.canonical-profile-top .profile-view-nav{gap:5px!important }.canonical-profile-top .profile-view-nav button{padding-inline:10px!important }@media (max-width: 760px){.canonical-profile-top .profile-view-nav{display:none!important }.canonical-profile-top-inner{width:calc(100% - 20px)!important }.canonical-profile-top{min-height:58px!important }.canonical-profile-renderer{width:100%!important }.canonical-profile-section + .canonical-profile-section{margin-top:22px!important }.linku-profile-more-toggle{width:calc(100% - 28px)!important }}.brief-catalog-card{overflow:hidden!important;padding-top:0!important;position:relative!important }.brief-card-cover{width:calc(100% + 48px);height:210px;margin:0 -24px 22px;overflow:hidden;border-bottom:1px solid var(--linku-border);background:linear-gradient(145deg,#eee5d7,#d9c7a8)
}.brief-card-cover img{width:100%;height:100%;object-fit:cover;object-position:center }.brief-card-cover-placeholder{width:100%;height:100%;display:grid;place-content:center;justify-items:center;gap:9px;color:#584a37;background:radial-gradient(circle at 75% 25%,rgba(255,255,255,.64),transparent 40%),linear-gradient(145deg,#f0e7d9,#d8c5a5) }.brief-card-cover-placeholder span{font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase }.brief-catalog-card > .save-button{top:14px!important;right:14px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 5px 18px rgba(0,0,0,.13) }.brief-offer-chips{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 12px }.brief-offer-chips span{padding:6px 9px;border-radius:999px;background:#f0ece5;color:#62594e;font-size:11px;font-weight:760 }.brief-detail-gallery{display:grid;grid-template-columns:2fr repeat(2,minmax(0,1fr));grid-auto-rows:116px;gap:8px;margin:-4px 0 22px }.brief-detail-gallery img{width:100%;height:100%;object-fit:cover;border-radius:12px }.brief-detail-gallery img:first-child{grid-row:span 2 }.linku-brief-image-field{display:grid;gap:12px }.linku-brief-upload-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;width:fit-content;padding:0 14px;border:1px dashed #b89a5a;border-radius:11px;background:#fffaf0;color:#4f412e;font-weight:760;cursor:pointer }.linku-brief-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none }.linku-brief-upload-button.is-loading{opacity:.65;cursor:progress }.linku-brief-image-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px }.linku-brief-image-grid figure{min-width:0;margin:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#f4f0e9 }.linku-brief-image-grid figure.is-cover{border-color:#b89a5a }.linku-brief-image-grid img{width:100%;aspect-ratio:4/3;object-fit:cover }.linku-brief-image-grid figcaption{display:grid;gap:2px;padding:5px }.linku-brief-image-grid button{min-height:28px;border-radius:7px;background:#fff;font-size:10px;font-weight:750 }.linku-brief-image-grid button.danger{color:#991b1b }.px-brief-print-cover{width:100%;max-height:330px;object-fit:cover;border-radius:16px;margin-bottom:18px }@media (max-width: 760px){.brief-card-cover{width:calc(100% + 36px);height:180px;margin-inline:-18px }.brief-detail-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:105px }.brief-detail-gallery img:first-child{grid-column:1 / -1;grid-row:auto;height:190px }.linku-brief-image-grid{grid-template-columns:repeat(2,minmax(0,1fr)) }}html,
body,
#root{width:100%;max-width:100%;overflow-x:hidden }.marketing-language-switch,
.mobile-language-switch,
.canonical-profile-language,
.profile-action-sheet-language,
.dashboard-language-switch,
.dashboard-language-switch-sidebar,
.linku-global-language-switch,
.canonical-preview-control-group[aria-label="Język podglądu"],
.canonical-preview-control-group[aria-label="Preview language"]{display:none!important }@media (max-width: 1120px){.site-header .header-inner{width:min(100% - 28px, var(--container));gap:10px!important;justify-content:space-between;min-width:0 }.site-header .logo-button{min-width:0 }.site-header .logo-button img{width:108px!important;max-width:30vw }.site-header .header-actions{display:none!important }.site-header .menu-button{display:grid!important;place-items:center;flex:0 0 44px;width:44px;height:44px;margin-left:auto;border:1px solid var(--linku-border);border-radius:12px;background:rgba(255,255,255,.7) }}.pass4-legal-page,
.pass4-legal-page .container,
.pass4-legal-page .legal-layout,
.pass4-legal-page article,
.pass4-legal-page .legal-content,
.pass4-legal-page section,
.pass4-legal-page div,
.pass4-legal-page p,
.pass4-legal-page li{min-width:0!important;max-width:100%;overflow-wrap:anywhere;word-break:break-word }.pass4-legal-page table,
.pass4-legal-page pre,
.pass4-legal-page code{max-width:100% }.pass4-legal-page table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap }.pass4-legal-page pre{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:pre-wrap }.pass4-legal-page a{overflow-wrap:anywhere;word-break:break-word }@media (max-width: 640px){.pass4-legal-page .container{width:calc(100% - 20px)!important }.pass4-legal-page article,
  .pass4-legal-page .legal-content{padding:20px 16px!important }}.canonical-profile-top .profile-view-nav{display:none!important }.canonical-profile-top-inner{width:min(100% - 28px, 940px)!important;gap:10px!important }.canonical-profile-renderer{width:min(100% - 28px, 920px)!important;gap:clamp(34px, 5vw, 58px)!important;padding-top:clamp(24px, 4vw, 46px)!important }.canonical-cover-image{height:clamp(180px, 22vw, 270px)!important }.canonical-profile-intro.has-cover-image{padding-top:clamp(158px, 19vw, 235px)!important }.canonical-profile-intro.has-cover-image .canonical-hero-grid{padding:18px!important }.canonical-profile-section + .canonical-profile-section{margin-top:clamp(20px, 3vw, 34px)!important }.profile-live-preview.mode-mobile{width:min(100%, 390px)!important;max-width:390px!important;margin-inline:auto!important }.profile-live-preview.mode-mobile .profile-preview-device{width:100%!important;max-width:390px!important;margin-inline:auto!important;container-type:inline-size;container-name:profile-preview }.profile-live-preview.mode-mobile .profile-preview-canvas{width:100%!important;min-width:0!important;overflow-x:hidden!important }.profile-live-preview.mode-mobile .canonical-profile-top{height:58px!important;position:sticky!important }.profile-live-preview.mode-mobile .canonical-profile-top-inner{width:calc(100% - 20px)!important }.profile-live-preview.mode-mobile .canonical-share-button span,
.profile-live-preview.mode-mobile .canonical-profile-shell .profile-view-nav{display:none!important }.profile-live-preview.mode-mobile .canonical-share-button{width:40px!important;padding:0!important;justify-content:center!important }.profile-live-preview.mode-mobile .canonical-profile-renderer{width:calc(100% - 24px)!important;padding:18px 0 32px!important;gap:30px!important }.profile-live-preview.mode-mobile .canonical-profile-intro{gap:18px!important }.profile-live-preview.mode-mobile .canonical-hero-grid{display:block!important }.profile-live-preview.mode-mobile .canonical-portrait-frame,
.profile-live-preview.mode-mobile .canonical-desktop-identity{display:none!important }.profile-live-preview.mode-mobile .canonical-mobile-identity{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;width:100%!important }.profile-live-preview.mode-mobile .canonical-mobile-avatar{width:76px!important;border-radius:13px!important }.profile-live-preview.mode-mobile .canonical-mobile-identity h1{font-size:clamp(27px, 8.5vw, 36px)!important;line-height:1.02!important }.profile-live-preview.mode-mobile .canonical-bio{margin-top:20px!important;font-size:13px!important;line-height:1.62!important }.profile-live-preview.mode-mobile .canonical-social-icons{margin-top:12px!important }.profile-live-preview.mode-mobile .canonical-social-icon{width:40px!important;height:40px!important }.profile-live-preview.mode-mobile .canonical-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:18px!important }.profile-live-preview.mode-mobile .canonical-hero-cta{width:100%!important;min-height:46px!important }.profile-live-preview.mode-mobile .canonical-overview-block{grid-template-columns:1fr!important }.profile-live-preview.mode-mobile .canonical-overview-label{border-right:0!important;border-bottom:1px solid var(--profile-border)!important }.profile-live-preview.mode-mobile .canonical-overview-grid,
.profile-live-preview.mode-mobile .canonical-overview-grid.count-1,
.profile-live-preview.mode-mobile .canonical-overview-grid.count-2,
.profile-live-preview.mode-mobile .canonical-overview-grid.count-3{grid-template-columns:repeat(2,minmax(0,1fr))!important }.profile-live-preview.mode-mobile .canonical-section-heading h2{font-size:28px!important }.profile-live-preview.mode-mobile .canonical-work-grid,
.profile-live-preview.mode-mobile .canonical-work-grid.count-1,
.profile-live-preview.mode-mobile .canonical-work-grid.count-2,
.profile-live-preview.mode-mobile .canonical-offer-grid,
.profile-live-preview.mode-mobile .canonical-products-grid,
.profile-live-preview.mode-mobile .canonical-external-grid{grid-template-columns:1fr!important }.profile-live-preview.mode-mobile .canonical-audience-card{grid-template-columns:1fr!important }.profile-live-preview.mode-mobile .canonical-audience-visual{border-right:0!important;border-bottom:1px solid var(--profile-border)!important }.profile-live-preview.mode-mobile .canonical-contact-section{flex-direction:column!important;align-items:stretch!important;padding:22px 18px!important }.profile-live-preview.mode-mobile .canonical-contact-cta{width:100%!important }.profile-live-preview.mode-mobile .canonical-profile-intro.has-cover-image{padding-top:128px!important }.profile-live-preview.mode-mobile .canonical-cover-image{height:155px!important;border-radius:14px!important }.profile-live-preview.mode-mobile .canonical-profile-intro.has-cover-image .canonical-hero-grid{margin-top:-6px!important;padding:12px!important }@media (max-width: 760px){.canonical-profile-renderer{width:calc(100% - 24px)!important;padding-top:22px!important }.canonical-profile-top-inner{width:calc(100% - 20px)!important }.canonical-cover-image{height:165px!important;border-radius:15px!important }.canonical-profile-intro.has-cover-image{padding-top:138px!important }.canonical-profile-intro.has-cover-image .canonical-hero-grid{padding:12px!important }}.canonical-growth-bar,
body.linku-growth-bar-visible .canonical-growth-bar{display:none!important }body.linku-growth-bar-visible .canonical-profile-shell,
body.linku-growth-bar-visible .canonical-profile-renderer{padding-bottom:initial!important }.linku-profile-more-toggle{display:none!important }.linku-profile-section-collapsed{display:block!important;visibility:visible!important;opacity:1!important }.canonical-profile-renderer.linku-premium-profile{width:min(100% - 32px, 1040px)!important;gap:clamp(34px, 4.7vw, 56px)!important;padding-top:clamp(24px, 3.2vw, 42px)!important;padding-bottom:70px!important
}.linku-premium-profile .canonical-profile-intro{gap:20px!important }.linku-premium-profile .canonical-cover-image{height:clamp(170px, 21vw, 250px)!important;border-radius:20px!important;box-shadow:0 16px 46px rgba(15, 15, 16, .10)!important
}.linku-premium-profile .canonical-profile-intro.has-cover-image{padding-top:clamp(148px, 18vw, 215px)!important
}.linku-premium-profile .canonical-profile-intro.has-cover-image .canonical-hero-grid{margin-top:0!important;padding:clamp(16px, 2.1vw, 22px)!important;border-radius:20px!important;background:color-mix(in srgb, var(--profile-bg) 97%, transparent)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;box-shadow:0 16px 44px rgba(15, 15, 16, .08)!important
}.linku-premium-profile .canonical-hero-grid{grid-template-columns:minmax(210px, 285px) minmax(0, 1fr)!important;gap:clamp(28px, 4.5vw, 58px)!important;align-items:center!important
}.linku-premium-profile .canonical-portrait-frame{border-radius:20px!important;box-shadow:0 18px 54px rgba(15, 15, 16, .13)!important
}.linku-premium-profile .canonical-desktop-identity h1{font-size:clamp(42px, 5vw, 66px)!important;line-height:.98!important
}.linku-premium-profile .canonical-role{margin-bottom:10px!important }.linku-premium-profile .canonical-handle{margin-top:10px!important }.linku-premium-profile .canonical-topic-pills{margin-top:13px!important }.linku-premium-profile .canonical-location{margin-top:12px!important }.linku-premium-profile .canonical-social-icons{margin-top:14px!important }.linku-premium-profile .canonical-hero-actions{margin-top:20px!important;width:min(100%, 390px)!important
}.linku-premium-profile .canonical-hero-actions > .linku-secondary-profile-action,
.linku-premium-profile .linku-redundant-profile-action{display:none!important }.linku-premium-profile .linku-primary-profile-action,
.linku-premium-profile .canonical-hero-actions > :first-child{width:100%!important;min-height:50px!important;justify-content:center!important;border-radius:13px!important
}.linku-premium-profile .linku-premium-bio{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;max-width:720px!important;margin-top:20px!important;line-height:1.62!important
}.linku-bio-more{margin-top:6px!important;padding:4px 0!important;color:var(--profile-text)!important;font-size:12px!important;font-weight:850!important;text-decoration:underline!important;text-underline-offset:4px!important
}.linku-bio-dialog{position:fixed;inset:0;z-index:2147483200;display:grid;place-items:center;padding:20px
}.linku-bio-dialog-backdrop{position:absolute;inset:0;background:rgba(9, 9, 10, .58)
}.linku-bio-dialog-panel{position:relative;width:min(620px, 100%);max-height:min(720px, calc(100dvh - 40px));overflow-y:auto;border:1px solid var(--profile-border, #e5ded3);border-radius:22px;background:var(--profile-surface-raised, #fffdf9);color:var(--profile-text, #111113);box-shadow:0 28px 90px rgba(0, 0, 0, .28);padding:26px
}.linku-bio-dialog-panel header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px
}.linku-bio-dialog-panel header small{color:var(--profile-accent, #9f7a43);letter-spacing:.13em;font-size:10px;font-weight:900
}.linku-bio-dialog-panel h2{margin-top:7px;font-size:clamp(28px, 4vw, 40px) }.linku-bio-dialog-panel header button{flex:0 0 42px;width:42px;height:42px;border:1px solid var(--profile-border, #e5ded3);border-radius:12px;font-size:26px;line-height:1
}.linku-bio-dialog-panel > p{color:var(--profile-muted, #6b6676);white-space:pre-line;font-size:15px;line-height:1.75
}body.linku-dialog-open{overflow:hidden!important }.linku-profile-section-nav{position:sticky;top:10px;z-index:36;display:flex;gap:5px;width:fit-content;max-width:100%;margin:-4px auto 0;padding:5px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;border:1px solid color-mix(in srgb, var(--profile-border) 90%, transparent);border-radius:14px;background:color-mix(in srgb, var(--profile-bg) 94%, #fff 6%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 10px 30px rgba(15, 15, 16, .08)
}.linku-profile-section-nav::-webkit-scrollbar{display:none }.linku-profile-section-nav button{flex:0 0 auto;min-height:40px;padding:0 15px;border-radius:10px;color:var(--profile-muted);white-space:nowrap;font-size:12px;font-weight:820
}.linku-profile-section-nav button:hover,
.linku-profile-section-nav button:focus-visible{color:var(--profile-text);background:color-mix(in srgb, var(--profile-surface) 80%, transparent) }.linku-profile-section-nav button.active{color:var(--profile-text);background:var(--profile-surface-raised, var(--profile-surface));box-shadow:0 4px 14px rgba(15, 15, 16, .08)
}.profile-preview-device .linku-profile-section-nav,
.profile-preview-modal-stage .linku-profile-section-nav,
.profile-live-preview .linku-profile-section-nav,
[data-profile-preview] .linku-profile-section-nav{position:static!important }.linku-premium-profile .canonical-section-heading{align-items:flex-end!important;margin-bottom:20px!important }.linku-premium-profile .canonical-section-heading h2{font-size:clamp(28px, 3.4vw, 39px)!important }.linku-premium-profile .canonical-section-heading p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;max-width:620px!important
}.linku-premium-profile .canonical-profile-section + .canonical-profile-section{margin-top:0!important }.linku-premium-profile .canonical-profile-section{scroll-margin-top:82px!important }.linku-section-has-rail .canonical-section-heading{padding-right:2px }.linku-rail-controls{display:inline-flex;align-items:center;gap:6px;margin-left:auto
}.linku-rail-controls[hidden]{display:none!important }.linku-rail-controls button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--profile-border);border-radius:50%;background:var(--profile-surface);color:var(--profile-text);font-size:17px;box-shadow:0 6px 18px rgba(15, 15, 16, .06)
}.linku-rail-controls button:disabled{opacity:.28!important }.linku-content-rail{display:flex!important;grid-template-columns:none!important;gap:12px!important;width:100%!important;padding:2px 1px 12px!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-x:contain!important;scroll-snap-type:x mandatory!important;scroll-padding-inline:1px!important;scrollbar-width:none!important
}.linku-content-rail::-webkit-scrollbar{display:none!important }.linku-content-rail > .linku-rail-card{scroll-snap-align:start!important;flex:0 0 min(46%, 490px)!important;min-width:min(46%, 490px)!important;max-width:none!important
}.linku-content-rail.canonical-media-grid > .linku-rail-card,
.linku-content-rail.canonical-products-grid > .linku-rail-card{flex-basis:min(36%, 390px)!important;min-width:min(36%, 390px)!important
}.linku-content-rail.canonical-work-grid > .is-featured,
.linku-content-rail.canonical-work-grid.count-1 > .is-featured,
.linku-content-rail.canonical-work-grid.count-2 > .is-featured{grid-column:auto!important;grid-row:auto!important;max-height:none!important
}.linku-premium-profile .canonical-work-copy p,
.linku-premium-profile .canonical-media-card p,
.linku-premium-profile .canonical-product-copy p,
.linku-premium-profile .canonical-offer-grid p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important
}.linku-premium-profile .canonical-overview-block{border-radius:16px!important;overflow:hidden!important
}.linku-premium-profile .canonical-overview-label{font-size:9px!important }.linku-premium-profile .canonical-overview-grid > div{min-height:76px!important;padding-block:13px!important }.linku-profile-sticky-cta{display:none }.dashboard-content{width:min(100%, 1380px) }.dashboard-content .panel-card{border-radius:18px }.dashboard-content .panel-card-head h2{line-height:1.12 }.dashboard-content .soft-empty{max-width:660px }@media (max-width: 760px){.dashboard-content{padding-inline:16px!important;padding-top:22px!important }.dashboard-content .panel-card{border-radius:15px;padding:18px!important }.dashboard-topbar{min-height:74px!important;padding:14px 16px!important }.dashboard-topbar h1{font-size:22px!important }}@media (max-width: 760px){.canonical-profile-renderer.linku-premium-profile{width:calc(100% - 20px)!important;gap:34px!important;padding-top:14px!important;padding-bottom:calc(92px + env(safe-area-inset-bottom))!important
  }.linku-premium-profile .canonical-cover-image{height:145px!important;border-radius:14px!important
  }.linku-premium-profile .canonical-profile-intro.has-cover-image{padding-top:122px!important }.linku-premium-profile .canonical-profile-intro.has-cover-image .canonical-hero-grid{margin-top:0!important;padding:13px!important;border-radius:15px!important
  }.linku-premium-profile .canonical-hero-grid{display:block!important }.linku-premium-profile .canonical-mobile-identity{grid-template-columns:74px minmax(0, 1fr)!important;gap:12px!important
  }.linku-premium-profile .canonical-mobile-avatar{width:74px!important;border-radius:13px!important
  }.linku-premium-profile .canonical-mobile-identity h1{font-size:clamp(27px, 8.6vw, 36px)!important
  }.linku-premium-profile .linku-premium-bio{margin-top:18px!important;font-size:13px!important;-webkit-line-clamp:3!important
  }.linku-premium-profile .canonical-social-icons{margin-top:11px!important }.linku-premium-profile .canonical-social-icon{width:39px!important;height:39px!important }.linku-premium-profile .canonical-topic-pills,
  .linku-premium-profile .canonical-location{margin-top:10px!important }.linku-premium-profile .canonical-hero-actions{width:100%!important;margin-top:16px!important }.linku-profile-section-nav{top:max(7px, env(safe-area-inset-top));width:100%;margin-top:-2px;justify-content:flex-start;border-radius:13px
  }.linku-profile-section-nav button{min-height:38px;padding-inline:13px }.linku-premium-profile .canonical-section-heading{align-items:center!important;gap:12px!important }.linku-premium-profile .canonical-section-heading h2{font-size:27px!important }.linku-premium-profile .canonical-section-heading p{font-size:12px!important }.linku-rail-controls{display:none!important }.linku-content-rail{margin-right:-10px!important;width:calc(100% + 10px)!important;padding-right:10px!important
  }.linku-content-rail > .linku-rail-card,
  .linku-content-rail.canonical-media-grid > .linku-rail-card,
  .linku-content-rail.canonical-products-grid > .linku-rail-card{flex-basis:86%!important;min-width:86%!important
  }.linku-content-rail.canonical-media-grid > .linku-rail-card,
  .linku-content-rail.canonical-products-grid > .linku-rail-card{flex-basis:82%!important;min-width:82%!important }.linku-premium-profile .canonical-overview-grid,
  .linku-premium-profile .canonical-overview-grid.count-1,
  .linku-premium-profile .canonical-overview-grid.count-2,
  .linku-premium-profile .canonical-overview-grid.count-3,
  .linku-premium-profile .canonical-overview-grid.count-4{grid-template-columns:repeat(2, minmax(0, 1fr))!important }.linku-profile-sticky-cta{position:fixed;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));left:12px;z-index:78;display:block;width:min(420px, calc(100% - 24px));margin-inline:auto;padding:7px;border:1px solid color-mix(in srgb, var(--profile-border, #ded4c7) 88%, transparent);border-radius:16px;background:color-mix(in srgb, var(--profile-bg, #faf7f2) 95%, #fff 5%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 50px rgba(8, 8, 10, .22)
  }.linku-profile-sticky-cta button{width:100%;min-height:48px;border-radius:11px;background:var(--profile-text, #111113);color:var(--profile-bg, #faf7f2);font-size:13px;font-weight:850
  }body.linku-profile-overlay-open .linku-profile-sticky-cta,
  body.linku-dialog-open .linku-profile-sticky-cta{opacity:0;visibility:hidden;pointer-events:none }.linku-bio-dialog{align-items:end;padding:0 }.linku-bio-dialog-panel{width:100%;max-height:min(82dvh, 720px);border-radius:22px 22px 0 0;padding:22px 18px calc(24px + env(safe-area-inset-bottom))
  }}.profile-live-preview.mode-mobile .linku-profile-section-nav{width:100%!important;overflow-x:auto!important }.profile-live-preview.mode-mobile .linku-content-rail{display:flex!important;overflow-x:auto!important }.profile-live-preview.mode-mobile .linku-content-rail > .linku-rail-card{flex-basis:84%!important;min-width:84%!important }.profile-live-preview.mode-mobile .linku-rail-controls{display:none!important }.profile-live-preview.mode-mobile .linku-profile-sticky-cta{display:none!important }.public-profile .linku-profile-section-nav{top:72px }.linku-content-rail.is-single > .linku-rail-card{flex-basis:100%!important;min-width:100%!important }@media (max-width: 760px){.public-profile .linku-profile-section-nav{top:calc(62px + env(safe-area-inset-top)) }.linku-content-rail.is-single > .linku-rail-card{flex-basis:100%!important;min-width:100%!important }}.linku-premium-profile .canonical-profile-intro{scroll-margin-top:84px!important }.linku-section-has-rail .canonical-section-heading > button{margin-left:auto }.linku-section-has-rail .canonical-section-heading:has(> button) .linku-rail-controls{margin-left:0 }.linku-section-has-rail .canonical-section-heading:not(:has(> button)) .linku-rail-controls{margin-left:auto }.linku-premium-profile [hidden],
.linku-premium-profile .canonical-profile-section[hidden],
.linku-premium-profile .linku-rail-card[hidden]{display:none!important
}.linku-profile-section-nav[role="tablist"] button[role="tab"]{outline:none
}.linku-profile-section-nav[role="tablist"] button[role="tab"]:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--profile-accent, #9f7a43) 28%, transparent), 0 4px 14px rgba(15, 15, 16, .08)
}.linku-profile-section-nav button[aria-selected="true"]{color:var(--profile-text);background:var(--profile-surface-raised, var(--profile-surface));box-shadow:0 4px 14px rgba(15, 15, 16, .08)
}.linku-premium-profile .canonical-profile-section[role="tabpanel"]{min-width:0;outline:none
}.linku-premium-profile .canonical-profile-section[role="tabpanel"]:focus-visible{border-radius:18px;box-shadow:0 0 0 3px color-mix(in srgb, var(--profile-accent, #9f7a43) 20%, transparent)
}.linku-premium-profile .canonical-work-grid,
.linku-premium-profile .canonical-media-grid,
.linku-premium-profile .canonical-products-grid{align-items:flex-start!important
}.linku-premium-profile .canonical-work-grid > *,
.linku-premium-profile .canonical-media-grid > *,
.linku-premium-profile .canonical-products-grid > *{height:auto!important;min-height:0!important;align-self:flex-start!important
}.linku-premium-profile .canonical-work-grid > button{display:flex!important;flex-direction:column!important;overflow:hidden!important;padding:0!important;border-radius:18px!important
}.linku-premium-profile .canonical-work-media{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16 / 9!important;overflow:hidden!important;flex:0 0 auto!important
}.linku-premium-profile .canonical-work-media img,
.linku-premium-profile .canonical-media-card > img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important
}.linku-premium-profile .canonical-media-card > img{aspect-ratio:16 / 9!important;min-height:0!important
}.linku-premium-profile .canonical-work-copy{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;width:100%!important;min-height:0!important;padding:20px!important
}.linku-premium-profile .canonical-work-copy h3,
.linku-premium-profile .canonical-media-card strong,
.linku-premium-profile .canonical-product-copy h3{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important
}.linku-premium-profile .canonical-work-meta{margin-top:18px!important
}.linku-premium-profile .canonical-inline-action,
.linku-premium-profile .canonical-work-copy > .canonical-inline-action{margin-top:18px!important
}.linku-premium-profile img.linku-broken-image{visibility:hidden!important
}.linku-premium-profile .linku-media-missing{position:relative;min-height:120px;background:color-mix(in srgb, var(--profile-surface, #f2eee8) 90%, var(--profile-bg, #faf7f2))
}.linku-premium-profile .linku-media-missing::after{content:"Podgląd materiału jest chwilowo niedostępny";position:absolute;inset:0;display:grid;place-items:center;padding:18px;color:var(--profile-muted, #6b6676);text-align:center;font-size:12px;font-weight:700
}.linku-premium-profile .canonical-external-grid{display:grid!important;grid-template-columns:repeat(2, minmax(0, 1fr))!important;gap:clamp(14px, 2vw, 20px)!important;align-items:stretch!important;padding:0!important;overflow:visible!important;border:0!important;background:transparent!important
}.linku-premium-profile .canonical-external-card{display:flex!important;flex-direction:column!important;min-height:0!important;height:auto!important;padding:clamp(20px, 2.4vw, 28px)!important;overflow:hidden!important;border:1px solid var(--profile-border)!important;border-radius:18px!important;background:var(--profile-surface)!important
}.linku-premium-profile .canonical-external-card > span{margin-top:auto!important;padding-top:20px!important
}.linku-external-booking-note{display:block!important;margin-top:13px!important;color:var(--profile-muted)!important;font-size:11px!important;font-weight:720!important;letter-spacing:0!important;text-transform:none!important
}.linku-premium-profile .canonical-contact-section{gap:clamp(24px, 4vw, 48px)!important;align-items:center!important
}.linku-premium-profile .canonical-contact-section p{margin-top:12px!important
}.linku-premium-profile .canonical-contact-section .canonical-contact-cta{flex:0 0 auto!important;margin:0!important
}.linku-profile-empty-state{width:min(680px, 100%);margin:42px auto;padding:clamp(24px, 5vw, 46px);border:1px solid var(--profile-border, #e5ded3);border-radius:22px;background:var(--profile-surface, #fffdf9);text-align:center
}.linku-profile-empty-state small{color:var(--profile-accent, #9f7a43);font-size:10px;font-weight:900;letter-spacing:.14em
}.linku-profile-empty-state h2{margin-top:10px;font-size:clamp(25px, 4vw, 38px) }.linku-profile-empty-state p{margin:12px auto 22px;max-width:520px;color:var(--profile-muted, #6b6676);line-height:1.65 }.linku-profile-empty-state button{min-height:46px;padding:0 20px;border-radius:12px;background:var(--profile-text, #111113);color:var(--profile-bg, #faf7f2);font-weight:800 }@media (max-width: 760px){.linku-premium-profile .canonical-external-grid{grid-template-columns:1fr!important;gap:14px!important }.linku-premium-profile .canonical-work-copy{padding:17px!important }.linku-premium-profile .canonical-work-media{aspect-ratio:16 / 9!important }.linku-premium-profile .canonical-contact-section{align-items:stretch!important;gap:24px!important }.linku-premium-profile .canonical-contact-section .canonical-contact-cta{width:100%!important;justify-content:center!important }}.linku-profile-sticky-cta{display:none!important }.linku-portfolio-subnav,
.linku-offer-subnav{display:flex;gap:5px;width:fit-content;max-width:100%;margin:-38px auto 4px;padding:4px;overflow-x:auto;scrollbar-width:none;border:1px solid color-mix(in srgb, var(--profile-border) 88%, transparent);border-radius:12px;background:color-mix(in srgb, var(--profile-surface) 94%, var(--profile-bg) 6%)
}.linku-portfolio-subnav::-webkit-scrollbar,
.linku-offer-subnav::-webkit-scrollbar{display:none }.linku-portfolio-subnav[hidden],
.linku-offer-subnav[hidden]{display:none!important }.linku-portfolio-subnav button,
.linku-offer-subnav button{flex:0 0 auto;min-height:36px;padding:0 13px;border-radius:9px;color:var(--profile-muted);white-space:nowrap;font-size:11px;font-weight:820
}.linku-portfolio-subnav button.active,
.linku-offer-subnav button.active,
.linku-portfolio-subnav button[aria-selected="true"],
.linku-offer-subnav button[aria-selected="true"]{color:var(--profile-text);background:var(--profile-surface-raised, #fffdf9);box-shadow:0 3px 10px rgba(15,15,16,.07)
}.linku-portfolio-subnav button:focus-visible,
.linku-offer-subnav button:focus-visible{outline:3px solid color-mix(in srgb, var(--profile-accent, #9f7a43) 26%, transparent);outline-offset:1px
}.linku-premium-profile .canonical-profile-intro.linku-cover-missing{padding-top:0!important
}.linku-premium-profile .canonical-profile-intro.linku-cover-missing .canonical-hero-grid{margin-top:0!important
}.linku-premium-profile .canonical-overview-grid{grid-template-columns:repeat(3, minmax(0,1fr))!important
}.linku-premium-profile .canonical-overview-grid > [hidden]{display:none!important }@media (min-width: 761px){.linku-premium-profile .canonical-cover-image{height:clamp(176px, 19vw, 222px)!important }.linku-premium-profile .canonical-profile-intro.has-cover-image{padding-top:clamp(150px, 16.5vw, 194px)!important }.linku-premium-profile .canonical-profile-intro.has-cover-image .canonical-hero-grid{transform:translateY(-3px)
  }}@media (max-width: 760px){.linku-portfolio-subnav,
  .linku-offer-subnav{width:calc(100% - 8px);margin:-20px auto 0;scroll-snap-type:x proximity
  }.linku-portfolio-subnav button,
  .linku-offer-subnav button{scroll-snap-align:start }.linku-premium-profile .canonical-overview-grid{grid-template-columns:repeat(3, minmax(0,1fr))!important;gap:7px!important
  }.linku-premium-profile .canonical-overview-grid > div{min-width:0!important;padding:11px 7px!important
  }.linku-premium-profile .canonical-overview-grid strong{font-size:15px!important }.linku-premium-profile .canonical-overview-grid small{font-size:8px!important }.linku-premium-profile .canonical-cover-image{height:132px!important }.linku-premium-profile .canonical-profile-intro.has-cover-image{padding-top:108px!important }.profile-live-preview.mode-mobile .linku-portfolio-subnav,
  .profile-live-preview.mode-mobile .linku-offer-subnav{width:100%!important }}.linku-premium-profile .canonical-mobile-avatar{aspect-ratio:1 / 1!important;height:auto!important;overflow:hidden!important
}.linku-premium-profile .canonical-mobile-avatar > img,
.linku-premium-profile .canonical-portrait-frame > img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:1 / 1!important;object-fit:cover!important
}@media (min-width: 761px){.linku-premium-profile .canonical-hero-grid{grid-template-columns:180px minmax(0, 1fr)!important;gap:clamp(26px, 3.6vw, 46px)!important
  }.linku-premium-profile .canonical-portrait-frame{width:180px!important;height:180px!important;aspect-ratio:1 / 1!important;align-self:center!important;overflow:hidden!important
  }.linku-premium-profile .canonical-desktop-identity h1{font-size:clamp(40px, 4.4vw, 58px)!important
  }}.linku-discover-menu{position:relative;display:inline-flex;align-items:center }.linku-discover-trigger{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 4px;color:inherit;cursor:pointer;font:inherit;white-space:nowrap;list-style:none
}.linku-discover-trigger::-webkit-details-marker{display:none }.linku-discover-trigger::after{content:"⌄";display:inline-block;font-size:13px;transition:transform .18s ease }.linku-discover-menu[open] .linku-discover-trigger::after{transform:rotate(180deg) }.linku-discover-dropdown{position:absolute;top:calc(100% + 10px);left:50%;z-index:120;display:grid;width:220px;padding:8px;transform:translateX(-50%);border:1px solid var(--border, #e7e1d8);border-radius:14px;background:var(--surface, #fffdf9);box-shadow:0 18px 48px rgba(15, 15, 16, .14)
}.linku-discover-dropdown button{display:flex;align-items:center;min-height:42px;padding:0 12px;border-radius:9px;color:inherit;text-align:left;font-size:13px;font-weight:720
}.linku-discover-dropdown button:hover,
.linku-discover-dropdown button:focus-visible{background:#f4f0ea;outline:none }.site-footer .footer-links-grid{grid-template-columns:repeat(4, minmax(0, 1fr))!important }.site-footer .footer-bottom > span{white-space:nowrap }@media (max-width: 900px){.main-nav .linku-discover-menu{display:block;width:100% }.main-nav .linku-discover-trigger{justify-content:space-between;width:100%;min-height:48px;padding:0;text-align:left }.main-nav .linku-discover-dropdown{position:static;width:100%;margin:2px 0 8px;padding:4px 0 4px 12px;transform:none;border:0;border-left:1px solid var(--border, #e7e1d8);border-radius:0;background:transparent;box-shadow:none
  }.main-nav .linku-discover-dropdown button{width:100%;min-height:44px;padding-inline:12px }.site-footer .footer-links-grid{grid-template-columns:repeat(2, minmax(0, 1fr))!important }}@media (max-width: 620px){.site-footer .footer-links-grid{grid-template-columns:1fr!important;gap:28px!important }.site-footer .footer-links-grid > div{display:grid;gap:8px }.site-footer .footer-bottom{align-items:flex-start!important;gap:14px!important }}.linku-polish-only .marketing-language-switch,
.linku-polish-only .mobile-language-switch,
.linku-polish-only .canonical-profile-language,
.linku-polish-only .profile-action-sheet-language,
.linku-polish-only .dashboard-language-switch,
.linku-polish-only .dashboard-language-switch-sidebar,
.linku-polish-only .linku-global-language-switch,
.linku-polish-only .canonical-preview-control-group[aria-label="Język podglądu"],
.linku-polish-only .canonical-preview-control-group[aria-label="Preview language"]{display:none!important
}@media (min-width: 901px){.main-nav .linku-discover-trigger{min-height:38px;gap:9px;padding:0 2px;font-size:14px;font-weight:600
  }.main-nav .linku-discover-trigger::after{content:"";width:7px;height:7px;margin-top:-4px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);transform-origin:65% 65%;transition:transform .18s ease, margin .18s ease
  }.main-nav .linku-discover-menu[open] .linku-discover-trigger::after{margin-top:4px;transform:rotate(225deg)
  }.main-nav .linku-discover-dropdown{top:calc(100% + 8px);width:238px;padding:7px;border-radius:16px;box-shadow:0 18px 42px rgba(15,15,16,.13)
  }.main-nav .linku-discover-dropdown button{min-height:44px;padding:0 13px;border-radius:10px;font-size:13px;font-weight:700
  }}select:not([multiple]).linku-select-enhanced,
.dashboard-content select:not([multiple]),
.modal-form select:not([multiple]),
.wizard-card select:not([multiple]){-webkit-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25l5-5' fill='none' stroke='%23332f2a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 15px center!important;background-size:12px 8px!important;padding-right:44px!important
}select:not([multiple]):disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25l5-5' fill='none' stroke='%239b958c' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important
}img.linku-broken-image{color:transparent!important;font-size:0!important;object-fit:cover!important;background:#f3eee6 url('/assets/image-placeholder.svg') center / cover no-repeat!important
}.linku-brief-image-grid figure{display:flex;flex-direction:column;min-height:0
}.linku-brief-image-grid figure > img{display:block;width:100%!important;height:auto!important;aspect-ratio:4 / 3!important;object-fit:cover!important;background:#f3eee6 url('/assets/image-placeholder.svg') center / cover no-repeat!important
}.linku-brief-image-grid figcaption{margin-top:auto }.px-brand-logo-upload img,
.brand-logo,
.brand-avatar img,
.creator-avatar img,
.avatar img,
.avatar-large img{object-fit:cover!important;background:#f3eee6 url('/assets/image-placeholder.svg') center / cover no-repeat!important
}@media (min-width: 1001px){.editor-layout.pass2-editor.template-aligned-editor{grid-template-columns:minmax(0, 1fr) 270px!important;align-items:start!important;gap:22px!important
  }.editor-layout.pass2-editor.template-aligned-editor > .template-editor-main,
  .editor-layout.pass2-editor.template-aligned-editor > div:first-child{min-width:0!important
  }.save-panel.template-save-panel.compact-save-panel{position:sticky!important;top:112px!important
  }}@media (max-width: 1000px){.editor-layout.pass2-editor.template-aligned-editor{display:block!important
  }.save-panel.template-save-panel.compact-save-panel{margin-top:18px!important
  }}@media (max-width: 760px){.editor-layout.pass2-editor.template-aligned-editor .panel-card,
  .editor-layout.pass2-editor.template-aligned-editor .template-section,
  .editor-layout.pass2-editor.template-aligned-editor .profile-editor-section{border-radius:15px!important
  }.section-order-list.profile-section-order > div{grid-template-columns:30px minmax(0,1fr)!important;gap:10px!important
  }.section-order-list.profile-section-order .section-pin-btn,
  .section-order-list.profile-section-order .order-actions,
  .section-order-list.profile-section-order .switch-row{grid-column:2!important
  }.compact-save-panel > .btn{min-height:50px!important }}.canonical-profile-shell.is-embedded-profile > .canonical-profile-footer,
.profile-preview-device .canonical-profile-footer,
.profile-preview-modal-stage .canonical-profile-footer,
.profile-preview-overlay-root .canonical-profile-footer,
.profile-preview-shell .canonical-profile-footer,
.profile-preview-frame .canonical-profile-footer,
.profile-panel-preview .canonical-profile-footer,
.profile-live-preview .canonical-profile-footer,
.save-panel-live-preview .canonical-profile-footer,
.canonical-profile-preview .canonical-profile-footer,
.px-wizard .canonical-profile-footer,
[data-profile-preview] .canonical-profile-footer,
.is-embedded-profile .canonical-profile-footer{display:none!important
}@media (min-width: 761px){.linku-premium-profile .canonical-pinned-media-card{min-height:0!important;height:auto!important;max-height:320px!important;grid-template-columns:minmax(280px, 44%) minmax(0, 1fr)!important
  }.linku-premium-profile .canonical-pinned-media-image{height:318px!important;min-height:0!important
  }.linku-premium-profile .linku-content-rail.is-single{justify-content:flex-start!important
  }.linku-premium-profile .canonical-work-grid.is-single > .linku-rail-card,
  .linku-premium-profile .canonical-media-grid.is-single > .linku-rail-card,
  .linku-premium-profile .canonical-products-grid.is-single > .linku-rail-card{flex:0 0 min(52%, 560px)!important;min-width:min(52%, 560px)!important
  }.linku-premium-profile .canonical-work-grid.count-1 > .is-featured,
  .linku-premium-profile .canonical-work-grid.count-2 > .is-featured{max-height:none!important
  }.linku-premium-profile .canonical-work-media{height:auto!important;max-height:none!important;aspect-ratio:16 / 9!important
  }}@media (min-width: 761px){.linku-premium-profile .canonical-work-grid.count-1 > .is-featured .canonical-work-media,
  .linku-premium-profile .canonical-work-grid.count-2 > .is-featured .canonical-work-media{height:auto!important;max-height:none!important
  }}.canonical-profile-shell .profile-view-nav,
.canonical-profile-shell .canonical-profile-language,
.canonical-preview-controls [role="group"][aria-label="Język podglądu"]{display:none!important
}.profile-preview-modal .canonical-profile-footer,
.profile-preview-modal .profile-footer,
.profile-preview-modal-stage .canonical-profile-footer,
.is-embedded-profile > .canonical-profile-footer{display:none!important
}@media (min-width: 901px){.main-nav .linku-discover-dropdown{left:50%;width:max-content;min-width:194px;max-width:min(238px, calc(100vw - 24px));padding:6px;transform:translateX(-50%)
  }.main-nav .linku-discover-dropdown button,
  .main-nav .linku-discover-dropdown a{width:100%;min-height:41px;padding-inline:12px;white-space:nowrap
  }}.px-onboarding-card{min-height:0!important;padding:clamp(22px, 3vw, 34px)!important
}.px-onboarding-card > p{max-width:860px;margin-top:12px!important
}.px-onboarding-steps{margin-top:22px!important
}.px-onboarding-actions{margin-top:24px!important
}.px-onboarding-card > small{display:block;margin-top:16px!important
}.px-onboarding-card.compact{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important
}.px-onboarding-card.compact .eyebrow{margin-bottom:8px!important }.px-onboarding-card.compact h3{margin-bottom:6px!important }@media (max-width: 760px){.px-onboarding-card.compact{align-items:stretch!important;flex-direction:column!important }.px-onboarding-actions{display:grid!important;grid-template-columns:1fr!important }.px-onboarding-actions .btn{width:100%!important }}.sidebar-user .avatar-small,
.dashboard-topbar .avatar-small,
.profile-summary-card .avatar,
.creator-profile-card .avatar,
.brand-profile-card .avatar{overflow:hidden!important
}.sidebar-user .avatar-small img,
.dashboard-topbar .avatar-small img,
.profile-summary-card .avatar img,
.creator-profile-card .avatar img,
.brand-profile-card .avatar img{width:100%!important;height:100%!important;object-fit:cover!important
}select:not([multiple]):not([size]){-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25l5-5' fill='none' stroke='%23332f2a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:12px 8px;padding-right:44px
}.linku-discover-trigger:focus-visible,
.linku-discover-dropdown :is(button,a):focus-visible,
.dashboard-sidebar nav button:focus-visible,
.canonical-profile-tabs [role="tab"]:focus-visible,
.canonical-profile-subtabs [role="tab"]:focus-visible{outline:2px solid #9b7138!important;outline-offset:3px!important
}.linku-admin-mfa-overlay{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:24px;background:rgba(15,15,16,.68);backdrop-filter:blur(12px)}.linku-admin-mfa-card{width:min(100%,460px);padding:30px;border:1px solid #e8ded1;border-radius:24px;background:#fffdf9;color:#111;box-shadow:0 28px 90px rgba(0,0,0,.28)}.linku-admin-mfa-card h2{margin:8px 0 10px;font-size:clamp(1.65rem,4vw,2.15rem);line-height:1.08}.linku-admin-mfa-card p{margin:0 0 22px;color:#6b6676;line-height:1.55}.linku-admin-mfa-card form{display:grid;gap:10px}.linku-admin-mfa-card label{font-weight:700}.linku-admin-mfa-card input{width:100%;min-height:58px;padding:0 18px;border:1px solid #d9cdbd;border-radius:14px;background:#fff;font:700 1.35rem/1 system-ui,sans-serif;letter-spacing:.28em;text-align:center}.linku-admin-mfa-card input:focus{outline:3px solid rgba(200,160,98,.28);border-color:#c8a062}.linku-admin-mfa-error{min-height:20px;color:#a12424}.linku-admin-mfa-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.linku-admin-mfa-actions button{min-height:48px;padding:0 18px;border-radius:13px;font-weight:700;cursor:pointer}.linku-admin-mfa-actions .secondary{border:1px solid #ded3c5;background:#fff;color:#111}.linku-admin-mfa-actions .primary{border:1px solid #111;background:#111;color:#fff}@media (max-width:520px){.linku-admin-mfa-overlay{align-items:end;padding:12px}.linku-admin-mfa-card{padding:24px 20px 20px;border-radius:24px 24px 18px 18px}.linku-admin-mfa-actions{display:grid;grid-template-columns:1fr}.linku-admin-mfa-actions .primary{order:-1}}.pass3-home-hero .hero-copy .eyebrow{max-width:620px;margin-bottom:16px
}.pass3-home-hero .hero-copy h1{max-width:780px;text-wrap:balance
}.pass3-home-hero .hero-copy > p{max-width:660px;line-height:1.55;text-wrap:pretty
}.pass3-home-hero .hero-actions .btn:first-child{box-shadow:0 15px 34px rgba(15, 15, 16, .16)
}.pass3-home-hero .trust-row{align-items:center;row-gap:9px
}.pass3-home-hero .profile-mini > button{min-height:46px;font-weight:850
}.pass3-home-hero .slug-reservation{position:relative;overflow:hidden;background:rgba(255, 253, 249, .94)
}.pass3-home-hero .slug-reservation::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--linku-gold)
}.pass3-home-hero .slug-reservation h2{max-width:520px;font-size:clamp(25px, 2.5vw, 34px)
}.pass3-home-hero .slug-reservation p{max-width:560px
}.home-product-proof .pass3-copy-grid > div:first-child h2{max-width:640px;text-wrap:balance
}.home-product-proof .pass3-copy-grid > div:first-child p{max-width:610px;font-size:17px;line-height:1.65
}.home-brand-path{padding-top:84px;padding-bottom:92px
}.home-brand-path .section-head{max-width:790px
}.home-brand-path .audience-paths{grid-template-columns:minmax(0, 1.22fr) minmax(300px, .78fr);align-items:stretch
}.home-brand-path .audience-paths article{min-height:260px;display:flex;flex-direction:column;align-items:flex-start
}.home-brand-path .audience-paths article:first-child{border-color:#151515;background:#151515;color:#fff;box-shadow:0 24px 64px rgba(15, 15, 16, .16)
}.home-brand-path .audience-paths article:first-child p{color:rgba(255, 255, 255, .7)
}.home-brand-path .audience-paths article:first-child .feature-icon{background:rgba(255,255,255,.1);color:#fff
}.home-brand-path .audience-paths article:first-child .btn{border-color:#fff;background:#fff;color:#111
}.home-brand-path .audience-paths article .btn{margin-top:auto
}.home-pricing-grid article:first-child,
.pricing-grid .pricing-card:first-child{border-color:color-mix(in srgb, var(--linku-gold) 48%, var(--linku-border));background:linear-gradient(180deg, #fffdf9 0%, #fffaf0 100%)
}.pricing-value-line{min-height:36px;display:block
}.pricing-card > p{min-height:70px
}.linku-premium-profile .canonical-profile-intro{gap:16px!important
}.linku-premium-profile .canonical-hero-content h1{text-wrap:balance
}.linku-premium-profile .canonical-bio{max-width:700px!important;font-size:clamp(15px, 1.45vw, 18px)!important;line-height:1.62!important
}.linku-premium-profile .canonical-overview-block{border-color:color-mix(in srgb, var(--profile-accent) 32%, var(--profile-border))!important;background:color-mix(in srgb, var(--profile-surface) 96%, var(--profile-accent) 4%)!important;box-shadow:0 16px 42px rgba(20, 17, 12, .07)!important
}.linku-premium-profile .canonical-overview-label{min-width:128px!important;padding-inline:18px!important;font-size:10px!important;letter-spacing:.13em!important
}.linku-premium-profile .canonical-overview-grid > div{min-height:82px!important
}.linku-premium-profile .canonical-overview-grid strong{font-size:clamp(15px, 1.6vw, 19px)!important
}.linku-premium-profile .canonical-hero-actions > :first-child{min-height:54px!important;font-weight:900!important;box-shadow:0 14px 34px rgba(12, 12, 13, .16)!important
}.linku-premium-profile .canonical-section-heading p{max-width:690px!important
}@media (max-width: 900px){.home-brand-path .audience-paths{grid-template-columns:1fr
  }.home-brand-path .audience-paths article{min-height:220px
  }.pricing-card > p{min-height:0
  }}@media (max-width: 760px){.pass3-home-hero .hero-copy .eyebrow{margin-bottom:12px
  }.pass3-home-hero .hero-copy h1{font-size:clamp(38px, 11vw, 50px)!important
  }.pass3-home-hero .hero-copy > p{font-size:17px
  }.pass3-home-hero .hero-actions{display:grid;grid-template-columns:1fr
  }.pass3-home-hero .hero-actions .btn{width:100%;min-height:52px
  }.pass3-home-hero .trust-row{justify-content:flex-start
  }.pass3-home-hero .slug-reservation::before{inset:0 0 auto 0;width:100%;height:3px
  }.home-product-proof .pass3-copy-grid > div:first-child p{font-size:15px
  }.home-brand-path{padding-top:64px;padding-bottom:68px
  }.linku-premium-profile .canonical-overview-label{min-width:0!important;padding:13px 14px 9px!important
  }.linku-premium-profile .canonical-overview-grid > div{min-height:72px!important
  }}.pass3-home-hero{min-height:auto!important;padding:88px 0 68px!important;background:radial-gradient(circle at 72% 18%, rgba(207,180,137,.18), transparent 35%),
    #f7f6f3!important
}.pass3-home-hero .hero-grid{align-items:center!important;gap:clamp(46px, 7vw, 100px)!important
}.pass3-home-hero .hero-copy .eyebrow{color:#766247!important;letter-spacing:.12em!important
}.pass3-home-hero .hero-copy h1{max-width:690px!important;font-size:clamp(52px, 6vw, 88px)!important;line-height:.93!important;letter-spacing:-.062em!important
}.pass3-home-hero .hero-copy h1 em{display:block;color:#9a7844!important;font-style:normal!important
}.pass3-home-hero .hero-copy > p{max-width:590px!important;font-size:18px!important;line-height:1.62!important;color:#5f5c56!important
}.pass3-home-hero .hero-actions{gap:10px!important }.pass3-home-hero .hero-actions .btn{min-height:54px!important;border-radius:15px!important;padding-inline:22px!important
}.pass3-home-hero .trust-row{margin-top:18px!important }.pass3-home-hero .slug-reservation{display:none!important }.pass3-home-hero .hero-product{transform:none!important;max-width:500px!important;margin-inline:auto!important
}.pass3-home-hero .browser-frame{border-radius:28px!important;border:1px solid rgba(25,25,25,.08)!important;box-shadow:0 35px 90px rgba(26,23,18,.13)!important;overflow:hidden!important
}.pass3-home-hero .profile-mini{padding:30px!important;text-align:center!important
}.pass3-how{padding:88px 0 94px!important;background:#fff!important
}.pass3-how .section-head{max-width:720px!important }.pass3-step-grid{gap:14px!important }.pass3-step-grid article{min-height:210px!important;border-radius:22px!important;border:1px solid #ebe9e4!important;background:#f8f7f4!important;box-shadow:none!important
}.home-product-proof,
.home-process-proof,
.home-secondary-showcase,
.home-broad-audience,
.home-brand-path,
.pass3-faq{display:none!important }.home-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:900px!important;margin-inline:auto!important }.home-pricing-grid > article:nth-child(3){display:none!important }.home-pricing-grid article{border-radius:24px!important;box-shadow:none!important
}.px-wizard .wizard-main{max-width:1110px!important }.px-wizard .wizard-card{border-radius:28px!important }.px-wizard .wizard-card > h1{max-width:720px;letter-spacing:-.035em }.px-wizard .wizard-card > p{max-width:720px }.px-wizard .wizard-steps{gap:8px!important }.px-wizard .wizard-steps button{border-radius:14px!important }.px-role-cards{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr)!important }.px-role-cards > button:first-child{background:#111!important;color:#fff!important;border-color:#111!important;transform:none!important
}.px-role-cards > button:first-child p{color:rgba(255,255,255,.7)!important }.px-role-cards > button:first-child .px-role-icon{background:#fff!important;color:#111!important }.px-role-cards > button:nth-child(2){background:#faf9f6!important;box-shadow:none!important }.r4-core-fields{align-items:start!important }.r4-core-fields > :last-child{grid-column:1 / -1!important }.r4-profile-basics{display:grid;grid-template-columns:230px minmax(0,1fr);align-items:center;gap:28px;margin-top:28px;padding:26px;border:1px solid #ebe7df;border-radius:22px;background:#faf9f6
}.r4-profile-basics .px-avatar-editor{margin:0!important }.r4-profile-basics textarea{min-height:112px!important }.r4-link-tip,
.r4-ready-note{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:15px 17px;border-radius:15px;background:#f2f0ea;color:#56524b
}.r4-ready-note strong{display:block;color:#181716;margin-bottom:3px }.r4-ready-note p{margin:0 }.px-wizard .wizard-final-preview-toolbar{display:none!important }.px-wizard .profile-preview-controls{display:none!important }.px-wizard [class*="featured"].link-row-action,
.px-wizard .link-featured-control,
.px-wizard .px-link-featured,
.px-wizard [data-featured-control]{display:none!important }.canonical-profile-shell{min-height:100vh!important;background:#f4f4f1!important
}.canonical-profile-top{position:sticky!important;top:0!important;z-index:30!important;min-height:66px!important;background:rgba(244,244,241,.88)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid rgba(25,25,25,.07)!important
}.canonical-profile-top-inner{max-width:720px!important;min-height:66px!important;padding:0 20px!important
}.profile-view-nav{display:inline-flex!important;padding:4px!important;gap:2px!important;border-radius:999px!important;background:rgba(0,0,0,.055)!important
}.profile-view-nav button{min-height:34px!important;padding:0 14px!important;border-radius:999px!important;font-size:12px!important
}.profile-view-nav button:nth-child(n+3){display:none!important }.profile-view-nav button.active{background:#fff!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important }.canonical-profile-language{display:none!important }.canonical-share-button span{display:none!important }.canonical-share-button{width:38px!important;min-width:38px!important;padding:0!important;border-radius:50%!important }.profile-more-button{width:38px!important;height:38px!important;border-radius:50%!important }.canonical-profile-renderer.linku-premium-profile{width:min(100%, 680px)!important;max-width:680px!important;margin:0 auto!important;padding:34px 20px 82px!important
}.linku-premium-profile .canonical-profile-intro{padding:0!important;gap:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important
}.linku-premium-profile .canonical-cover-image,
.linku-premium-profile .canonical-portrait-frame,
.linku-premium-profile .canonical-desktop-identity{display:none!important }.linku-premium-profile .canonical-hero-grid{display:block!important }.linku-premium-profile .canonical-hero-content{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:0!important
}.linku-premium-profile .canonical-mobile-identity{display:flex!important;flex-direction:column!important;align-items:center!important;gap:12px!important;margin:0!important
}.linku-premium-profile .canonical-mobile-avatar{display:block!important;width:104px!important;height:104px!important;border-radius:50%!important;border:4px solid #fff!important;box-shadow:0 12px 34px rgba(0,0,0,.12)!important;overflow:hidden!important
}.linku-premium-profile .canonical-mobile-avatar img{width:100%!important;height:100%!important;object-fit:cover!important }.linku-premium-profile .canonical-role{display:none!important }.linku-premium-profile .profile-name-row h1{font-size:clamp(30px,5vw,40px)!important;line-height:1.02!important;letter-spacing:-.045em!important
}.linku-premium-profile .canonical-handle{margin-top:5px!important;font-size:13px!important;color:#77736d!important }.linku-premium-profile .canonical-bio{order:2!important;max-width:560px!important;margin:18px auto 0!important;font-size:16px!important;line-height:1.55!important;color:#4d4a45!important;text-align:center!important
}.linku-premium-profile .linku-bio-more{order:3!important;margin-top:5px!important }.linku-premium-profile .canonical-social-icons{order:4!important;justify-content:center!important;margin-top:16px!important }.linku-premium-profile .canonical-social-icon{width:40px!important;height:40px!important;border-radius:50%!important;background:#fff!important;border:1px solid rgba(0,0,0,.07)!important
}.linku-premium-profile .canonical-topic-pills,
.linku-premium-profile .canonical-location{display:none!important }.linku-premium-profile .canonical-hero-actions{order:5!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;max-width:560px!important;margin:26px auto 0!important
}.linku-premium-profile .canonical-hero-cta{width:100%!important;min-height:58px!important;justify-content:center!important;border-radius:17px!important;font-size:15px!important;font-weight:750!important
}.linku-premium-profile .canonical-hero-cta.secondary{order:-1!important;background:#151515!important;color:#fff!important;border-color:#151515!important
}.linku-premium-profile .canonical-hero-cta.primary{background:#fff!important;color:#161616!important;border:1px solid rgba(0,0,0,.09)!important
}.linku-premium-profile[data-linku-active-tab="profile"] .canonical-overview-block{display:none!important }.linku-portfolio-subnav,
.linku-offer-subnav{display:none!important }.linku-profile-section-nav{display:flex!important;width:max-content!important;max-width:calc(100% - 28px)!important;margin:22px auto 4px!important;padding:4px!important;gap:3px!important;border:0!important;border-radius:999px!important;background:rgba(19,19,19,.055)!important;box-shadow:none!important;position:static!important
}.linku-profile-section-nav button{min-height:38px!important;padding:0 17px!important;border:0!important;border-radius:999px!important;background:transparent!important;color:#716d67!important;font-size:13px!important;font-weight:700!important;letter-spacing:-.01em!important
}.linku-profile-section-nav button[aria-selected="true"]{background:#fff!important;color:#171717!important;box-shadow:0 2px 10px rgba(0,0,0,.08)!important
}.linku-premium-profile .canonical-profile-section{margin-top:30px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important
}.linku-premium-profile .canonical-pinned-label{margin-bottom:10px!important;font-size:11px!important;letter-spacing:.12em!important;color:#77736d!important
}.linku-premium-profile .canonical-pinned-media-card{border:0!important;border-radius:22px!important;background:#fff!important;box-shadow:0 15px 45px rgba(0,0,0,.08)!important;overflow:hidden!important
}.linku-premium-profile .canonical-section-heading{margin-bottom:14px!important }.linku-premium-profile .canonical-section-heading > div > span,
.linku-premium-profile .canonical-section-heading > div > p{display:none!important }.linku-premium-profile .canonical-section-heading h2{font-size:21px!important;letter-spacing:-.025em!important
}.linku-premium-profile .canonical-section-heading > button{font-size:12px!important }.linku-premium-profile .canonical-work-grid,
.linku-premium-profile .canonical-media-grid,
.linku-premium-profile .canonical-products-grid,
.linku-premium-profile .canonical-external-grid{gap:12px!important
}.linku-premium-profile .canonical-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important }.linku-premium-profile .canonical-work-grid > *,
.linku-premium-profile .canonical-media-card,
.linku-premium-profile .canonical-product-card,
.linku-premium-profile .canonical-external-card{border:0!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important
}.linku-premium-profile[data-linku-active-tab="profile"] .canonical-audience-section,
.linku-premium-profile[data-linku-active-tab="profile"] .canonical-offer-section,
.linku-premium-profile[data-linku-active-tab="profile"] .canonical-contact-section{display:none!important }.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-overview-block{display:flex!important;margin-top:26px!important;border-radius:18px!important;box-shadow:none!important
}.canonical-profile-footer{border-top:0!important;background:transparent!important }.canonical-profile-footer-inner{max-width:680px!important }.canonical-profile-footer-nav{display:none!important }@media (max-width: 900px){.home-pricing-grid{grid-template-columns:1fr!important }.px-role-cards{grid-template-columns:1fr!important }.r4-profile-basics{grid-template-columns:1fr!important }}@media (max-width: 760px){.pass3-home-hero{padding:56px 0 54px!important }.pass3-home-hero .hero-grid{gap:42px!important }.pass3-home-hero .hero-copy h1{font-size:clamp(43px,13vw,61px)!important }.pass3-home-hero .hero-copy > p{font-size:16px!important }.pass3-home-hero .hero-actions{grid-template-columns:1fr!important }.pass3-how{padding:66px 0 72px!important }.px-wizard .wizard-main{padding-inline:12px!important }.px-wizard .wizard-card{border-radius:22px!important;padding:24px 18px!important }.r4-profile-basics{padding:18px!important;gap:18px!important }.canonical-profile-top-inner{padding:0 12px!important }.canonical-profile-brand-slot{width:38px!important }.profile-logo-button{width:36px!important;height:36px!important }.profile-view-nav button{padding:0 10px!important }.profile-top-actions{gap:5px!important }.profile-action-wrap{display:none!important }.canonical-profile-renderer.linku-premium-profile{padding:26px 14px 64px!important }.linku-premium-profile .canonical-mobile-avatar{width:92px!important;height:92px!important }.linku-premium-profile .canonical-bio{font-size:15px!important }.linku-premium-profile .canonical-hero-cta{min-height:56px!important }.linku-premium-profile .canonical-pinned-media-card{display:block!important }.linku-premium-profile .canonical-pinned-media-image{aspect-ratio:16/10!important }.linku-premium-profile .canonical-work-grid{grid-template-columns:1fr 1fr!important;overflow-x:auto!important }.linku-premium-profile .canonical-work-grid > *{min-width:0!important }}.linku-premium-profile .canonical-profile-intro,
.linku-premium-profile .canonical-profile-intro.has-cover-image{padding-top:0!important;margin-top:0!important
}.linku-premium-profile .canonical-hero-grid{display:block!important;padding:0!important;margin:0 auto!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important
}.linku-premium-profile .canonical-profile-hero{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important
}.linku-premium-profile .canonical-hero-content{padding:0!important
}.linku-premium-profile .canonical-cover,
.linku-premium-profile .canonical-cover-image{display:none!important
}.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-offer-section,
.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-products-section,
.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-external-section,
.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-contact-section{display:block!important
}@media (max-width: 760px){.linku-profile-section-nav{margin-top:18px!important }.linku-profile-section-nav button{min-height:36px!important;padding:0 14px!important }}body .canonical-profile-renderer.linku-premium-profile > .canonical-profile-intro > .canonical-hero-grid,
body .canonical-profile-renderer.linku-premium-profile .canonical-profile-intro .canonical-hero-grid{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important
}.pass3-home-hero .mini-link-stack{display:grid!important;gap:9px!important;margin-top:22px!important
}.pass3-home-hero .mini-link-stack > button{display:grid!important;grid-template-columns:34px minmax(0,1fr) 20px!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:55px!important;padding:9px 14px 9px 10px!important;border:1px solid rgba(20,20,20,.08)!important;border-radius:14px!important;background:#fff!important;color:#171717!important;text-align:left!important;box-shadow:none!important
}.pass3-home-hero .mini-link-stack > button > span{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:10px!important;background:#f2efe9!important
}.pass3-home-hero .mini-link-stack > button > strong{font-size:14px!important;font-weight:750!important
}.pass3-home-hero .profile-mini > button{display:none!important }.linku-premium-profile .canonical-overview-block,
.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-overview-block{display:none!important }.r4-profile-basics{grid-template-columns:1fr!important;align-items:stretch!important;gap:20px!important
}.r4-profile-basics .px-avatar-editor,
.r4-profile-basics .profile-avatar-editor,
.r4-profile-basics > *{width:100%!important;min-width:0!important
}.px-wizard .px-link-wizard-featured,
.px-wizard .px-plan-limit-note{display:none!important }:root{--linku-font-ui:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--linku-font-display:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif
}html, body, button, input, textarea, select,
.site-shell, .dashboard-shell, .wizard-shell, .auth-page,
.canonical-profile-shell, .canonical-profile-renderer,
.canonical-profile-renderer *, .profile-preview-modal *,
.dashboard-shell *, .wizard-shell *, .auth-page *{font-family:var(--linku-font-ui)!important
}h1, h2, h3, h4, h5, h6,
.section-head :is(h1,h2,h3),
.canonical-profile-renderer :is(h1,h2,h3,h4,h5,h6),
.dashboard-shell :is(h1,h2,h3,h4),
.wizard-shell :is(h1,h2,h3,h4),
.auth-page :is(h1,h2,h3,h4){font-family:var(--linku-font-display)!important;font-synthesis:none
}:where(a, button, input, textarea, select, summary):focus-visible{outline:2px solid #9b7138!important;outline-offset:3px!important
}:where(button, .btn, a.btn){-webkit-tap-highlight-color:transparent }@media (max-width: 900px){.main-nav.open{width:min(376px, 100vw)!important;padding:0 18px max(14px, env(safe-area-inset-bottom))!important;background:#faf7f2!important;box-shadow:-18px 0 60px rgba(15,15,16,.18)!important;overflow-x:hidden!important
  }.mobile-nav-head{min-height:68px!important;padding:max(10px, env(safe-area-inset-top)) 52px 10px 0!important;background:#faf7f2!important
  }.mobile-nav-head img{width:98px!important }.mobile-nav-floating-close{top:max(12px, env(safe-area-inset-top))!important;right:14px!important;width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;border-radius:12px!important;background:#fff!important;box-shadow:0 7px 22px rgba(15,15,16,.08)!important
  }.mobile-nav-links{gap:0!important;padding:8px 0 6px!important
  }.mobile-nav-links > button,
  .main-nav .linku-discover-trigger{min-height:48px!important;padding:0 8px!important;border-bottom:1px solid rgba(232,222,209,.88)!important;font-size:15px!important;font-weight:700!important;letter-spacing:-.015em!important
  }.main-nav .linku-discover-menu{width:100%!important;border-bottom:1px solid rgba(232,222,209,.88)!important
  }.main-nav .linku-discover-menu .linku-discover-trigger{border-bottom:0!important
  }.main-nav .linku-discover-dropdown{display:grid!important;gap:2px!important;width:100%!important;margin:0 0 7px!important;padding:5px!important;border:1px solid rgba(232,222,209,.82)!important;border-left:1px solid rgba(232,222,209,.82)!important;border-radius:13px!important;background:rgba(255,255,255,.64)!important
  }.main-nav .linku-discover-dropdown button,
  .main-nav .linku-discover-dropdown a{min-height:40px!important;padding:0 12px!important;border-radius:9px!important;font-size:13px!important;font-weight:700!important
  }.mobile-nav-actions{position:sticky!important;bottom:0!important;z-index:4!important;display:grid!important;gap:8px!important;margin-top:auto!important;padding:14px 0 max(4px, env(safe-area-inset-bottom))!important;border-top:1px solid rgba(232,222,209,.9)!important;background:linear-gradient(to bottom, rgba(250,247,242,.92), #faf7f2 18%)!important
  }.mobile-nav-actions .btn{min-height:46px!important }.main-nav.open .mobile-language-switch{margin-top:4px!important }}@media (max-width: 430px){.main-nav.open{width:100vw!important }}.canonical-profile-shell{background:#f3f2ef!important }.canonical-profile-top{min-height:62px!important }.canonical-profile-top-inner{min-height:62px!important;max-width:790px!important
}.canonical-profile-top .profile-view-nav{display:none!important }.canonical-profile-renderer.linku-premium-profile{width:min(100%, 760px)!important;max-width:760px!important;padding:34px 20px 74px!important
}.linku-premium-profile .profile-name-row h1{font-size:clamp(30px, 4.5vw, 39px)!important;font-weight:790!important
}.linku-premium-profile .canonical-bio{max-width:530px!important;color:#55514c!important
}.linku-premium-profile .canonical-hero-actions{max-width:600px!important }.linku-premium-profile .canonical-hero-cta{min-height:56px!important;border-radius:15px!important
}.linku-profile-section-nav{margin:20px auto 2px!important;max-width:calc(100% - 24px)!important
}.linku-profile-section-nav button{min-height:37px!important;padding:0 16px!important
}.linku-premium-profile .canonical-profile-section{margin-top:25px!important
}.linku-premium-profile .canonical-section-heading{margin-bottom:12px!important }.linku-premium-profile .canonical-section-heading h2{font-size:20px!important;font-weight:780!important
}.linku-premium-profile .canonical-products-grid,
.linku-premium-profile .canonical-external-grid{gap:12px!important
}.linku-premium-profile .canonical-product-card,
.linku-premium-profile .canonical-external-card{border:1px solid rgba(25,25,25,.055)!important;border-radius:17px!important;background:#fff!important;box-shadow:0 8px 26px rgba(16,16,16,.035)!important
}.linku-premium-profile .canonical-product-card :is(h3,h4,strong),
.linku-premium-profile .canonical-external-card :is(h3,h4,strong),
.linku-premium-profile .canonical-work-card :is(h3,h4,strong),
.linku-premium-profile .canonical-media-card :is(h3,h4,strong){font-family:var(--linku-font-ui)!important;font-weight:760!important;letter-spacing:-.025em!important
}.linku-premium-profile[data-linku-active-tab="profile"] .canonical-audience-section,
.linku-premium-profile[data-linku-active-tab="profile"] .canonical-offer-section,
.linku-premium-profile[data-linku-active-tab="profile"] .canonical-contact-section,
.linku-premium-profile[data-linku-active-tab="profile"] .canonical-work-section,
.linku-premium-profile[data-linku-active-tab="profile"] .canonical-media-section{display:none!important
}.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-pinned-section,
.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-work-section,
.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-media-section{display:none!important
}.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-audience-section,
.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-offer-section,
.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-products-section,
.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-external-section,
.linku-premium-profile[data-linku-active-tab="media-kit"] .canonical-contact-section{display:block!important
}body .linku-premium-profile .canonical-contact-section{padding:clamp(26px, 5vw, 42px)!important;border:0!important;border-radius:22px!important;background:#171716!important;color:#fff!important;box-shadow:0 18px 46px rgba(15,15,16,.12)!important;overflow:hidden!important
}body .linku-premium-profile .canonical-contact-section :is(h2,h3,h4,strong){color:#fff!important;font-family:var(--linku-font-ui)!important
}body .linku-premium-profile .canonical-contact-section p{color:rgba(255,255,255,.68)!important }body .linku-premium-profile .canonical-contact-section .eyebrow,
body .linku-premium-profile .canonical-contact-section [class*="eyebrow"]{color:#d7ae6e!important }body .linku-premium-profile .canonical-contact-section :is(.btn,button,a){border-color:#d2a65f!important
}body .linku-premium-profile .canonical-contact-section .btn,
body .linku-premium-profile .canonical-contact-section a.btn{background:#d2a65f!important;color:#171716!important
}.canonical-profile-footer-inner{max-width:760px!important }@media (max-width: 760px){.canonical-profile-renderer.linku-premium-profile{padding:24px 14px 58px!important }.linku-premium-profile .canonical-mobile-avatar{width:88px!important;height:88px!important }.linku-premium-profile .profile-name-row h1{font-size:30px!important }.linku-premium-profile .canonical-bio{margin-top:14px!important;font-size:15px!important }.linku-premium-profile .canonical-social-icons{margin-top:13px!important }.linku-premium-profile .canonical-hero-actions{margin-top:21px!important }.linku-profile-section-nav{margin-top:16px!important }.linku-premium-profile .canonical-products-grid,
  .linku-premium-profile .canonical-external-grid,
  .linku-premium-profile .canonical-work-grid,
  .linku-premium-profile .canonical-media-grid{grid-template-columns:1fr!important;overflow:visible!important
  }body .linku-premium-profile .canonical-contact-section{padding:26px 20px!important;border-radius:18px!important
  }}.pass3-home-hero{padding-top:clamp(66px, 8vw, 104px)!important }.pass3-home-hero .hero-copy h1{max-width:760px!important;font-size:clamp(48px, 6.4vw, 78px)!important;line-height:.98!important
}.pass3-home-hero .hero-copy > p{max-width:650px!important }.page-hero h1, .catalog-hero h1, .content-hero h1{font-size:clamp(39px, 5.3vw, 66px)!important
}@media (max-width: 760px){.pass3-home-hero{padding:48px 0 50px!important }.pass3-home-hero .hero-copy h1{font-size:clamp(40px, 12vw, 55px)!important }.page-hero, .catalog-hero, .content-hero{padding:68px 0 58px!important }.page-hero h1, .catalog-hero h1, .content-hero h1{font-size:clamp(37px, 11vw, 50px)!important }}.wizard-card, .panel-card, .dashboard-card, .auth-panel, .register-panel{font-family:var(--linku-font-ui)!important
}.wizard-card :is(h1,h2,h3), .panel-card :is(h1,h2,h3), .dashboard-card :is(h1,h2,h3){font-weight:760!important
}.dashboard-topbar h1{font-size:clamp(23px, 3vw, 27px)!important }@media (max-width: 760px){.wizard-header{height:64px!important;padding:0 16px!important;gap:16px!important }.wizard-header img{width:98px!important }.wizard-header span{padding-left:15px!important;font-size:13px!important }.px-wizard .wizard-main{padding:28px 12px 72px!important }.px-wizard .wizard-card{padding:22px 17px!important;border-radius:20px!important }.dashboard-topbar{min-height:74px!important;padding:14px 16px!important }.dashboard-content{padding:20px 14px 58px!important }.auth-page.simple{padding:18px 12px!important }.register-panel{padding:28px 19px!important;border-radius:22px!important }}:root{--r6-ink:#151515;--r6-muted:#676762;--r6-soft:#f4f4f1;--r6-soft-2:#efeee9;--r6-surface:#ffffff;--r6-line:#e5e4df;--r6-line-strong:#d8d6cf;--r6-accent:#a97838;--r6-accent-soft:#f3e9da;--r6-success:#26734d;--r6-danger:#b63b3b;--r6-radius-sm:11px;--r6-radius:16px;--r6-radius-lg:22px;--r6-shadow-sm:0 1px 2px rgba(15,15,15,.025), 0 8px 24px rgba(15,15,15,.035);--r6-shadow-md:0 18px 50px rgba(15,15,15,.08);--r6-font:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif
}html{color-scheme:light }body{color:var(--r6-ink)!important;background:var(--r6-soft)!important;font-family:var(--r6-font)!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility
}button, input, textarea, select{font:inherit!important }::selection{background:#ead8bc;color:#151515 }.btn,
button.btn,
a.btn{min-height:46px!important;border-radius:12px!important;padding-inline:18px!important;font-weight:720!important;letter-spacing:-.012em!important;box-shadow:none!important;transition:transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease!important
}.btn:hover,
button.btn:hover,
a.btn:hover{transform:translateY(-1px) }.btn-dark,
button.btn-dark,
a.btn-dark{border-color:var(--r6-ink)!important;background:var(--r6-ink)!important;color:#fff!important
}.btn-dark:hover,
button.btn-dark:hover,
a.btn-dark:hover{background:#2a2a28!important }.btn-outline,
button.btn-outline,
a.btn-outline{border-color:var(--r6-line-strong)!important;background:rgba(255,255,255,.76)!important;color:var(--r6-ink)!important
}.btn-outline:hover,
button.btn-outline:hover,
a.btn-outline:hover{border-color:#b9b6ae!important;background:#fff!important
}input:not([type="checkbox"]):not([type="radio"]),
textarea,
select,
.input,
.select{min-height:46px!important;border:1px solid var(--r6-line-strong)!important;border-radius:12px!important;background:#fff!important;color:var(--r6-ink)!important;box-shadow:0 1px 0 rgba(15,15,15,.02)!important
}textarea{min-height:112px!important }input::placeholder, textarea::placeholder{color:#9a9994!important;opacity:1 }input:hover, textarea:hover, select:hover{border-color:#bbb8b0!important }input:focus, textarea:focus, select:focus{border-color:#8a642f!important;box-shadow:0 0 0 3px rgba(169,120,56,.12)!important;outline:0!important
}.field-label, .field > span:first-child, label > span:first-child{color:#383834!important;font-size:13px!important;font-weight:720!important
}.field-help, .field-hint, small{color:#777771 }.site-header{height:70px!important;border-bottom:1px solid rgba(229,228,223,.92)!important;background:rgba(250,250,248,.88)!important;box-shadow:none!important;position:sticky!important;top:0!important
}.header-inner{min-height:70px!important }.logo-button img{width:108px!important }.main-nav{gap:28px!important }.main-nav > button,
.main-nav .linku-discover-trigger{color:#373733!important;font-size:14px!important;font-weight:680!important
}.header-actions{gap:8px!important }.header-actions .btn{min-height:40px!important;padding-inline:15px!important;border-radius:10px!important }.pass3-home-hero{padding:clamp(72px, 8vw, 112px) 0 clamp(72px, 8vw, 108px)!important;background:radial-gradient(circle at 82% 30%, rgba(220,201,169,.26), transparent 32%),
    linear-gradient(180deg, #fafaf8 0%, #f4f4f1 100%)!important
}.pass3-home-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.82fr)!important;gap:clamp(54px, 7vw, 104px)!important;max-width:1220px!important
}.pass3-home-hero .hero-copy{max-width:700px!important }.pass3-home-hero .eyebrow,
.section-head .eyebrow,
.page-hero .eyebrow,
.catalog-hero .eyebrow,
.content-hero .eyebrow{color:#8a642f!important;font-size:11px!important;font-weight:800!important;letter-spacing:.14em!important
}.pass3-home-hero .hero-copy h1{max-width:680px!important;margin:16px 0 22px!important;font-size:clamp(52px, 6vw, 76px)!important;line-height:.98!important;letter-spacing:-.065em!important;font-weight:820!important
}.pass3-home-hero .hero-copy h1 em{color:var(--r6-accent)!important;font-style:normal!important
}.pass3-home-hero .hero-copy > p{max-width:610px!important;color:#5e5e58!important;font-size:clamp(17px, 1.5vw, 20px)!important;line-height:1.55!important
}.pass3-home-hero .hero-actions{margin-top:30px!important;gap:10px!important }.pass3-home-hero .hero-actions .btn{min-height:52px!important }.trust-row{margin-top:18px!important;gap:18px!important;color:#74736d!important;font-size:12px!important }.hero-product{isolation:isolate }.hero-product::before{content:"";position:absolute;inset:8% 4% -8% 8%;z-index:-1;border-radius:42px;background:rgba(214,196,164,.30);filter:blur(46px)
}.browser-frame{border:1px solid rgba(30,30,30,.08)!important;border-radius:22px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 30px 80px rgba(31,30,27,.14)!important;overflow:hidden!important
}.browser-bar{min-height:48px!important;border-bottom:1px solid var(--r6-line)!important;background:#f5f3ef!important
}.profile-mini{padding:30px 28px 28px!important }.profile-mini .mini-head{margin-bottom:18px!important }.profile-mini p{color:#66645f!important;line-height:1.5!important }.mini-link-stack{gap:9px!important }.mini-link-stack button{min-height:50px!important;border:1px solid var(--r6-line)!important;border-radius:13px!important;background:#fff!important
}.floating-note{border:1px solid var(--r6-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:var(--r6-shadow-md)!important
}.pass3-how{padding:clamp(76px, 9vw, 122px) 0!important;background:#fff!important
}.section-head.center{max-width:760px!important;margin-inline:auto!important }.section-head h2{margin-top:12px!important;font-size:clamp(38px, 4.5vw, 60px)!important;line-height:1.02!important;letter-spacing:-.05em!important
}.section-head p{color:var(--r6-muted)!important;font-size:17px!important;line-height:1.6!important }.pass3-step-grid{gap:14px!important;margin-top:44px!important }.pass3-step-grid article{min-height:220px!important;padding:28px!important;border:1px solid var(--r6-line)!important;border-radius:20px!important;background:#fafaf8!important;box-shadow:none!important
}.pass3-step-grid article > span{display:inline-grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:10px!important;background:var(--r6-ink)!important;color:#fff!important
}.pass3-step-grid h3{margin-top:44px!important;font-size:22px!important;letter-spacing:-.03em!important }.pass3-step-grid p{color:var(--r6-muted)!important;line-height:1.55!important }.cream-section{background:var(--r6-soft-2)!important;border-block:1px solid var(--r6-line)!important
}.home-pricing-grid{max-width:930px!important;margin-inline:auto!important;gap:14px!important }.home-pricing-grid > *{border:1px solid var(--r6-line-strong)!important;border-radius:20px!important;background:rgba(255,255,255,.90)!important;box-shadow:none!important
}.home-pricing-grid > *.featured,
.home-pricing-grid > *:has(.btn-dark){border-color:#b99768!important;box-shadow:0 16px 40px rgba(39,34,27,.07)!important
}.page-hero, .catalog-hero, .content-hero, .pass3-marketing-hero{padding:clamp(78px, 9vw, 122px) 0 clamp(62px, 7vw, 94px)!important;background:linear-gradient(180deg, #fafaf8, #f4f4f1)!important;border-bottom:1px solid var(--r6-line)!important
}.page-hero h1, .catalog-hero h1, .content-hero h1, .pass3-marketing-hero h1{max-width:980px!important;margin-top:14px!important;font-size:clamp(44px, 5.2vw, 70px)!important;line-height:1!important;letter-spacing:-.06em!important
}.page-hero p, .catalog-hero p, .content-hero p, .pass3-marketing-hero p{max-width:720px!important;color:var(--r6-muted)!important;font-size:18px!important;line-height:1.6!important
}.catalog-filter-toolbar,
.catalog-search,
.pass3-filters,
.content-tabs{border:1px solid var(--r6-line)!important;border-radius:16px!important;background:rgba(255,255,255,.92)!important;box-shadow:var(--r6-shadow-sm)!important
}.creator-card, .brand-card, .catalog-card, .pass3-creator-card,
.form-card, .brand-proof-card{border:1px solid var(--r6-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important
}.creator-card:hover, .brand-card:hover, .catalog-card:hover, .pass3-creator-card:hover{transform:translateY(-2px)!important;border-color:#cbc8c0!important;box-shadow:var(--r6-shadow-sm)!important
}.site-footer{padding-top:70px!important;background:#171716!important;color:#fff!important
}.footer-main{gap:64px!important }.footer-links-grid a{color:rgba(255,255,255,.65)!important }.footer-links-grid a:hover{color:#fff!important }.footer-bottom{border-top-color:rgba(255,255,255,.10)!important }.cookie-banner{left:50%!important;right:auto!important;bottom:16px!important;width:min(calc(100vw - 28px), 1120px)!important;max-width:1120px!important;transform:translateX(-50%)!important;padding:14px 16px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:16px!important;background:rgba(22,22,21,.97)!important;box-shadow:0 18px 55px rgba(0,0,0,.20)!important;backdrop-filter:blur(18px)!important
}.cookie-banner > div:first-child{max-width:610px!important }.cookie-banner strong{font-size:13px!important }.cookie-banner p{margin-top:3px!important;color:rgba(255,255,255,.62)!important;font-size:11px!important }.cookie-banner .btn{min-height:40px!important;padding-inline:14px!important;font-size:12px!important }.canonical-profile-shell{background:radial-gradient(circle at 50% -10%, rgba(213,193,160,.25), transparent 30%),
    var(--r6-soft)!important
}.canonical-profile-top{min-height:64px!important;border-bottom:1px solid rgba(229,228,223,.88)!important;background:rgba(250,250,248,.86)!important;backdrop-filter:blur(16px)!important;position:sticky!important;top:0!important;z-index:25!important
}.canonical-profile-top-inner{max-width:720px!important;padding-inline:18px!important }.canonical-profile-renderer.linku-premium-profile{width:min(100%, 700px)!important;max-width:700px!important;padding:46px 18px 82px!important
}.linku-premium-profile .canonical-profile-intro{margin-bottom:0!important }.linku-premium-profile .canonical-mobile-avatar,
.linku-premium-profile .canonical-portrait-frame{width:98px!important;height:98px!important;border:4px solid rgba(255,255,255,.95)!important;box-shadow:0 10px 34px rgba(18,18,18,.12)!important
}.linku-premium-profile .profile-name-row{margin-top:20px!important }.linku-premium-profile .profile-name-row h1{font-size:clamp(32px, 5vw, 42px)!important;line-height:1.04!important;letter-spacing:-.045em!important
}.linku-premium-profile .canonical-handle,
.linku-premium-profile .canonical-role,
.linku-premium-profile .canonical-location{color:#73716b!important }.linku-premium-profile .canonical-bio{max-width:550px!important;margin-top:15px!important;color:#5c5b56!important;font-size:16px!important;line-height:1.58!important
}.linku-premium-profile .canonical-social-icons{gap:8px!important;margin-top:16px!important }.linku-premium-profile .canonical-social-icon{width:40px!important;height:40px!important;border:1px solid var(--r6-line)!important;border-radius:12px!important;background:rgba(255,255,255,.82)!important
}.linku-premium-profile .canonical-hero-actions{max-width:620px!important;margin-top:24px!important }.linku-premium-profile .canonical-hero-cta{min-height:58px!important;border-radius:15px!important;box-shadow:0 10px 24px rgba(20,20,20,.10)!important
}.linku-profile-section-nav{width:fit-content!important;max-width:calc(100% - 20px)!important;margin:20px auto 4px!important;padding:4px!important;border:1px solid var(--r6-line)!important;border-radius:14px!important;background:rgba(255,255,255,.78)!important;box-shadow:none!important
}.linku-profile-section-nav button{min-height:38px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#686762!important;font-size:13px!important;font-weight:720!important
}.linku-profile-section-nav button.active,
.linku-profile-section-nav button[aria-selected="true"]{background:#fff!important;color:var(--r6-ink)!important;box-shadow:0 2px 9px rgba(15,15,15,.08)!important
}.linku-premium-profile .canonical-profile-section{margin-top:34px!important }.linku-premium-profile .canonical-section-heading{margin-bottom:13px!important }.linku-premium-profile .canonical-section-heading h2{font-size:18px!important;letter-spacing:-.025em!important
}.linku-premium-profile .canonical-links-list{display:grid!important;gap:10px!important }.linku-premium-profile .canonical-link-row{min-height:62px!important;padding:10px 15px!important;border:1px solid var(--r6-line)!important;border-radius:15px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 3px 12px rgba(15,15,15,.025)!important
}.linku-premium-profile .canonical-link-row:hover{border-color:#cac7bf!important;transform:translateY(-1px)!important;box-shadow:var(--r6-shadow-sm)!important
}.linku-premium-profile .canonical-products-grid,
.linku-premium-profile .canonical-external-grid,
.linku-premium-profile .canonical-work-grid,
.linku-premium-profile .canonical-media-grid,
.linku-premium-profile .canonical-offer-grid{grid-template-columns:1fr!important;gap:12px!important
}.linku-premium-profile .canonical-product-card{min-height:170px!important;grid-template-columns:180px minmax(0,1fr)!important;border:1px solid var(--r6-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important
}.linku-premium-profile .canonical-product-image{min-height:170px!important }.linku-premium-profile .canonical-product-copy{padding:24px!important }.linku-premium-profile .canonical-product-copy :is(h3,h4){font-size:21px!important;line-height:1.15!important }.linku-premium-profile .canonical-external-card,
.linku-premium-profile .canonical-work-card,
.linku-premium-profile .canonical-media-card,
.linku-premium-profile .canonical-audience-card,
.linku-premium-profile .canonical-offer-grid > *{border:1px solid var(--r6-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important
}body .linku-premium-profile .canonical-contact-section{margin-top:40px!important;padding:clamp(28px, 5vw, 46px)!important;border-radius:22px!important;background:#181817!important;box-shadow:0 20px 55px rgba(17,17,17,.14)!important
}.canonical-profile-footer{border-top:1px solid var(--r6-line)!important;background:#fafaf8!important }.canonical-profile-footer-inner{max-width:700px!important }.wizard-shell, .wizard-page{background:var(--r6-soft)!important }.wizard-header{min-height:68px!important;height:auto!important;padding:0 24px!important;border-bottom:1px solid var(--r6-line)!important;background:rgba(250,250,248,.92)!important;backdrop-filter:blur(14px)!important
}.wizard-header img{width:104px!important }.wizard-main{display:block!important;width:min(100%, 930px)!important;max-width:930px!important;margin:0 auto!important;padding:42px 22px 96px!important
}.wizard-steps{display:flex!important;flex-direction:row!important;align-items:stretch!important;gap:8px!important;width:min(100%, 760px)!important;margin:0 auto 14px!important;padding:0!important;overflow-x:auto!important;scrollbar-width:none
}.wizard-steps::-webkit-scrollbar{display:none }.wizard-steps button{flex:1 0 160px!important;min-height:48px!important;padding:8px 12px!important;border:1px solid transparent!important;border-radius:12px!important;background:transparent!important;color:#777671!important;text-align:left!important
}.wizard-steps button span{width:24px!important;height:24px!important;border-radius:8px!important;background:#e8e7e2!important;color:#66655f!important;font-size:11px!important
}.wizard-steps button strong{font-size:12px!important;line-height:1.15!important }.wizard-steps button.active{border-color:var(--r6-line)!important;background:rgba(255,255,255,.85)!important;color:var(--r6-ink)!important
}.wizard-steps button.active span{background:var(--r6-ink)!important;color:#fff!important }.wizard-card{width:min(100%, 760px)!important;margin:0 auto!important;padding:clamp(28px, 5vw, 48px)!important;border:1px solid var(--r6-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--r6-shadow-sm)!important
}.wizard-card h1, .wizard-card h2{max-width:620px!important;font-size:clamp(32px, 4.5vw, 46px)!important;line-height:1.03!important;letter-spacing:-.045em!important
}.wizard-card > div > p, .wizard-card header p{color:var(--r6-muted)!important;line-height:1.6!important }.px-role-cards{gap:12px!important }.px-role-cards > button{padding:24px!important;border:1px solid var(--r6-line)!important;border-radius:17px!important;background:#fafaf8!important;box-shadow:none!important
}.px-role-cards > button:hover{border-color:#c6c3bb!important;background:#fff!important;transform:translateY(-1px) }.wizard-link-list, .wizard-social-list, .wizard-offer-list, .wizard-case-list{gap:10px!important }.wizard-item-head, .wizard-repeat-head, .wizard-publication, .wizard-summary{border-color:var(--r6-line)!important;border-radius:14px!important;background:#fafaf8!important
}.wizard-actions{margin-top:28px!important;padding-top:20px!important;border-top:1px solid var(--r6-line)!important
}.auth-page,
.auth-page.simple{display:flex!important;align-items:center!important;justify-content:center!important;min-height:100vh!important;padding:34px 18px!important;background:radial-gradient(circle at 50% 0%, rgba(216,198,168,.26), transparent 35%),
    var(--r6-soft)!important
}.auth-side{display:none!important }.auth-panel,
.register-panel{width:min(100%, 520px)!important;max-width:520px!important;padding:clamp(28px, 5vw, 46px)!important;border:1px solid var(--r6-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--r6-shadow-md)!important
}.auth-logo{margin-bottom:42px!important }.auth-logo img{width:112px!important }.auth-copy h1{margin-top:12px!important;font-size:clamp(32px, 6vw, 44px)!important;line-height:1.03!important;letter-spacing:-.045em!important
}.auth-copy p{color:var(--r6-muted)!important;line-height:1.55!important }.auth-form{gap:16px!important;margin-top:28px!important }.auth-legal{color:#777671!important }.dashboard-shell{--sidebar:232px!important;grid-template-columns:var(--sidebar) minmax(0,1fr)!important;background:#f4f5f3!important
}.dashboard-sidebar{width:var(--sidebar)!important;padding:20px 14px!important;border-right:1px solid rgba(255,255,255,.055)!important;background:#171716!important
}.dash-logo, .dash-logo-home{margin:1px 8px 26px!important }.dash-logo img, .dash-logo-home img{width:96px!important }.dash-menu{gap:4px!important }.dash-menu button,
.dash-menu a{min-height:43px!important;padding:0 12px!important;border-radius:11px!important;color:rgba(255,255,255,.64)!important;font-size:13px!important;font-weight:660!important
}.dash-menu button:hover,
.dash-menu a:hover{background:rgba(255,255,255,.055)!important;color:#fff!important }.dash-menu button.active,
.dash-menu a.active{background:rgba(255,255,255,.10)!important;color:#fff!important;box-shadow:inset 3px 0 0 #c99a59!important
}.dashboard-public-home-link{margin-top:18px!important;border-color:rgba(255,255,255,.12)!important;color:rgba(255,255,255,.72)!important;border-radius:11px!important
}.sidebar-user{margin-top:auto!important;padding:12px 8px 2px!important;border-top:1px solid rgba(255,255,255,.08)!important
}.dashboard-main{min-width:0!important }.dashboard-topbar{min-height:76px!important;padding:14px clamp(20px, 3vw, 38px)!important;border-bottom:1px solid var(--r6-line)!important;background:rgba(255,255,255,.89)!important;backdrop-filter:blur(16px)!important
}.dashboard-topbar h1{font-size:clamp(24px, 2.5vw, 30px)!important;line-height:1.1!important;letter-spacing:-.035em!important
}.dashboard-topbar p{margin-top:3px!important;color:var(--r6-muted)!important;font-size:13px!important }.topbar-actions{gap:8px!important }.topbar-actions .btn{min-height:42px!important }.dashboard-content{width:100%!important;max-width:1360px!important;margin:0 auto!important;padding:28px clamp(20px, 3vw, 38px) 74px!important
}.dashboard-grid{gap:16px!important }.panel-card,
.dashboard-card,
.editor-card,
.form-card,
.admin-traffic-card,
.brand-card,
.creator-ready-card,
.creator-first-steps{border:1px solid var(--r6-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important
}.panel-card, .dashboard-card, .editor-card{padding:22px!important }.panel-card-head{gap:16px!important;margin-bottom:18px!important }.panel-card-head h2, .panel-card-head h3,
.panel-card h2, .dashboard-card h2{letter-spacing:-.035em!important
}.panel-subhead, .panel-lead{color:var(--r6-muted)!important }.stats-cards,
.statistics-grid{gap:12px!important
}.stats-cards > *,
.statistics-grid > *{min-height:118px!important;padding:20px!important;border:1px solid var(--r6-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important
}.stats-cards strong,
.statistics-grid strong,
.stats-cards b,
.statistics-grid b{color:var(--r6-ink)!important;font-size:clamp(28px, 3vw, 38px)!important;letter-spacing:-.05em!important
}.profile-panel-preview,
.brand-profile-summary,
.panel-guidance,
.brand-settings-intro,
.creator-browse-guidance,
.creator-profile-missing,
.admin-attention,
.admin-ai-stack,
.brand-next-steps{border:1px solid var(--r6-line)!important;border-radius:16px!important;background:#fafaf8!important;box-shadow:none!important
}.quick-actions{padding:20px 22px!important;border:1px solid var(--r6-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important
}.quick-actions .btn{min-height:42px!important }.status-pill, .admin-badge{border-radius:999px!important;font-size:10px!important;letter-spacing:.07em!important;font-weight:800!important
}.px-verification-notice,
.brand-review-notice{padding:14px 18px!important;border:1px solid #e7d7bd!important;border-radius:15px!important;background:#fbf7f0!important;box-shadow:none!important
}.editor-layout,
.data-editor-layout,
.admin-detail-layout{gap:18px!important
}.editor-save-card,
.save-panel{top:94px!important;border:1px solid var(--r6-line)!important;border-radius:17px!important;background:#fff!important;box-shadow:var(--r6-shadow-sm)!important
}.table-wrap{border:1px solid var(--r6-line)!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important
}.table-head{background:#f5f5f2!important;color:#777671!important;font-size:11px!important;letter-spacing:.06em!important;text-transform:uppercase!important
}.table-row{border-top-color:var(--r6-line)!important }.table-row:hover{background:#fafaf8!important }.admin-tabs,
.admin-billing-tabs,
.creator-brief-tabs{gap:4px!important;padding:4px!important;border:1px solid var(--r6-line)!important;border-radius:13px!important;background:#efefec!important
}.admin-tabs button,
.admin-billing-tabs button,
.creator-brief-tabs button{min-height:38px!important;border-radius:9px!important
}.admin-tabs button.active,
.admin-billing-tabs button.active,
.creator-brief-tabs button.active{background:#fff!important;box-shadow:0 2px 8px rgba(15,15,15,.06)!important
}.px-help-floating{width:42px!important;height:42px!important;border-radius:13px!important;box-shadow:var(--r6-shadow-md)!important
}@media (max-width: 980px){.pass3-home-hero .hero-grid{grid-template-columns:1fr!important;max-width:760px!important;text-align:center!important
  }.pass3-home-hero .hero-copy{max-width:720px!important;margin-inline:auto!important }.pass3-home-hero .hero-copy h1,
  .pass3-home-hero .hero-copy > p{margin-inline:auto!important }.pass3-home-hero .hero-actions,
  .trust-row{justify-content:center!important }.hero-product{width:min(100%, 560px)!important;margin:0 auto!important }.dashboard-shell{display:block!important }.dashboard-sidebar{width:min(310px, 88vw)!important;transform:translateX(-105%)!important;transition:transform .22s ease!important;box-shadow:18px 0 50px rgba(0,0,0,.16)!important
  }.dashboard-shell.dashboard-menu-open .dashboard-sidebar,
  .dashboard-sidebar.open{transform:translateX(0)!important }.dashboard-topbar{padding-left:16px!important;padding-right:16px!important }.dashboard-content{padding-left:16px!important;padding-right:16px!important }.editor-layout, .data-editor-layout, .admin-detail-layout{grid-template-columns:1fr!important }.editor-save-card, .save-panel{position:static!important }}@media (max-width: 760px){.site-header{height:62px!important }.header-inner{min-height:62px!important }.logo-button img{width:98px!important }.menu-button{width:42px!important;height:42px!important;border-radius:12px!important }.main-nav.open{width:min(340px, 100vw)!important;background:#fafaf8!important
  }.mobile-nav-head{min-height:62px!important;background:#fafaf8!important }.mobile-nav-links > button,
  .main-nav .linku-discover-trigger{min-height:46px!important;font-size:14px!important }.mobile-nav-actions{background:#fafaf8!important }.pass3-home-hero{padding:52px 0 64px!important }.pass3-home-hero .hero-grid{gap:44px!important }.pass3-home-hero .hero-copy h1{font-size:clamp(42px, 12.5vw, 58px)!important;letter-spacing:-.06em!important
  }.pass3-home-hero .hero-copy > p{font-size:16px!important }.pass3-home-hero .hero-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important }.pass3-home-hero .hero-actions .btn{width:100%!important }.trust-row{display:grid!important;grid-template-columns:1fr!important;gap:7px!important }.profile-mini{padding:23px 18px 20px!important }.browser-frame{border-radius:18px!important }.floating-note{right:10px!important;bottom:-22px!important }.pass3-how{padding:70px 0!important }.section-head h2{font-size:clamp(36px, 10vw, 48px)!important }.section-head p{font-size:15px!important }.pass3-step-grid{grid-template-columns:1fr!important;margin-top:30px!important }.pass3-step-grid article{min-height:auto!important;padding:22px!important }.pass3-step-grid h3{margin-top:28px!important }.home-pricing-grid{grid-template-columns:1fr!important }.page-hero, .catalog-hero, .content-hero, .pass3-marketing-hero{padding:58px 0 50px!important }.page-hero h1, .catalog-hero h1, .content-hero h1, .pass3-marketing-hero h1{font-size:clamp(38px, 11vw, 52px)!important }.cookie-banner{bottom:8px!important;width:calc(100vw - 16px)!important;padding:14px!important;border-radius:15px!important;display:grid!important;gap:12px!important
  }.cookie-banner > div:last-child{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important }.cookie-banner > div:last-child .btn:last-child{grid-column:1 / -1!important }.canonical-profile-renderer.linku-premium-profile{padding:30px 13px 60px!important }.linku-premium-profile .canonical-mobile-avatar{width:90px!important;height:90px!important }.linku-premium-profile .profile-name-row h1{font-size:31px!important }.linku-premium-profile .canonical-bio{font-size:15px!important }.linku-premium-profile .canonical-product-card{display:block!important;min-height:0!important }.linku-premium-profile .canonical-product-image{min-height:190px!important }.linku-premium-profile .canonical-product-copy{padding:20px!important }.linku-premium-profile .canonical-profile-section{margin-top:28px!important }.wizard-header{min-height:62px!important;padding:0 14px!important }.wizard-main{padding:24px 10px 84px!important }.wizard-steps{width:100%!important;margin-bottom:10px!important;padding-inline:2px!important }.wizard-steps button{flex-basis:128px!important;min-height:44px!important;padding:7px 9px!important }.wizard-card{padding:25px 18px!important;border-radius:18px!important }.wizard-card h1, .wizard-card h2{font-size:34px!important }.px-role-cards{grid-template-columns:1fr!important }.wizard-actions{position:sticky!important;bottom:0!important;z-index:8!important;margin:24px -18px -25px!important;padding:12px 18px max(12px, env(safe-area-inset-bottom))!important;border-top:1px solid var(--r6-line)!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(12px)!important
  }.auth-page, .auth-page.simple{align-items:flex-start!important;padding:14px 10px!important }.auth-panel, .register-panel{padding:26px 20px!important;border-radius:18px!important;box-shadow:none!important }.auth-logo{margin-bottom:34px!important }.auth-copy h1{font-size:34px!important }.dashboard-topbar{min-height:66px!important;padding:11px 12px!important }.dashboard-topbar h1{font-size:22px!important }.dashboard-topbar p{display:none!important }.topbar-actions .btn:not(:last-child){display:none!important }.dashboard-content{padding:16px 10px 64px!important }.panel-card, .dashboard-card, .editor-card{padding:17px!important;border-radius:16px!important }.dashboard-grid, .stats-cards, .statistics-grid{grid-template-columns:1fr!important;gap:10px!important }.stats-cards > *, .statistics-grid > *{min-height:94px!important;padding:16px!important }.quick-actions{padding:17px!important;border-radius:16px!important }.quick-actions > div:last-child{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important }.quick-actions .btn{width:100%!important }.table-wrap{overflow-x:auto!important }.admin-filter-desktop{display:none!important }}@media (prefers-reduced-motion: reduce){*, *::before, *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important }}.dashboard-sidebar .dash-logo img,
.dashboard-sidebar .dash-logo-home img{filter:brightness(0) invert(1)!important;opacity:.96!important }@media (max-width: 760px){.topbar-actions .btn{display:none!important }.topbar-actions .px-notification-bell{display:inline-grid!important }.stats-cards,
  .statistics-grid{grid-template-columns:repeat(2, minmax(0,1fr))!important }.stats-cards > *,
  .statistics-grid > *{min-height:104px!important }.stats-cards strong,
  .statistics-grid strong,
  .stats-cards b,
  .statistics-grid b{font-size:28px!important }}@media (max-width: 900px){.main-nav.open{top:6px!important;bottom:auto!important;height:auto!important;min-height:0!important;max-height:calc(100dvh - 12px)!important;border-radius:0 0 0 22px!important;overflow-y:auto!important
  }.mobile-nav-actions{position:static!important;margin-top:18px!important;padding-top:14px!important
  }}@media (max-width: 430px){.main-nav.open{top:0!important;border-radius:0 0 20px 20px!important
  }}:root{--r7-ink:#101110;--r7-ink-soft:#252623;--r7-muted:#666861;--r7-muted-2:#878981;--r7-bg:#f6f6f2;--r7-bg-warm:#f2f0e9;--r7-surface:#ffffff;--r7-line:#e6e6df;--r7-line-strong:#d7d8d0;--r7-accent:#9a6b32;--r7-accent-soft:#f2e8d9;--r7-radius-xs:9px;--r7-radius-sm:12px;--r7-radius:16px;--r7-radius-lg:22px;--r7-shadow-xs:0 1px 2px rgba(16,17,16,.025), 0 5px 18px rgba(16,17,16,.035);--r7-shadow-sm:0 10px 34px rgba(16,17,16,.07);--r7-shadow-md:0 24px 70px rgba(16,17,16,.12);--r7-font:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif
}html{background:var(--r7-bg) }body{background:var(--r7-bg)!important;color:var(--r7-ink)!important;font-family:var(--r7-font)!important;font-size:15px!important;letter-spacing:-.005em
}body, button, input, textarea, select{font-family:var(--r7-font)!important }h1, h2, h3, h4, h5, h6{color:var(--r7-ink)!important;font-family:var(--r7-font)!important;font-weight:760!important;text-wrap:balance
}p{color:var(--r7-muted) }.container{width:min(1180px, calc(100% - 48px))!important }.section{padding-block:clamp(72px, 7.5vw, 104px)!important }.btn,
button.btn,
a.btn{min-height:44px!important;border-radius:var(--r7-radius-sm)!important;padding-inline:17px!important;font-size:13px!important;font-weight:740!important;letter-spacing:-.01em!important
}.btn-dark,
button.btn-dark,
a.btn-dark{background:var(--r7-ink)!important;border-color:var(--r7-ink)!important;color:#fff!important
}.btn-dark:hover,
button.btn-dark:hover,
a.btn-dark:hover{background:#292a27!important }.btn-outline,
button.btn-outline,
a.btn-outline{background:rgba(255,255,255,.86)!important;border-color:var(--r7-line-strong)!important;color:var(--r7-ink)!important
}input:not([type="checkbox"]):not([type="radio"]),
textarea,
select,
.input,
.select{min-height:44px!important;border-color:var(--r7-line-strong)!important;border-radius:var(--r7-radius-sm)!important;background:#fff!important;box-shadow:none!important
}input:focus, textarea:focus, select:focus{border-color:#9b713c!important;box-shadow:0 0 0 3px rgba(154,107,50,.11)!important
}.site-header{height:66px!important;border-bottom:1px solid rgba(230,230,223,.90)!important;background:rgba(250,250,247,.90)!important;backdrop-filter:blur(18px) saturate(1.25)!important
}.header-inner{min-height:66px!important }.logo-button img{width:102px!important }.main-nav{gap:24px!important;margin-left:26px!important }.main-nav > button,
.main-nav .linku-discover-trigger{color:#454741!important;font-size:13px!important;font-weight:690!important
}.header-actions .btn{min-height:38px!important;border-radius:10px!important }.page-hero,
.content-hero,
.pass3-marketing-hero{padding:clamp(64px, 7vw, 92px) 0 clamp(52px, 6vw, 76px)!important;background:linear-gradient(180deg, #fafaf8 0%, var(--r7-bg) 100%)!important;border-bottom:1px solid var(--r7-line)!important
}.page-hero h1,
.content-hero h1,
.pass3-marketing-hero h1{max-width:880px!important;font-size:clamp(42px, 4.8vw, 64px)!important;line-height:1.01!important;letter-spacing:-.055em!important
}.page-hero p,
.content-hero p,
.pass3-marketing-hero p{max-width:680px!important;font-size:17px!important;line-height:1.58!important
}.pass3-home-hero{padding:clamp(66px, 7vw, 96px) 0 clamp(70px, 7vw, 96px)!important;background:radial-gradient(circle at 78% 28%, rgba(214,195,162,.22), transparent 31%),
    linear-gradient(180deg, #fbfbf8 0%, var(--r7-bg) 100%)!important
}.pass3-home-hero .hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.76fr)!important;gap:clamp(48px, 6vw, 86px)!important
}.pass3-home-hero .hero-copy h1{font-size:clamp(48px, 5.4vw, 70px)!important;line-height:.985!important;letter-spacing:-.062em!important
}.pass3-home-hero .hero-copy > p{max-width:580px!important;font-size:18px!important
}.pass3-home-hero .hero-actions .btn{min-height:50px!important }.browser-frame{border-color:rgba(16,17,16,.08)!important;border-radius:20px!important;box-shadow:0 26px 70px rgba(16,17,16,.12)!important
}.catalog-hero.pass3-catalog-hero{padding:clamp(52px, 5.5vw, 76px) 0 clamp(38px, 4.5vw, 58px)!important;border-bottom:0!important;background:radial-gradient(circle at 50% -15%, rgba(210,195,168,.20), transparent 38%),
    #fafaf8!important
}.catalog-hero.pass3-catalog-hero .container{max-width:900px!important }.catalog-hero.pass3-catalog-hero .eyebrow{margin-bottom:12px!important }.catalog-hero.pass3-catalog-hero h1{max-width:780px!important;margin-inline:auto!important;margin-bottom:15px!important;font-size:clamp(42px, 5vw, 62px)!important;line-height:1.00!important;letter-spacing:-.058em!important
}.catalog-hero.pass3-catalog-hero p{max-width:650px!important;font-size:16px!important;line-height:1.55!important
}.catalog-search{width:min(100%, 700px)!important;min-height:54px!important;margin:26px auto 0!important;padding:5px 7px 5px 17px!important;border:1px solid var(--r7-line-strong)!important;border-radius:16px!important;background:#fff!important;box-shadow:var(--r7-shadow-xs)!important
}.catalog-search input{min-height:42px!important;border:0!important;box-shadow:none!important;background:transparent!important
}.catalog-section.pass3-catalog{padding:26px 0 88px!important;background:var(--r7-bg)!important;border-top:1px solid var(--r7-line)!important
}.category-filter-chips{flex-wrap:nowrap!important;gap:7px!important;margin-bottom:14px!important;overflow-x:auto!important;scrollbar-width:none
}.category-filter-chips::-webkit-scrollbar{display:none }.category-filter-chips button{flex:0 0 auto!important;min-height:38px!important;padding-inline:14px!important;border:1px solid var(--r7-line-strong)!important;border-radius:999px!important;background:rgba(255,255,255,.78)!important;font-size:12px!important;font-weight:700!important
}.category-filter-chips button.active{border-color:var(--r7-ink)!important;background:var(--r7-ink)!important;color:#fff!important
}.filters.pass3-filters{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(0,.9fr) minmax(0,1.05fr) auto!important;align-items:end!important;gap:10px!important;padding:14px!important;border:1px solid var(--r7-line)!important;border-radius:17px!important;background:rgba(255,255,255,.88)!important;box-shadow:none!important
}.filters.pass3-filters > div:first-child{display:none!important }.filters.pass3-filters label{min-width:0!important }.filters.pass3-filters label > span{display:block!important;margin:0 0 5px 3px!important;color:#686a63!important;font-size:10px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important
}.filters.pass3-filters select{width:100%!important;min-height:43px!important }.filters.pass3-filters > button:last-child{min-height:43px!important;padding-inline:14px!important;border:1px solid var(--r7-line-strong)!important;border-radius:12px!important;background:var(--r7-bg-warm)!important;font-size:12px!important;font-weight:710!important
}.catalog-meta{margin:22px 0 16px!important;color:var(--r7-muted-2)!important;font-size:12px!important
}.catalog-meta strong{color:var(--r7-ink)!important;font-size:13px!important }.creator-grid.pass3-creator-grid{display:grid!important;grid-template-columns:repeat(auto-fill, minmax(min(100%, 310px), 370px))!important;justify-content:start!important;gap:15px!important
}.creator-card.pass3-creator-card{border:1px solid var(--r7-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important
}.creator-card.pass3-creator-card:hover{transform:translateY(-2px)!important;border-color:#cbccc4!important;box-shadow:var(--r7-shadow-sm)!important
}.creator-card .creator-main{padding:22px 20px 17px!important }.creator-card .creator-main h3{font-size:21px!important }.creator-card .creator-card-stats{background:#fafaf7!important }.creator-card .creator-card-actions{padding:14px!important;gap:8px!important }.creator-card .creator-card-actions .btn{min-height:42px!important }.canonical-profile-shell{min-height:100vh!important;background:radial-gradient(circle at 50% -8%, rgba(213,197,170,.20), transparent 26%),
    var(--r7-bg)!important
}.canonical-profile-top{min-height:58px!important;border-bottom:1px solid rgba(230,230,223,.82)!important;background:rgba(250,250,247,.83)!important;backdrop-filter:blur(18px) saturate(1.2)!important
}.canonical-profile-top-inner{width:min(100% - 28px, 680px)!important;min-height:58px!important;padding-inline:0!important
}.profile-logo-button,
.canonical-share-button,
.profile-more-button{width:38px!important;height:38px!important;min-height:38px!important;border:1px solid rgba(214,215,208,.92)!important;border-radius:12px!important;background:rgba(255,255,255,.82)!important;color:var(--r7-ink)!important;box-shadow:none!important
}.profile-logo-button{border-color:transparent!important;background:transparent!important }.profile-logo-button img{width:22px!important;height:22px!important }.canonical-share-button span{display:none!important }.profile-top-actions{gap:6px!important }.profile-action-wrap.is-mobile{display:block!important;position:relative!important
}.profile-action-wrap.is-mobile .profile-more-button{display:inline-grid!important;place-items:center!important }.profile-action-menu.canonical-profile-action-sheet.is-mobile-sheet{border-radius:22px 22px 0 0!important;background:#fff!important;box-shadow:0 -20px 70px rgba(16,17,16,.18)!important
}.profile-action-sheet-actions button{min-height:52px!important }.canonical-profile-renderer.linku-premium-profile{width:min(100%, 660px)!important;max-width:660px!important;padding:38px 16px 104px!important
}.linku-premium-profile .canonical-mobile-avatar,
.linku-premium-profile .canonical-portrait-frame{width:92px!important;height:92px!important;border:3px solid rgba(255,255,255,.96)!important;box-shadow:0 12px 34px rgba(16,17,16,.11)!important
}.linku-premium-profile .profile-name-row{margin-top:17px!important }.linku-premium-profile .profile-name-row h1{font-size:clamp(30px, 4.7vw, 38px)!important;line-height:1.03!important;letter-spacing:-.045em!important
}.linku-premium-profile .canonical-bio{max-width:520px!important;margin-top:12px!important;color:#5b5d57!important;font-size:15px!important;line-height:1.55!important
}.linku-premium-profile .canonical-social-icons{margin-top:14px!important }.linku-premium-profile .canonical-social-icon{width:38px!important;height:38px!important;border-radius:12px!important;background:rgba(255,255,255,.78)!important
}.linku-premium-profile .canonical-hero-actions{width:min(100%, 570px)!important;max-width:570px!important;margin-top:20px!important;gap:9px!important
}.linku-premium-profile .canonical-hero-cta{min-height:52px!important;border-radius:14px!important;font-size:14px!important;box-shadow:none!important;transition:transform .16s ease, background-color .16s ease, border-color .16s ease!important
}.linku-premium-profile .canonical-hero-cta.secondary{background:var(--r7-ink)!important;border-color:var(--r7-ink)!important;color:#fff!important
}.linku-premium-profile .canonical-hero-cta.primary{background:#fff!important;border-color:var(--r7-line-strong)!important;color:var(--r7-ink)!important
}.linku-premium-profile .canonical-hero-actions > .canonical-hero-cta:only-child{background:var(--r7-ink)!important;border-color:var(--r7-ink)!important;color:#fff!important
}.linku-profile-section-nav{margin:17px auto 0!important;padding:3px!important;border:1px solid var(--r7-line)!important;border-radius:999px!important;background:rgba(255,255,255,.72)!important
}.linku-profile-section-nav button{min-height:35px!important;padding-inline:15px!important;border-radius:999px!important;font-size:12px!important
}.linku-premium-profile .canonical-profile-section{margin-top:27px!important }.linku-premium-profile .canonical-section-heading{margin-bottom:10px!important }.linku-premium-profile .canonical-section-heading h2{font-size:17px!important }.linku-premium-profile .canonical-link-row{min-height:58px!important;padding:9px 14px!important;border-radius:14px!important;background:rgba(255,255,255,.90)!important;box-shadow:none!important
}.linku-premium-profile .canonical-product-card,
.linku-premium-profile .canonical-external-card,
.linku-premium-profile .canonical-work-card,
.linku-premium-profile .canonical-media-card{border-radius:16px!important;box-shadow:none!important
}.linku-premium-profile .canonical-product-card{min-height:154px!important;grid-template-columns:160px minmax(0,1fr)!important
}.linku-premium-profile .canonical-product-image{min-height:154px!important }.linku-premium-profile .canonical-product-copy{padding:20px!important }body .linku-premium-profile .canonical-contact-section{margin-top:34px!important;padding:clamp(26px, 4vw, 38px)!important;border-radius:20px!important;background:var(--r7-ink)!important;box-shadow:0 20px 52px rgba(16,17,16,.13)!important
}.canonical-growth-bar{position:fixed!important;top:auto!important;right:18px!important;bottom:max(16px, env(safe-area-inset-bottom))!important;left:auto!important;z-index:46!important;display:flex!important;width:min(calc(100vw - 36px), 340px)!important;min-height:52px!important;margin:0!important;transform:none!important;overflow:hidden!important;border:1px solid rgba(25,26,24,.12)!important;border-radius:999px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 16px 48px rgba(16,17,16,.17)!important;backdrop-filter:blur(18px) saturate(1.25)!important
}.canonical-growth-bar-main{justify-content:flex-start!important;gap:10px!important;min-height:50px!important;padding:0 10px 0 14px!important;color:var(--r7-ink)!important;font-size:12px!important;font-weight:760!important;text-align:left!important
}.canonical-growth-bar-main::before{content:"";flex:0 0 21px;width:21px;height:21px;background:url('/assets/logo-mark.svg') center / contain no-repeat
}.canonical-growth-bar-close{flex:0 0 46px!important;width:46px!important;min-height:50px!important;border-left:1px solid var(--r7-line)!important
}.wizard-main{width:min(100%, 880px)!important;padding-top:36px!important }.wizard-card{width:min(100%, 720px)!important;border-radius:20px!important;box-shadow:none!important
}.wizard-card h1, .wizard-card h2{font-size:clamp(31px, 4vw, 42px)!important;letter-spacing:-.045em!important
}.wizard-steps{width:min(100%, 720px)!important }.wizard-steps button{min-height:45px!important }.dashboard-shell{--sidebar:224px!important;background:#f3f4f1!important
}.dashboard-sidebar{padding:18px 12px!important;background:#151614!important
}.dash-logo, .dash-logo-home{margin-bottom:22px!important }.dash-menu button, .dash-menu a,
.dashboard-sidebar nav button{min-height:41px!important;border-radius:10px!important;font-size:12.5px!important
}.dashboard-topbar{min-height:70px!important;padding:12px clamp(18px, 2.8vw, 34px)!important;background:rgba(255,255,255,.91)!important
}.dashboard-topbar h1{font-size:clamp(23px, 2.2vw, 28px)!important }.dashboard-content{max-width:1320px!important;padding:24px clamp(18px, 2.8vw, 34px) 68px!important
}.panel-card,
.dashboard-card,
.editor-card,
.form-card,
.admin-traffic-card,
.brand-card,
.creator-ready-card,
.creator-first-steps,
.quick-actions{border-color:var(--r7-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important
}.panel-card, .dashboard-card, .editor-card{padding:20px!important }.stats-cards, .statistics-grid{display:grid!important;grid-template-columns:repeat(4, minmax(0,1fr))!important;gap:10px!important
}.stats-cards > *, .statistics-grid > *{min-height:106px!important;padding:17px!important;border-radius:14px!important;background:#fff!important
}.stats-cards strong, .statistics-grid strong,
.stats-cards b, .statistics-grid b{font-size:clamp(26px, 2.6vw, 34px)!important
}.profile-panel-preview,
.brand-profile-summary,
.panel-guidance,
.brand-settings-intro,
.creator-browse-guidance,
.creator-profile-missing,
.admin-attention,
.admin-ai-stack,
.brand-next-steps{border-radius:14px!important;background:#f8f8f5!important
}.table-wrap{border-radius:14px!important }.site-footer{padding-top:62px!important;background:#151614!important }@media (max-width: 980px){.pass3-home-hero .hero-grid{grid-template-columns:1fr!important }.dashboard-sidebar{width:min(300px, 88vw)!important }}@media (max-width: 760px){.container{width:calc(100% - 28px)!important }.section{padding-block:62px!important }.site-header{height:60px!important }.header-inner{min-height:60px!important }.logo-button img{width:94px!important }.pass3-home-hero{padding:42px 0 58px!important }.pass3-home-hero .hero-copy h1{font-size:clamp(40px, 11.8vw, 52px)!important;line-height:.99!important
  }.pass3-home-hero .hero-copy > p{font-size:15px!important }.catalog-hero.pass3-catalog-hero{padding:42px 0 28px!important }.catalog-hero.pass3-catalog-hero h1{font-size:clamp(37px, 10.8vw, 48px)!important;line-height:1.01!important
  }.catalog-hero.pass3-catalog-hero p{font-size:15px!important }.catalog-search{min-height:50px!important;margin-top:21px!important;padding-left:14px!important;border-radius:14px!important
  }.catalog-section.pass3-catalog{padding:18px 0 70px!important }.filters.pass3-filters{grid-template-columns:1fr 1fr!important;gap:9px!important;padding:11px!important;border-radius:15px!important
  }.filters.pass3-filters label:first-of-type{display:none!important }.filters.pass3-filters > button:last-child{grid-column:1 / -1!important }.creator-grid.pass3-creator-grid{grid-template-columns:1fr!important }.creator-card.pass3-creator-card{width:100%!important }.canonical-profile-top-inner{width:calc(100% - 20px)!important }.canonical-profile-renderer.linku-premium-profile{padding:27px 12px 104px!important }.linku-premium-profile .canonical-mobile-avatar{width:84px!important;height:84px!important }.linku-premium-profile .profile-name-row{margin-top:14px!important }.linku-premium-profile .profile-name-row h1{font-size:29px!important }.linku-premium-profile .canonical-bio{max-width:340px!important;font-size:14px!important }.linku-premium-profile .canonical-hero-actions{margin-top:18px!important }.linku-premium-profile .canonical-hero-cta{min-height:49px!important;border-radius:13px!important;font-size:13px!important
  }.linku-profile-section-nav{margin-top:15px!important }.linku-profile-section-nav button{min-height:34px!important;padding-inline:13px!important }.linku-premium-profile .canonical-product-card{display:block!important }.linku-premium-profile .canonical-product-image{min-height:176px!important }.linku-premium-profile .canonical-product-copy{padding:18px!important }body .linku-premium-profile .canonical-contact-section{padding:26px 21px!important }.canonical-growth-bar{right:10px!important;bottom:calc(10px + env(safe-area-inset-bottom))!important;left:10px!important;width:auto!important;transform:none!important;min-height:50px!important
  }.canonical-growth-bar-main{min-height:48px!important;font-size:11.5px!important }.canonical-growth-bar-close{min-height:48px!important;width:44px!important;flex-basis:44px!important }.wizard-main{padding:22px 9px 80px!important }.wizard-card{padding:23px 17px!important;border-radius:17px!important }.wizard-card h1, .wizard-card h2{font-size:32px!important }.dashboard-topbar{min-height:62px!important;padding:10px 11px!important }.dashboard-topbar h1{font-size:21px!important }.dashboard-content{padding:14px 9px 62px!important }.panel-card, .dashboard-card, .editor-card{padding:16px!important;border-radius:14px!important }.stats-cards, .statistics-grid{grid-template-columns:repeat(2, minmax(0,1fr))!important }.stats-cards > *, .statistics-grid > *{min-height:96px!important;padding:14px!important }.stats-cards strong, .statistics-grid strong,
  .stats-cards b, .statistics-grid b{font-size:26px!important }}@media (max-width: 390px){.profile-logo-button,
  .canonical-share-button,
  .profile-more-button{width:36px!important;height:36px!important;min-height:36px!important }}@media (prefers-reduced-motion: reduce){*, *::before, *::after{transition-duration:.01ms!important;animation-duration:.01ms!important }}html,body{background:#f6f6f2;color:#101110;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.canonical-hero-cta.primary{background:#fff!important;color:#101110!important;border-color:#d7d8d0!important}.canonical-hero-cta.secondary,.canonical-hero-actions>.canonical-hero-cta:only-child{background:#101110!important;color:#fff!important;border-color:#101110!important}@media (max-width:760px){.profile-action-wrap.is-mobile{display:block!important}.canonical-hero-cta{min-height:49px!important}}@media (max-width: 760px){.canonical-profile-renderer .canonical-hero-cta,
  .canonical-profile-shell .canonical-hero-cta{height:49px!important;min-height:49px!important;padding-top:0!important;padding-bottom:0!important
  }}@media (max-width: 760px){button.canonical-hero-cta,
  a.canonical-hero-cta{box-sizing:border-box!important;height:49px!important;min-height:49px!important;padding-top:0!important;padding-bottom:0!important
  }}@media (max-width: 760px){html body .linku-premium-profile .canonical-hero-actions > button.canonical-hero-cta:first-child,
  html body .linku-premium-profile .canonical-hero-actions > a.canonical-hero-cta:first-child{box-sizing:border-box!important;height:49px!important;min-height:49px!important;padding-top:0!important;padding-bottom:0!important
  }}
/* ==========================================================================
   LINKU R9 — PRODUCT RESET
   Creator-first public profile, lighter homepage and calmer application shell.
   ========================================================================== */
:root{
  --linku-black:#111111;
  --linku-text:#151515;
  --linku-bg:#f6f6f3;
  --linku-cream:#efeee8;
  --linku-card:#ffffff;
  --linku-gold:#b98b43;
  --linku-border:#deded8;
  --linku-muted:#666664;
  --shadow-sm:0 8px 28px rgba(17,17,17,.07);
  --shadow-md:0 24px 70px rgba(17,17,17,.12);
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:26px;
  --radius-xl:34px;
  --sidebar:226px;
}
body,h1,h2,h3,h4,button,input,textarea,select{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}
h1,h2,h3,h4{letter-spacing:-.045em}
body{background:#f6f6f3}

/* Public shell */
.site-header{height:70px;background:rgba(255,255,255,.88)!important;border-bottom:1px solid rgba(20,20,20,.08)!important;position:sticky!important;top:0!important}
.header-inner{gap:22px}.logo-button img{width:114px}.main-nav{gap:22px;margin-left:24px}.main-nav>button{font-size:13px}.header-actions{gap:10px}
.site-footer{padding:54px 0 32px}.footer-grid{gap:44px}

/* R9 homepage */
.linku9-home-hero{padding:96px 0 84px;background:radial-gradient(circle at 76% 20%,rgba(205,234,67,.24),transparent 24%),linear-gradient(180deg,#fff 0%,#f4f4ef 100%);border-bottom:1px solid rgba(20,20,20,.08)}
.linku9-home-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.72fr);align-items:center;gap:clamp(52px,8vw,118px)}
.linku9-home-copy>span,.linku9-home-steps header>span,.linku9-home-value>div>div>span{display:block;font-size:11px;line-height:1;letter-spacing:.16em;font-weight:800;color:#74746d;margin-bottom:22px}
.linku9-home-copy h1{font-size:clamp(52px,6.6vw,92px);line-height:.93;max-width:790px;margin:0 0 28px}
.linku9-home-copy p{font-size:clamp(17px,1.55vw,21px);line-height:1.55;max-width:660px;color:#5e5e5a}
.linku9-home-actions{display:flex;align-items:center;gap:12px;margin-top:34px}.linku9-home-actions .btn{min-height:52px;border-radius:999px;padding-inline:24px}.linku9-home-actions .btn-ghost{background:transparent;border:0;text-decoration:underline;text-underline-offset:5px}
.linku9-home-proof{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:24px;color:#74746d;font-size:12px;font-weight:650}.linku9-home-proof span+span:before{content:"•";margin-right:18px;color:#bbb}
.linku9-home-device{position:relative;padding:20px}.linku9-home-device:before{content:"";position:absolute;inset:0;border-radius:48% 52% 42% 58%;background:#cdea43;transform:rotate(-7deg);filter:saturate(.9)}
.linku9-home-profile{position:relative;z-index:1;width:min(100%,390px);margin-inline:auto;background:#fff;border:1px solid rgba(20,20,20,.1);border-radius:34px;padding:34px 24px 22px;box-shadow:0 38px 90px rgba(17,17,17,.16);text-align:center;transform:rotate(1.5deg)}
.linku9-home-avatar{width:82px;height:82px;border-radius:50%;overflow:hidden;margin:0 auto 15px}.linku9-home-avatar img{width:100%;height:100%;object-fit:cover}.linku9-home-profile h2{font-size:25px}.linku9-home-profile>p{font-size:13px;max-width:260px;margin:7px auto 14px}.linku9-home-socials{display:flex;justify-content:center;gap:7px;margin-bottom:22px}.linku9-home-socials span{display:grid;place-items:center;width:31px;height:31px;border:1px solid #ddd;border-radius:50%;font-size:9px;font-weight:800}
.linku9-home-feature,.linku9-home-link{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;text-align:left;border-radius:16px;margin-top:9px}.linku9-home-feature{grid-template-columns:auto 1fr auto;background:#111;color:#fff;padding:16px}.linku9-home-feature span{font-size:9px;letter-spacing:.1em;color:#cdea43}.linku9-home-feature strong{font-size:13px}.linku9-home-link{border:1px solid #e4e4df;padding:14px 15px}.linku9-home-link strong{font-size:13px}.linku9-home-profile>small{display:block;margin-top:18px;color:#8b8b86;font-size:10px}
.linku9-home-steps{padding:104px 0;background:#fff}.linku9-home-steps header{max-width:720px;margin-bottom:48px}.linku9-home-steps h2{font-size:clamp(38px,4.5vw,64px)}.linku9-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.linku9-step-grid article{min-height:260px;border:1px solid #e0e0db;border-radius:24px;padding:28px;background:#f8f8f5}.linku9-step-grid article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#111;color:#fff;font-size:12px;font-weight:800;margin-bottom:55px}.linku9-step-grid h3{font-size:25px;margin-bottom:12px}.linku9-step-grid p{font-size:14px;line-height:1.6}
.linku9-home-value{padding:112px 0;background:#111;color:#fff}.linku9-value-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:90px;align-items:center}.linku9-home-value h2{font-size:clamp(40px,5vw,68px);margin-bottom:22px;max-width:760px}.linku9-home-value p{color:#aaa;font-size:18px;max-width:650px;margin-bottom:30px}.linku9-home-value .btn-outline{border-color:#444;color:#fff;border-radius:999px}.linku9-value-card{background:#202020;border:1px solid #333;border-radius:28px;padding:16px}.linku9-value-card>div{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:14px;padding:17px 14px;border-bottom:1px solid #333}.linku9-value-card>div:last-child{border:0}.linku9-value-card svg{color:#cdea43}.linku9-value-card strong,.linku9-value-card small{display:block}.linku9-value-card small{color:#8f8f8f;margin-top:3px}.linku9-value-card .is-muted{opacity:.62}
.linku9-home-final{text-align:center;padding:110px 0;background:#cdea43}.linku9-home-final h2{font-size:clamp(42px,5vw,72px);max-width:900px;margin:0 auto 18px}.linku9-home-final p{color:#3d3d36;font-size:18px;margin-bottom:28px}.linku9-home-final .btn{border-radius:999px;min-height:54px;padding-inline:28px}

/* R9 public profile — deliberate link-in-bio first structure */
.canonical-profile-shell{min-height:100vh!important;background:var(--profile-bg,#f3f3ef)!important;padding-bottom:92px}.canonical-profile-top{background:transparent!important;border:0!important;box-shadow:none!important;position:relative!important;height:66px!important}.canonical-profile-top-inner{width:min(calc(100% - 28px),760px)!important}.canonical-profile-brand-slot img{width:29px!important;height:29px!important}.canonical-share-button{height:40px!important;border-radius:999px!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(20,20,20,.1)!important;padding:0 14px!important}.profile-top-actions{gap:7px!important}.profile-action-trigger,.profile-more-button,.icon-btn{border-radius:999px!important}.profile-view-nav{display:none!important}
.linku9-profile{width:min(calc(100% - 28px),680px);margin:0 auto;padding:24px 0 48px;display:flex;flex-direction:column;gap:18px;color:var(--profile-text,#151515)}
.linku9-profile-head{text-align:center;padding:14px 20px 22px}.linku9-avatar{width:104px;height:104px;border-radius:50%;overflow:hidden;margin:0 auto 20px;background:#ddd;border:4px solid rgba(255,255,255,.7);box-shadow:0 14px 40px rgba(17,17,17,.13)}.linku9-avatar img{width:100%;height:100%;object-fit:cover}.linku9-name-row{display:flex;justify-content:center;align-items:center;gap:7px}.linku9-name-row h1{font-size:clamp(30px,5vw,43px);letter-spacing:-.055em}.linku9-subtitle{color:var(--profile-muted,#6d6d69);font-size:14px;margin-top:4px}.linku9-bio{max-width:520px;margin:13px auto 0;color:var(--profile-text,#282824);font-size:15px;line-height:1.55}.linku9-meta{margin-top:10px;color:var(--profile-muted,#777);font-size:12px}.linku9-socials{display:flex;justify-content:center;gap:8px;margin-top:17px}.linku9-social{display:grid!important;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.75);border:1px solid rgba(20,20,20,.1);transition:.18s ease}.linku9-social:hover{transform:translateY(-2px);background:#fff}
.linku9-primary-action{margin-top:21px;display:flex;justify-content:center}.linku9-primary-action .canonical-hero-cta{width:min(100%,420px)!important;min-height:51px!important;border-radius:999px!important;padding:0 22px!important;justify-content:center!important;background:var(--profile-accent,#111)!important;color:var(--profile-accent-contrast,#fff)!important;border:0!important;box-shadow:0 12px 30px rgba(17,17,17,.14)!important}.linku9-primary-action .canonical-hero-cta.secondary{background:#fff!important;color:#111!important;border:1px solid rgba(20,20,20,.12)!important}
.linku9-feature-card{width:100%;display:grid!important;grid-template-columns:116px 1fr auto;align-items:center;gap:18px;text-align:left;background:#111;color:#fff;border-radius:24px;padding:12px 18px 12px 12px;box-shadow:0 18px 50px rgba(17,17,17,.17);transition:.2s ease}.linku9-feature-card:hover{transform:translateY(-2px)}.linku9-feature-media{height:94px;border-radius:15px;overflow:hidden;background:#292929;display:grid;place-items:center}.linku9-feature-media img{width:100%;height:100%;object-fit:cover}.linku9-feature-card small{display:block;color:#cdea43;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:7px}.linku9-feature-card strong{font-size:17px;display:block}.linku9-feature-card p{color:#aaa;font-size:12px;margin-top:5px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.linku9-links{display:flex;flex-direction:column;gap:9px}.linku9-link{min-height:65px;display:grid!important;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;border:1px solid rgba(20,20,20,.11);background:rgba(255,255,255,.78);backdrop-filter:blur(12px);border-radius:18px;padding:10px 16px 10px 11px;transition:.18s ease}.linku9-link:hover{transform:translateY(-2px);background:#fff;box-shadow:0 12px 32px rgba(17,17,17,.08)}.linku9-link.is-first{border-color:rgba(20,20,20,.18)}.linku9-link-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#f0f0ec}.linku9-link-copy strong,.linku9-link-copy small{display:block}.linku9-link-copy strong{font-size:14px}.linku9-link-copy small{font-size:11px;color:var(--profile-muted,#777);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.linku9-content-section{padding-top:24px}.linku9-content-section>header{margin-bottom:16px}.linku9-content-section h2{font-size:24px}.linku9-content-section header p{font-size:13px;margin-top:5px}.linku9-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.linku9-product{display:flex!important;flex-direction:column;overflow:hidden;background:#fff;border:1px solid rgba(20,20,20,.1);border-radius:20px;min-height:190px}.linku9-product>img{height:138px;width:100%;object-fit:cover}.linku9-product>div{display:flex;flex-direction:column;flex:1;padding:17px}.linku9-product strong{font-size:16px}.linku9-product p{font-size:12px;margin:7px 0 16px;line-height:1.45}.linku9-product span{display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:12px;font-weight:750}
.linku9-projects{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.linku9-projects article{overflow:hidden;background:#fff;border:1px solid rgba(20,20,20,.1);border-radius:20px}.linku9-projects img{height:150px;width:100%;object-fit:cover}.linku9-projects article>div{padding:16px}.linku9-projects small,.linku9-projects strong{display:block}.linku9-projects small{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#777;margin-bottom:6px}.linku9-projects strong{font-size:15px}.linku9-projects p{font-size:12px;margin-top:6px}
.linku9-professional{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:8px;border-top:1px solid rgba(20,20,20,.12);padding:25px 4px 0}.linku9-professional strong{font-size:15px}.linku9-professional p{font-size:12px;margin-top:3px}.linku9-professional button,.linku9-professional>span{display:flex;align-items:center;gap:8px;white-space:nowrap;border:1px solid rgba(20,20,20,.13);background:#fff;border-radius:999px;min-height:42px;padding:0 17px;font-size:12px;font-weight:750}
.canonical-profile-footer{display:none!important}.canonical-growth-bar{position:fixed!important;right:18px!important;bottom:max(18px,env(safe-area-inset-bottom))!important;left:auto!important;z-index:60!important;display:flex!important;align-items:center!important;background:#fff!important;border:1px solid rgba(20,20,20,.12)!important;border-radius:999px!important;box-shadow:0 16px 48px rgba(17,17,17,.16)!important;padding:5px!important;max-width:340px!important}.canonical-growth-bar[hidden]{display:none!important}.canonical-growth-bar-main{min-height:43px!important;padding:0 13px 0 17px!important;font-size:12px!important;font-weight:800!important;gap:8px!important}.canonical-growth-bar-close{width:38px!important;height:38px!important;border-radius:50%!important;background:#f3f3ef!important}

/* Cleaner catalog */
.catalog-hero.pass3-catalog-hero{padding:76px 0 42px!important;background:#fff!important;border-bottom:0!important}.catalog-hero.pass3-catalog-hero h1{font-size:clamp(40px,5vw,66px)!important;max-width:780px!important;margin-bottom:14px!important}.catalog-hero.pass3-catalog-hero p{font-size:16px!important;max-width:620px!important}.catalog-search{max-width:650px!important;margin-top:27px!important;border-radius:999px!important;min-height:56px!important;box-shadow:none!important;border:1px solid #d9d9d3!important}.catalog-section.pass3-catalog{padding-top:34px!important}.category-filter-chips{margin-bottom:13px!important}.filters.pass3-filters{border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr)) auto!important;gap:8px!important}.filters.pass3-filters>div:first-child{display:none!important}.filters.pass3-filters label{background:#fff;border:1px solid #dfdfd9;border-radius:14px;padding:8px 12px!important}.filters.pass3-filters label>span{font-size:9px!important;letter-spacing:.1em!important}.filters.pass3-filters select{border:0!important;background:transparent!important;padding:3px 0!important;height:auto!important}.filters.pass3-filters>button{border-radius:999px!important;padding-inline:17px!important;background:#ecece7!important}.catalog-meta{margin-top:22px!important}.creator-grid.pass3-creator-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.creator-card.pass3-creator-card{border-radius:22px!important;border:1px solid #dfdfd9!important;box-shadow:none!important;overflow:hidden!important}.creator-card.pass3-creator-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(17,17,17,.08)!important}

/* R9 dashboard shell */
.dashboard-shell{background:#f4f4f1!important;grid-template-columns:var(--sidebar) 1fr!important}.dashboard-sidebar{width:var(--sidebar)!important;background:#fff!important;color:#181818!important;border-right:1px solid #ddddda!important;padding:20px 14px!important}.dash-logo{border-bottom:0!important;padding:0 10px 17px!important}.dash-logo img{filter:none!important;width:105px!important}.dashboard-sidebar nav{gap:3px!important;margin-top:12px!important}.dashboard-sidebar nav button{color:#666!important;height:42px!important;border-radius:12px!important;padding-inline:12px!important;font-size:13px!important}.dashboard-sidebar nav button:hover{background:#f2f2ee!important;color:#111!important}.dashboard-sidebar nav button.active{background:#111!important;color:#fff!important}.dashboard-sidebar nav button.active:before{display:none!important}.sidebar-user{border-top:1px solid #e2e2de!important}.sidebar-user strong{color:#111}.sidebar-user small{color:#777!important}.sidebar-user button{color:#555!important}.dashboard-topbar{min-height:76px!important;padding:16px 28px!important;background:rgba(255,255,255,.9)!important;backdrop-filter:blur(14px)!important;border-bottom:1px solid #ddddda!important}.dashboard-topbar h1{font-size:23px!important}.dashboard-content{padding:26px 28px 60px!important;max-width:1320px!important}.panel-card,.dashboard-grid>article,.stats-cards>article{border:1px solid #deded9!important;border-radius:18px!important;box-shadow:none!important;background:#fff!important}.panel-card{padding:22px!important}.dashboard-grid{gap:12px!important}.stats-cards>article{min-height:112px!important;padding:18px!important}.stats-cards strong{font-size:28px!important}
.linku9-editor-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;margin-bottom:18px;padding:6px 2px}.linku9-editor-intro>div>span{font-size:10px;letter-spacing:.14em;font-weight:800;color:#777}.linku9-editor-intro h2{font-size:30px;margin:6px 0 7px}.linku9-editor-intro p{font-size:13px;max-width:620px}.linku9-editor-nav{display:flex;background:#e9e9e4;border-radius:14px;padding:4px;gap:3px}.linku9-editor-nav button{display:flex;align-items:center;gap:7px;min-height:42px;border-radius:11px;padding:0 13px;color:#666;font-size:12px;font-weight:700}.linku9-editor-nav button.active{background:#fff;color:#111;box-shadow:0 5px 16px rgba(17,17,17,.08)}.editor-template-overview{display:none!important}.editor-layout{gap:18px!important}.editor-main{min-width:0}.editor-section,.px-editor-section{border-radius:18px!important;border-color:#deded9!important;box-shadow:none!important}.editor-preview-column{top:92px!important}

@media(max-width:900px){
  .linku9-home-grid,.linku9-value-grid{grid-template-columns:1fr;gap:60px}.linku9-home-copy{text-align:center}.linku9-home-copy p{margin-inline:auto}.linku9-home-actions,.linku9-home-proof{justify-content:center}.linku9-home-device{max-width:460px;margin-inline:auto}.linku9-step-grid{grid-template-columns:1fr}.linku9-step-grid article{min-height:210px}.linku9-step-grid article>span{margin-bottom:34px}.creator-grid.pass3-creator-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.linku9-editor-intro{grid-template-columns:1fr;align-items:start}.linku9-editor-nav{width:max-content;max-width:100%;overflow-x:auto}
}
@media(max-width:760px){
  .site-header{height:60px}.header-inner{width:calc(100% - 28px)!important}.logo-button img{width:104px}
  .linku9-home-hero{padding:62px 0 58px}.linku9-home-grid{gap:42px}.linku9-home-copy h1{font-size:clamp(45px,13vw,66px)}.linku9-home-copy p{font-size:16px}.linku9-home-actions{flex-direction:column;align-items:stretch}.linku9-home-actions .btn{width:100%;justify-content:center}.linku9-home-proof{gap:7px 12px}.linku9-home-proof span+span:before{margin-right:12px}.linku9-home-device{padding:8px}.linku9-home-profile{transform:none;border-radius:28px;padding:29px 18px 19px}.linku9-home-steps,.linku9-home-value,.linku9-home-final{padding:72px 0}.linku9-step-grid article{min-height:0;padding:23px}.linku9-step-grid article>span{margin-bottom:30px}.linku9-home-final h2{font-size:41px}
  .canonical-profile-shell{padding-bottom:84px}.canonical-profile-top{height:58px!important}.canonical-profile-top-inner{width:calc(100% - 18px)!important}.canonical-share-button{width:39px!important;padding:0!important;justify-content:center!important}.canonical-share-button span{display:none!important}.linku9-profile{width:calc(100% - 24px);padding-top:12px;gap:13px}.linku9-profile-head{padding:7px 12px 16px}.linku9-avatar{width:88px;height:88px;margin-bottom:15px}.linku9-name-row h1{font-size:30px}.linku9-bio{font-size:14px}.linku9-primary-action{margin-top:18px}.linku9-primary-action .canonical-hero-cta{min-height:48px!important}.linku9-feature-card{grid-template-columns:83px 1fr auto;gap:12px;border-radius:19px;padding:9px 13px 9px 9px}.linku9-feature-media{height:74px;border-radius:13px}.linku9-feature-card strong{font-size:14px}.linku9-feature-card p{display:none}.linku9-link{min-height:61px;border-radius:16px}.linku9-card-grid,.linku9-projects{grid-template-columns:1fr}.linku9-product{min-height:0}.linku9-product>img{height:160px}.linku9-professional{align-items:flex-start;flex-direction:column;padding-inline:4px}.linku9-professional button,.linku9-professional>span{width:100%;justify-content:center}.canonical-growth-bar{left:12px!important;right:12px!important;bottom:max(10px,env(safe-area-inset-bottom))!important;max-width:none!important;justify-content:center!important}.canonical-growth-bar-main{flex:1!important;justify-content:center!important}
  .catalog-hero.pass3-catalog-hero{padding:48px 0 24px!important}.catalog-hero.pass3-catalog-hero h1{font-size:40px!important}.catalog-search{min-height:50px!important}.catalog-section.pass3-catalog{padding-top:22px!important}.filters.pass3-filters{grid-template-columns:1fr 1fr!important}.filters.pass3-filters label:first-of-type{display:none!important}.filters.pass3-filters>button{min-height:45px!important}.creator-grid.pass3-creator-grid{grid-template-columns:1fr!important}.category-filter-chips{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:3px!important}.category-filter-chips button{white-space:nowrap!important}
  .dashboard-content{padding:18px 14px 48px!important}.dashboard-topbar{min-height:66px!important;padding:12px 14px!important}.dashboard-topbar h1{font-size:20px!important}.panel-card{padding:17px!important}.linku9-editor-intro{padding:0}.linku9-editor-intro h2{font-size:25px}.linku9-editor-nav{width:100%}.linku9-editor-nav button{flex:1;justify-content:center;padding-inline:9px}.linku9-editor-nav button svg{display:none}.editor-layout{display:block!important}.editor-preview-column{position:static!important;margin-top:16px!important}
}

/* R9 visual QA corrections */
.linku9-home-value h2{color:#fff!important}
.linku9-feature-card strong{color:#fff!important;display:block!important}

/* R9 creator onboarding: three clear steps, no setup wall */
.creator-first-steps{padding:22px!important}
.creator-first-steps>.panel-card-head{margin-bottom:8px!important}
.creator-first-steps>p{max-width:720px!important;margin-top:4px!important;font-size:13px!important}
.creator-first-steps .px-onboarding-steps{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;margin-top:18px!important}
.creator-first-steps .px-onboarding-steps>button{min-height:58px!important;padding:10px 13px!important;border:1px solid #deded9!important;border-radius:13px!important;background:#fafaf7!important}
.creator-first-steps .px-onboarding-actions{display:flex!important;justify-content:flex-end!important;gap:8px!important;margin-top:16px!important}
.creator-first-steps>small{margin-top:10px!important;color:#85857f!important}
@media(max-width:760px){
 .creator-first-steps .px-onboarding-steps{grid-template-columns:1fr!important}
 .creator-first-steps .px-onboarding-actions{display:grid!important;grid-template-columns:1fr!important}
}

/* R9 final calm editor — essentials first, optional tools on demand */
.template-aligned-editor.linku9-calm-editor .profile-category-editor,
.template-aligned-editor.linku9-calm-editor .px-profile-cover-group{display:none!important}
.template-aligned-editor.linku9-calm-editor .linku9-optional-editor-section[hidden]{display:none!important}
.linku9-advanced-tools-toggle{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;min-height:82px;margin:0 0 14px;padding:15px 18px;border:1px dashed #cfcfc8;border-radius:18px;background:#f2f2ed;text-align:left;color:#171717;transition:.18s ease}
.linku9-advanced-tools-toggle:hover{background:#ecece6;border-color:#a9a9a1}
.linku9-advanced-tools-toggle>i{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#111;color:#fff;font-style:normal;font-size:21px;line-height:1}
.linku9-advanced-tools-toggle strong,.linku9-advanced-tools-toggle small{display:block}.linku9-advanced-tools-toggle strong{font-size:15px;letter-spacing:-.02em}.linku9-advanced-tools-toggle small{margin-top:3px;color:#73736e;font-size:12px;line-height:1.4}.linku9-advanced-tools-toggle>b{font-size:18px;font-weight:500;transition:transform .18s ease}.linku9-advanced-tools-toggle[aria-expanded="true"]>b{transform:rotate(45deg)}
.template-aligned-editor.linku9-calm-editor .data-editor-section-toggle{min-height:82px;padding:17px 20px!important}.template-aligned-editor.linku9-calm-editor .data-editor-section-toggle h2{font-size:18px!important}.template-aligned-editor.linku9-calm-editor .data-editor-section-toggle p{font-size:12px!important;max-width:720px}.template-aligned-editor.linku9-calm-editor .data-editor-section-content{padding-top:18px!important}
.template-aligned-editor.linku9-calm-editor #editor-basics .form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))!important}.template-aligned-editor.linku9-calm-editor #editor-basics .form-grid-two>label:last-child{grid-column:1/-1;max-width:420px}
@media(max-width:760px){.linku9-advanced-tools-toggle{min-height:76px;padding:13px 15px}.template-aligned-editor.linku9-calm-editor #editor-basics .form-grid-two{grid-template-columns:1fr!important}.template-aligned-editor.linku9-calm-editor #editor-basics .form-grid-two>label:last-child{grid-column:auto;max-width:none}.template-aligned-editor.linku9-calm-editor .data-editor-section-toggle{min-height:74px;padding:15px!important}}

/* Linku R12 — premium stabilization pass. Product reset R9 remains the visual base. */
:root{--linku-signal:#cdea43;--linku-ui-line:#dcdcd6;--linku-ui-soft:#f5f5f1;--linku-ui-focus:0 0 0 3px rgba(17,17,17,.10)}

/* Keep the new direction, but restore premium scale and rhythm. */
.linku9-home-hero{padding:88px 0 78px;background:radial-gradient(circle at 77% 22%,rgba(205,234,67,.24),transparent 25%),linear-gradient(180deg,#fff 0%,#f5f5f1 100%)}
.linku9-home-copy h1{font-size:clamp(50px,6.1vw,84px);line-height:.96;letter-spacing:-.058em}
.linku9-home-copy p{max-width:620px}
.linku9-home-device:before,.linku9-home-final{background:var(--linku-signal)}
.linku9-home-profile{transform:rotate(.45deg);box-shadow:0 26px 70px rgba(17,17,17,.14)}
.linku9-home-steps,.linku9-home-value,.linku9-home-final{padding-top:96px;padding-bottom:96px}
.linku9-step-grid article{border-radius:21px;background:#fafaf7}
.linku9-value-card{border-radius:23px}

/* One predictable control system across wizard, panels, admin and public forms. */
:where(.dashboard-shell,.wizard-shell,.auth-page,.modal,.content-page) :where(.input,select.input,textarea.input,.linku-select,.prefixed-url-control,.px-social-input){border-color:var(--linku-ui-line);border-radius:12px;background:#fff;box-shadow:none}
:where(.dashboard-shell,.wizard-shell,.auth-page,.modal,.content-page) :where(.input,select.input,.linku-select){min-height:48px}
:where(.dashboard-shell,.wizard-shell,.auth-page,.modal,.content-page) textarea.input{min-height:112px;padding-top:12px;padding-bottom:12px;resize:vertical}
:where(.dashboard-shell,.wizard-shell,.auth-page,.modal,.content-page) :where(.input,select.input,textarea.input,.linku-select,.prefixed-url-control,.px-social-input):focus-within,
:where(.dashboard-shell,.wizard-shell,.auth-page,.modal,.content-page) :where(.input,select.input,textarea.input,.linku-select):focus{border-color:#777771;box-shadow:var(--linku-ui-focus);outline:0}
.field-label,.field>span:first-child,label>span:first-child{line-height:1.35}
.field-hint,.field-help,.field>small{line-height:1.45}
.consent-check{min-height:20px;align-items:flex-start}
.consent-check input{flex:0 0 18px}
.toggle-row{min-width:0}
.toggle-row>span{min-width:0}

/* Panels: compact, aligned and calm rather than oversized. */
.dashboard-content{max-width:1280px!important;padding-top:24px!important}
.panel-card,.dashboard-grid>article,.stats-cards>article{border-color:var(--linku-ui-line)!important;border-radius:17px!important}
.panel-card{padding:20px!important}
.stats-cards>article{min-height:104px!important}
.dashboard-grid{align-items:start}
.dashboard-topbar{min-height:72px!important}
.dashboard-topbar h1{font-size:22px!important}
.topbar-actions{align-items:center}
.px-notification-bell,.topbar-actions .btn{flex:0 0 42px}

/* Creator and brand onboarding use the same visual language. */
.linku12-first-steps,.creator-first-steps{padding:20px!important}
.linku12-first-steps .linku-activation-head{align-items:center}
.linku12-first-steps .linku-activation-head h2{font-size:20px}
.linku12-first-steps .linku-activation-head p{font-size:13px;line-height:1.5}
.linku12-first-steps .linku-activation-progress{flex:0 0 auto}
.linku12-first-steps .linku-activation-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:16px}
.linku12-first-steps .linku-activation-item{grid-template-columns:28px minmax(0,1fr);align-content:start;min-height:126px;padding:13px;background:#fafaf7;border-color:var(--linku-ui-line)}
.linku12-first-steps .linku-activation-item>a{grid-column:2;align-self:end;justify-self:start;background:#ecece7}
.linku12-first-steps .linku-activation-item.is-complete>a{background:#eaf7ef}
.creator-first-steps .px-onboarding-steps>button{border-color:var(--linku-ui-line)!important;background:#fafaf7!important}

/* Editor: essentials first without the visual weight of another large module. */
.linku9-advanced-tools-toggle{min-height:74px;border-style:solid;border-color:var(--linku-ui-line);border-radius:16px;background:#f7f7f3}
.linku9-advanced-tools-toggle:hover{background:#f1f1ec;border-color:#bdbdb6}
.linku9-advanced-tools-toggle>i{width:38px;height:38px;font-size:19px}
.editor-section,.px-editor-section{border-radius:17px!important;border-color:var(--linku-ui-line)!important}

/* Public profile remains simple; only refine proportions and long-content safety. */
.linku9-profile{gap:16px}
.linku9-feature-card{border-radius:21px;box-shadow:0 14px 38px rgba(17,17,17,.15)}
.linku9-link{border-color:rgba(20,20,20,.12);border-radius:17px}
.linku9-link-copy{min-width:0}
.linku9-link-copy strong,.linku9-link-copy small{overflow:hidden;text-overflow:ellipsis}
.canonical-share-button,.profile-action-trigger,.profile-more-button{flex:0 0 auto}

/* Help never covers wizard actions or becomes a truncated text pill. */
.px-help-floating{width:42px!important;height:42px!important;padding:0!important;place-items:center!important;justify-content:center!important;border-radius:13px!important}
.px-help-floating span{display:none!important}

@media(max-width:900px){
 .linku12-first-steps .linku-activation-list{grid-template-columns:1fr}
 .linku12-first-steps .linku-activation-item{min-height:0}
}
@media(max-width:760px){
 .container{width:min(var(--container),calc(100% - 28px))}
 .linku9-home-hero{padding:54px 0 58px}
 .linku9-home-copy h1{font-size:clamp(42px,12.5vw,59px);line-height:.97}
 .linku9-home-grid{gap:36px}
 .linku9-home-steps,.linku9-home-value,.linku9-home-final{padding-top:66px;padding-bottom:66px}
 .linku9-home-final h2{font-size:38px}
 .dashboard-content{padding:15px 12px 52px!important}
 .dashboard-topbar{min-height:64px!important;padding:10px 12px!important}
 .panel-card{padding:16px!important;border-radius:15px!important}
 .linku9-editor-nav{scrollbar-width:none}
 .linku9-editor-nav::-webkit-scrollbar{display:none}
 .linku12-first-steps .linku-activation-head{align-items:flex-start}
 .linku12-first-steps .linku-activation-progress{align-self:flex-start}
 .linku12-first-steps .linku-activation-item>a{width:auto}
 .px-help-floating{right:12px!important;bottom:calc(12px + env(safe-area-inset-bottom))!important}
}
@media(max-width:380px){
 .linku9-home-proof span+span:before{display:none}
 .linku9-home-proof{justify-content:center;column-gap:10px}
 .linku9-feature-card{grid-template-columns:72px 1fr auto}
 .linku9-feature-media{height:68px}
}


/* Linku R13 production fixes — targeted only, no visual redesign */
@media (max-width:760px){
  body:has(.dashboard-shell) .dashboard-content{padding-bottom:112px!important}
  body:has(.dashboard-shell) .px-help-floating{left:12px!important;right:auto!important;bottom:calc(12px + env(safe-area-inset-bottom))!important}
  .pass5-filter-row,.creator-filter-chips,.category-filter-row{padding-right:28px!important;scroll-padding-right:28px!important}
}

@media (max-width:760px){body:has(.dashboard-shell) .px-help-floating{display:none!important}}

/* Keep active segmented tabs readable after the R12 white-surface refinement. */
.admin-tabs button.active,
.admin-billing-tabs button.active,
.creator-brief-tabs button.active{color:var(--linku-text)!important}


/* Linku R14 Visual GO Polish — targeted visual changes only */
:root{--linku-signal:#efe6d5}
.linku9-home-hero{background:radial-gradient(circle at 77% 22%,rgba(200,160,98,.16),transparent 25%),linear-gradient(180deg,#fff 0%,#f5f5f1 100%)!important}
.linku9-home-device:before{background:var(--linku-gold)!important}
.linku9-home-final{background:linear-gradient(135deg,#f2eadc 0%,#e8dcc6 100%)!important;color:var(--linku-text)!important}
.linku9-home-final p{color:#625c54!important}
.linku9-home-final .btn-primary,.linku9-home-final .button-primary{background:var(--linku-black)!important;color:#fff!important}

/* The public creator profile remains compact on mobile, but uses desktop space professionally. */
@media (min-width:900px){
  .canonical-profile-top-inner{width:min(calc(100% - 64px),920px)!important}
  .linku9-profile{width:min(calc(100% - 64px),880px)!important}
  .linku9-profile .linku9-card-grid,.linku9-profile .linku9-projects{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Keep the gold premium accent readable. */
.linku9-primary-action .canonical-hero-cta{color:var(--profile-accent-contrast,#111)!important}
.canonical-profile-shell [style*="--profile-accent: #C8A062"] .canonical-hero-cta,
.canonical-profile-shell [style*="--profile-accent:#C8A062"] .canonical-hero-cta{color:#111!important}

/* The current plan value must remain legible for legacy and promotional access. */
.billing-summary-card>div:last-child{min-width:210px;max-width:300px;text-align:right}
.billing-summary-card>div:last-child strong{font-size:clamp(20px,2vw,30px);line-height:1.05;color:var(--linku-text)!important}
.billing-summary-card>div:last-child span{display:block;margin-top:7px;line-height:1.35}

/* All wizard steps are visible on mobile; the detailed progress remains inside the card. */
@media (max-width:760px){
  .px-wizard .wizard-steps{display:grid!important;grid-template-columns:repeat(var(--wizard-count),minmax(0,1fr))!important;gap:6px!important;overflow:visible!important;padding:0!important}
  .px-wizard .wizard-steps button{min-width:0!important;min-height:44px!important;grid-template-columns:1fr!important;place-items:center!important;padding:6px 3px!important;flex-basis:auto!important}
  .px-wizard .wizard-steps button>span{margin:0!important}
  .px-wizard .wizard-steps button svg,.px-wizard .wizard-steps button strong{display:none!important}
  .billing-summary-card{align-items:flex-start!important}
  .billing-summary-card>div:last-child{min-width:0;max-width:none;text-align:left;margin-top:18px}
}

/* Subtle final spacing polish. */
@media (min-width:900px){
  .brand-onboarding-card,.brand-first-steps{min-height:0!important}
}
@media (max-width:760px){
  .auth-logo img{margin-bottom:42px!important}
  .site-footer{padding-top:56px!important}
  .footer-grid{gap:38px!important}
}


/* ==========================================================================\n   LINKU R15 — IPHONE REALITY FIX\n   Targeted mobile stabilization based on physical iPhone Safari screenshots.\n   The R14 visual system remains unchanged.\n   ========================================================================== */
:root{--linku15-mobile-gutter:16px}

/* OTP: one real iOS-autofill input, six stable visual cells. */
.segmented-otp{position:relative!important;width:100%!important;min-width:0!important;cursor:text!important;isolation:isolate}
.segmented-otp-native{position:absolute!important;inset:0!important;z-index:3!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;opacity:.01!important;color:transparent!important;caret-color:transparent!important;background:transparent!important;border:0!important;font-size:16px!important}
.segmented-otp-cells{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important;width:100%!important;pointer-events:none!important}
.segmented-otp-cells span{display:grid!important;place-items:center!important;min-width:0!important;height:58px!important;border:1px solid #cbc7be!important;border-radius:14px!important;background:#fff!important;color:#111!important;font-size:25px!important;font-weight:650!important;line-height:1!important}
.segmented-otp.is-focused .segmented-otp-cells span.active,.segmented-otp:focus-within .segmented-otp-cells span.active{border-color:var(--linku-gold)!important;box-shadow:0 0 0 3px rgba(200,160,98,.18)!important}
.segmented-otp.has-error .segmented-otp-cells span{border-color:var(--linku-error)!important}

/* Prefix controls are one control, never two overlapping fields. */
.px-slug-input,.px-social-input,.prefixed-url-control{display:grid!important;grid-template-columns:max-content minmax(0,1fr)!important;align-items:stretch!important;min-width:0!important;padding:0!important;overflow:hidden!important;border:1px solid var(--linku-ui-line,var(--linku-border))!important;background:#fff!important}
.px-slug-input>span,.px-social-input>span,.prefixed-url-control>span{display:flex!important;align-items:center!important;min-width:0!important;height:auto!important;padding:0 12px!important;border-right:1px solid var(--linku-ui-line,var(--linku-border))!important;background:#faf9f6!important;color:#625f58!important;font-size:14px!important;font-weight:700!important;white-space:nowrap!important}
.px-slug-input input,.px-social-input input,.prefixed-url-control input{display:block!important;width:100%!important;min-width:0!important;height:54px!important;margin:0!important;padding:0 13px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;outline:0!important}

/* Public and dashboard mobile sheets must fit their actual containing viewport. */
.profile-action-menu.is-mobile-sheet{box-sizing:border-box!important;left:max(10px,env(safe-area-inset-left))!important;right:max(10px,env(safe-area-inset-right))!important;bottom:max(10px,env(safe-area-inset-bottom))!important;width:auto!important;max-width:none!important;max-height:min(72dvh,620px)!important;padding:12px 12px max(16px,env(safe-area-inset-bottom))!important;border:1px solid var(--linku-border)!important;border-radius:20px!important;overflow-x:hidden!important;overflow-y:auto!important}
.profile-action-menu.is-mobile-sheet>*{max-width:100%!important}
.profile-action-menu.is-mobile-sheet button{min-height:50px!important;padding:12px 10px!important;font-size:15px!important}
.profile-preview-device{position:relative!important;overflow:hidden!important}
.profile-preview-device .profile-action-menu.is-mobile-sheet,.profile-preview-overlay-root>.profile-action-menu.is-mobile-sheet{position:absolute!important;inset:auto 0 0!important;width:100%!important;max-height:72%!important;margin:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;border-radius:18px 18px 0 0!important}

/* Real device header and route resets. */
@media(max-width:760px){
 html{scroll-padding-top:76px!important}
 .site-header{top:0!important;height:64px!important;min-height:64px!important}
 .header-inner{height:64px!important;min-height:64px!important}
 .wizard-header{position:sticky!important;top:0!important;z-index:70!important;height:64px!important;min-height:64px!important;padding:0 18px!important}
 .dashboard-topbar{top:0!important;z-index:35!important;min-height:66px!important;padding:10px 12px!important}
 .dashboard-topbar h1{min-width:0!important;font-size:clamp(20px,6vw,27px)!important;line-height:1.05!important;overflow-wrap:anywhere!important}
 main,[id="main-content"]{scroll-margin-top:76px!important}
}

/* Role choice: both cards are complete and compact. */
.px-role-cards>button{align-content:start!important;align-items:start!important;grid-template-columns:56px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;height:auto!important;min-height:0!important;color:var(--linku-text)!important}
.px-role-cards>button>.px-role-icon{grid-column:1!important;grid-row:1!important}
.px-role-cards>button>strong{display:block!important;grid-column:2!important;grid-row:1!important;align-self:center!important;color:var(--linku-text)!important;opacity:1!important;visibility:visible!important}
.px-role-cards>button>p{display:block!important;grid-column:1/-1!important;grid-row:2!important;color:var(--linku-muted)!important;opacity:1!important;visibility:visible!important}
.px-role-cards>button>span:last-child{display:flex!important;grid-column:1/-1!important;grid-row:3!important;color:var(--linku-text)!important;opacity:1!important;visibility:visible!important}

/* Footer/logo and dark blocks. */
.site-footer .footer-brand img{filter:none!important;opacity:1!important}

/* Product screenshots: useful mobile crop, normal caption and small zoom affordance. */
.product-screenshot-trigger .product-screenshot-caption{position:static!important;display:block!important;opacity:1!important;transform:none!important;padding:14px 16px!important;border-radius:0!important;background:#fff!important;color:#111!important;font-size:15px!important;font-weight:750!important}
.product-screenshot-trigger .product-screenshot-zoom{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;padding:0!important;border-radius:50%!important;bottom:58px!important;right:12px!important;font-size:0!important;opacity:1!important;transform:none!important}
.product-screenshot-trigger picture{display:block!important;overflow:hidden!important;background:#f4f3ef!important}
.product-screenshot-trigger picture img{object-fit:cover!important;object-position:top center!important}

/* Brand summary has one clear hierarchy. */
.pass5-brand-summary .panel-card-head{align-items:flex-start!important}
.pass5-brand-summary .panel-card-head>button{flex:0 0 auto!important;margin-left:auto!important}
.brand-profile-summary{align-items:center!important;min-width:0!important}
.brand-profile-summary>div{min-width:0!important}
.brand-profile-summary strong,.brand-profile-summary p,.brand-profile-summary small{overflow-wrap:anywhere!important}

/* Empty states should be visible within the first screen. */
.empty-state{min-height:0!important;padding:34px 16px!important}
.empty-state.small{padding:28px 14px!important}

/* Access denied: keep decoration secondary. */
.not-found>span{max-width:100%!important;overflow:hidden!important}

@media(max-width:760px){
 body{min-height:100dvh!important}
 .auth-page,.wizard-shell,.ready-page,.result-page{min-height:100dvh!important}
 .auth-panel{justify-content:flex-start!important;max-width:none!important;padding:calc(28px + env(safe-area-inset-top)) 22px calc(40px + env(safe-area-inset-bottom))!important}
 .auth-logo img{width:112px!important;margin-bottom:32px!important}
 .auth-copy h1,.register-panel h1{font-size:clamp(39px,11.5vw,52px)!important;line-height:.98!important}
 .auth-form{margin-top:28px!important;gap:16px!important}
 .segmented-otp-cells{gap:6px!important}
 .segmented-otp-cells span{height:56px!important;border-radius:13px!important;font-size:23px!important}
 .linku-keyboard-open .auth-logo{display:none!important}
 .linku-keyboard-open .auth-panel{padding-top:12px!important;padding-bottom:18px!important}
 .linku-keyboard-open .auth-copy h1{font-size:34px!important}
 .linku-keyboard-open .auth-copy p{font-size:14px!important}
 .linku-keyboard-open .segmented-otp{scroll-margin-block:80px 280px!important}

 .px-role-step>p{margin-bottom:22px!important}
 .px-role-cards{gap:12px!important}
 .px-role-cards>button{padding:18px!important;border-radius:18px!important;gap:12px 14px!important}
 .px-role-cards>button>strong{font-size:24px!important}
 .px-role-cards>button>p{margin:0!important;font-size:14px!important;line-height:1.5!important}
 .px-role-cards>button>span:last-child{font-size:14px!important}
 .px-role-icon{width:50px!important;height:50px!important}

 .px-slug-input>span,.px-social-input>span,.prefixed-url-control>span{padding-inline:10px!important;font-size:13px!important}
 .px-slug-input input,.px-social-input input,.prefixed-url-control input{height:52px!important;padding-inline:10px!important;font-size:16px!important}

 .cookie-banner{left:10px!important;right:10px!important;bottom:max(10px,env(safe-area-inset-bottom))!important;gap:10px!important;max-height:min(58dvh,430px)!important;padding:14px!important;border-radius:18px!important;overflow:auto!important}
 .cookie-banner strong{font-size:15px!important}
 .cookie-banner p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;font-size:12px!important;line-height:1.45!important}
 .cookie-banner>div:last-child{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
 .cookie-banner .btn{min-height:44px!important;height:auto!important;padding:9px 10px!important;font-size:13px!important}
 .cookie-banner .btn:last-child{grid-column:1/-1!important;grid-row:1!important}
 .toast{top:max(10px,env(safe-area-inset-top))!important;right:10px!important;width:calc(100% - 20px)!important;min-height:0!important;padding:12px 13px!important;border-radius:16px!important;grid-template-columns:22px minmax(0,1fr) 22px!important}
 .toast strong{font-size:13px!important}
 .toast p{font-size:12px!important;line-height:1.4!important}

 .dark-section,.site-footer{min-height:0!important}
 .dark-section{padding-block:56px!important}
 .dark-section .section-head{margin-bottom:28px!important}
 .site-footer{padding:52px 0 calc(32px + env(safe-area-inset-bottom))!important}
 .footer-grid{gap:30px!important}
 .footer-brand img{width:112px!important;margin-bottom:16px!important}

 .product-screenshot-trigger picture{height:300px!important}
 .product-screenshot-trigger picture img{width:100%!important;height:100%!important}

 .linku15-filter-toggle{display:flex!important;width:100%!important;min-height:50px!important;margin:0 0 12px!important;padding:0 15px!important;border:1px solid var(--linku-border)!important;border-radius:14px!important;background:#fff!important;align-items:center!important;justify-content:space-between!important;font-weight:750!important}
 .linku15-filter-toggle:after{content:"+";font-size:22px;font-weight:500}
 .linku15-filter-toggle[aria-expanded="true"]:after{content:"−"}
 .filters.pass3-filters.linku15-collapsible{display:none!important}
 .filters.pass3-filters.linku15-collapsible.is-open{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-bottom:14px!important;padding:10px!important;border:1px solid var(--linku-border)!important;border-radius:16px!important;background:#fff!important}
 .filters.pass3-filters.linku15-collapsible label{padding:8px 10px!important;border-radius:12px!important}
 .filters.pass3-filters.linku15-collapsible>button:last-child{grid-column:1/-1!important}
 .catalog-meta{margin-top:16px!important}

 [role="tablist"],.admin-tabs,.admin-billing-tabs,.creator-brief-tabs,.content-tabs,.knowledge-tabs{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;scroll-snap-type:x proximity!important}
 [role="tablist"]::-webkit-scrollbar,.admin-tabs::-webkit-scrollbar,.admin-billing-tabs::-webkit-scrollbar,.creator-brief-tabs::-webkit-scrollbar{display:none!important}
 [role="tablist"]>* ,.admin-tabs>button,.admin-billing-tabs>button,.creator-brief-tabs>button{flex:0 0 auto!important;min-width:max-content!important;white-space:nowrap!important;scroll-snap-align:start!important}
 .admin-tabs,.admin-billing-tabs,.creator-brief-tabs{padding:4px!important}

 .dashboard-sidebar{width:min(330px,86vw)!important;padding:calc(18px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom))!important;overflow-y:auto!important}
 .dash-logo{min-height:52px!important;padding:0 8px 12px!important}
 .dash-logo-home{display:flex!important;align-items:center!important;min-width:112px!important;min-height:42px!important;outline-offset:3px!important}
 .dash-logo-home img{display:block!important;width:108px!important;height:auto!important;opacity:1!important;filter:none!important}
 .dashboard-sidebar nav{margin-top:14px!important}
 .dashboard-sidebar nav button{min-height:48px!important;font-size:15px!important}
 .sidebar-user{padding-top:16px!important}

 .linku12-first-steps,.creator-first-steps,.brand-first-steps,.brand-onboarding-card{min-height:0!important;padding:18px!important}
 .linku12-first-steps .linku-activation-list{gap:8px!important;margin-top:12px!important}
 .linku12-first-steps .linku-activation-item{min-height:0!important;padding:12px!important}
 .pass5-brand-summary .panel-card-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important}
 .pass5-brand-summary .panel-card-head>button{font-size:14px!important}
 .brand-profile-summary{grid-template-columns:58px minmax(0,1fr)!important;gap:12px!important;padding:12px!important}
 .pass5-brand-summary .card-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}

 .modal-backdrop{align-items:flex-end!important;padding:0!important}
 .modal,.modal-card,.admin-modal{width:100%!important;max-width:none!important;max-height:calc(100dvh - max(12px,env(safe-area-inset-top)))!important;margin:0!important;border-radius:22px 22px 0 0!important;overflow:auto!important;padding-bottom:max(20px,env(safe-area-inset-bottom))!important}
 .modal>header,.modal-card>header,.admin-modal>header{position:sticky!important;top:0!important;z-index:3!important;background:#fff!important}
 .modal-actions{position:sticky!important;bottom:0!important;z-index:3!important;background:#fff!important;padding-bottom:max(10px,env(safe-area-inset-bottom))!important}
 .admin-billing-tabs{margin-inline:0!important}
 .admin-billing-tabs>button{padding-inline:14px!important}
 .admin-tabs button,.creator-brief-tabs button{white-space:nowrap!important}
 .admin-card select,.table-card select{width:100%!important;min-width:0!important;text-overflow:ellipsis!important}

 .not-found{padding:calc(26px + env(safe-area-inset-top)) 22px calc(30px + env(safe-area-inset-bottom))!important}
 .not-found>img{margin-bottom:26px!important}
 .not-found>span{font-size:clamp(48px,18vw,92px)!important;line-height:.78!important;opacity:.2!important;transform:none!important}
 .not-found h1{font-size:clamp(34px,9vw,46px)!important}
}
@media(max-width:390px){
 .segmented-otp-cells{gap:5px!important}
 .segmented-otp-cells span{height:52px!important;font-size:21px!important;border-radius:12px!important}
 .px-role-cards>button{grid-template-columns:48px minmax(0,1fr)!important;padding:16px!important}
 .px-role-icon{width:46px!important;height:46px!important}
}

@media(max-width:760px){
 input,select,textarea{font-size:16px!important}
 .profile-action-menu.is-mobile-sheet,.dashboard-sidebar,.modal,.modal-card,.admin-modal{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}
}

/* ========================================================================== 
   LINKU R16 — GLOBAL MOBILE-FIRST DESIGN FREEZE
   Scoped production stabilisation. Keeps the R14/R15 visual identity.
   ========================================================================== */
:root{
  --linku16-control-h:56px;
  --linku16-mobile-gutter:18px;
  --linku16-safe-bottom:max(12px,env(safe-area-inset-bottom));
  --linku16-soft:#f7f4ee;
}
html,body{max-width:100%;overflow-x:clip!important}
[hidden]{display:none!important}

/* Reliable logo and content contrast. */
.site-footer .footer-brand img,
.site-footer .footer-brand img[data-linku-logo-variant]{filter:none!important;opacity:1!important;visibility:visible!important}
.site-footer .footer-brand p,.site-footer .footer-links-grid button,.site-footer .footer-links-grid a,.site-footer .footer-bottom,.site-footer .footer-bottom button{color:#bcb8c1!important}
.site-footer .footer-links-grid strong,.site-footer .footer-social-link{color:#fff!important}
.dark-section h1,.dark-section h2,.dark-section h3,.dark-section h4,.dark-card h1,.dark-card h2,.dark-card h3,.dark-card h4{color:#fff!important}
.dark-section p,.dark-card p,.dark-section li,.dark-card li{color:#bdb9c3!important}
.dark-section .eyebrow,.dark-card .eyebrow{color:#d2ad70!important}
.dark-section .btn:not(.btn-primary),.dark-card .btn:not(.btn-primary){color:#111!important;background:#fff!important}

/* One visual control: outer shell owns the border, inner input never does. */
.catalog-search,.resource-search{border:1px solid #d9d6ce!important;background:#fff!important;border-radius:999px!important;box-shadow:none!important;display:flex!important;align-items:center!important;gap:12px!important;min-height:64px!important;padding:6px 18px!important;overflow:hidden!important}
.catalog-search:focus-within,.resource-search:focus-within{border-color:#a77b38!important;box-shadow:0 0 0 4px rgba(200,160,98,.15)!important}
.catalog-search>svg,.resource-search>svg{flex:0 0 auto!important;color:#111!important}
.catalog-search>input,.resource-search>input{
  appearance:none!important;-webkit-appearance:none!important;border:0!important;outline:0!important;box-shadow:none!important;
  background:transparent!important;border-radius:0!important;width:100%!important;min-width:0!important;height:48px!important;
  padding:0!important;margin:0!important;color:#111!important;font-size:16px!important;
}
.catalog-search>input:focus,.resource-search>input:focus{border:0!important;box-shadow:none!important;outline:0!important}
.catalog-search>input::placeholder,.resource-search>input::placeholder{color:#9a9792!important;opacity:1!important}

.slug-input,.data-pass-slug,.px-social-input,.prefixed-url-control{
  display:flex!important;align-items:stretch!important;min-height:var(--linku16-control-h)!important;width:100%!important;
  border:1px solid #d7d3ca!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important;
}
.slug-input:focus-within,.data-pass-slug:focus-within,.px-social-input:focus-within,.prefixed-url-control:focus-within{border-color:#a77b38!important;box-shadow:0 0 0 4px rgba(200,160,98,.14)!important}
.slug-input>span,.data-pass-slug>span,.px-social-input>span,.prefixed-url-control>span{
  display:flex!important;align-items:center!important;flex:0 0 auto!important;white-space:nowrap!important;
  border:0!important;border-right:1px solid #e4dfd5!important;background:#f8f5ef!important;color:#55515a!important;
  padding:0 14px!important;font-size:14px!important;font-weight:700!important;line-height:1!important;
}
.slug-input>input,.data-pass-slug>input,.px-social-input>input,.prefixed-url-control>input,
.slug-input>input.input,.data-pass-slug>input.input,.px-social-input>input.input,.prefixed-url-control>input.input{
  flex:1 1 0!important;width:1%!important;min-width:0!important;min-height:54px!important;margin:0!important;
  border:0!important;border-radius:0!important;outline:0!important;box-shadow:none!important;background:#fff!important;
  padding:0 14px!important;color:#111!important;font-size:16px!important;
}
.slug-input>input:focus,.data-pass-slug>input:focus,.px-social-input>input:focus,.prefixed-url-control>input:focus{border:0!important;outline:0!important;box-shadow:none!important}

/* Desktop catalog filters: compact, stable, aligned. */
.filters.pass3-filters{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr)) auto!important;align-items:end!important;gap:14px!important;
  border:0!important;background:transparent!important;padding:0!important;margin:26px auto 22px!important;max-width:1220px!important;
}
.filters.pass3-filters>div:first-child{display:none!important}
.filters.pass3-filters>label{display:flex!important;flex-direction:column!important;gap:8px!important;min-width:0!important;margin:0!important}
.filters.pass3-filters>label>span{color:#77736f!important;font-size:10px!important;letter-spacing:.14em!important;text-transform:uppercase!important;font-weight:800!important}
.filters.pass3-filters select{
  width:100%!important;height:58px!important;min-height:58px!important;border:1px solid #ddd9d0!important;border-radius:15px!important;
  background-color:#fff!important;color:#111!important;padding:0 44px 0 16px!important;box-shadow:none!important;font-size:15px!important;
}
.filters.pass3-filters>button{height:58px!important;min-width:100px!important;border:1px solid #ddd9d0!important;border-radius:15px!important;background:#f5f2ec!important;color:#111!important;font-weight:800!important;padding:0 18px!important}
.linku15-filter-toggle,.linku16-filter-toggle{display:none!important}
.category-filter-chips{display:flex!important;flex-wrap:wrap!important;gap:10px!important}

/* Product screenshots: current product first, overlay is a small affordance. */
.product-screenshot-trigger{position:relative!important;overflow:hidden!important;border-radius:22px!important;background:#fff!important}
.product-screenshot-trigger picture,.product-screenshot-trigger>img{display:block!important;width:100%!important}
.product-screenshot-trigger img{width:100%!important;height:auto!important;object-fit:cover!important}
.product-screenshot-zoom{
  position:absolute!important;right:14px!important;bottom:14px!important;left:auto!important;top:auto!important;
  display:inline-flex!important;align-items:center!important;gap:7px!important;width:auto!important;min-height:38px!important;
  border:1px solid rgba(255,255,255,.28)!important;border-radius:999px!important;background:rgba(15,15,16,.9)!important;color:#fff!important;
  padding:8px 13px!important;font-size:12px!important;font-weight:800!important;line-height:1!important;box-shadow:0 8px 24px rgba(0,0,0,.2)!important;
}
.product-screenshot-zoom svg{width:15px!important;height:15px!important}
.product-screenshot-caption{display:block!important;padding:18px 22px!important;background:#fff!important;color:#111!important;font-size:17px!important;font-weight:800!important}

/* Sidebar: a consistent white product navigation across creator, brand, admin. */
.dashboard-sidebar{background:#fff!important;color:#111!important;border-right:1px solid #e3dfd7!important;box-shadow:none!important}
.dashboard-sidebar .dash-logo{border-bottom:1px solid #e3dfd7!important}
.dashboard-sidebar .dash-logo img{filter:none!important;opacity:1!important;visibility:visible!important;width:116px!important;height:auto!important}
.dashboard-sidebar nav button{color:#6d6b6e!important;background:transparent!important}
.dashboard-sidebar nav button:hover{color:#111!important;background:#f4f1eb!important}
.dashboard-sidebar nav button.active{color:#fff!important;background:#111!important}
.dashboard-sidebar nav button.active:before{display:none!important}
.dashboard-sidebar .sidebar-user{border-top-color:#e3dfd7!important}
.dashboard-sidebar .sidebar-user strong{color:#111!important}
.dashboard-sidebar .sidebar-user small{color:#777!important}
.dashboard-sidebar .dashboard-public-home-link,.linku16-sidebar-preview{
  display:flex!important;align-items:center!important;gap:11px!important;width:100%!important;min-height:48px!important;margin:16px 0 0!important;
  border:1px solid #d8d4cc!important;border-radius:13px!important;background:#f8f6f2!important;color:#333!important;padding:0 14px!important;font-weight:750!important;text-align:left!important;
}
.dashboard-sidebar .dashboard-public-home-link:hover,.linku16-sidebar-preview:hover{background:#eeeae3!important;color:#111!important}

/* Save / preview panel: never white text on white, never detached from viewport. */
.save-panel,.template-save-panel,.compact-save-panel{background:#fff!important;color:#111!important;border-color:#ded9cf!important}
.save-panel-status strong,.save-panel-status b,.save-panel-status h3{color:#111!important;opacity:1!important;visibility:visible!important}
.save-panel-status p,.save-panel-status small{color:#6d6965!important;opacity:1!important;visibility:visible!important}
.save-panel .btn,.template-save-panel .btn{opacity:1!important;visibility:visible!important}
.save-panel .btn-primary,.template-save-panel .btn-primary{background:#111!important;color:#fff!important}
.save-panel .btn-outline,.template-save-panel .btn-outline{background:#fff!important;color:#111!important;border-color:#d8d4cc!important}

/* Editor: only the selected information group is rendered. */
.template-aligned-editor [data-linku16-editor-hidden="true"]{display:none!important}
.linku9-editor-nav{display:flex!important;align-items:center!important;gap:4px!important;overflow-x:auto!important;overscroll-behavior-inline:contain!important;scrollbar-width:none!important}
.linku9-editor-nav::-webkit-scrollbar{display:none!important}
.linku9-editor-nav button{flex:0 0 auto!important;white-space:nowrap!important}
.editor-preview-column{min-width:0!important}
.editor-preview-column,.profile-preview-device,.profile-panel-preview,.profile-live-preview{overflow:hidden!important}

/* OTP: one real iOS field, six purely visual cells — no ghost text. */
.segmented-otp{position:relative!important;isolation:isolate!important;display:block!important;width:100%!important}
.segmented-otp-native{
  position:absolute!important;inset:0!important;width:100%!important;height:100%!important;z-index:2!important;
  opacity:0!important;color:transparent!important;-webkit-text-fill-color:transparent!important;caret-color:transparent!important;
  border:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;text-indent:-9999px!important;overflow:hidden!important;
}
.segmented-otp-cells{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;pointer-events:none!important}
.segmented-otp-cells>span{
  display:grid!important;place-items:center!important;min-width:0!important;height:64px!important;border:1px solid #d5d1c8!important;border-radius:14px!important;
  background:#fff!important;color:#111!important;font-size:26px!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-indent:0!important;
}
.segmented-otp:focus-within .segmented-otp-cells>span{border-color:#bba16f!important}

/* Public preview and bottom drawers always fit the viewport. */
.profile-preview-overlay-root,.profile-preview-modal-stage,.profile-preview-shell{max-width:100vw!important;overflow-x:hidden!important}
.profile-preview-modal,.profile-preview-drawer,.canonical-action-sheet,.profile-more-sheet{
  left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(620px,calc(100vw - 24px))!important;max-width:calc(100vw - 24px)!important;
  max-height:min(78dvh,720px)!important;overflow:auto!important;border-radius:24px 24px 0 0!important;
}

/* Content hub: pills are one horizontal, usable rail. */
.content-tabs{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;max-width:1120px!important;margin-inline:auto!important;
  padding:5px!important;border:1px solid #ddd9d0!important;border-radius:16px!important;background:#fff!important;overflow-x:auto!important;scrollbar-width:none!important;
}
.content-tabs::-webkit-scrollbar{display:none!important}
.content-tabs button{flex:0 0 auto!important;white-space:nowrap!important;min-height:46px!important;border-radius:12px!important;padding:0 20px!important;color:#716d76!important}
.content-tabs button.active{background:#111!important;color:#fff!important}

/* Empty states and dark calls-to-action: no giant missing-looking gaps. */
.empty-state{min-height:0!important;padding:48px 24px!important}
.empty-state h2,.empty-state h3{color:#111!important}
.empty-state p{color:#706c74!important}
.site-footer{overflow:hidden!important}

/* Admin UI fits mobile and avoids clipped tab/select content. */
.admin-tabs,.admin-segmented,.activity-view-tabs{overflow-x:auto!important;scrollbar-width:none!important;flex-wrap:nowrap!important}
.admin-tabs::-webkit-scrollbar,.admin-segmented::-webkit-scrollbar,.activity-view-tabs::-webkit-scrollbar{display:none!important}
.admin-tabs>button,.admin-segmented>button,.activity-view-tabs>button{flex:0 0 auto!important;white-space:nowrap!important;min-width:max-content!important}
.admin-modal,.admin-drawer,.subscription-modal{max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;overflow:auto!important}
.admin-modal select,.admin-drawer select,.subscription-modal select{width:100%!important;min-width:0!important;text-overflow:ellipsis!important}

@media (max-width:1100px){
  .filters.pass3-filters{grid-template-columns:repeat(2,minmax(0,1fr)) auto!important}
  .filters.pass3-filters>button{grid-column:auto!important}
}

@media (max-width:760px){
  :root{--linku16-control-h:54px}
  body{font-size:15px!important}
  .container{width:calc(100% - 32px)!important}
  .site-header{height:74px!important;padding-top:env(safe-area-inset-top)!important}
  .header-inner{min-height:74px!important}
  .page-hero,.catalog-hero,.content-hero{padding:68px 0 54px!important}
  .page-hero h1,.catalog-hero h1,.content-hero h1{font-size:clamp(38px,11.5vw,54px)!important;line-height:1.02!important}
  .page-hero p,.catalog-hero p,.content-hero p{font-size:17px!important;line-height:1.55!important}

  .catalog-search,.resource-search{min-height:58px!important;padding:4px 14px!important}
  .catalog-search>input,.resource-search>input{height:48px!important;font-size:16px!important}

  .linku15-filter-toggle,.linku16-filter-toggle{
    display:flex!important;align-items:center!important;justify-content:space-between!important;width:calc(100% - 32px)!important;min-height:56px!important;
    margin:18px auto 10px!important;border:1px solid #d9d5cc!important;border-radius:15px!important;background:#fff!important;color:#111!important;
    padding:0 16px!important;font-weight:800!important;
  }
  .linku15-filter-toggle:after,.linku16-filter-toggle:after{content:"+";font-size:22px;font-weight:500!important}
  .linku15-filter-toggle[aria-expanded="true"]:after,.linku16-filter-toggle[aria-expanded="true"]:after{content:"−"}
  .filters.pass3-filters,.filters.pass3-filters.linku15-collapsible{
    display:none!important;grid-template-columns:1fr!important;gap:12px!important;width:calc(100% - 32px)!important;margin:0 auto 20px!important;
    padding:14px!important;border:1px solid #ddd9d0!important;border-radius:18px!important;background:#fff!important;
  }
  .filters.pass3-filters.is-open,.filters.pass3-filters.linku15-collapsible.is-open{display:grid!important}
  .filters.pass3-filters>button{width:100%!important}
  .category-filter-chips{flex-wrap:nowrap!important;overflow-x:auto!important;width:100%!important;padding:0 16px 4px!important;scroll-padding-inline:16px!important;scrollbar-width:none!important}
  .category-filter-chips::-webkit-scrollbar{display:none!important}
  .category-filter-chips button{flex:0 0 auto!important;white-space:nowrap!important}

  .product-screenshot-zoom{right:9px!important;bottom:9px!important;min-height:34px!important;padding:7px 10px!important;font-size:0!important}
  .product-screenshot-zoom:after{content:"Powiększ";font-size:11px!important}
  .product-screenshot-caption{padding:14px 16px!important;font-size:15px!important}

  .dashboard-sidebar{
    width:min(88vw,370px)!important;max-width:calc(100vw - 34px)!important;padding:calc(18px + env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom))!important;
  }
  .dashboard-sidebar .dash-logo{height:62px!important;padding:0 8px 16px!important}
  .dashboard-sidebar nav{margin-top:18px!important;gap:4px!important}
  .dashboard-sidebar nav button{height:52px!important;border-radius:13px!important;padding:0 14px!important;font-size:16px!important}
  .dashboard-sidebar .sidebar-user{padding-bottom:4px!important}
  .dashboard-sidebar .dashboard-public-home-link,.linku16-sidebar-preview{min-height:50px!important;margin-top:14px!important}
  .dashboard-topbar{padding-top:calc(10px + env(safe-area-inset-top))!important;min-height:78px!important}
  .dashboard-topbar h1{font-size:clamp(21px,6.5vw,28px)!important;line-height:1.08!important}
  .topbar-actions .btn-outline span{display:none!important}
  .topbar-actions .btn-outline{width:48px!important;min-width:48px!important;padding:0!important}

  .dashboard-content{padding:20px var(--linku16-mobile-gutter) calc(112px + env(safe-area-inset-bottom))!important}
  .linku9-editor-intro{display:block!important;margin-bottom:14px!important}
  .linku9-editor-nav{width:100%!important;justify-content:flex-start!important;padding:4px!important;scroll-snap-type:x proximity!important}
  .linku9-editor-nav button{flex:0 0 auto!important;min-width:92px!important;justify-content:center!important;scroll-snap-align:start!important;padding:0 13px!important}
  .editor-main>.panel-card,.editor-main>.profile-category-section,.editor-main>.linku9-advanced-tools-toggle{margin-bottom:14px!important}
  .editor-preview-column{display:none!important}

  .template-save-panel,.compact-save-panel,.save-panel{
    position:fixed!important;left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;top:auto!important;
    z-index:85!important;width:auto!important;max-width:none!important;min-height:66px!important;border:1px solid #d9d4ca!important;border-radius:18px!important;
    box-shadow:0 16px 42px rgba(15,15,16,.2)!important;padding:8px!important;display:grid!important;grid-template-columns:1fr!important;
  }
  .template-save-panel .save-panel-status,.compact-save-panel .save-panel-status,.save-panel .save-panel-status{display:none!important}
  .template-save-panel .btn,.compact-save-panel .btn,.save-panel .btn{display:none!important}
  .template-save-panel .btn-primary,.compact-save-panel .btn-primary,.save-panel .btn-primary,
  .px-save-primary{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:52px!important;border-radius:14px!important;background:#111!important;color:#fff!important;font-weight:800!important}
  .px-save-primary{position:fixed!important;left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;z-index:90!important;width:auto!important;max-width:none!important}
  .linku-keyboard-open .template-save-panel,.linku-keyboard-open .compact-save-panel,.linku-keyboard-open .save-panel,.linku-keyboard-open .px-save-primary{display:none!important}

  .segmented-otp-cells{gap:7px!important}
  .segmented-otp-cells>span{height:58px!important;border-radius:12px!important;font-size:24px!important}
  .linku-keyboard-open .auth-panel,.linku-keyboard-open .register-panel{padding-top:18px!important;padding-bottom:18px!important}
  .linku-keyboard-open .auth-copy h1,.linku-keyboard-open .register-panel h1{font-size:34px!important}

  .content-tabs{justify-content:flex-start!important;width:calc(100% - 32px)!important;margin-inline:auto!important;scroll-padding-inline:5px!important}
  .content-tabs button{min-height:44px!important;padding-inline:17px!important}
  .resource-search{width:calc(100% - 32px)!important;margin-inline:auto!important}

  .site-footer{padding:48px 0 calc(32px + env(safe-area-inset-bottom))!important}
  .footer-main,.footer-grid{grid-template-columns:1fr!important;gap:34px!important}
  .footer-links-grid{grid-template-columns:1fr 1fr!important;gap:26px 20px!important}
  .footer-bottom{align-items:flex-start!important;gap:18px!important}
  .footer-bottom nav{display:flex!important;flex-wrap:wrap!important;gap:11px 16px!important}

  .profile-preview-modal,.profile-preview-drawer,.canonical-action-sheet,.profile-more-sheet{bottom:0!important;max-height:calc(82dvh - env(safe-area-inset-bottom))!important;padding-bottom:calc(18px + env(safe-area-inset-bottom))!important}

  .admin-tabs,.admin-segmented,.activity-view-tabs{display:flex!important;width:100%!important;gap:6px!important;padding:4px!important;overflow-x:auto!important}
  .admin-tabs>button,.admin-segmented>button,.activity-view-tabs>button{min-height:46px!important;padding:0 15px!important}
  .admin-modal,.admin-drawer,.subscription-modal{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px - env(safe-area-inset-top))!important;border-radius:24px 24px 0 0!important}

  .dark-section,.dark-card{padding-top:54px!important;padding-bottom:54px!important}
  .empty-state{padding:34px 18px!important}
}

@media (max-width:380px){
  .segmented-otp-cells{gap:5px!important}.segmented-otp-cells>span{height:54px!important;font-size:22px!important}
  .slug-input>span,.data-pass-slug>span,.px-social-input>span,.prefixed-url-control>span{padding-inline:10px!important;font-size:12px!important}
  .slug-input>input,.data-pass-slug>input,.px-social-input>input,.prefixed-url-control>input{padding-inline:10px!important}
}

/* R16 specificity shield against legacy !important selectors. */
html body .catalog-search>input[data-linku-field-enhanced],
html body .resource-search>input[data-linku-field-enhanced]{
  border:0!important;border-width:0!important;border-style:none!important;border-color:transparent!important;
  border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;
  padding:0!important;margin:0!important;
}
html body .filters.pass3-filters>label{
  border:0!important;border-width:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;
  padding:0!important;height:auto!important;min-height:0!important;
}
html body .filters.pass3-filters>label>select.input{
  border:1px solid #d9d5cc!important;border-radius:15px!important;background-color:#fff!important;box-shadow:none!important;
}
html body .slug-input>input.input,
html body .data-pass-slug>input.input,
html body .px-social-input>input,
html body .prefixed-url-control>input{
  border:0!important;border-width:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;outline:0!important;
}
html body .dashboard-sidebar .dash-logo img{filter:none!important;color:initial!important}
html body .site-footer .footer-brand img{filter:none!important}
html body .save-panel-status strong,html body .save-panel-status p{visibility:visible!important;opacity:1!important}
@media (min-width:761px){
  html body .filters.pass3-filters{display:flex!important;align-items:flex-end!important;gap:14px!important}
  html body .filters.pass3-filters>label{flex:1 1 0!important;min-width:170px!important}
  html body .filters.pass3-filters>button{flex:0 0 auto!important;margin-left:0!important}
}

/* Stable brand preview replaces the legacy off-canvas preview on mobile. */
.linku16-brand-preview-overlay{position:fixed!important;inset:0!important;z-index:2147483000!important;background:rgba(15,15,16,.62)!important;display:grid!important;place-items:center!important;padding:18px!important}
.linku16-brand-preview-card{width:min(560px,100%)!important;max-height:calc(100dvh - 36px)!important;overflow:auto!important;background:#fff!important;border:1px solid #ded9cf!important;border-radius:26px!important;box-shadow:0 30px 90px rgba(0,0,0,.28)!important;padding:28px!important;color:#111!important}
.linku16-brand-preview-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;border-bottom:1px solid #e4dfd6!important;padding-bottom:18px!important;margin-bottom:24px!important}
.linku16-brand-preview-head strong{font-size:22px!important}.linku16-brand-preview-head button{width:44px!important;height:44px!important;border:1px solid #ddd8cf!important;border-radius:12px!important;background:#fff!important;font-size:24px!important}
.linku16-brand-preview-identity{display:grid!important;grid-template-columns:68px 1fr!important;align-items:center!important;gap:16px!important;margin-bottom:24px!important}
.linku16-brand-preview-avatar{width:68px!important;height:68px!important;border-radius:18px!important;background:#111!important;color:#c8a062!important;display:grid!important;place-items:center!important;font-size:25px!important;font-weight:850!important}
.linku16-brand-preview-identity h2{font-size:32px!important;color:#111!important;margin:0 0 6px!important}.linku16-brand-preview-identity p,.linku16-brand-preview-card>p{color:#6c686f!important}
.linku16-brand-preview-meta{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin-top:22px!important}.linku16-brand-preview-meta div{border:1px solid #e1ddd5!important;border-radius:16px!important;padding:16px!important}.linku16-brand-preview-meta small{display:block!important;color:#8b857c!important;text-transform:uppercase!important;letter-spacing:.12em!important;font-size:10px!important;font-weight:800!important}.linku16-brand-preview-meta strong{display:block!important;margin-top:6px!important;color:#111!important}
@media(max-width:760px){.linku16-brand-preview-overlay{align-items:end!important;padding:10px!important}.linku16-brand-preview-card{border-radius:24px 24px 14px 14px!important;padding:22px!important;padding-bottom:calc(22px + env(safe-area-inset-bottom))!important}.linku16-brand-preview-identity h2{font-size:28px!important}.linku16-brand-preview-meta{grid-template-columns:1fr!important}}

/* Login OTP uses six real inputs; never repeat the placeholder in every box. */
.segmented-otp input.segmented-otp-cell{
  width:100%!important;min-width:0!important;height:64px!important;border:1px solid #d5d1c8!important;border-radius:14px!important;
  background:#fff!important;color:#111!important;text-align:center!important;font-size:26px!important;line-height:1!important;padding:0!important;box-shadow:none!important;
}
.segmented-otp input.segmented-otp-cell::placeholder{color:transparent!important;opacity:0!important}
.segmented-otp input.segmented-otp-cell:focus{border-color:#a77b38!important;box-shadow:0 0 0 4px rgba(200,160,98,.14)!important;outline:0!important}
@media(max-width:760px){.segmented-otp input.segmented-otp-cell{height:58px!important;font-size:24px!important;border-radius:12px!important}}
@media(max-width:380px){.segmented-otp input.segmented-otp-cell{height:54px!important;font-size:22px!important}}
html body .site-footer .footer-brand img{content:url('/assets/logo-linku-light.svg')!important;filter:none!important;opacity:1!important;visibility:visible!important}
