@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";.toast-region{position:fixed;bottom:var(--space-6);left:50%;transform:translate(-50%);z-index:200;display:flex;flex-direction:column-reverse;align-items:center;gap:var(--space-2);width:min(560px,calc(100vw - var(--space-8)));pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow);color:var(--ink);font-size:14px;animation:toast-in .18s ease-out}.toast-message{flex:1 1 auto;min-width:0}.toast-success{border-left:3px solid var(--success)}.toast-error{border-left:3px solid var(--danger)}.toast-info{border-left:3px solid var(--ink-2)}.toast-undo{flex:0 0 auto;padding:var(--space-1) var(--space-3);border:1.5px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font:inherit;font-size:13px;font-weight:600;cursor:pointer}.toast-undo:hover{border-color:var(--ink-2);background:var(--paper-2)}.toast-undo:focus-visible,.toast-close:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.toast-close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:-6px -6px -6px 0;border:none;border-radius:var(--radius-sm);background:none;color:var(--muted);font-size:20px;line-height:1;cursor:pointer}.toast-close:hover{color:var(--ink);background:var(--paper-2)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.toast{animation:none}}.brand-shell{--accent: #FF4D23;--accent-2: #FF7A52;--ink: #16130F;--ink-2: #3b362f;--paper: #F7F4EE;--paper-2: #EFEAE0;--line: #E4DCCE;--primary: #FF4D23;--primary-dark: #E23A14;--surface: #ffffff;--bg: #F7F4EE;--text: #16130F;--muted: #6b6358;--border: #E4DCCE;--danger: #d23a14;--success: #2f9e44;--radius: 16px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(22, 19, 15, .04), 0 12px 32px -12px rgba(22, 19, 15, .18);--shadow-lift: 0 30px 60px -24px rgba(22, 19, 15, .35);--danger-dark: #b02f10;--accent-tint: rgba(255, 77, 35, .1);--accent-tint-strong: rgba(255, 77, 35, .18);--accent-ink: #B8320F;--danger-tint: rgba(210, 58, 20, .1);--sidebar-width: 264px;font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--ink);background:var(--paper);min-height:100vh}.font-display{font-family:Space Grotesk,ui-sans-serif,sans-serif}.brand-content{min-height:100vh;padding:var(--space-8);padding-left:72px;max-width:1100px;margin:0 auto}@media (max-width: 640px){.brand-content{padding:var(--space-5);padding-left:64px}.sidebar-burger{top:var(--space-5)}}.sidebar-burger{position:fixed;top:32px;left:18px;z-index:130;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-1);width:42px;height:42px;padding:0;border:none;border-radius:var(--radius-sm);background:var(--ink);color:var(--paper);box-shadow:var(--shadow);cursor:pointer;transition:transform .18s cubic-bezier(.4,0,.2,1),opacity .18s ease,box-shadow .18s ease}.sidebar-burger:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift)}.sidebar-burger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sidebar-burger.hidden{opacity:0;pointer-events:none;transform:scale(.9)}.sidebar-burger span{display:block;width:18px;height:2px;border-radius:2px;background:currentColor}.sidebar-backdrop{padding:0;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:135;background:#16130f59;animation:sidebar-fade-in .22s ease}@keyframes sidebar-fade-in{0%{opacity:0}to{opacity:1}}.sidebar{position:fixed;top:0;left:0;height:100vh;width:var(--sidebar-width);z-index:140;display:flex;flex-direction:column;padding:18px 16px;background:var(--surface);border-right:1px solid var(--line);box-shadow:var(--shadow-lift);transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.sidebar.open{transform:translate(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-4)}.brand-shell .logo{display:flex;align-items:center;gap:var(--space-2);font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.brand-shell .logo-mark{display:grid;place-items:center;flex-shrink:0;width:32px;height:32px;border-radius:var(--radius-sm);background:var(--ink);color:var(--paper);font-size:.875rem;font-weight:700;line-height:1}.brand-shell .logo-dot{color:var(--accent)}.sidebar-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--ink-2);font-size:22px;line-height:1;cursor:pointer;transition:background .16s ease,color .16s ease}.sidebar-close:hover{background:var(--paper-2);color:var(--ink)}.sidebar-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sidebar-cta{margin-bottom:var(--space-5)}.sidebar-account{position:relative;display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-sm);background:var(--paper-2)}.sidebar-account-trigger{display:flex;align-items:center;gap:var(--space-3);width:100%;min-width:0;padding:var(--space-2);border:none;border-radius:var(--radius-sm);background:transparent;font:inherit;text-align:left;cursor:pointer}.sidebar-account-trigger:hover{background:var(--surface)}.sidebar-account-trigger:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.sidebar-account-caret{flex:0 0 auto;color:var(--muted);font-size:12px}.sidebar-account-menu{position:absolute;left:var(--space-2);right:var(--space-2);bottom:calc(100% - var(--space-2));z-index:10;display:flex;flex-direction:column;padding:var(--space-1);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow)}.sidebar-account-item{padding:var(--space-2) var(--space-3);border:none;border-radius:var(--radius-sm);background:transparent;color:var(--ink-2);font:inherit;font-size:14px;text-align:left;text-decoration:none;cursor:pointer}.sidebar-account-item:hover{background:var(--paper-2);color:var(--ink)}.sidebar-account-item:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.sidebar-account-signout{border-top:1px solid var(--line);border-radius:0 0 var(--radius-sm) var(--radius-sm);margin-top:var(--space-1);color:var(--muted)}.sidebar-user-credits{display:flex;padding:0 var(--space-2) var(--space-1)}.sidebar-user-avatar{flex:0 0 auto;width:40px;height:40px;border-radius:50%;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2))}.sidebar-user-info{min-width:0;display:flex;flex-direction:column}.sidebar-user-name{font-weight:600;font-size:14px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{display:flex;flex-direction:column;gap:var(--space-5)}.sidebar-group{display:flex;flex-direction:column;gap:var(--space-1)}.sidebar-group-title{margin:0 0 var(--space-1);padding:0 12px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.sidebar-link{display:flex;text-decoration:none;align-items:center;gap:var(--space-3);padding:10px 12px;border:none;width:100%;text-align:left;border-radius:var(--radius-sm);background:transparent;color:var(--ink-2);font:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:background .16s ease,color .16s ease}.sidebar-link:hover{background:var(--paper-2)}.sidebar-link.active{background:var(--accent);color:#fff}.sidebar-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.sidebar-link svg{flex:0 0 auto}.sidebar-spacer{flex:1 1 auto}@media (min-width: 1024px){.brand-shell{padding-left:var(--sidebar-width)}.brand-content{padding-left:var(--space-8)}.sidebar{transform:none;box-shadow:none}.sidebar-burger,.sidebar-close,.sidebar-backdrop{display:none}}@media (prefers-reduced-motion: reduce){.brand-shell *,.brand-shell *:before,.brand-shell *:after{transition:none!important;animation:none!important}}.route-fallback{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:var(--space-8);animation:route-fallback-in .2s ease-out .14s both}@keyframes route-fallback-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.route-fallback{animation:none}}.brand-shell .btn,.brand-shell .btn-primary,.brand-shell .btn-secondary,.brand-shell .btn-ghost,.brand-shell .btn-danger,.brand-shell .btn-danger-quiet{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:11px 20px;border:1.5px solid transparent;border-radius:var(--radius-sm);font:inherit;font-size:14px;font-weight:600;line-height:20px;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .1s ease}.brand-shell .btn-sm{padding:7px 14px;font-size:13px;line-height:18px}.brand-shell .btn-block{width:100%}.brand-shell .btn:focus-visible,.brand-shell .btn-primary:focus-visible,.brand-shell .btn-secondary:focus-visible,.brand-shell .btn-ghost:focus-visible,.brand-shell .btn-danger:focus-visible,.brand-shell .btn-danger-quiet:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.brand-shell .btn:active:not(:disabled),.brand-shell .btn-primary:active:not(:disabled),.brand-shell .btn-secondary:active:not(:disabled),.brand-shell .btn-danger:active:not(:disabled){transform:scale(.98)}.brand-shell .btn:disabled,.brand-shell .btn-primary:disabled,.brand-shell .btn-secondary:disabled,.brand-shell .btn-ghost:disabled,.brand-shell .btn-danger:disabled,.brand-shell .btn-danger-quiet:disabled,.brand-shell .btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;transform:none}.brand-shell .btn .spinner{width:16px;height:16px;border-width:2px;border-color:currentColor;border-top-color:transparent;opacity:.9}.brand-shell .btn-icon{display:inline-flex;align-items:center}.brand-shell .btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.brand-shell .btn-primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark)}.brand-shell .btn-secondary{background:var(--surface);border-color:var(--line);color:var(--ink)}.brand-shell .btn-secondary:hover:not(:disabled){border-color:var(--ink-2);background:var(--paper-2)}.brand-shell .btn-ghost{background:transparent;border-color:transparent;color:var(--muted)}.brand-shell .btn-ghost:hover:not(:disabled){background:var(--paper-2);color:var(--ink)}.brand-shell .btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.brand-shell .btn-danger:hover:not(:disabled){background:var(--danger-dark);border-color:var(--danger-dark)}.brand-shell .btn-danger-quiet{background:transparent;border-color:transparent;color:var(--danger)}.brand-shell .btn-danger-quiet:hover:not(:disabled){background:var(--danger-tint);border-color:var(--danger-tint)}.brand-shell .btn-icon-only{padding:0;width:44px;height:44px;min-width:44px}.brand-shell .btn-icon-only.btn-sm{width:36px;height:36px;min-width:36px}.brand-shell .btn-icon-only .btn-label:empty{display:none}.brand-shell .is-selected-tint{background:var(--accent-tint);border-color:var(--accent);color:var(--accent-ink)}.brand-shell .credit-badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:6px 14px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.01em;line-height:1;color:var(--ink);background:var(--surface);border:1px solid var(--line);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}.brand-shell .credit-badge:hover{background:var(--paper-2);transform:translateY(-1px)}.brand-shell .credit-badge:active{transform:translateY(0)}.brand-shell .credit-badge:focus-visible{outline:2px solid var(--accent, var(--primary));outline-offset:2px}.brand-shell .credit-badge-glyph{font-size:11px;line-height:1}.brand-shell .credit-badge-value{font-variant-numeric:tabular-nums}.brand-shell .credit-badge-ok .credit-badge-glyph{color:var(--success)}.brand-shell .credit-badge-ok{border-color:color-mix(in srgb,var(--success) 35%,var(--line))}.brand-shell .credit-badge-warn .credit-badge-glyph{color:#b8860b}.brand-shell .credit-badge-warn{border-color:color-mix(in srgb,#b8860b 35%,var(--line))}.brand-shell .credit-badge-low .credit-badge-glyph{color:var(--danger)}.brand-shell .credit-badge-low{border-color:color-mix(in srgb,var(--danger) 35%,var(--line))}.brand-shell .credit-badge-neutral .credit-badge-glyph{color:var(--muted)}.brand-shell .credit-badge-placeholder{color:var(--muted);cursor:default}.brand-shell .credit-badge-placeholder:hover{background:var(--surface);transform:none}.brand-shell .credit-modal{display:flex;flex-direction:column;gap:var(--space-5)}.brand-shell .credit-modal-activity{display:flex;flex-direction:column;gap:var(--space-3)}.brand-shell .credit-modal-status{font-size:14px;color:var(--muted);margin:0}.brand-shell .credit-modal-error{color:var(--danger)}@media (prefers-reduced-motion: reduce){.brand-shell .credit-badge{transition:none}.brand-shell .credit-badge:hover,.brand-shell .credit-badge:active{transform:none}}.brand-shell .credits-section{display:flex;flex-direction:column;gap:var(--space-6);max-width:760px}.brand-shell .credits-subheading{font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin-bottom:var(--space-4)}.brand-shell .credit-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column;gap:var(--space-4)}.brand-shell .credit-card-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap}.brand-shell .credit-plan-chip{font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:4px 12px;border-radius:999px;color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent);border:1px solid color-mix(in srgb,var(--primary) 30%,transparent)}.brand-shell .credit-plan-chip-muted{color:var(--muted);background:var(--paper-2);border-color:var(--line)}.brand-shell .credit-renews{font-size:13px;color:var(--muted)}.brand-shell .credit-balance-figure{display:flex;align-items:baseline;gap:var(--space-2)}.brand-shell .credit-balance-number{font-size:44px;line-height:1;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.brand-shell .credit-balance-unit{font-size:15px;font-weight:600;color:var(--muted)}.brand-shell .credit-reserved-note{margin-top:var(--space-1);font-size:13px;font-weight:600;color:var(--muted)}.brand-shell .credit-progress{height:10px;width:100%;border-radius:999px;background:var(--paper-2);border:1px solid var(--line);overflow:hidden}.brand-shell .credit-progress-fill{display:block;height:100%;border-radius:inherit;background:var(--primary);transition:width .3s ease}.brand-shell .credit-progress-label{font-size:13px;color:var(--muted)}.brand-shell .credit-rollover-note{color:var(--ink-2)}.brand-shell .credit-cancelled-note{font-size:13px;line-height:1.5;color:var(--danger)}.brand-shell .credit-buy{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap;margin-top:var(--space-1)}.brand-shell .credit-buy-caption{font-size:13px;font-weight:600;color:var(--muted)}.brand-shell .ledger-wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto}.brand-shell .ledger-table{width:100%;border-collapse:collapse;font-size:14px}.brand-shell .ledger-caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand-shell .ledger-table th,.brand-shell .ledger-table td{padding:12px 18px;text-align:left}.brand-shell .ledger-table thead th{font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);background:var(--paper-2)}.brand-shell .ledger-table tbody td{color:var(--ink-2);border-bottom:1px solid var(--line)}.brand-shell .ledger-table tbody tr:last-child td{border-bottom:none}.brand-shell .ledger-num{text-align:right;font-variant-numeric:tabular-nums}.brand-shell .ledger-empty{background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius);padding:48px 24px;text-align:center;color:var(--muted)}.brand-shell .ledger-empty p{margin:0 0 4px}.brand-shell .ledger-empty p:first-child{font-family:Space Grotesk,ui-sans-serif,sans-serif;font-size:17px;font-weight:600;color:var(--ink)}.brand-shell .ledger-empty .subtitle{font-size:14px}@media (max-width: 560px){.brand-shell .ledger-table,.brand-shell .ledger-table tbody,.brand-shell .ledger-table tr,.brand-shell .ledger-table td{display:block;width:100%}.brand-shell .ledger-table thead{display:none}.brand-shell .ledger-table tbody tr{padding:8px 0;border-bottom:1px solid var(--line)}.brand-shell .ledger-table tbody tr:last-child{border-bottom:none}.brand-shell .ledger-table tbody td{display:flex;justify-content:space-between;gap:var(--space-4);padding:6px 18px;border-bottom:none;text-align:right}.brand-shell .ledger-table tbody td:before{content:attr(data-label);font-weight:700;font-size:12px;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);text-align:left}.brand-shell .ledger-num{text-align:right}}@media (prefers-reduced-motion: reduce){.brand-shell .credit-progress-fill{transition:none}}.cmdk-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;justify-content:center;padding-top:12vh;background:#16130f73;animation:cmdk-fade .12s ease-out}.cmdk{display:flex;flex-direction:column;width:min(560px,calc(100vw - var(--space-8)));max-height:60vh;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-lift)}.cmdk-input{flex:0 0 auto;padding:var(--space-4) var(--space-5);border:none;border-bottom:1px solid var(--line);background:transparent;font:inherit;font-size:16px;color:var(--ink)}.cmdk-input:focus{outline:none}.cmdk-input::placeholder{color:var(--muted)}.cmdk-results{flex:0 1 auto;overflow-y:auto;margin:0;padding:var(--space-2);list-style:none}.cmdk-item{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);width:100%;padding:var(--space-3);border:none;border-radius:var(--radius-sm);background:transparent;font:inherit;font-size:14px;color:var(--ink);text-align:left;cursor:pointer}.cmdk-item.is-active{background:var(--accent-tint);color:var(--accent-ink)}.cmdk-item:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.cmdk-item-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmdk-item-kind{flex:0 0 auto;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.cmdk-empty{padding:var(--space-4);color:var(--muted);font-size:14px;text-align:center}.cmdk-footer{flex:0 0 auto;padding:var(--space-2) var(--space-4);border-top:1px solid var(--line);background:var(--paper-2);color:var(--muted);font-size:12px}.cmdk-footer kbd{display:inline-block;min-width:18px;padding:1px 5px;border:1px solid var(--line);border-radius:4px;background:var(--surface);font-family:inherit;font-size:11px;text-align:center}@keyframes cmdk-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.cmdk-overlay{animation:none}}.brand-shell .cart-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer}.brand-shell .cart-toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.brand-shell .cart-toggle-box{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:1.5px solid var(--line);border-radius:6px;background:var(--surface);box-shadow:var(--shadow);color:transparent;font-size:13px;font-weight:700;line-height:1;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.brand-shell .cart-toggle.is-selected .cart-toggle-box{border-color:var(--accent);background:var(--accent);color:#fff}.brand-shell .cart-toggle input:focus-visible+.cart-toggle-box{outline:2px solid var(--accent);outline-offset:2px}.brand-shell .cart-toggle input:disabled+.cart-toggle-box{opacity:.45;cursor:not-allowed}.brand-shell .variant-select{position:absolute;top:var(--space-1);left:var(--space-1);z-index:2}.brand-shell .library-cell{position:relative}.brand-shell .library-card-select{position:absolute;top:var(--space-1);left:var(--space-1);z-index:2}.brand-shell .publish-cart-fab{position:fixed;right:var(--space-6);bottom:var(--space-6);z-index:40;display:inline-flex;align-items:center;gap:var(--space-2);min-height:44px;padding:var(--space-2) var(--space-4);border:none;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:var(--shadow-lift);color:#fff;font:inherit;font-weight:600;cursor:pointer}.brand-shell .publish-cart-fab:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.brand-shell .publish-cart-fab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#00000038;font-size:.8rem;font-variant-numeric:tabular-nums}@media (max-width: 720px){.brand-shell .publish-cart-fab-label{display:none}}@media (prefers-reduced-motion: reduce){.brand-shell .cart-toggle-box{transition:none}}.brand-shell .publish-cart-error{margin:0 0 var(--space-4)}.brand-shell .publish-cart-list{display:flex;flex-direction:column;gap:var(--space-2);max-height:260px;overflow-y:auto;margin:0 0 var(--space-4);padding:0;list-style:none}.brand-shell .publish-cart-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--paper-2)}.brand-shell .publish-cart-thumb{flex:0 0 auto;display:block;width:44px;overflow:hidden;border-radius:6px;background:var(--paper)}.brand-shell .publish-cart-thumb img{display:block;width:100%;height:100%;object-fit:cover}.brand-shell .publish-cart-thumb-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--paper-2),var(--line))}.brand-shell .publish-cart-item-text{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}.brand-shell .publish-cart-item-title{font-weight:600;color:var(--ink)}.brand-shell .publish-cart-item-sub{color:var(--muted);font-size:.85rem;font-variant-numeric:tabular-nums}.brand-shell.signin-page{display:flex;align-items:center;justify-content:center;padding:var(--space-6);background:radial-gradient(60% 55% at 12% 0%,rgba(255,122,82,.16),transparent 70%),radial-gradient(52% 50% at 100% 100%,rgba(255,77,35,.12),transparent 70%),var(--paper)}.brand-shell .signin-card{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:var(--space-5);padding:40px 36px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lift)}.brand-shell .signin-logo{display:inline-flex;align-items:center;gap:var(--space-3);font-size:1.6rem;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.brand-shell .signin-logo-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--ink);color:var(--paper);font-size:1.05rem;font-weight:700;line-height:1}.brand-shell .signin-logo-dot{color:var(--accent)}.brand-shell .signin-head{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);text-align:center}.brand-shell .signin-title{font-size:1.6rem;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.brand-shell .signin-sub{color:var(--muted);font-size:.95rem;line-height:1.5;max-width:34ch}.brand-shell .signin-google{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-3);min-height:48px;padding:12px 20px;border:1.5px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .1s ease}.brand-shell .signin-google:hover:not(:disabled){background:var(--paper-2);border-color:var(--ink-2);box-shadow:var(--shadow)}.brand-shell .signin-google:active:not(:disabled){transform:scale(.99)}.brand-shell .signin-google:disabled{opacity:.6;cursor:not-allowed}.brand-shell .signin-google:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.brand-shell .signin-google-icon{flex:0 0 auto}.brand-shell .signin-social{width:100%;display:flex;flex-direction:column;gap:var(--space-3)}.brand-shell .signin-meta{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-3);min-height:48px;padding:12px 20px;border:1.5px solid transparent;border-radius:var(--radius-sm);background:#0081fb;color:#fff;font:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .16s ease,box-shadow .16s ease,transform .1s ease}.brand-shell .signin-meta:hover:not(:disabled){background:#0074e2;box-shadow:var(--shadow)}.brand-shell .signin-meta:active:not(:disabled){transform:scale(.99)}.brand-shell .signin-meta:disabled{opacity:.6;cursor:not-allowed}.brand-shell .signin-meta:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.brand-shell .signin-meta-icon{flex:0 0 auto}.brand-shell .signin-divider{width:100%;display:flex;align-items:center;gap:var(--space-3);color:var(--muted);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.brand-shell .signin-divider:before,.brand-shell .signin-divider:after{content:"";flex:1;height:1px;background:var(--line)}.brand-shell .signin-form{width:100%;display:flex;flex-direction:column;gap:var(--space-3)}.brand-shell .signin-field{display:flex;flex-direction:column}.brand-shell .signin-input{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font:inherit;font-size:.95rem;transition:border-color .16s ease,box-shadow .16s ease}.brand-shell .signin-input::placeholder{color:var(--muted)}.brand-shell .signin-input:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #ff4d232e}.brand-shell .signin-input:disabled{opacity:.6;cursor:not-allowed}.brand-shell .signin-submit{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);margin-top:var(--space-1);padding:12px 20px;border:none;border-radius:var(--radius-sm);background:var(--accent);color:#fff;font:inherit;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .16s ease,box-shadow .16s ease,transform .1s ease}.brand-shell .signin-submit:hover:not(:disabled){background:var(--primary-dark);box-shadow:var(--shadow)}.brand-shell .signin-submit:active:not(:disabled){transform:scale(.99)}.brand-shell .signin-submit:disabled{opacity:.7;cursor:not-allowed}.brand-shell .signin-submit:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.brand-shell .signin-label.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand-shell .signin-toggle{padding:0;border:none;background:none;color:var(--accent);font:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.brand-shell .signin-toggle:hover:not(:disabled){text-decoration:underline}.brand-shell .signin-toggle:disabled{opacity:.6;cursor:not-allowed}.brand-shell .signin-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.brand-shell .signin-status{width:100%;margin-top:0}.brand-shell .signin-foot{font-size:.85rem;color:var(--muted)}.brand-shell .signin-foot a{color:var(--accent);font-weight:600;text-decoration:none}.brand-shell .signin-foot a:hover{text-decoration:underline}@media (max-width: 480px){.brand-shell .signin-card{padding:32px 22px}}.brand-shell .signin-legal{margin:var(--space-4) 0 0;text-align:center;font-size:.8125rem;color:var(--muted)}.brand-shell .signin-legal a{color:var(--muted);text-decoration:underline;text-underline-offset:2px}.brand-shell .signin-legal a:hover{color:var(--ink)}.brand-shell .profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:var(--space-6);align-items:start}.brand-shell .profile-main{min-width:0}.brand-shell .profile-rail{position:sticky;top:24px;display:flex;flex-direction:column;gap:var(--space-1);padding:8px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.brand-shell .profile-rail-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;text-align:left;width:100%;padding:10px 12px;border-radius:var(--radius-sm);font:inherit;font-size:14px;font-weight:600;color:var(--muted);position:relative;transition:color .15s ease,background-color .15s ease}.brand-shell .profile-rail-link:hover{background:var(--paper-2);color:var(--ink)}.brand-shell .profile-rail-link.active{color:var(--accent);background:var(--paper-2)}.brand-shell .profile-rail-link.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:3px;background:var(--accent)}.brand-shell .profile-section{display:block}.brand-shell .profile-identity-card{display:flex;flex-direction:column;gap:var(--space-4)}.brand-shell .profile-identity{display:flex;align-items:center;gap:var(--space-4)}.brand-shell .profile-avatar{flex:0 0 auto;width:64px;height:64px;border-radius:50%;object-fit:cover}.brand-shell .profile-avatar-mono{display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:24px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2))}.brand-shell .profile-identity-info{min-width:0;display:flex;flex-direction:column;gap:var(--space-1)}.brand-shell .profile-identity-name{font-size:20px;font-weight:700;color:var(--ink)}.brand-shell .profile-identity-email{font-size:14px;color:var(--muted);min-width:0;overflow-wrap:anywhere}.brand-shell .profile-plan-chip{align-self:flex-start;margin-top:var(--space-1);padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;color:var(--accent);background:var(--paper-2);border:1px solid var(--border)}.brand-shell .profile-readonly-note{margin:0;font-size:13px;color:var(--muted)}.brand-shell .meta-mark{flex:0 0 auto;width:44px;height:44px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;color:#1877f2;background:var(--paper-2)}.brand-shell .meta-subtitle{font-size:13px;color:var(--muted)}.brand-shell .integration-coming-soon{opacity:.7}.oauth-callback{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--paper, #f7f4ee)}.oauth-callback-card{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);text-align:center;padding:32px;border-radius:16px;background:#fff;box-shadow:0 4px 24px #00000014;max-width:360px}.oauth-callback-link{color:var(--accent, #ff4d23);font-weight:600;text-decoration:none}.oauth-callback-link:hover{text-decoration:underline}@media (max-width: 900px){.brand-shell .profile-layout{grid-template-columns:1fr}.brand-shell .profile-rail{position:static;order:-1;flex-direction:row;flex-wrap:wrap;gap:var(--space-2)}.brand-shell .profile-rail-link{width:auto;flex:1 1 auto;text-align:center}.brand-shell .profile-rail-link.active:before{left:8px;right:8px;top:auto;bottom:0;width:auto;height:3px}}@media (prefers-reduced-motion: reduce){.brand-shell .profile-rail-link{transition:none}}.brand-shell .danger-zone{margin-top:var(--space-6);padding-top:var(--space-5);border-top:1px solid var(--line)}.brand-shell .danger-zone-title{margin:0 0 var(--space-2);font-size:.9375rem;font-weight:700;color:var(--danger)}.brand-shell .account-delete-note{margin:0 0 var(--space-4);max-width:46ch;font-size:.875rem;line-height:1.55;color:var(--muted)}:root{--primary: #6366f1;--primary-dark: #4f46e5;--surface: #ffffff;--bg: #f1f5f9;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--danger: #ef4444;--success: #22c55e;--radius: 12px;--shadow: 0 4px 24px rgba(0, 0, 0, .08);--space-0-5: 2px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}#root{display:contents}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#e0e7ff,#f1f5f9 60%)}.auth-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:48px 40px;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:var(--space-5)}.logo{display:flex;align-items:center;gap:var(--space-2);font-size:22px;font-weight:700;color:var(--text)}.logo-mark{background:var(--primary);color:#fff;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800}h1{font-size:24px;font-weight:700}.subtitle{color:var(--muted);font-size:14px;text-align:center}.divider{width:100%;display:flex;align-items:center;gap:var(--space-3);color:var(--muted);font-size:13px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.signup-link{font-size:13px;color:var(--muted)}.signup-link a{color:var(--primary);text-decoration:none;font-weight:500}.signup-link a:hover{text-decoration:underline}.dashboard-page{min-height:100vh}.topbar{background:var(--surface);border-bottom:1px solid var(--border);padding:0 32px;height:60px;display:flex;align-items:center;justify-content:space-between}.user-menu{display:flex;align-items:center;gap:var(--space-3);font-size:14px}.avatar{width:32px;height:32px;border-radius:50%;background:var(--border);object-fit:cover}.dashboard-main{max-width:800px;margin:40px auto;padding:0 20px}.form-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:40px}.form-card h2{font-size:22px;font-weight:700;margin-bottom:var(--space-1)}.form-section{margin-top:var(--space-8);padding-top:24px;border-top:1px solid var(--border)}.form-section:first-of-type{border-top:none}.form-section h3{font-size:15px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-4)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.field{display:flex;flex-direction:column;gap:var(--space-2)}.field+.field{margin-top:var(--space-5)}.form-row>.field+.field{margin-top:0}label{font-size:13px;font-weight:500;color:var(--text)}.required{color:var(--danger)}input[type=text],input[type=url],input[type=number],input[type=date],select,textarea{padding:10px 14px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;background:#fff;color:var(--text);transition:border-color .15s;width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11f}textarea{resize:vertical}.checkbox-group{display:flex;flex-wrap:wrap;gap:var(--space-3)}.checkbox-label{display:flex;align-items:center;gap:var(--space-2);font-size:14px;cursor:pointer;padding:8px 14px;border:1.5px solid var(--border);border-radius:8px;transition:border-color .15s,background .15s}.checkbox-label:has(input:checked){border-color:var(--primary);background:#eef2ff;color:var(--primary-dark)}.form-actions{margin-top:var(--space-8);display:flex;justify-content:flex-end;gap:var(--space-2)}.form-status{margin-top:var(--space-4);padding:12px 16px;border-radius:8px;font-size:14px;text-align:center}.form-status.success{background:#dcfce7;color:#166534}.form-status.error{background:#fee2e2;color:#991b1b}.hint,.gen-hint,.field-hint,.create-controls-hint,.create-dimensions-hint{display:flex;align-items:flex-start;gap:8px;margin:0;padding:8px 12px;font-size:13px;line-height:1.45;font-weight:500;color:var(--ink-2, #3b362f);background:#ff4d2314;border:1px solid rgba(255,77,35,.22);border-radius:10px}.hint:before,.gen-hint:before,.field-hint:before,.create-controls-hint:before,.create-dimensions-hint:before{content:"";flex:0 0 auto;width:16px;height:16px;margin-top:1px;background-color:var(--accent, #ff4d23);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E") center / contain no-repeat}.gen-hint.danger,.field-hint.danger,.create-controls-hint.danger{color:var(--danger, #d23a14);background:#fef2f2;border-color:#f6d2cb}.gen-hint.danger:before,.field-hint.danger:before,.create-controls-hint.danger:before{background-color:var(--danger, #d23a14)}.text-layer-base{position:absolute;margin:0;line-height:1.1;white-space:pre}@media (max-width: 640px){.form-row{grid-template-columns:1fr}.auth-card{padding:32px 24px}.form-card{padding:24px 16px}.topbar{padding:0 16px}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;vertical-align:middle}.spinner-sm{width:16px;height:16px;border-width:2px}.spinner-inline{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--muted);font-size:14px}@media (prefers-reduced-motion: reduce){.spinner{animation:none}}.dashboard-main-wide{max-width:1100px}.brands-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;margin-bottom:var(--space-6)}.brands-header h2{font-size:22px;font-weight:700}.brands-header-actions{display:flex;gap:var(--space-2)}.brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-5)}.brands-loading{display:flex;justify-content:center;padding:48px 0}.brands-empty{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);padding:48px 24px;text-align:center}.brands-empty p{margin-bottom:var(--space-1)}.url-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;margin-bottom:var(--space-6)}.url-form{display:flex;align-items:flex-end;gap:var(--space-3)}.url-field{flex:1}.brand-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;display:flex;flex-direction:column;gap:var(--space-3);transition:box-shadow .15s,transform .1s}.brand-card:hover{box-shadow:var(--shadow)}.brand-card-top{display:flex;align-items:center;gap:var(--space-3)}.brand-logo,.brand-monogram{width:44px;height:44px;border-radius:10px;flex-shrink:0;object-fit:cover}.brand-monogram{display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:800}.brand-card-heading{min-width:0}.brand-name{font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-font{font-size:12px;color:var(--muted)}.brand-description{font-size:14px;color:var(--muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.swatches{display:flex;flex-wrap:wrap;gap:var(--space-2)}.color-swatch{width:22px;height:22px;border-radius:6px;border:1px solid var(--border);padding:0}.color-swatch-removable{cursor:pointer;color:#fff;font-size:13px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.chips{display:flex;flex-wrap:wrap;gap:var(--space-2)}.platform-chip{font-size:12px;font-weight:500;padding:3px 10px;border-radius:999px;background:#eef2ff;color:var(--primary-dark);text-transform:capitalize}.brand-analyzing{margin-top:var(--space-0-5)}.brand-fetch-error{font-size:13px;color:var(--danger)}.card-actions{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:auto;padding-top:4px}.color-editor{display:flex;align-items:center;gap:var(--space-3)}.color-editor input[type=color]{width:44px;height:38px;padding:2px;border:1.5px solid var(--border);border-radius:8px;background:#fff;cursor:pointer}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-pop-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:20px;z-index:200;animation:modal-fade-in .15s ease-out}.modal-content{display:flex;flex-direction:column;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-width:560px;max-height:90vh;overflow:hidden;animation:modal-pop-in .18s ease-out}.modal-content--lg{max-width:960px}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--border);flex:0 0 auto}.modal-header h2{font-size:18px;font-weight:700;min-width:0;overflow-wrap:anywhere}.btn-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;margin:-10px -10px -10px 0;background:none;border:none;font-size:24px;line-height:1;color:var(--muted);cursor:pointer;border-radius:var(--radius-sm)}.btn-close:hover{color:var(--text);background:var(--paper-2)}.btn-close:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.modal-body{padding:24px;flex:1 1 auto;overflow-y:auto}.modal-footer{flex:0 0 auto;padding:16px 24px;border-top:1px solid var(--border);background:var(--surface)}.modal-footer .form-actions{margin-top:0}.modal-body .form-actions{position:sticky;bottom:calc(var(--space-6) * -1);margin-top:var(--space-6);margin-bottom:calc(var(--space-6) * -1);margin-inline:calc(var(--space-6) * -1);padding:var(--space-4) var(--space-6);border-top:1px solid var(--border);background:var(--surface)}.confirm-dialog{display:flex;flex-direction:column;gap:var(--space-4)}.confirm-message{font-size:15px;line-height:1.55;color:var(--text)}.confirm-error{font-size:13px;color:var(--danger)}.confirm-actions{display:flex;justify-content:flex-end;gap:var(--space-2)}.confirm-consequences{margin:0;padding:var(--space-3) var(--space-4) var(--space-3) var(--space-6);list-style:disc;border-radius:var(--radius-sm);background:var(--danger-tint, rgba(210, 58, 20, .1));color:var(--text);font-size:14px;line-height:1.55}.confirm-consequences li+li{margin-top:var(--space-2)}.confirm-type-field{display:flex;flex-direction:column;gap:var(--space-2);font-size:14px}.confirm-type-field input{padding:10px 12px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font:inherit;font-size:14px}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ae0;display:flex;align-items:center;justify-content:center;padding:24px;z-index:220;cursor:zoom-out;animation:modal-fade-in .15s ease-out}.lightbox-img{max-width:92vw;max-height:92vh;object-fit:contain;border-radius:var(--radius-sm, 8px);box-shadow:0 24px 64px -12px #0009;cursor:default;animation:modal-pop-in .18s ease-out}.lightbox-figure{position:relative;aspect-ratio:var(--lightbox-ar);height:min(92vh,calc(92vw / var(--lightbox-ar)));width:auto;container-type:inline-size;animation:modal-pop-in .18s ease-out}.lightbox-figure .lightbox-img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;animation:none}.lightbox-text-layer,.lightbox-scrim{pointer-events:none}.lightbox-close{position:fixed;top:16px;right:20px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#00000073;color:#fff;border:none;border-radius:999px;font-size:28px;line-height:1;cursor:pointer;z-index:1}.lightbox-close:hover{background:#000000b3}@media (prefers-reduced-motion: reduce){.modal-overlay,.modal-content,.lightbox-overlay,.lightbox-img{animation:none}}@media (max-width: 640px){.url-form{flex-direction:column;align-items:stretch}}.field-group-label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:var(--space-1)}.image-zoom-trigger{display:contents;padding:0;border:none;background:none;cursor:zoom-in;font:inherit;color:inherit}.image-zoom-trigger:focus-visible{outline:none}.image-zoom-trigger:focus-visible .is-zoomable{outline:2px solid var(--ink, #16130F);outline-offset:2px}.modal-footer .form-actions.modal-footer-split{justify-content:flex-end;align-items:center;flex-wrap:wrap}.modal-footer .modal-footer-hint{flex:1 1 200px;margin:0;min-width:0}
