:root{color-scheme:light;--bg: #fafbfc;--surface: #ffffff;--surface-soft: #f1f2f5;--surface-muted: #e8ecf2;--text: #1a2030;--text-muted: #7c8499;--border: #e2e5eb;--golden: #e2a000;--golden-hover: #e2a000;--golden-soft: rgba(226, 160, 0, .12);--golden-foreground: #10172a;--navy: #001e3c;--sidebar-accent: #0b2d52;--ring: rgba(0, 30, 60, .2);--danger: #dc2626;--shadow: 0 20px 70px rgba(16, 23, 42, .11);--golden-shadow: 0 18px 45px rgba(226, 160, 0, .2);--radius: 10px;font-family:Outfit,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text)}h1,h2,h3,h4,h5,h6{font-family:DM Sans,Outfit,system-ui,sans-serif;font-weight:600}button,input,select,textarea{font:inherit}button{cursor:pointer}.boot-screen,.auth-page,.admin-shell{min-height:100vh}.boot-screen{display:grid;place-items:center;gap:12px;color:var(--text-muted)}.spin{animation:spin .9s linear infinite}.auth-page{display:grid;place-items:center;padding:48px;background:linear-gradient(135deg,rgba(0,30,60,.16),transparent 38%),linear-gradient(315deg,rgba(226,160,0,.18),transparent 40%),var(--bg)}.empty-icon{position:relative;display:grid;place-items:center;width:52px;height:52px;border-radius:999px;background:var(--golden);color:var(--navy);box-shadow:var(--golden-shadow)}.eyebrow{margin:0 0 10px;color:var(--golden-hover);font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.auth-panel{width:100%;max-width:430px;padding:28px;border:1px solid var(--border);border-radius:18px;background:#ffffffeb;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-panel-header{display:flex;gap:14px;align-items:center;margin-bottom:26px}.auth-panel-header svg{color:var(--golden-hover)}.auth-panel-header h2{margin:0;font-size:1.4rem;letter-spacing:-.02em}.auth-panel-header p{margin:4px 0 0;color:var(--text-muted)}.auth-form{display:grid;gap:17px}.auth-form label{display:grid;gap:8px}.auth-form span{color:var(--text);font-size:.9rem;font-weight:500}.auth-form input,.auth-form select,.auth-form textarea{width:100%;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--text);outline:none;transition:border-color .16s ease,box-shadow .16s ease}.auth-form input,.auth-form select{height:48px;padding:0 14px}.auth-form textarea{min-height:112px;padding:13px 14px;resize:vertical;line-height:1.45}.auth-form input:focus,.auth-form select:focus,.auth-form textarea:focus{border-color:var(--navy);box-shadow:0 0 0 4px var(--ring)}.form-error{margin:0;color:var(--danger);font-size:.9rem;line-height:1.45}.form-success{margin:0;padding:12px 14px;border:1px solid rgba(34,197,94,.22);border-radius:var(--radius);background:#22c55e14;color:#166534;font-size:.92rem;line-height:1.45}.field-hint{margin:0;color:var(--text-muted);font-size:.86rem;line-height:1.4}.combo-wrap{position:relative}.combo-list{position:absolute;z-index:10;top:calc(100% + 8px);left:0;right:0;max-height:168px;overflow:auto;padding:6px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 18px 40px #10172a1f}.combo-item{width:100%;min-height:36px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:var(--text);text-align:left;font-size:.92rem;font-weight:500;cursor:pointer}.combo-item:hover,.combo-item-active{background:var(--surface-soft)}.combo-item:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.primary-button,.secondary-button,.logout-button,.icon-button,.tool-link{border:0;border-radius:var(--radius);transition:all .2s ease}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px;font-weight:500}.primary-button{background:var(--golden);color:var(--golden-foreground);box-shadow:0 12px 28px #e2a0003d}.primary-button:hover{background:var(--golden-hover);filter:brightness(.96);box-shadow:0 15px 34px #e2a00047}.primary-button:disabled{cursor:not-allowed;opacity:.72}.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 12px;background:var(--surface-soft);color:var(--navy);font-size:.88rem;font-weight:600}.secondary-button:hover{background:var(--surface-muted)}.admin-shell{display:flex;height:100vh;background:var(--bg)}.sidebar{--sidebar-width-expanded: 16rem;--sidebar-width-collapsed: 5rem;position:static;display:flex;flex-direction:column;flex:0 0 var(--sidebar-width-expanded);width:var(--sidebar-width-expanded);min-width:0;height:100vh;overflow:hidden;border-right:1px solid rgba(255,255,255,.12);background:var(--navy);color:#fff;transition:flex-basis .3s ease,width .3s ease}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0;height:88px;padding:16px;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar-brand-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.sidebar-toggle{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;padding:0;border:0;border-radius:var(--radius);background:transparent;color:#ffffffbd}.sidebar-toggle:hover{background:var(--sidebar-accent);color:#fff}.sidebar-brand img,.sidebar-logo{display:block;width:auto;max-width:calc(100% - 82px);height:56px;object-fit:contain;transition:opacity .2s ease}@media (min-width: 681px){.sidebar.is-collapsed{flex:0 0 var(--sidebar-width-collapsed);width:var(--sidebar-width-collapsed)}.sidebar.is-collapsed .sidebar-brand{flex-direction:column;justify-content:center;gap:8px;height:auto;min-height:88px;padding:12px 8px}.sidebar.is-collapsed .sidebar-brand-actions{flex-direction:column;gap:6px}.sidebar.is-collapsed .sidebar-logo,.sidebar.is-collapsed .logout-button{display:none}.sidebar.is-collapsed .tool-category>p,.sidebar.is-collapsed .tool-link span,.sidebar.is-collapsed .sidebar-favorites-empty{display:none}.sidebar.is-collapsed .tool-link{justify-content:center;gap:0;padding-inline:10px}.sidebar.is-collapsed .tool-nav{padding-inline:10px}}.tool-nav{display:grid;gap:18px;flex:1 1 auto;align-content:start;min-width:0;min-height:0;padding:16px;overflow-x:hidden;overflow-y:auto}.tool-category{display:grid;gap:8px;min-width:0}.tool-category p{margin:0 0 5px;color:#ffffff8f;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.tool-link{display:flex;align-items:center;gap:12px;width:100%;max-width:100%;min-width:0;min-height:42px;padding:10px 12px;border-radius:var(--radius);background:transparent;color:#ffffffb3;text-align:left;font-weight:500}.tool-link:hover{background:var(--sidebar-accent);color:#fff}.tool-link.active{background:var(--golden);color:var(--golden-foreground);box-shadow:0 8px 18px #0000002e}.tool-link svg{width:20px;height:20px;flex:0 0 auto}.tool-link span{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-favorites-empty{margin:0;padding:4px 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffffff73;font-size:.8rem;line-height:1.4}.sidebar-favorites-list{display:grid;gap:4px;min-width:0;margin:0;padding:0;list-style:none}.sidebar-favorites-list li{min-width:0}.user-favorite-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:44px;min-height:44px;padding:6px;border:none;border-radius:var(--radius);background:transparent;color:var(--text-muted);cursor:pointer;transition:color .16s ease}.user-favorite-toggle:hover{color:var(--golden)}.user-favorite-toggle:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.user-favorite-toggle.is-active{color:var(--golden)}.workspace{flex:1;min-width:0;height:100vh;padding:24px;display:flex;flex-direction:column;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:66px}.topbar-actions{display:flex;align-items:center;gap:12px;flex:0 1 620px;justify-content:flex-end}.search-field{position:relative;flex:1 1 380px;min-width:260px}.search-field span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.search-field input,.search-field select{width:100%;height:46px;padding:0 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);outline:none;font:inherit}.search-field select{cursor:pointer;padding-right:34px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center}.search-field input:focus,.search-field select:focus{border-color:var(--navy);box-shadow:0 0 0 4px var(--ring)}.users-filter-toggle{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;height:46px;padding:0 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-muted);font:inherit;font-size:.85rem;font-weight:600;white-space:nowrap;cursor:pointer}.users-filter-toggle:focus-visible{outline:none;border-color:var(--navy);box-shadow:0 0 0 4px var(--ring)}.users-filter-toggle.is-active{color:var(--navy)}.users-filter-toggle-track{position:relative;display:inline-block;width:34px;height:20px;border-radius:999px;background:var(--border);transition:background .15s ease}.users-filter-toggle.is-active .users-filter-toggle-track{background:var(--navy)}.users-filter-toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--surface);box-shadow:0 1px 2px #0f172a40;transition:transform .15s ease}.users-filter-toggle.is-active .users-filter-toggle-thumb{transform:translate(14px)}.page-title h1,.page-title p{margin:0}.page-title h1{font-size:1.8rem;letter-spacing:-.02em}.page-title p{margin-top:3px;color:var(--text-muted);font-size:.88rem;font-weight:500}.logout-button{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;padding:0;border:0;border-radius:var(--radius);background:transparent;color:#ffffffbd}.logout-button:hover{background:var(--sidebar-accent);color:#fff}.icon-button{display:grid;place-items:center;width:38px;height:38px;padding:0;background:var(--surface-soft);color:var(--navy)}.icon-button:hover{background:var(--surface-muted)}.icon-button:disabled{cursor:not-allowed;opacity:.7}.content-surface{display:grid;place-items:center;flex:1;min-height:0;margin-top:20px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(180deg,#ffffffb8,#ffffffeb),var(--surface);box-shadow:0 1px 2px #10172a0a;overflow:auto}.users-surface{display:block;width:100%;padding:24px}.refresh-button{flex:0 0 auto;background:var(--golden);color:var(--golden-foreground);box-shadow:none}.refresh-button:hover{background:var(--golden);filter:none;box-shadow:none}.users-error{margin:0 0 16px;padding:12px 14px;border:1px solid rgba(220,38,38,.18);border-radius:var(--radius);background:#dc262612;color:var(--danger);font-size:.92rem;line-height:1.45}.users-loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:220px;color:var(--text-muted);font-weight:500}.users-table-wrap{width:100%;overflow:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.users-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border);background:var(--surface-soft)}.users-pagination--after-table{border-bottom:none;border-top:1px solid var(--border)}.users-pagination-meta{color:var(--text-muted);font-size:.88rem;font-weight:500}.users-pagination-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.users-pagination .primary-button,.users-pagination .secondary-button{min-height:34px}.users-pagination-icon{width:38px;padding:0}.users-pagination .primary-button{box-shadow:none}.scheduled-posts-filter-chip{display:inline-flex;align-items:center;gap:12px;align-self:flex-start;padding:8px 14px;margin-bottom:16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:.9rem}.scheduled-posts-filter-chip strong{color:var(--navy)}.users-page-select{display:inline-flex;align-items:center;gap:8px;padding:0 10px;min-height:34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--navy);font-size:.88rem;font-weight:500}.users-page-select select{border:0;background:transparent;color:inherit;font:inherit;outline:none;padding:6px 2px}.users-page-select:focus-within{border-color:var(--navy);box-shadow:0 0 0 4px var(--ring)}.users-table{width:100%;min-width:840px;border-collapse:collapse;table-layout:fixed}.users-table th,.users-table td{padding:13px 14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.users-table th{background:var(--surface-soft);color:var(--text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase}.users-table td{overflow:hidden;color:var(--text);font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.users-table tr:last-child td{border-bottom:0}.users-table-row{cursor:pointer}.users-table-row:hover td,.users-table-row:focus td{background:var(--surface-soft)}.users-table-row.active-row td{background:var(--golden-soft)}.users-table-row:focus{outline:2px solid var(--ring);outline-offset:-2px}.row-loading{display:inline-flex;align-items:center;gap:8px;min-width:0}.crm-surface{display:block;width:100%;max-width:100%;min-width:0;padding:18px;overflow:hidden}.crm-board-scroll{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable}.crm-board{display:flex;align-items:stretch;justify-content:flex-start;gap:14px;width:max-content;min-width:100%;height:100%;min-height:520px;padding:0 2px 14px;margin:0}.crm-loading{min-height:120px}.crm-lost-topbar-button,.crm-calendar-topbar-button{flex:0 0 auto;min-height:38px}.crm-column{display:flex;flex-direction:column;flex:0 0 320px;width:320px;min-width:320px;height:min(680px,calc(100vh - 190px));border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);transition:border-color .16s ease,background .16s ease}.crm-column-over{border-color:#e2a0008c;background:#e2a00012}.crm-column-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto;min-height:48px;padding:0 12px;border-bottom:1px solid var(--border)}.crm-column-header h2{margin:0;overflow:hidden;color:var(--text);font-size:.92rem;text-overflow:ellipsis;white-space:nowrap}.crm-column-header span{display:grid;place-items:center;min-width:26px;height:24px;padding:0 8px;border-radius:999px;background:var(--surface);color:var(--text-muted);font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums}.crm-column-list{display:grid;align-content:start;gap:10px;flex:1;min-height:0;padding:10px;overflow-y:auto}.crm-column-empty{display:grid;place-items:center;min-height:84px;margin:0;border:1px dashed var(--border);border-radius:var(--radius);color:var(--text-muted);font-size:.86rem}.crm-card{min-width:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 1px 2px #10172a0d;touch-action:manipulation}.crm-card-dragging{opacity:.35}.crm-card-overlay{width:300px;opacity:1;box-shadow:0 20px 42px #10172a2e}.crm-card-main{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:stretch;min-width:0}.crm-card-content{position:relative;display:grid;min-width:0}.crm-drag-handle{display:grid;place-items:center;width:34px;min-height:68px;padding:0;border:0;border-right:1px solid var(--border);border-radius:var(--radius) 0 0 var(--radius);background:transparent;color:var(--text-muted);cursor:grab}.crm-drag-handle:active{cursor:grabbing}.crm-drag-handle:hover,.crm-drag-handle:focus-visible{background:var(--surface-soft);color:var(--navy)}.crm-drag-handle-disabled,.crm-drag-handle-disabled:hover,.crm-drag-handle-disabled:focus-visible{cursor:default;background:transparent;color:var(--text-muted);opacity:.45}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:28px;background:#001e3c85}.crm-lost-modal{display:flex;flex-direction:column;width:min(620px,100%);max-height:min(720px,calc(100vh - 56px));border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.crm-calendar-modal{display:flex;flex-direction:column;width:min(1180px,100%);height:min(820px,calc(100vh - 56px));border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.crm-lost-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--border)}.crm-lost-modal-header h2,.crm-lost-modal-header p{margin:0}.crm-lost-modal-header h2{font-size:1.2rem}.crm-lost-modal-header p{margin-top:4px;color:var(--text-muted);font-size:.88rem}.crm-lost-list{display:grid;gap:8px;padding:14px;overflow:auto}.crm-calendar-shell{flex:1;min-height:0;padding:14px}.crm-calendar-shell .fc{height:100%;color:var(--text);font-family:inherit}.crm-calendar-shell .fc .fc-toolbar{gap:12px;margin-bottom:12px}.crm-calendar-shell .fc .fc-toolbar-title{color:var(--text);font-family:DM Sans,Outfit,system-ui,sans-serif;font-size:1.15rem;font-weight:700}.crm-calendar-shell .fc .fc-button{border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--navy);font:inherit;font-size:.84rem;font-weight:700;box-shadow:none}.crm-calendar-shell .fc .fc-button:hover,.crm-calendar-shell .fc .fc-button:focus{border-color:var(--surface-muted);background:var(--surface-soft);color:var(--navy);box-shadow:none}.crm-calendar-shell .fc .fc-button-primary:not(:disabled).fc-button-active{border-color:var(--navy);background:var(--navy);color:#fff}.crm-calendar-shell .fc .fc-timegrid-slot,.crm-calendar-shell .fc .fc-scrollgrid,.crm-calendar-shell .fc-theme-standard td,.crm-calendar-shell .fc-theme-standard th{border-color:var(--border)}.crm-calendar-shell .fc .fc-col-header-cell-cushion,.crm-calendar-shell .fc .fc-daygrid-day-number{color:var(--text);text-decoration:none}.crm-calendar-shell .fc .fc-event{border:0;border-radius:7px;background:var(--navy);color:#fff;cursor:grab;box-shadow:0 6px 14px #001e3c29}.crm-calendar-shell .fc .fc-event:active{cursor:grabbing}.crm-lost-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;width:100%;padding:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.crm-lost-row-main{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;min-height:62px;padding:10px 12px;border:0;background:transparent;color:var(--text);text-align:left}.crm-lost-row-main:hover,.crm-lost-row-main:focus-visible{background:var(--surface-soft);outline:none}.crm-lost-row-main span{display:grid;gap:4px;min-width:0}.crm-lost-row-main strong,.crm-lost-row-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-lost-row-main strong{font-size:.92rem}.crm-lost-row-main small{color:var(--text-muted);font-size:.82rem}.crm-lost-restore-button{align-self:center;min-height:34px;margin-right:10px;box-shadow:none}.crm-card-open{display:grid;gap:3px;min-width:0;padding:9px 42px 9px 12px;border:0;border-radius:0 var(--radius) var(--radius) 0;background:transparent;color:inherit;text-align:left}.crm-card-open:hover,.crm-card-open:focus-visible{background:#f1f2f5bf;outline:none}.crm-card-lost-action{position:absolute;top:7px;right:8px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:8px;background:var(--surface);color:var(--text-muted);opacity:0;pointer-events:none;transition:opacity .16s ease,background .16s ease,color .16s ease}.crm-card:hover .crm-card-lost-action,.crm-card:focus-within .crm-card-lost-action{opacity:1;pointer-events:auto}.crm-card-lost-action:hover,.crm-card-lost-action:focus-visible{background:#dc262612;color:var(--danger);outline:none}.crm-call-field{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;padding:0 12px 9px}.crm-call-field input{width:100%;height:34px;padding:0 9px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:.82rem;outline:none}.crm-call-field input:focus{border-color:var(--navy);box-shadow:0 0 0 3px var(--ring)}.crm-call-icon{position:static;justify-self:center;color:var(--text-muted);pointer-events:none}.crm-call-field>svg:not(.crm-call-icon){position:absolute;right:18px;bottom:21px;color:var(--text-muted)}.crm-card-name,.crm-card-email{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-card-name{display:inline-flex;align-items:center;gap:7px;color:var(--text);font-size:.92rem;font-weight:700}.crm-card-email{color:var(--text-muted);font-size:.82rem}.user-info-page{min-height:calc(100vh - 138px);place-items:stretch}.breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--text-muted);font-size:.88rem;font-weight:500}.breadcrumbs button{border:0;background:transparent;color:var(--navy);font-weight:600;padding:0}.breadcrumbs button:hover{color:var(--golden-hover)}.user-info-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--border)}.user-info-header h2{margin:0;overflow-wrap:anywhere;font-size:1.45rem;letter-spacing:0}.user-info-header-aside{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.user-info-header-aside .user-favorite-toggle{flex-shrink:0}.brand-book-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.brand-book-header-actions .primary-button,.brand-book-header-actions .secondary-button{min-height:34px;padding:0 12px;font-size:.88rem;font-weight:600;gap:6px}.brand-book-header-actions .primary-button{box-shadow:none}.brand-book-header-actions .primary-button:hover{box-shadow:0 6px 16px #e2a0002e}.brand-book-copy-button{display:inline-flex;align-items:center;gap:6px}.user-info-content{display:grid;gap:12px;padding-top:20px}.detail-inline{display:grid;gap:10px}.user-info-page .detail-inline-box{display:grid;gap:10px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.detail-inline-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.user-info-page .detail-inline-actions,.user-info-page .user-gallery-actions,.user-info-page .usage-bar-header{justify-content:flex-start}.detail-inline-title{margin:0;font-size:1rem}.detail-empty-inline{margin:0;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.usage-cards-stack{display:grid;gap:12px}.user-gallery-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.user-gallery-state,.user-gallery-error{display:inline-flex;align-items:center;gap:8px;margin:0;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-muted);font-size:.9rem}.user-gallery-error{border-color:#dc262638;background:#dc26260f;color:#991b1b}.user-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:12px}.user-gallery-thumb{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:8px;min-width:0;width:100%;padding:8px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-muted);font:inherit;font-size:.78rem;font-weight:600;text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.user-gallery-thumb:focus-visible{outline:2px solid rgba(219,166,35,.45);outline-offset:2px}.user-gallery-thumb:hover{border-color:#e2a0008c;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.user-gallery-thumb img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:calc(var(--radius) - 2px);background:var(--surface-soft)}.user-gallery-thumb span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(144px,1fr));gap:12px}.reference-post-slot{display:grid;gap:8px;min-width:0;max-width:208px}.reference-post-slot-label{display:grid;gap:2px;font-size:.78rem;font-weight:600;color:var(--text-muted)}.reference-post-slot-label strong{font-size:.82rem;color:var(--text)}.reference-post-thumb{position:relative;display:block;width:100%;max-width:208px;padding:0;margin:0;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);cursor:pointer;overflow:hidden;aspect-ratio:4 / 5;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.reference-post-thumb:focus-visible{outline:2px solid rgba(219,166,35,.45);outline-offset:2px}.reference-post-thumb:hover{border-color:#e2a0008c;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.reference-post-thumb img{display:block;width:100%;height:100%;object-fit:cover}.reference-post-empty{display:grid;place-items:center;gap:8px;width:100%;max-width:208px;aspect-ratio:4 / 5;padding:0;border:1px dashed var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text-muted);font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}.reference-post-empty:hover:not(:disabled){border-color:#e2a0008c;color:var(--text);background:#ffffffe6}.reference-post-empty:focus-visible{outline:2px solid rgba(219,166,35,.45);outline-offset:2px}.reference-post-empty:disabled{cursor:not-allowed;opacity:.7}.reference-post-modal-actions{display:flex;flex-wrap:wrap;gap:8px}.gallery-image-modal-panel{width:min(520px,100%);max-height:min(92vh,860px);overflow:auto;padding:24px;border-radius:14px;background:var(--surface);box-shadow:var(--shadow);display:grid;gap:16px}.gallery-image-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.gallery-image-modal-header h2{margin:0;font-size:1.1rem;color:var(--text);overflow-wrap:anywhere}.gallery-image-modal-preview{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);overflow:hidden}.gallery-image-modal-preview img{display:block;width:100%;max-height:320px;object-fit:contain}.gallery-image-modal-meta{display:grid;gap:10px;margin:0;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft)}.gallery-image-modal-meta>div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:8px 12px;align-items:start}.gallery-image-modal-meta dt{margin:0;font-size:.8rem;font-weight:700;color:var(--text-muted)}.gallery-image-modal-meta dd{margin:0;font-size:.86rem;color:var(--text);overflow-wrap:anywhere}.gallery-image-modal-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.gallery-image-modal-actions .secondary-button,.gallery-image-modal-actions .primary-button{display:inline-flex;align-items:center;gap:8px}.gallery-image-confirm-backdrop{z-index:40}.usage-bar-card{padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.usage-bar-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.usage-bar-caption{margin:0;font-size:.82rem;font-weight:600;color:var(--text-muted)}.usage-edit-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:.78rem;font-weight:700;white-space:nowrap}.usage-edit-button:hover{border-color:var(--golden);background:var(--surface-soft)}.usage-edit-button:disabled{cursor:not-allowed;opacity:.58}.usage-bar-card .detail-grid{margin-bottom:12px}.usage-meter-track{width:100%;height:12px;border-radius:999px;background:var(--surface-soft);overflow:hidden;display:block;box-sizing:border-box}.usage-meter-fill{display:block;width:100%;height:100%;border-radius:999px;background:var(--golden);transform-origin:left center;transition:transform .24s ease,background .24s ease;box-sizing:border-box}.usage-meter-fill--at-quota{background:var(--danger)}.user-info-loading{min-height:300px}.detail-section{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.detail-section summary{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 14px;color:var(--text);font-weight:600;list-style:none;cursor:pointer}.detail-section summary::-webkit-details-marker{display:none}.detail-section summary svg{color:var(--text-muted);transition:transform .16s ease}.detail-section[open] summary svg{transform:rotate(90deg)}.detail-section summary strong{display:grid;place-items:center;min-width:28px;height:24px;margin-left:auto;border-radius:999px;background:var(--surface-soft);color:var(--text-muted);font-size:.78rem}.detail-stack{display:grid;gap:12px;padding:0 14px 14px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:0;margin:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.detail-grid div{min-width:0;padding:12px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.detail-grid dt{margin:0 0 6px;color:var(--text-muted);font-size:.72rem;font-weight:600;text-transform:uppercase}.detail-grid dd{margin:0;overflow:hidden;color:var(--text);font-size:.9rem;line-height:1.45;overflow-wrap:anywhere}.detail-external-inline-link{display:inline-flex;align-items:center;gap:6px;color:inherit;text-decoration:underline;text-underline-offset:2px}.mail-link-wrap{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.scheduled-posts-col-caption{width:48%}.scheduled-posts-col-account{width:16%}.scheduled-posts-col-status,.scheduled-posts-col-date{width:12%}.scheduled-posts-viewtoggle{display:inline-flex;gap:4px;margin-bottom:14px;padding:4px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft)}.scheduled-posts-viewtoggle button{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:none;border-radius:7px;background:transparent;color:var(--text-muted);font:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.scheduled-posts-viewtoggle button:hover{color:var(--text)}.scheduled-posts-viewtoggle button.is-active{background:var(--surface);color:var(--navy);box-shadow:0 1px 2px #0f172a14}.scheduled-calendar-shell{flex:none;width:100%;padding:0;height:auto}.scheduled-calendar-shell .fc{height:auto}.scheduled-calendar-shell .fc-daygrid-day-frame{min-height:116px}.scheduled-calendar-shell .fc-daygrid-day-events{min-height:84px}.scheduled-calendar-shell .fc-daygrid-event-harness{margin-top:2px}.scheduled-post-row--clickable{cursor:pointer}.scheduled-post-row--clickable:hover{background:#6366f114}.mail-copy-button{display:inline-flex;align-items:center;justify-content:center;padding:4px;margin:0;border:0;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer}.mail-copy-button:hover{color:var(--text);background:var(--surface-soft)}.mail-copy-button:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.json-object{display:grid;gap:8px;margin:0}.json-object div{padding:0;border:0}.json-object dt{margin-bottom:3px;color:var(--text-muted);font-size:.7rem}.json-object dd{margin:0}.json-list{display:grid;gap:8px;margin:0;padding-left:18px}.color-value{display:inline-flex;align-items:center;gap:8px;min-width:0}.color-swatch{flex:0 0 auto;width:18px;height:18px;border:1px solid var(--border);border-radius:4px;box-shadow:inset 0 0 0 1px #fff6}.detail-empty{margin:0 14px 14px;padding:14px;border:1px dashed var(--border);border-radius:var(--radius);color:var(--text-muted);font-size:.9rem}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;padding:0 14px 14px}.post-item{display:grid;gap:12px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.post-image-button,.post-image-button img,.post-placeholder{width:100%;aspect-ratio:4 / 3;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft)}.post-image-button{display:block;padding:0;overflow:hidden;cursor:zoom-in}.post-image-button img{display:block;border:0;object-fit:cover}.post-placeholder{display:grid;place-items:center;color:var(--text-muted)}.post-caption{margin:0;color:var(--text);font-size:.92rem;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.post-extra{border-top:1px solid var(--border);padding-top:4px}.post-extra summary{display:flex;align-items:center;gap:8px;min-height:34px;color:var(--navy);font-size:.88rem;font-weight:600;list-style:none;cursor:pointer}.post-extra summary::-webkit-details-marker{display:none}.post-extra summary svg{color:var(--text-muted);transition:transform .16s ease}.post-extra[open] summary svg{transform:rotate(90deg)}.post-extra .detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:8px}.post-thumbs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(144px,1fr));gap:16px}.auto-posts-page .post-thumbs-grid{display:flex;flex-wrap:nowrap;gap:14px;overflow-x:auto;padding-bottom:6px}.auto-posts-full-loading{width:100%;min-height:min(560px,calc(100vh - 160px))}.auto-posts-layout{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:20px;align-items:start;width:100%;justify-content:start;justify-items:stretch}.auto-posts-left{min-width:0}.auto-posts-page .tool-form{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:18px;position:sticky;top:14px;align-self:start}.auto-posts-right{min-width:0}.auto-posts-page .user-info-content{padding-top:0}.auto-posts-empty{border:1px dashed var(--border);border-radius:var(--radius);padding:18px;background:#ffffff9e;color:var(--text-muted)}.auto-posts-empty p{margin:0;font-weight:500}.auto-posts-links{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:10px}.auto-posts-user-link{justify-content:flex-start}@media (max-width: 980px){.auto-posts-layout{grid-template-columns:1fr}.auto-posts-page .tool-form{position:static;top:auto}}.auto-posts-page .post-thumb-button{flex:0 0 144px;width:144px;max-width:none}.post-thumb-button{position:relative;display:block;padding:0;margin:0;border:1px solid var(--border);border-radius:8px;overflow:hidden;cursor:pointer;aspect-ratio:4 / 5;max-width:208px;width:100%;background:var(--surface-soft)}.post-thumb-button:hover{border-color:var(--golden);box-shadow:0 0 0 2px var(--golden-soft)}.post-thumb-button:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.post-thumb-button img{display:block;width:100%;height:100%;object-fit:cover}.post-thumb-placeholder{display:grid;place-items:center;align-content:center;gap:8px;width:100%;height:100%;min-height:0;color:var(--text-muted);font-size:.82rem}.post-thumb-placeholder-warning,.post-preview-img-fallback-warning,.carousel-slide-card-warning{color:#b45309}.carousel-slide-card-warning{gap:10px;font-size:.92rem}.carousel-slide-warning-text{font-weight:600}.post-thumb-cover{display:grid;place-items:center;align-content:center;gap:4px;width:100%;height:100%;padding:28px 10px 10px;text-align:center;background:#001e3c;color:#fff;overflow:hidden}.post-thumb-cover-reel{background:#b834da}.post-thumb-button:has(.post-thumb-cover) .post-type-badge{background:#ffffff1f;border-color:#ffffff40;color:#fff;box-shadow:none}.post-thumb-cover-title{font-size:.7rem;font-weight:700;line-height:1.2;white-space:pre-wrap;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.post-thumb-cover-subtitle{font-size:.6rem;line-height:1.25;opacity:.75;white-space:pre-wrap;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-type-badge,.post-preview-type{display:inline-flex;align-items:center;width:fit-content;max-width:calc(100% - 16px);border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--text);font-size:.72rem;font-weight:700;line-height:1;white-space:nowrap}.post-type-badge{position:absolute;top:8px;left:8px;z-index:1;padding:5px 8px;box-shadow:0 4px 12px #0f172a24}.post-preview-panel{position:relative;width:min(520px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:44px 18px 18px;border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.post-preview-body{display:grid;gap:0}.post-preview-type{margin-bottom:10px;padding:6px 9px}.post-preview-img-link{display:block;border-radius:var(--radius);cursor:pointer;outline:none}.post-preview-img-link:focus-visible{outline:2px solid var(--ring);outline-offset:3px}.post-preview-image-stage{position:relative}.post-preview-img{display:block;width:100%;max-height:min(380px,42vh);border-radius:var(--radius);object-fit:contain;background:var(--surface-soft)}.post-preview-img-fallback{display:grid;place-items:center;gap:10px;min-height:160px;border-radius:var(--radius);background:var(--surface-soft);color:var(--text-muted);font-size:.88rem}.post-preview-regenerate-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-content:center;justify-items:center;gap:10px;padding:18px;border-radius:var(--radius);background:#ffffffeb;color:var(--text);font-size:.9rem;font-weight:600;text-align:center}.post-preview-caption{margin:14px 0 0;color:var(--text);font-size:.92rem;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.carousel-slides{display:grid;gap:12px;justify-items:center}.carousel-slide-card{position:relative;display:grid;align-content:center;justify-items:center;gap:12px;width:min(340px,100%);aspect-ratio:1 / 1;padding:22px 18px;border-radius:var(--radius);background:#001e3c;color:#fff;text-align:center;overflow:auto}.carousel-slide-card .carousel-slide-title,.carousel-slide-card .carousel-slide-subtitle{color:#fff}.carousel-slide-card .carousel-slide-subtitle{opacity:.85}.carousel-slide-title{margin:0;color:var(--text);font-size:1.25rem;font-weight:700;line-height:1.3;white-space:pre-wrap;overflow-wrap:anywhere;max-width:44ch}.carousel-slide-subtitle{margin:0;color:var(--text);font-size:.98rem;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;max-width:48ch;opacity:.85}.carousel-slide-nav{display:flex;align-items:center;justify-content:center;gap:14px}.carousel-slide-counter{min-width:64px;text-align:center;color:var(--text-muted);font-size:.88rem;font-variant-numeric:tabular-nums}.engage-carousel-shell{display:grid;gap:12px;justify-items:center;width:100%}.engage-carousel-shell>:first-child{width:min(400px,100%)}.post-thumb-engage{display:block;width:100%;height:100%}.post-preview-extra{margin-top:14px;padding-top:10px;border-top:1px solid var(--border)}.post-preview-panel-reel{width:min(960px,100%)}.reel-preview-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}.reel-preview-column{display:flex;flex-direction:column;gap:8px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft)}.reel-preview-column-title{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.reel-preview-column-text{margin:0;height:320px;overflow:auto;color:var(--text);font-size:.9rem;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.reel-preview-column-empty{margin:0;color:var(--text-muted);font-size:.85rem;font-style:italic}@media (max-width: 760px){.reel-preview-columns{grid-template-columns:minmax(0,1fr)}.reel-preview-column-text,.reel-preview-column .post-caption-editor{height:240px}}.post-preview-close{position:absolute;top:12px;right:12px;z-index:2}.image-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:28px;background:#001e3cb8}.image-preview-backdrop.gallery-image-confirm-backdrop{z-index:50}.image-preview{position:relative;display:grid;place-items:center;width:min(1100px,100%);max-height:calc(100vh - 56px)}.image-preview img{display:block;max-width:100%;max-height:calc(100vh - 56px);border-radius:var(--radius);background:var(--surface);object-fit:contain;box-shadow:var(--shadow)}.image-preview-close{position:absolute;top:12px;right:12px;z-index:1;background:var(--surface)}.brand-book-profile-sections{display:grid;gap:12px;margin-top:20px}.brand-book-page-content dt{text-transform:uppercase;letter-spacing:.04em}.brand-books-layout{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(520px,1.25fr);gap:18px;align-items:start}.brand-book-detail{min-width:0;min-height:520px;padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.brand-books-users-panel{min-width:0}.brand-books-table-wrap{max-height:calc(100vh - 210px)}.brand-books-page .users-table-wrap{overflow:hidden}.brand-books-page .brand-books-table-wrap{max-height:none}.brand-books-page .brand-books-users-panel .users-table{min-width:0}.brand-book-empty{min-height:430px;margin:0 auto}.brand-book-detail-error{margin-top:18px}.empty-state{display:grid;justify-items:center;max-width:430px;padding:38px 22px;text-align:center}.home-surface{display:block;padding:28px}.home-dashboard{display:grid;gap:22px}.home-loading{min-height:360px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.kpi-card{display:flex;align-items:center;gap:18px;padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.kpi-card-icon{display:grid;place-items:center;flex:0 0 auto;width:48px;height:48px;border-radius:999px;background:var(--golden-soft);color:var(--golden-hover)}.kpi-card-icon svg{width:22px;height:22px}.kpi-card-content{display:grid;gap:6px;min-width:0}.kpi-card-label{color:var(--text-muted);font-size:.76rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.kpi-card-value{color:var(--text);font-size:2rem;font-weight:600;letter-spacing:-.02em;line-height:1;font-family:DM Sans,Outfit,system-ui,sans-serif}.home-content-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:22px;align-items:stretch}.home-card{display:flex;flex-direction:column;padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.home-card-header{margin-bottom:16px}.home-card-header h3{margin:0;font-size:1.02rem;letter-spacing:-.01em}.home-card-tabs{display:flex;gap:6px;margin-bottom:16px}.home-tab{flex:1;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-muted);font-size:.92rem;font-weight:500;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.home-tab:hover{border-color:var(--ring)}.home-tab.is-active{background:var(--golden-soft);border-color:var(--golden);color:var(--text)}.signups-chart-container{display:block;width:100%;flex:1;min-height:280px}.signups-chart{display:block;width:100%;height:100%}.signups-chart-count{opacity:0;transition:opacity .16s ease;pointer-events:none}.signups-chart-container:hover .signups-chart-count{opacity:1}.recent-users-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.recent-users-list button{display:flex;align-items:center;gap:14px;width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);text-align:left;cursor:pointer;transition:background .16s ease,border-color .16s ease}.recent-users-list button:hover{background:var(--surface-soft);border-color:var(--ring)}.recent-users-list button svg{color:var(--text-muted);flex:0 0 auto}.recent-user-info{display:grid;gap:2px;min-width:0;flex:1}.recent-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.recent-user-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted);font-size:.84rem}.recent-user-date{color:var(--text-muted);font-size:.84rem;flex:0 0 auto;white-space:nowrap}.home-empty{margin:0}.home-see-all{display:inline-flex;align-items:center;gap:4px;align-self:flex-start;margin-top:14px;padding:6px 4px;border:0;background:transparent;color:var(--navy);font-size:.9rem;font-weight:600;cursor:pointer}.home-see-all:hover{color:var(--golden-hover)}.home-see-all svg{transition:transform .16s ease}.home-see-all:hover svg{transform:translate(2px)}.empty-icon{width:58px;height:58px;margin-bottom:22px;background:var(--golden-soft);color:var(--golden-hover);box-shadow:none}.empty-state h2{margin:0;font-size:2rem;letter-spacing:-.02em}.empty-state p:not(.eyebrow){margin:12px 0 22px;color:var(--text-muted);line-height:1.6}.compact-empty{min-height:320px;margin:0 auto}@media (max-width: 1100px){.home-content-grid{grid-template-columns:1fr}}@media (max-width: 980px){.auth-page{padding:30px}.topbar{align-items:flex-start;flex-direction:column}.topbar-actions{width:100%;flex:1 1 auto}}@media (max-width: 680px){.auth-page{padding:20px}.auth-panel{padding:22px}.admin-shell{flex-direction:column;height:auto;min-height:100vh}.sidebar{position:static;flex-direction:row;align-items:center;flex:0 0 auto;width:100%;height:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar-toggle{display:none}.sidebar-brand{height:72px;border-bottom:0}.sidebar-brand img,.sidebar-logo{height:42px}.tool-nav{display:flex;flex:1 1 auto;min-height:0;padding:12px;overflow-x:auto;overflow-y:hidden}.workspace{height:auto;padding:18px;overflow:visible}.content-surface{min-height:56vh}.users-surface{padding:18px}.detail-grid,.post-extra .detail-grid,.post-grid,.brand-books-layout{grid-template-columns:1fr}.brand-books-table-wrap{max-height:320px}.refresh-button{width:100%}.topbar-actions{align-items:stretch;flex-direction:column}.search-field{min-width:0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@keyframes spin{to{transform:rotate(360deg)}}.brand-book-saved-badge{display:inline-flex;align-items:center;gap:6px;margin:6px 0 0;padding:4px 10px;border-radius:999px;background:#22c55e1f;color:#166534;font-size:.78rem;font-weight:600}.brand-book-save-error{margin-top:12px}.editable-field{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font:inherit;transition:border-color .15s,box-shadow .15s}.editable-field:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px var(--ring)}.editable-textarea{resize:vertical;min-height:96px;line-height:1.5;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.88rem}.editable-number{max-width:160px;font-variant-numeric:tabular-nums}.editable-checkbox{display:inline-flex;align-items:center;gap:8px;font-size:.92rem;color:var(--text)}.editable-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--navy);cursor:pointer}.editable-color{display:inline-flex;align-items:center;gap:8px;width:100%}.editable-color-picker{width:38px;height:38px;padding:2px;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer}.editable-hex-text{flex:1;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;text-transform:uppercase;letter-spacing:.04em}.editable-array{display:grid;gap:8px}.editable-array-empty{margin:0;padding:8px 10px;border:1px dashed var(--border);border-radius:8px;color:var(--text-muted);font-size:.88rem}.editable-array-row{display:flex;align-items:flex-start;gap:8px}.editable-array-input{flex:1;min-width:0}.editable-array-remove{width:32px;height:32px;flex-shrink:0;border:1px solid var(--border);border-radius:8px;color:var(--danger)}.editable-array-remove:hover{background:#dc262614}.editable-array-add{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem}.editable-object{display:grid;gap:14px;margin:0;padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft)}.editable-object .editable-object{background:var(--surface)}.editable-object-row{display:grid;gap:6px}.editable-object-row>dt{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.editable-object-row>dd{margin:0}.brand-book-upload{display:grid;gap:16px}.brand-book-agent{display:grid;gap:12px}.brand-book-agent-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.brand-book-agent-copy{flex:0 0 auto;width:30px;height:30px;border-radius:8px}.brand-book-paste-label{display:grid;gap:8px;font-size:.9rem;color:var(--text-muted)}.brand-book-paste-textarea{width:100%;min-height:280px;padding:14px 16px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.85rem;line-height:1.55;resize:vertical;transition:border-color .15s,box-shadow .15s}.brand-book-paste-textarea::placeholder{color:var(--text-muted);opacity:.6}.brand-book-paste-textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px var(--ring)}.brand-book-agent-textarea{min-height:520px}.brand-book-upload-preview{padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.brand-book-upload-preview h3{margin:0 0 12px;font-size:.95rem}.brand-book-validation{display:grid;gap:10px;padding:12px 14px;border-radius:10px;font-size:.9rem}.brand-book-validation p{display:inline-flex;align-items:center;gap:6px;margin:0;font-weight:600}.brand-book-validation-ok{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:8px 14px;background:#22c55e1f;color:#166534;font-weight:600}.brand-book-validation-error{background:#dc262614;color:#991b1b;border:1px solid rgba(220,38,38,.2)}.brand-book-validation-errors{margin:0;padding-left:0;list-style:none;display:grid;gap:6px;max-height:240px;overflow-y:auto}.brand-book-validation-errors li{display:grid;grid-template-columns:minmax(140px,max-content) 1fr;gap:10px;padding:6px 8px;border-radius:6px;background:#fff9;font-size:.84rem}.brand-book-validation-errors strong{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-weight:600;color:#7f1d1d;word-break:break-word}.confirm-modal-panel{width:min(440px,100%);padding:24px;border-radius:14px;background:var(--surface);box-shadow:var(--shadow);display:grid;gap:14px}.confirm-modal-title{margin:0;font-size:1.15rem;color:var(--text)}.confirm-modal-message{margin:0;font-size:.95rem;line-height:1.5;color:var(--text-muted)}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.confirm-modal-danger{background:var(--danger);color:#fff}.confirm-modal-danger:hover{background:#b91c1c}.credits-modal-panel{width:min(460px,100%);padding:24px;border-radius:14px;background:var(--surface);box-shadow:var(--shadow);display:grid;gap:16px}.credits-modal-header{display:grid;gap:4px}.credits-modal-header h2,.credits-modal-header p{margin:0}.credits-modal-header h2{font-size:1.15rem;color:var(--text)}.credits-modal-header p{font-size:.9rem;color:var(--text-muted);overflow-wrap:anywhere}.credits-modal-current,.credits-modal-preview{display:grid;grid-template-columns:1fr auto;gap:8px 14px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft)}.credits-modal-current span,.credits-modal-preview span{color:var(--text-muted);font-size:.84rem}.credits-modal-current strong,.credits-modal-preview strong{color:var(--text);font-variant-numeric:tabular-nums}.credits-modal-field{display:grid;gap:8px}.credits-modal-field span{font-size:.84rem;font-weight:700;color:var(--text)}.credits-modal-field input{width:100%;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font:inherit}.credits-modal-field input:focus{border-color:var(--golden);outline:2px solid rgba(219,166,35,.16)}.post-preview-actions-area{display:grid;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.post-preview-actions-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.post-preview-edit-button,.post-preview-save-button,.post-preview-cancel-button,.post-preview-replace-button,.post-preview-delete-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:max-content;min-height:34px;padding:0 14px;border-radius:var(--radius);font-size:.88rem;font-weight:600;transition:all .2s ease}.post-preview-edit-button{border:1px solid var(--border);background:var(--surface);color:var(--text)}.post-preview-edit-button:hover:not(:disabled){border-color:var(--golden);background:var(--surface-soft)}.post-preview-edit-button:disabled{cursor:not-allowed;opacity:.55}.post-preview-save-button{border:1px solid var(--golden);background:var(--golden);color:#1a1a1a}.post-preview-save-button:hover{filter:brightness(.96)}.post-preview-save-button:disabled{cursor:not-allowed;opacity:.7}.post-preview-cancel-button{border:1px solid var(--border);background:transparent;color:var(--text-muted)}.post-preview-cancel-button:hover{color:var(--text);border-color:var(--text-muted)}.post-preview-cancel-button:disabled{cursor:not-allowed;opacity:.6}.post-preview-replace-button{border:1px solid var(--border);background:var(--surface);color:var(--text)}.post-preview-replace-button:hover:not(:disabled){border-color:var(--golden);background:var(--surface-soft)}.post-preview-replace-button:disabled{cursor:not-allowed;opacity:.7}.post-preview-file-input{display:none}.post-preview-delete-button{border:1px solid rgba(220,38,38,.25);background:#dc26260f;color:var(--danger)}.post-preview-delete-button:hover:not(:disabled){background:#dc26261f;border-color:#dc262666}.post-preview-delete-button:disabled{cursor:not-allowed;opacity:.6}.post-preview-action-error{margin:0;padding:8px 12px;border-radius:8px;background:#dc262614;font-size:.82rem}.post-preview-caption-counter{margin-left:auto;color:var(--text-muted);font-size:.78rem;font-variant-numeric:tabular-nums}.post-preview-caption-edit{margin-top:14px}.post-preview-regenerate-form{display:grid;gap:7px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft)}.post-preview-regenerate-form label{color:var(--text-muted);font-size:.8rem;font-weight:600}.post-preview-regenerate-row{display:flex;align-items:center;gap:8px}.post-preview-regenerate-row input{flex:1;min-width:0;min-height:38px;padding:0 11px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font:inherit}.post-preview-regenerate-row input:focus-visible{outline:2px solid var(--ring);outline-offset:1px}.post-preview-regenerate-row .post-preview-save-button{flex:0 0 auto;min-height:38px}.post-caption-editor{width:100%;min-height:120px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-family:inherit;font-size:.92rem;line-height:1.5;resize:vertical}.post-caption-editor:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-color:transparent}.post-caption-editor:disabled{cursor:not-allowed;opacity:.7}.reel-preview-column .post-caption-editor{height:320px;flex:none}.autosave-indicator{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);background:transparent;border:none;padding:0}.autosave-indicator-saved{color:#16a34a}.autosave-indicator-error{color:#b45309;cursor:pointer}.autosave-indicator-error:hover{color:#92400e}.carousel-edit-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#00000073;border:none;padding:0;margin:0;cursor:pointer}.carousel-edit-panel{position:fixed;top:0;right:0;bottom:0;width:min(720px,100vw);z-index:91;background:var(--surface);border-left:1px solid var(--border);box-shadow:-8px 0 30px #0000002e;display:flex;flex-direction:column}.carousel-edit-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border);flex-shrink:0}.carousel-edit-header-left{display:flex;align-items:center;gap:12px;min-width:0}.carousel-edit-header-left h3{margin:0;font-size:1.05rem;font-weight:600}.carousel-edit-close{flex-shrink:0}.carousel-edit-toolbar{display:flex;align-items:center;gap:8px;height:0;overflow:hidden;padding:0 12px;border-bottom:1px solid transparent;background:var(--surface);transition:height .2s ease,border-color .2s ease,background .2s ease}.carousel-edit-toolbar-open{height:48px;border-bottom-color:var(--border);background:#00000008}.toolbar-divider{width:1px;height:20px;background:var(--border);flex-shrink:0}.toolbar-reset,.toolbar-close{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;border:none;background:transparent;color:var(--text-muted);cursor:pointer;flex-shrink:0}.toolbar-reset:disabled{opacity:.4;cursor:not-allowed}.toolbar-reset:not(:disabled):hover,.toolbar-close:hover{background:#0000000f;color:var(--text)}.toolbar-text-controls,.toolbar-image-controls,.toolbar-color-controls{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.toolbar-font-select{position:relative;display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 6px;border-radius:14px;background:#0000000d;font-size:12px;font-weight:500;color:var(--text);cursor:pointer;flex-shrink:0}.toolbar-font-select select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.toolbar-font-label{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolbar-size-stepper{display:inline-flex;align-items:center;gap:2px;height:28px;padding:0 2px;border-radius:14px;background:#0000000d;flex-shrink:0}.toolbar-size-stepper button{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;border:none;background:transparent;color:var(--text);cursor:pointer}.toolbar-size-stepper button:hover{background:#0000000f}.toolbar-size-stepper span{min-width:28px;text-align:center;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.toolbar-swatches{display:flex;align-items:center;gap:6px;overflow-x:auto;flex:1;min-width:0}.toolbar-swatch{flex-shrink:0;width:26px;height:26px;border-radius:6px;border:1px solid rgba(0,0,0,.12);cursor:pointer;padding:0}.toolbar-swatch:hover{transform:scale(1.08)}.toolbar-swatch-active{outline:2px solid #eab308;outline-offset:2px}.toolbar-gallery-button{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 12px;border-radius:14px;border:1px solid var(--border);background:var(--surface);font-size:12px;font-weight:500;color:var(--text);cursor:pointer}.toolbar-gallery-button:hover{background:#0000000a}.toolbar-color-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);flex-shrink:0}.toolbar-status{display:flex;align-items:center;flex-shrink:0}.carousel-edit-body{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:24px}.carousel-edit-preview-wrap{display:flex;align-items:center;justify-content:center;gap:10px}.carousel-edit-preview-frame{width:100%;max-width:420px;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:var(--surface);flex-shrink:1;min-width:0}.carousel-edit-nav-button{display:grid;place-items:center;width:36px;height:36px;flex-shrink:0;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.carousel-edit-nav-button:hover:not(:disabled){background:#0000000a}.carousel-edit-nav-button:disabled{opacity:.35;cursor:not-allowed}.carousel-edit-preview-stage{padding:8px;background:#00000008}.carousel-counter-bar{display:flex;align-items:center;justify-content:center;height:38px;border-bottom:1px solid var(--border);font-size:13px;font-weight:600;color:var(--text);background:var(--surface)}.carousel-edit-field{display:flex;flex-direction:column;gap:8px}.carousel-edit-field label{font-size:13px;font-weight:500;color:var(--text)}.carousel-edit-caption{width:100%;min-height:160px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:13px;line-height:1.5;resize:vertical;background:var(--surface);color:var(--text)}.carousel-edit-caption:focus{outline:2px solid var(--ring);outline-offset:-1px}.carousel-edit-datetime{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}.carousel-edit-field-date{flex:1;min-width:200px}.carousel-edit-field-time{flex:0 0 140px}.carousel-edit-input-icon{position:relative;display:flex;align-items:center}.carousel-edit-input-icon svg{position:absolute;left:10px;color:var(--text-muted);pointer-events:none}.carousel-edit-input-icon input,.carousel-edit-input-icon select{width:100%;height:36px;padding:0 12px 0 32px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:13px;color:var(--text);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.carousel-edit-input-icon input:focus,.carousel-edit-input-icon select:focus{outline:2px solid var(--ring);outline-offset:-1px}.gallery-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#00000073;border:none;padding:0;margin:0;cursor:pointer}.gallery-sheet{position:fixed;left:0;right:0;bottom:0;z-index:101;max-height:88vh;display:flex;flex-direction:column;background:var(--surface);border-top-left-radius:18px;border-top-right-radius:18px;border:1px solid var(--border);box-shadow:0 -8px 30px #0003}.gallery-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);flex-shrink:0}.gallery-sheet-title{margin:0;font-size:14px;font-weight:600}.gallery-sheet-body{flex:1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.gallery-upload-section{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.gallery-upload-button{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px dashed var(--border);border-radius:8px;background:#00000005;font-size:13px;font-weight:500;color:var(--text);cursor:pointer}.gallery-upload-button:disabled{opacity:.6;cursor:not-allowed}.gallery-upload-button:hover:not(:disabled){background:#0000000a}.gallery-upload-error{margin:0;font-size:12px;color:#b91c1c}.gallery-upload-hint{margin:0;font-size:11px;color:var(--text-muted)}.gallery-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.gallery-empty{margin:0;font-size:13px;color:var(--text-muted)}.gallery-loading{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.gallery-error{margin:0;font-size:13px;color:#b91c1c}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.gallery-thumb{position:relative;display:block;aspect-ratio:1;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#0000000a;cursor:pointer;padding:0;margin:0}.gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}.gallery-thumb:hover{border-color:#eab308;box-shadow:0 0 0 2px #eab30840}.resend-surface{display:flex;flex-direction:column;place-items:stretch;gap:14px;width:100%;padding:16px;overflow:hidden}.resend-split{display:flex;flex:1;min-height:0;gap:14px}.resend-list{display:flex;flex-direction:column;flex:0 0 300px;min-height:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.resend-list-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-bottom:1px solid var(--border);background:var(--surface-soft)}.resend-list-head>div{display:flex;align-items:center;gap:8px}.resend-list-head h2{margin:0;font-size:.98rem}.resend-list-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;padding:0 7px;border-radius:999px;background:var(--surface-muted);color:var(--text-muted);font-size:.74rem;font-weight:700}.resend-list-refresh{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;color:var(--text-muted)}.resend-list-refresh:hover:not(:disabled){background:var(--surface-muted);color:var(--text)}.resend-list-error{margin:12px}.resend-list-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:28px 16px;color:var(--text-muted);font-size:.9rem;text-align:center}.resend-list-empty{flex:1}.resend-list-items{list-style:none;margin:0;padding:6px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--surface-muted) transparent;display:flex;flex-direction:column;gap:2px}.resend-list-items::-webkit-scrollbar{width:8px}.resend-list-items::-webkit-scrollbar-thumb{border-radius:999px;background:var(--surface-muted)}.resend-list-items::-webkit-scrollbar-track{background:transparent}.resend-list-item{display:flex;flex-direction:column;gap:4px;width:100%;padding:9px 11px;border:1px solid transparent;border-radius:8px;background:transparent;text-align:left;transition:background .14s ease,border-color .14s ease}.resend-list-item:hover{background:var(--surface-soft)}.resend-list-item.is-active{background:var(--golden-soft);border-color:var(--golden)}.resend-list-item.will-update{border-color:var(--golden)}.resend-list-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.resend-status-dot{flex:0 0 auto;width:9px;height:9px;border-radius:50%}.resend-status-dot.is-published{background:#16a34a}.resend-status-dot.is-draft,.resend-status-dot.is-unknown{background:var(--text-muted);opacity:.5}.resend-preview{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.resend-preview-empty{align-items:center;justify-content:center;gap:12px;color:var(--text-muted);text-align:center;padding:24px}.resend-preview-empty p{margin:0;max-width:280px}.resend-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid var(--border);background:var(--surface-soft)}.resend-preview-titles{display:flex;flex-direction:column;gap:4px;min-width:0}.resend-preview-titles h2{margin:0;font-size:1.02rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resend-preview-subject{margin:0;color:var(--text-muted);font-size:.86rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resend-preview-meta{display:flex;align-items:center;gap:10px;flex:0 0 auto}.resend-preview-body{flex:1;min-height:0;padding:16px;overflow:auto}.resend-preview-frame{width:100%;height:100%;min-height:420px;border:1px solid var(--border);border-radius:8px;background:#fff}.resend-preview-nohtml{margin:0;color:var(--text-muted)}.resend-template-alias{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resend-template-id{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.74rem;color:var(--text-muted)}.resend-status-badge{display:inline-flex;align-items:center;flex:0 0 auto;padding:3px 9px;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:lowercase}.resend-status-badge.is-published{background:#16a34a24;color:#15803d}.resend-status-badge.is-draft,.resend-status-badge.is-unknown{background:var(--surface-muted);color:var(--text-muted)}.resend-update-flag{align-self:flex-start;font-size:.68rem;font-weight:700;color:var(--golden-foreground);background:var(--golden);padding:2px 7px;border-radius:999px}.resend-modal-panel{display:flex;flex-direction:column;width:min(720px,100%);max-height:calc(100vh - 48px);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.resend-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--border)}.resend-modal-head h2{margin:0;font-size:1.1rem}.resend-modal-head p{margin:4px 0 0;color:var(--text-muted);font-size:.86rem}.resend-modal-head .icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;background:var(--surface-soft);color:var(--text-muted)}.resend-modal-head .icon-button:hover:not(:disabled){background:var(--surface-muted);color:var(--text)}.resend-modal-body{display:flex;flex-direction:column;gap:16px;padding:20px;overflow-y:auto}.resend-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:28px 20px;border:1.5px dashed var(--border);border-radius:var(--radius);background:var(--surface-soft);color:var(--text-muted);text-align:center;transition:border-color .16s ease,background .16s ease,color .16s ease}.resend-dropzone:hover,.resend-dropzone.is-dragging{border-color:var(--golden);background:var(--golden-soft);color:var(--text)}.resend-dropzone.is-disabled{opacity:.6;cursor:not-allowed}.resend-dropzone-title{margin:4px 0 0;font-weight:600;color:var(--text)}.resend-dropzone-hint{margin:0;font-size:.84rem}.resend-inline-warning{margin:0;padding:10px 12px;border:1px solid rgba(217,119,6,.22);border-radius:var(--radius);background:#d9770614;color:#b45309;font-size:.86rem}.resend-diff{display:flex;flex-direction:column;gap:14px}.resend-diff-table{width:100%;border-collapse:collapse;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.resend-diff-table th,.resend-diff-table td{padding:10px 14px;text-align:left;font-size:.88rem;border-bottom:1px solid var(--border)}.resend-diff-table th{background:var(--surface-soft);color:var(--text-muted);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.resend-diff-table tbody tr:last-child td{border-bottom:none}.resend-diff-table tr.is-unmatched{background:#d977060d}.resend-diff-table td:first-child{display:flex;align-items:center;gap:8px}.resend-subject-input{width:100%;padding:6px 10px;font-size:.85rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text)}.resend-subject-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #6366f126}.resend-subject-input:disabled{opacity:.5}.resend-diff-remove{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:0;border-radius:6px;background:transparent;color:var(--text-muted)}.resend-diff-remove:hover{background:var(--surface-muted);color:var(--danger)}.resend-match{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600}.resend-match--ok{color:#15803d}.resend-match--warn{color:#b45309}.resend-diff-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.resend-diff-buttons{display:flex;align-items:center;gap:10px}.resend-diff-summary{color:var(--text-muted);font-size:.86rem}.resend-progress{display:flex;align-items:center;gap:12px}.resend-progress-bar{flex:1;height:8px;border-radius:999px;background:var(--surface-muted);overflow:hidden}.resend-progress-fill{display:block;height:100%;border-radius:999px;background:var(--golden);transition:width .22s ease}.resend-progress-label{flex:0 0 auto;font-size:.84rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.resend-finished{margin:0;padding:10px 14px;border-radius:var(--radius);background:#16a34a1a;color:#15803d;font-size:.88rem;font-weight:600}.resend-log{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.resend-log-row{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:var(--radius);background:var(--surface-soft);font-size:.86rem}.resend-log-icon{display:inline-flex;flex:0 0 auto;color:var(--text-muted)}.resend-log-row.is-success .resend-log-icon{color:#15803d}.resend-log-row.is-error{background:#dc262612}.resend-log-row.is-error .resend-log-icon{color:var(--danger)}.resend-log-message{color:var(--text-muted)}@media (max-width: 720px){.resend-split{flex-direction:column}.resend-list{flex:0 0 auto;max-height:240px}}
