@font-face{font-family:Pretendard;src:url(/fonts/PretendardVariable.woff2) format("woff2-variations");font-weight:45 920;font-style:normal;font-display:swap}.brand-app-root{--bg:var(--tf-color-bg);--surface:var(--tf-color-surface);--surface-alt:var(--tf-color-surface-alt);--border:var(--tf-color-border);--border-strong:var(--tf-color-border-strong);--primary:var(--tf-color-indigo);--primary-deep:var(--tf-color-primary-deep);--primary-tint:var(--tf-color-indigo-tint);--secondary:var(--tf-color-info-accent);--secondary-tint:var(--tf-color-info-tint2);--support:var(--tf-color-butter);--support-tint:var(--tf-color-support-tint);--live-red:var(--tf-color-live-red);--money-green:var(--tf-color-money-green);--money-green-bg:var(--tf-color-money-green-bg);--warn:var(--tf-color-warning-accent);--status-active-ink:var(--tf-color-success-ink);--status-paused-bg:var(--tf-color-warning-callout-bg);--status-paused-ink:var(--tf-color-warning-callout-ink);--status-review-bg:var(--tf-color-review-tint-bg);--shadow-primary:var(--tf-shadow-indigo);--shadow-card:var(--tf-shadow-card);--shadow-soft:var(--tf-shadow-soft);--radius-sm:calc(var(--tf-radius-sm) * 1px);--radius-md:calc(var(--tf-radius-md) * 1px);--radius-lg:calc(var(--tf-radius-lg) * 1px);--radius-pill:calc(var(--tf-radius-pill) * 1px);min-height:100vh;background:var(--bg);color:var(--tf-color-text);font-family:var(--tf-font-body);font-size:var(--tf-type-body-size);font-weight:var(--tf-type-body-weight);line-height:var(--tf-type-body-line-height);-webkit-font-smoothing:antialiased}.brand-app-root,.brand-app-root *,.brand-app-root :after,.brand-app-root :before{box-sizing:border-box}.brand-app-root h1,.brand-app-root h2,.brand-app-root h3,.brand-app-root h4,.brand-app-root p{margin:0}.brand-app-root h1{font-family:var(--tf-type-page-title-font-family);font-size:var(--tf-type-page-title-size);font-weight:var(--tf-type-page-title-weight);line-height:var(--tf-type-page-title-line-height);letter-spacing:var(--tf-type-page-title-letter-spacing)}.brand-app-root h2{font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root :where(h3,h4){font-family:var(--tf-type-subsection-title-font-family);font-size:var(--tf-type-subsection-title-size);font-weight:var(--tf-type-subsection-title-weight);line-height:var(--tf-type-subsection-title-line-height);letter-spacing:var(--tf-type-subsection-title-letter-spacing)}.brand-app-root :where(table th){font-family:var(--tf-type-table-header-font-family);font-size:var(--tf-type-table-header-size);font-weight:var(--tf-type-table-header-weight);line-height:var(--tf-type-table-header-line-height)}.brand-app-root :where(table td){font-family:var(--tf-type-table-cell-font-family);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-type-table-cell-weight);line-height:var(--tf-type-table-cell-line-height)}.brand-app-root .shell{display:flex;align-items:stretch;min-height:100vh}.brand-app-root .sidebar{width:220px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:calc(var(--tf-space-5) * 1px) calc(var(--tf-space-4) * 1px);gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .mobile-nav-bar{display:none}.brand-app-root .sidebar__logo{display:flex;align-items:center;padding:0 calc(var(--tf-space-2) * 1px);text-decoration:none;color:inherit}.brand-app-root .service-logo{display:block;width:156px;height:auto;object-fit:contain;object-position:left center}.brand-app-root .service-logo--on-primary{width:172px;padding:calc(var(--tf-space-1-5) * 1px) calc(var(--tf-space-2-5) * 1px);border-radius:var(--radius-md);background:var(--surface)}.brand-app-root .sidebar__nav{flex:1 1;display:flex;flex-direction:column;gap:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .nav-item{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-2-5) * 1px) calc(var(--tf-space-3) * 1px);border-radius:var(--radius-md);font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted);text-decoration:none}.brand-app-root .nav-item svg{flex-shrink:0;stroke:currentColor}@media (hover:hover) and (pointer:fine){.brand-app-root .nav-item:hover{background:var(--surface-alt);color:var(--tf-color-text)}}.brand-app-root .nav-item--active{background:var(--primary-tint);color:var(--primary-deep)}.brand-app-root .nav-item--active svg{stroke:var(--primary)}.brand-app-root .sidebar__account{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-3) * 1px);border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-alt)}.brand-app-root .sidebar__account-avatar{width:36px;height:36px;border-radius:50%;background:var(--primary);color:var(--tf-semantic-light-text-on-brand);display:flex;align-items:center;justify-content:center;font-weight:var(--tf-font-weight-bold);font-size:var(--tf-type-table-cell-size);flex-shrink:0}.brand-app-root .sidebar__account-body{min-width:0;flex:1 1}.brand-app-root .sidebar__account--switchable{position:relative}.brand-app-root .brand-switcher summary{cursor:pointer;color:var(--primary);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);list-style:none}.brand-app-root .brand-switcher summary::-webkit-details-marker{display:none}.brand-app-root .brand-switcher__menu{position:absolute;right:0;bottom:calc(100% + calc(var(--tf-space-2) * 1px));z-index:5;width:min(240px,calc(100vw - calc(var(--tf-space-8) * 1px)));padding:calc(var(--tf-space-2) * 1px);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-card)}.brand-app-root .brand-switcher__option{display:flex;width:100%;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-3) * 1px);border:0;border-radius:var(--radius-sm);background:transparent;color:var(--tf-color-text);font:inherit;font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);text-align:left;cursor:pointer}.brand-app-root .brand-switcher__option:disabled{color:var(--tf-color-text-muted);cursor:default}@media (hover:hover) and (pointer:fine){.brand-app-root .brand-switcher__option:not(:disabled):hover{background:var(--surface-alt)}}.brand-app-root .sidebar__signout{width:100%;border:none;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.brand-app-root .sidebar__account-name{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-app-root .sidebar__account-sub{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium)}.brand-app-root .main{flex:1 1;min-width:0;display:flex;flex-direction:column}.brand-app-root .shell:has(.dashboard-screen)>.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh}.brand-app-root .main-topbar{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-4) * 1px);padding:calc(var(--tf-space-5) * 1px) calc(var(--tf-space-7) * 1px);border-bottom:1px solid var(--border);background:var(--surface)}.brand-app-root .main-topbar__title{font-family:var(--tf-type-page-title-font-family);font-size:var(--tf-type-page-title-size);font-weight:var(--tf-type-page-title-weight);line-height:var(--tf-type-page-title-line-height);letter-spacing:var(--tf-type-page-title-letter-spacing)}.brand-app-root .main-topbar__actions{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .cash-pill{display:inline-flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);padding:calc(var(--tf-space-2) * 1px) calc(var(--tf-space-4) * 1px);border-radius:var(--radius-pill);background:var(--money-green-bg);color:var(--status-active-ink);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);text-decoration:none;border:1px solid transparent}@media (hover:hover) and (pointer:fine){.brand-app-root .cash-pill:hover{border-color:var(--money-green)}}.brand-app-root .cash-pill__label{color:var(--tf-color-success-accent);font-weight:var(--tf-font-weight-bold)}.brand-app-root .avatar-chip{width:38px;height:38px;border-radius:50%;background:var(--primary);color:var(--tf-semantic-light-text-on-brand);display:flex;align-items:center;justify-content:center;font-weight:var(--tf-font-weight-bold);font-size:var(--tf-type-table-cell-size);flex-shrink:0}.brand-app-root .main-content{flex:1 1;max-width:var(--tf-width-wide);padding:calc(var(--tf-space-7) * 1px);display:flex;flex-direction:column;gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .main-content--split{flex-direction:row;align-items:flex-start;gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .main-content__primary{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .main-content__aside{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .stat-tile-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:calc(var(--tf-space-4) * 1px);gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .stat-tile-row--cols-3{grid-template-columns:repeat(3,1fr)}.brand-app-root .dashboard-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-app-root .dashboard-alert{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.brand-app-root .dashboard-alert__icon{display:inline-flex;color:var(--live-red)}.brand-app-root .dashboard-alert__copy{min-width:0;flex:1 1;display:flex;align-items:baseline;gap:calc(var(--tf-space-2) * 1px);font-size:var(--tf-type-table-cell-size)}.brand-app-root .dashboard-alert__copy span{color:var(--tf-color-text-muted)}.brand-app-root .dashboard-campaign-meta{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .dashboard-platform-logos{display:inline-flex;align-items:center;justify-content:flex-end;gap:calc(var(--tf-space-1) * 1px);min-width:0;margin-left:auto}.brand-app-root .dashboard-platform-logo{display:block;width:20px;height:20px;flex-shrink:0}.brand-app-root .stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:calc(var(--tf-space-5) * 1px);display:flex;flex-direction:column;gap:calc(var(--tf-space-1-5) * 1px)}.brand-app-root .stat-tile__label{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted)}.brand-app-root .stat-tile__value{font-size:var(--tf-type-amount-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-display);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--tf-color-text)}.brand-app-root .stat-tile__value .tf-money{color:inherit;font-weight:inherit;font-size:inherit}.brand-app-root .stat-tile__delta{display:inline-flex;align-items:center;gap:calc(var(--tf-space-1) * 1px);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);width:-moz-fit-content;width:fit-content}.brand-app-root .stat-tile__delta--up{color:var(--money-green)}.brand-app-root .stat-tile__delta--down{color:var(--live-red)}.brand-app-root .stat-tile__delta--flat{color:var(--tf-color-text-muted)}.brand-app-root .stat-tile__delta--action{color:var(--primary-deep);text-decoration:underline;text-underline-offset:3px}.brand-app-root .table-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden}.brand-app-root .table-card__head{display:flex;align-items:center;justify-content:space-between;padding:calc(var(--tf-space-5) * 1px) calc(var(--tf-space-5) * 1px) calc(var(--tf-space-4) * 1px)}.brand-app-root .table-card__title{font-family:var(--tf-type-subsection-title-font-family);font-size:var(--tf-type-subsection-title-size);font-weight:var(--tf-type-subsection-title-weight);line-height:var(--tf-type-subsection-title-line-height);letter-spacing:var(--tf-type-subsection-title-letter-spacing)}.brand-app-root .table-card.is-upcoming{background:var(--surface-alt);border-style:dashed}.brand-app-root .table-card.is-upcoming .table-card__head{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);flex-wrap:wrap}.brand-app-root .upcoming-badge{padding:calc(var(--tf-space-0-5) * 1px) calc(var(--tf-space-2-5) * 1px);border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted)}.brand-app-root .table{width:100%;border-collapse:collapse}.brand-app-root .table th{text-align:left;font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted);text-transform:uppercase;letter-spacing:var(--tf-letter-spacing-label);padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-5) * 1px);border-bottom:1px solid var(--border);background:var(--surface-alt)}.brand-app-root .table td{padding:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-5) * 1px);border-bottom:1px solid var(--border);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text);vertical-align:middle}.brand-app-root .table tbody tr{transition:background .1s ease}@media (hover:hover) and (pointer:fine){.brand-app-root .table tbody tr:hover{background:var(--surface-alt)}}.brand-app-root .table tbody tr:last-child td{border-bottom:none}.brand-app-root .table tbody tr.is-link{cursor:pointer}.brand-app-root .table__cell-title{font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .table__cell-sub{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium);margin-top:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .table-row-link{display:block;color:inherit;text-decoration:none}.brand-app-root .table-muted-cell{color:var(--tf-color-text-muted);text-align:center}.brand-app-root .campaign-status-cell .tf-badge{border:0;white-space:nowrap}.brand-app-root .campaign-status-cell .tf-badge--active{background:var(--tf-color-campaign-status-active-bg);color:var(--status-active-ink)}.brand-app-root .budget-gauge{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px);min-width:120px}.brand-app-root .budget-gauge__bar{position:relative;width:100%;height:6px;border-radius:var(--radius-pill);background:var(--surface-alt);overflow:hidden}.brand-app-root .budget-gauge__fill{position:absolute;inset:0 auto 0 0;height:100%;border-radius:var(--radius-pill);background:var(--primary)}.brand-app-root .budget-gauge__fill--warning{background:var(--warn)}.brand-app-root .budget-gauge__label{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted)}.brand-app-root .notice-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:calc(var(--tf-space-5) * 1px);display:flex;flex-direction:column;gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .notice-card__title{font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .notice-item{display:flex;align-items:flex-start;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-3) * 1px);border-radius:var(--radius-md);background:var(--surface-alt);text-decoration:none;color:inherit}.brand-app-root .notice-item__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--status-review-bg);color:var(--primary)}.brand-app-root .notice-item__icon--warning{background:var(--status-paused-bg);color:var(--status-paused-ink)}.brand-app-root .notice-item__body{flex:1 1;min-width:0}.brand-app-root .notice-item__title{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .notice-item__sub{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium);margin-top:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .brand{display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .h-page{font-family:var(--tf-type-page-title-font-family);font-size:var(--tf-type-page-title-size);font-weight:var(--tf-type-page-title-weight);line-height:var(--tf-type-page-title-line-height);letter-spacing:var(--tf-type-page-title-letter-spacing)}.brand-app-root .h-section{font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root .label{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .label,.brand-app-root .text-muted{color:var(--tf-color-text-muted)}.brand-app-root .text-money{color:var(--money-green)}.brand-app-root .text-spark{color:var(--secondary)}.brand-app-root .field{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .field__label{color:var(--tf-color-text)}.brand-app-root .field__hint,.brand-app-root .field__label{font-family:var(--tf-type-meta-font-family);font-size:var(--tf-type-meta-size);font-weight:var(--tf-type-meta-weight);line-height:var(--tf-type-meta-line-height);letter-spacing:var(--tf-type-meta-letter-spacing)}.brand-app-root .field__hint{color:var(--tf-color-text-muted)}.brand-app-root .field__error{font-family:var(--tf-type-meta-font-family);font-size:var(--tf-type-meta-size);color:var(--tf-color-danger-accent);font-weight:var(--tf-type-meta-weight);line-height:var(--tf-type-meta-line-height);letter-spacing:var(--tf-type-meta-letter-spacing)}.brand-app-root .input{width:100%;font-family:var(--tf-type-control-font-family);font-size:var(--tf-type-control-size);font-weight:var(--tf-type-control-weight);line-height:var(--tf-type-control-line-height);letter-spacing:var(--tf-type-control-letter-spacing);color:var(--tf-color-text);background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--radius-md);padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px)}.brand-app-root .input::placeholder{color:var(--tf-color-text-muted);font-weight:var(--tf-type-control-weight)}.brand-app-root .input:focus{outline:none;border-color:var(--primary)}.brand-app-root .input:focus-visible,.brand-app-root a:focus-visible,.brand-app-root button:focus-visible,.brand-app-root input[type=checkbox]:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.brand-app-root .bank-transfer-panel__amount-input:focus-within,.brand-app-root .input-amount:focus-within{outline:2px solid var(--primary);outline-offset:2px}.brand-app-root .input--error{border-color:var(--tf-color-danger-accent)}.brand-app-root .input-amount{display:flex;align-items:center;gap:calc(var(--tf-space-1-5) * 1px);background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--radius-md);padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px)}.brand-app-root .input-amount:focus-within{border-color:var(--primary)}.brand-app-root .input-amount__prefix{color:var(--tf-color-text-muted)}.brand-app-root .input-amount__field,.brand-app-root .input-amount__prefix{font-family:"SUIT Numeric",var(--tf-font-body);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .input-amount__field{flex:1 1;border:none;outline:none;background:transparent;color:var(--tf-color-text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:0}.brand-app-root .input-amount__field::placeholder{color:var(--border-strong)}.brand-app-root .select{width:100%;font-family:var(--tf-type-control-font-family);font-size:var(--tf-type-control-size);font-weight:var(--tf-type-control-weight);line-height:var(--tf-type-control-line-height);letter-spacing:var(--tf-type-control-letter-spacing);color:var(--tf-color-text);background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--radius-md);padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}@media (pointer:coarse){.brand-app-root .input,.brand-app-root .select{font-size:max(var(--tf-type-control-size),var(--tf-type-body-size))}}.brand-app-root .chip-group{display:flex;flex-wrap:wrap;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .chip{display:inline-flex;align-items:center;gap:calc(var(--tf-space-1-5) * 1px);padding:calc(var(--tf-space-2) * 1px) calc(var(--tf-space-4) * 1px);border-radius:var(--radius-pill);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);background:var(--surface);border:1.5px solid var(--border-strong);color:var(--tf-color-text-muted)}.brand-app-root .chip--selected{background:var(--status-review-bg);border-color:var(--primary);color:var(--primary)}.brand-app-root .badge-tier{display:inline-flex;align-items:center;gap:calc(var(--tf-space-1-5) * 1px);padding:calc(var(--tf-space-1-5) * 1px) calc(var(--tf-space-3) * 1px);border-radius:var(--radius-pill);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .badge-tier__dot{width:20px;height:20px;background:50%/contain no-repeat;flex-shrink:0}.brand-app-root .badge-tier--copper{background:var(--tf-color-tier-badge-background);color:var(--tf-color-tier-badge-text)}.brand-app-root .badge-tier--copper .badge-tier__dot{background-image:url(/assets/tiers/rookie.png)}.brand-app-root .badge-tier--silver{background:var(--tf-color-tier-badge-background);color:var(--tf-color-tier-badge-text)}.brand-app-root .badge-tier--silver .badge-tier__dot{background-image:url(/assets/tiers/rising.png)}.brand-app-root .badge-tier--gold{background:var(--tf-color-tier-badge-background);color:var(--tf-color-tier-badge-text)}.brand-app-root .badge-tier--gold .badge-tier__dot{background-image:url(/assets/tiers/prospect.png)}.brand-app-root .badge-tier--platinum{background:var(--tf-color-tier-badge-background);color:var(--tf-color-tier-badge-text)}.brand-app-root .badge-tier--platinum .badge-tier__dot{background-image:url(/assets/tiers/star.png)}.brand-app-root .badge-tier--diamond{background:var(--tf-color-tier-badge-background);color:var(--tf-color-tier-badge-text)}.brand-app-root .badge-tier--diamond .badge-tier__dot{background-image:url(/assets/tiers/legend.png)}.brand-app-root .badge-tier--on-dark{background:rgba(255,255,255,.92)}.brand-app-root .avatar--1{background:var(--primary)}.brand-app-root .avatar--2{background:var(--support)}.brand-app-root .avatar--3{background:var(--money-green)}.brand-app-root .avatar--4{background:var(--live-red)}.brand-app-root .avatar--5{background:#64748b}.brand-app-root .avatar--6{background:var(--secondary)}.brand-app-root .roster-toolbar{display:grid;grid-template-columns:minmax(320px,1fr) auto;align-items:center;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);margin-bottom:calc(var(--tf-space-5) * 1px)}.brand-app-root .roster-search{display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);flex:1 1;min-width:220px;background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--radius-md);padding:0 calc(var(--tf-space-3) * 1px);color:var(--tf-color-text-muted)}.brand-app-root .roster-search .input{border:none;background:none;flex:1 1;padding:calc(var(--tf-space-2-5) * 1px) 0}.brand-app-root .roster-search .input:focus{outline:none}.brand-app-root .roster-search:focus-within{outline:2px solid var(--primary);outline-offset:2px;border-color:var(--primary)}.brand-app-root .roster-filters{display:grid;grid-template-columns:repeat(3,150px);grid-gap:calc(var(--tf-space-2) * 1px);gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .roster-filters .select{width:150px;min-width:0}.brand-app-root .roster-filter-toggle{display:none}.brand-app-root .roster-intro{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);flex-wrap:wrap;margin-bottom:calc(var(--tf-space-5) * 1px)}.brand-app-root .roster-privacy-chip{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;white-space:nowrap;border-radius:var(--radius-pill);font-weight:var(--tf-font-weight-bold);padding:calc(var(--tf-space-1) * 1px) calc(var(--tf-space-2) * 1px);background:var(--primary-tint);color:var(--primary);font-size:var(--tf-type-meta-size)}.brand-app-root .roster-platform-label,.roster-profile-dialog .roster-platform-label{white-space:nowrap;color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-bold)}.brand-app-root .roster-platform-label{font-size:var(--tf-type-meta-size)}.brand-app-root .r-handle,.roster-profile-dialog .r-handle{display:flex;align-items:center;gap:calc(var(--tf-space-1-5) * 1px);flex-wrap:wrap}.brand-app-root .roster-profile-action{border:1px solid var(--border);background:var(--surface);color:var(--tf-color-text);border-radius:var(--radius-sm);padding:calc(var(--tf-space-2) * 1px) calc(var(--tf-space-2-5) * 1px);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);white-space:nowrap;cursor:pointer}.brand-app-root .roster-profile-action:focus-visible{border-color:var(--primary);color:var(--primary)}@media (hover:hover) and (pointer:fine){.brand-app-root .roster-profile-action:hover{border-color:var(--primary);color:var(--primary)}}.roster-profile-dialog .roster-profile-identity{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);margin-top:calc(var(--tf-space-4) * 1px)}.roster-profile-dialog .roster-profile-identity strong{display:block;margin-bottom:calc(var(--tf-space-1) * 1px)}.roster-profile-dialog .roster-profile-metrics{display:grid;grid-template-columns:1fr 1fr;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);margin:calc(var(--tf-space-5) * 1px) 0 0}.roster-profile-dialog .roster-profile-metrics>div{padding:calc(var(--tf-space-3) * 1px);border-radius:var(--radius-md);background:var(--tf-color-surface-alt)}.roster-profile-dialog .roster-profile-metrics dt{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-type-meta-weight)}.roster-profile-dialog .roster-profile-metrics dd{margin:calc(var(--tf-space-1) * 1px) 0 0;color:var(--tf-color-text);font-size:var(--tf-type-body-size);font-weight:var(--tf-type-section-title-weight)}.roster-profile-dialog .roster-profile-campaigns{margin-top:calc(var(--tf-space-5) * 1px)}.roster-profile-dialog .roster-profile-campaigns>div{display:flex;gap:calc(var(--tf-space-2) * 1px);flex-wrap:wrap;margin-top:calc(var(--tf-space-2) * 1px)}.roster-profile-dialog .roster-profile-campaigns span{padding:calc(var(--tf-space-1-5) * 1px) calc(var(--tf-space-2) * 1px);border:1px solid var(--tf-color-border);border-radius:var(--radius-pill);color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-type-meta-weight)}.brand-app-root .r-creator{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .r-avatar{width:38px;height:38px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--tf-semantic-light-text-on-brand);flex-shrink:0}.brand-app-root .r-avatar,.brand-app-root .r-name{font-weight:var(--tf-font-weight-bold)}.brand-app-root .r-handle,.roster-profile-dialog .r-handle{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium)}.brand-app-root .r-money,.brand-app-root .r-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:var(--tf-font-weight-bold)}.brand-app-root .r-money{color:var(--money-green)}.brand-app-root .ob-wrap{width:100%;display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .ob-progress-heading{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .ob-progress-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .ob-hero-title{margin:0;font-family:var(--tf-type-page-title-font-family);font-size:var(--tf-type-page-title-size);font-weight:var(--tf-type-page-title-weight);line-height:var(--tf-type-page-title-line-height);letter-spacing:var(--tf-type-page-title-letter-spacing)}.brand-app-root .ob-progress-count{color:var(--primary);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);white-space:nowrap}.brand-app-root .ob-progress{height:8px;overflow:hidden;border-radius:var(--radius-pill);background:var(--surface-alt)}.brand-app-root .ob-progress__fill{display:block;height:100%;border-radius:inherit;background:var(--primary)}.brand-app-root .ob-progress-description{margin:0;color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .checklist-card{position:relative;isolation:isolate;list-style:none;margin:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:calc(var(--tf-space-6) * 1px)}.brand-app-root .checklist-card:before{content:"";position:absolute;z-index:0;top:51px;bottom:51px;left:52px;width:2px;transform:translateX(-50%);border-radius:var(--radius-pill);background:var(--border-strong)}.brand-app-root .ck-row{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;grid-gap:calc(var(--tf-space-4) * 1px);gap:calc(var(--tf-space-4) * 1px);min-height:72px;padding:calc(var(--tf-space-4) * 1px);border-radius:var(--radius-md)}.brand-app-root .ck-row+.ck-row{margin-top:calc(var(--tf-space-2) * 1px)}.brand-app-root .ck-row[data-state=active]{z-index:1;padding:calc(calc(var(--tf-space-4) * 1px) - calc(var(--tf-space-0-5) * 1px));background:var(--primary-tint);border:2px solid var(--primary)}.brand-app-root .ck-step-dot{position:relative;z-index:2;width:22px;height:22px;border:2px solid var(--border-strong);border-radius:50%;background:var(--surface);box-shadow:0 0 0 4px var(--surface);display:flex;align-items:center;justify-content:center;color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);opacity:1}.brand-app-root .ck-row[data-state=done] .ck-step-dot{background:var(--tf-color-info-accent);border-color:var(--tf-color-info-accent);color:var(--tf-color-info-ink)}.brand-app-root .ck-row[data-state=active] .ck-step-dot{background:var(--primary);border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-tint);color:var(--tf-semantic-light-text-on-brand)}.brand-app-root .ck-body{min-width:0;display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .ck-eyebrow{display:block;margin-bottom:calc(var(--tf-space-0-5) * 1px);color:var(--primary);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .ck-label{margin:0;font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .ck-sub{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .ck-state{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);white-space:nowrap}.brand-app-root .ck-state--done{color:var(--tf-color-info-ink)}.brand-app-root .ck-row[data-state=pending] .ck-body,.brand-app-root .ck-row[data-state=pending] .ck-state{opacity:.64}.brand-app-root .ck-state--pending{color:var(--tf-color-text-muted)}.brand-app-root .ck-row[data-state=active]{padding-block:calc(var(--tf-space-5) * 1px)}.brand-app-root .ck-row[data-state=active] .ck-eyebrow{margin-bottom:calc(var(--tf-space-1) * 1px);font-size:var(--tf-type-table-cell-size)}.brand-app-root .ck-row[data-state=active] .ck-label{font-family:var(--tf-type-subsection-title-font-family);font-size:var(--tf-type-subsection-title-size);font-weight:var(--tf-type-subsection-title-weight);line-height:var(--tf-type-subsection-title-line-height);letter-spacing:var(--tf-type-subsection-title-letter-spacing)}.brand-app-root .ck-row[data-state=active] .ck-sub{margin-top:calc(var(--tf-space-1) * 1px);font-size:var(--tf-type-table-cell-size);line-height:var(--tf-line-height-body)}.brand-app-root .demo-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:calc(var(--tf-space-4) * 1px);margin-bottom:calc(var(--tf-space-3) * 1px)}.brand-app-root .demo-section-copy{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px)}.brand-app-root .demo-section-title{margin:0;font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-display)}.brand-app-root .demo-card{display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px);padding:calc(var(--tf-space-6) * 1px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.brand-app-root .demo-campaign-head{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(var(--tf-space-4) * 1px);padding-bottom:calc(var(--tf-space-4) * 1px);border-bottom:1px solid var(--border)}.brand-app-root .demo-campaign-title{margin:0;font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-tight)}.brand-app-root .demo-campaign-meta{display:flex;flex-wrap:wrap;align-items:center;gap:calc(var(--tf-space-2) * 1px);margin-top:calc(var(--tf-space-2) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .demo-meta-dot{width:calc(var(--tf-space-1) * 1px);height:calc(var(--tf-space-1) * 1px);background:var(--border-strong);border-radius:50%}.brand-app-root .demo-metric-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .demo-metric-primary{min-height:190px;padding:calc(var(--tf-space-5) * 1px);display:flex;flex-direction:column;justify-content:space-between;background:var(--tf-color-info-tint2);border:1px solid var(--tf-color-info-border);border-radius:var(--radius-md)}.brand-app-root .demo-metric-kicker{display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);color:var(--tf-color-info-ink);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .demo-metric-kicker:before{content:"";width:calc(var(--tf-space-2) * 1px);height:calc(var(--tf-space-2) * 1px);background:var(--tf-color-info-accent);border-radius:50%}.brand-app-root .demo-metric-primary__num{display:block;color:var(--tf-color-text);font-size:var(--tf-type-amount-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-display);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brand-app-root .demo-support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .demo-support-stat{min-width:0;padding-top:calc(var(--tf-space-3) * 1px);display:flex;flex-direction:column;justify-content:space-between;gap:calc(var(--tf-space-1) * 1px);border-top:1px solid var(--border)}.brand-app-root .demo-support-stat--wide{grid-column:1/-1}.brand-app-root .demo-support-stat__label{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .demo-support-stat__num{color:var(--tf-color-text);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-display);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brand-app-root .demo-data-note{display:flex;align-items:flex-start;gap:calc(var(--tf-space-2) * 1px);padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px);color:var(--tf-color-text-muted);background:var(--surface-alt);border-radius:var(--radius-md);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body)}.brand-app-root .demo-data-note svg{flex-shrink:0;color:var(--tf-color-info-accent)}.brand-app-root .platform-label{color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);white-space:nowrap}.brand-app-root .spark{display:flex;align-items:flex-end;gap:calc(var(--tf-space-0-5) * 1px);height:36px}.brand-app-root .spark__bar{width:6px;border-radius:3px 3px 0 0;background:var(--primary);opacity:.85}.brand-app-root .spark__bar--peak{background:var(--primary);opacity:1}.brand-app-root .wizard-stepper{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .wizard-stepper__step{display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);flex:none;min-width:0}.brand-app-root .wizard-stepper__num{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);background:var(--surface-alt);color:var(--tf-color-text-muted);flex-shrink:0}.brand-app-root .wizard-stepper__step--active .wizard-stepper__num{background:var(--primary);color:var(--tf-semantic-light-text-on-brand)}.brand-app-root .wizard-stepper__label{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted);white-space:nowrap}.brand-app-root .wizard-stepper__step--active .wizard-stepper__label{color:var(--tf-color-text)}.brand-app-root .wizard-stepper__connector{flex:1 1;height:2px;background:var(--border-strong)}@media (max-width:480px){.brand-app-root .wizard-stepper{flex-direction:column;align-items:stretch;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .wizard-stepper__connector{display:none}}.brand-app-root .review-row{display:flex;align-items:center;gap:calc(var(--tf-space-4) * 1px);padding:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-5) * 1px);border-bottom:1px solid var(--border)}.brand-app-root .review-row:last-child{border-bottom:none}.brand-app-root .review-row__thumb{width:56px;height:56px;border-radius:var(--radius-md);background:var(--primary);flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-primary)}.brand-app-root .review-row__body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px)}.brand-app-root .review-row__creator{display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .review-row__meta{display:flex;align-items:center;gap:calc(var(--tf-space-4) * 1px);font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-bold)}.brand-app-root .review-row__actions{display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);flex-shrink:0}.brand-app-root .review-row__actions--stack{flex-direction:column;align-items:flex-end;gap:calc(var(--tf-space-1-5) * 1px)}.brand-app-root .modal{width:100%;background:var(--surface);border-radius:var(--radius-lg);padding:calc(var(--tf-space-7) * 1px) calc(var(--tf-space-6) * 1px) calc(var(--tf-space-6) * 1px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:calc(var(--tf-space-3) * 1px);box-shadow:0 30px 60px -20px rgba(42,26,16,.4)}.brand-app-root .modal__title{font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .modal__body{font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body)}.brand-app-root .modal--desktop{width:440px;align-items:flex-start;text-align:left}.brand-app-root .modal--desktop .modal__header{display:flex;align-items:center;justify-content:space-between;width:100%}.brand-app-root .modal--desktop .modal__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;font:inherit;cursor:pointer;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--tf-color-text-muted);background:var(--surface-alt);flex-shrink:0}.brand-app-root .modal--desktop .modal__footer{display:flex;gap:calc(var(--tf-space-3) * 1px);width:100%;margin-top:calc(var(--tf-space-2) * 1px)}.brand-app-root .campaign-launch{animation:tf-launch-banner-in var(--tf-motion-slow) var(--tf-motion-ease-out) both}.brand-app-root .campaign-launch .tf-callout__title{animation:tf-launch-banner-rise var(--tf-motion-slow) var(--tf-motion-ease-out) .12s both}@keyframes tf-launch-banner-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tf-launch-banner-rise{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes tf-launch-beacon-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes tf-launch-beacon-ring{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(3)}}@keyframes tf-launch-particle{0%{opacity:0;transform:translateY(3px) scale(.6)}35%{opacity:1}to{opacity:0;transform:translateY(-8px) scale(1)}}@media (prefers-reduced-motion:reduce){.brand-app-root .campaign-launch,.brand-app-root .campaign-launch .tf-callout__title{animation:none}}.brand-app-root .form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-5) * 1px);gap:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-5) * 1px)}.brand-app-root .form-grid .field--span2{grid-column:1/-1}.brand-app-root .specimen-section{display:flex;flex-direction:column;gap:calc(var(--tf-space-4) * 1px);padding-bottom:calc(var(--tf-space-6) * 1px);border-bottom:1px solid var(--border)}.brand-app-root .specimen-section:last-child{border-bottom:none}.brand-app-root .specimen-section__title{font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .list-row__amount{font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.brand-app-root .list-row__amount--positive{color:var(--money-green)}.brand-app-root .list-row__amount--negative{color:var(--tf-color-text)}.brand-app-root .main-topbar__titlegroup{display:flex;flex-direction:column;gap:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .crumb-link{display:inline-flex;align-items:center;gap:calc(var(--tf-space-1) * 1px);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted);text-decoration:none;width:-moz-fit-content;width:fit-content}@media (hover:hover) and (pointer:fine){.brand-app-root .crumb-link:hover{color:var(--primary)}}.brand-app-root .detail-header-row{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .detail-tabs{display:flex;gap:calc(var(--tf-space-4) * 1px);margin-top:calc(var(--tf-space-1-5) * 1px)}.brand-app-root .detail-tabs__item{padding:calc(var(--tf-space-1-5) * 1px) calc(var(--tf-space-0-5) * 1px);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted);text-decoration:none;border-bottom:2px solid transparent}@media (hover:hover) and (pointer:fine){.brand-app-root .detail-tabs__item:hover{color:var(--tf-color-text)}}.brand-app-root .detail-tabs__item--active{color:var(--primary);border-bottom-color:var(--primary)}.brand-app-root.auth-shell-root{display:flex;align-items:center;justify-content:center;min-height:100vh}.brand-app-root.auth-journey-root{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:calc(var(--tf-space-12) * 1px) calc(var(--tf-space-5) * 1px)}.brand-app-root .auth-journey-shell{display:flex;flex-direction:column;gap:calc(var(--tf-space-8) * 1px);width:100%;max-width:calc(calc(var(--tf-space-16) * 1px) * 7)}.brand-app-root .auth-journey-brand{align-self:flex-start;color:inherit;text-decoration:none}.brand-app-root .auth-journey-brand .service-logo{width:calc(calc(var(--tf-space-16) * 1px) * 2 + calc(var(--tf-space-1) * 1px))}.brand-app-root .auth-email-step,.brand-app-root .auth-entry-flow,.brand-app-root .auth-entry-flow__header,.brand-app-root .auth-journey-content{display:flex;flex-direction:column}.brand-app-root .auth-entry-flow,.brand-app-root .auth-journey-content{gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .auth-entry-flow__header,.brand-app-root .auth-journey-heading{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root.auth-journey-root .login-form-title{font-size:var(--tf-type-amount-size);line-height:var(--tf-line-height-heading);letter-spacing:var(--tf-letter-spacing-display);word-break:keep-all}.brand-app-root.auth-journey-root .login-form-sub{margin-top:0;font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-table);line-height:var(--tf-line-height-body);word-break:keep-all}.brand-app-root .auth-entry-flow__resolving{min-height:calc(calc(var(--tf-space-16) * 1px) * 2 + calc(var(--tf-space-8) * 1px))}.brand-app-root .auth-entry-flow__notice{color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body)}.brand-app-root .auth-entry-loading{display:flex;flex-direction:column;align-items:center;gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .auth-entry-loading__action{width:100%;height:calc(calc(var(--tf-space-12) * 1px) + calc(var(--tf-space-2) * 1px))}.brand-app-root .auth-entry-loading__secondary{width:calc(calc(var(--tf-space-16) * 1px) * 2 + calc(var(--tf-space-8) * 1px));height:calc(var(--tf-space-4) * 1px)}.brand-app-root .auth-entry-flow__footer{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body);text-align:center}.brand-app-root .auth-entry-flow__footer a{color:inherit;text-underline-offset:calc(var(--tf-space-1) * 1px)}.brand-app-root .auth-email-step{gap:calc(var(--tf-space-4) * 1px)}.brand-app-root.auth-journey-root .auth-email-step__back{align-self:flex-start;min-height:auto;border:0;border-radius:0;padding:calc(var(--tf-space-1) * 1px) 0;color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size)}.brand-app-root.auth-journey-root .tf-button{min-height:calc(calc(var(--tf-space-12) * 1px) + calc(var(--tf-space-2) * 1px));border-radius:var(--radius-lg)}.brand-app-root.auth-journey-root .input{min-height:calc(calc(var(--tf-space-12) * 1px) + calc(var(--tf-space-1) * 1px));border-radius:var(--radius-md)}.brand-app-root.auth-journey-root .social-auth-buttons{max-width:none;margin:0;gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .social-auth-buttons__alternatives,.brand-app-root .social-auth-buttons__recommended{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .social-auth-buttons__alternatives{min-width:0;margin:0;padding:0;border:0}.brand-app-root .social-auth-buttons__recent{order:-1;color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);line-height:var(--tf-line-height-body)}.brand-app-root.auth-journey-root .google-identity-button{min-height:calc(calc(var(--tf-space-12) * 1px) + calc(var(--tf-space-2) * 1px));justify-content:center}.brand-app-root.auth-journey-root .social-auth-note{text-align:left}.brand-app-root .auth-entry-flow>.tf-callout{margin:0}.brand-app-root .login-shell{width:1040px;min-height:640px;margin:calc(var(--tf-space-10) * 1px) auto;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:none;overflow:hidden;display:flex;background:var(--surface)}.brand-app-root .login-panel{flex:1 1;background:linear-gradient(145deg,var(--tf-color-hero-ramp-start) 0,var(--tf-color-hero-ramp-mid) 52%,var(--tf-color-hero-ramp-end) 100%);color:var(--tf-semantic-light-text-on-brand);padding:calc(var(--tf-space-8) * 1px);display:flex;flex-direction:column;justify-content:space-between;position:relative;isolation:isolate;overflow:hidden}.brand-app-root .login-panel:after{content:"";position:absolute;top:-80px;right:-80px;width:260px;height:260px;border-radius:50%;background:rgba(255,197,61,.35);z-index:-1}.brand-app-root .login-shell--brand-login .login-panel{background:linear-gradient(150deg,#fff6ef,#ffe9da 62%,#ffdfcb);color:#271811;border-right:1px solid rgba(247,97,34,.08)}.brand-app-root .login-shell--brand-login .login-panel:after{content:none}.brand-app-root .login-shell--brand-login .login-panel__headline{color:#271811}.brand-app-root .login-shell--brand-login .login-panel__sub{color:#62483a}.brand-app-root .login-shell--brand-login .value-props{gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .login-shell--brand-login .value-prop{align-items:center;min-height:58px;padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px);border:1px solid rgba(247,97,34,.1);border-radius:var(--radius-md);background:rgba(255,255,255,.72);color:#39261d}.brand-app-root .login-shell--brand-login .value-prop__icon{border-radius:var(--radius-md);background:var(--primary);color:var(--tf-semantic-light-text-on-brand)}.brand-app-root .login-panel__headline{font-size:var(--tf-type-amount-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-display);line-height:var(--tf-line-height-heading);max-width:380px;word-break:keep-all}.brand-app-root .login-panel__sub{margin-top:calc(var(--tf-space-4) * 1px);font-size:var(--tf-type-body-size);color:color-mix(in srgb,var(--tf-semantic-light-text-on-brand) 82%,transparent);font-weight:var(--tf-font-weight-medium);max-width:360px;line-height:var(--tf-line-height-body);word-break:keep-all}.brand-app-root .value-props{display:flex;flex-direction:column;gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .value-prop{display:flex;align-items:flex-start;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .value-prop__icon{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;flex-shrink:0}.brand-app-root .value-prop__text{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);line-height:var(--tf-line-height-body)}.brand-app-root .login-form-side{width:420px;flex-shrink:0;padding:calc(var(--tf-space-8) * 1px) calc(var(--tf-space-7) * 1px);display:flex;flex-direction:column;justify-content:center;gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .login-form-side .brand{margin-bottom:calc(var(--tf-space-2) * 1px)}.brand-app-root .login-form-title{margin:0;font-size:var(--tf-type-amount-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-tight)}.brand-app-root .login-form-sub{margin-top:calc(var(--tf-space-1) * 1px);font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium)}.brand-app-root .field__label-row{display:flex;align-items:baseline;justify-content:space-between;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .field__link{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--primary);text-decoration:none}@media (hover:hover) and (pointer:fine){.brand-app-root .field__link:hover{text-decoration:underline}}.brand-app-root .password-input{position:relative}.brand-app-root .password-input .input{width:100%;padding-right:calc(var(--tf-space-12) * 1px)}.brand-app-root .password-input__toggle{position:absolute;top:50%;right:calc(var(--tf-space-3) * 1px);transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:calc(var(--tf-space-1) * 1px);border:none;border-radius:var(--radius-sm);background:transparent;color:var(--tf-color-text-muted);cursor:pointer}@media (hover:hover) and (pointer:fine){.brand-app-root .password-input__toggle:hover{color:var(--tf-color-text)}}.brand-app-root .checkbox-field{display:flex;align-items:flex-start;gap:calc(var(--tf-space-2) * 1px);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-table);color:var(--tf-color-text);cursor:pointer}.brand-app-root .checkbox-field input[type=checkbox]{margin-top:calc(var(--tf-space-0-5) * 1px);width:16px;height:16px;flex:none;accent-color:var(--primary)}.brand-app-root .checkbox-field a{color:var(--primary);font-weight:var(--tf-font-weight-bold)}.brand-app-root .login-fields{display:flex;flex-direction:column;gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .auth-otp-intro{color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body)}.brand-app-root .auth-otp-intro strong{color:var(--tf-color-text);font-weight:var(--tf-font-weight-bold);overflow-wrap:anywhere}.brand-app-root .auth-password-reset-link{align-self:center;color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body);text-underline-offset:calc(var(--tf-space-1) * 1px)}.brand-app-root .auth-otp-actions,.brand-app-root .google-identity-button{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .google-identity-button{position:relative;min-height:44px;align-items:center}.brand-app-root .google-identity-button__widget{width:100%}.brand-app-root .google-identity-button *,.brand-app-root .google-identity-button :after,.brand-app-root .google-identity-button :before{box-sizing:content-box}.brand-app-root .google-identity-button--icon{width:58px;height:58px;min-height:58px;justify-content:center;border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}.brand-app-root .google-identity-button--icon [role=button]{border-color:transparent;background:transparent;box-shadow:none}.brand-app-root .google-identity-button__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:calc(var(--tf-space-2) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .google-identity-button--unavailable{border-style:dashed}.brand-app-root .google-identity-button--unavailable .google-identity-button__placeholder{opacity:.62}.brand-app-root .social-auth-buttons{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px);width:100%;max-width:356px;margin:0 auto}.brand-app-root .social-auth-buttons__providers{min-width:0;margin:0;padding:0;border:0}.brand-app-root .social-auth-buttons__providers>legend{width:100%;margin-bottom:calc(var(--tf-space-4) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);text-align:center}.brand-app-root .social-auth-buttons__row{display:flex;flex-direction:column;align-items:center;gap:calc(var(--tf-space-2) * 1px);position:relative}.brand-app-root .social-auth-buttons__row form{width:100%}.brand-app-root .social-auth-buttons__row--kakao{z-index:1}.brand-app-root .social-auth-other{border-top:1px solid var(--border);padding-top:calc(var(--tf-space-3) * 1px)}.brand-app-root .social-auth-other summary{color:var(--tf-color-text-muted);cursor:pointer;font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);list-style-position:inside;text-align:center}.brand-app-root .social-auth-other .social-auth-buttons__row{margin-top:calc(var(--tf-space-3) * 1px)}.brand-app-root .social-auth-buttons--compact{gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .social-provider-row{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .social-provider-slot{position:relative;width:100%}.brand-app-root .social-provider-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;padding:0 calc(var(--tf-space-6) * 1px);border:1px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);color:var(--tf-color-text);cursor:pointer;box-shadow:none;font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);text-decoration:none}.brand-app-root .social-provider-button svg{position:absolute;left:calc(var(--tf-space-5) * 1px)}.brand-app-root .social-provider-button--kakao{border-color:rgb(254 229 0);background:rgb(254 229 0);color:rgb(0 0 0/85%)}.brand-app-root .social-provider-button--google{border-color:rgb(116 119 117);background:rgb(255 255 255);color:rgb(31 31 31)}.brand-app-root .social-provider-button--naver{border-color:rgb(3 199 90);background:rgb(3 199 90);color:rgb(255 255 255)}.brand-app-root .social-provider-hint{position:absolute;z-index:1;top:-8px;right:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-1) * 1px) calc(var(--tf-space-2) * 1px);border-radius:var(--radius-pill);background:var(--tf-semantic-light-brand-primary);color:var(--tf-semantic-light-text-on-brand);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);line-height:var(--tf-line-height-heading);pointer-events:none}.brand-app-root .social-email-option{position:relative}.brand-app-root .auth-method-divider{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .auth-method-divider:after,.brand-app-root .auth-method-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.brand-app-root .social-provider-button--github{border-color:#171515;background:#171515;color:var(--tf-semantic-light-text-on-brand)}.brand-app-root .social-auth-note{display:block;margin:0;color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);line-height:var(--tf-line-height-body);text-align:center}.brand-app-root .login-shell--brand-login .login-fields .tf-button--primary{box-shadow:none}.brand-app-root .auth-divider{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .auth-divider:after,.brand-app-root .auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border-strong)}.brand-app-root .last-login-badge{position:absolute;top:-10px;right:8px;z-index:2;display:inline-flex;align-items:center;padding:calc(var(--tf-space-0-5) * 1px) calc(var(--tf-space-2) * 1px);border-radius:var(--radius-pill,999px);background:var(--primary);color:var(--tf-semantic-light-text-on-brand);box-shadow:0 1px 4px rgba(0,0,0,.18)}.brand-app-root .last-login-badge,.brand-app-root .last-login-reset{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .last-login-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;align-self:center;color:var(--tf-color-text-muted);text-decoration:underline}.brand-app-root .login-signup{text-align:center;font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium)}.brand-app-root .login-signup a{color:var(--primary);font-weight:var(--tf-font-weight-bold);text-decoration:none}.brand-app-root .campaigns-toolbar{display:flex;align-items:center;justify-content:space-between}.brand-app-root .draft-campaigns{margin-bottom:calc(var(--tf-space-5) * 1px)}.brand-app-root .draft-campaigns .table-card__head{gap:calc(var(--tf-space-3) * 1px);flex-wrap:wrap}.brand-app-root .draft-campaign-actions{display:flex;align-items:center;justify-content:flex-end;gap:calc(var(--tf-space-2) * 1px);flex-wrap:wrap}.brand-app-root .draft-campaign-actions__confirm{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .draft-campaigns__empty{padding:calc(var(--tf-space-6) * 1px) calc(var(--tf-space-5) * 1px)}.brand-app-root .draft-actions{display:flex;flex-wrap:wrap;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .campaign-family-tabs{display:flex;gap:calc(var(--tf-space-6) * 1px);border-bottom:1px solid var(--border)}.brand-app-root .campaign-family-tabs__item{position:relative;padding:0 0 calc(var(--tf-space-3) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);white-space:nowrap}.brand-app-root .campaign-family-tabs__item--active{color:var(--tf-color-text)}.brand-app-root .campaign-family-tabs__item--active:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;border-radius:var(--radius-pill);background:var(--primary);content:""}.brand-app-root .brand-profile-avatar{flex:0 0 auto;overflow:hidden;background:var(--primary)}.brand-app-root .brand-profile-avatar__image{display:block;width:100%;height:100%;object-fit:cover}.brand-app-root .campaigns-screen{gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .campaigns-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:calc(var(--tf-space-4) * 1px);gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .campaigns-summary__item{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);min-width:0;padding:calc(var(--tf-space-5) * 1px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.brand-app-root .campaigns-summary__label{overflow:hidden;color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);text-overflow:ellipsis;white-space:nowrap}.brand-app-root .campaigns-summary__value{color:var(--tf-color-text);font-size:var(--tf-type-amount-size);font-weight:var(--tf-font-weight-bold);line-height:var(--tf-line-height-tight)}.brand-app-root .campaigns-list-card .table{table-layout:fixed}.brand-app-root .campaigns-list-card{overflow:visible}.brand-app-root .campaigns-list-card td:first-child,.brand-app-root .campaigns-list-card th:first-child{width:12%}.brand-app-root .campaigns-list-card td:nth-child(2),.brand-app-root .campaigns-list-card th:nth-child(2){width:28%}.brand-app-root .campaigns-list-card td:nth-child(3),.brand-app-root .campaigns-list-card td:nth-child(4),.brand-app-root .campaigns-list-card td:nth-child(5),.brand-app-root .campaigns-list-card td:nth-child(6),.brand-app-root .campaigns-list-card th:nth-child(3),.brand-app-root .campaigns-list-card th:nth-child(4),.brand-app-root .campaigns-list-card th:nth-child(5),.brand-app-root .campaigns-list-card th:nth-child(6){text-align:center}.brand-app-root .campaigns-list-card td:last-child,.brand-app-root .campaigns-list-card th:last-child{width:calc(var(--tf-space-12) * 1px);overflow:visible;text-align:center}.brand-app-root .campaigns-list-card .table__cell-sub,.brand-app-root .campaigns-list-card .table__cell-title,.brand-app-root .campaigns-list-card td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-app-root .campaign-platform{display:inline-flex;align-items:center;justify-content:center;max-width:100%}.brand-app-root .campaign-platform img{display:block;width:calc(var(--tf-space-6) * 1px);height:calc(var(--tf-space-6) * 1px);object-fit:contain}.brand-app-root .campaign-row-action{position:relative;overflow:visible!important}.brand-app-root .campaign-row-action__button{display:inline-flex;align-items:center;justify-content:center;min-width:calc(var(--tf-space-8) * 1px);min-height:calc(var(--tf-space-8) * 1px);border-radius:var(--radius-md);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-bold);text-decoration:none}@media (hover:hover) and (pointer:fine){.brand-app-root .campaign-row-action__button:hover{background:var(--surface-alt);color:var(--tf-color-text)}}.brand-app-root .campaign-row-menu-control{position:relative}.brand-app-root .campaign-row-menu-control>summary{list-style:none}.brand-app-root .campaign-row-menu-control>summary::-webkit-details-marker{display:none}.brand-app-root .campaign-row-menu{position:absolute;top:calc(100% + calc(var(--tf-space-1) * 1px));right:0;z-index:50;display:grid;min-width:calc(calc(var(--tf-space-12) * 1px) * 2);padding:calc(var(--tf-space-1) * 1px);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-card)}.brand-app-root .campaign-row-menu__item{display:flex;align-items:center;justify-content:center;width:100%;padding:calc(var(--tf-space-2) * 1px) calc(var(--tf-space-3) * 1px);border-radius:var(--radius-sm);color:var(--tf-color-text);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);white-space:nowrap}@media (hover:hover) and (pointer:fine){.brand-app-root .campaign-row-menu__item:hover{background:var(--surface-alt)}}.brand-app-root .campaign-row-menu__item:disabled{cursor:wait;color:var(--tf-color-disabled-ink)}.brand-app-root .campaign-row-menu__error{max-width:calc(calc(var(--tf-space-12) * 1px) * 4);padding:calc(var(--tf-space-2) * 1px);color:var(--tf-semantic-light-text-danger);white-space:normal}.brand-app-root .campaign-row-menu__error,.brand-app-root .refund-note{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .refund-note{color:var(--money-green);margin-top:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .views-split{display:flex;flex-direction:column;gap:calc(var(--tf-space-1-5) * 1px);margin-top:calc(var(--tf-space-2) * 1px);width:100%}.brand-app-root .views-split__bar{display:flex;height:6px;border-radius:var(--radius-pill);overflow:hidden;background:var(--surface-alt)}.brand-app-root .views-split__fill{display:block;height:100%;background:var(--tf-color-text)}.brand-app-root .views-split__legend{display:flex;justify-content:space-between;gap:calc(var(--tf-space-2) * 1px);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted)}.brand-app-root .views-split__legend-on{color:var(--tf-color-text)}.brand-app-root .gauge-card{display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .gauge-card__head{display:flex;align-items:center;justify-content:space-between}.brand-app-root .gauge-card__title{font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .daily-spark{height:64px;gap:calc(var(--tf-space-1) * 1px);justify-content:space-between}.brand-app-root .daily-spark--dense{gap:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .daily-spark .spark__bar{flex:1 1;min-width:1px;max-width:22px}.brand-app-root .daily-spark-labels{display:flex;justify-content:space-between;color:var(--tf-color-text-muted)}.brand-app-root .daily-spark-labels,.brand-app-root .rejected-reason{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .rejected-reason{color:var(--tf-color-danger-accent);margin-top:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .content-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:calc(var(--tf-space-4) * 1px);gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .content-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden;display:flex;flex-direction:column}.brand-app-root .content-card__thumb{position:relative;height:160px;background:var(--primary);display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);align-items:center;justify-content:center;text-decoration:none}.brand-app-root .content-card__open{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--surface)}.brand-app-root .content-card__thumb--alt2{background:#149e57}.brand-app-root .content-card__thumb--alt3{background:var(--primary)}.brand-app-root .content-card__platform{position:absolute;top:calc(var(--tf-space-3) * 1px);left:calc(var(--tf-space-3) * 1px)}.brand-app-root .content-card__body{padding:calc(var(--tf-space-4) * 1px);display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .content-card__creator{display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .content-card__stats{display:flex;align-items:center;justify-content:space-between}.brand-app-root .content-card__stat{display:flex;flex-direction:column;gap:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .content-card__stat-label{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted)}.brand-app-root .content-card__stat-value{font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brand-app-root .manage-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:calc(var(--tf-space-5) * 1px);gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .manage-card__title{font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .manage-card__desc{font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body)}.brand-app-root .manage-card__meta-row{display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);flex-wrap:wrap;font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .manage-card__meta-row .divider-dot:before{content:"·";color:var(--border-strong);margin:0 calc(var(--tf-space-0-5) * 1px)}.brand-app-root .manage-card__form-row{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .manage-card__form-row .input-amount{flex:1 1}.brand-app-root .wallet-hint{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text-muted)}.brand-app-root .wallet-hint a{color:var(--primary);font-weight:var(--tf-font-weight-bold);text-decoration:none}.brand-app-root .danger-zone{border-color:var(--tf-color-danger-callout-border)}.brand-app-root .refund-calc{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);padding:calc(var(--tf-space-4) * 1px);background:var(--surface-alt);border-radius:var(--radius-md);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .refund-calc__row{display:flex;align-items:center;justify-content:space-between;color:var(--tf-color-text-muted)}.brand-app-root .refund-calc__row--total{color:var(--tf-color-text);font-size:var(--tf-type-body-size);border-top:1px solid var(--border-strong);padding-top:calc(var(--tf-space-2) * 1px);margin-top:calc(var(--tf-space-1) * 1px)}.brand-app-root .refund-calc__row--total span:last-child{color:var(--money-green);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .refund-action-note{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-bold)}.brand-app-root .refund-request__body{display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px);padding:0 calc(var(--tf-space-5) * 1px) calc(var(--tf-space-5) * 1px)}.brand-app-root .refund-breakdown{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-4) * 1px);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-alt)}.brand-app-root .refund-breakdown__head,.brand-app-root .refund-history__head{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .refund-breakdown__head h3,.brand-app-root .refund-history__head h3{font-family:var(--tf-type-subsection-title-font-family);font-size:var(--tf-type-subsection-title-size);font-weight:var(--tf-type-subsection-title-weight);line-height:var(--tf-type-subsection-title-line-height);letter-spacing:var(--tf-type-subsection-title-letter-spacing)}.brand-app-root .refund-breakdown__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;margin:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--border)}.brand-app-root .refund-breakdown__item{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px);min-width:0;padding:calc(var(--tf-space-3) * 1px);background:var(--surface)}.brand-app-root .refund-breakdown__item dt{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-bold)}.brand-app-root .refund-breakdown__item dd{margin:0;color:var(--tf-color-text);font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.brand-app-root .refund-breakdown__item--refundable dd{color:var(--money-green)}.brand-app-root .refund-breakdown__note,.brand-app-root .refund-breakdown__notice,.brand-app-root .refund-history__caption,.brand-app-root .refund-history__empty,.brand-app-root .refund-history__reference{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body)}.brand-app-root .refund-breakdown__note,.brand-app-root .refund-breakdown__notice{margin:0}.brand-app-root .refund-breakdown__notice{color:var(--status-paused-ink)}.brand-app-root .refund-history{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .refund-history__list{display:flex;flex-direction:column;gap:1px;margin:0;padding:0;list-style:none;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--border)}.brand-app-root .refund-history__item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-3) * 1px);background:var(--surface)}.brand-app-root .refund-history__item strong{display:block;font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brand-app-root .refund-history__date{display:block;margin-top:calc(var(--tf-space-0-5) * 1px);font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium)}.brand-app-root .refund-history__reference{white-space:nowrap}.brand-app-root .refund-receipt{margin:0 calc(var(--tf-space-5) * 1px) calc(var(--tf-space-5) * 1px);align-items:flex-start}.brand-app-root .refund-receipt .tf-callout__body{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px)}.brand-app-root .refund-receipt__reference{color:inherit;font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .refund-receipt:focus{outline:3px solid rgba(247,97,34,.35);outline-offset:3px}.brand-app-root .refund-dialog{width:min(440px,calc(100vw - (calc(var(--tf-space-4) * 1px) * 2)));max-width:none;max-height:calc(100vh - (calc(var(--tf-space-4) * 1px) * 2));margin:auto;padding:0;border:none;border-radius:var(--radius-lg);background:transparent;color:var(--tf-color-text);overflow:visible}.brand-app-root .refund-dialog::-webkit-backdrop{background:rgba(15,18,34,.48)}.brand-app-root .refund-dialog::backdrop{background:rgba(15,18,34,.48)}.brand-app-root .refund-dialog .modal--desktop{width:100%;max-height:calc(100vh - (calc(var(--tf-space-4) * 1px) * 2));overflow-y:auto}.brand-app-root .refund-dialog__form{display:flex;flex-direction:column;gap:calc(var(--tf-space-4) * 1px);width:100%}.brand-app-root .refund-dialog__message{margin:0;line-height:var(--tf-line-height-body)}.brand-app-root .refund-dialog .modal__close:focus-visible,.brand-app-root .refund-dialog button:focus-visible,.brand-app-root .refund-dialog input:focus-visible{outline:3px solid rgba(247,97,34,.35);outline-offset:3px}.brand-app-root{--wizard-panel-radius:var(--radius-lg);--wizard-control-radius:var(--radius-md)}.brand-app-root .wizard-page{display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px);container-type:inline-size}.brand-app-root .wizard-stepper-card{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0 0 calc(var(--tf-space-4) * 1px);border-bottom:1px solid var(--border)}.brand-app-root .wizard-stepper__summary{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px);margin-bottom:calc(var(--tf-space-4) * 1px);font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .wizard-stepper__summary span{color:var(--tf-color-text-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brand-app-root .wizard-stepper-card .wizard-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:calc(var(--tf-space-2) * 1px);gap:calc(var(--tf-space-2) * 1px);list-style:none;margin:0;padding:0}.brand-app-root .wizard-stepper-card .wizard-stepper__step{display:flex;align-items:center;justify-content:center;gap:calc(var(--tf-space-2) * 1px);min-width:0}.brand-app-root .wizard-stepper-card .wizard-stepper__num{flex:0 0 auto;width:26px;height:26px}.brand-app-root .wizard-stepper-card .wizard-stepper__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:480px){.brand-app-root .wizard-stepper-card{padding-inline:calc(var(--tf-space-3) * 1px)}.brand-app-root .wizard-stepper-card .wizard-stepper__step{flex-direction:column;gap:calc(var(--tf-space-1) * 1px)}.brand-app-root .wizard-stepper-card .wizard-stepper__label{max-width:100%;font-size:var(--tf-font-size-micro)}}.brand-app-root .wizard-workspace{display:block}.brand-app-root .wizard-pane{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px);min-width:0}.brand-app-root .wizard-pane--form{min-width:0}.brand-app-root .wizard-card{display:flex;flex-direction:column;gap:calc(var(--tf-space-8) * 1px);background:var(--surface);border:0;border-radius:var(--wizard-panel-radius);box-shadow:none;padding:calc(var(--tf-space-10) * 1px) calc(var(--tf-space-12) * 1px)}.brand-app-root .wizard-scene-head{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-6) * 1px);border:0;border-radius:var(--wizard-control-radius);background:var(--tf-color-tangerine100)}.brand-app-root .wizard-scene-head__title{max-width:none;font-size:var(--tf-type-page-title-size);line-height:var(--tf-line-height-heading);letter-spacing:var(--tf-letter-spacing-tight)}.brand-app-root .wizard-scene-head__sub{max-width:48ch;color:var(--tf-color-text-muted);font-size:var(--tf-type-body-size);line-height:var(--tf-line-height-body)}.brand-app-root .wizard-footer{position:-webkit-sticky;position:sticky;bottom:calc(var(--tf-space-3) * 1px);display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px);border:1px solid var(--border);border-radius:var(--wizard-control-radius);background:var(--surface);box-shadow:var(--shadow-card);padding:calc(var(--tf-space-3) * 1px)}.brand-app-root .wizard-footer__end{display:flex;align-items:center;justify-content:flex-end;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .wizard-footer__note{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .wizard-footer--actions{border-top:0;padding-top:0}.brand-app-root .field__req{font-style:normal;color:var(--primary-deep);font-size:var(--tf-font-size-micro);font-weight:var(--tf-font-weight-bold)}.brand-app-root .wizard-card .tf-field-wrap:has(input:required)>.tf-field-label:after,.brand-app-root .wizard-card .tf-field-wrap:has(textarea:required)>.tf-field-label:after,.brand-app-root .wizard-card .tf-field-wrap:has(textarea[aria-required=true])>.tf-field-label:after{content:"필수";margin-left:calc(var(--tf-space-1-5) * 1px);color:var(--primary-deep);font-size:var(--tf-font-size-micro);font-weight:var(--tf-font-weight-bold)}.brand-app-root .topbar-wallet-chip{display:inline-flex;align-items:center;padding:calc(var(--tf-space-1-5) * 1px) calc(var(--tf-space-3) * 1px);border-radius:var(--radius-pill);background:var(--money-green-bg);color:var(--status-active-ink);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);text-decoration:none}.brand-app-root .wizard-card .tf-button{min-height:48px;border-radius:var(--wizard-control-radius);box-shadow:none}.brand-app-root .wizard-card .tf-button--primary{background:var(--primary);color:var(--tf-semantic-light-text-on-brand);box-shadow:none}.brand-app-root .wizard-card .tf-button--primary:not(:disabled):hover{transform:none}@media (hover:hover) and (pointer:fine){.brand-app-root .wizard-card .tf-button--primary:not(:disabled):hover{background:var(--primary-deep)}}.brand-app-root .wizard-card .tf-button--ghost,.brand-app-root .wizard-card .tf-button--secondary{border-radius:var(--wizard-control-radius);box-shadow:none}.brand-app-root .wizard-card .angle-card,.brand-app-root .wizard-card .input,.brand-app-root .wizard-card .select,.brand-app-root .wizard-card .tf-field,.brand-app-root .wizard-card .tf-pick-tile{border-radius:var(--wizard-control-radius)}.brand-app-root .url-import-field{display:flex;flex-direction:column;gap:calc(var(--tf-space-1-5) * 1px)}.brand-app-root .url-import-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .url-import-controls .input{width:100%;min-width:0;height:48px}.brand-app-root .url-import-controls .tf-button{height:48px;min-height:48px;flex-shrink:0}.brand-app-root .preview-card{background:var(--tf-color-tangerine100);border:1px solid var(--primary-tint);border-radius:var(--wizard-panel-radius);padding:calc(var(--tf-space-5) * 1px);display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .preview-card__head{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .preview-card__thumb{width:44px;height:44px;border-radius:var(--radius-md);background:var(--primary);display:flex;align-items:center;justify-content:center;color:var(--tf-semantic-light-text-on-brand);font-weight:var(--tf-font-weight-bold);flex-shrink:0;box-shadow:var(--shadow-primary)}.brand-app-root .preview-card__title{font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .preview-card__sub{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium)}.brand-app-root .preview-textarea{width:100%;font-family:var(--tf-font-body);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--wizard-control-radius);padding:calc(var(--tf-space-4) * 1px);resize:vertical;line-height:var(--tf-line-height-body)}.brand-app-root .angle-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .angle-card{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--wizard-control-radius);padding:calc(var(--tf-space-4) * 1px);display:flex;flex-direction:column;gap:calc(var(--tf-space-1-5) * 1px)}.brand-app-root .angle-card__num{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--primary-deep)}.brand-app-root .angle-card textarea{width:100%;border:none;background:transparent;font-family:var(--tf-font-body);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text);resize:vertical;line-height:var(--tf-line-height-body);padding:0}.brand-app-root .product-form{display:flex;flex-direction:column;gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .product-form>:not(.wizard-footer){padding:calc(var(--tf-space-6) * 1px);border:1px solid var(--border);border-radius:var(--wizard-control-radius);background:var(--surface)}.brand-app-root .product-form>:first-child{padding:calc(var(--tf-space-6) * 1px)}.brand-app-root .product-form>.wizard-footer{margin-top:calc(var(--tf-space-6) * 1px)}.brand-app-root .category-note{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px);margin-top:calc(var(--tf-space-2) * 1px);border-left:3px solid var(--primary);border-radius:var(--radius-sm);background:var(--surface-alt);padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px)}.brand-app-root .category-note strong{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .category-note p{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);line-height:var(--tf-line-height-body)}.brand-app-root .category-note em{font-style:normal;font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .campaign-guide,.brand-app-root .campaign-guide__page{display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .campaign-guide__field-group{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .campaign-guide__field-group .field__hint,.brand-app-root .campaign-guide__field-group .field__label{margin:0}.brand-app-root .campaign-guide__field-group .field__label-row{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .campaign-guide__choices{display:flex;flex-wrap:wrap;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .campaign-guide__choice{min-height:42px;border:1.5px solid var(--border-strong);border-radius:var(--wizard-control-radius);padding:0 calc(var(--tf-space-4) * 1px);background:var(--surface);color:var(--tf-color-text-muted);font:inherit;font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);cursor:pointer}.brand-app-root .campaign-guide__choice--selected{border-color:var(--primary);background:var(--primary-tint);color:var(--primary-deep)}@media (hover:hover) and (pointer:fine){.brand-app-root .campaign-guide__choice:hover{border-color:var(--primary);background:var(--primary-tint);color:var(--primary-deep)}}.brand-app-root .budget-tile:focus-visible,.brand-app-root .budget-total__reset:focus-visible,.brand-app-root .campaign-guide__choice:focus-visible,.brand-app-root .cp-media-nav button:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.brand-app-root .campaign-guide__summary{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px);border-left:3px solid var(--primary);border-radius:var(--radius-sm);padding:calc(var(--tf-space-4) * 1px);background:var(--tf-color-tangerine100)}.brand-app-root .campaign-guide__summary span{color:var(--primary-deep);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .campaign-guide__summary strong,.brand-app-root .campaign-guide__textarea{font-size:var(--tf-type-table-cell-size);line-height:var(--tf-line-height-body)}.brand-app-root .campaign-guide__textarea{width:100%;min-height:110px;resize:vertical;font-family:var(--tf-font-body);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text);background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--wizard-control-radius);padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px)}.brand-app-root .campaign-guide__textarea:focus-visible{outline:2px solid var(--primary);outline-offset:1px;border-color:var(--primary)}.brand-app-root .campaign-guide__details{min-height:74px}.brand-app-root .campaign-guide__examples{border:1.5px dashed var(--border-strong)}.brand-app-root .campaign-guide__examples strong{font-size:var(--tf-type-table-cell-size)}.brand-app-root .campaign-guide__examples-empty{font-weight:var(--tf-font-weight-medium)}.brand-app-root .scene-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-app-root .scene-type-grid .tf-pick-tile__pip{display:none}.brand-app-root .scene-type-tile__title{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-2) * 1px);width:100%}.brand-app-root .scene-type-tile__badge{font-style:normal;color:var(--primary-deep);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .scene-editor__bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .scene-editor__position{font-size:var(--tf-type-body-size)}.brand-app-root .scene-editor__position strong{font-weight:var(--tf-font-weight-bold)}.brand-app-root .scene-editor__position span{color:var(--tf-color-text-muted)}.brand-app-root .scene-editor__traversal{display:flex;align-items:center;flex-wrap:wrap;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .scene-editor__danger,.brand-app-root .scene-list__footer{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .scene-list__footer span{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size)}.brand-app-root .scene-editor__danger{justify-content:flex-end;border-top:1px solid var(--border);padding-top:calc(var(--tf-space-4) * 1px)}.brand-app-root .scene-photo{display:flex;align-items:flex-start;gap:calc(var(--tf-space-4) * 1px);background:var(--surface-alt);border-radius:var(--wizard-control-radius);padding:calc(var(--tf-space-4) * 1px)}.brand-app-root .scene-photo__media{display:grid;place-items:center;width:96px;aspect-ratio:3/4;flex:none;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);object-fit:cover}.brand-app-root .scene-photo__media--empty,.brand-app-root .scene-photo__retry{color:var(--tf-color-text-muted);font-size:var(--tf-font-size-micro);line-height:var(--tf-line-height-body);text-align:center;padding:calc(var(--tf-space-2) * 1px)}.brand-app-root .scene-photo__media--pending{background:var(--surface-alt)}.brand-app-root .scene-photo__retry{color:var(--primary-deep);cursor:pointer;font-weight:var(--tf-font-weight-bold)}.brand-app-root .scene-photo__body{display:flex;flex:1 1;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);min-width:0}.brand-app-root .scene-photo__body p{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);line-height:var(--tf-line-height-body)}.brand-app-root .scene-photo__actions{display:flex;align-items:center;flex-wrap:wrap;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .campaign-guide__upload-error{margin:0;color:var(--tf-color-live-red);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .scene-editor{display:flex;flex-direction:column;gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .scene-editor__identity{display:grid;grid-template-columns:minmax(0,1fr) 160px;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .scene-editor__name,.brand-app-root .scene-editor__order{min-width:0}.brand-app-root .scene-editor__count{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .scene-list{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);list-style:none;margin:0;padding:0}.brand-app-root .scene-list__heading{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px)}.brand-app-root .scene-list__heading--with-action{flex-direction:row;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .scene-list__heading--with-action>div{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px);min-width:0}.brand-app-root .scene-list__heading--with-action>.tf-button{flex:0 0 auto;min-height:0;padding:calc(var(--tf-space-2) * 1px) calc(var(--tf-space-3) * 1px);border:1px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface);color:var(--primary-deep)}.brand-app-root .scene-list__heading span{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size)}.brand-app-root .scene-list__item{padding:calc(var(--tf-space-3) * 1px) 0;border-top:1px solid var(--border)}.brand-app-root .scene-list__item:first-child{border-top:0}.brand-app-root .scene-list--reordering{gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .scene-list--reordering .scene-list__item{padding:0;border:0;cursor:-webkit-grab;cursor:grab}.brand-app-root .scene-list--reordering .scene-list__item:active{cursor:-webkit-grabbing;cursor:grabbing}.brand-app-root .scene-list__reorder-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);min-height:calc(var(--tf-space-8) * 1px);padding:calc(var(--tf-space-3) * 1px);border:1px solid var(--border-strong);border-radius:var(--wizard-control-radius);background:var(--surface)}.brand-app-root .scene-list__drag{color:var(--tf-color-text-muted);font-size:var(--tf-type-subsection-title-size);line-height:var(--tf-type-subsection-title-line-height)}.brand-app-root .scene-list__reorder-copy{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px);min-width:0}.brand-app-root .scene-list__reorder-copy span{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size)}.brand-app-root .scene-list__reorder-actions{display:flex;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .scene-list__reorder-actions .tf-button{width:calc(var(--tf-space-8) * 1px);height:calc(var(--tf-space-8) * 1px);min-height:0;padding:0;border:1px solid var(--border-strong);border-radius:50%;background:var(--surface);color:var(--primary-deep)}.brand-app-root .scene-list__reorder-actions .tf-button:disabled{opacity:.4}.brand-app-root .scene-list .scene-list__open{width:100%;min-height:0;justify-content:flex-start;padding:0;text-align:left}.brand-app-root .scene-list__open .tf-button__label{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;width:100%;grid-gap:calc(var(--tf-space-1) * 1px);gap:calc(var(--tf-space-1) * 1px)}.brand-app-root .scene-list__open strong,.brand-app-root .scene-list__open>.tf-button__label>span:not(.scene-list__edit){grid-column:1}.brand-app-root .scene-list__open span{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .scene-list__open .scene-list__edit{display:inline-flex;grid-column:2;grid-row:1/span 2;align-self:center;align-items:center;justify-content:center;width:calc(var(--tf-space-8) * 1px);height:calc(var(--tf-space-8) * 1px);border-radius:50%;background:var(--tf-color-tangerine100);color:var(--primary-deep);font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .reward-form{--reward-youtube-red:rgb(255 0 0);--reward-instagram-pink:rgb(255 0 105);--reward-tiktok-black:rgb(0 0 0);--reward-icon-white:rgb(255 255 255);display:flex;flex-direction:column;gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .reward-form>:not(.wizard-footer,[hidden]){padding-block:0;border-top:0}.brand-app-root .reward-form>:first-child{padding-top:0;border-top:0}.brand-app-root .reward-form>.wizard-footer{margin-top:0}.brand-app-root .reward-form .tf-field-wrap:has(.budget-direct)>.tf-field-label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.brand-app-root .reward-form .tf-field-wrap:has(.budget-direct){position:relative}.brand-app-root .budget-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .budget-tiles .budget-tile{display:flex;border:1.5px solid var(--border-strong);border-radius:var(--wizard-control-radius);background:var(--surface);color:var(--tf-color-text);padding:calc(var(--tf-space-4) * 1px);font:inherit;text-align:left;cursor:pointer;box-shadow:none;min-height:0;height:auto}.brand-app-root .budget-tiles .budget-tile .tf-button__label{display:flex;flex-direction:column;align-items:flex-start;gap:calc(var(--tf-space-1) * 1px);width:100%}.brand-app-root .budget-tile strong{font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .budget-tile span{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .budget-tiles .budget-tile--active{border-color:var(--primary);background:var(--tf-color-tangerine100)}.brand-app-root .budget-tile--active span{color:var(--primary-deep)}@media (hover:hover) and (pointer:fine){.brand-app-root .budget-tiles .budget-tile:not(:disabled):hover{border-color:var(--primary);background:var(--surface);transform:none}}.brand-app-root .budget-total{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-5) * 1px);background:var(--primary);border-radius:var(--wizard-control-radius);color:var(--tf-semantic-light-text-on-brand)}.brand-app-root .budget-total,.brand-app-root .reward-form>.budget-total--hero{padding:calc(var(--tf-space-4) * 1px)}.brand-app-root .budget-total__amount{display:flex;flex-direction:column;align-items:flex-start;gap:calc(var(--tf-space-2) * 1px);min-width:0}.brand-app-root .budget-total__amount strong{color:var(--tf-semantic-light-text-on-brand);font-size:var(--tf-type-amount-size);font-weight:var(--tf-type-amount-weight);line-height:var(--tf-type-amount-line-height);letter-spacing:var(--tf-type-amount-letter-spacing);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brand-app-root .budget-total__amount small,.brand-app-root .budget-total__amount span{color:var(--tf-color-tangerine100);font-size:var(--tf-type-meta-size)}.brand-app-root .budget-total .budget-total__reset{border:0;background:none;padding:0;font:inherit;font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-semantic-light-text-on-brand);cursor:pointer;flex:none;box-shadow:none;min-height:0;height:auto}.brand-app-root .reward-platforms{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .reward-platform{position:relative;min-height:72px;display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);border:1px solid var(--border-strong);border-radius:var(--wizard-control-radius);padding:calc(var(--tf-space-3) * 1px);background:var(--surface);color:var(--tf-color-text);font:inherit;font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);cursor:pointer;transition:border-color var(--tf-motion-fast) var(--tf-motion-ease-out),background var(--tf-motion-fast) var(--tf-motion-ease-out)}.brand-app-root .reward-platform--selected{border-color:var(--primary);background:var(--primary-tint)}@media (hover:hover) and (pointer:fine){.brand-app-root .reward-platform:hover{border-color:var(--primary);background:var(--primary-tint)}}.brand-app-root .reward-platform:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.brand-app-root .reward-platform__icon{width:36px;height:36px;flex:none}.brand-app-root .reward-platform__icon--youtube{color:var(--reward-youtube-red)}.brand-app-root .reward-platform__icon--instagram{color:var(--reward-instagram-pink)}.brand-app-root .reward-platform__icon--tiktok{color:var(--reward-tiktok-black)}.brand-app-root .reward-platform__check{width:18px;height:18px;margin-left:auto;color:var(--primary);flex:none}.brand-app-root .tier-select-row{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .tier-select-row select{flex:1 1}.brand-app-root .form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--wizard-panel-radius);box-shadow:var(--shadow-card);padding:calc(var(--tf-space-6) * 1px);display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .form-card__title{font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .campaign-review{display:flex;flex-direction:column;gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .campaign-budget-hero{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);padding:calc(var(--tf-space-7) * 1px);border-radius:var(--wizard-panel-radius);background:var(--primary);color:var(--tf-semantic-light-text-on-brand)}.brand-app-root .campaign-budget-hero>span{color:var(--tf-color-tangerine100);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .campaign-budget-hero>strong,.brand-app-root .campaign-budget-hero>strong *{color:var(--tf-semantic-light-text-on-brand);font-size:var(--tf-type-amount-size);font-weight:var(--tf-type-amount-weight);line-height:var(--tf-type-amount-line-height);letter-spacing:var(--tf-type-amount-letter-spacing);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brand-app-root .campaign-budget-hero>p,.brand-app-root .campaign-budget-hero>p *{color:var(--tf-color-tangerine100);font-size:var(--tf-type-body-size);line-height:var(--tf-line-height-body)}.brand-app-root .review-step{display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .campaign-review__item--total{border-top-style:double;border-top-width:3px}.brand-app-root .campaign-review__item{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px);padding:0;border-top:0}.brand-app-root .campaign-review__item:first-child{border-top:0;padding-top:0}.brand-app-root .campaign-review__item .campaign-review__label{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);margin-bottom:calc(var(--tf-space-1) * 1px)}.brand-app-root .campaign-review__item strong{font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);line-height:var(--tf-line-height-body)}.brand-app-root .campaign-review__item p{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);line-height:var(--tf-line-height-body)}.brand-app-root .campaign-review__ok{color:var(--money-green);font-size:var(--tf-font-size-micro);font-weight:var(--tf-font-weight-bold)}.brand-app-root .publish-terms{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);background:var(--money-green-bg);border-radius:var(--wizard-control-radius);padding:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-5) * 1px)}.brand-app-root .publish-terms__head{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .publish-terms__head strong{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .publish-terms__head span{color:var(--status-active-ink);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .publish-terms p{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);line-height:var(--tf-line-height-body)}.brand-app-root .publish-terms--short{background:var(--status-paused-bg)}.brand-app-root .publish-terms--short .publish-terms__head span{color:var(--status-paused-ink)}.brand-app-root .publish-terms__charge{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .agree-row{display:flex;align-items:flex-start;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-4) * 1px);background:var(--surface-alt);border-radius:var(--radius-md);cursor:pointer}.brand-app-root .agree-row input[type=checkbox]{width:18px;height:18px;margin-top:calc(var(--tf-space-0-5) * 1px);accent-color:var(--primary);flex-shrink:0}.brand-app-root .agree-row>span{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text);line-height:var(--tf-line-height-body)}.brand-app-root .wizard-asset-kit{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px);border-top:1px solid var(--border);padding-top:calc(var(--tf-space-5) * 1px)}.brand-app-root .wizard-asset-kit__head{display:flex;align-items:baseline;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .wizard-asset-kit__title{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .wizard-asset-kit__dropzone{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);border:1.5px dashed var(--primary);border-radius:var(--wizard-control-radius);background:var(--surface);padding:calc(var(--tf-space-4) * 1px)}.brand-app-root .wizard-asset-kit__mark{display:grid;place-items:center;flex:0 0 calc(var(--tf-space-8) * 1px);width:calc(var(--tf-space-8) * 1px);height:calc(var(--tf-space-8) * 1px);border-radius:var(--radius-sm);background:var(--primary-tint);color:var(--primary-deep);font-weight:var(--tf-font-weight-bold)}.brand-app-root .wizard-asset-kit__dropzone-copy{display:flex;flex-direction:column;gap:calc(var(--tf-space-0-5) * 1px);min-width:0;flex:1 1}.brand-app-root .wizard-asset-kit__dropzone-copy strong{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .wizard-asset-kit__dropzone-copy span{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size)}.brand-app-root .wizard-asset-kit__dropzone-copy small{color:var(--tf-color-text-muted);font-size:var(--tf-font-size-micro)}.brand-app-root .wizard-asset-kit__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .wizard-asset-kit__item{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);border:1px solid var(--border);border-radius:var(--wizard-control-radius);background:var(--surface);padding:calc(var(--tf-space-3) * 1px)}.brand-app-root .wizard-asset-kit__thumb{display:grid;place-items:center;width:40px;height:40px;flex:none;border-radius:var(--radius-sm);background:var(--surface-alt);color:var(--tf-color-text-muted);font-size:var(--tf-font-size-micro);font-weight:var(--tf-font-weight-bold);object-fit:cover}.brand-app-root .wizard-asset-kit__copy{display:flex;flex-direction:column;gap:calc(var(--tf-space-0-5) * 1px);min-width:0;flex:1 1}.brand-app-root .wizard-asset-kit__copy strong{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-app-root .wizard-asset-kit__copy small{color:var(--tf-color-text-muted);font-size:var(--tf-font-size-micro)}.brand-app-root .wizard-asset-kit__count{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}@media (max-width:480px){.brand-app-root .wizard-footer,.brand-app-root .wizard-footer__end{flex-direction:column;align-items:stretch}.brand-app-root .angle-cards,.brand-app-root .url-import-controls{grid-template-columns:1fr}.brand-app-root .scene-editor__identity,.brand-app-root .scene-type-grid{grid-template-columns:minmax(0,1fr)}.brand-app-root .scene-photo{flex-direction:column}.brand-app-root .budget-tiles,.brand-app-root .reward-platforms{grid-template-columns:minmax(0,1fr)}}.brand-app-root .main-content.campaign-disputes-screen{max-width:var(--tf-width-detail)}.brand-app-root .dispute-card__head{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .dispute-card__title{font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .dispute-card__sub{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-bold);margin-top:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .dtl{display:flex;flex-direction:column;gap:0}.brand-app-root .dtl__step{display:flex;gap:calc(var(--tf-space-4) * 1px);position:relative;padding-bottom:calc(var(--tf-space-5) * 1px)}.brand-app-root .dtl__step:last-child{padding-bottom:0}.brand-app-root .dtl__step:not(:last-child):before{content:"";position:absolute;left:15px;top:34px;bottom:0;width:2px;background:var(--border-strong)}.brand-app-root .dtl__dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--surface-alt);color:var(--tf-color-text-muted);z-index:1}.brand-app-root .dtl__dot--brand{background:var(--status-paused-bg);color:var(--status-paused-ink)}.brand-app-root .dtl__dot--creator{background:var(--status-review-bg);color:var(--primary)}.brand-app-root .dtl__dot--pending{background:var(--surface-alt);color:var(--tf-color-text-muted)}.brand-app-root .dtl__dot--resolved{background:var(--money-green-bg);color:var(--status-active-ink)}.brand-app-root .dtl__body{flex:1 1;min-width:0;padding-top:calc(var(--tf-space-1) * 1px)}.brand-app-root .dtl__actor{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text);display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);flex-wrap:wrap}.brand-app-root .dtl__date{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-bold)}.brand-app-root .dtl__text{font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body);margin-top:calc(var(--tf-space-1) * 1px)}.brand-app-root .dtl__evidence{display:inline-flex;align-items:center;gap:calc(var(--tf-space-1) * 1px);margin-top:calc(var(--tf-space-1-5) * 1px);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--primary);text-decoration:none}.brand-app-root .verdict-box{margin-top:calc(var(--tf-space-3) * 1px);padding-top:calc(var(--tf-space-3) * 1px);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:calc(var(--tf-space-1-5) * 1px)}.brand-app-root .verdict-box__row{display:flex;align-items:center;justify-content:space-between;font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted)}.brand-app-root .verdict-box__row span:last-child{color:var(--tf-color-text);font-weight:var(--tf-font-weight-bold)}.brand-app-root .verdict-box__row--amount span:last-child{color:var(--tf-color-danger-accent)}.brand-app-root .main-content.campaign-feed-screen,.brand-app-root .main-content.campaign-guide-screen,.brand-app-root .main-content.campaign-report-screen{max-width:var(--tf-width-detail)}.brand-app-root .track-card__title{font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .track-card__desc{font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body)}.brand-app-root .link-row{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .link-box{flex:1 1;min-width:0;overflow-wrap:anywhere;display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px);background:var(--surface-alt);border:1.5px solid var(--border-strong);border-radius:var(--radius-md);font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);font-family:SF Mono,Menlo,monospace;color:var(--primary)}@media (max-width:720px){.brand-app-root .link-row{flex-wrap:wrap}.brand-app-root .link-box{flex-basis:100%}}.brand-app-root .api-key-row{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-4) * 1px);background:var(--surface-alt);border-radius:var(--radius-md)}.brand-app-root .api-key-row__value{font-family:SF Mono,Menlo,monospace;font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .code-block{background:#2a1a10;color:#f3e4d3;border-radius:var(--radius-md);padding:calc(var(--tf-space-4) * 1px);font-family:SF Mono,Menlo,monospace;font-size:var(--tf-type-table-cell-size);line-height:var(--tf-line-height-body);overflow-x:auto;white-space:pre}.brand-app-root .code-block .tok-key{color:var(--primary)}.brand-app-root .code-block .tok-str{color:#22d3ee}.brand-app-root .code-block .tok-muted{color:#8b90a8}.brand-app-root .ledger-cpm{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"label track value";grid-gap:calc(var(--tf-space-4) * 1px);gap:calc(var(--tf-space-4) * 1px);align-items:center;padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px);border-radius:var(--radius-md);background:var(--surface-alt);font-size:var(--tf-type-table-cell-size)}.brand-app-root .ledger-cpm>span{grid-area:label;color:var(--tf-color-text-muted);white-space:nowrap}.brand-app-root .ledger-cpm output{grid-area:value;min-width:3.75rem;text-align:right;font-weight:var(--tf-font-weight-bold);color:var(--primary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:"SUIT Numeric",var(--tf-font-body)}.brand-app-root .ledger-cpm input[type=range]{grid-area:track;width:100%;height:calc(calc(var(--tf-space-8) * 1px) + calc(var(--tf-space-3) * 1px));margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--surface-alt);accent-color:var(--primary);cursor:pointer}.brand-app-root .ledger-cpm input[type=range]::-webkit-slider-runnable-track{height:calc(var(--tf-space-2) * 1px);border-radius:var(--radius-pill);background:var(--border-strong)}.brand-app-root .ledger-cpm input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:calc(calc(var(--tf-space-8) * 1px) + calc(var(--tf-space-3) * 1px));height:calc(calc(var(--tf-space-8) * 1px) + calc(var(--tf-space-3) * 1px));margin-top:calc((calc(var(--tf-space-2) * 1px) - (calc(var(--tf-space-8) * 1px) + calc(var(--tf-space-3) * 1px))) / var(--tf-space-0-5));border:none;border-radius:var(--radius-pill);background:var(--primary)}.brand-app-root .ledger-cpm input[type=range]::-moz-range-track{height:calc(var(--tf-space-2) * 1px);border-radius:var(--radius-pill);background:var(--border-strong)}.brand-app-root .ledger-cpm input[type=range]::-moz-range-thumb{width:calc(calc(var(--tf-space-8) * 1px) + calc(var(--tf-space-3) * 1px));height:calc(calc(var(--tf-space-8) * 1px) + calc(var(--tf-space-3) * 1px));border:none;border-radius:var(--radius-pill);background:var(--primary)}.brand-app-root .ledger-cpm input[type=range]:focus-visible{outline:calc(var(--tf-space-1) * 1px) solid var(--primary);outline-offset:calc(var(--tf-space-1) * 1px);border-radius:var(--radius-md)}.brand-app-root .main-content:has(.money-panel){background:var(--surface-alt);--money-surface-width:var(--tf-width-wide)}.brand-app-root .main-content:has(.money-panel)>.table-card,.brand-app-root .main-content:has(.money-panel)>.wallet-charge-recovery,.brand-app-root .main-content:has(.money-panel)>.wallet-policy-footer{width:100%;max-width:var(--money-surface-width)}.brand-app-root .wallet-charge-recovery{padding:calc(var(--tf-space-5) * 1px) calc(var(--tf-space-6) * 1px);border-radius:var(--radius-lg);background:var(--surface)}.brand-app-root .wallet-charge-recovery h2{margin:0 0 calc(var(--tf-space-2) * 1px);font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root .wallet-charge-task-list{margin:0;padding:0;list-style:none}.brand-app-root .wallet-charge-task{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:calc(var(--tf-space-4) * 1px);gap:calc(var(--tf-space-4) * 1px);padding:calc(var(--tf-space-4) * 1px) 0;border-top:1px solid var(--border)}.brand-app-root .wallet-charge-task:first-child{border-top:0}.brand-app-root .wallet-charge-task__body{display:grid;grid-gap:calc(var(--tf-space-1) * 1px);gap:calc(var(--tf-space-1) * 1px)}.brand-app-root .wallet-charge-task__body small,.brand-app-root .wallet-charge-task__body span{color:var(--tf-color-text-muted)}.brand-app-root .wallet-charge-task__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .wallet-charge-task__error{grid-column:1/-1;color:var(--tf-color-danger-accent);font-size:var(--tf-type-meta-size)}.brand-app-root .money-panel{display:flex;flex-direction:column;width:100%;max-width:var(--money-surface-width,var(--tf-width-detail));gap:calc(var(--tf-space-6) * 1px);padding:calc(var(--tf-space-7) * 1px) calc(var(--tf-space-6) * 1px);border:0;border-radius:var(--radius-lg);background:var(--surface)}.brand-app-root .money-panel--narrow{width:100%;max-width:34rem}.brand-app-root .money-panel__title{margin:0;font-family:var(--tf-type-page-title-font-family);font-size:var(--tf-type-page-title-size);font-weight:var(--tf-type-page-title-weight);line-height:var(--tf-type-page-title-line-height);letter-spacing:var(--tf-type-page-title-letter-spacing)}.brand-app-root .money-panel__sub{margin:calc(var(--tf-space-1) * 1px) 0 0;font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text-muted)}.brand-app-root .charge-package-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(9.5rem,1fr));grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);margin:0;padding:0;border:none}.brand-app-root .pkg-card{position:relative;display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);padding:calc(var(--tf-space-4) * 1px);border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);cursor:pointer;text-align:left;transition:border-color var(--tf-motion-fast) var(--tf-motion-ease-out),background-color var(--tf-motion-fast) var(--tf-motion-ease-out)}.brand-app-root .pkg-card--selected{border-color:var(--primary);background:var(--primary-tint)}@media (hover:hover) and (pointer:fine){.brand-app-root .pkg-card:hover{border-color:var(--border-strong);background:var(--surface-alt)}.brand-app-root .pkg-card--selected:hover{border-color:var(--primary);background:var(--primary-tint)}}.brand-app-root .pkg-card__input{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0)}.brand-app-root .pkg-card:focus-within{outline:2px solid var(--primary);outline-offset:2px}.brand-app-root .pkg-card__head{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .pkg-card__label{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text-muted)}.brand-app-root .pkg-card--selected .pkg-card__label{color:var(--tf-color-text)}.brand-app-root .pkg-card__badge{margin-left:calc(var(--tf-space-2) * 1px);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted);white-space:nowrap}.brand-app-root .pkg-card__desc{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text-muted);line-height:var(--tf-line-height-heading)}.brand-app-root .pkg-card__radio{width:calc(var(--tf-space-5) * 1px);height:calc(var(--tf-space-5) * 1px);border-radius:50%;border:2px solid var(--border-strong);background:var(--surface);flex-shrink:0}.brand-app-root .pkg-card--selected .pkg-card__radio{border-color:var(--primary);background:var(--primary)}.brand-app-root .pkg-card__amount{align-self:stretch;font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-tight);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:"SUIT Numeric",var(--tf-font-body);color:var(--tf-color-text);text-align:right}.brand-app-root .ledger-section{display:flex;flex-direction:column;gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .charge-panel__intro{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px);text-align:left}.brand-app-root .charge-panel__intro h2,.brand-app-root .charge-panel__intro p{margin:0}.brand-app-root .charge-panel__intro h2{font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root .charge-panel__intro p{color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);line-height:var(--tf-line-height-body)}.brand-app-root .ledger-stat{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px)}.brand-app-root .ledger-stat__label{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text-muted)}.brand-app-root .ledger-stat--hero .ledger-stat__label:before{content:"";display:inline-block;width:calc(var(--tf-space-2) * 1px);height:calc(var(--tf-space-2) * 1px);margin-right:calc(var(--tf-space-1) * 1px);border-radius:2px;background:var(--primary);vertical-align:middle}.brand-app-root .ledger-stat__value{align-self:stretch;font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-tight);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:"SUIT Numeric",var(--tf-font-body);text-align:right}.brand-app-root .ledger-stat--hero .ledger-stat__value{font-size:var(--tf-type-amount-size);line-height:var(--tf-line-height-tight);letter-spacing:var(--tf-letter-spacing-display)}.brand-app-root .ledger-stat__meta{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted)}.brand-app-root .ledger-list{display:flex;flex-direction:column;margin:0}.brand-app-root fieldset.ledger-list{min-width:0;margin:0;padding:0;border:0}.brand-app-root .ledger-list__head{padding-bottom:calc(var(--tf-space-2) * 1px);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text-muted)}.brand-app-root .ledger-list__row{display:flex;align-items:baseline;justify-content:space-between;gap:calc(var(--tf-space-4) * 1px);padding:calc(var(--tf-space-3) * 1px) 0;border-bottom:1px solid var(--border);font-size:var(--tf-type-body-size);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brand-app-root .ledger-list__head+.ledger-list__row,.brand-app-root .ledger-list__row:first-child{border-top:1px solid var(--border)}.brand-app-root .ledger-list__row>:first-child{margin:0;color:var(--tf-color-text);font-weight:var(--tf-font-weight-regular)}.brand-app-root .ledger-list__row>:last-child{margin:0;text-align:right;font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-tight);font-family:"SUIT Numeric",var(--tf-font-body)}.brand-app-root .ledger-list__row:focus-within{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}.brand-app-root .ledger-list__row--subtotal{border-top:1px solid var(--tf-color-text)}.brand-app-root .ledger-list__row--subtotal>:first-child{font-weight:var(--tf-font-weight-medium)}.brand-app-root .ledger-list__row--total{padding-top:calc(var(--tf-space-3) * 1px);border-top:3px double var(--tf-color-text);border-bottom:0}.brand-app-root .ledger-list__row--total>:first-child{color:var(--tf-color-text);font-weight:var(--tf-font-weight-medium)}.brand-app-root .ledger-list__row--total>:last-child{font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .table td.table__amount{width:1%;text-align:right;white-space:nowrap;font-size:var(--tf-type-body-size);font-family:"SUIT Numeric",var(--tf-font-body);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:var(--tf-letter-spacing-tight)}.brand-app-root .table th.table__amount{text-align:right;font-size:var(--tf-type-meta-size);font-family:inherit}.brand-app-root .table tfoot td{padding:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-5) * 1px);border-top:3px double var(--tf-color-text);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .table tfoot td.table__amount{width:1%;text-align:right;white-space:nowrap;font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold);font-family:"SUIT Numeric",var(--tf-font-body);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:var(--tf-letter-spacing-tight)}.brand-app-root .ledger-note{margin:0;padding-left:calc(var(--tf-space-3) * 1px);border-left:2px solid var(--tf-color-text);font-size:var(--tf-type-table-cell-size);line-height:var(--tf-line-height-body)}.brand-app-root .ledger-note--quiet{border-left-color:var(--border-strong);color:var(--tf-color-text-muted)}.brand-app-root .ledger-steps{display:flex;flex-direction:column}.brand-app-root .ledger-step{display:grid;grid-template-columns:calc(var(--tf-space-5) * 1px) 1fr;grid-gap:calc(var(--tf-space-2) * 1px);gap:calc(var(--tf-space-2) * 1px);padding:calc(var(--tf-space-1) * 1px) 0;font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text-muted)}.brand-app-root .ledger-step__index{font-size:var(--tf-type-meta-size);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brand-app-root .ledger-step--done{color:var(--tf-color-text)}.brand-app-root .ledger-tip{position:relative;display:inline-flex;margin-left:calc(var(--tf-space-1) * 1px)}.brand-app-root .ledger-tip__trigger{padding:0;border:0;background:none;color:var(--tf-color-text-muted);font:inherit;font-size:var(--tf-type-meta-size);line-height:var(--tf-line-height-tight);cursor:help}.brand-app-root .ledger-tip__bubble{position:absolute;left:50%;top:calc(100% + calc(var(--tf-space-2) * 1px));z-index:5;width:max-content;max-width:calc(100vw - calc(var(--tf-space-8) * 1px));padding:calc(var(--tf-space-3) * 1px);transform:translateX(-50%);border-radius:var(--radius-sm);background:var(--tf-color-text);color:var(--surface);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-regular);line-height:var(--tf-line-height-body);text-align:left;opacity:0;pointer-events:none;transition:opacity var(--tf-motion-fast) var(--tf-motion-ease-out)}.brand-app-root .ledger-tip:focus-within .ledger-tip__bubble{opacity:1}@media (hover:hover) and (pointer:fine){.brand-app-root .ledger-tip:hover .ledger-tip__bubble{opacity:1}}@media (prefers-reduced-motion:reduce){.brand-app-root .ledger-tip__bubble{transition:none}}.brand-app-root .wizard-back{align-self:flex-start;padding-left:0;color:var(--tf-color-text-muted)}.brand-app-root .ledger-account{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px);padding:calc(var(--tf-space-4) * 1px) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.brand-app-root .ledger-account__line{font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-medium);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.brand-app-root .ledger-account__meta{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted)}.brand-app-root .wallet-charge-card{max-width:var(--tf-width-detail);padding:calc(var(--tf-space-6) * 1px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.brand-app-root .wallet-charge-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(var(--tf-space-4) * 1px);margin-bottom:calc(var(--tf-space-5) * 1px)}.brand-app-root .wallet-charge-card__head h2{margin:0;color:var(--tf-color-text);font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root .wallet-charge-card__head p{margin:calc(var(--tf-space-1) * 1px) 0 0;color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size)}.brand-app-root .wallet-charge-card__head>a{flex-shrink:0;color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);text-decoration:underline;text-underline-offset:.2em}.brand-app-root .payment-method-picker{margin:0 0 calc(var(--tf-space-4) * 1px);padding:0;border:0}.brand-app-root .payment-method-picker legend{margin-bottom:calc(var(--tf-space-2) * 1px);color:var(--tf-color-text);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .payment-method-picker__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:calc(var(--tf-space-2) * 1px);gap:calc(var(--tf-space-2) * 1px);max-width:28rem}.brand-app-root .payment-method-option{display:flex;align-items:center;gap:calc(var(--tf-space-2) * 1px);padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--tf-color-text-muted);cursor:pointer;font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .payment-method-option.is-selected{border-color:var(--primary);background:var(--primary-tint);color:var(--primary)}.brand-app-root .payment-method-option input{accent-color:var(--primary)}.brand-app-root .wallet-charge-method{min-width:0}.brand-app-root .wallet-charge-unavailable{display:flex;flex-direction:column;gap:calc(var(--tf-space-1) * 1px);padding:calc(var(--tf-space-5) * 1px);border:1px dashed var(--border-strong);border-radius:var(--radius-lg);color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size)}.brand-app-root .wallet-charge-unavailable strong{color:var(--tf-color-text);font-size:var(--tf-type-body-size)}.brand-app-root .wallet-checkout-disclosure{margin-top:calc(var(--tf-space-5) * 1px);margin-bottom:0;padding-top:calc(var(--tf-space-4) * 1px);border-top:1px solid var(--border);color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size)}.brand-app-root .wallet-checkout-disclosure a{color:var(--tf-color-text);font-weight:var(--tf-font-weight-bold);text-decoration:underline;text-underline-offset:.2em}.brand-app-root .wallet-seller{margin-top:calc(var(--tf-space-4) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);line-height:var(--tf-line-height-body)}.brand-app-root .wallet-seller summary{width:-moz-fit-content;width:fit-content;cursor:pointer;color:var(--tf-color-text-muted)}.brand-app-root .wallet-seller summary:focus-visible{color:var(--tf-color-text)}@media (hover:hover) and (pointer:fine){.brand-app-root .wallet-seller summary:hover{color:var(--tf-color-text)}}.brand-app-root .wallet-seller__detail{display:flex;flex-wrap:wrap;gap:calc(var(--tf-space-1) * 1px) calc(var(--tf-space-3) * 1px);margin-top:calc(var(--tf-space-2) * 1px);padding-left:calc(var(--tf-space-4) * 1px)}.brand-app-root .wallet-policy-footer{padding:calc(var(--tf-space-2) * 1px) calc(var(--tf-space-1) * 1px) calc(var(--tf-space-6) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size)}.brand-app-root .wallet-policy-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:calc(var(--tf-space-2) * 1px) calc(var(--tf-space-4) * 1px)}.brand-app-root .wallet-policy-footer a{color:var(--tf-color-text-muted);text-decoration:underline;text-underline-offset:.2em}@media (hover:hover) and (pointer:fine){.brand-app-root .wallet-policy-footer a:hover{color:var(--tf-color-text)}}.brand-app-root .charge-review{display:grid;grid-gap:calc(var(--tf-space-4) * 1px);gap:calc(var(--tf-space-4) * 1px);margin-top:calc(var(--tf-space-5) * 1px);padding:calc(var(--tf-space-5) * 1px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg)}.brand-app-root .charge-review__head{display:flex;align-items:baseline;justify-content:space-between;gap:calc(var(--tf-space-4) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size)}.brand-app-root .charge-review__head strong{color:var(--tf-color-text)}.brand-app-root .charge-review__delivery{margin:0;color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size)}.brand-app-root .charge-review__actions{display:flex;justify-content:flex-end;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .type-chip{display:inline-flex;align-items:center;gap:calc(var(--tf-space-1-5) * 1px);padding:calc(var(--tf-space-1) * 1px) calc(var(--tf-space-2-5) * 1px);border-radius:var(--radius-pill);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .type-chip__dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.brand-app-root .type-chip--charge{background:var(--money-green-bg);color:var(--status-active-ink)}.brand-app-root .type-chip--charge .type-chip__dot{background:var(--money-green)}.brand-app-root .type-chip--allocate{background:var(--status-review-bg);color:var(--primary)}.brand-app-root .type-chip--allocate .type-chip__dot{background:var(--primary)}.brand-app-root .type-chip--deduct{background:var(--status-paused-bg);color:var(--status-paused-ink)}.brand-app-root .type-chip--deduct .type-chip__dot{background:#f59e0b}.brand-app-root .type-chip--refund{background:var(--money-green-bg);color:var(--status-active-ink)}.brand-app-root .type-chip--refund .type-chip__dot{background:var(--money-green)}.brand-app-root .charge-card__head{display:flex;align-items:baseline;gap:calc(var(--tf-space-3) * 1px);margin-bottom:calc(var(--tf-space-4) * 1px)}.brand-app-root .charge-card__sub{font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text-muted)}.brand-app-root .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.brand-app-root .charge-panel__footnote{margin:calc(var(--tf-space-2) * 1px) 0 0;font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted)}.brand-app-root .money-panel .tf-button--secondary{background:var(--surface-alt);border:0;color:var(--tf-color-text);font-weight:var(--tf-font-weight-medium);border-radius:var(--radius-md)}.brand-app-root .money-panel .charge-panel__cta{width:100%;padding:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-5) * 1px);font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-medium);border-radius:var(--radius-md)}.brand-app-root .charge-panel__cta-row{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);margin-top:calc(var(--tf-space-4) * 1px)}.brand-app-root .charge-panel__cta{min-width:220px}.brand-app-root .charge-panel__cta-note{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted)}.brand-app-root .charge-panel__status{display:block;margin-top:calc(var(--tf-space-2) * 1px);font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text-muted)}.brand-app-root .charge-panel__status-error{color:var(--live-red)}.brand-app-root .bank-transfer-panel{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .charge-panel__field{display:grid;grid-gap:calc(var(--tf-space-2) * 1px);gap:calc(var(--tf-space-2) * 1px);max-width:420px;font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .charge-panel__field small{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-regular);color:var(--tf-color-text-muted)}.brand-app-root .bank-transfer-panel__amount-label{color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .bank-transfer-panel__amount-input{align-items:baseline;border-bottom:2px solid var(--border-strong);display:flex;gap:calc(var(--tf-space-2) * 1px);padding:calc(var(--tf-space-2) * 1px) 0}.brand-app-root .bank-transfer-panel__amount-input span{color:var(--tf-color-text-muted);font-size:var(--tf-type-amount-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .bank-transfer-panel__amount-input input{background:transparent;border:0;color:var(--tf-color-text);font-size:var(--tf-type-amount-size);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:var(--tf-font-weight-bold);min-width:0;outline:0;width:100%}.brand-app-root .bank-transfer-panel__copy-actions,.brand-app-root .bank-transfer-panel__quick-amounts{display:flex;flex-wrap:wrap;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .bank-transfer-panel__final-amount{color:var(--tf-color-text);font-size:var(--tf-type-amount-size);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-display);margin:0}.brand-app-root .bank-transfer-panel__recall{border-top:1px solid var(--border);display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px);margin-top:calc(var(--tf-space-2) * 1px);padding-top:calc(var(--tf-space-4) * 1px)}.brand-app-root .bank-transfer-panel__timeline{display:grid;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);list-style:none;margin:calc(var(--tf-space-2) * 1px) 0 0;padding:0}.brand-app-root .bank-transfer-panel__timeline li{border-left:3px solid var(--border);color:var(--tf-color-text-muted);padding-left:calc(var(--tf-space-3) * 1px)}.brand-app-root .bank-transfer-panel__timeline li.is-current{border-left-color:var(--primary);color:var(--tf-color-text);font-weight:var(--tf-font-weight-bold)}.brand-app-root .charge-receipt{display:flex;flex-direction:column;gap:calc(var(--tf-space-4) * 1px);animation:tf-charge-receipt-in var(--tf-motion-slow) var(--tf-motion-ease-out) both}.brand-app-root .charge-receipt__seal{position:relative;align-self:center;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--tf-semantic-light-text-on-brand);background:var(--money-green);animation:tf-charge-seal-pop .32s var(--tf-motion-ease-out) both}.brand-app-root .charge-receipt__seal:after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid var(--money-green);opacity:0;animation:tf-charge-seal-ring .9s var(--tf-motion-ease-out) .14s both}.brand-app-root .charge-receipt__check{width:30px;height:30px}.brand-app-root .charge-receipt__check-path{fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:28;stroke-dashoffset:28;animation:tf-charge-check-draw .42s var(--tf-motion-ease-out) .22s both}.brand-app-root .charge-receipt__headline{align-self:center;font-size:var(--tf-type-section-title-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-tight);color:var(--tf-color-text);animation:tf-charge-receipt-rise var(--tf-motion-slow) var(--tf-motion-ease-out) .12s both}.brand-app-root .charge-receipt__balance{align-self:center;display:flex;flex-direction:column;align-items:center;gap:calc(var(--tf-space-0-5) * 1px);animation:tf-charge-receipt-rise var(--tf-motion-slow) var(--tf-motion-ease-out) .2s both}.brand-app-root .charge-receipt__balance-label{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted)}.brand-app-root .charge-receipt__balance-amount{font-size:var(--tf-type-amount-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-display);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--money-green)}.brand-app-root .charge-receipt__breakdown{animation:tf-charge-receipt-rise var(--tf-motion-slow) var(--tf-motion-ease-out) .28s both}@keyframes tf-charge-receipt-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tf-charge-receipt-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes tf-charge-seal-pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes tf-charge-seal-ring{0%{opacity:.45;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}@keyframes tf-charge-check-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.brand-app-root .charge-receipt,.brand-app-root .charge-receipt__balance,.brand-app-root .charge-receipt__breakdown,.brand-app-root .charge-receipt__headline,.brand-app-root .charge-receipt__seal{animation:none}.brand-app-root .charge-receipt__seal:after{content:none}.brand-app-root .charge-receipt__check-path{animation:none;stroke-dashoffset:0}}.brand-app-root .charge-card__policy{margin-top:calc(var(--tf-space-4) * 1px);padding-top:calc(var(--tf-space-4) * 1px);border-top:1px solid var(--border)}.brand-app-root .charge-card__policy-line{margin:0 0 calc(var(--tf-space-2) * 1px);font-size:var(--tf-type-table-cell-size);color:var(--tf-color-text-muted)}.brand-app-root .charge-card__policy-links{display:flex;flex-wrap:wrap;gap:calc(var(--tf-space-2) * 1px) calc(var(--tf-space-4) * 1px);font-size:var(--tf-type-table-cell-size)}.brand-app-root .charge-card__policy-links a{color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-bold);text-decoration:underline;text-underline-offset:3px}@media (hover:hover) and (pointer:fine){.brand-app-root .charge-card__policy-links a:hover{color:var(--primary)}}@media (max-width:860px){.brand-app-root .wallet-charge-task{grid-template-columns:1fr}.brand-app-root .wallet-charge-task__actions{justify-content:flex-start}.brand-app-root .wallet-charge-card{padding:calc(var(--tf-space-5) * 1px)}.brand-app-root .charge-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-app-root .charge-panel__cta-row{flex-direction:column;align-items:stretch}.brand-app-root .charge-panel__cta{min-width:0;width:100%}.brand-app-root .charge-review__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr)}}@media (max-width:480px){.brand-app-root .wallet-charge-card__head{align-items:baseline}.brand-app-root .ledger-cpm{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"label value" "track track";row-gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .pkg-card{padding:calc(var(--tf-space-3) * 1px)}.brand-app-root .pkg-card__amount{font-size:var(--tf-type-section-title-size)}}.brand-app-root .main-content.settings-hub{display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px);width:100%;max-width:var(--tf-width-wide)}.brand-app-root .settings-identity{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:calc(var(--tf-space-4) * 1px);text-decoration:none;color:var(--tf-color-text)}.brand-app-root .settings-identity:hover{background:var(--tf-color-surface-alt)}.brand-app-root .settings-identity__logo{width:48px;height:48px;border-radius:var(--radius-md);flex:none;display:grid;place-items:center;background:var(--tf-color-spark-tint);color:var(--tf-color-spark);font-size:var(--tf-type-subsection-title-size);font-weight:var(--tf-font-weight-bold);overflow:hidden}.brand-app-root .settings-identity__logo img{width:100%;height:100%;object-fit:contain}.brand-app-root .settings-identity__text{flex:1 1;min-width:0}.brand-app-root .settings-identity__name{display:block;font-size:var(--tf-type-subsection-title-size);font-weight:var(--tf-font-weight-bold);letter-spacing:var(--tf-letter-spacing-tight)}.brand-app-root .settings-identity__sub{display:block;margin-top:calc(var(--tf-space-0-5) * 1px);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text-muted)}.brand-app-root .settings-identity__chevron{flex:none;color:var(--tf-color-disabled-ink)}.brand-app-root .settings-signout{width:100%;text-align:center;font:inherit;font-size:var(--tf-type-control-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text-muted);background:transparent;border:0;padding:calc(var(--tf-space-4) * 1px);border-radius:var(--radius-md);cursor:pointer}.brand-app-root .settings-signout:hover{background:var(--tf-color-surface-alt)}.brand-app-root .field-with-lookup{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .business-lookup{margin:0;font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body)}.brand-app-root .business-lookup--checking{color:var(--tf-color-text-muted)}.brand-app-root .business-lookup--ok{color:var(--tf-color-success-ink)}.brand-app-root .business-lookup--warn{color:var(--tf-color-danger-callout-ink)}.brand-app-root .main-content.settings-detail{display:flex;flex-direction:column;gap:calc(var(--tf-space-4) * 1px);width:100%;max-width:var(--tf-width-form)}.brand-app-root .main-content.settings-detail--brand-profile{max-width:var(--tf-width-detail)}.brand-app-root .brand-profile__link-row{display:grid;grid-template-columns:minmax(140px,160px) minmax(0,1fr) auto;align-items:start;grid-gap:calc(var(--tf-space-2) * 1px);gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .brand-profile__link-label,.brand-app-root .brand-profile__link-url{width:100%;min-width:0;max-width:none}.brand-app-root .brand-profile__link-remove{white-space:nowrap}.brand-app-root .brand-profile__link-error{grid-column:1/-1}@media (max-width:768px){.brand-app-root .brand-profile__link-row{grid-template-columns:minmax(0,1fr) auto}.brand-app-root .brand-profile__link-label,.brand-app-root .brand-profile__link-url{grid-column:1/-1}.brand-app-root .brand-profile__link-remove{grid-column:2;justify-self:end}}.brand-app-root .settings-detail .form-grid{grid-template-columns:1fr}.brand-app-root .settings-detail__topbar{gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .settings-detail__back{display:inline-flex;color:var(--tf-color-text);padding:calc(var(--tf-space-1) * 1px);margin-left:calc(var(--tf-space-1) * -1px);border-radius:var(--radius-sm)}.brand-app-root .settings-detail__title{flex:1 1}.brand-app-root .settings-detail__intro{margin:0;font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium);color:var(--tf-color-text-muted)}.brand-app-root .settings-section{display:flex;flex-direction:column;gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .settings-card__head{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .settings-card__title{font-family:var(--tf-type-subsection-title-font-family);font-size:var(--tf-type-subsection-title-size);font-weight:var(--tf-type-subsection-title-weight);line-height:var(--tf-type-subsection-title-line-height);letter-spacing:var(--tf-type-subsection-title-letter-spacing)}.brand-app-root .login-methods__head{align-items:flex-start}.brand-app-root .login-methods__intro{margin-top:calc(var(--tf-space-1) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .login-methods__error,.brand-app-root .login-methods__loading{margin-top:calc(var(--tf-space-5) * 1px)}.brand-app-root .login-methods__error{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .login-methods__error .tf-button{flex-shrink:0;white-space:nowrap}.brand-app-root .login-methods__list{margin-top:calc(var(--tf-space-4) * 1px);border-top:1px solid var(--border)}.brand-app-root .login-method{border-bottom:1px solid var(--border)}.brand-app-root .login-method__row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);min-height:calc(var(--tf-space-12) * 1px);padding:calc(var(--tf-space-3) * 1px) 0}.brand-app-root .login-method__mark{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--tf-space-8) * 1px);height:calc(var(--tf-space-8) * 1px);color:var(--tf-color-text);flex-shrink:0}.brand-app-root .login-method__content{display:flex;min-width:0;flex-direction:column;gap:calc(var(--tf-space-1) * 1px)}.brand-app-root .login-method__name{display:flex;align-items:center;flex-wrap:wrap;gap:calc(var(--tf-space-2) * 1px);color:var(--tf-color-text);font-size:var(--tf-type-control-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .login-method__account,.brand-app-root .login-method__details,.brand-app-root .login-method__state{color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .login-method__account{overflow-wrap:anywhere}.brand-app-root .login-method__state{text-align:right;white-space:nowrap}.brand-app-root .login-method__details .tf-button,.brand-app-root .login-method__row .tf-button{flex-shrink:0;white-space:nowrap}.brand-app-root .login-method__details{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px);padding:0 0 calc(var(--tf-space-3) * 1px) calc(calc(var(--tf-space-8) * 1px) + calc(var(--tf-space-3) * 1px))}.brand-app-root .login-methods__message{color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium);display:block;margin-top:calc(var(--tf-space-4) * 1px)}@media (max-width:480px){.brand-app-root .login-method__row{grid-template-columns:auto minmax(0,1fr)}.brand-app-root .login-method__row>.tf-button,.brand-app-root .login-method__state{grid-column:2;justify-self:start}.brand-app-root .login-method__details{align-items:flex-start;padding-left:calc(calc(var(--tf-space-8) * 1px) + calc(var(--tf-space-3) * 1px))}}.brand-app-root .info-row{display:flex;align-items:center;justify-content:space-between;padding:calc(var(--tf-space-3) * 1px) 0;border-bottom:1px solid var(--border)}.brand-app-root .info-row:last-of-type{border-bottom:none}.brand-app-root .info-row__label{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted)}.brand-app-root .info-row__value,.brand-app-root .role-select{font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .role-select{font-family:var(--tf-font-body);background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);padding:calc(var(--tf-space-1-5) * 1px) calc(var(--tf-space-7) * 1px) calc(var(--tf-space-1-5) * 1px) calc(var(--tf-space-3) * 1px);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.brand-app-root .role-select:disabled{opacity:.6;cursor:not-allowed}.brand-app-root .team-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:var(--tf-font-weight-bold);font-size:var(--tf-type-meta-size);color:var(--tf-semantic-light-text-on-brand);flex-shrink:0}.brand-app-root .team-name-cell{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .main-content.legal-screen{max-width:var(--tf-width-detail)}.brand-app-root .legal-row{display:flex;align-items:center;gap:calc(var(--tf-space-4) * 1px);padding:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-1) * 1px);border-bottom:1px solid var(--border);text-decoration:none;color:inherit}.brand-app-root .legal-row:last-child{border-bottom:none}.brand-app-root .legal-row__icon{width:40px;height:40px;border-radius:var(--radius-sm);background:var(--surface-alt);display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.brand-app-root .legal-row__body{flex:1 1;min-width:0}.brand-app-root .legal-row__title{font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text)}.brand-app-root .legal-row__desc{font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium);margin-top:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .legal-row__chevron{color:var(--tf-color-text-muted);flex-shrink:0}.brand-app-root .legal-footer{margin-top:calc(var(--tf-space-2) * 1px);font-size:var(--tf-type-meta-size);color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium);line-height:var(--tf-line-height-body);padding-top:calc(var(--tf-space-4) * 1px);border-top:1px solid var(--border)}@media (min-width:721px) and (max-width:1120px){.brand-app-root .roster-toolbar{grid-template-columns:1fr}.brand-app-root .roster-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-app-root .roster-filters .select{width:100%}}.brand-app-root .dashboard-screen{min-height:100vh}.brand-app-root .dashboard-content{flex-direction:column}.brand-app-root .dashboard-content .main-content__aside,.brand-app-root .dashboard-content .main-content__primary{width:100%}.brand-app-root .dashboard-content .stat-tile--wallet{background:var(--tf-color-text);border-color:var(--tf-color-text);color:var(--tf-semantic-light-text-on-brand)}.brand-app-root .dashboard-content .stat-tile--wallet .stat-tile__label,.brand-app-root .dashboard-content .stat-tile--wallet .stat-tile__value,.brand-app-root .dashboard-content .stat-tile--wallet .tf-money{color:inherit}.brand-app-root .dashboard-content .stat-tile--wallet .stat-tile__delta{color:color-mix(in srgb,var(--tf-semantic-light-text-on-brand) 82%,transparent)}.brand-app-root .dashboard-content .stat-tile--wallet .stat-tile__delta--action{color:var(--primary-tint)}.brand-app-root .dashboard-content .main-content__aside:empty{display:none}@media (max-width:1024px){.brand-app-root .main-content--split{flex-direction:column}.brand-app-root .main-content__aside{width:100%}.brand-app-root .stat-tile-row,.brand-app-root .stat-tile-row--cols-3{grid-template-columns:repeat(2,1fr)}.brand-app-root .dashboard-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-app-root .manage-grid{grid-template-columns:1fr}.brand-app-root .content-grid{grid-template-columns:repeat(2,1fr)}.brand-app-root .refund-breakdown__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:721px) and (max-width:1024px){.brand-app-root .table td,.brand-app-root .table th{padding-inline:calc(var(--tf-space-3) * 1px)}.brand-app-root .campaigns-list-card .table,.brand-app-root .guide-list-table{table-layout:auto}.brand-app-root .campaigns-list-card td,.brand-app-root .campaigns-list-card th,.brand-app-root .guide-list-table td,.brand-app-root .guide-list-table th{width:auto}.brand-app-root .campaigns-list-card th,.brand-app-root .guide-list-table th{white-space:nowrap}.brand-app-root .campaigns-list-card td:nth-child(2),.brand-app-root .campaigns-list-card td:nth-child(2) .table__cell-sub,.brand-app-root .campaigns-list-card td:nth-child(2) .table__cell-title{white-space:normal}}@media (max-width:720px){.brand-app-root .dashboard-screen .main-topbar{border-bottom:0;background:var(--bg);padding-bottom:calc(var(--tf-space-2) * 1px)}.brand-app-root .dashboard-screen .main-topbar__actions .avatar-chip,.brand-app-root .dashboard-screen .main-topbar__actions .cash-pill{display:none}.brand-app-root .dashboard-content{padding-top:calc(var(--tf-space-2) * 1px);gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .dashboard-content .main-content__primary{gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .dashboard-content .dashboard-summary{order:-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;padding:calc(var(--tf-space-4) * 1px);border-radius:var(--radius-lg);background:var(--tf-color-text);color:var(--tf-semantic-light-text-on-brand)}.brand-app-root .dashboard-content .stat-tile{min-width:0;border:0;border-radius:0;background:transparent;padding:calc(var(--tf-space-3) * 1px) 0 0;color:inherit}.brand-app-root .dashboard-content .stat-tile--wallet{grid-column:auto;order:0;padding:calc(var(--tf-space-3) * 1px) 0 0;border-bottom:0}.brand-app-root .dashboard-content .stat-tile__label{font-size:var(--tf-type-meta-size);color:color-mix(in srgb,var(--surface) 64%,transparent)}.brand-app-root .dashboard-content .stat-tile__value{font-size:var(--tf-type-body-size);color:inherit}.brand-app-root .dashboard-alert{align-items:flex-start;flex-wrap:wrap}.brand-app-root .dashboard-alert__copy{align-items:flex-start;flex-direction:column;gap:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .dashboard-alert .tf-button{margin-left:calc(calc(var(--tf-space-4) * 1px) + calc(var(--tf-space-3) * 1px))}.brand-app-root .dashboard-content .table-card{overflow:visible;border:0;background:transparent}.brand-app-root .dashboard-content .table-card__head{padding:0 calc(var(--tf-space-0-5) * 1px) calc(var(--tf-space-2) * 1px)}.brand-app-root .dashboard-content .table-card .table,.brand-app-root .dashboard-content .table-card tbody{display:grid;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .dashboard-content .table-card thead{display:none}.brand-app-root .dashboard-content .table-card tr{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-4) * 1px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.brand-app-root .dashboard-content .table-card td:first-child{grid-column:1/3}.brand-app-root .dashboard-content .table-card td:nth-child(2),.brand-app-root .dashboard-content .table-card td:nth-child(4){grid-column:1/-1;width:100%;display:flex;align-items:center;justify-content:space-between;text-align:right}.brand-app-root .dashboard-content .table-card td:nth-child(2):before,.brand-app-root .dashboard-content .table-card td:nth-child(4):before{color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium);text-align:left}.brand-app-root .dashboard-content .table-card td:nth-child(2):before{content:"상태"}.brand-app-root .dashboard-content .table-card td:nth-child(4):before{content:"검증 조회수"}.brand-app-root .dashboard-content .table-card td{display:block;padding:0;border:0}.brand-app-root .dashboard-content .table-card td:first-child{min-width:0}.brand-app-root .dashboard-content .table-card td:nth-child(3){grid-column:1/-1}.brand-app-root .dashboard-content .table-card td:nth-child(n+4){font-size:var(--tf-type-meta-size)}.brand-app-root .dashboard-content .table-card td:nth-child(n+4):before{content:attr(data-label) " ";color:var(--tf-color-text-muted);font-weight:var(--tf-font-weight-medium)}.brand-app-root .dashboard-content .budget-gauge{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:calc(var(--tf-space-2) * 1px);gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .dashboard-content .notice-card{display:none}.brand-app-root .ob-progress-title-row{align-items:flex-start}.brand-app-root .ck-row{grid-template-columns:22px minmax(0,1fr)}.brand-app-root .ck-row>.ck-state,.brand-app-root .ck-row>.tf-button{grid-column:2;justify-self:start}.brand-app-root .demo-section-head{align-items:flex-start}.brand-app-root .demo-metric-layout{grid-template-columns:1fr}.brand-app-root .demo-metric-primary{min-height:150px}.brand-app-root .shell{flex-direction:column}.brand-app-root .shell:has(.dashboard-screen)>.sidebar,.brand-app-root .sidebar{display:none}.brand-app-root .mobile-nav-bar{position:-webkit-sticky;position:sticky;z-index:30;top:0;display:flex;min-height:68px;align-items:center;justify-content:space-between;padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-4) * 1px);border-bottom:1px solid var(--border);background:var(--surface)}.brand-app-root .mobile-nav-bar__logo{display:flex;align-items:center;text-decoration:none}.brand-app-root .mobile-nav-bar__logo .service-logo{width:118px}.brand-app-root .mobile-nav-bar__trigger,.brand-app-root .mobile-nav-drawer__close{display:grid;width:42px;height:42px;flex-shrink:0;place-items:center;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--tf-color-text);cursor:pointer}.brand-app-root .mobile-nav-drawer{padding:0;border:0;background:var(--surface)}.brand-app-root .mobile-nav-drawer__head{display:flex;min-height:68px;align-items:center;justify-content:space-between;padding:0 calc(var(--tf-space-4) * 1px);border-bottom:1px solid var(--border)}.brand-app-root .mobile-nav-drawer__head h2{font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root .mobile-nav-drawer__close{width:38px;height:38px;background:var(--surface-alt)}.brand-app-root .mobile-nav-drawer>.sidebar__account{display:flex;margin:calc(var(--tf-space-5) * 1px) calc(var(--tf-space-4) * 1px) calc(var(--tf-space-4) * 1px)}.brand-app-root .mobile-nav-drawer__nav{display:flex;flex-direction:column;gap:calc(var(--tf-space-0-5) * 1px);padding:0 calc(var(--tf-space-3) * 1px)}.brand-app-root .mobile-nav-drawer__nav .nav-item{width:100%;padding:calc(var(--tf-space-3) * 1px) calc(var(--tf-space-3) * 1px)}.brand-app-root .mobile-nav-drawer__footer{margin-top:auto;padding:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-3) * 1px) calc(var(--tf-space-6) * 1px);border-top:1px solid var(--border)}.brand-app-root .main-topbar{flex-wrap:wrap;row-gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-4) * 1px)}.brand-app-root .main-topbar__actions{flex-wrap:wrap;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .cash-pill__label{display:none}.brand-app-root .detail-header-row{flex-wrap:wrap;row-gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .detail-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(var(--tf-space-1) * 1px)}.brand-app-root .detail-tabs__item{flex-shrink:0}.brand-app-root.auth-journey-root{align-items:flex-start;padding:calc(var(--tf-space-8) * 1px) calc(var(--tf-space-4) * 1px)}.brand-app-root .auth-journey-shell{gap:calc(var(--tf-space-6) * 1px)}.brand-app-root .login-shell{width:calc(100% - 32px);min-height:0;margin:calc(var(--tf-space-6) * 1px) auto;flex-direction:column-reverse}.brand-app-root .login-panel{flex:none;min-height:280px;padding:calc(var(--tf-space-6) * 1px) calc(var(--tf-space-5) * 1px)}.brand-app-root .login-panel__headline{font-size:var(--tf-type-page-title-size);line-height:var(--tf-type-page-title-line-height)}.brand-app-root .login-panel__sub{margin-top:calc(var(--tf-space-3) * 1px)}.brand-app-root .login-panel__features{display:none}.brand-app-root .login-form-side{width:100%;padding:calc(var(--tf-space-6) * 1px) calc(var(--tf-space-5) * 1px);gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .main-content{padding:calc(var(--tf-space-4) * 1px)}.brand-app-root .main-content--split{gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .content-grid,.brand-app-root .form-grid,.brand-app-root .stat-tile-row,.brand-app-root .stat-tile-row--cols-3,.brand-app-root .url-import-controls{grid-template-columns:1fr}.brand-app-root .url-import-controls .tf-button{width:100%}.brand-app-root .angle-cards{grid-template-columns:1fr}.brand-app-root .refund-request__body{padding-right:calc(var(--tf-space-4) * 1px);padding-left:calc(var(--tf-space-4) * 1px)}.brand-app-root .refund-receipt{margin-right:calc(var(--tf-space-4) * 1px);margin-left:calc(var(--tf-space-4) * 1px)}.brand-app-root .refund-history__item{grid-template-columns:minmax(0,1fr) auto}.brand-app-root .refund-history__reference{grid-column:1/-1}.brand-app-root .refund-dialog .modal__footer{flex-direction:column}.brand-app-root .table-card__head{flex-wrap:wrap;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .table-card .table thead{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.brand-app-root .table-card .table,.brand-app-root .table-card .table tbody,.brand-app-root .table-card .table td,.brand-app-root .table-card .table tr{display:block;width:100%}.brand-app-root .table-card .table{min-width:0}.brand-app-root .table-card .table tbody tr{padding:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-5) * 1px);border-bottom:1px solid var(--border)}.brand-app-root .table-card .table tbody tr:last-child{border-bottom:none}.brand-app-root .table-card .table td{padding:calc(var(--tf-space-1) * 1px) 0;border-bottom:none;text-align:left}.brand-app-root .table-card .table td:empty{display:none}.brand-app-root .table-card .table td:first-child{padding-top:0}.brand-app-root .table-card .table td:last-child{padding-bottom:0}.brand-app-root .table-card .table td:not(:has(.table__cell-title)):not(:has(.r-creator)):before{content:attr(data-label);display:block;font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);color:var(--tf-color-text-muted);text-transform:uppercase;letter-spacing:var(--tf-letter-spacing-label);margin-bottom:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .table-card .table td.table-muted-cell{text-align:left}.brand-app-root .table-card .table tfoot{display:block;width:100%}.brand-app-root .table-card .table tfoot tr{display:flex;align-items:baseline;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-5) * 1px);border-top:3px double var(--tf-color-text)}.brand-app-root .table-card .table tfoot td{width:auto;padding:0;border-top:0}.brand-app-root .table-card .table tfoot td:not(:has(.table__cell-title)):not(:has(.r-creator)):before{content:none}.brand-app-root .table-card .table tfoot .table__amount{text-align:right}.brand-app-root .campaigns-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .campaigns-topbar__actions{margin-left:auto;justify-content:flex-end}.brand-app-root .campaigns-summary__item{padding:calc(var(--tf-space-3) * 1px)}.brand-app-root .campaigns-summary__value{font-size:var(--tf-type-section-title-size)}.brand-app-root .campaigns-toolbar{overflow-x:auto}.brand-app-root .campaigns-toolbar .tf-segmented{flex:0 0 auto;white-space:nowrap}.brand-app-root .campaigns-list-card{width:100%;margin:0;overflow:visible;border:0;background:transparent}.brand-app-root .campaigns-list-card .table-card__head{padding-right:0;padding-left:0}.brand-app-root .campaigns-list-card .table,.brand-app-root .campaigns-list-card .table tbody{display:grid;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .campaigns-list-card .table tbody tr{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);box-sizing:border-box;padding:calc(var(--tf-space-4) * 1px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.brand-app-root .campaigns-list-card .table td{min-width:0;width:auto;padding:0}.brand-app-root .campaigns-list-card .table td:first-child{grid-column:1/-1;grid-row:2;display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .campaigns-list-card .table td:nth-child(2){grid-column:1;grid-row:1}.brand-app-root .campaigns-list-card .table td:nth-child(3){grid-row:3}.brand-app-root .campaigns-list-card .table td:nth-child(4){grid-row:4}.brand-app-root .campaigns-list-card .table td:nth-child(5){grid-row:5}.brand-app-root .campaigns-list-card .table td:nth-child(6){grid-row:6}.brand-app-root .campaigns-list-card .table td:nth-child(3),.brand-app-root .campaigns-list-card .table td:nth-child(4),.brand-app-root .campaigns-list-card .table td:nth-child(5),.brand-app-root .campaigns-list-card .table td:nth-child(6){grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .campaigns-list-card .table td:nth-child(7){grid-column:2;grid-row:1}.brand-app-root .campaigns-list-card .table td:not(:has(.table__cell-title)):before{display:inline;flex-shrink:0;margin:0;text-transform:none;letter-spacing:normal}.brand-app-root .campaigns-list-card .campaign-row-action:before{display:none}.brand-app-root .campaigns-list-card .table__cell-sub,.brand-app-root .campaigns-list-card .table__cell-title,.brand-app-root .campaigns-list-card td,.brand-app-root .campaigns-list-card td:before,.brand-app-root .campaigns-summary__label,.brand-app-root .campaigns-toolbar,.brand-app-root .campaigns-toolbar *{white-space:nowrap}.brand-app-root .roster-toolbar{display:flex;flex-direction:column;align-items:stretch;gap:calc(var(--tf-space-2-5) * 1px)}.brand-app-root .roster-filter-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:0 calc(var(--tf-space-3) * 1px);border:1.5px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);color:var(--tf-color-text);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .roster-filter-toggle span{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-type-meta-weight)}.brand-app-root .roster-filters[data-mobile-open=false]{display:none}.brand-app-root .roster-filters[data-mobile-open=true]{display:grid;grid-template-columns:1fr}.brand-app-root .roster-filters .select{width:100%}.brand-app-root .roster-table-card .table-card__head{display:none}.brand-app-root .roster-table-card .table tbody{display:grid;grid-gap:calc(var(--tf-space-2-5) * 1px);gap:calc(var(--tf-space-2-5) * 1px);padding:calc(var(--tf-space-2-5) * 1px)}.brand-app-root .roster-table-card .table tbody tr{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:calc(var(--tf-space-3) * 1px);column-gap:calc(var(--tf-space-3) * 1px);grid-row-gap:calc(var(--tf-space-3) * 1px);row-gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-4) * 1px) calc(var(--tf-space-5) * 1px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.brand-app-root .roster-table-card .table td{display:block;width:auto;min-width:0;padding:0;border:0}.brand-app-root .roster-table-card .table td:first-child{grid-column:1/-1;padding-right:calc(calc(var(--tf-space-16) * 1px) + calc(var(--tf-space-7) * 1px))}.brand-app-root .roster-table-card .table td:last-child{position:absolute;top:18px;right:16px;display:block;width:auto}.brand-app-root .roster-table-card .table td:not(:has(.table__cell-title)):not(:has(.r-creator)):before{margin-bottom:calc(var(--tf-space-0-5) * 1px);font-size:var(--tf-font-size-micro);letter-spacing:normal}.brand-app-root .roster-table-card .table td:last-child:before{display:none!important;content:none!important}.brand-app-root .roster-profile-action{padding:calc(var(--tf-space-1-5) * 1px) calc(var(--tf-space-2) * 1px);font-size:var(--tf-font-size-caption)}}.brand-app-root .kv-list{display:grid;grid-gap:0;gap:0;margin:0}.brand-app-root .kv-list>div{display:grid;grid-template-columns:minmax(140px,.35fr) minmax(0,1fr);grid-gap:calc(var(--tf-space-4) * 1px);gap:calc(var(--tf-space-4) * 1px);padding:calc(var(--tf-space-3) * 1px) 0;border-bottom:1px solid var(--border)}.brand-app-root .kv-list>div:last-child{border-bottom:0}.brand-app-root .kv-list dt{color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .kv-list dd{margin:0;color:var(--tf-color-text);font-size:var(--tf-type-body-size);font-weight:var(--tf-font-weight-bold)}@media (max-width:640px){.brand-app-root .kv-list>div{grid-template-columns:1fr;gap:calc(var(--tf-space-1) * 1px)}}.brand-app-root .live-pill__dot{width:6px;height:6px;border-radius:50%;background:var(--surface);animation:live-pulse 1.6s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1}50%{opacity:.35}}.brand-app-root .accordion__chevron{color:var(--tf-color-text-muted);flex-shrink:0;transition:transform .15s ease}.brand-app-root .accordion__item--open .accordion__chevron{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.brand-app-root .live-pill__dot{animation:none}.brand-app-root .accordion__chevron{transition:none}}.brand-app-root .brand-route-enter{animation:tf-brand-route-enter var(--tf-motion-normal) var(--tf-motion-ease-out) both}@keyframes tf-brand-route-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.brand-app-root .brand-route-enter{animation:none}}.brand-app-root .onboarding-head{display:flex;align-items:flex-end;justify-content:space-between;gap:calc(var(--tf-space-5) * 1px);flex-wrap:wrap}.brand-app-root .onboarding-head__copy{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .onboarding-head__copy p{color:var(--tf-color-text-muted);font-family:var(--tf-type-body-font-family);font-size:var(--tf-type-body-size);font-weight:var(--tf-type-body-weight);line-height:var(--tf-type-body-line-height);letter-spacing:var(--tf-type-body-letter-spacing)}.brand-app-root .eyebrow{color:var(--primary);font-family:var(--tf-type-meta-font-family);font-size:var(--tf-type-meta-size);font-weight:var(--tf-type-meta-weight);line-height:var(--tf-type-meta-line-height);letter-spacing:var(--tf-type-meta-letter-spacing)}.brand-app-root .panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(var(--tf-space-4) * 1px)}.brand-app-root .panel__title{font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root .panel__copy{margin-top:calc(var(--tf-space-1) * 1px);color:var(--tf-color-text-muted);font-family:var(--tf-type-body-font-family);font-size:var(--tf-type-body-size);font-weight:var(--tf-type-body-weight);line-height:var(--tf-type-body-line-height);letter-spacing:var(--tf-type-body-letter-spacing)}.brand-app-root .ai-tag,.brand-app-root .edit-tag{display:inline-flex;align-items:center;gap:calc(var(--tf-space-1) * 1px);flex-shrink:0;padding:calc(var(--tf-space-1) * 1px) calc(var(--tf-space-2-5) * 1px);border-radius:var(--radius-pill);background:var(--primary-tint);color:var(--primary-deep);font-family:var(--tf-type-meta-font-family);font-size:var(--tf-type-meta-size);font-weight:var(--tf-type-meta-weight);line-height:var(--tf-type-meta-line-height);letter-spacing:var(--tf-type-meta-letter-spacing)}.brand-app-root .ob-secondary-action{display:grid;grid-gap:calc(var(--tf-space-2) * 1px);gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .url-row{display:flex;align-items:flex-end;gap:calc(var(--tf-space-3) * 1px);flex-wrap:wrap}.brand-app-root .url-row .field{flex:1 1;min-width:240px}.brand-app-root .url-row .tf-button{flex-shrink:0}@keyframes onboarding-spin{to{transform:rotate(1turn)}}@keyframes onboarding-spinner-pulse{to{opacity:.45}}.brand-app-root .state-title{font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root .lock-note{padding:calc(var(--tf-space-4) * 1px);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-alt);color:var(--tf-color-text-muted);font-family:var(--tf-type-body-font-family);font-size:var(--tf-type-body-size);font-weight:var(--tf-type-body-weight);line-height:var(--tf-type-body-line-height);letter-spacing:var(--tf-type-body-letter-spacing)}.brand-app-root .provenance-title{font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing);margin-right:calc(var(--tf-space-2) * 1px)}.brand-app-root .action-bar{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-4) * 1px);flex-wrap:wrap}.brand-app-root .action-bar__note{color:var(--tf-color-text-muted);font-family:var(--tf-type-meta-font-family);font-size:var(--tf-type-meta-size);font-weight:var(--tf-type-meta-weight);line-height:var(--tf-type-meta-line-height);letter-spacing:var(--tf-type-meta-letter-spacing)}.brand-app-root .action-bar__buttons{display:flex;gap:calc(var(--tf-space-3) * 1px);flex-shrink:0}.brand-app-root .tag-chip--must{background:var(--primary-tint);color:var(--primary-deep)}.brand-app-root .validation-panel{display:flex;flex-direction:column;gap:calc(var(--tf-space-4) * 1px);padding:calc(var(--tf-space-5) * 1px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-alt)}.brand-app-root .validation-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .validation-panel__head h2{font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root .validation-panel__head p{margin-top:calc(var(--tf-space-0-5) * 1px);color:var(--tf-color-text-muted)}.brand-app-root .validation-error,.brand-app-root .validation-panel__head p{font-family:var(--tf-type-meta-font-family);font-size:var(--tf-type-meta-size);font-weight:var(--tf-type-meta-weight);line-height:var(--tf-type-meta-line-height);letter-spacing:var(--tf-type-meta-letter-spacing)}.brand-app-root .validation-error{display:flex;flex-direction:column;gap:calc(var(--tf-space-1-5) * 1px);padding:calc(var(--tf-space-4) * 1px);border:1px solid var(--live-red);border-radius:var(--radius-md);background:var(--surface);color:var(--live-red)}.brand-app-root .validation-error strong{font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root .validation-error ul{display:flex;flex-direction:column;gap:calc(var(--tf-space-0-5) * 1px);margin:0;padding-left:calc(var(--tf-space-4) * 1px)}.brand-app-root .tracking-options{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px);border:none;margin:0;padding:0}.brand-app-root .tracking-option{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-4) * 1px);border:1.5px solid var(--border-strong);border-radius:var(--radius-md);background:var(--surface);font-family:var(--tf-type-control-font-family);font-size:var(--tf-type-control-size);font-weight:var(--tf-type-control-weight);line-height:var(--tf-type-control-line-height);letter-spacing:var(--tf-type-control-letter-spacing);cursor:pointer}@media (hover:hover) and (pointer:fine){.brand-app-root .tracking-option:hover{border-color:var(--primary)}}.brand-app-root .tracking-option input{accent-color:var(--primary)}@media (max-width:720px){.brand-app-root .action-bar{align-items:stretch;flex-direction:column}}@media (max-width:480px){.brand-app-root .action-bar__buttons{flex-direction:column;width:100%}.brand-app-root .action-bar__buttons .tf-button,.brand-app-root .url-row .tf-button{width:100%}}.brand-app-root .asset-kit-panel__thumb--retry:focus-visible,.brand-app-root .asset-kit-panel__upload:focus-visible{outline:3px solid var(--tf-color-indigo);outline-offset:2px}.brand-app-root .campaign-guide__examples{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);border:1px solid var(--border);border-radius:var(--wizard-panel-radius);background:var(--surface-alt);padding:calc(var(--tf-space-4) * 1px)}.brand-app-root .campaign-guide__examples-empty{margin:0;color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);line-height:var(--tf-line-height-body)}.brand-app-root .example-picker,.brand-app-root .example-picker__state{display:flex;flex-direction:column;gap:calc(var(--tf-space-3) * 1px);border:1px solid var(--border);border-radius:var(--wizard-panel-radius);background:var(--surface);padding:calc(var(--tf-space-4) * 1px)}.brand-app-root .example-picker__state{flex-direction:row}.brand-app-root .example-picker__state,.brand-app-root .example-picker__summary{align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .example-picker__summary{display:flex}.brand-app-root .example-picker__list{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);margin:0;padding:0;list-style:none;max-height:320px;overflow-y:auto}.brand-app-root .example-picker__row{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-2) * 1px) calc(var(--tf-space-3) * 1px);border:1px solid var(--border);border-radius:var(--wizard-control-radius);cursor:pointer}@media (hover:hover) and (pointer:fine){.brand-app-root .example-picker__row:hover{border-color:var(--border-strong)}}.brand-app-root .example-picker__choice{flex:1 1;min-width:0;display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);cursor:pointer}.brand-app-root .example-picker__handle,.brand-app-root .example-picker__meta{font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .example-picker__meta{flex:1 1;min-width:0;color:var(--tf-color-text-muted)}.brand-app-root .example-picker__link{color:var(--tf-color-indigo);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold);text-decoration:none}.brand-app-root .asset-kit-panel__empty,.brand-app-root .asset-kit-panel__state{margin:0;color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .asset-kit-panel__loading{display:grid;grid-gap:calc(var(--tf-space-2) * 1px);gap:calc(var(--tf-space-2) * 1px)}.brand-app-root .asset-kit-panel__state{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .asset-kit-panel__list{display:flex;flex-direction:column;gap:calc(var(--tf-space-2) * 1px);margin:0;padding:0;list-style:none}.brand-app-root .asset-kit-panel__row{display:flex;align-items:center;gap:calc(var(--tf-space-3) * 1px);padding:calc(var(--tf-space-3) * 1px);border:1px solid var(--border);border-radius:var(--wizard-control-radius);background:var(--surface)}.brand-app-root .asset-kit-panel__thumb{width:44px;height:44px;border-radius:var(--wizard-control-radius);border:1px solid var(--border);background:var(--surface-alt);object-fit:cover;display:inline-flex;align-items:center;justify-content:center;color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .asset-kit-panel__thumb--retry{padding:calc(var(--tf-space-1) * 1px);cursor:pointer;line-height:var(--tf-line-height-heading)}.brand-app-root .asset-kit-panel__copy{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:calc(var(--tf-space-0-5) * 1px)}.brand-app-root .asset-kit-panel__copy strong{font-size:var(--tf-type-table-cell-size)}.brand-app-root .asset-kit-panel__copy span{color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .asset-kit-panel__form{display:grid;grid-template-columns:140px minmax(0,1fr) auto;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);align-items:end}.brand-app-root .asset-kit-panel__upload{cursor:pointer}@media (max-width:720px){.brand-app-root .asset-kit-panel__form{grid-template-columns:minmax(0,1fr)}}.brand-app-root .guide-screen{gap:calc(var(--tf-space-5) * 1px)}.brand-app-root .guide-status-filters{align-self:flex-start}.brand-app-root .guide-list-card{overflow:visible}.brand-app-root .guide-list-card__header h2{margin:0}.brand-app-root .campaigns-guides-message{padding:calc(var(--tf-space-6) * 1px) calc(var(--tf-space-5) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-table-cell-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .guide-list-table{table-layout:fixed}.brand-app-root .guide-list-table td:first-child,.brand-app-root .guide-list-table th:first-child{width:11%}.brand-app-root .guide-list-table td:nth-child(2),.brand-app-root .guide-list-table th:nth-child(2){width:27%}.brand-app-root .guide-list-table td:nth-child(3),.brand-app-root .guide-list-table th:nth-child(3){width:22%}.brand-app-root .guide-list-table td:nth-child(4),.brand-app-root .guide-list-table td:nth-child(5),.brand-app-root .guide-list-table th:nth-child(4),.brand-app-root .guide-list-table th:nth-child(5){width:10%;text-align:center}.brand-app-root .guide-list-table td:nth-child(6),.brand-app-root .guide-list-table th:nth-child(6){width:14%;text-align:center}.brand-app-root .guide-list-table td:last-child,.brand-app-root .guide-list-table th:last-child{width:6%}.brand-app-root .guide-list-table td{overflow:hidden;vertical-align:middle}.brand-app-root .guide-list-table td:nth-child(3){white-space:normal}.brand-app-root .guide-list-table .table__cell-title{display:block}.brand-app-root .guide-list-table .table__cell-sub{display:block;margin-top:calc(var(--tf-space-1) * 1px);color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-medium)}.brand-app-root .guide-row-actions{z-index:3}@media (max-width:720px){.brand-app-root .guide-screen{padding-inline:calc(var(--tf-space-4) * 1px)}.brand-app-root .guide-screen .campaign-family-tabs,.brand-app-root .guide-screen .campaigns-summary,.brand-app-root .guide-screen .guide-list-card{width:100%;margin-inline:0}.brand-app-root .table-card .guide-list-table td,.brand-app-root .table-card .guide-list-table th{width:auto;text-align:left}}@media (min-width:721px) and (max-width:768px){.brand-app-root .guide-list-card .table thead{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.brand-app-root .guide-list-card{width:100%;margin:0;overflow:visible;border:0;background:transparent}.brand-app-root .guide-list-card .table-card__head{padding-right:0;padding-left:0}.brand-app-root .guide-list-card .table,.brand-app-root .guide-list-card .table tbody{display:grid;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);min-width:0}.brand-app-root .guide-list-card .table tbody tr{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:calc(var(--tf-space-3) * 1px);gap:calc(var(--tf-space-3) * 1px);box-sizing:border-box;padding:calc(var(--tf-space-4) * 1px);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.brand-app-root .table-card .guide-list-table td{min-width:0;width:auto;padding:0;border-bottom:none;text-align:left}.brand-app-root .guide-list-card .table td:nth-child(2){grid-column:1;grid-row:1}.brand-app-root .guide-list-card .table td:nth-child(7){grid-column:2;grid-row:1}.brand-app-root .guide-list-card .table td:first-child{grid-row:2}.brand-app-root .guide-list-card .table td:nth-child(3){grid-row:3}.brand-app-root .guide-list-card .table td:nth-child(4){grid-row:4}.brand-app-root .guide-list-card .table td:nth-child(5){grid-row:5}.brand-app-root .guide-list-card .table td:nth-child(6){grid-row:6}.brand-app-root .guide-list-card .table td:first-child,.brand-app-root .guide-list-card .table td:nth-child(3),.brand-app-root .guide-list-card .table td:nth-child(4),.brand-app-root .guide-list-card .table td:nth-child(5),.brand-app-root .guide-list-card .table td:nth-child(6){grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:calc(var(--tf-space-3) * 1px)}.brand-app-root .guide-list-card .table td:not(:has(.table__cell-title)):before{content:attr(data-label);flex-shrink:0;color:var(--tf-color-text-muted);font-size:var(--tf-type-meta-size);font-weight:var(--tf-font-weight-bold)}.brand-app-root .guide-list-card .campaign-row-action:before{content:none}}.brand-app-root .charge-receipt__headline,.brand-app-root .demo-campaign-title,.brand-app-root .demo-section-title,.brand-app-root .form-card__title,.brand-app-root .gauge-card__title,.brand-app-root .manage-card__title,.brand-app-root .modal__title,.brand-app-root .panel__title,.brand-app-root .preview-card__title,.brand-app-root .provenance-title,.brand-app-root .specimen-section__title,.brand-app-root .state-title,.brand-app-root .track-card__title,.brand-app-root .validation-error strong{font-family:var(--tf-type-subsection-title-font-family);font-size:var(--tf-type-subsection-title-size);font-weight:var(--tf-type-subsection-title-weight);line-height:var(--tf-type-subsection-title-line-height);letter-spacing:var(--tf-type-subsection-title-letter-spacing)}.brand-app-root h2.demo-section-title,.brand-app-root h2.table-card__title{font-family:var(--tf-type-section-title-font-family);font-size:var(--tf-type-section-title-size);font-weight:var(--tf-type-section-title-weight);line-height:var(--tf-type-section-title-line-height);letter-spacing:var(--tf-type-section-title-letter-spacing)}.brand-app-root .bank-transfer-panel__amount-input input,.brand-app-root .bank-transfer-panel__amount-input span,.brand-app-root .bank-transfer-panel__final-amount,.brand-app-root .campaigns-summary__value,.brand-app-root .charge-receipt__balance-amount,.brand-app-root .demo-metric-primary__num,.brand-app-root .demo-support-stat__num,.brand-app-root .input-amount__field,.brand-app-root .input-amount__prefix,.brand-app-root .ledger-list__row--total>:last-child,.brand-app-root .ledger-stat--hero .ledger-stat__value,.brand-app-root .ledger-stat__value,.brand-app-root .pkg-card__amount,.brand-app-root .stat-tile__value,.brand-app-root .table tfoot td.table__amount{font-family:var(--tf-type-amount-font-family);font-size:var(--tf-type-amount-size);font-weight:var(--tf-type-amount-weight);line-height:var(--tf-type-amount-line-height);letter-spacing:var(--tf-type-amount-letter-spacing)}.brand-app-root .ledger-list__row>:last-child,.brand-app-root .table td.table__amount{font-family:var(--tf-type-amount-compact-font-family);font-size:var(--tf-type-amount-compact-size);font-weight:var(--tf-type-amount-compact-weight);line-height:var(--tf-type-amount-compact-line-height);letter-spacing:var(--tf-type-amount-compact-letter-spacing)}