:root{--bg: #f4f6f9;--surface: #ffffff;--text: #1a1d26;--text-muted: #5c6578;--primary: #1565c0;--primary-soft: #e8f1fb;--accent: #00838f;--danger: #c62828;--border: #e2e6ee;--shadow: rgba(18, 38, 63, .08);font-family:DM Sans,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.5}code{font-size:.9em;background:var(--primary-soft);padding:2px 6px;border-radius:4px}.layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}@media(max-width:840px){.layout{grid-template-columns:1fr}.sidebar{flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px}.nav{flex-direction:row!important;flex-wrap:wrap;width:100%}.sidebar-footer{width:100%}}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:24px 16px;display:flex;flex-direction:column;gap:20px}.super-sidebar{border-left:3px solid #c62828;background:linear-gradient(180deg,#fffaf5 0%,var(--surface) 22%)}.company-sidebar{border-left:3px solid var(--primary);background:linear-gradient(180deg,#f5f9ff 0%,var(--surface) 22%)}.sidebar-hero{text-align:center;padding:8px 4px 4px}.sidebar-hero.company-hero{text-align:left}.super-hero .super-hero-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 10px;border-radius:14px;background:linear-gradient(145deg,#ffccbc,#ffab91 35%,#ef5350);box-shadow:0 4px 14px #c6282840}.company-hero{display:flex;flex-direction:row;align-items:center;gap:12px;padding:8px 4px 12px}.company-hero-emoji{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:14px;font-size:26px;line-height:1;background:linear-gradient(145deg,#bbdefb 0%,#90caf9 45%,var(--primary) 100%);box-shadow:0 4px 14px #1976d238}.super-hero-text{text-align:center}.super-hero-title,.sidebar-hero-title{margin:0;font-size:15px;font-weight:800;letter-spacing:.02em}.sidebar-hero-sub{margin:4px 0 0;font-size:12px;color:var(--text-muted);line-height:1.35}.sidebar-divider{height:1px;background:var(--border);margin:4px 0;opacity:.85}.nav-block{display:flex;flex-direction:column;gap:6px;min-height:0}.nav-section-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 2px 4px}.nav-scroll{display:flex;flex-direction:column;gap:4px;overflow-y:auto;max-height:min(52vh,420px);padding-right:4px;margin-right:-4px}.nav-scroll::-webkit-scrollbar{width:6px}.nav-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;text-decoration:none;color:var(--text);font-size:14px;font-weight:500;transition:background .15s ease,color .15s ease}.nav-item:hover{background:var(--primary-soft);color:var(--primary)}.nav-item-active{background:var(--primary-soft);color:var(--primary);font-weight:600}.nav-item-icon{font-size:18px;line-height:1;width:1.25em;text-align:center;flex-shrink:0}.sidebar-user-stack{display:flex;flex-direction:column;gap:12px}.sidebar-user-card{border:1px solid var(--border);border-radius:12px;padding:12px;background:#ffffffa6}.sidebar-role-chip{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px;border-radius:6px;margin-bottom:10px;background:var(--border);color:var(--text-muted)}.sidebar-role-chip--super{background:linear-gradient(90deg,#ffccbc,#ffcdd2);color:#b71c1c}.sidebar-role-chip--company{background:var(--primary-soft);color:var(--primary)}.sidebar-user-row{display:flex;gap:12px;align-items:center}.user-avatar-lg{width:44px;height:44px;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user-text{min-width:0}.user-name-sidebar{font-weight:700;font-size:13px;line-height:1.25;word-break:break-word}.user-email-sidebar{font-size:11px;color:var(--text-muted);margin-top:2px;word-break:break-all}.sidebar-user-hint{margin:10px 0 0;font-size:11px;color:var(--text-muted);line-height:1.4}.sidebar-logout-btn{width:100%;justify-content:center;gap:8px;font-weight:600;border-radius:10px;padding:10px 14px}.sidebar-logout-icon{flex-shrink:0;display:block}.main-with-header{padding-top:24px}.brand{display:flex;gap:12px;align-items:center}.brand-mark{font-size:28px}.brand-mark.large{font-size:40px}.brand-title{font-weight:800;font-size:17px}.brand-sub{font-size:12px;color:var(--text-muted)}.nav{display:flex;flex-direction:column;gap:6px}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:12px}.user-pill{display:flex;gap:10px;align-items:center}.user-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-soft);color:var(--primary);font-weight:700;display:flex;align-items:center;justify-content:center}.user-name{font-weight:600;font-size:14px}.user-email{font-size:11px;color:var(--text-muted)}.main{padding:28px 32px 48px}.page h1{margin:0 0 8px;font-size:26px}.lead{font-size:16px;color:var(--text-muted);max-width:720px}.muted{color:var(--text-muted);font-size:14px}.grid-2{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin:24px 0}.card{background:var(--surface);border-radius:14px;padding:20px;border:1px solid var(--border);box-shadow:0 2px 12px var(--shadow)}.card.pad-0{padding:0}.stat-label{font-size:13px;color:var(--text-muted)}.stat-value{font-size:36px;font-weight:800;color:var(--primary)}.stat-sub{font-size:14px;margin-top:8px}.actions-card h2{margin-top:0;font-size:16px}.action-row{display:flex;gap:12px;flex-wrap:wrap}.btn{border:none;border-radius:10px;padding:10px 18px;font-weight:700;cursor:pointer;font-size:14px;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:var(--primary);color:#fff}.btn.secondary{background:var(--surface);color:var(--primary);border:1.5px solid var(--primary)}.btn.ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn.full{width:100%}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border)}.table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.empty-hint{padding:20px;text-align:center;color:var(--text-muted)}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{width:100%;max-width:420px}.login-card.narrow{max-width:440px}.login-brand{display:flex;gap:14px;align-items:center;margin-bottom:24px}.login-card h1{margin:0;font-size:22px}.stack{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600}.field input{padding:12px 14px;border-radius:10px;border:1.5px solid var(--border);font-size:15px}.error{color:var(--danger);font-size:14px;margin:0}.bullet-list{margin:0 0 16px;padding-left:18px;color:var(--text-muted);font-size:14px}.file-drop{display:flex;align-items:center;justify-content:center;padding:28px;border:2px dashed var(--border);border-radius:12px;cursor:pointer;position:relative;background:var(--bg)}.file-drop input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.file-drop span{font-weight:700;color:var(--primary)}.result-pre{margin-top:16px;padding:14px;border-radius:10px;font-size:13px;white-space:pre-wrap;word-break:break-word}.result-pre.ok{background:#e8f5e9;border:1px solid #c8e6c9}.result-pre.err{background:#ffebee;border:1px solid #ffcdd2}.preview-pre{font-size:12px;overflow:auto;max-height:320px;background:var(--bg);padding:12px;border-radius:8px}h2{font-size:16px;margin-top:0}.field textarea{padding:12px 14px;border-radius:10px;border:1.5px solid var(--border);font-size:15px;font-family:inherit;resize:vertical}.field.row-check{flex-direction:row;align-items:center;gap:10px}.subh{font-size:14px;margin:16px 0 8px}.price-cat-row{display:flex;gap:8px;align-items:center;margin-bottom:8px}.price-cat-row input.narrow{max-width:88px}.stack-form{display:flex;flex-direction:column;gap:16px}.grid-4{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin:16px 0}.stat-chip{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px;text-align:center;box-shadow:0 1px 6px var(--shadow)}.stat-emoji{font-size:22px}.stat-chip-value{font-size:20px;font-weight:800;color:var(--primary)}.stat-chip-label{font-size:11px;color:var(--text-muted);margin-top:4px}.stat-card-link{text-decoration:none;color:inherit}.banner{padding:12px 14px;border-radius:10px;margin:12px 0;font-size:14px}.banner-warn{background:#ffebee;border:1px solid #ffcdd2}.banner-info{background:#fff8e1;border:1px solid #ffe082}.banner-ok{background:#e8f5e9;border:1px solid #c8e6c9}.license-card h2{margin-bottom:8px}.section-card{margin-bottom:16px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-head h2{margin:0}.link-inline{color:var(--primary);font-weight:600;font-size:14px;text-decoration:none}.collector-list{list-style:none;padding:0;margin:0}.collector-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.collector-item:last-child{border-bottom:none}.small{font-size:12px}.quick-links{display:flex;flex-wrap:wrap;gap:10px}.ready-list,.collection-mini{list-style:none;padding:0;margin:0}.ready-item,.collection-mini li{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.ready-item:last-child,.collection-mini li:last-child{border-bottom:none}.collection-mini li{flex-wrap:wrap}.btn.sm{padding:6px 12px;font-size:13px}.btn.danger-outline{background:#ffebee;color:var(--danger);border:1px solid var(--danger)}.pill{display:inline-block;padding:2px 8px;border-radius:8px;font-size:12px;font-weight:600}.pill-paid{background:#e8f5e9;color:#2e7d32}.pill-pending{background:#fff3e0;color:#e65100}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.chip{padding:6px 12px;border-radius:20px;background:var(--bg);border:1px solid var(--border);font-size:13px}.chip-ok{background:#e8f5e9;border-color:#c8e6c9}.chip-bad{background:#ffebee;border-color:#ffcdd2}.click-row{cursor:pointer}.click-row:hover{background:var(--primary-soft)}.modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;border:none;cursor:pointer}.modal-sheet{position:relative;z-index:1;background:var(--surface);border-radius:16px;padding:24px;max-width:480px;width:100%;max-height:90vh;overflow:auto;box-shadow:0 8px 32px #0003}.modal-sheet.modal-sheet-lg{max-width:640px}.modal-actions{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.modal-list{list-style:none;padding:0;margin:0;font-size:14px}.modal-list li{padding:6px 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.link-btn{background:none;border:none;color:var(--primary);font-weight:600;cursor:pointer;padding:0;font-size:inherit}.link-btn.danger{color:var(--danger)}.super-page h1{margin-top:0}.super-dashboard{max-width:1080px;margin:0 auto}.super-dash-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:240px;color:var(--text-muted)}.super-spinner{width:36px;height:36px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--primary);animation:super-spin .75s linear infinite}@keyframes super-spin{to{transform:rotate(360deg)}}.super-dash-hero{display:flex;align-items:stretch;justify-content:space-between;gap:24px;padding:28px 32px;border-radius:20px;background:linear-gradient(135deg,#1a237e,#283593 38%,#3949ab 72%,#5c6bc0);color:#fff;box-shadow:0 12px 40px #1a237e59;margin-bottom:24px}.super-dash-hero-text{flex:1;min-width:0}.super-dash-kicker{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.85}.super-dash-hero h1{margin:0 0 10px;font-size:28px;font-weight:800;letter-spacing:-.02em;color:#fff}.super-dash-lead{margin:0;font-size:15px;line-height:1.55;opacity:.92;max-width:560px}.super-dash-cta{margin-top:18px;background:#fff!important;color:#1a237e!important;font-weight:800;box-shadow:0 4px 16px #00000026}.super-dash-cta:hover{filter:brightness(1.05)}.super-dash-hero-badge{display:flex;align-items:center;justify-content:center;flex-shrink:0}.super-dash-shield{display:flex;align-items:center;justify-content:center;width:88px;height:88px;border-radius:22px;background:#ffffff1f;font-size:42px;border:1px solid rgba(255,255,255,.25)}.super-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:20px}.super-stat-card{display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:14px;border:1px solid var(--border);background:var(--surface);box-shadow:0 2px 10px var(--shadow)}.super-stat-card--ok{border-color:#2e7d3259;background:linear-gradient(180deg,#f1f8e9 0%,var(--surface) 100%)}.super-stat-card--warn{border-color:#c6282840;background:linear-gradient(180deg,#fff8f5 0%,var(--surface) 100%)}.super-stat-icon{font-size:26px;width:44px;text-align:center}.super-stat-value{font-size:24px;font-weight:800;line-height:1.1}.super-stat-label{font-size:12px;color:var(--text-muted);font-weight:600}.super-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px;padding:16px 20px;margin-bottom:16px}.super-search-field{flex:1;min-width:220px;margin:0}.super-search-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.super-toolbar-meta{margin:0;font-size:13px;white-space:nowrap}.super-table-card{border-radius:16px;overflow:hidden;box-shadow:0 2px 16px var(--shadow)}.super-company-table tbody tr.super-table-row{cursor:pointer;transition:background .12s ease}.super-company-table tbody tr.super-table-row:hover{background:var(--primary-soft)}.super-cell-title{font-weight:700;font-size:15px}.super-cell-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.super-cell-sub.mono,.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.super-crew-pill{display:inline-block;font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;background:var(--primary-soft);color:var(--primary)}.super-inline-error{margin:12px 0 0;padding:10px 12px;border-radius:10px;background:#ffebee;color:#b71c1c;font-size:14px;font-weight:600}.super-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--border);margin-bottom:16px}.super-detail-section{margin-bottom:20px}.super-detail-section h3{margin:0 0 8px;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.super-admin-card{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;border:1px solid var(--border);background:linear-gradient(180deg,#fafafa 0%,var(--surface) 100%)}.super-admin-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#ffccbc,#ef5350);color:#fff;font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.super-admin-name{font-weight:700;font-size:16px}.super-action-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.super-user-list{list-style:none;padding:0;margin:0;border:1px solid var(--border);border-radius:10px;overflow:hidden}.super-user-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid var(--border);font-size:14px}.super-user-list li:last-child{border-bottom:none}.super-producer-scroll{max-height:220px;overflow-y:auto;border:1px solid var(--border);border-radius:10px;padding:0 4px}@media(max-width:720px){.super-dash-hero{flex-direction:column}.super-dash-hero-badge{justify-content:flex-start}}.report-export-card{margin-bottom:24px;padding:20px 22px}.report-export-title{margin:0;font-size:17px;font-weight:800}.report-export-actions{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-top:16px}.report-export-item{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.report-export-item .btn{width:100%;justify-content:center}.report-export-meta{line-height:1.35;padding-left:2px}.import-samples-card{margin-bottom:20px}.import-sample-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.import-sample-actions .btn{text-decoration:none}.import-after-card{margin-bottom:20px;border-left:4px solid var(--primary)}.settings-team-list{list-style:none;padding:0;margin:12px 0 0;border:1px solid var(--border);border-radius:10px;overflow:hidden}.settings-team-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border);flex-wrap:wrap}.settings-team-list li:last-child{border-bottom:none}.invite-help-card{margin-bottom:20px;border-left:4px solid var(--primary)}.invite-help-title{margin:0 0 10px;font-size:16px;font-weight:800}.invite-help-steps{margin:0 0 12px;padding-left:20px;line-height:1.55;font-size:14px}.invite-help-steps li{margin-bottom:6px}.invite-role-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.invite-tab{border:1.5px solid var(--border);background:var(--surface);color:var(--text);padding:10px 16px;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.invite-tab:hover{border-color:var(--primary);color:var(--primary)}.invite-tab-active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.invite-sub-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.invite-sub-tab{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);padding:8px 14px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer}.invite-sub-tab:hover{border-color:var(--primary);color:var(--primary)}.invite-sub-tab-active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.producers-page{max-width:1100px;margin:0 auto}.producers-page a.btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.producers-btn-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.producers-hero{display:flex;gap:22px;align-items:flex-start;padding:26px 28px;border-radius:20px;background:linear-gradient(125deg,#e3f2fd 0%,#f5f9ff 42%,var(--surface) 100%);border:1px solid rgba(25,118,210,.15);box-shadow:0 8px 28px #1976d21f;margin-bottom:22px}.producers-hero--loading{min-height:140px;align-items:center}.producers-hero-visual{flex-shrink:0;width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#bbdefb 0%,#90caf9 50%,var(--primary) 100%);box-shadow:0 6px 20px #1976d240}.producers-hero-emoji{font-size:36px;line-height:1}.producers-hero-text{flex:1;min-width:0}.producers-hero-kicker{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}.producers-hero h1{margin:0 0 10px;font-size:28px;font-weight:800;letter-spacing:-.02em}.producers-hero-lead{margin:0 0 18px;font-size:15px;line-height:1.55;max-width:640px}.producers-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.producers-banner-lock{margin-bottom:18px;border-radius:12px}.producers-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:18px}.producers-stat-card{padding:16px 18px;border-radius:14px;border:1px solid var(--border);background:var(--surface);box-shadow:0 2px 10px var(--shadow)}.producers-stat-card--ok{border-color:#2e7d3247;background:linear-gradient(180deg,#f1f8e9 0%,var(--surface) 100%)}.producers-stat-card--accent{border-color:#f57c0059;background:linear-gradient(180deg,#fff8e1 0%,var(--surface) 100%)}.producers-stat-value{display:block;font-size:26px;font-weight:800;line-height:1.1}.producers-stat-label{font-size:12px;font-weight:600;color:var(--text-muted)}.producers-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px 18px;padding:16px 18px;margin-bottom:16px}.producers-search{flex:1;min-width:220px;margin:0}.producers-search-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.producers-filter-chips{display:flex;flex-wrap:wrap;gap:8px}.producers-chip{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.producers-chip:hover{border-color:var(--primary);color:var(--primary)}.producers-chip-active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.producers-toolbar-meta{font-size:13px;white-space:nowrap;margin:0 0 0 auto}.producers-empty{text-align:center;padding:48px 28px;border-radius:18px}.producers-empty-icon{font-size:48px;line-height:1;margin-bottom:12px}.producers-empty h2{margin:0 0 8px;font-size:20px}.producers-empty-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:22px}.producers-table-card{border-radius:16px;overflow:hidden;box-shadow:0 2px 16px var(--shadow)}.producers-table thead th{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-weight:700;background:#fafafa}.producers-th-actions{text-align:right;width:1%;white-space:nowrap}.producers-table tbody tr{transition:background .12s ease}.producers-table tbody tr:hover{background:var(--primary-soft)}.producers-row-pending{box-shadow:inset 3px 0 #ff9800}.producers-cell-name{font-weight:700;font-size:15px}.producers-cell-sub{font-size:12px;margin-top:2px}.producers-cell-phone{font-weight:600;font-size:14px}.producers-cell-email{margin-top:2px;word-break:break-all}.producers-cell-price{max-width:200px}.producers-pill-num{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding:4px 10px;border-radius:8px;background:var(--primary-soft);color:var(--primary);font-weight:700;font-size:14px}.producers-pill-tight{font-size:11px;padding:2px 8px}.producers-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.producers-action-btn{white-space:nowrap}.producers-action-btn.danger-text{color:var(--danger)}.producers-action-btn.danger-text:hover:not(:disabled){background:#ffebee}.producers-no-match{padding:20px;text-align:center}.producers-modal .producers-modal-head{margin-bottom:8px;padding-bottom:14px;border-bottom:1px solid var(--border)}.producers-skeleton{border-radius:8px;background:linear-gradient(90deg,#e3f2fd,#f5f5f5,#e3f2fd);background-size:200% 100%;animation:producers-shimmer 1.2s ease-in-out infinite}.producers-skeleton-title{height:28px;width:220px;margin-bottom:12px}.producers-skeleton-line{height:14px;width:100%;max-width:480px;margin-bottom:8px}.producers-skeleton-line.short{max-width:320px}@keyframes producers-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:720px){.producers-toolbar-meta{width:100%;margin-left:0}.producers-actions{justify-content:flex-start}.producers-th-actions,.producers-table td:last-child{text-align:left}}
