:root{color-scheme:light;--bg:#f6f7f9;--bg-accent:#f1f5f9;--card:#ffffff;--text:#0f172a;--muted:#64748b;--border:#dbe3ef;--primary:#2563eb;--primary-hover:#1d4ed8;--shadow:0 12px 30px rgba(15,23,42,0.08);--shadow-sm:0 4px 14px rgba(15,23,42,0.06);--radius-sm:10px;--radius-md:12px;--radius-lg:16px;--section-gap:18px;--text-muted:0.92rem;--text-small:0.85rem;--text-label:0.82rem;--line-prose:1.55;--app-main-max-width:1100px;--dashboard-main-max-width:1100px;--dashboard-content-max-width:1024px;--chat-main-max-width:min(1180px,100%);--app-section-gap:20px;--app-section-gap-lg:24px;--app-shell-padding-y-top:22px;--app-shell-padding-y-bottom:48px;--app-shell-padding-x:18px;--app-shell-padding-x-narrow:16px;--card-padding-y:18px;--card-padding-x:20px;--dash-card-padding-x:26px;--dash-card-padding-y:28px;--dash-card-padding-y-top:24px;--radius-app-card:18px;--radius-app-card-lg:20px;--radius-btn:12px;--shadow-premium-sm:0 1px 0 rgba(255,255,255,0.9) inset,0 1px 2px rgba(15,23,42,0.05),0 8px 22px rgba(15,23,42,0.06);--shadow-premium-md:0 1px 0 rgba(255,255,255,0.9) inset,0 1px 2px rgba(15,23,42,0.05),0 10px 28px rgba(15,23,42,0.07);--shadow-premium-lg:0 1px 0 rgba(255,255,255,0.88) inset,0 1px 3px rgba(15,23,42,0.05),0 10px 32px rgba(15,23,42,0.06);--shadow-premium-xl:0 1px 0 rgba(255,255,255,0.92) inset,0 2px 8px rgba(15,23,42,0.04),0 12px 36px rgba(79,70,229,0.08);--shadow-premium-chat-composer:0 1px 0 rgba(255,255,255,0.95) inset,0 6px 22px rgba(15,23,42,0.07),0 14px 40px rgba(79,70,229,0.07);--app-primary:#4f46e5;--app-primary-hover:#4338ca;--app-primary-light:#6366f1;--app-indigo-muted-bg:rgba(238,242,255,0.55);--app-indigo-muted-border:rgba(199,210,254,0.55);--app-outline-border:rgba(203,213,225,0.95);--app-success:#16a34a;--app-success-hover:#15803d;--app-success-light:#22c55e;--app-danger:#b91c1c;--app-danger-light:#ef4444;--dash-hero-bg:#ffffff;--dash-hero-border:rgba(219,227,239,0.95);--dash-hero-text:#0f172a;--dash-hero-muted:#64748b;--dash-page-tint:#f6f7f9}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}body{display:flex;flex-direction:column;min-height:100vh}body>main{flex:1 1}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}main{max-width:var(--app-main-max-width);margin:0 auto;padding:var(--app-shell-padding-y-top) var(--app-shell-padding-x-narrow) 40px}main:has(.auth-landing-wrap){max-width:none;padding:0}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-app-card);padding:var(--card-padding-y) var(--card-padding-x);margin-bottom:var(--app-section-gap);box-shadow:var(--shadow-premium-md)}.card.card--nested{box-shadow:var(--shadow-sm);margin-bottom:12px}.category-multi-select{margin-bottom:14px}.category-multi-select__grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}@media (min-width:520px){.category-multi-select__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:960px){.category-multi-select__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 14px}}.category-multi-select__item{display:flex;align-items:flex-start;gap:10px;margin:0;padding:11px 12px;min-height:48px;font-weight:500;font-size:.92rem;line-height:1.35;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease,border-color .15s ease}.category-multi-select__item:hover{background:#f8fafc;border-color:#c9d4e5}.category-multi-select__item--selected{background:var(--bg-accent);border-color:#c7d2fe}.category-multi-select__item--selected:hover{background:#e8ecff;border-color:#a5b4fc}.category-multi-select__input{flex-shrink:0;margin:3px 0 0;width:1rem;height:1rem;accent-color:var(--primary);cursor:pointer}main:has(.dashboard-page) .category-multi-select__input{accent-color:var(--app-primary)}.category-multi-select__text{flex:1 1;min-width:0}.category-multi-select__hint{margin:12px 0 0;font-size:var(--text-small)}.influencer-profile-form{display:flex;flex-direction:column;gap:18px}.influencer-profile-form__section{padding:16px;border:1px solid rgba(226,232,240,.92);border-radius:var(--radius-app-card);background:linear-gradient(180deg,#ffffff,#fafbff);box-shadow:var(--shadow-premium-sm)}.influencer-profile-form__section--image{padding-bottom:14px}.influencer-profile-form__section-head{margin-bottom:14px}.influencer-profile-form__eyebrow{display:inline-flex;align-items:center;margin-bottom:5px;color:var(--app-primary);font-size:.68rem;font-weight:800;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.influencer-profile-form__title{margin:0;color:var(--text);font-size:1rem;font-weight:800;line-height:1.25;letter-spacing:-.02em}.influencer-profile-form__hint{margin:8px 0 0;max-width:64ch;font-size:.88rem}.influencer-profile-form__grid{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.influencer-profile-form__field{min-width:0}.influencer-profile-form__categories>label,.influencer-profile-form__field>label{display:block;margin:0 0 7px;font-size:.82rem;font-weight:700;color:#334155}.influencer-profile-form__field input,.influencer-profile-form__field select,.influencer-profile-form__field textarea{width:100%;max-width:100%}.influencer-profile-form__categories .category-multi-select{margin-bottom:0}.influencer-profile-form__categories .category-multi-select__grid{gap:8px}.influencer-profile-form__categories .category-multi-select__item{align-items:center;min-height:40px;padding:8px 10px;gap:8px;border-radius:11px;font-size:.86rem}.influencer-profile-form__categories .category-multi-select__input{margin-top:0;width:.92rem;height:.92rem}.influencer-profile-form__categories .category-multi-select__hint{margin-top:9px;font-size:.8rem}.influencer-profile-form__image-field{padding:2px 0 0}.influencer-profile-form__image-field>div{margin-bottom:0!important}.influencer-profile-form__actions{display:flex;justify-content:flex-end;padding-top:2px}@media (min-width:720px){.influencer-profile-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.influencer-profile-form__section{padding:18px}}.influencer-form-niche-label{display:block;margin-top:0}.muted{color:var(--muted);font-size:var(--text-muted);line-height:var(--line-prose)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 16px;border-radius:var(--radius-sm);border:1px solid var(--primary);background:linear-gradient(180deg,#3b82f6 0,var(--primary) 100%);color:#fff;font-weight:600;text-decoration:none;cursor:pointer;font-size:.95rem;line-height:1.2;transition:background .15s ease,border-color .15s ease,transform .15s ease}.btn:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-1px)}.btn.secondary{background:#fff;color:var(--text);border-color:var(--border)}.btn.secondary:hover{background:#f8fafc}main:has(.chat-layout) .btn:not(.secondary):not(.btn--danger):not(.btn--success):not(.btn--ghost):not(.btn--subtle),main:has(.dashboard-page) .btn:not(.secondary):not(.btn--danger):not(.btn--success):not(.btn--ghost):not(.btn--subtle),main:has(.public-profile-page--app) .btn:not(.secondary):not(.btn--danger):not(.btn--success):not(.btn--ghost):not(.btn--subtle){border-color:var(--app-primary);background:var(--app-primary);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 6px 14px rgba(79,70,229,.14)}main:has(.chat-layout) .btn:not(.secondary):not(.btn--danger):not(.btn--success):not(.btn--ghost):not(.btn--subtle):hover,main:has(.dashboard-page) .btn:not(.secondary):not(.btn--danger):not(.btn--success):not(.btn--ghost):not(.btn--subtle):hover,main:has(.public-profile-page--app) .btn:not(.secondary):not(.btn--danger):not(.btn--success):not(.btn--ghost):not(.btn--subtle):hover{border-color:var(--app-primary-hover);background:var(--app-primary-hover);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 8px 18px rgba(79,70,229,.16)}main:has(.chat-layout) .btn.secondary,main:has(.dashboard-page) .btn.secondary,main:has(.public-profile-page--app) .btn.secondary{border-color:var(--app-outline-border);color:var(--text);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 2px 6px rgba(15,23,42,.035)}main:has(.chat-layout) .btn.secondary:hover,main:has(.dashboard-page) .btn.secondary:hover,main:has(.public-profile-page--app) .btn.secondary:hover{border-color:#c7d2fe;background:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 8px 20px rgba(79,70,229,.08)}.btn.btn--success{border-color:var(--app-success);background:linear-gradient(180deg,var(--app-success-light) 0,var(--app-success) 100%);color:#fff}.btn.btn--success:hover{border-color:var(--app-success-hover);background:linear-gradient(180deg,var(--app-success) 0,var(--app-success-hover) 100%);color:#fff}.btn.btn--ghost{border-color:transparent;background:transparent;color:var(--muted);box-shadow:none;font-weight:500}.btn.btn--ghost:hover{background:rgba(15,23,42,.05);border-color:rgba(203,213,225,.6);color:var(--text);transform:none}label{display:block;margin-top:10px;font-weight:600;font-size:.9rem}input[type=email],input[type=number],input[type=password],input[type=text],input[type=url],select,textarea{width:100%;max-width:560px;padding:9px 11px;border-radius:10px;border:1px solid var(--border);font:inherit;background:#fff}textarea{resize:vertical}section.card>h2:first-child{margin:0 0 14px;font-size:clamp(1.2rem,2.6vw,1.45rem);font-weight:700;letter-spacing:-.02em;line-height:1.25}.card h3{font-size:1.02rem;font-weight:600;margin:12px 0 8px;letter-spacing:-.01em;line-height:1.3}.card h3:first-child{margin-top:0}.card h4{font-size:.95rem;font-weight:600;margin:10px 0 6px;letter-spacing:-.01em}.page-section-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}.page-section-header h1,.page-section-header h2{margin:0;font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:700;letter-spacing:-.02em;line-height:1.25}.btn-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.btn-row--spaced{margin-top:12px}.confirm-dialog-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(2,6,23,.58);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirm-dialog-panel{width:100%;max-width:400px;padding:22px 24px 20px;border-radius:16px;border:1px solid rgba(199,210,254,.45);background:linear-gradient(180deg,#fafbff,#ffffff 55%);box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 24px 48px rgba(15,23,42,.18),0 0 0 1px rgba(15,23,42,.04)}.confirm-dialog-panel__title{margin:0 0 12px;font-size:1.12rem;font-weight:800;letter-spacing:-.03em;color:#0f172a}.confirm-dialog-panel__body{margin:0;font-size:.95rem;line-height:1.45;color:var(--text)}.confirm-dialog-panel__body-stack{display:flex;flex-direction:column;gap:8px}.confirm-dialog-panel__body-note{margin:0;font-size:.88rem;line-height:1.45}.confirm-dialog-panel__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:20px;padding-top:16px;border-top:1px solid rgba(226,232,240,.95)}.btn.btn--danger{border-color:var(--app-danger);background:linear-gradient(180deg,var(--app-danger-light) 0,var(--app-danger) 100%)}.btn.btn--danger:hover{background:var(--app-danger);border-color:#991b1b}.profile-image-field__preview{background:#f1f5f9}.profile-image-field__preview--empty{background:linear-gradient(165deg,#f8fafc,#eef2f7);border-style:dashed;border-color:rgba(148,163,184,.55)}.profile-image-field__placeholder{width:100%;height:100%;min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px;color:var(--muted);text-align:center}.profile-image-field__placeholder svg,.profile-image-field__placeholder-icon{flex-shrink:0;opacity:.88;color:#64748b}.profile-image-field__placeholder-label{font-size:.68rem;font-weight:600;line-height:1.2;letter-spacing:.02em}.meta-stack{margin:0}.meta-stack>p{margin:0 0 8px}.meta-stack>p:last-child{margin-bottom:0}.alert-inline{margin:10px 0 0;padding:8px 11px;border-radius:var(--radius-sm);font-size:var(--text-muted);line-height:1.45}.alert-inline--error{color:#b91c1c;border:1px solid #fecaca;background:#fef2f2}.alert-inline--success{color:#047857;border:1px solid #a7f3d0;background:#ecfdf5}.auth-alert{margin:0 0 12px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid #fca5a5;background:#fef2f2;font-size:var(--text-muted);line-height:1.45}main:has(.chat-layout):not(:has(.app-shell)){max-width:var(--chat-main-max-width);padding:var(--app-shell-padding-y-top) var(--app-shell-padding-x-narrow) var(--app-shell-padding-y-bottom);background:var(--dash-page-tint)}main:has(.public-profile-page--app){max-width:var(--app-main-max-width);padding:var(--app-shell-padding-y-top) var(--app-shell-padding-x) var(--app-shell-padding-y-bottom);background:var(--dash-page-tint)}.chat-layout{padding-bottom:8px}.chat-layout--conversation{display:flex;flex-direction:column;gap:11px;position:relative;isolation:isolate;min-height:100%;background:var(--dash-page-tint)}.chat-page-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px 20px;margin-bottom:22px;padding:20px 22px;background:linear-gradient(145deg,#ffffff,#f8fafc 42%,#eef2ff);border:1px solid rgba(199,210,254,.5);border-radius:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 2px 8px rgba(15,23,42,.04),0 12px 32px rgba(79,70,229,.07)}.chat-page-header__title{margin:0 0 4px;font-size:clamp(1.35rem,2.2vw,1.6rem);font-weight:800;letter-spacing:-.03em;color:var(--text)}.chat-page-header__lede{margin:0;font-size:.9rem;max-width:48ch}.chat-page-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:10px 14px;border-radius:var(--radius-app-card);border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,rgba(255,255,255,.98),#fafbff);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 1px 2px rgba(15,23,42,.04),0 8px 22px rgba(15,23,42,.05)}.chat-page-toolbar__back{font-weight:600;border-radius:12px;border-color:rgba(203,213,225,.95);background:linear-gradient(180deg,#ffffff,#f8fafc);color:#475569;box-shadow:0 1px 2px rgba(15,23,42,.04)}.chat-page-toolbar__back:hover{border-color:#c7d2fe;background:#fff;color:#312e81}.chat-inbox__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.chat-inbox__row{display:block;padding:14px 16px;border-radius:14px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,#ffffff,#fafbfc);text-decoration:none;color:inherit;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.chat-inbox__row:hover{border-color:#c5d0e0;box-shadow:0 6px 22px rgba(15,23,42,.07);transform:translateY(-1px);text-decoration:none}.chat-inbox__row:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.chat-inbox__row-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:6px}.chat-inbox__identity{display:flex;flex-direction:column;gap:2px;min-width:0}.chat-inbox__role{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.chat-inbox__name{font-size:1.02rem;font-weight:700;letter-spacing:-.02em;color:var(--text);word-break:break-word}.chat-inbox__time{font-size:.78rem;flex-shrink:0}.chat-inbox__campaign{margin:0 0 8px;font-size:.88rem;font-weight:600;color:#334155;line-height:1.35}.chat-inbox__row-bottom{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px}.chat-inbox__preview{margin:0;font-size:.82rem;line-height:1.4;flex:1 1 200px;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-inbox__row-inner{display:flex;align-items:flex-start;gap:12px;min-width:0}.chat-inbox__avatar{flex-shrink:0;width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.05rem;font-weight:800;letter-spacing:-.02em;color:#312e81;background:linear-gradient(145deg,#eef2ff,#e0e7ff);border:1px solid rgba(199,210,254,.65);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.chat-inbox__main{flex:1 1 auto;min-width:0}.chat-inbox__unread-badge{flex-shrink:0;min-width:1.5rem;height:1.5rem;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.72rem;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#fff;background:var(--app-primary);box-shadow:0 2px 8px rgba(79,70,229,.35)}.chat-inbox__row--unread{border-color:rgba(129,140,248,.55);background:linear-gradient(180deg,#ffffff,#f5f7ff);box-shadow:0 4px 18px rgba(79,70,229,.08)}.chat-inbox__row--unread .chat-inbox__name{color:#1e1b4b}.chat-inbox__row--active{border-color:rgba(52,211,153,.35)}.chat-inbox__row--pending{border-color:rgba(251,191,36,.45);background:linear-gradient(180deg,#ffffff,#fffbeb)}.chat-inbox__row--archived{opacity:.88;border-style:dashed}.chat-inbox__row--archived:hover{opacity:1}.discovery-context-hint{margin:0 0 16px;font-size:.84rem;line-height:1.5;max-width:68ch}.profile-page__context-hint{margin:-4px 0 20px;font-size:.86rem;line-height:1.5;max-width:52ch}.chat-inbox-empty-card__stack{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.chat-inbox-empty-card__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.chat-inbox-empty-card__panel{font-size:.88rem;font-weight:600;text-decoration:none}.chat-inbox-empty-card__panel:hover{text-decoration:underline}.chat-conversation{display:flex;flex-direction:column;gap:var(--app-section-gap)}.chat-conversation--workspace{gap:9px}.chat-workflow-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 14px;padding:10px 14px 11px;border-radius:var(--radius-app-card);border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,rgba(255,255,255,.98),#fafbff);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 1px 2px rgba(15,23,42,.04),0 8px 22px rgba(15,23,42,.05)}.chat-workflow-nav__start{display:flex;align-items:center;min-width:0;flex-shrink:0}.chat-workflow-nav__context{flex:1 1 200px;display:flex;align-items:center;gap:8px;min-width:0;font-size:.8rem;line-height:1.35;color:#64748b}.chat-workflow-nav__panel{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;font-weight:700;color:#475569;text-decoration:none!important;border-radius:10px;padding:6px 10px;margin:-5px -4px;border:1px solid rgba(226,232,240,.95);background:rgba(255,255,255,.82);box-shadow:0 1px 2px rgba(15,23,42,.04);transition:color .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.chat-workflow-nav__panel:hover{color:var(--app-primary);background:#fff;border-color:rgba(199,210,254,.95);box-shadow:0 2px 10px rgba(79,70,229,.08);text-decoration:none}.chat-workflow-nav__panel-icon{flex-shrink:0;color:#64748b}.chat-workflow-nav__panel:hover .chat-workflow-nav__panel-icon{color:var(--app-primary)}.chat-workflow-nav__panel-text{font-weight:700}.chat-workflow-nav__context-sep{flex-shrink:0;opacity:.4;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:600}.chat-workflow-nav__title-truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800;letter-spacing:-.02em;color:#0f172a}.chat-workflow-nav__back{display:inline-flex;align-items:center;gap:8px;padding:8px 4px 8px 2px;font-size:.9rem;font-weight:600;color:#475569;text-decoration:none;border-radius:10px;transition:color .15s ease,background .15s ease}.chat-workflow-nav__back:hover{color:var(--app-primary);background:rgba(99,102,241,.06);text-decoration:none}.chat-workflow-nav__back-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:rgba(255,255,255,.9);border:1px solid rgba(226,232,240,.95);font-size:.95rem;line-height:1;color:#64748b}.chat-workflow-nav__back:hover .chat-workflow-nav__back-icon{border-color:#c7d2fe;color:var(--app-primary)}.chat-workflow-nav__end{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px;flex-shrink:0}.chat-workflow-nav__end .btn.secondary{display:inline-flex;align-items:center;gap:6px}.chat-workflow-nav__btn-icon{flex-shrink:0;opacity:.88}.chat-workspace-top--sticky{position:-webkit-sticky;position:sticky;top:58px;z-index:14;margin-bottom:4px;padding:3px 0 4px;background:var(--dash-page-tint);isolation:isolate}.chat-workspace-summary-card{border-color:rgba(165,180,252,.45);box-shadow:var(--shadow-premium-md),0 0 0 1px rgba(255,255,255,.65) inset}.chat-workspace-summary-card__intro{padding:10px 16px 9px;border-bottom:1px solid rgba(241,245,249,.98)}.chat-workspace-summary-card__eyebrow{margin:0 0 5px;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.chat-workflow-card__title-row--workspace{padding:0;border-bottom:none}.chat-workspace-pills{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px}.chat-workspace-pill{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.02em;border:1px solid transparent;line-height:1.25}.chat-workspace-pill--secondary{font-weight:700;opacity:.95}.chat-workspace-pill--pending{color:#92400e;background:rgba(254,243,199,.85);border-color:rgba(251,191,36,.45)}.chat-workspace-pill--progress{color:#1e3a8a;background:rgba(224,231,255,.88);border-color:rgba(129,140,248,.5)}.chat-workspace-pill--waiting{color:#475569;background:rgba(241,245,249,.95);border-color:rgba(226,232,240,.95)}.chat-workspace-pill--success{color:#14532d;background:rgba(220,252,231,.9);border-color:rgba(74,222,128,.45)}.chat-workspace-pill--warning{color:#9a3412;background:rgba(255,237,213,.92);border-color:rgba(251,146,60,.45)}.chat-workspace-pill--danger{color:#991b1b;background:rgba(254,226,226,.92);border-color:rgba(248,113,113,.45)}.chat-workspace-pill--neutral{color:#475569;background:rgba(248,250,252,.95);border-color:rgba(226,232,240,.9)}.chat-workspace-timeline{margin-top:9px;padding-top:8px;border-top:1px dashed rgba(226,232,240,.95)}.chat-workspace-timeline__label{margin:0 0 6px;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.chat-workspace-timeline__track{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;gap:0}.chat-workspace-timeline__step{position:relative;flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:0 4px}.chat-workspace-timeline__step:not(:last-child):after{content:"";position:absolute;top:7px;left:calc(50% + 10px);right:calc(-50% + 10px);height:2px;border-radius:999px;background:rgba(226,232,240,.95);z-index:0}.chat-workspace-timeline__step--done:not(:last-child):after{background:linear-gradient(90deg,rgba(129,140,248,.55),rgba(226,232,240,.85))}.chat-workspace-timeline__step--current:not(:last-child):after{background:linear-gradient(90deg,rgba(99,102,241,.75),rgba(226,232,240,.75))}.chat-workspace-timeline__dot{width:14px;height:14px;border-radius:999px;border:2px solid rgba(226,232,240,.98);background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.06);z-index:1}.chat-workspace-timeline__step--done .chat-workspace-timeline__dot{border-color:rgba(129,140,248,.75);background:linear-gradient(145deg,#eef2ff,#c7d2fe)}.chat-workspace-timeline__step--current .chat-workspace-timeline__dot{border-color:rgba(79,70,229,.85);background:linear-gradient(145deg,#a5b4fc,#6366f1);box-shadow:0 0 0 3px rgba(99,102,241,.2)}.chat-workspace-timeline__step--muted .chat-workspace-timeline__dot{background:#f1f5f9;border-color:rgba(203,213,225,.85)}.chat-workspace-timeline__text{font-size:.64rem;font-weight:700;line-height:1.25;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-workspace-timeline__step--done .chat-workspace-timeline__text{color:#4338ca}.chat-workspace-timeline__step--current .chat-workspace-timeline__text{color:#1e1b4b;font-weight:800}.chat-workspace-timeline__step--muted .chat-workspace-timeline__text{color:#94a3b8;text-decoration:line-through;-webkit-text-decoration-color:rgba(148,163,184,.65);text-decoration-color:rgba(148,163,184,.65)}.chat-workflow-card__identity--workspace{align-items:flex-start;border-top:1px solid rgba(241,245,249,.98)}.chat-workflow-card__profile-quick{margin-left:auto;align-self:center;font-size:.8rem;font-weight:700;text-decoration:none!important;padding:6px 10px;border-radius:10px;border:1px solid rgba(226,232,240,.95);background:rgba(255,255,255,.85);color:#475569;transition:border-color .15s ease,color .15s ease,background .15s ease}.chat-workflow-card__profile-quick:hover{border-color:rgba(165,180,252,.65);color:var(--app-primary);background:#fff}.chat-workspace-block{display:flex;flex-direction:column;gap:6px;margin-top:2px}.chat-workspace-block--rating{margin-top:4px}.chat-workspace-block__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px 14px}.chat-workspace-block__label{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.chat-workspace-block__hint{margin:0;font-size:.76rem;line-height:1.35;flex:1 1 12rem;min-width:0}.chat-delivery-anchor{scroll-margin-top:170px}@media (max-width:640px){.chat-workspace-top--sticky{top:52px;margin-bottom:3px;padding:2px 0 3px}.chat-delivery-anchor{scroll-margin-top:138px}.chat-workspace-summary-card__intro{padding:7px 10px 6px}.chat-workspace-summary-card__eyebrow{margin-bottom:4px;font-size:.64rem}.chat-workspace-pills{gap:5px;margin-top:6px}.chat-workspace-pill{padding:2px 7px;font-size:.68rem}.chat-workspace-timeline{margin-top:6px;padding-top:5px}.chat-workspace-timeline__label{display:none}.chat-workspace-timeline__step{gap:3px;padding:0 2px}.chat-workspace-timeline__step:not(:last-child):after{top:6px;left:calc(50% + 8px);right:calc(-50% + 8px)}.chat-workspace-timeline__dot{width:12px;height:12px}.chat-workflow-card__identity--workspace{gap:7px;padding:7px 10px}.chat-workflow-card__identity--workspace .chat-workflow-card__avatar{width:34px;height:34px}.chat-workflow-card__profile-quick{margin-left:0;align-self:center;text-align:center;padding:5px 9px;font-size:.76rem;white-space:nowrap}.chat-workspace-timeline__text{font-size:.58rem;line-height:1.15;-webkit-line-clamp:1}.chat-workflow-card__workspace-foot{display:none}}.chat-workflow-card{position:relative;padding:0;border-radius:var(--radius-app-card-lg);border:1px solid var(--app-outline-border);background:linear-gradient(165deg,#ffffff,#fafbff 42%,#f8fafc);box-shadow:var(--shadow-premium-md);overflow:hidden}.chat-workflow-card:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,rgba(99,102,241,.85) 0,var(--app-primary) 100%);opacity:1}.chat-workflow-card__title-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px 14px;padding:14px 18px 11px;border-bottom:1px solid rgba(241,245,249,.98)}.chat-workflow-card__title-block{flex:1 1 220px;min-width:0}.chat-workflow-card__kicker{display:block;margin-bottom:4px;font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.chat-workflow-card__title{margin:0;font-size:clamp(1.04rem,1.65vw,1.24rem);font-weight:800;letter-spacing:-.04em;line-height:1.18;color:#0f172a;word-break:break-word;overflow-wrap:anywhere}.chat-workflow-card__brief{margin:5px 0 0;font-size:.8rem;line-height:1.38;max-width:62ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chat-workflow-card__title-aside{flex-shrink:0;display:flex;align-items:center}.chat-workflow-card__title-aside .status-badge{box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 2px 10px rgba(15,23,42,.06)}.chat-workflow-card__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1px;gap:1px;margin:0;padding:0;background:rgba(226,232,240,.65);border-top:1px solid rgba(226,232,240,.75);border-bottom:1px solid rgba(241,245,249,.98)}.chat-workflow-metric{margin:0;padding:8px 12px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.92))}.chat-workflow-metric__label{margin:0 0 3px;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.chat-workflow-metric__value{margin:0;font-size:.88rem;font-weight:700;letter-spacing:-.02em;color:#0f172a;line-height:1.28}.chat-workflow-metric__value--muted{font-weight:600;font-size:.82rem;color:#475569}.chat-workflow-metric__value--status{color:#334155;font-weight:800;letter-spacing:-.02em}.chat-workflow-card__identity{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:8px 14px 9px;border-top:1px solid rgba(241,245,249,.98)}.chat-workflow-card__avatar-wrap{flex-shrink:0}.chat-workflow-card__avatar-ring{padding:2px;border-radius:50%;background:linear-gradient(145deg,#c7d2fe,#a5b4fc 45%,#6366f1);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 6px 18px rgba(79,70,229,.2)}.chat-workflow-card__avatar{display:block;width:40px;height:40px;border-radius:50%;object-fit:cover;background:#f1f5f9}.chat-workflow-card__identity-main{flex:1 1 180px;min-width:0;display:flex;flex-direction:column;gap:1px}.chat-workflow-card__identity-role{font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.chat-workflow-card__identity-name{font-size:.96rem;font-weight:800;letter-spacing:-.03em;color:#0f172a;line-height:1.22}.chat-workflow-card__identity-handle{font-size:.8rem;font-weight:600}.chat-workflow-card__profile-btn{margin-left:auto;font-weight:600;border-radius:var(--radius-btn)}.chat-workflow-card__avatar-hit{flex-shrink:0;text-decoration:none;color:inherit;border-radius:50%}.chat-workflow-card__avatar-hit:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.chat-workflow-actions{padding:8px 14px 9px;border-top:1px solid rgba(241,245,249,.98);display:flex;flex-direction:column;gap:7px}.chat-workflow-actions__err{margin:0!important}.chat-workflow-actions__row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.chat-workflow-actions__row--primary{padding-bottom:0}.chat-workflow-actions__row--secondary{padding-top:2px;border-top:1px dashed rgba(226,232,240,.95)}.chat-rating-wrap{margin-bottom:0}.chat-rating-wrap .collab-rating-input__face{font-size:2rem}.chat-rating-wrap .collab-rating-input__option{min-width:3rem;min-height:3rem}.chat-rating-wrap .chat-panel--collaboration-rating{margin-bottom:0}.chat-rating-wrap .collab-rating-panel__form{padding:14px 16px;border-radius:var(--radius-app-card);border:1px solid rgba(199,210,254,.55);background:#ffffff;box-shadow:var(--shadow-premium-sm)}.chat-rating-wrap .collab-rating-panel__block--done{border:1px solid rgba(253,230,138,.65)}.chat-revision-callout{padding:11px 14px;border-radius:var(--radius-app-card);border:1px solid rgba(251,146,60,.45);background:linear-gradient(165deg,#fff7ed,#ffffff 55%);box-shadow:0 4px 18px rgba(234,88,12,.08)}.chat-revision-callout__title{margin:0 0 5px;font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#9a3412}.chat-revision-callout__body{margin:0;font-size:.84rem;line-height:1.48;max-width:62ch}.chat-msg--workflow-revision .chat-msg__inner--workflow-event{max-width:min(100%,520px)}.chat-event-pill--revision-emphasis{border-width:1.5px!important;box-shadow:0 0 0 1px rgba(251,146,60,.35),0 8px 24px rgba(234,88,12,.12)!important}.chat-workflow-card__workspace-foot{padding:6px 14px 8px;border-top:1px solid rgba(241,245,249,.98);background:linear-gradient(180deg,rgba(248,250,252,.45),rgba(255,255,255,.4))}.chat-workflow-card__workspace-hint{margin:0;font-size:.7rem;line-height:1.35;max-width:58ch;letter-spacing:.01em}@media (max-width:720px){.chat-workflow-card__metrics{grid-template-columns:1fr}.chat-workflow-card--workspace .chat-workflow-card__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.chat-workflow-metric{padding:9px 12px}.chat-workflow-card--workspace .chat-workflow-metric{padding:6px 7px}.chat-workflow-card--workspace .chat-workflow-metric__label{font-size:.54rem;letter-spacing:.04em}.chat-workflow-card--workspace .chat-workflow-metric__value{font-size:.72rem;line-height:1.2}.chat-workflow-card__profile-btn{margin-left:0;width:100%;justify-content:center}}@media (max-width:520px){.chat-workflow-card__title-row{padding:12px 14px 9px}.chat-workflow-card--workspace .chat-workflow-card__title{font-size:1rem;line-height:1.16}.chat-workflow-card--workspace .chat-workflow-card__brief{margin-top:4px;font-size:.76rem;line-height:1.32;-webkit-line-clamp:1}.chat-workflow-card__identity{padding:9px 12px 10px}.chat-workflow-card__identity--workspace{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:7px;gap:7px;padding:7px 10px}.chat-workflow-card__workspace-foot{padding:6px 12px 9px}}.chat-panel{margin-bottom:14px;padding:var(--card-padding-y) var(--card-padding-x);border-radius:var(--radius-app-card);border:1px solid rgba(226,232,240,.95);background:#fff;box-shadow:var(--shadow-premium-sm)}.chat-conversation>.chat-panel,.chat-conversation>.chat-thread--premium{margin-bottom:0}.chat-panel--delivery{margin-bottom:8px;padding:10px 12px 11px;border-radius:var(--radius-app-card-lg);background:linear-gradient(165deg,#ffffff,#fafbff 38%,#f8fafc);border-color:rgba(165,180,252,.5);box-shadow:var(--shadow-premium-md);display:flex;flex-direction:column;gap:8px}.chat-delivery-intro{padding-bottom:2px;border-bottom:1px solid rgba(226,232,240,.85)}.chat-delivery-intro__head{margin-bottom:5px}.chat-delivery-intro__eyebrow{display:block;margin-bottom:3px;font-size:.6rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--app-primary)}.chat-delivery-intro__title-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px}.chat-delivery-intro__title{margin:0;flex:1 1 auto;min-width:0;font-size:clamp(1rem,1.85vw,1.12rem);font-weight:800;letter-spacing:-.03em;color:#0f172a}.chat-delivery-intro__lede{margin:5px 0 0;font-size:.82rem;line-height:1.45;max-width:62ch}.chat-delivery-snapshot{display:flex;flex-wrap:wrap;align-items:center;gap:8px 11px;padding:7px 11px;border-radius:var(--radius-app-card);border:1px solid var(--app-indigo-muted-border);background:linear-gradient(125deg,rgba(238,242,255,.5),#ffffff 55%,#f8fafc);box-shadow:var(--shadow-premium-sm)}.chat-delivery-snapshot__label{font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.chat-delivery-snapshot__pill{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.02em}.chat-delivery-snapshot__pill--submitted{color:#92400e;border:1px solid rgba(251,191,36,.55);background:linear-gradient(180deg,#fffbeb,#fef3c7)}.chat-delivery-snapshot__pill--approved{color:#065f46;border:1px solid rgba(52,211,153,.5);background:linear-gradient(180deg,#ecfdf5,#d1fae5)}.chat-delivery-snapshot__pill--revision{color:#9a3412;border:1px solid rgba(251,146,60,.55);background:linear-gradient(180deg,#fff7ed,#ffedd5)}.chat-delivery-snapshot__time{margin-left:auto;font-size:.78rem;font-weight:600;color:#64748b}.chat-delivery-block{display:flex;flex-direction:column;gap:8px}.chat-delivery-block--form .chat-delivery-form{margin-bottom:0}.chat-delivery-block--timeline{padding-top:8px;margin-top:6px;border-top:1px solid rgba(226,232,240,.9)}.chat-delivery-block--form+.chat-delivery-block--timeline,.chat-delivery-review+.chat-delivery-block--timeline{margin-top:10px;padding-top:10px;border-top:1px solid rgba(165,180,252,.42);background:linear-gradient(180deg,rgba(248,250,255,.65),transparent 28px);border-radius:0 0 var(--radius-app-card-lg) var(--radius-app-card-lg)}.chat-delivery-block__heading{margin:0 0 2px;font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#64748b}.chat-delivery-skeleton{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.chat-delivery-alert{margin-bottom:8px}.chat-delivery-form{display:flex;flex-direction:column;gap:10px;margin-bottom:0;padding:12px 14px;border-radius:var(--radius-app-card);border:1px solid var(--app-indigo-muted-border);background:linear-gradient(180deg,#ffffff,#fafbff);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 4px 18px rgba(79,70,229,.07)}.chat-delivery-field{display:flex;flex-direction:column;gap:6px}.chat-delivery-label{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.chat-delivery-input,.chat-delivery-textarea{width:100%;box-sizing:border-box;padding:11px 14px;font-size:.92rem;line-height:1.4;border-radius:12px;border:1px solid rgba(203,213,225,.95);background:#f8fafc;color:#0f172a;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.chat-delivery-input::placeholder,.chat-delivery-textarea::placeholder{color:#94a3b8}.chat-delivery-input:focus,.chat-delivery-textarea:focus{outline:none;border-color:rgba(129,140,248,.75);background:#fff;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.chat-delivery-textarea{resize:vertical;min-height:74px}.chat-delivery-field-hint{margin:0;font-size:.78rem;line-height:1.45}.chat-delivery-upload{position:relative;border-radius:14px;border:1px dashed rgba(165,180,252,.65);background:linear-gradient(180deg,rgba(248,250,252,.92),#ffffff);transition:border-color .15s ease,box-shadow .15s ease}.chat-delivery-upload--drag{border-color:rgba(99,102,241,.85);box-shadow:0 0 0 3px rgba(99,102,241,.12)}.chat-delivery-upload__input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.chat-delivery-upload__inner{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 14px 13px;text-align:center}.chat-delivery-upload__icon{color:#818cf8;opacity:.95}.chat-delivery-upload__title{margin:0;font-size:.88rem;font-weight:700;color:#334155}.chat-delivery-upload__hint{margin:0;max-width:36rem;font-size:.78rem;line-height:1.5}.chat-delivery-upload__hint--sub{margin-top:4px;max-width:36rem;font-size:.74rem;line-height:1.45}.chat-delivery-upload__browse{margin-top:4px}.chat-delivery-staged-list{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.chat-delivery-staged-preamble{margin:0;padding:0 2px 10px;border-bottom:1px dashed rgba(203,213,225,.75);font-size:.78rem;line-height:1.45;color:#64748b}.chat-delivery-staged-item{display:grid;grid-template-columns:52px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid rgba(226,232,240,.95);background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.chat-delivery-staged-thumb{width:52px;height:52px;border-radius:10px;overflow:hidden;background:#f1f5f9}.chat-delivery-staged-thumb__media{width:100%;height:100%;object-fit:cover}.chat-delivery-staged-meta{min-width:0;display:flex;flex-direction:column;gap:2px}.chat-delivery-staged-name{font-size:.82rem;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-delivery-staged-size-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.chat-delivery-staged-size{font-size:.72rem;color:#64748b}.chat-delivery-staged-size-warn{font-size:.68rem;font-weight:700;color:#b45309;letter-spacing:.02em}.chat-delivery-staged-remove{border:none;background:transparent;font-size:.78rem;font-weight:600;color:#64748b;cursor:pointer;padding:6px 8px;border-radius:8px}.chat-delivery-staged-remove:hover:not(:disabled){background:rgba(248,113,113,.1);color:#b91c1c}.chat-delivery-media-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.chat-delivery-media-tile{display:flex;flex-direction:column;gap:4px;width:92px}.chat-delivery-media-tile__link{display:block;border-radius:12px;overflow:hidden;border:1px solid rgba(226,232,240,.95);background:#f8fafc;box-shadow:0 2px 8px rgba(15,23,42,.06);max-height:76px;aspect-ratio:4/3}.chat-delivery-media-tile__img{width:100%;height:100%;max-height:76px;object-fit:cover;display:block}.chat-delivery-media-tile__video-wrap{position:relative;width:100%;height:100%;max-height:76px;background:#0f172a}.chat-delivery-media-tile__video{width:100%;height:100%;max-height:76px;object-fit:cover;display:block;opacity:.92}.chat-delivery-media-tile__video-badge{position:absolute;right:6px;bottom:4px;font-size:.58rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:rgba(15,23,42,.55);padding:2px 6px;border-radius:6px}.chat-delivery-media-tile__meta{font-size:.65rem;text-align:center}.chat-delivery-form-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.chat-delivery-submit{flex:1 1;min-width:180px;min-height:46px;font-weight:700;border-radius:var(--radius-btn);padding:12px 22px;border-color:var(--app-primary);background:linear-gradient(180deg,var(--app-primary-light) 0,var(--app-primary) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 4px 16px rgba(79,70,229,.28)}.chat-delivery-submit:hover:not(:disabled){border-color:var(--app-primary-hover);background:linear-gradient(180deg,var(--app-primary) 0,var(--app-primary-hover) 100%)}.chat-delivery-review{margin-bottom:0;padding:0;border-radius:var(--radius-app-card-lg);border:none;background:transparent;box-shadow:none}.chat-delivery-review--brand-pending{padding:11px 13px 13px;border-radius:var(--radius-app-card-lg);border:1px solid rgba(251,191,36,.4);background:linear-gradient(180deg,#fffbeb,#ffffff 55%,#fafaf9);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 20px rgba(15,23,42,.06);display:flex;flex-direction:column;gap:9px}.chat-delivery-review__head{padding-bottom:8px;border-bottom:1px solid rgba(253,230,138,.65)}.chat-delivery-review__title{margin:0 0 4px;font-size:.9rem;font-weight:800;letter-spacing:-.02em;color:#78350f}.chat-delivery-review__subtitle{margin:0;font-size:.8rem;line-height:1.4}.chat-delivery-review__body{display:flex;flex-direction:column;gap:9px}.chat-delivery-review__chunk{display:flex;flex-direction:column;gap:6px}.chat-delivery-review__k{font-size:.65rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#78716c}.chat-delivery-review__link{font-weight:600;color:var(--app-primary);word-break:break-word}.chat-delivery-review__text{margin:0;color:#334155;font-size:.9rem;line-height:1.5}.chat-delivery-review__meta{margin:0;padding-top:4px;font-size:.78rem}.chat-delivery-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch}.chat-delivery-actions--stack{flex-direction:column;gap:10px}.chat-delivery-actions--stack .chat-delivery-actions__primary{width:100%;min-height:48px;font-size:.96rem}.chat-delivery-actions--stack .chat-delivery-actions__secondary{width:100%;min-height:44px;justify-content:center}.chat-delivery-actions__primary{flex:1.15 1;min-width:140px;min-height:46px;font-weight:700;border-radius:var(--radius-btn);padding:12px 18px}.chat-delivery-actions__primary.btn--success{box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 4px 14px rgba(22,163,74,.28)}.chat-delivery-actions__primary.btn--success:hover:not(:disabled){box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 4px 14px rgba(22,163,74,.32)}.chat-delivery-actions__secondary{flex:1 1;min-width:130px;min-height:44px;font-weight:600;border-radius:12px;padding:11px 16px;background:#ffffff;border-color:#cbd5e1;color:#475569}.chat-delivery-wait-hint{margin:0 0 10px;padding:10px 12px;font-size:.82rem;line-height:1.45;border-radius:12px;border:1px solid rgba(199,210,254,.55);background:linear-gradient(180deg,#f8fafc,#ffffff);box-shadow:0 1px 2px rgba(15,23,42,.04)}.chat-delivery-empty-wrap{margin-bottom:10px}.chat-delivery-empty-wrap .empty-state-card{border-radius:16px;border:1px solid rgba(199,210,254,.45);background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 4px 16px rgba(15,23,42,.04);padding:12px 14px}.chat-delivery-timeline__head{margin-bottom:10px}.chat-delivery-block--timeline .chat-delivery-timeline__title{margin:0 0 3px;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#475569}.chat-delivery-timeline__lede{margin:0;font-size:.72rem;line-height:1.4;max-width:52ch}.chat-delivery-timeline__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.chat-delivery-timeline__item{display:flex;flex-direction:column;gap:7px;padding:9px 11px 10px 12px;border-radius:14px;border:1px solid rgba(226,232,240,.98);border-left:3px solid #94a3b8;background:linear-gradient(165deg,#ffffff,#f8fafc);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 2px 10px rgba(15,23,42,.05),0 8px 22px rgba(15,23,42,.04)}.chat-delivery-timeline__item--submitted{border-color:rgba(251,191,36,.42) rgba(251,191,36,.42) rgba(251,191,36,.42) #d97706;background:linear-gradient(165deg,#fffbeb,#ffffff 52%,#fafafa)}.chat-delivery-timeline__item--approved{border-color:rgba(52,211,153,.38) rgba(52,211,153,.38) rgba(52,211,153,.38) #16a34a;background:linear-gradient(165deg,#ecfdf5,#ffffff 55%,#fafafa)}.chat-delivery-timeline__item--revision{border-color:rgba(251,146,60,.42) rgba(251,146,60,.42) rgba(251,146,60,.42) #ea580c;background:linear-gradient(165deg,#fff7ed,#ffffff 52%,#fafafa)}.chat-delivery-timeline__card-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px;min-width:0}.chat-delivery-timeline__badge{flex-shrink:0;display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.7rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(148,163,184,.45);color:#334155;background:linear-gradient(180deg,#f8fafc,#f1f5f9);box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}.chat-delivery-timeline__badge--submitted{color:#92400e;border-color:rgba(245,158,11,.5);background:linear-gradient(180deg,#fffbeb,#fef3c7)}.chat-delivery-timeline__badge--approved{color:#065f46;border-color:rgba(52,211,153,.45);background:linear-gradient(180deg,#ecfdf5,#d1fae5)}.chat-delivery-timeline__badge--revision{color:#9a3412;border-color:rgba(251,146,60,.5);background:linear-gradient(180deg,#fff7ed,#ffedd5)}.chat-delivery-timeline__time{margin-left:auto;font-size:.75rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:#475569;text-align:right;max-width:100%}.chat-delivery-timeline__byline{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 8px;margin:0;font-size:.78rem;line-height:1.35;color:#64748b}.chat-delivery-timeline__byline-label{font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:#94a3b8}.chat-delivery-timeline__byline-name{font-weight:700;color:#0f172a}.chat-delivery-timeline__state-callout{margin:0;padding:7px 10px;font-size:.76rem;line-height:1.45;font-weight:600;color:#9a3412;border-radius:10px;border:1px solid rgba(251,146,60,.38);background:linear-gradient(180deg,rgba(255,247,237,.95),#ffffff);box-shadow:0 1px 2px rgba(234,88,12,.06)}.chat-delivery-timeline__field{display:flex;flex-direction:column;gap:4px;min-width:0}.chat-delivery-timeline__field--media{gap:6px}.chat-delivery-timeline__k{font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.chat-delivery-timeline__link-chip{display:inline-flex;align-items:center;align-self:flex-start;max-width:100%;padding:6px 10px;font-size:.78rem;font-weight:600;line-height:1.35;word-break:break-all;color:#3730a3;text-decoration:none;border-radius:10px;border:1px solid rgba(129,140,248,.45);background:linear-gradient(180deg,#ffffff,#eef2ff);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 1px 3px rgba(79,70,229,.08);transition:border-color .15s ease,box-shadow .15s ease,color .15s ease}.chat-delivery-timeline__link-chip:hover{border-color:rgba(99,102,241,.55);color:#312e81;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 2px 8px rgba(79,70,229,.12)}.chat-delivery-timeline__note{margin:0;padding:8px 10px 8px 11px;font-size:.8rem;line-height:1.45;color:#334155;border-radius:10px;border:1px solid rgba(226,232,240,.95);border-left:3px solid rgba(99,102,241,.45);background:linear-gradient(180deg,#f8fafc,#ffffff);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-height:7.5rem;overflow-y:auto}.chat-delivery-timeline__files-only{margin:0;font-size:.78rem;line-height:1.45;color:#64748b;font-style:italic}.chat-delivery-timeline__media-shell{padding:8px 8px 6px;border-radius:12px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,#f8fafc,#ffffff);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.chat-delivery-timeline__media-shell .chat-delivery-media-strip{margin-top:0}@media (max-width:520px){.chat-delivery-timeline__card-top{flex-direction:column;align-items:flex-start}.chat-delivery-timeline__time{margin-left:0;text-align:left;width:100%}.chat-delivery-timeline__badge{max-width:100%}.chat-delivery-timeline__link-chip{align-self:stretch;width:100%;box-sizing:border-box}}.chat-page-toolbar__panel{font-weight:700;letter-spacing:-.01em;border-radius:12px;padding:10px 18px;border:1px solid rgba(129,140,248,.55);background:linear-gradient(180deg,#ffffff,#eef2ff);color:#3730a3;box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 2px 8px rgba(79,70,229,.12);text-decoration:none}.chat-page-toolbar__panel:hover{border-color:rgba(99,102,241,.65);background:linear-gradient(180deg,#fafbff,#e0e7ff);color:#312e81;text-decoration:none}.chat-panel--review{background:linear-gradient(180deg,#ffffff,#f8fafc);border-color:rgba(226,232,240,.95)}.chat-panel--collaboration-rating{background:linear-gradient(165deg,#ffffff,#fafbff 45%,#f8fafc);border-color:rgba(165,180,252,.6);padding:20px 22px;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 8px 28px rgba(79,70,229,.07)}.chat-panel--collaboration-rating .chat-panel__section-title{font-size:1.05rem;font-weight:800;letter-spacing:-.03em;color:#1e1b4b}.chat-panel--collaboration-rating .chat-panel__section-hint{margin-bottom:14px;font-size:.86rem;line-height:1.55;max-width:58ch}.collab-rating-panel__skeleton{padding:4px 0 8px}.collab-rating-stars{display:inline-flex;gap:2px;font-size:1.15rem;line-height:1;letter-spacing:-.02em}.collab-rating-stars--sm{font-size:.95rem;gap:1px}.collab-rating-stars__on{color:#f59e0b}.collab-rating-stars__off{color:#e2e8f0}.collab-rating-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.collab-rating-fieldset{margin:0;padding:0;border:none;min-width:0}.collab-rating-input{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;margin:8px 0 10px}.collab-rating-input--radios{gap:4px 6px}.collab-rating-input__option{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;margin:0;padding:4px 6px;cursor:pointer;border-radius:10px;transition:background .12s ease,box-shadow .12s ease,transform .12s ease}.collab-rating-input__option:hover .collab-rating-input__face{color:#fcd34d;transform:scale(1.05)}.collab-rating-fieldset:disabled .collab-rating-input__option{cursor:not-allowed;opacity:.65}.collab-rating-input__radio{position:absolute;opacity:0;width:1px;height:1px;margin:0;pointer-events:none}.collab-rating-input__option:has(.collab-rating-input__radio:focus-visible){outline:2px solid #2563eb;outline-offset:2px}.collab-rating-input__face{font-size:1.45rem;line-height:1;color:#e2e8f0;transition:color .12s ease,transform .12s ease;pointer-events:none}.collab-rating-input__option--fill .collab-rating-input__face{color:#f59e0b}.collab-rating-input__option:has(.collab-rating-input__radio:checked) .collab-rating-input__face{color:#f59e0b}.collab-rating-panel__selected-preview{margin:0 0 12px;font-size:.9rem;font-weight:600;color:#0f172a}.collab-rating-panel__selected-preview--placeholder{font-weight:500}.collab-rating-panel__score-readout{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.collab-rating-panel__score-num{font-size:1.85rem;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.03em;line-height:1;color:#b45309}.collab-rating-panel__score-max{font-size:1rem;font-weight:700;color:var(--muted);margin-right:4px}.collab-rating-panel__block--done{padding:16px 18px;border-radius:16px;background:linear-gradient(165deg,#fffbeb,#ffffff);border:1px solid rgba(253,230,138,.55);box-shadow:0 4px 16px rgba(245,158,11,.08)}.collab-rating-panel__block,.collab-rating-panel__form{margin-top:4px}.collab-rating-panel__label{margin:0 0 4px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.collab-rating-panel__row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px}.collab-rating-panel__badge{display:inline-block;padding:3px 8px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#047857;background:#ecfdf5;border:1px solid rgba(52,211,153,.45);border-radius:999px}.collab-rating-panel__actions{margin-top:14px}.chat-panel--collaboration-rating .collab-rating-panel__actions .btn{min-height:44px;padding:10px 22px;border-radius:var(--radius-btn);font-weight:700;border-color:var(--app-primary);background:linear-gradient(180deg,var(--app-primary-light) 0,var(--app-primary) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 4px 14px rgba(79,70,229,.22)}.chat-panel--collaboration-rating .collab-rating-panel__actions .btn:hover:not(:disabled){border-color:var(--app-primary-hover);background:linear-gradient(180deg,var(--app-primary) 0,var(--app-primary-hover) 100%)}.collab-rating-panel__optional-note{margin-top:14px}.collab-rating-panel__optional-note-label{display:block;margin-bottom:6px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.collab-rating-panel__textarea{display:block;width:100%;box-sizing:border-box;margin:0;padding:10px 12px;font-size:.88rem;line-height:1.45;color:#0f172a;border-radius:12px;border:1px solid rgba(226,232,240,.98);background:rgba(255,255,255,.9);resize:vertical;min-height:56px;max-height:160px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.collab-rating-panel__textarea::placeholder{color:#94a3b8}.collab-rating-panel__textarea:focus{outline:none;border-color:rgba(129,140,248,.75);background:#fff;box-shadow:0 0 0 3px rgba(99,102,241,.15)}.collab-rating-panel__textarea:disabled{opacity:.65;cursor:not-allowed}.collab-rating-panel__char-count{margin:6px 0 0;font-size:.72rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right;letter-spacing:.02em}.collab-rating-panel__my-note{margin-top:12px;padding-top:10px;border-top:1px solid rgba(253,230,138,.45)}.collab-rating-panel__review-text-body{margin:6px 0 0;font-size:.88rem;line-height:1.5;color:#334155;white-space:pre-wrap;word-break:break-word}.collab-rating-panel__theirs-note{margin-top:10px;padding:10px 12px;border-radius:10px;border:1px solid rgba(226,232,240,.95);background:rgba(248,250,252,.85)}.collab-rating-panel__theirs-note-label{display:block;margin-bottom:4px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.collab-rating-panel__theirs-note-body{margin:0;font-size:.84rem;line-height:1.45;color:#334155;white-space:pre-wrap;word-break:break-word}.collab-rating-panel__theirs{margin-top:12px;padding-top:10px;border-top:1px solid rgba(241,245,249,.95)}.collab-rating-panel__theirs-text{margin:0;font-size:.86rem;line-height:1.45;display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px}.collab-rating-panel__theirs-stars{display:inline-flex;vertical-align:middle}.collab-rating-panel__state-hint{margin:10px 0 0;font-size:.8rem}.collab-rating-panel__state-hint--subtle{margin-top:8px;opacity:.92}.collab-rating-panel__success{margin:0 0 10px;padding:6px 10px;font-size:.84rem;font-weight:600;color:#047857;background:#ecfdf5;border-radius:8px;border:1px solid rgba(52,211,153,.35)}.collab-rating-panel__submit-err{margin-top:10px;margin-bottom:0}.chat-panel__context{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(241,245,249,.95)}.chat-panel__context-label{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}.chat-panel__context-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.chat-panel__context-title{font-size:.95rem;font-weight:700;letter-spacing:-.01em}.chat-panel__section-title{margin:0 0 6px;font-size:1rem;font-weight:700;letter-spacing:-.02em}.chat-panel__section-hint{margin:0 0 12px;font-size:.86rem;line-height:1.45}.chat-thread--premium{min-height:min(320px,52vh);margin-bottom:0;padding:14px 14px 18px;border-radius:var(--radius-app-card-lg);border:1px solid var(--app-indigo-muted-border);background:linear-gradient(180deg,rgba(248,250,252,.9),#ffffff 35%,#f8fafc);box-shadow:var(--shadow-premium-sm)}.chat-thread-skeleton{display:flex;flex-direction:column;gap:10px;padding:8px 4px 12px;min-height:min(260px,44vh)}.chat-thread-skeleton__row{display:flex}.chat-thread-skeleton__row--them{justify-content:flex-start}.chat-thread-skeleton__row--mine{justify-content:flex-end}.chat-thread-skeleton__bar{height:34px;border-radius:14px;max-width:min(72%,320px);width:100%;background:linear-gradient(90deg,rgba(226,232,240,.35),rgba(241,245,249,.85) 50%,rgba(226,232,240,.35));background-size:200% 100%;animation:chat-thread-skeleton-shimmer 1.1s ease-in-out infinite}.chat-thread-skeleton__row--mine .chat-thread-skeleton__bar{max-width:min(58%,260px);background:linear-gradient(90deg,rgba(199,210,254,.25),rgba(224,231,255,.75) 50%,rgba(199,210,254,.25));background-size:200% 100%}@keyframes chat-thread-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.chat-thread-empty{display:flex;justify-content:center;align-items:center;min-height:min(240px,42vh)}.chat-thread-empty--premium{padding:8px 4px 4px}.chat-thread--premium .empty-state-card{padding:22px 20px 20px;margin:0;max-width:360px;text-align:center;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(165deg,#ffffff,rgba(248,250,252,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 6px 22px rgba(15,23,42,.05)}.chat-thread--premium .empty-state-card__title{color:#334155}.chat-thread--premium .empty-state-card__icon{margin-left:auto;margin-right:auto;opacity:.88}.chat-day-separator{display:flex;align-items:center;gap:12px;margin:12px 0 9px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-day-separator:first-child{margin-top:2px}.chat-day-separator__line{flex:1 1;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.45),transparent)}.chat-day-separator__label{flex-shrink:0;padding:5px 12px;font-size:.62rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#64748b;background:rgba(248,250,252,.95);border:1px solid rgba(226,232,240,.95);border-radius:999px}.chat-msg{margin-bottom:10px;display:flex}.chat-msg:last-child{margin-bottom:2px}.chat-msg--peer.chat-msg--cluster-mid,.chat-msg--peer.chat-msg--cluster-start:not(.chat-msg--cluster-end){margin-bottom:3px}.chat-msg--peer.chat-msg--cluster-end{margin-bottom:10px}.chat-msg--them{justify-content:flex-start}.chat-msg--mine{justify-content:flex-end}.chat-msg--system .chat-bubble--system{max-width:min(100%,420px)}.chat-msg__inner{position:relative;max-width:min(100%,440px,58vw);width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:3px}.chat-msg--mine .chat-msg__inner{align-items:flex-end}.chat-bubble{display:inline-block;padding:7px 12px 8px;border-radius:18px;max-width:min(100%,420px,52vw);vertical-align:top;text-align:left;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 2px 10px rgba(15,23,42,.05)}.chat-bubble--mine{background:linear-gradient(165deg,rgba(224,231,255,.98),rgba(199,210,254,.95) 45%,rgba(165,180,252,.88));border:1px solid rgba(129,140,248,.42);border-bottom-right-radius:6px;color:#1e1b4b}.chat-msg--mine.chat-msg--cluster-end .chat-bubble--mine{border-bottom-right-radius:5px}.chat-msg--mine.chat-msg--cluster-mid .chat-bubble--mine,.chat-msg--mine.chat-msg--cluster-start:not(.chat-msg--cluster-end) .chat-bubble--mine{border-bottom-right-radius:14px}.chat-bubble--them{background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid rgba(226,232,240,.98);border-bottom-left-radius:6px;color:var(--text);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 1px 3px rgba(15,23,42,.04)}.chat-msg--them.chat-msg--cluster-end .chat-bubble--them{border-bottom-left-radius:5px}.chat-msg--them.chat-msg--cluster-mid .chat-bubble--them,.chat-msg--them.chat-msg--cluster-start:not(.chat-msg--cluster-end) .chat-bubble--them{border-bottom-left-radius:14px}.chat-bubble--system{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px dashed rgba(148,163,184,.65);color:#64748b;font-style:normal;box-shadow:none}.chat-bubble__body{margin:0;white-space:pre-wrap;line-height:1.5;font-size:.88rem;letter-spacing:-.01em}.chat-bubble__body--after-media{margin:7px 0 0}.chat-bubble__system{margin:0;font-size:.82rem;line-height:1.45;font-style:normal;font-weight:500}.chat-msg--workflow-event{justify-content:center;margin-bottom:8px;margin-top:3px}.chat-msg__inner--workflow-event{max-width:min(100%,400px);align-items:center;gap:5px}.chat-workflow-thread-label{display:block;width:100%;text-align:center;font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;margin-bottom:1px}.chat-msg--workflow-event .chat-bubble.chat-event-pill{max-width:min(100%,360px);width:100%;display:flex;flex-direction:row;align-items:flex-start;gap:8px;padding:9px 12px 10px;border-radius:14px;font-size:.8rem;line-height:1.42;box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 4px 16px rgba(15,23,42,.06);text-align:left}.chat-event-pill__text{margin:0;flex:1 1;min-width:0;font-weight:500;white-space:pre-wrap}.chat-event-pill__glyph{flex-shrink:0;width:1.2rem;height:1.2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;line-height:0;margin-top:1px}.chat-event-pill__glyph svg{display:block;flex-shrink:0}.chat-event-pill--positive{background:linear-gradient(165deg,rgba(240,253,244,.95),#f8fafc);border:1px solid rgba(34,197,94,.28)}.chat-event-pill--positive .chat-event-pill__text{color:#166534}.chat-event-pill--positive .chat-event-pill__glyph{background:rgba(22,163,74,.1);color:#15803d}.chat-event-pill--warning{background:linear-gradient(165deg,rgba(255,247,237,.95),#fafaf9);border:1px solid rgba(245,158,11,.35)}.chat-event-pill--warning .chat-event-pill__text{color:#9a3412}.chat-event-pill--warning .chat-event-pill__glyph{background:rgba(245,158,11,.12);color:#c2410c}.chat-event-pill--neutral{background:linear-gradient(165deg,rgba(248,250,252,.98),#f1f5f9);border:1px solid rgba(148,163,184,.5)}.chat-event-pill--neutral .chat-event-pill__text{color:#64748b}.chat-event-pill--neutral .chat-event-pill__glyph{background:rgba(148,163,184,.14);color:#64748b}.chat-msg__meta--workflow-event{justify-content:center;max-width:min(100%,360px)}.chat-msg__time--workflow-event{font-size:.58rem;font-weight:600;letter-spacing:.05em;opacity:.82}.chat-msg__time--cluster-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.chat-media-card{--chat-media-max-w:min(240px,72vw);--chat-media-max-h:min(172px,30vh);max-width:min(100%,var(--chat-media-max-w));border-radius:14px;overflow:hidden;border:1px solid rgba(203,213,225,.9);background:linear-gradient(165deg,#ffffff,#f8fafc);box-shadow:var(--shadow-premium-sm)}.chat-media-card__hit{display:block;text-decoration:none!important;color:inherit;cursor:zoom-in;border-radius:12px 12px 0 0;outline:none;transition:opacity .15s ease,transform .15s ease}.chat-media-card__hit:hover{opacity:.96}.chat-media-card__hit:focus-visible{box-shadow:0 0 0 2px rgba(99,102,241,.45)}.chat-media-card--mine{border-color:rgba(129,140,248,.4);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 4px 14px rgba(79,70,229,.1)}.chat-media-card--them{border-color:rgba(226,232,240,.98)}.chat-media-card__surface{display:flex;align-items:center;justify-content:center;padding:5px;min-height:92px;max-height:calc(var(--chat-media-max-h) + 10px);background:linear-gradient(180deg,#0f172a,#020617);line-height:0}.chat-media-card img,.chat-media-card video{max-width:100%;max-height:var(--chat-media-max-h);width:auto;height:auto;object-fit:contain;display:block;vertical-align:top;border-radius:10px}.chat-media-card video{background:#000}.chat-media-card__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 10px;padding:6px 9px;background:#f8fafc;border-top:1px solid rgba(226,232,240,.95);font-size:.74rem}.chat-media-card__link{color:var(--app-primary);font-weight:600;text-decoration:none;padding:3px 9px;border-radius:999px;background:rgba(238,242,255,.95);border:1px solid rgba(199,210,254,.65);transition:background .15s ease,border-color .15s ease}.chat-media-card__link:hover{text-decoration:none;background:#e0e7ff;border-color:#a5b4fc}.chat-media-card__size{font-size:.68rem;font-weight:600;letter-spacing:.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#94a3b8}.chat-msg__meta{display:flex;align-items:center;gap:6px;width:100%;max-width:min(100%,440px,58vw);min-height:15px;padding:0 3px}.chat-msg__meta--mine{justify-content:flex-end}.chat-msg__meta--them{justify-content:flex-start}.chat-msg__time{font-size:.62rem;font-weight:600;letter-spacing:.03em;color:#94a3b8;line-height:1.2;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.chat-msg__ticks{min-height:14px}.chat-msg__ticks,.chat-ticks-pair{display:inline-flex;align-items:center}.chat-ticks-pair{color:#94a3b8}.chat-ticks-pair--pending{opacity:.65}.chat-ticks-pair--delivered{color:#64748b}.chat-ticks-pair--seen{color:var(--app-primary)}.chat-ticks-double{display:inline-flex;align-items:center;gap:2px}.chat-ticks-svg{display:block}.chat-ticks-svg--unit{flex-shrink:0}.chat-upload-progress{margin-bottom:10px;padding:8px 0}.chat-upload-progress__bar{height:4px;border-radius:999px;background:#e2e8f0;margin-top:6px;overflow:hidden}.chat-upload-progress__fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--app-primary-light),var(--app-primary));transition:width .2s ease}.chat-composer-alert{margin-bottom:10px}.chat-conversation .chat-composer-alert,.chat-conversation .chat-upload-progress{margin-bottom:0}.chat-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chat-composer-shell{position:-webkit-sticky;position:sticky;bottom:0;z-index:30;margin-top:9px;padding:12px 12px 13px;border-radius:var(--radius-app-card-lg);border:1px solid var(--app-indigo-muted-border);background:linear-gradient(180deg,#ffffff,#fafbff 48%,#f8fafc);box-shadow:var(--shadow-premium-chat-composer),0 -8px 28px rgba(15,23,42,.05)}.chat-composer-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.chat-composer-emoji-wrap{position:relative}.chat-composer-emoji-toggle{min-width:2.75rem;font-size:1.1rem;line-height:1;padding-left:10px;padding-right:10px}.chat-emoji-picker{position:absolute;left:0;bottom:calc(100% + 8px);z-index:20;display:flex;flex-wrap:wrap;gap:4px 6px;max-width:min(100vw - 48px,280px);padding:10px 12px;border-radius:14px;border:1px solid rgba(226,232,240,.98);background:linear-gradient(180deg,#ffffff,#fafbfc);box-shadow:0 4px 16px rgba(15,23,42,.1),inset 0 1px 0 rgba(255,255,255,.9)}.chat-emoji-picker__btn{font-size:1.35rem;line-height:1;padding:6px 8px;margin:0;border:none;border-radius:10px;background:transparent;cursor:pointer;transition:background .15s ease}.chat-emoji-picker__btn:hover{background:rgba(15,23,42,.06)}.chat-composer-attach,.chat-composer-emoji-toggle{font-weight:600;border-color:rgba(203,213,225,.95)!important;background:linear-gradient(180deg,#ffffff,#f8fafc)!important;color:#475569!important}.chat-composer-attach:hover:not(:disabled),.chat-composer-emoji-toggle:hover:not(:disabled){border-color:#c7d2fe!important;color:var(--app-primary)!important}.chat-composer-row{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap}.chat-composer-input{flex:1 1 200px;min-width:0;min-height:44px;padding:10px 14px;border-radius:14px;border:1px solid rgba(203,213,225,.95);font-size:.94rem;line-height:1.45;background:#ffffff;transition:border-color .15s ease,box-shadow .15s ease}.chat-composer-input::placeholder{color:#94a3b8;font-weight:400}.chat-composer-input:focus{outline:none;border-color:rgba(129,140,248,.75);box-shadow:0 0 0 3px rgba(99,102,241,.12)}.chat-composer-send{flex-shrink:0;min-height:44px;min-width:96px;padding-left:20px;padding-right:20px;border-radius:14px;font-weight:700;font-size:.92rem;letter-spacing:-.01em;border-color:var(--app-primary);background:linear-gradient(180deg,var(--app-primary-light) 0,var(--app-primary) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 4px 16px rgba(79,70,229,.28)}.chat-composer-send:hover:not(:disabled){border-color:var(--app-primary-hover);background:linear-gradient(180deg,var(--app-primary) 0,var(--app-primary-hover) 100%)}.chat-composer-send:disabled{opacity:.65}@media (max-width:767px){.app-shell__content:has(.chat-layout--conversation){padding-bottom:calc(204px + env(safe-area-inset-bottom, 0px))}.app-shell__content:has(.chat-layout--conversation) .chat-composer-shell{bottom:calc(82px + env(safe-area-inset-bottom, 0px))}}@media (max-width:520px){.chat-workflow-nav{flex-direction:column;align-items:stretch;gap:7px;padding:8px 10px}.chat-workflow-nav__start{order:1}.chat-workflow-nav__context{order:2;flex:none;width:100%;padding-top:8px;margin-top:0;border-top:1px solid rgba(226,232,240,.9)}.chat-workflow-nav__end{order:3;width:100%;justify-content:stretch}.chat-workflow-nav__end .btn{flex:1 1;min-width:0;min-height:36px;padding:7px 10px;justify-content:center;font-size:.78rem}.chat-panel--delivery{gap:7px;padding:8px;border-radius:16px}.chat-delivery-intro{padding-bottom:0;border-bottom:none}.chat-delivery-intro__lede{display:none}.chat-delivery-form{gap:8px;padding:9px}.chat-delivery-textarea{min-height:60px}.chat-delivery-upload__inner{padding:10px}.chat-delivery-upload__hint--sub{display:none}.chat-delivery-submit{min-height:42px;padding:10px 16px}.chat-delivery-snapshot__time{margin-left:0;width:100%}.chat-thread--premium{min-height:min(300px,42vh);padding:10px 10px 14px;border-radius:var(--radius-app-card)}.chat-msg__inner{max-width:100%}.chat-bubble{max-width:min(100%,100%)}.chat-media-card{--chat-media-max-w:min(180px,70vw);--chat-media-max-h:min(140px,25vh)}.chat-composer-shell{bottom:calc(10px + env(safe-area-inset-bottom, 0px));padding:11px;margin-top:10px}.app-shell__content:has(.chat-layout--conversation) .chat-composer-shell{bottom:calc(82px + env(safe-area-inset-bottom, 0px));padding-bottom:11px}.chat-composer-toolbar{gap:7px;margin-bottom:8px}.chat-composer-row{gap:8px;flex-wrap:nowrap}.chat-composer-input{flex:1 1;min-height:48px}.chat-composer-send{flex:0 0 auto;min-width:82px;min-height:48px;padding-left:14px;padding-right:14px}.chat-inbox__preview{flex-basis:100%}}.social-accounts-section .dash-section__lede{margin-bottom:18px}.social-accounts-section__error{margin:0 0 12px;font-size:.9rem;color:#b91c1c;line-height:1.45}.social-accounts-list{margin-bottom:18px;display:flex;flex-direction:column;gap:14px}.dashboard-page .social-account-card{border-color:rgba(199,210,254,.5);background:linear-gradient(165deg,#ffffff,#fafbff 55%,#f8fafc);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 2px 8px rgba(15,23,42,.05),0 10px 28px rgba(49,46,129,.07)}.dashboard-page .social-account-card__head{border-bottom-color:rgba(199,210,254,.35)}.dashboard-page .social-account-card input[type=text],.dashboard-page .social-account-card input[type=url]{border-radius:11px;border-color:rgba(199,210,254,.55);background:rgba(255,255,255,.95)}.dashboard-page .social-account-card input[type=text]:focus,.dashboard-page .social-account-card input[type=url]:focus{border-color:rgba(99,102,241,.55);box-shadow:0 0 0 3px rgba(129,140,248,.2);outline:none}.social-accounts-stack__item{display:flex;flex-direction:column;gap:0}.social-chip{display:inline-flex;align-items:center;flex-shrink:0;font-size:.65rem;font-weight:700;padding:4px 9px;border-radius:999px;letter-spacing:.03em;line-height:1.25;border:1px solid transparent;box-shadow:0 1px 2px rgba(15,23,42,.04)}.social-chip--connected{background:linear-gradient(180deg,#eef2ff,#e0e7ff);color:#312e81;border-color:rgba(129,140,248,.65);box-shadow:inset 0 1px 0 rgba(255,255,255,.4),0 2px 5px rgba(49,46,129,.1)}.social-chip--disconnected{background:linear-gradient(180deg,#f8fafc,#f1f5f9);color:#64748b;border-color:rgba(203,213,225,.95)}.social-chip--verified{background:linear-gradient(180deg,#ecfdf5,#d1fae5);color:#065f46;border-color:rgba(110,231,183,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 1px 4px rgba(5,150,105,.12)}.social-chip--pending{background:linear-gradient(180deg,#fffbeb,#fef3c7);color:#92400e;border-color:rgba(251,191,36,.45)}.social-chip--method{font-size:.62rem;font-weight:700;padding:3px 8px}.social-chip--method-oauth{background:linear-gradient(180deg,#eef2ff,#e0e7ff);color:#3730a3;border-color:rgba(165,180,252,.65)}.social-chip--method-bio{background:linear-gradient(180deg,#fff7ed,#ffedd5);color:#9a3412;border-color:rgba(253,186,116,.65)}.social-chip--method-manual{background:linear-gradient(180deg,#f8fafc,#f1f5f9);color:#475569;border-color:rgba(148,163,184,.65)}.social-account-card{position:relative;border:1px solid rgba(226,232,240,.95);border-radius:14px;padding:14px 16px;margin:0;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.05);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.social-account-card:hover{border-color:#c9d4e5;box-shadow:0 8px 26px rgba(15,23,42,.08);transform:translateY(-1px)}.social-account-card--instagram{background:linear-gradient(145deg,#ffffff,#fdf4f8 42%,#faf5ff);border-color:rgba(244,114,182,.28);box-shadow:0 1px 3px rgba(15,23,42,.05),inset 0 1px 0 rgba(255,255,255,.85)}.social-account-card--instagram:hover{border-color:rgba(236,72,153,.45)}.social-account-card--tiktok{background:linear-gradient(145deg,#ffffff,#f8fafc 50%,#f1f5f9);border-color:rgba(51,65,85,.22);box-shadow:0 1px 3px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.8)}.social-account-card--tiktok:hover{border-color:rgba(71,85,105,.45)}.social-account-card--youtube{background:linear-gradient(145deg,#ffffff,#fff5f5 48%,#fef2f2);border-color:rgba(248,113,113,.28)}.social-account-card--youtube:hover{border-color:rgba(239,68,68,.4)}.social-account-card--default{background:linear-gradient(145deg,#ffffff,#f8fafc)}.social-account-card__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px 12px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(241,245,249,.95)}.social-account-card__platform-label{font-size:1.02rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.social-account-card__chips{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;max-width:100%}.social-account-card__username{margin:0 0 8px;font-size:.95rem;font-weight:600;color:#475569;letter-spacing:.01em}.social-account-card__meta{margin:0 0 6px;font-size:.86rem;line-height:1.45}.social-account-card__meta--row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.social-account-card__meta-key{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.social-account-card__meta--small{font-size:.82rem;margin-top:2px}.social-account-card__extra{display:flex;align-items:center;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(241,245,249,.95)}.social-account-card__avatar{width:40px;height:40px;border-radius:10px;object-fit:cover;border:1px solid rgba(226,232,240,.95);flex-shrink:0}.social-account-card__extra-text{min-width:0}.social-account-card__display-name{margin:0 0 2px;font-size:.88rem}.social-account-card__followers{margin:0;font-size:.82rem}.profile-public-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:14px}.profile-public-hero{display:grid;grid-template-columns:auto 1fr;grid-gap:16px;gap:16px;align-items:start}@media (max-width:520px){.profile-public-hero{grid-template-columns:1fr;justify-items:center;text-align:center}.profile-public-hero .profile-public-avatar-wrap{justify-self:center}}.profile-public-avatar{width:108px;height:108px;border-radius:50%;object-fit:cover;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.profile-public-avatar--brand{border-radius:var(--radius-md)}.profile-public-handle{margin:0 0 6px;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;word-break:break-word}.profile-stat-grid{display:grid;grid-gap:6px 0;gap:6px 0;margin-top:8px}.profile-stat-grid p{margin:0}.review-card{margin-bottom:12px;padding:14px 16px!important}.review-card__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px 12px;margin-bottom:8px}.review-card__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.review-card__rating-num{font-weight:700}.review-card__pill{font-size:.8rem;font-weight:600;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:2px 10px}.review-card__comment{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-height:14rem;overflow:auto;line-height:1.45;font-size:var(--text-muted)}.star-rating-row{letter-spacing:2px}.reviews-summary{display:flex;flex-wrap:wrap;gap:12px 24px;margin-bottom:16px;align-items:baseline}.auth-landing-wrap{max-width:min(1180px,100%);margin:0 auto;padding:clamp(14px,2.5vw,24px) clamp(14px,2.5vw,20px) clamp(16px,3vw,28px)}.auth-landing-contact{margin-top:clamp(12px,2vw,20px);max-width:1100px;margin-left:auto;margin-right:auto}.auth-login-contact-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.6fr);grid-gap:16px 28px;gap:16px 28px;align-items:start;padding:16px 18px;border:1px solid rgba(226,232,240,.88);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(248,250,252,.78));box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 8px 24px rgba(15,23,42,.05)}.auth-login-contact-card__brand{min-width:0}.auth-login-contact-card__name{margin:0 0 5px;font-size:.98rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.auth-login-contact-card__tagline{margin:0;max-width:34ch;font-size:.78rem;line-height:1.45}.auth-login-contact-card__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 18px;gap:8px 18px;margin:0;min-width:0}.auth-login-contact-card__list div{min-width:0}.auth-login-contact-card__list dt{margin:0 0 2px;font-size:.66rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.auth-login-contact-card__list dd{margin:0;font-size:.76rem;line-height:1.42;color:#475569;overflow-wrap:anywhere}.auth-login-contact-card__list a{font-weight:700}@media (max-width:719px){.auth-login-contact-card{grid-template-columns:1fr;gap:12px;padding:14px}.auth-login-contact-card__list{grid-template-columns:1fr;gap:7px}}.auth-shell{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,460px);grid-gap:clamp(18px,3vw,28px);gap:clamp(18px,3vw,28px);align-items:stretch;min-height:min(540px,calc(100vh - 140px))}.auth-showcase{border:1px solid var(--border);border-radius:18px;background:linear-gradient(150deg,#e0e7ff,#e0f2fe 50%,#f8fafc);padding:clamp(20px,3.2vw,34px);min-height:min(500px,calc(100vh - 160px));box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:center}.auth-showcase-logo{width:min(268px,100%);height:80px;flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;margin-bottom:8px}.auth-showcase-logo-img{width:100%;height:100%;object-fit:contain;display:block}.auth-showcase-title{font-size:clamp(1.5rem,3.2vw,2.15rem);line-height:1.15;margin:8px 0 6px;letter-spacing:-.02em;font-weight:800}.auth-showcase-lead{color:var(--muted);font-size:.98rem;line-height:1.5;margin:0 0 12px;max-width:40ch}.auth-benefits{margin:0;padding-left:1.1rem;color:var(--text);font-size:.9rem;line-height:1.45}.auth-benefits li{margin-bottom:5px}.auth-benefits li:last-child{margin-bottom:0}.auth-badge{width:54px;height:54px;border-radius:50%;background:linear-gradient(145deg,#2563eb,#8b5cf6);color:#fff;font-weight:800;display:grid;place-items:center}.auth-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:26px 28px 24px;box-shadow:var(--shadow)}.auth-card--compact{padding:26px 28px 22px;align-self:stretch;width:100%;display:flex;flex-direction:column;justify-content:center;min-height:min(500px,calc(100vh - 160px))}.auth-card-head{margin-bottom:4px}.auth-card-heading{margin:0;font-size:1.22rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.auth-card-subline{margin:6px 0 0;font-size:.875rem;line-height:1.45}.auth-section-label{margin:16px 0 8px;font-size:.78rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.auth-form{margin-top:10px}.auth-form label:first-of-type{margin-top:0}.auth-forgot-wrap{margin:6px 0 0;text-align:right}.auth-forgot-link{font-size:.86rem;font-weight:600;color:var(--primary);text-decoration:none}.auth-forgot-link:hover{text-decoration:underline}.auth-reset-dev-hint,.auth-reset-success{margin:0;font-size:.88rem;line-height:1.5}.auth-reset-dev-hint{margin-top:8px}.auth-primary-action{margin-top:14px}.auth-secondary-switch{display:flex;align-items:center;justify-content:center;width:100%;min-height:40px;margin-top:10px;padding:9px 12px;font:inherit;font-size:.88rem;font-weight:600;color:var(--primary);background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;text-align:center;transition:background .15s ease,border-color .15s ease}.auth-secondary-switch:hover{background:#f8fafc;border-color:#bfdbfe;color:var(--primary-hover)}.auth-card-foot{margin:14px 0 0;font-size:.82rem;text-align:center}.auth-card-foot a{color:var(--muted)}.auth-card-foot a:hover{color:var(--primary)}.auth-card input{max-width:none}.auth-card .auth-form input[type=email],.auth-card .auth-form input[type=password],.auth-card .auth-form input[type=text]{min-height:44px;padding:11px 14px;font-size:.95rem;border-radius:11px;border:1px solid var(--border);background:#fafbfc;transition:border-color .15s ease,background .15s ease}.auth-card .auth-form input[type=email]:focus,.auth-card .auth-form input[type=password]:focus,.auth-card .auth-form input[type=text]:focus{outline:none;border-color:#93c5fd;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.auth-card .auth-form label{font-size:.82rem;font-weight:600;color:var(--text);margin-top:12px;margin-bottom:6px}.auth-card .auth-form label:first-of-type{margin-top:0}.auth-card .btn{width:100%;text-align:center;min-height:44px;font-size:.96rem}.auth-divider{border:none;border-top:1px solid var(--border);margin:18px 0}.auth-role-segment{display:flex;padding:4px;gap:0;border-radius:12px;border:1px solid var(--border);background:linear-gradient(180deg,#f8fafc,#f1f5f9);box-shadow:inset 0 1px 0 rgba(255,255,255,.7);margin-bottom:14px}.auth-segment-btn{flex:1 1;min-height:42px;padding:10px 12px;border:none;border-radius:9px;font:inherit;font-size:.88rem;font-weight:600;color:var(--muted);background:transparent;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.auth-segment-btn:hover{color:var(--text)}.auth-segment-btn.active{color:var(--primary);background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.08)}@media (max-width:960px){.auth-shell{display:flex;flex-direction:column;min-height:auto;gap:16px}.auth-card--compact{align-self:stretch;order:1;min-height:auto;padding:22px 20px 20px}.auth-showcase{order:2;min-height:auto;padding:20px 18px}.auth-showcase-lead{max-width:none}}.site-footer{border-top:1px solid var(--border);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:14px 16px 10px;margin-top:auto}.site-footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:0}.site-footer-main{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px;padding-bottom:14px;border-bottom:1px solid var(--border);align-items:start}@media (min-width:720px) and (max-width:959px){.site-footer-main{grid-template-columns:minmax(200px,1fr) minmax(160px,1fr);gap:20px 28px}}@media (min-width:960px){.site-footer-main{grid-template-columns:minmax(200px,1fr) minmax(180px,.95fr);gap:20px 28px}}.site-footer-brand-block{display:flex;flex-direction:column;gap:8px}.site-footer-brand{display:inline-flex;align-items:center;gap:12px;line-height:1.2;color:inherit;width:-moz-fit-content;width:fit-content}.site-footer-brand,.site-footer-brand:hover{text-decoration:none}.site-footer-brand-icon{flex-shrink:0;object-fit:contain}.site-footer-brand-name{font-size:1.2rem;font-weight:700;letter-spacing:-.03em;color:var(--text)}.site-footer-tagline{margin:0;font-size:.8rem;line-height:1.45;max-width:36ch}.site-footer-nav-heading{margin:0 0 8px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.site-footer-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.site-footer-nav a{font-size:.84rem;font-weight:500}.site-footer-meta{padding-top:0;display:flex;flex-direction:column;gap:6px;font-size:.78rem;line-height:1.4}@media (max-width:719px){.site-footer-meta{padding-top:12px;border-top:1px solid rgba(219,227,239,.85);margin-top:2px}}.site-footer-company-name{margin:0;font-size:.68rem;font-weight:500;line-height:1.35;color:var(--muted);letter-spacing:.01em}.site-footer-address{margin:0;font-size:.72rem;line-height:1.4}.site-footer-contact{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;margin-top:2px;font-size:.78rem}.site-footer-contact a{font-weight:600}.site-footer-copy{text-align:center;font-size:.75rem;padding:10px 16px 0;border-top:1px solid var(--border);max-width:1100px;margin:10px auto 0;letter-spacing:.02em}.legal-public-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin:0 auto 20px;max-width:1100px;padding:8px 16px 0}.legal-public-header-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.legal-public-header-brand:hover{text-decoration:none}.legal-public-header-brand-icon{flex-shrink:0;object-fit:contain}.legal-public-header-brand-name{font-size:1.4rem;font-weight:700;letter-spacing:-.03em;color:var(--text)}.legal-public-header-home{font-size:.9rem}.legal-page-card{max-width:720px;margin-left:auto;margin-right:auto}.legal-page-title{margin:0 0 20px;font-size:clamp(1.35rem,3vw,1.65rem);letter-spacing:-.02em;line-height:1.25}.legal-prose{font-size:.95rem;color:var(--text)}.legal-prose h2{font-size:1.05rem;margin:1.75rem 0 .65rem;letter-spacing:-.01em}.legal-prose h2:first-child{margin-top:0}.legal-prose h3{font-size:.98rem;margin:1.35rem 0 .5rem;font-weight:600}.legal-prose p{margin:0 0 .85rem}.legal-prose ol,.legal-prose ul{margin:0 0 .85rem;padding-left:1.25rem}.legal-prose li{margin-bottom:.45rem}.legal-prose strong{font-weight:600}.legal-prose .legal-updated{font-size:.88rem;color:var(--muted);margin-bottom:1.25rem}.error-state-page{display:flex;justify-content:center;align-items:flex-start;padding:8px 0 32px;min-height:min(70vh,640px)}.error-state-page--global{min-height:100vh;align-items:center;padding:24px 16px}.global-error-body{margin:0;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.error-state-card{max-width:440px;width:100%;margin:0 auto;text-align:center}.error-state-brand{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px}.error-state-logo{border-radius:12px}.error-state-brand-name{font-weight:700;font-size:1.15rem;letter-spacing:-.02em;color:var(--text)}.error-state-title{margin:0 0 12px;font-size:1.35rem;letter-spacing:-.02em;line-height:1.3}.error-state-desc{margin:0 0 24px;line-height:1.55}.error-state-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.error-state-actions .btn{min-width:0}.error-state-foot{margin-top:20px;font-size:.88rem;line-height:1.5}.empty-state-card{padding:12px 0 6px;text-align:left}.card .empty-state-card:first-child{padding-top:4px}.empty-state-card__hint{margin:0 0 10px;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--app-primary,#4f46e5);line-height:1.35;max-width:52ch}.empty-state-card__title{margin:0 0 8px;font-weight:600;font-size:.98rem;color:var(--text)}.empty-state-card__desc{margin:0 0 12px;line-height:1.5}.empty-state-card__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.empty-state-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;border-radius:12px;background:linear-gradient(145deg,#eef2ff,#f8fafc);border:1px solid rgba(226,232,240,.95);font-size:1.25rem;line-height:1}.empty-state-card__glyph-svg{width:28px;height:28px;color:#4f46e5;flex-shrink:0}main:has(.dashboard-page){max-width:var(--dashboard-main-max-width);padding:var(--app-shell-padding-y-top) var(--app-shell-padding-x) var(--app-shell-padding-y-bottom);background:var(--dash-page-tint);border-radius:0}.dashboard-page{display:flex;flex-direction:column;gap:20px;width:100%;padding-bottom:4px}.dashboard-page>:not(script):not(style){width:min(100%,var(--dashboard-content-max-width));margin-left:auto;margin-right:auto}.dashboard-page__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px 18px;margin-bottom:0;padding:24px 24px 22px;background:var(--dash-hero-bg);border:1px solid var(--dash-hero-border);border-radius:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 22px rgba(15,23,42,.06);color:var(--dash-hero-muted);position:relative;overflow:hidden}.dashboard-page__header:after{content:none}.dashboard-page__header>*{position:relative;z-index:1}.dashboard-page__header-main{flex:1 1 240px;min-width:0}.dashboard-page__title{margin:0 0 8px;font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:800;letter-spacing:-.038em;line-height:1.1;color:var(--dash-hero-text);text-shadow:none}.dashboard-page__welcome{margin:0 0 18px;font-size:.94rem;line-height:1.5;max-width:52ch;color:var(--dash-hero-muted)}.dashboard-page__stats{display:flex;flex-wrap:wrap;gap:12px}.brand-stat-chip{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;padding:13px 17px 14px;min-width:128px;background:#ffffff;border:1px solid rgba(219,227,239,.95);border-radius:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 2px 8px rgba(15,23,42,.045)}.dashboard-page__header .brand-stat-chip{background:#ffffff;border-color:rgba(219,227,239,.95)}.brand-stat-chip__value{font-size:1.45rem;font-weight:800;letter-spacing:-.04em;color:#0f172a;line-height:1.05;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dashboard-page__header .brand-stat-chip__value{color:#0f172a}.brand-stat-chip__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.055em;color:#64748b;max-width:148px;line-height:1.3}.dashboard-page__header .brand-stat-chip__label{color:#64748b}.dashboard-page__logout{margin:0;flex-shrink:0;align-self:flex-start}.dashboard-page__logout .btn{font-weight:600;border-radius:12px;padding:10px 18px;background:#ffffff;border:1px solid rgba(219,227,239,.95);color:#334155;box-shadow:0 1px 2px rgba(15,23,42,.04)}.dashboard-page__logout .btn:hover{background:#f8fafc;border-color:rgba(203,213,225,.95);color:#0f172a}.dash-card--section{background:var(--card);border:1px solid var(--border);margin-bottom:var(--app-section-gap);box-shadow:var(--shadow-premium-sm)}.dash-card--section,.dashboard-page .dash-card--section{border-radius:var(--radius-app-card);padding:22px 24px 24px}.dashboard-page .dash-card--section{margin-bottom:0;border:1px solid rgba(213,221,236,.9);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 2px 8px rgba(15,23,42,.04),0 10px 24px rgba(15,23,42,.055);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.dashboard-page .dash-card--section:hover{border-color:rgba(185,197,223,.95);box-shadow:inset 0 1px 0 rgba(255,255,255,.96),0 3px 10px rgba(15,23,42,.045),0 12px 28px rgba(15,23,42,.065)}.dashboard-page>.dash-card--section:last-of-type{margin-bottom:0}.dash-card--emphasis{border-color:#c7d2fe;background:linear-gradient(180deg,#ffffff,#fafbff);box-shadow:0 0 0 1px rgba(99,102,241,.07),var(--shadow-sm)}.dashboard-page .dash-card--emphasis{border-color:rgba(165,180,252,.78);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 0 0 1px rgba(99,102,241,.055),0 10px 24px rgba(15,23,42,.055)}.dash-section__title{margin:0 0 8px;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.dash-section__lede{margin:-2px 0 16px;font-size:.9rem;line-height:1.5;max-width:62ch}.dash-section__microhint{margin:-4px 0 14px;font-size:.82rem;line-height:1.45;max-width:58ch}.dashboard-page .dash-section__title{margin:0 0 8px;font-size:1.12rem;font-weight:800;letter-spacing:-.035em;line-height:1.28;color:#0f172a}.dashboard-page .dash-section__lede{margin:0 0 14px;font-size:.9rem;line-height:1.55;max-width:58ch}.dash-collab-list{display:flex;flex-direction:column;gap:12px}.dashboard-page .dash-collab-list{gap:18px}.dashboard-page .discovery-search-card{position:relative;overflow:hidden;padding:clamp(18px,3vw,30px);border-color:rgba(219,227,239,.95);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 12px 30px rgba(15,23,42,.06)}.dashboard-page .discovery-search-card__intro{position:relative;margin-bottom:18px;z-index:1}.dashboard-page .discovery-search-card__title{margin-bottom:7px;font-size:clamp(1.35rem,2.6vw,2rem);letter-spacing:-.045em}.dashboard-page .discovery-search-card__lede{margin-bottom:0;max-width:54ch;font-size:.98rem}.dashboard-page .discovery-context-hint{margin:6px 0 0;max-width:48ch;font-size:.82rem;line-height:1.45}.dashboard-page .discovery-search-panel{position:relative;z-index:1;padding:clamp(14px,2.4vw,22px);border-radius:24px;border:1px solid rgba(219,227,239,.95);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 8px 22px rgba(15,23,42,.055)}@media (min-width:860px){.dashboard-page .discovery-search-panel{padding:22px}.dashboard-page .discovery-search-form{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:start}.dashboard-page .discovery-search-field--query{grid-column:1/-1}.dashboard-page .discovery-search-field:not(.discovery-search-field--query):not(.discovery-search-field--categories):not(.discovery-search-field--sort){grid-column:span 3}.dashboard-page .discovery-search-field--categories{grid-column:span 6}.dashboard-page .discovery-search-field--sort{grid-column:span 3;align-self:stretch}.dashboard-page .discovery-search-actions{grid-column:1/-1}}.dashboard-page .discovery-search-field{margin-top:0}.dashboard-page .discovery-search-field--query{margin-bottom:0}.dashboard-page .discovery-search-field:not(.discovery-search-field--query){margin-top:12px;padding:10px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:rgba(248,250,252,.72)}@media (min-width:860px){.dashboard-page .discovery-search-field:not(.discovery-search-field--query){margin-top:0}}.dashboard-page .discovery-search-field__label{display:block;margin-bottom:8px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.dashboard-page .discovery-search-field__hint{margin:8px 0 0;font-size:.8rem;line-height:1.45}.dashboard-page .discovery-search-field__hint--debounce{margin-top:6px;font-size:.78rem}.dashboard-page .discovery-search-query{display:flex;align-items:center;gap:10px;width:100%;min-height:68px;padding:17px 18px;border-radius:22px;border:1px solid rgba(99,102,241,.66);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 5px 20px rgba(79,70,229,.13);transition:border-color .15s ease,box-shadow .15s ease}.dashboard-page .discovery-search-query:focus-within{border-color:#818cf8;box-shadow:0 0 0 4px rgba(129,140,248,.2),0 10px 28px rgba(79,70,229,.13)}.dashboard-page .discovery-search-query__icon{flex-shrink:0;color:var(--app-primary);opacity:.88}.dashboard-page .discovery-search-query__input{flex:1 1;min-width:0;border:none;margin:0;padding:0;background:transparent;font-size:1.08rem;font-weight:700;letter-spacing:-.02em;color:#0f172a;outline:none}.dashboard-page .discovery-search-query__input::placeholder{color:#94a3b8;font-weight:500}.dashboard-page .discovery-search-query--enhanced{padding-right:8px}.dashboard-page .discovery-search-query__clear{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:none;border-radius:11px;background:rgba(241,245,249,.95);color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}.dashboard-page .discovery-search-query__clear:hover{background:#e2e8f0;color:#0f172a}.dashboard-page .discovery-save-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 11px;border-radius:12px;border:1px solid rgba(203,213,225,.95);background:rgba(255,255,255,.95);color:#64748b;font-size:.78rem;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.dashboard-page .discovery-save-btn:hover:not(:disabled){border-color:#c7d2fe;color:#4338ca;background:rgba(238,242,255,.95);box-shadow:0 2px 8px rgba(79,70,229,.08)}.dashboard-page .discovery-save-btn--saved{border-color:rgba(129,140,248,.55);color:#4338ca;background:linear-gradient(165deg,#eef2ff,#e0e7ff)}.dashboard-page .discovery-save-btn--saved:hover:not(:disabled){border-color:#818cf8;color:#312e81}.dashboard-page .discovery-save-btn--pending{opacity:.72;cursor:wait}.dashboard-page .discovery-save-btn:disabled{cursor:not-allowed}.dashboard-page .discovery-save-btn__text{line-height:1}.dashboard-page .saved-page__count{margin:0 0 16px;font-size:.88rem}.dashboard-page .saved-page__grid{margin-top:4px}.dashboard-page .saved-teaser{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;padding:4px 0 2px}.dashboard-page .saved-teaser__lede{margin:0;font-size:.92rem}.dashboard-page .discovery-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin:18px 0 0;padding:14px 16px;border-radius:18px;border:1px solid rgba(199,210,254,.58);background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(248,250,252,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 7px 20px rgba(79,70,229,.06)}.dashboard-page .discovery-active-filters__label{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.dashboard-page .discovery-active-filters__chips{display:flex;flex-wrap:wrap;gap:8px;flex:1 1;min-width:0}.dashboard-page .discovery-filter-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px 6px 12px;border-radius:999px;font-size:.82rem;font-weight:700;color:#4338ca;background:rgba(238,242,255,.95);border:1px solid rgba(165,180,252,.65);text-decoration:none;transition:background .15s ease,border-color .15s ease}.dashboard-page .discovery-filter-chip:hover{background:#e0e7ff;border-color:#a5b4fc;text-decoration:none}.dashboard-page .discovery-filter-chip__x{font-size:1.1rem;line-height:1;font-weight:500;color:#6366f1;opacity:.85}.dashboard-page .discovery-active-filters__clear{font-size:.82rem;font-weight:700;color:#64748b;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.dashboard-page .discovery-active-filters__clear:hover{color:#4338ca}.dashboard-page .discover-hub{margin:0 0 6px}.dashboard-page .discover-hub__intro{margin-bottom:4px}.dashboard-page .discover-hub__section{margin-top:26px}.dashboard-page .discover-hub__section:first-of-type{margin-top:14px}.dashboard-page .discover-hub__section-head{margin-bottom:12px}.dashboard-page .discover-hub__section-title{margin:0 0 4px;font-size:1.02rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.dashboard-page .discover-hub__section-sub{margin:0;font-size:.84rem;line-height:1.45}.dashboard-page .discover-popular-cats{margin:18px 0 4px;padding:16px 18px;border-radius:16px;border:1px solid rgba(219,227,239,.95);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 4px 18px rgba(15,23,42,.05)}.dashboard-page .discover-popular-cats__title{margin:0 0 6px;font-size:.95rem;font-weight:800;letter-spacing:-.02em}.dashboard-page .discover-popular-cats__lede{margin:0 0 12px;font-size:.84rem;line-height:1.45}.dashboard-page .discover-popular-cats__chips{display:flex;flex-wrap:wrap;gap:8px 10px}.dashboard-page .discover-chip{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;font-size:.8rem;font-weight:700;color:#3730a3;background:rgba(255,255,255,.96);border:1px solid rgba(199,210,254,.75);box-shadow:0 1px 2px rgba(15,23,42,.04);text-decoration:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.dashboard-page .discover-chip:hover{border-color:#818cf8;background:#fff;box-shadow:0 4px 14px rgba(79,70,229,.1);text-decoration:none}.dashboard-page .discover-page-hero{position:relative;padding:20px 22px;margin:0 0 4px;border-radius:18px;border:1px solid rgba(219,227,239,.95);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 36px rgba(15,23,42,.06)}.dashboard-page .discover-page-hero .influencer-panel-page__title{margin-top:0}.dashboard-page .discover-explore{margin:0;padding:clamp(16px,2.4vw,24px);border-radius:24px;border:1px solid rgba(219,227,239,.95);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 24px rgba(15,23,42,.055)}.dashboard-page .discover-showcase-card{padding:0;border:none;background:transparent;box-shadow:none}.dashboard-page .discover-explore__eyebrow{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px;margin:0 0 10px}.dashboard-page .discover-explore__eyebrow-k{font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8}.dashboard-page .discover-explore__eyebrow-t{font-size:.8rem;line-height:1.4;flex:1 1 12rem;min-width:0}.dashboard-page .discover-explore__block{margin-bottom:16px}.dashboard-page .discover-explore__block:last-child{margin-bottom:4px}.dashboard-page .discover-explore__block-head{margin-bottom:8px}.dashboard-page .discover-explore__block-title{margin:0 0 2px;font-size:.86rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.dashboard-page .discover-explore__block-sub{margin:0;font-size:.76rem;line-height:1.4}.dashboard-page .discover-explore__pill{gap:8px}.dashboard-page .discover-explore__pill-n{font-size:.68rem;font-weight:700;color:#94a3b8;padding:2px 6px;border-radius:999px;background:rgba(241,245,249,.95);border:1px solid rgba(226,232,240,.9)}.dashboard-page .discover-explore__pills{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.dashboard-page .discover-explore__pills .discover-chip{flex:0 0 auto;white-space:nowrap}.dashboard-page .discover-explore__rail{overflow-x:auto;padding:2px 0 8px;margin:0 -2px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.dashboard-page .discover-explore__rail-track{display:flex;gap:16px;padding:2px 2px 4px;width:max-content;min-width:100%}.dashboard-page .brand-result-card--explore-rail,.dashboard-page .influencer-result-card--explore-rail{flex:0 0 auto;width:min(390px,86vw);padding:16px;border-radius:20px;background:#ffffff;border:1px solid rgba(219,227,239,.95);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 20px rgba(15,23,42,.055)}.dashboard-page .brand-result-card--explore-rail .brand-result-card__why,.dashboard-page .influencer-result-card--explore-rail .influencer-result-card__stats{font-size:.74rem}.dashboard-page .brand-result-card--explore-rail .brand-result-card__name,.dashboard-page .influencer-result-card--explore-rail .influencer-result-card__name{font-size:.95rem}.dashboard-page .brand-result-card__why,.dashboard-page .influencer-result-card__why{margin:6px 0 0;font-size:.78rem;line-height:1.35;color:#64748b}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__why,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__why{display:block;margin-top:7px;padding:0;border:none;background:transparent;font-size:.76rem;font-weight:600;color:#64748b}.dashboard-page .brand-result-card--hub,.dashboard-page .influencer-result-card--hub{position:relative;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .12s ease,background-color .18s ease}.dashboard-page .brand-result-card:before,.dashboard-page .influencer-result-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--discover-card-accent,#cbd5e1);pointer-events:none}.dashboard-page .brand-result-card--hub.discover-card-clickable,.dashboard-page .influencer-result-card--hub.discover-card-clickable{cursor:pointer}@media (hover:hover) and (pointer:fine){.dashboard-page .brand-result-card--hub:hover,.dashboard-page .influencer-result-card--hub:hover{background:#ffffff;border-color:var(--discover-card-border-strong,rgba(129,140,248,.65));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 24px rgba(15,23,42,.07);transform:translateY(-1px) scale(1.004)}}.dashboard-page .brand-result-card--hub.discover-card-clickable:active,.dashboard-page .influencer-result-card--hub.discover-card-clickable:active{transform:scale(.996)}.dashboard-page .brand-result-card__head--hub,.dashboard-page .influencer-result-card__head--hub{display:grid;grid-template-columns:auto 1fr auto;align-items:start;grid-gap:12px 14px;gap:12px 14px}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card--hub,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card--hub{padding:20px;border-color:var(--discover-card-border,rgba(219,227,239,.95));background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 4px 12px rgba(15,23,42,.04),0 12px 28px rgba(15,23,42,.06)}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__head--hub,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__head--hub{gap:16px}@media (max-width:560px){.dashboard-page .brand-result-card__head--hub,.dashboard-page .influencer-result-card__head--hub{grid-template-columns:auto 1fr}.dashboard-page .brand-result-card__actions,.dashboard-page .influencer-result-card__actions{grid-column:1/-1;flex-direction:row;justify-content:flex-end;width:100%}}.dashboard-page .brand-result-card__actions,.dashboard-page .influencer-result-card__actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.dashboard-page .brand-result-card__actions .btn.secondary,.dashboard-page .influencer-result-card__actions .btn.secondary{border-color:var(--discover-card-border,rgba(148,163,184,.5));background:#ffffff;color:var(--discover-card-accent-strong,#475569)}.dashboard-page .brand-result-card__actions .marketplace-offer-toggle,.dashboard-page .influencer-result-card__actions .marketplace-offer-toggle{border-color:var(--discover-card-accent,var(--app-primary));background:var(--discover-card-accent,var(--app-primary));color:#ffffff;box-shadow:0 3px 10px rgba(15,23,42,.08)}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__actions,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__actions{gap:7px;min-width:112px}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__actions .btn.secondary,.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__actions .discovery-save-btn,.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__actions .marketplace-offer-toggle,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__actions .btn.secondary,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__actions .discovery-save-btn,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__actions .marketplace-offer-toggle{width:100%;justify-content:center}.dashboard-page .brand-result-card--explore-rail .brand-result-card__head--hub,.dashboard-page .influencer-result-card--explore-rail .influencer-result-card__head--hub{align-items:center}.dashboard-page .brand-result-card--explore-rail .brand-result-card__actions,.dashboard-page .influencer-result-card--explore-rail .influencer-result-card__actions{min-width:104px}.dashboard-page .brand-result-card--explore-rail .brand-result-card__why,.dashboard-page .influencer-result-card--explore-rail .influencer-result-card__stats,.dashboard-page .influencer-result-card--explore-rail .influencer-result-card__why{display:-webkit-box;margin-top:6px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dashboard-page .brand-result-card__actions .btn.secondary:hover:not(:disabled),.dashboard-page .influencer-result-card__actions .btn.secondary:hover:not(:disabled){border-color:var(--discover-card-border-strong,rgba(129,140,248,.45));background:#fff;color:var(--discover-card-accent-strong,#1f2937)}.dashboard-page .brand-result-card__form>.btn:not(.secondary),.dashboard-page .influencer-result-card__form>.btn:not(.secondary){width:100%;margin-top:2px;min-height:44px;font-weight:700;border-color:var(--discover-card-accent,var(--app-primary));background:var(--discover-card-accent,var(--app-primary))}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card--hub .brand-result-card__form,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card--hub .influencer-result-card__form{margin-top:16px;padding:14px;border:1px solid var(--discover-card-border,rgba(199,210,254,.48));border-radius:16px;background:rgba(255,255,255,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}.dashboard-page .discovery-search-sort{display:block;width:100%;padding:11px 14px;border-radius:12px;border:1px dashed rgba(148,163,184,.75);background:rgba(248,250,252,.95);color:#94a3b8;font-size:.88rem;font-weight:600;cursor:not-allowed}.dashboard-page .marketplace-discover{margin:0 0 4px;padding:4px 0 22px;border-bottom:1px solid rgba(226,232,240,.95)}.dashboard-page .marketplace-discover__intro{margin-bottom:16px}.dashboard-page .marketplace-discover__title{margin:0 0 8px;font-size:1.06rem;font-weight:800;letter-spacing:-.03em;color:#0f172a}.dashboard-page .marketplace-discover__lede{margin:0;font-size:.88rem;line-height:1.55;max-width:62ch}.dashboard-page .marketplace-discover__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,268px),1fr));grid-gap:14px;gap:14px;align-items:stretch}.dashboard-page .marketplace-discover__grid--brands{grid-template-columns:repeat(auto-fill,minmax(min(100%,288px),1fr))}.dashboard-page .brand-result-card--discover,.dashboard-page .influencer-result-card--discover{padding:14px 16px 16px}.dashboard-page .influencer-result-card--discover .influencer-result-card__form textarea{min-height:64px}.dashboard-page .marketplace-discover .empty-state-card{margin:0;border-radius:var(--radius-app-card);border:1px dashed rgba(199,210,254,.55);background:#ffffff;box-shadow:var(--shadow-premium-sm)}.dashboard-page .discovery-search-results{margin-top:0;padding-top:0;border-top:none}.dashboard-page .discovery-search-results__title{margin:0 0 16px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.dashboard-page .discover-results-card{border-color:rgba(219,227,239,.95);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 24px rgba(15,23,42,.055)}.dashboard-page .discovery-search-actions{gap:12px}.dashboard-page .discovery-search-actions__submit{min-width:min(100%,200px)}@media (max-width:520px){.dashboard-page .discovery-search-actions{flex-direction:column;align-items:stretch}.dashboard-page .discovery-search-actions .discovery-search-actions__reset,.dashboard-page .discovery-search-actions .discovery-search-actions__submit{width:100%;justify-content:center}}.dashboard-page .influencer-search-form{gap:18px}.dashboard-page .discovery-search-panel .influencer-search-form{gap:12px}.dashboard-page .influencer-search-form__actions{justify-content:flex-end;gap:12px;margin-top:0;padding-top:12px;border-top:1px solid rgba(226,232,240,.82);flex-wrap:wrap}.dashboard-page .influencer-search-form__actions .btn.secondary{font-weight:600}.dashboard-page .influencer-search-form__city{padding:11px 12px;border-radius:16px;background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid rgba(199,210,254,.64);box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 2px 8px rgba(15,23,42,.04)}.dashboard-page .discovery-search-field .influencer-search-form__city{padding:0;border:none;background:transparent;box-shadow:none}.dashboard-page .influencer-search-form__city select{max-width:none;padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.45);font-weight:600;font-size:.94rem;color:#0f172a;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.dashboard-page .influencer-search-form__city select:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px rgba(129,140,248,.25)}.dashboard-page .influencer-search-form__city .city-select--searchable{display:block;width:100%;max-width:none;padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.45);font-weight:600;font-size:.94rem;color:#0f172a;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.dashboard-page .influencer-search-form__city .city-select--searchable:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px rgba(129,140,248,.25)}.dashboard-page .dash-card--emphasis .category-multi-select__filter{display:block;width:100%;margin-bottom:8px;padding:8px 11px;border-radius:12px;border:1px solid rgba(199,210,254,.55);font-size:.9rem;font-weight:600;color:#0f172a;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.dashboard-page .dash-card--emphasis .category-multi-select__filter:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px rgba(129,140,248,.2)}.dashboard-page .dash-card--emphasis .category-multi-select{margin-bottom:0}.dashboard-page .dash-card--emphasis .category-multi-select__grid{display:flex;flex-wrap:wrap;gap:7px}.dashboard-page .dash-card--emphasis .category-multi-select__item{flex:1 1 auto;min-width:min(100%,126px);margin:0;min-height:34px;padding:7px 11px 7px 9px;align-items:center;border-radius:999px;border:1px solid rgba(203,213,225,.95);background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 1px 2px rgba(15,23,42,.04);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.dashboard-page .dash-card--emphasis .category-multi-select__item:hover{border-color:#c7d2fe;background:#fff}.dashboard-page .dash-card--emphasis .category-multi-select__item--selected{border-color:#818cf8;background:linear-gradient(135deg,#eef2ff,#e0e7ff);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 0 0 1px rgba(99,102,241,.18),0 6px 16px rgba(79,70,229,.12)}.dashboard-page .dash-card--emphasis .category-multi-select__item--selected:hover{border-color:#6366f1;background:linear-gradient(135deg,#e0e7ff,#ddd6fe)}.dashboard-page .dash-card--emphasis .category-multi-select__input{margin:0;width:.88rem;height:.88rem}.dashboard-page .dash-card--emphasis .category-multi-select__hint{margin-top:10px;font-size:.78rem}.dashboard-page .influencer-search-form__actions .btn[type=submit]{min-height:46px;padding:12px 28px;border-radius:var(--radius-btn);font-weight:700;letter-spacing:-.01em;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 4px 16px rgba(79,70,229,.22)}.dashboard-page .influencer-search-form__actions a.btn.secondary{min-height:44px;padding:11px 18px;border-radius:12px;font-weight:600;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:none}.dashboard-page .influencer-search-form__actions a.btn.secondary:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.dashboard-page .brand-results-stack,.dashboard-page .influencer-results-stack{gap:18px}.dashboard-page .brand-result-card,.dashboard-page .influencer-result-card{--discover-card-accent:#6366f1;--discover-card-accent-strong:#4338ca;--discover-card-soft:#eef2ff;--discover-card-border:rgba(199,210,254,0.48);--discover-card-border-strong:rgba(129,140,248,0.58);position:relative;border-radius:20px;border:1px solid var(--discover-card-border);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 2px 6px rgba(15,23,42,.04),0 10px 24px rgba(15,23,42,.055)}.dashboard-page .influencer-result-card{--discover-card-accent:#7c3aed;--discover-card-accent-strong:#6d28d9;--discover-card-soft:#f3e8ff;--discover-card-border:rgba(168,85,247,0.24);--discover-card-border-strong:rgba(124,58,237,0.46)}.dashboard-page .brand-result-card{--discover-card-accent:#0f766e;--discover-card-accent-strong:#115e59;--discover-card-soft:#ccfbf1;--discover-card-border:rgba(13,148,136,0.24);--discover-card-border-strong:rgba(13,148,136,0.46)}.dashboard-page .brand-result-card .discovery-save-btn,.dashboard-page .influencer-result-card .discovery-save-btn{border-color:var(--discover-card-border);color:var(--discover-card-accent-strong)}.dashboard-page .brand-result-card .discovery-save-btn:hover:not(:disabled),.dashboard-page .influencer-result-card .discovery-save-btn:hover:not(:disabled){border-color:var(--discover-card-border-strong);color:var(--discover-card-accent-strong);background:#ffffff;box-shadow:0 2px 8px rgba(15,23,42,.045)}.dashboard-page .brand-result-card .discovery-save-btn--saved,.dashboard-page .influencer-result-card .discovery-save-btn--saved{border-color:var(--discover-card-border-strong);background:var(--discover-card-soft);color:var(--discover-card-accent-strong)}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__form,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__form{display:grid;grid-gap:8px;gap:8px}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__form label,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__form label{margin-top:0;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__form input,.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__form textarea,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__form input,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__form textarea{border-color:rgba(203,213,225,.88);border-radius:13px;background:rgba(255,255,255,.94)}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__form textarea,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__form textarea{min-height:76px}.dashboard-page .influencer-result-card__head{display:grid;grid-template-columns:auto 1fr auto;align-items:start;grid-gap:12px 14px;gap:12px 14px;padding-bottom:4px}@media (max-width:560px){.dashboard-page .influencer-result-card__head{grid-template-columns:auto 1fr}.dashboard-page .influencer-result-card__head>.btn{grid-column:1/-1;width:100%;justify-content:center}}.dashboard-page .influencer-result-card__avatar{width:58px;height:58px;aspect-ratio:1/1;border-radius:50%;object-fit:cover;object-position:center;border:2px solid var(--discover-card-border-strong,rgba(199,210,254,.75));background:#ffffff;filter:none;mix-blend-mode:normal;opacity:1;box-shadow:0 0 0 4px rgba(255,255,255,.9),0 8px 20px rgba(124,58,237,.14)}.dashboard-page .influencer-result-card__name{font-size:1.08rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.dashboard-page .influencer-result-card__identity .influencer-result-card__meta{font-size:.8rem;line-height:1.45;color:#94a3b8}.dashboard-page .brand-result-card__head{display:grid;grid-template-columns:auto 1fr auto;align-items:start;grid-gap:12px 14px;gap:12px 14px}@media (max-width:560px){.dashboard-page .brand-result-card__head{grid-template-columns:auto 1fr}.dashboard-page .brand-result-card__head>.btn{grid-column:1/-1;width:100%;justify-content:center}}.dashboard-page .brand-result-card__avatar{width:58px;height:58px;aspect-ratio:1/1;border-radius:14px;object-fit:cover;object-position:center;border:2px solid var(--discover-card-border-strong,rgba(199,210,254,.55));background:#ffffff;filter:none;mix-blend-mode:normal;opacity:1;box-shadow:0 0 0 4px rgba(255,255,255,.9),0 8px 20px rgba(13,148,136,.13)}.dashboard-page .brand-result-card__name{font-size:1.08rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.dashboard-page .brand-result-card__identity .brand-result-card__cats{font-size:.8rem;line-height:1.45;color:#94a3b8}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__avatar,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__avatar{width:62px;height:62px}@media (max-width:560px){.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card--hub,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card--hub{padding:15px}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__actions,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__actions{min-width:0}.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__actions .btn.secondary,.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__actions .discovery-save-btn,.dashboard-page:is(.marka-discover,.influencer-discover) .brand-result-card__actions .marketplace-offer-toggle,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__actions .btn.secondary,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__actions .discovery-save-btn,.dashboard-page:is(.marka-discover,.influencer-discover) .influencer-result-card__actions .marketplace-offer-toggle{flex:1 1}}.dashboard-page .profile-preview-cta__card{margin-top:4px;padding:16px 18px;border-radius:16px;border-color:rgba(199,210,254,.72);background:linear-gradient(125deg,#f8fafc,#ffffff 55%,#f1f5ff);box-shadow:0 1px 2px rgba(15,23,42,.04),0 5px 18px rgba(15,23,42,.04)}.dashboard-page .profile-preview-cta__card:hover{border-color:#c7d2fe;box-shadow:0 1px 2px rgba(99,102,241,.08),0 8px 22px rgba(79,70,229,.07);transform:none}.dashboard-page .dash-card--section.dash-card--portfolio{box-shadow:0 1px 2px rgba(99,102,241,.05),0 8px 26px rgba(79,70,229,.055)}@media (max-width:520px){main:has(.dashboard-page){padding:16px 14px 40px}.dashboard-page{gap:16px}.dashboard-page__header{padding:18px}.dashboard-page .dash-card--section{padding:17px 15px 19px;border-radius:18px}.dashboard-page .influencer-search-form__actions{justify-content:flex-start}.dashboard-page .dash-card .empty-state-card{padding:16px 14px}}.influencer-search-form{display:flex;flex-direction:column;gap:16px}.influencer-search-form__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}@media (min-width:900px){.influencer-search-form{gap:18px}}.influencer-results-stack{display:flex;flex-direction:column;gap:16px}.influencer-result-card{border:1px solid var(--border);border-radius:14px;padding:18px 20px;background:#fafbfc}.influencer-result-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.influencer-result-card__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.influencer-result-card__identity{flex:1 1 160px;min-width:0}.influencer-result-card__name{margin:0;font-weight:700;font-size:1rem;letter-spacing:-.01em}.influencer-result-card__city{margin:2px 0 0;font-size:.88rem}.influencer-result-card__meta{margin:8px 0 0;font-size:.86rem}.influencer-result-card__niche{margin:6px 0 0;font-size:.86rem}.influencer-result-card__form{margin-top:14px;padding-top:14px;border-top:1px solid rgba(226,232,240,.95)}.collab-card{position:relative}.collab-card--surface{display:flex;flex-direction:column;gap:0;border:1px solid var(--app-outline-border);border-radius:var(--radius-app-card);padding:0;overflow:hidden;background:linear-gradient(165deg,#ffffff,#f8fafc 42%,#f1f5f9);box-shadow:var(--shadow-premium-lg);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.collab-card--surface:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 12px 36px rgba(15,23,42,.1);transform:translateY(-2px)}.collab-card--surface[data-offer-status=PENDING]{border-left:4px solid #f59e0b;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 1px 3px rgba(15,23,42,.05),0 10px 32px rgba(15,23,42,.06),0 0 0 1px rgba(251,191,36,.22)}.collab-card--surface[data-offer-status=ACCEPTED],.collab-card--surface[data-offer-status=DELIVERED],.collab-card--surface[data-offer-status=IN_PROGRESS],.collab-card--surface[data-offer-status=REVISION_REQUESTED]{border-left:4px solid #6366f1;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 1px 3px rgba(15,23,42,.05),0 10px 32px rgba(15,23,42,.06),0 0 0 1px rgba(129,140,248,.22)}.collab-card--surface[data-offer-status=COMPLETED]{border-left:4px solid #22c55e;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 1px 3px rgba(15,23,42,.05),0 10px 32px rgba(15,23,42,.06),0 0 0 1px rgba(74,222,128,.2)}.collab-card--surface[data-offer-status=CANCELLED],.collab-card--surface[data-offer-status=REJECTED]{border-left:4px solid #94a3b8;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 1px 3px rgba(15,23,42,.05),0 10px 28px rgba(15,23,42,.05),0 0 0 1px rgba(148,163,184,.28)}.collab-card--surface[data-offer-status=DISPUTED]{border-left:4px solid #cbd5e1;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 1px 3px rgba(15,23,42,.05),0 10px 28px rgba(15,23,42,.05),0 0 0 1px rgba(203,213,225,.45)}.collab-card--surface[data-offer-status=PENDING]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 14px 40px rgba(15,23,42,.1),0 0 0 1px rgba(251,191,36,.28)}.collab-card--surface[data-offer-status=ACCEPTED]:hover,.collab-card--surface[data-offer-status=DELIVERED]:hover,.collab-card--surface[data-offer-status=IN_PROGRESS]:hover,.collab-card--surface[data-offer-status=REVISION_REQUESTED]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 14px 40px rgba(15,23,42,.1),0 0 0 1px rgba(129,140,248,.28)}.collab-card--surface[data-offer-status=COMPLETED]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 14px 40px rgba(15,23,42,.1),0 0 0 1px rgba(74,222,128,.26)}.collab-card--surface[data-offer-status=CANCELLED]:hover,.collab-card--surface[data-offer-status=REJECTED]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 14px 38px rgba(15,23,42,.09),0 0 0 1px rgba(148,163,184,.32)}.collab-card--surface[data-offer-status=DISPUTED]:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 14px 38px rgba(15,23,42,.09),0 0 0 1px rgba(203,213,225,.5)}.collab-card__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px 16px;padding:18px 20px 14px;border-bottom:1px solid rgba(241,245,249,.95);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(248,250,252,.75))}.collab-card__campaign{margin:0;flex:1 1 200px;min-width:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--text)}.collab-card__stage{display:flex;align-items:center;padding:10px 20px 0}.collab-card__stage-label{display:inline-flex;align-items:center;min-height:26px;padding:5px 10px;border-radius:999px;border:1px solid rgba(199,210,254,.7);background:rgba(238,242,255,.72);color:#3730a3;font-size:.72rem;font-weight:800;letter-spacing:.04em}.collab-card__party{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px;padding:14px 20px 12px}.collab-card__party-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.collab-card__party-name{font-size:.95rem;font-weight:600;color:var(--text);word-break:break-word}.collab-card__rating-badge{display:inline-flex;flex-wrap:wrap;align-items:center;gap:4px 8px;margin-top:2px;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:700;line-height:1.2;color:#92400e;background:linear-gradient(180deg,#fffbeb,#fef3c7);border:1px solid rgba(251,191,36,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 2px 6px rgba(180,83,9,.08);flex:1 1 auto;min-width:0;justify-content:flex-start}@media (min-width:520px){.collab-card__rating-badge{margin-top:0;margin-left:auto;flex:0 1 auto;justify-content:flex-end}}.collab-card__rating-badge-star{display:inline-flex;align-items:center;line-height:0}.collab-card__rating-star-icon{width:15px;height:15px;color:#f59e0b;flex-shrink:0}.collab-card__rating-badge-score{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.02em}.collab-card__rating-badge-meta{font-weight:500;color:#a16207;opacity:.95;font-size:.72rem}.collab-card__budget-block{margin:0 20px 14px;padding:14px 16px 15px;border-radius:14px;background:linear-gradient(135deg,#f5f3ff,#e0e7ff 42%,#eef2ff);border:1px solid rgba(165,180,252,.75);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 6px 18px rgba(79,70,229,.08)}.collab-card__budget-label{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#4c1d95}.collab-card__budget-value{display:inline-flex;align-items:baseline;gap:6px;line-height:1}.collab-card__budget-amount{font-size:1.5rem;font-weight:800;letter-spacing:-.04em;color:#1e1b4b;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.collab-card__budget-currency{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#5b21b6;opacity:.88;transform:translateY(-1px)}.collab-card__meta-chips{list-style:none;margin:0 20px 16px;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(152px,1fr));grid-gap:12px 14px;gap:12px 14px}.collab-meta-chip{display:flex;flex-direction:row;align-items:flex-start;gap:10px;max-width:100%;min-height:64px;padding:12px 14px;border-radius:14px;background:linear-gradient(180deg,#ffffff,#f8fafc);border:1px solid rgba(199,210,254,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 2px 6px rgba(15,23,42,.04)}.collab-meta-chip__icon-wrap{flex-shrink:0;width:20px;display:flex;align-items:flex-start;justify-content:center;padding-top:2px}.collab-meta-chip__glyph{width:16px;height:16px;color:#6366f1;opacity:.9}.collab-meta-chip__body{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1 1}.collab-meta-chip__label{font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#64748b}.collab-meta-chip__value{font-size:.9rem;font-weight:600;color:#0f172a;line-height:1.35;word-break:break-word}.collab-card__brief{margin:0 20px 16px;padding:12px 14px;border-radius:12px;background:rgba(241,245,249,.72);border:1px solid rgba(226,232,240,.85)}.collab-card__brief-label{margin:0 0 6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.collab-card__brief-text{margin:0;font-size:.88rem;line-height:1.5;color:#334155}.collab-card__alert{margin:0 20px 12px}.collab-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:0 20px}.collab-card__actions .btn{min-height:44px;padding:12px 18px;border-radius:12px;font-weight:600}.collab-card__actions--primary{padding-top:6px;padding-bottom:14px}.collab-card__actions--primary .btn.secondary{font-weight:600;border-color:#cbd5e1;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 1px 2px rgba(15,23,42,.04)}.collab-card__actions--transitions{padding-top:14px;padding-bottom:18px;margin-top:2px;border-top:1px solid rgba(226,232,240,.98);background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(248,250,252,.92))}.collab-card__actions--transitions .btn{min-height:46px;padding:12px 20px}.collab-card__actions--transitions .btn:not(.secondary){border-color:var(--app-primary);background:linear-gradient(180deg,var(--app-primary-light) 0,var(--app-primary) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 4px 14px rgba(79,70,229,.28)}.collab-card__actions--transitions .btn:not(.secondary):hover{border-color:var(--app-primary-hover);background:linear-gradient(180deg,var(--app-primary) 0,var(--app-primary-hover) 100%)}.collab-card__actions--transitions .btn.secondary{min-height:44px;font-weight:600;border-color:#cbd5e1;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04)}.collab-card__actions--transitions .btn.secondary.btn--subtle{font-weight:500;color:#64748b;background:#f8fafc;border-color:#e2e8f0;box-shadow:none}.collab-card__actions--transitions .btn.secondary.btn--subtle:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.collab-card__hint{margin:0 20px 14px;font-size:.82rem;line-height:1.45}.social-connect-toolbar{margin-top:8px;padding:16px 18px 18px;border-radius:16px;background:linear-gradient(165deg,#ffffff,#f8fafc 55%,#f1f5f9);border:1px solid rgba(226,232,240,.95);box-shadow:0 1px 3px rgba(15,23,42,.04)}.social-connect-toolbar__head{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(241,245,249,.95)}.social-connect-toolbar__head-title{margin:0 0 4px;font-size:.95rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.social-connect-toolbar__head-hint{margin:0;font-size:.86rem;line-height:1.45}.social-connect-toolbar__inner{display:flex;flex-direction:column;gap:12px}@media (min-width:880px){.social-connect-toolbar__inner{flex-direction:row;align-items:flex-end;gap:14px}.social-connect-toolbar__field--grow{flex:1 1 220px;min-width:0}.social-connect-toolbar__submit{flex-shrink:0;padding-bottom:2px}}.social-connect-toolbar__msg{margin:12px 0 0;padding:8px 11px;border-radius:10px;font-size:.86rem;line-height:1.45}.social-connect-toolbar__msg--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.social-connect-toolbar__msg--success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.social-verify-panel{margin-top:12px;padding:14px 16px;border-radius:14px;background:linear-gradient(180deg,#f0f9ff,#f8fafc);border:1px solid rgba(147,197,253,.45);box-shadow:0 1px 2px rgba(15,23,42,.04)}.social-verify-panel--notice{padding:10px 12px;font-size:.86rem;line-height:1.45;background:rgba(254,252,232,.9);border:1px solid rgba(253,224,71,.45);border-radius:12px}.social-verify-panel__intro{margin:0 0 12px;font-size:.86rem;line-height:1.55}.social-verify-panel__intro-strong{color:var(--text)}.social-verify-panel__code-block{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;padding:12px 14px;border-radius:12px;background:rgba(255,255,255,.85);border:1px solid rgba(226,232,240,.95)}.social-verify-panel__code-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.social-verify-panel__code{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;padding:8px 12px;border-radius:8px;font-size:1.05rem;font-weight:700;letter-spacing:.08em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#1e3a8a;background:linear-gradient(180deg,#eff6ff,#e0e7ff);border:1px solid rgba(129,140,248,.45);word-break:break-all}.social-verify-panel__form{margin:0}.social-verify-panel__label{display:block;margin-bottom:6px;font-size:var(--text-label);font-weight:600;color:var(--text)}.social-verify-panel__input{max-width:320px;width:100%}.social-verify-panel__error{margin:8px 0 0;font-size:.86rem;color:#b91c1c}.social-verify-panel__actions{margin-top:10px}.dashboard-profile-summary__card{padding:22px 20px;background:linear-gradient(165deg,#ffffff,#fafbfc 55%,#f4f7fb);border:1px solid rgba(219,227,239,.95);border-radius:var(--radius-lg);box-shadow:0 1px 2px rgba(15,23,42,.04),0 10px 28px rgba(15,23,42,.06)}.dashboard-profile-summary--influencer .dashboard-profile-summary__card{border-color:rgba(199,210,254,.5)}.dashboard-profile-summary--brand .dashboard-profile-summary__card{border-color:rgba(219,227,239,.98)}.dashboard-profile-summary--brand{padding:0}.dashboard-profile-summary__hint{margin:10px 0 12px;font-size:.82rem;line-height:1.45}.dashboard-profile-summary--brand .profile-public-hero{align-items:center;gap:18px}.dashboard-profile-summary--brand .profile-stat-grid{margin-top:2px;gap:4px}.dashboard-profile-summary--influencer{padding:0}.dashboard-profile-summary--influencer .profile-public-hero{align-items:start}.influencer-profile-meta{min-width:0}.influencer-profile-meta__handle{margin:0 0 4px}.influencer-profile-meta__name{margin:0 0 10px;font-size:.92rem}.influencer-profile-meta__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:10px 14px;gap:10px 14px;margin-bottom:10px}.influencer-profile-meta__item{padding:8px 10px;border-radius:10px;background:#f8fafc;border:1px solid rgba(226,232,240,.85)}.influencer-profile-meta__label{display:block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:4px}.influencer-profile-meta__value{font-size:.95rem;font-weight:600;color:var(--text)}.influencer-profile-meta__categories,.influencer-profile-meta__niche{margin:0 0 8px;font-size:.88rem;line-height:1.45}.influencer-profile-meta__categories .influencer-profile-meta__label,.influencer-profile-meta__niche .influencer-profile-meta__label{display:inline;margin-right:6px;font-size:.72rem;vertical-align:baseline}.influencer-profile-meta__bio{margin:4px 0 0;font-size:.9rem;line-height:1.5;color:var(--text)}.profile-preview-cta__card{display:flex;flex-wrap:wrap;align-items:center;gap:14px 16px;margin-top:4px;padding:16px 18px;border-radius:14px;border:1px solid rgba(199,210,254,.55);background:linear-gradient(125deg,#f8fafc,#ffffff 52%,#eef2ff);box-shadow:0 1px 3px rgba(15,23,42,.06);text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.profile-preview-cta__card:hover{border-color:#c7d2fe;box-shadow:var(--shadow-sm);transform:translateY(-1px);text-decoration:none}.profile-preview-cta__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.profile-preview-cta__text{flex:1 1 200px;min-width:0;display:flex;flex-direction:column;gap:2px}.profile-preview-cta__eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.profile-preview-cta__name{font-weight:700;font-size:1.02rem;letter-spacing:-.02em}.profile-preview-cta__hint{font-size:.86rem}.profile-preview-cta__action{flex-shrink:0;pointer-events:none}.brand-results-stack{margin-top:4px}.brand-result-card{border:1px solid var(--border);border-radius:14px;padding:18px 20px;background:#fafbfc;transition:border-color .15s ease,box-shadow .15s ease}.brand-result-card:hover{border-color:#cbd5e1;box-shadow:var(--shadow-sm)}.brand-result-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.brand-result-card__avatar{width:52px;height:52px;border-radius:12px;object-fit:cover;border:1px solid var(--border)}.brand-result-card__identity{flex:1 1 160px;min-width:0}.brand-result-card__name{margin:0;font-weight:700;font-size:1rem;letter-spacing:-.01em}.brand-result-card__city{margin:2px 0 0;font-size:.88rem}.brand-result-card__form{margin-top:14px;padding-top:14px;border-top:1px solid rgba(226,232,240,.95)}.dash-card--portfolio{border-color:#e0e7ff;background:linear-gradient(180deg,#ffffff,#fafbff)}.portfolio-manager__err{margin:0 0 10px;font-size:.9rem;color:#b91c1c}.portfolio-add-panel{margin-bottom:18px;padding:14px 16px;border-radius:14px;background:#f8fafc;border:1px solid rgba(226,232,240,.95)}.portfolio-add-panel__title{margin:0 0 6px;font-weight:700;font-size:.95rem;color:var(--text)}.portfolio-add-panel__hint{margin:0 0 12px;font-size:.86rem;line-height:1.45}.portfolio-add-panel__fields{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}@media (min-width:720px){.portfolio-add-panel__fields{grid-template-columns:minmax(140px,180px) 1fr auto;align-items:end}.portfolio-add-panel__field--full{grid-column:1/-1}.portfolio-add-panel__submit{grid-column:3;align-self:end}}.portfolio-add-panel__field--grow{min-width:0}.portfolio-item-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.portfolio-item-card{display:grid;grid-template-columns:100px 1fr;grid-gap:14px;gap:14px;align-items:stretch;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.portfolio-item-card:hover{border-color:#c7d2fe;box-shadow:var(--shadow-sm)}@media (max-width:520px){.portfolio-item-card{grid-template-columns:1fr}.portfolio-item-card__thumb{min-height:100px}}.portfolio-item-card__thumb{border-radius:12px;background:linear-gradient(145deg,#e2e8f0,#f1f5f9);min-height:88px}.portfolio-item-card__thumb--instagram{background:linear-gradient(145deg,#fce7f3,#fbcfe8 40%,#f472b6)}.portfolio-item-card__thumb--tiktok{background:linear-gradient(145deg,#0f172a,#334155 50%,#64748b)}.portfolio-item-card__thumb--other{background:linear-gradient(145deg,#eef2ff,#e2e8f0)}.portfolio-item-card__body{min-width:0;display:flex;flex-direction:column;gap:4px}.portfolio-item-card__title{margin:0;font-weight:700;font-size:.98rem;letter-spacing:-.01em}.portfolio-item-card__platform{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.portfolio-item-card__url{margin:0;font-size:.86rem}.portfolio-item-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.btn--subtle{font-weight:500;border-color:var(--border);background:#f8fafc;color:var(--muted);box-shadow:none}.btn--subtle:hover{background:#f1f5f9;border-color:#cbd5e1;color:var(--text);transform:none}.btn--sm{min-height:34px;padding:7px 12px;font-size:.88rem}.dash-card .empty-state-card{padding:8px 2px 10px}.dashboard-page .dash-card .empty-state-card{padding:20px;margin-top:2px;border-radius:var(--radius-app-card);background:linear-gradient(165deg,#ffffff,#f8fafc 48%,#f1f5f9);border:1px solid rgba(199,210,254,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 4px 18px rgba(15,23,42,.05),0 10px 28px rgba(79,70,229,.06)}.dashboard-page .dash-card .empty-state-card__title{font-weight:800;letter-spacing:-.03em;font-size:1.03rem;line-height:1.3}.dashboard-page .dash-card .empty-state-card__desc{margin-bottom:14px;max-width:52ch}.dashboard-page .dash-card .empty-state-card__hint{color:#4338ca}.dashboard-page .dash-card .empty-state-card__icon{width:52px;height:52px;margin-bottom:12px;border-radius:14px;background:linear-gradient(145deg,#eef2ff,#e0e7ff);border:1px solid rgba(165,180,252,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 6px 16px rgba(79,70,229,.1);font-size:1.38rem}.dashboard-page .dash-card .empty-state-card__icon:has(.empty-state-card__glyph-svg){font-size:unset}.status-badge{display:inline-flex;align-items:center;flex-shrink:0;font-size:.7rem;font-weight:800;padding:7px 13px;border-radius:999px;letter-spacing:.055em;line-height:1.25;border:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 2px 8px rgba(15,23,42,.07)}.collab-card__head .status-badge{margin-top:1px}.status-badge--pending{background:linear-gradient(180deg,#fffbeb,#fef3c7);color:#92400e;border-color:rgba(251,191,36,.45)}.status-badge--accepted{background:linear-gradient(180deg,#ecfdf5,#d1fae5);color:#065f46;border-color:rgba(52,211,153,.45)}.status-badge--rejected{background:linear-gradient(180deg,#fef2f2,#fee2e2);color:#991b1b;border-color:rgba(248,113,113,.4)}.status-badge--cancelled{background:linear-gradient(180deg,#f8fafc,#f1f5f9);color:#475569;border-color:rgba(148,163,184,.55)}.status-badge--in-progress{background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1e40af;border-color:rgba(96,165,250,.5)}.status-badge--delivered{background:linear-gradient(180deg,#eef2ff,#e0e7ff);color:#3730a3;border-color:rgba(129,140,248,.45)}.status-badge--revision{background:linear-gradient(180deg,#fff7ed,#ffedd5);color:#9a3412;border-color:rgba(251,146,60,.4)}.status-badge--completed{background:linear-gradient(180deg,#f0fdf4,#dcfce7);color:#166534;border-color:rgba(74,222,128,.45)}.status-badge--disputed{background:linear-gradient(180deg,#fdf2f8,#fce7f3);color:#9d174d;border-color:rgba(244,114,182,.45)}.page-loading-root{max-width:720px}.page-loading-hint{margin:16px 0 0;font-size:.88rem}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.skeleton{border-radius:10px;background:linear-gradient(90deg,#e8edf4,#f1f5f9 45%,#e8edf4 90%);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}.skeleton-title{height:22px;width:min(240px,70%);margin-bottom:14px}.skeleton-line{height:12px;width:100%;margin-bottom:10px}.skeleton-line--short{width:65%;margin-bottom:18px}.skeleton-block{height:72px;width:100%;margin-bottom:12px;border-radius:14px}.skeleton-inline{display:inline-block;height:14px;width:120px;border-radius:6px;vertical-align:middle}.public-profile-page{width:100%}.public-profile-page__inner{max-width:720px;margin:0 auto;padding:0 2px}.public-profile-page__inner--brand{max-width:720px}.public-profile-page__inner--wide{max-width:min(1140px,100%);padding-left:16px;padding-right:16px}.public-profile-shell{display:flex;flex-direction:column}.public-profile-shell,.public-profile-shell--brand{gap:var(--app-section-gap-lg)}.public-profile-page--influencer{width:100%;--public-profile-accent:#7c3aed;--public-profile-accent-strong:#6d28d9;--public-profile-accent-soft:#f3e8ff;--public-profile-accent-wash:rgba(250,248,255,0.72);--public-profile-accent-border:rgba(168,85,247,0.28);--public-profile-accent-shadow:rgba(124,58,237,0.08);--public-profile-hero-bg:#ffffff;--public-profile-avatar-ring:#ede9fe;--public-profile-badge-bg:#faf5ff;--public-profile-chip-bg:#ffffff;--public-profile-section-bg:#ffffff;--public-profile-cover-bg:#7c3aed}.public-profile-page--brand{--public-profile-accent:#0f766e;--public-profile-accent-strong:#115e59;--public-profile-accent-soft:#ccfbf1;--public-profile-accent-wash:rgba(240,253,250,0.58);--public-profile-accent-border:rgba(13,148,136,0.28);--public-profile-accent-shadow:rgba(13,148,136,0.07);--public-profile-hero-bg:#ffffff;--public-profile-avatar-ring:#ccfbf1;--public-profile-badge-bg:#f0fdfa;--public-profile-chip-bg:#ffffff;--public-profile-section-bg:#ffffff;--public-profile-cover-bg:#0f766e}.public-profile-page__inner--influencer{max-width:720px;margin:0 auto;padding:0 2px}.public-profile-page__inner--brand.public-profile-page__inner--wide,.public-profile-page__inner--influencer.public-profile-page__inner--wide{max-width:min(1140px,100%);padding-left:16px;padding-right:16px}.public-profile-shell--influencer{display:flex;flex-direction:column;gap:18px}.public-profile-shell--split{gap:20px}.public-profile-split{display:grid;grid-gap:22px;gap:22px;align-items:start}@media (min-width:960px){.public-profile-split{grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:28px}}.public-profile-split__main{display:flex;flex-direction:column;gap:14px;min-width:0}.public-profile-split__aside{min-width:0}.public-profile-split__aside,.public-profile-trust-stack{display:flex;flex-direction:column;gap:16px}.public-profile-aside-card .public-profile-category-bare,.public-profile-trust-stack .public-profile-rating-card{margin:0}.public-profile-aside-stack{display:flex;flex-direction:column;gap:14px}.public-profile-aside-card{padding:16px 18px 18px;background:var(--public-profile-section-bg,var(--card));border:1px solid var(--public-profile-accent-border,var(--border));border-radius:var(--radius-app-card);box-shadow:0 1px 0 rgba(255,255,255,.88) inset,0 4px 14px var(--public-profile-accent-shadow,rgba(15,23,42,.05)),var(--shadow-premium-sm)}.public-profile-aside-card--placeholder{border-style:dashed;border-color:rgba(203,213,225,.9);background:#ffffff}.public-profile-aside-card__label{margin:0 0 10px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.public-profile-aside-card__bio{margin:0;font-size:.92rem;line-height:1.55}.public-profile-aside-card__placeholder{margin:0;font-size:.88rem;line-height:1.5}.public-profile-trust-collab{padding:14px 16px 16px;border-radius:var(--radius-app-card);border:1px solid var(--public-profile-accent-border,rgba(226,232,240,.95));background:var(--public-profile-section-bg,#ffffff);box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 4px 14px var(--public-profile-accent-shadow,rgba(15,23,42,.05)),var(--shadow-premium-sm)}.public-profile-trust-collab__title{margin:0 0 8px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.public-profile-trust-collab__body{margin:0;font-size:.9rem;line-height:1.5;color:var(--text)}.public-profile-home-link{width:100%;display:flex;justify-content:flex-start;padding:0 2px}@media (max-width:639px){.public-profile-home-link{justify-content:center}}.public-profile-home-link__btn{display:inline-flex;align-items:center;gap:6px}.public-profile-home-link__icon{font-size:1em;line-height:1;opacity:.85}.public-profile-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:26px 20px 24px;background:#ffffff;border:1px solid rgba(219,227,239,.95);border-radius:var(--radius-app-card);box-shadow:0 1px 2px rgba(15,23,42,.04),0 12px 32px rgba(15,23,42,.06)}.public-profile-hero--influencer{border-color:var(--public-profile-accent-border,rgba(199,210,254,.5));background:var(--public-profile-hero-bg,#ffffff)}.public-profile-hero.public-profile-hero--premium{box-shadow:var(--shadow-premium-md),0 1px 2px rgba(15,23,42,.04)}.public-profile-hero.public-profile-hero--premium.public-profile-hero--influencer{position:relative;flex-direction:column;align-items:stretch;overflow:hidden;text-align:center;gap:0;padding:0}@media (min-width:640px){.public-profile-hero.public-profile-hero--premium.public-profile-hero--influencer{text-align:left;padding:0}}.public-profile-hero.public-profile-hero--premium.public-profile-hero--influencer:before{content:"";display:block;width:100%;height:60px;flex:0 0 auto;background:var(--public-profile-cover-bg,#f5f3ff)}.public-profile-hero--influencer .public-profile-hero__identity{position:relative;z-index:1;padding:0 16px 18px}@media (min-width:640px){.public-profile-hero--influencer .public-profile-hero__identity{align-items:center;padding:4px 22px 20px}}.public-profile-hero__identity{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}@media (min-width:640px){.public-profile-hero__identity{flex-direction:row;align-items:flex-start;gap:22px}}.public-profile-hero__identity-text{flex:1 1;min-width:0;width:100%}.public-profile-hero__category-lead{margin:0 0 8px;font-size:.9rem;font-weight:500;line-height:1.4}.public-profile-hero__meta--hero-tight{margin-bottom:0}.public-profile-hero--influencer .public-profile-hero__category-lead{margin-bottom:6px}.public-profile-hero--influencer .public-profile-hero__meta--hero-tight{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:6px 12px}@media (min-width:640px){.public-profile-hero--influencer .public-profile-hero__meta--hero-tight{justify-content:flex-start}}.public-profile-hero__cta-row{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch;justify-content:center;width:100%}.public-profile-hero__cta-row--solo{flex-direction:column;align-items:center}@media (min-width:640px){.public-profile-hero__cta-row{justify-content:flex-start;align-items:center}.public-profile-hero__cta-row--solo{align-items:flex-start}}.public-profile-hero__cta-primary{flex:0 1 auto}.public-profile-hero__cta-primary--full{flex:1 1 auto;width:100%;max-width:100%}.public-profile-cta-conversion-belt{display:flex;flex-direction:column;gap:10px;width:100%;align-items:stretch}.public-profile-hero__entry-context{margin:0;width:-moz-fit-content;width:fit-content;max-width:100%;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.01em;color:#334155;background:rgba(241,245,249,.95);border:1px solid rgba(203,213,225,.9)}.public-profile-hero__cta-micro-trust{margin:0;font-size:.76rem;line-height:1.4;font-weight:600;color:#475569}.public-profile-hero-trust-chips{width:100%;text-align:center}@media (min-width:640px){.public-profile-hero-trust-chips{text-align:left}}.public-profile-hero-trust-chips__line{margin:0;font-size:.8rem;line-height:1.45;font-weight:500;color:var(--text);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 6px}@media (min-width:640px){.public-profile-hero-trust-chips__line{justify-content:flex-start}}.public-profile-hero-trust-chips__pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-weight:700;font-size:.78rem;color:var(--public-profile-accent-strong,#334155);background:#ffffff;border:1px solid var(--public-profile-accent-border,rgba(203,213,225,.9))}.public-profile-hero-trust-chips__pill--neutral{color:#475569;background:#ffffff;border-color:rgba(148,163,184,.45)}.public-profile-hero-trust-chips__pill--success{color:#14532d;background:#f0fdf4;border-color:rgba(101,163,13,.35)}.public-profile-hero-trust-chips__meta{color:var(--muted);font-weight:500;font-size:.76rem}.public-profile-hero-trust-chips__soft{color:var(--muted);font-weight:500}.public-profile-hero-trust-chips__sep{color:rgba(148,163,184,.85);-webkit-user-select:none;-moz-user-select:none;user-select:none}.public-profile-hero__cta-row--conversion{gap:12px}.public-profile-hero__cta-row--has-chat{flex-direction:column;align-items:stretch}@media (min-width:640px){.public-profile-hero__cta-row--has-chat{flex-direction:row;flex-wrap:wrap;align-items:stretch}}.public-profile-hero__cta-btn--prominent{min-width:min(100%,300px);min-height:48px;padding:12px 22px;font-size:.98rem;font-weight:700;letter-spacing:.01em;opacity:1;border-color:var(--public-profile-accent,#2563eb);background:var(--public-profile-accent,#2563eb);color:#fff;box-shadow:0 4px 14px var(--public-profile-accent-shadow,rgba(37,99,235,.22)),0 1px 0 rgba(255,255,255,.2) inset}.public-profile-hero__cta-btn--entry-highlight{animation:profileCtaEntryPulse 2.4s ease-out 1}@keyframes profileCtaEntryPulse{0%{transform:scale(1);box-shadow:0 0 0 0 var(--public-profile-accent-shadow,rgba(99,102,241,.32)),0 4px 14px var(--public-profile-accent-shadow,rgba(37,99,235,.22)),0 1px 0 rgba(255,255,255,.2) inset}45%{transform:scale(1.01);box-shadow:0 0 0 8px rgba(99,102,241,0),0 6px 16px var(--public-profile-accent-shadow,rgba(37,99,235,.24)),0 1px 0 rgba(255,255,255,.2) inset}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.public-profile-hero__cta-btn--entry-highlight{animation:none}}main:has(.public-profile-page--app) .public-profile-hero__cta-btn--prominent:not(.secondary){border-color:var(--public-profile-accent,var(--app-primary));background:var(--public-profile-accent,var(--app-primary));box-shadow:0 4px 16px var(--public-profile-accent-shadow,rgba(79,70,229,.28)),0 1px 0 rgba(255,255,255,.18) inset}.public-profile-hero__cta-btn--offer-when-chat{min-height:44px;font-weight:600;opacity:1}.public-profile-hero__cta-btn--chat-primary.public-profile-hero__cta-btn--prominent{flex:1 1 auto}.public-profile-hero__cta-action-hint{margin:0;font-size:.78rem;font-weight:500;line-height:1.45;color:var(--muted);letter-spacing:.01em;text-align:center;max-width:38rem}@media (min-width:640px){.public-profile-hero__cta-action-hint{text-align:left}}.public-profile-hero__panel-tools{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%}@media (min-width:640px){.public-profile-hero__panel-tools{flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px 14px}}.public-profile-hero__cta-hint--tight{margin:0;max-width:28rem;font-size:.76rem}.public-profile-hero__cta-region--premium{margin-top:2px;padding-top:12px;border-top:1px solid rgba(241,245,249,.95);width:100%}.public-profile-hero--influencer .public-profile-hero__cta-region--premium{margin-top:0;padding:0 16px 16px;border-top:none}@media (min-width:640px){.public-profile-hero--influencer .public-profile-hero__cta-region--premium{padding:0 22px 20px}}.public-profile-hero__cta-region--brand-full{padding:0 18px 18px}@media (min-width:640px){.public-profile-hero__cta-region--brand-full{padding:0 26px 22px}}.public-profile-hero__cta-hint--solo{margin-top:4px;max-width:36rem}@media (min-width:640px){.public-profile-hero{flex-direction:row;align-items:flex-start;text-align:left;gap:26px;padding:30px 28px 28px}.public-profile-hero.public-profile-hero--premium.public-profile-hero--influencer{flex-direction:column;align-items:stretch}}.public-profile-hero__avatar-wrap{flex-shrink:0}.public-profile-hero--influencer .public-profile-hero__avatar-wrap{margin-top:-38px}@media (min-width:640px){.public-profile-hero--influencer .public-profile-hero__avatar-wrap{margin-top:-40px}}.public-profile-hero__avatar-ring{padding:4px;border-radius:50%;background:var(--public-profile-avatar-ring,#e0e7ff);box-shadow:0 0 0 1px rgba(255,255,255,.92) inset,0 4px 18px var(--public-profile-accent-shadow,rgba(37,99,235,.12))}.public-profile-hero__avatar-ring--brand{background:var(--public-profile-avatar-ring,#e2e8f0);box-shadow:0 4px 18px var(--public-profile-accent-shadow,rgba(15,23,42,.08))}.public-profile-hero__avatar{display:block;width:112px;height:112px;border-radius:50%;object-fit:cover;background:#fff;border:3px solid #fff;filter:none;mix-blend-mode:normal;opacity:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}@media (min-width:640px){.public-profile-hero__avatar{width:128px;height:128px}}.public-profile-hero--premium .public-profile-hero__avatar{width:132px;height:132px}@media (min-width:640px){.public-profile-hero--premium .public-profile-hero__avatar{width:152px;height:152px}}.public-profile-hero--premium.public-profile-hero--influencer .public-profile-hero__avatar{width:132px;height:132px}@media (min-width:640px){.public-profile-hero--premium.public-profile-hero--influencer .public-profile-hero__avatar{width:152px;height:152px}}.public-profile-hero__main{flex:1 1;min-width:0}.public-profile-hero__title-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 12px;margin-bottom:6px}@media (min-width:640px){.public-profile-hero__title-row{justify-content:flex-start}}.public-profile-hero__name{margin:0;font-size:clamp(1.35rem,4vw,1.55rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;word-break:break-word}.public-profile-role-badge{display:inline-flex;align-items:center;flex-shrink:0;padding:5px 11px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--public-profile-accent-strong,#3730a3);background:var(--public-profile-badge-bg,#f8fafc);border:1px solid var(--public-profile-accent-border,rgba(129,140,248,.4));border-radius:999px}.public-profile-hero--brand{background:var(--public-profile-hero-bg,#ffffff);border-color:var(--public-profile-accent-border,rgba(199,210,254,.5));box-shadow:0 1px 2px rgba(15,23,42,.05),0 14px 36px var(--public-profile-accent-shadow,rgba(79,70,229,.08))}.public-profile-hero--brand .public-profile-hero__name{font-size:clamp(1.35rem,4vw,1.55rem)}.public-profile-role-badge--brand{color:var(--public-profile-accent-strong,#3730a3);background:var(--public-profile-badge-bg,#f8fafc);border-color:var(--public-profile-accent-border,rgba(129,140,248,.42))}.public-profile-brand-hero-wrap{width:100%}.public-profile-hero.public-profile-hero--brand-rich{flex-direction:column;align-items:stretch;padding:0;overflow:hidden;text-align:left}.public-profile-brand-cover{height:60px;width:100%;flex-shrink:0;background:var(--public-profile-cover-bg,#f8fafc)}.public-profile-brand-hero-inner{display:flex;flex-direction:column;align-items:center;gap:14px;padding:0 16px 18px;text-align:center}@media (min-width:640px){.public-profile-brand-hero-inner{flex-direction:row;align-items:center;gap:22px;padding:4px 22px 22px;text-align:left}}.public-profile-hero--brand-rich .public-profile-hero__avatar-wrap{margin-top:-38px;flex-shrink:0}@media (min-width:640px){.public-profile-hero--brand-rich .public-profile-hero__avatar-wrap{margin-top:-40px}}.public-profile-hero--brand-rich .public-profile-hero__main{width:100%}.public-profile-hero--brand-rich .public-profile-hero__title-row{justify-content:center;margin-bottom:4px}@media (min-width:640px){.public-profile-hero--brand-rich .public-profile-hero__title-row{justify-content:flex-start}}.public-profile-hero--brand-rich .public-profile-category-bare{margin:10px 0 6px;width:100%}.public-profile-hero__group{width:100%;margin:6px 0 12px;text-align:left}.public-profile-hero__group--sectors{margin-top:4px}.public-profile-hero__meta-skip{margin:0;font-size:.88rem;line-height:1.45}.public-profile-brand-about{margin:4px 0 8px;width:100%;padding:14px 16px;text-align:left;background:linear-gradient(180deg,#f8fafc,#ffffff);border:1px solid rgba(226,232,240,.95);border-radius:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}.public-profile-brand-about__label{margin:0 0 8px;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.public-profile-brand-about__text{margin:0}.public-profile-brand-about--placeholder{background:linear-gradient(180deg,rgba(248,250,252,.85),#ffffff);border-style:dashed;border-color:rgba(203,213,225,.85)}.public-profile-brand-about__placeholder-text{margin:0;font-size:.9rem;line-height:1.55}.public-profile-hero__meta--brand-row{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 10px;margin-top:6px;margin-bottom:0}@media (min-width:640px){.public-profile-hero__meta--brand-row{justify-content:flex-start}}.public-profile-hero__meta--brand-row .public-profile-hero__meta-line{margin:0;padding:6px 9px;border-radius:999px;border:1px solid rgba(226,232,240,.9);background:rgba(255,255,255,.74)}.public-profile-hero__contact{margin:0 0 6px;font-size:.84rem}.public-profile-hero__handle{margin:0 0 8px;font-size:.96rem;font-weight:500;letter-spacing:.01em}.public-profile-hero__meta{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:4px;width:100%}@media (min-width:640px){.public-profile-hero__meta{align-items:flex-start}}.public-profile-hero__meta-line{margin:0;font-size:.86rem;line-height:1.4;max-width:100%;word-break:break-word}.public-profile-hero__meta-line--web{margin:0}.public-profile-hero__web-link{font-weight:600;font-size:.9rem;text-decoration:none}.public-profile-hero__web-link:hover{text-decoration:underline}.public-profile-hero__meta-icon{margin-right:6px;opacity:.75}.public-profile-hero__meta-line--icon{display:inline-flex;align-items:center}.public-profile-hero__meta-icon--svg{opacity:1}.public-profile-hero__meta-icon--svg,.public-profile-hero__trust-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:6px}.public-profile-hero__trust-icon,.public-profile-icon{flex-shrink:0}.public-profile-icon--meta{width:.9rem;height:.9rem;color:var(--muted);opacity:.82}.public-profile-hero__meta-line--trust{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;justify-content:center}@media (min-width:640px){.public-profile-hero__meta-line--trust{justify-content:flex-start}}.public-profile-hero__trust-pill{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;margin-right:6px;font-size:.65rem;font-weight:800;color:#fff;background:linear-gradient(145deg,#059669,#047857);border-radius:50%;flex-shrink:0}.public-profile-rating-card{width:100%;max-width:100%;margin:14px 0 18px;padding:0;border-radius:var(--radius-app-card);border:1px solid var(--public-profile-accent-border,rgba(226,232,240,.95));background:var(--public-profile-section-bg,#ffffff);box-shadow:0 1px 2px rgba(15,23,42,.04),0 4px 12px rgba(15,23,42,.045)}.public-profile-rating-card--has{border-color:rgba(251,191,36,.38);background:linear-gradient(180deg,#ffffff,#fffbeb);box-shadow:0 1px 2px rgba(180,83,9,.05),0 5px 14px rgba(15,23,42,.055)}.public-profile-rating-card--empty{border-style:solid;border-color:rgba(226,232,240,.9);background:linear-gradient(180deg,#fafbfc,#ffffff);box-shadow:0 1px 2px rgba(15,23,42,.035),0 3px 10px rgba(15,23,42,.045)}.public-profile-rating-card__inner{padding:16px 18px;box-sizing:border-box}.public-profile-rating-card__body{width:100%}.public-profile-rating-card__body--filled{text-align:center}@media (min-width:640px){.public-profile-rating-card__body--filled{text-align:left}}.public-profile-rating-card__eyebrow{display:inline-flex;align-items:center;gap:6px;margin:0 0 10px;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);line-height:1.2}.public-profile-rating-card__main-row{display:flex;flex-direction:column;align-items:center;gap:12px}@media (min-width:480px){.public-profile-rating-card__main-row{flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:center;gap:14px 20px}}@media (min-width:640px){.public-profile-rating-card__main-row{justify-content:flex-start;align-items:flex-end}}.public-profile-rating-card__score{font-size:clamp(2.25rem,6.5vw,2.85rem);font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.04em;line-height:.95;color:#b45309;flex-shrink:0}.public-profile-rating-card__stars-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}@media (min-width:640px){.public-profile-rating-card__stars-wrap{align-items:flex-start}}.public-profile-rating-card__count{display:inline-flex;align-items:center;gap:6px;margin:0;font-size:.88rem;font-weight:600;color:var(--muted);line-height:1.35}.public-profile-icon--rating-eyebrow{width:.8rem;height:.8rem;color:var(--muted);opacity:.88}.public-profile-icon--rating-count{width:.78rem;height:.78rem;color:var(--muted);opacity:.85}.public-profile-rating-card__body--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:4px 0 2px}@media (min-width:640px){.public-profile-rating-card__body--empty{flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:14px}}.public-profile-rating-card__empty-msg{margin:0;font-size:.9rem;font-weight:600;color:var(--muted);line-height:1.4;max-width:22rem}.public-profile-rating-card__stars--muted .rating-stars__empty{color:#cbd5e1;opacity:.85}.public-profile-rating-card__stars--muted .rating-stars__fill{color:#e2e8f0}.public-profile-rating-card__slot{margin-top:14px;padding-top:14px;border-top:1px solid rgba(226,232,240,.85)}.public-profile-rating-card__slot:empty{display:none}.rating-stars{display:inline-flex;gap:2px;letter-spacing:0;line-height:1;font-size:1.05rem}.rating-stars--md{font-size:1.2rem;gap:1px}.rating-stars--lg{font-size:clamp(1.25rem,3.8vw,1.45rem);gap:3px}.rating-stars__fill{color:#f59e0b}.rating-stars__empty{color:#e2e8f0}.public-profile-recent-reviews{width:100%;margin:18px 0 20px;padding:0}.public-profile-recent-reviews__title{margin:0 0 12px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}@media (max-width:639px){.public-profile-recent-reviews__title{text-align:center}}.public-profile-recent-reviews__empty-panel{margin:0;padding:14px 16px;border-radius:12px;border:1px solid rgba(226,232,240,.95);background:linear-gradient(180deg,#fafbfc,#ffffff);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.public-profile-recent-reviews__empty{margin:0;font-size:.88rem;line-height:1.45}@media (max-width:639px){.public-profile-recent-reviews__empty{text-align:center}}.public-profile-recent-reviews__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.public-profile-recent-reviews__card{margin:0;padding:14px 16px;border-radius:14px;border:1px solid rgba(226,232,240,.95);background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04),0 4px 14px rgba(15,23,42,.05);text-align:left}.public-profile-recent-reviews__card-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px}.public-profile-recent-reviews__date{font-size:.82rem;font-weight:500;white-space:nowrap}.public-profile-recent-reviews__attribution{margin:8px 0 0;font-size:.78rem;font-weight:600;letter-spacing:.02em}.public-profile-recent-reviews__comment{margin:10px 0 0;font-size:.88rem;line-height:1.5;color:var(--text);display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:anywhere}.public-profile-recent-reviews--compact{margin:0}.public-profile-recent-reviews--compact .public-profile-recent-reviews__title{margin-bottom:8px}.public-profile-recent-reviews--compact .public-profile-recent-reviews__list{gap:8px}.public-profile-recent-reviews--compact .public-profile-recent-reviews__card{padding:10px 12px;border-radius:12px;box-shadow:var(--shadow-premium-sm)}.public-profile-recent-reviews--compact .public-profile-recent-reviews__comment{margin-top:6px;font-size:.84rem;-webkit-line-clamp:3}.public-profile-category-bare{width:100%;margin:6px 0 14px}.public-profile-category-bare .public-profile-badge-row{justify-content:center}@media (min-width:640px){.public-profile-category-bare .public-profile-badge-row{justify-content:flex-start}}.public-profile-niche-wrap{margin-top:12px;padding:12px 14px;border-radius:12px;background:#ffffff;border:1px solid var(--public-profile-accent-border,rgba(226,232,240,.9));text-align:left}@media (max-width:639px){.public-profile-niche-wrap{text-align:center}}.public-profile-niche{margin:0;font-size:.9rem;line-height:var(--line-prose);word-break:break-word;overflow-wrap:anywhere}.public-profile-niche__label{display:block;margin-bottom:6px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.public-profile-hero__bio{margin:0 0 10px;text-align:left;font-size:.94rem;line-height:var(--line-prose);color:var(--text);word-break:break-word;overflow-wrap:anywhere}.public-profile-hero__bio--prose{padding-top:2px}.public-profile-hero__bio-placeholder{margin:0 0 10px;padding:12px 14px;text-align:left;font-size:.9rem;line-height:1.5;border-radius:12px;border:1px dashed rgba(203,213,225,.9);background:rgba(248,250,252,.65)}@media (max-width:639px){.public-profile-hero__bio,.public-profile-hero__bio-placeholder{text-align:center}}.public-profile-hero__cta{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:2px;padding-top:16px;border-top:1px solid rgba(241,245,249,.95);width:100%}@media (min-width:640px){.public-profile-hero__cta{align-items:flex-start}}.public-profile-hero__cta-btn{min-width:min(100%,280px);opacity:1;box-shadow:0 2px 8px var(--public-profile-accent-shadow,rgba(37,99,235,.15))}main:has(.public-profile-page--app) .public-profile-hero__cta-btn:not(.secondary){border-color:var(--public-profile-accent,var(--app-primary));background:var(--public-profile-accent,var(--app-primary));box-shadow:0 2px 8px var(--public-profile-accent-shadow,rgba(79,70,229,.18))}.public-profile-hero__cta-btn:disabled{opacity:.72;cursor:not-allowed;transform:none;box-shadow:none}.public-profile-hero__cta-hint{margin:0;font-size:.78rem;font-weight:500;color:var(--muted);letter-spacing:.02em}.public-profile-hero__cta-region{display:flex;flex-direction:column;gap:14px;margin-top:6px;padding-top:14px;border-top:1px solid rgba(241,245,249,.95);width:100%}.public-profile-hero__cta-region .public-profile-hero__cta{border-top:none;padding-top:0;margin-top:0}.public-profile-page .btn:not(.secondary):not(.btn--danger):not(.btn--success):not(.btn--ghost):not(.btn--subtle),main:has(.public-profile-page--app) .public-profile-page .btn:not(.secondary):not(.btn--danger):not(.btn--success):not(.btn--ghost):not(.btn--subtle){border-color:var(--public-profile-accent,var(--app-primary));background:var(--public-profile-accent,var(--app-primary));color:#fff;box-shadow:0 1px 0 rgba(255,255,255,.18) inset,0 8px 18px var(--public-profile-accent-shadow,rgba(79,70,229,.18))}.public-profile-page .btn:not(.secondary):not(.btn--danger):not(.btn--success):not(.btn--ghost):not(.btn--subtle):hover,main:has(.public-profile-page--app) .public-profile-page .btn:not(.secondary):not(.btn--danger):not(.btn--success):not(.btn--ghost):not(.btn--subtle):hover{border-color:var(--public-profile-accent-strong,var(--app-primary-hover));background:var(--public-profile-accent-strong,var(--app-primary-hover));color:#fff;box-shadow:0 1px 0 rgba(255,255,255,.16) inset,0 10px 24px var(--public-profile-accent-shadow,rgba(79,70,229,.22))}.public-profile-page .btn.secondary:hover,main:has(.public-profile-page--app) .public-profile-page .btn.secondary:hover{border-color:var(--public-profile-accent-border,#c7d2fe);box-shadow:0 1px 0 rgba(255,255,255,.96) inset,0 8px 20px var(--public-profile-accent-shadow,rgba(79,70,229,.08))}.public-profile-owner-preview{width:100%;max-width:100%;margin:0;padding:16px 18px;text-align:left;border-radius:16px;border:1px solid var(--public-profile-accent-border,rgba(226,232,240,.95));background:var(--public-profile-section-bg,#ffffff);box-shadow:0 2px 10px rgba(15,23,42,.045),inset 0 1px 0 rgba(255,255,255,.92)}.public-profile-owner-preview__title{margin:0 0 8px;font-size:.92rem;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.35}.public-profile-owner-preview__desc{margin:0;font-size:.84rem;line-height:1.55}@media (max-width:639px){.public-profile-owner-preview{text-align:center}}.public-collab-modal{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px 16px}.public-collab-modal__backdrop{position:absolute;inset:0;border:0;margin:0;padding:0;cursor:pointer;background:rgba(15,23,42,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.public-collab-modal__panel{position:relative;z-index:1;width:min(100%,420px);max-height:min(90vh,560px);overflow:auto;padding:22px 20px 20px;border-radius:18px;border:1px solid rgba(226,232,240,.98);background:var(--card);box-shadow:0 20px 50px rgba(15,23,42,.18),inset 0 0 0 1px rgba(255,255,255,.06)}.public-collab-modal__title{margin:0 0 16px;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.public-collab-modal__error{margin:10px 0 0;font-size:.84rem;font-weight:600;color:#b91c1c}.public-collab-modal__form{display:flex;flex-direction:column;gap:6px}.public-collab-modal__form label{margin-top:8px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.public-collab-modal__form label:first-of-type{margin-top:0}.public-collab-modal__form input,.public-collab-modal__form textarea{width:100%;margin:0;padding:10px 12px;font-size:.92rem;line-height:1.4;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--text);font-family:inherit;resize:vertical}.public-collab-modal__form input:focus,.public-collab-modal__form textarea:focus{outline:none;border-color:var(--public-profile-accent-border,rgba(99,102,241,.55));box-shadow:0 0 0 3px var(--public-profile-accent-shadow,rgba(99,102,241,.12))}.public-collab-modal__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:18px;padding-top:4px}.public-collab-modal__submit{border-color:var(--public-profile-accent,var(--app-primary));background:var(--public-profile-accent,var(--app-primary));color:#fff;box-shadow:0 2px 10px var(--public-profile-accent-shadow,rgba(79,70,229,.22))}.public-collab-modal__submit:hover:not(:disabled){border-color:var(--public-profile-accent-strong,var(--app-primary-hover));background:var(--public-profile-accent-strong,var(--app-primary-hover));color:#fff}.public-collab-toast{position:fixed;z-index:90;left:50%;bottom:28px;transform:translateX(-50%);padding:12px 20px;border-radius:999px;font-size:.88rem;font-weight:600;color:#fff;background:var(--public-profile-accent,var(--app-primary));box-shadow:0 8px 28px var(--public-profile-accent-shadow,rgba(79,70,229,.35)),0 0 0 1px rgba(255,255,255,.12) inset;animation:public-collab-toast-in .28s ease}@keyframes public-collab-toast-in{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.public-profile-hero__cta--brand-panel .public-profile-hero__cta-btn:not(:disabled){opacity:1;box-shadow:0 2px 8px rgba(15,23,42,.08)}.public-profile-hero__cta-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;width:100%}@media (min-width:640px){.public-profile-hero__cta-actions{justify-content:flex-start}}.public-profile-stats{display:grid;grid-gap:10px;gap:10px;align-items:stretch;min-width:0}.public-profile-hero--influencer+.public-profile-stats{margin-top:-6px;border:1px solid var(--public-profile-accent-border,rgba(199,210,254,.45));border-radius:0 0 var(--radius-app-card-lg) var(--radius-app-card-lg)}.public-profile-brand-hero-wrap+.public-profile-stats,.public-profile-hero--influencer+.public-profile-stats{margin-bottom:16px;padding:10px;background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 6px 18px rgba(15,23,42,.05)}.public-profile-brand-hero-wrap+.public-profile-stats{margin-top:-4px;border:1px solid var(--public-profile-accent-border,rgba(199,210,254,.42));border-radius:0 0 var(--radius-app-card-lg) var(--radius-app-card-lg)}.public-profile-stats,.public-profile-stats[data-stat-count="3"]{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:480px){.public-profile-stats[data-stat-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}}.public-profile-stats[data-stat-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:900px){.public-profile-stats[data-stat-count="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}}.public-profile-stats[data-stat-count="5"]{display:flex;flex-wrap:wrap;justify-content:center}.public-profile-stats[data-stat-count="5"] .public-profile-stat-card{flex:1 1 150px;max-width:210px}.public-profile-hero--influencer+.public-profile-stats[data-stat-count="5"] .public-profile-stat-card{flex-basis:138px}.public-profile-stat-card{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:8px 10px;gap:8px 10px;align-items:center;min-width:0;min-height:0;padding:11px 12px 10px;background:var(--card);border:1px solid var(--public-profile-accent-border,rgba(226,232,240,.95));border-radius:var(--radius-app-card);box-shadow:var(--shadow-premium-sm)}.public-profile-brand-hero-wrap+.public-profile-stats .public-profile-stat-card,.public-profile-hero--influencer+.public-profile-stats .public-profile-stat-card{border-color:var(--public-profile-accent-border,rgba(226,232,240,.85));background:rgba(255,255,255,.92);box-shadow:0 1px 2px var(--public-profile-accent-shadow,rgba(15,23,42,.04))}.public-profile-brand-hero-wrap+.public-profile-stats .public-profile-stat-card__icon--line,.public-profile-hero--influencer+.public-profile-stats .public-profile-stat-card__icon--line{background:var(--public-profile-accent-soft,rgba(238,242,255,.95));border-color:var(--public-profile-accent-border,rgba(199,210,254,.62))}.public-profile-brand-hero-wrap+.public-profile-stats .public-profile-icon--stat,.public-profile-hero--influencer+.public-profile-stats .public-profile-icon--stat{color:var(--public-profile-accent,#4f46e5)}.public-profile-stat-card__icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;font-size:.88rem;line-height:1;border-radius:10px;background:var(--public-profile-accent-soft,#f8fafc);border:1px solid var(--public-profile-accent-border,rgba(226,232,240,.95));opacity:.95}.public-profile-stat-card__icon--line{font-size:0;line-height:0}.public-profile-icon--stat{width:1.125rem;height:1.125rem;color:#64748b;opacity:.88}.public-profile-stat-card__body{display:flex;flex-direction:column;gap:3px;min-width:0}.public-profile-stat-card__label{font-size:.64rem;font-weight:700;text-transform:uppercase;letter-spacing:.045em;color:var(--muted);line-height:1.25;max-width:100%;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.first-visit-guidance{display:grid;grid-template-columns:1fr auto;grid-gap:4px 12px;gap:4px 12px;align-items:center;width:100%;margin:0 0 14px;padding:11px 12px;border-radius:14px;border:1px solid rgba(203,213,225,.95);background:linear-gradient(165deg,rgba(255,255,255,.98),rgba(248,250,252,.98));box-shadow:0 1px 2px rgba(15,23,42,.06),0 6px 18px rgba(15,23,42,.06);color:#0f172a}.first-visit-guidance__eyebrow{grid-column:1;margin:0;font-size:.69rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6366f1}.first-visit-guidance__text{grid-column:1;margin:0;font-size:.85rem;line-height:1.45;color:#334155}.first-visit-guidance__close{grid-column:2;grid-row:1/span 2;margin:0;padding:6px 10px;border-radius:10px;border:1px solid rgba(148,163,184,.45);background:rgba(248,250,252,.96);color:#334155;font-size:.78rem;font-weight:600;cursor:pointer}.first-visit-guidance__close:hover{background:#ffffff;border-color:rgba(99,102,241,.4);color:#1e293b}@media (max-width:640px){.first-visit-guidance{grid-template-columns:1fr;gap:6px}.first-visit-guidance__close{grid-column:1;grid-row:auto;justify-self:flex-start}}.public-profile-stat-card__value{font-size:clamp(1rem,.4vw + .9rem,1.12rem);font-weight:800;font-feature-settings:tabular-nums lining-nums;font-variant-numeric:tabular-nums lining-nums;color:var(--text);line-height:1.22;letter-spacing:-.01em;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}@media (max-width:380px){.public-profile-stat-card{padding:10px;gap:8px}.public-profile-stat-card__icon{width:2rem;height:2rem;border-radius:9px}.public-profile-stat-card__label{font-size:.59rem;letter-spacing:.035em}}.public-profile-section{padding:18px 18px 16px;background:var(--public-profile-section-bg,var(--card));border:1px solid var(--public-profile-accent-border,var(--border));border-radius:var(--radius-app-card);box-shadow:0 1px 0 rgba(255,255,255,.88) inset,0 4px 14px rgba(15,23,42,.045),var(--shadow-premium-sm)}.public-profile-section--social{border-color:var(--public-profile-accent-border,rgba(199,210,254,.85));background:var(--public-profile-section-bg,#ffffff);box-shadow:0 4px 14px rgba(15,23,42,.045),var(--shadow-premium-sm)}.public-profile-section__title{margin:0 0 14px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.public-profile-section--social .public-profile-section__title{margin:0 0 12px;font-size:.78rem;font-weight:800;letter-spacing:.09em;color:var(--public-profile-accent-strong,#4338ca)}.public-profile-badge-row{display:flex;flex-wrap:wrap;gap:8px}.public-profile-badge-row--wrap{gap:8px}.public-profile-badge{display:inline-flex;align-items:center;padding:7px 12px;font-size:.82rem;font-weight:600;border-radius:999px;max-width:100%;line-height:1.25}.public-profile-badge--category{color:var(--public-profile-accent-strong,#334155);background:var(--public-profile-chip-bg,#ffffff);border:1px solid var(--public-profile-accent-border,rgba(203,213,225,.95));box-shadow:0 1px 2px var(--public-profile-accent-shadow,rgba(15,23,42,.04))}.public-profile-social-list{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}@media (min-width:480px){.public-profile-social-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.public-profile-social-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.public-profile-social-card{display:flex;flex-direction:column;gap:8px;padding:14px 14px 12px;background:var(--public-profile-section-bg,#ffffff);border:1px solid var(--public-profile-accent-border,rgba(199,210,254,.55));border-radius:14px;box-shadow:0 2px 10px rgba(15,23,42,.04),0 2px 8px rgba(15,23,42,.04),inset 0 1px 0 rgba(255,255,255,.9);transition:border-color .15s ease,box-shadow .15s ease}.public-profile-social-card:hover{border-color:var(--public-profile-accent-border,rgba(129,140,248,.75));box-shadow:0 8px 22px rgba(15,23,42,.055),0 2px 8px rgba(15,23,42,.05)}.public-profile-social-card__header{display:flex;align-items:flex-start;gap:10px}.public-profile-social-card__glyph{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:.65rem;font-weight:800;letter-spacing:.04em;color:#fff;border-radius:10px;background:#64748b}.public-profile-social-card__glyph--instagram{background:linear-gradient(145deg,#e11d48,#be185d 50%,#7c3aed)}.public-profile-social-card__glyph--tiktok{background:linear-gradient(145deg,#0f172a,#334155)}.public-profile-social-card__glyph--youtube{background:linear-gradient(145deg,#dc2626,#991b1b)}.public-profile-social-card__head-text{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.public-profile-social-card__platform{font-size:.82rem;font-weight:800;letter-spacing:-.02em;color:var(--text)}.public-profile-social-card__verified-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#1e40af;background:linear-gradient(180deg,#eff6ff,#dbeafe);border:1px solid rgba(147,197,253,.65);border-radius:999px}.public-profile-social-card__handle{margin:0;font-size:.88rem;font-weight:600;color:#475569;word-break:break-all}.public-profile-social-card__link{font-size:.82rem;font-weight:600;margin-top:auto}.public-profile-not-found{display:flex;align-items:center;justify-content:center;min-height:56vh;padding:40px 16px 48px}.public-profile-not-found__card{max-width:420px;width:100%;padding:36px 32px 34px;text-align:center;background:linear-gradient(165deg,#ffffff,#f8fafc);border:1px solid rgba(226,232,240,.95);border-radius:18px;box-shadow:0 1px 3px rgba(15,23,42,.05),0 20px 50px rgba(15,23,42,.08)}.public-profile-not-found__mark{display:flex;justify-content:center;margin:0 auto 18px}.public-profile-not-found__mark-inner{display:block;width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#e2e8f0,#f1f5f9);border:2px solid rgba(226,232,240,.95);box-shadow:inset 0 2px 6px rgba(255,255,255,.9)}.public-profile-not-found__title{margin:0 0 12px;font-size:1.28rem;font-weight:800;letter-spacing:-.03em;line-height:1.25;color:var(--text)}.public-profile-not-found__desc{font-size:.94rem;line-height:1.55;max-width:36ch;margin:0 auto 24px}.public-profile-not-found__btn{min-width:200px}.influencer-panel-page__hero{margin-bottom:var(--app-section-gap)}.influencer-panel-page__title{margin:0 0 8px;font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:800;letter-spacing:-.035em;line-height:1.15;color:var(--text)}.influencer-panel-page__lede{margin:0;max-width:60ch;font-size:.94rem;line-height:1.55}.influencer-overview__kpi-grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin-bottom:var(--app-section-gap-lg)}@media (min-width:520px){.influencer-overview__kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.influencer-overview__kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.influencer-kpi-card{display:flex;flex-direction:column;gap:6px;padding:16px 18px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-app-card);box-shadow:var(--shadow-premium-sm);text-decoration:none!important;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.influencer-kpi-card:hover{border-color:rgba(165,180,252,.55);box-shadow:var(--shadow-premium-md)}.influencer-kpi-card__label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.influencer-kpi-card__value{font-size:1.65rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;color:var(--text)}.influencer-kpi-card__hint{font-size:.8rem}.influencer-overview__two-col{display:grid;grid-template-columns:1fr;grid-gap:var(--app-section-gap);gap:var(--app-section-gap);margin-bottom:var(--app-section-gap-lg)}@media (min-width:900px){.influencer-overview__two-col{grid-template-columns:1fr 1fr;align-items:start}}.influencer-overview__card-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.influencer-overview__card-head .dash-section__title{margin:0}.influencer-quick-actions{display:flex;flex-wrap:wrap;gap:10px}.influencer-teaser-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.influencer-teaser-list__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;background:rgba(248,250,252,.9);border:1px solid rgba(226,232,240,.9)}.influencer-teaser-list__avatar{width:44px;height:44px;border-radius:12px;object-fit:cover;flex-shrink:0}.influencer-teaser-list__meta{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.influencer-teaser-list__name{font-weight:700;font-size:.92rem}.influencer-teaser-list__city{font-size:.82rem}.influencer-activity-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.influencer-activity-list__row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px 16px;padding:14px 0;border-bottom:1px solid rgba(226,232,240,.85)}.influencer-activity-list__row:last-child{border-bottom:none}.influencer-activity-list__title{margin:0 0 4px;font-weight:700;font-size:.95rem}.influencer-activity-list__sub{margin:0;font-size:.84rem}.influencer-activity-list__right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.influencer-activity-list__time{font-size:.78rem}.influencer-overview__profile-nudge .dash-section__title{margin-top:0}.influencer-tab-bar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:var(--app-section-gap);padding:4px;border-radius:var(--radius-app-card);border:1px solid rgba(226,232,240,.9);background:rgba(248,250,252,.88)}.influencer-tab-bar--primary{padding:4px;border-radius:14px;background:rgba(255,255,255,.75);border:1px solid rgba(226,232,240,.95);box-shadow:var(--shadow-premium-sm)}.influencer-tab-bar--scroll{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:thin}.influencer-tab-bar__tab{padding:9px 14px;border-radius:10px;font-weight:700;font-size:.88rem;color:var(--muted);text-decoration:none!important;white-space:nowrap;transition:background .15s ease,color .15s ease}.influencer-tab-bar__tab:hover{color:#4338ca;background:rgba(238,242,255,.6)}.influencer-tab-bar__tab--active{color:#312e81;background:linear-gradient(135deg,rgba(99,102,241,.16),rgba(129,140,248,.12));box-shadow:inset 0 0 0 1px rgba(165,180,252,.45)}.influencer-offers__filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--app-section-gap)}.influencer-chip{display:inline-flex;align-items:center;padding:7px 13px;border-radius:999px;font-size:.8rem;font-weight:700;color:var(--muted);background:rgba(248,250,252,.95);border:1px solid rgba(226,232,240,.95);text-decoration:none!important;transition:background .15s ease,border-color .15s ease,color .15s ease}.influencer-chip:hover{border-color:rgba(165,180,252,.55);color:#4338ca}.influencer-chip--active{color:#312e81;background:rgba(238,242,255,.9);border-color:rgba(165,180,252,.65)}.influencer-settings__grid{display:grid;grid-template-columns:1fr;grid-gap:var(--app-section-gap);gap:var(--app-section-gap)}.influencer-settings__card{display:flex;flex-direction:column;gap:14px}.influencer-settings__card .dash-section__lede{margin-bottom:0}.influencer-settings__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.influencer-settings__status{display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;border-radius:999px;border:1px solid rgba(199,210,254,.75);background:rgba(238,242,255,.72);color:#3730a3;font-size:.7rem;font-weight:800}.influencer-settings__card--action{justify-content:space-between}.influencer-settings__actions{display:flex;flex-wrap:wrap;gap:10px}.influencer-settings__card--logout{border-color:rgba(226,232,240,.95);background:linear-gradient(180deg,#ffffff,#f8fafc)}@media (min-width:720px){.influencer-settings__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}