:root{--card:#f7f8f8;--ring:#1da1f2;--input:#f7f9fa;--muted:#e5e5e6;--accent:#e3ecf6;--border:#e1eaef;--radius:1.3rem;--chart-1:#1e9df1;--chart-2:#00b87a;--chart-3:#f7b928;--chart-4:#17bf63;--chart-5:#e0245e;--popover:#fff;--primary:#1e9df1;--sidebar:#f7f8f8;--font-mono:Menlo, monospace;--font-sans:Open Sans, Arial, sans-serif;--secondary:#0f1419;--background:#fff;--font-serif:Georgia, serif;--foreground:#0f1419;--destructive:#f4212e;--shadow-blur:0px;--shadow-color:#1da1f226;--sidebar-ring:#1da1f2;--shadow-spread:0px;--shadow-opacity:0;--sidebar-accent:#e3ecf6;--sidebar-border:#e1e8ed;--card-foreground:#0f1419;--shadow-offset-x:0px;--shadow-offset-y:2px;--sidebar-primary:#1e9df1;--muted-foreground:#0f1419;--accent-foreground:#1e9df1;--popover-foreground:#0f1419;--primary-foreground:#fff;--sidebar-foreground:#0f1419;--secondary-foreground:#fff;--destructive-foreground:#fff;--sidebar-accent-foreground:#1e9df1;--sidebar-primary-foreground:#fff}.dark{--card:#17181c;--ring:#1da1f2;--input:#22303c;--muted:#181818;--accent:#061622;--border:#242628;--chart-1:#1e9df1;--chart-2:#00b87a;--chart-3:#f7b928;--chart-4:#17bf63;--chart-5:#e0245e;--popover:#000;--primary:#1c9cf0;--sidebar:#17181c;--secondary:#f0f3f4;--background:#000;--foreground:#e7e9ea;--destructive:#f4212e;--shadow-color:#1da1f240;--sidebar-ring:#1da1f2;--sidebar-accent:#061622;--sidebar-border:#38444d;--card-foreground:#d9d9d9;--sidebar-primary:#1da1f2;--muted-foreground:#72767a;--accent-foreground:#1c9cf0;--popover-foreground:#e7e9ea;--primary-foreground:#fff;--sidebar-foreground:#d9d9d9;--secondary-foreground:#0f1419;--destructive-foreground:#fff;--sidebar-accent-foreground:#1c9cf0;--sidebar-primary-foreground:#fff}.admin-shell{--admin-header-height:72px;background:var(--background);min-height:100vh;color:var(--foreground);display:flex}.admin-sidebar{border-right:1px solid var(--sidebar-border);background:var(--sidebar);width:264px;height:100vh;color:var(--sidebar-foreground);flex:0 0 264px;padding:0 14px 20px;position:sticky;top:0;overflow-y:auto}.admin-sidebar__brand{height:var(--admin-header-height);min-height:var(--admin-header-height);border-bottom:1px solid var(--border);align-items:center;gap:12px;margin:0 -14px;padding:0 22px;display:flex}.admin-avatar{background:var(--primary);color:var(--primary-foreground);border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.admin-sidebar__brand-mark{border-radius:9px;flex:0 0 38px;width:38px;height:38px;display:block}.admin-avatar{flex:0 0 36px;width:36px;height:36px}.admin-sidebar__brand strong,.admin-sidebar__brand span{display:block}.admin-sidebar__brand strong{color:var(--sidebar-foreground);font-size:15px}.admin-sidebar__brand span{color:var(--muted-foreground);margin-top:2px;font-size:12px}.admin-sidebar__nav{flex-direction:column;gap:6px;padding-top:18px;display:flex}.admin-sidebar-group{border-radius:calc(var(--radius) * .65)}.admin-sidebar-group__title,.admin-sidebar-item{border-radius:calc(var(--radius) * .65);min-height:40px;color:var(--sidebar-foreground);align-items:center;gap:10px;padding:0 10px;font-size:14px;font-weight:700;display:flex}.admin-sidebar-group__title{width:100%;color:var(--muted-foreground);text-align:left;cursor:pointer;background:0 0;border:0;font-family:inherit;transition:background .2s,color .2s}.admin-sidebar-group__title:hover{background:var(--sidebar-accent);color:var(--sidebar-accent-foreground)}.admin-sidebar-group.is-active .admin-sidebar-group__title{color:var(--sidebar-accent-foreground)}.admin-sidebar-group__text{flex:1;min-width:0}.admin-sidebar-group__arrow{color:currentColor;margin-left:auto;transition:transform .2s}.admin-sidebar-group.is-open .admin-sidebar-group__arrow{transform:rotate(90deg)}.admin-sidebar-group__children{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .2s,opacity .2s;display:grid}.admin-sidebar-group__children.is-open{opacity:1;grid-template-rows:1fr}.admin-sidebar-group__children-clip{min-height:0;overflow:hidden}.admin-sidebar-group__children-list{flex-direction:column;gap:4px;padding:4px 0 8px;transition:transform .2s;display:flex;transform:translateY(-4px)}.admin-sidebar-group__children.is-open .admin-sidebar-group__children-list{transform:translateY(0)}.admin-sidebar-item{transition:background .2s,color .2s}.admin-sidebar-item:hover,.admin-sidebar-item.is-active{background:var(--sidebar-accent);color:var(--sidebar-accent-foreground)}.admin-sidebar-item.is-child{min-height:34px;padding-left:48px;font-weight:600}.admin-sidebar-item__icon{background:var(--accent);width:28px;height:28px;color:var(--accent-foreground);border-radius:10px;flex:0 0 28px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.admin-sidebar-item__icon img{width:17px;height:17px;display:block}.admin-sidebar-item__dot{opacity:.5;background:currentColor;border-radius:999px;flex:0 0 6px;width:6px;height:6px;margin-left:-18px}.admin-main{background:var(--background);flex:1;min-width:0}.admin-header{z-index:2;height:var(--admin-header-height);min-height:var(--admin-header-height);border-bottom:1px solid var(--border);background:var(--popover);color:var(--popover-foreground);justify-content:space-between;align-items:center;padding:8px 28px;display:flex;position:sticky;top:0}.admin-header h1{color:var(--foreground);margin:2px 0 0;font-size:22px;line-height:1.25}.admin-header__eyebrow{color:var(--muted-foreground);margin:0;font-size:12px;font-weight:700}.admin-header__actions{align-items:center;gap:12px;display:flex}.admin-icon-button{border:1px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--card-foreground);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.admin-icon-button span{border:2px solid;border-radius:999px;width:12px;height:12px}.admin-user-name{color:var(--foreground);font-size:14px;font-weight:700}.admin-content{padding:28px}.admin-page{flex-direction:column;gap:18px;display:flex}.admin-dashboard-hero,.admin-page-card,.admin-stat-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--card-foreground)}.admin-dashboard-hero{padding:26px}.admin-dashboard-hero h2,.admin-placeholder h2{color:var(--card-foreground);margin:14px 0 8px;font-size:28px;line-height:1.25}.admin-dashboard-hero p,.admin-placeholder p,.admin-page-card p{color:var(--muted-foreground);margin:0;line-height:1.7}.admin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-stat-card{min-height:112px;padding:20px}.admin-stat-card span,.admin-stat-card strong{display:block}.admin-stat-card span{color:var(--muted-foreground);font-size:14px}.admin-stat-card strong{color:var(--primary);margin-top:20px;font-size:22px}.admin-stat-card small{color:var(--muted-foreground);margin-top:8px;font-size:12px;display:block}.admin-metric-card{position:relative;overflow:hidden}.admin-metric-card:after{background:var(--accent);content:"";opacity:.75;border-radius:999px;width:34px;height:34px;position:absolute;bottom:18px;right:18px}.admin-metric-card.is-success strong{color:var(--chart-2)}.admin-metric-card.is-warning strong{color:var(--chart-3)}.admin-metric-card.is-danger strong{color:var(--destructive)}.admin-dashboard-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:18px;display:grid}.admin-page-card{padding:22px}.admin-page-card h3{color:var(--card-foreground);margin:0 0 16px;font-size:18px}.admin-card-heading{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.admin-card-heading h3{margin:0}.admin-section-label{background:var(--accent);min-height:24px;color:var(--accent-foreground);border-radius:999px;align-items:center;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.admin-flow-list{color:var(--foreground);gap:10px;margin:0;padding-left:20px;display:grid}.admin-entry-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-entry-list a{border:1px solid var(--border);border-radius:calc(var(--radius) * .6);background:var(--popover);color:var(--foreground);padding:12px;font-weight:700}.admin-entry-list a:hover{border-color:var(--primary);color:var(--primary)}.admin-entry-list--rich a{gap:6px;display:grid}.admin-entry-list--rich span{color:var(--muted-foreground);font-size:13px;font-weight:600;line-height:1.45}.admin-dashboard-todo{gap:10px;display:grid}.admin-dashboard-todo__item{border:1px solid var(--border);border-radius:calc(var(--radius) * .6);background:var(--popover);min-height:46px;color:var(--foreground);cursor:pointer;justify-content:space-between;align-items:center;padding:0 14px;transition:border-color .2s,color .2s,transform .2s;display:flex}.admin-dashboard-todo__item:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.admin-dashboard-todo__item span,.admin-dashboard-todo__item strong{font-size:14px}.admin-progress-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-progress-item{border:1px solid var(--border);border-radius:calc(var(--radius) * .65);background:var(--popover);gap:12px;padding:16px;display:grid}.admin-progress-item div:first-child{color:var(--foreground);justify-content:space-between;align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.admin-progress-item strong{color:var(--primary)}.admin-progress-bar{background:var(--accent);border-radius:999px;height:8px;overflow:hidden}.admin-progress-bar span{border-radius:inherit;background:var(--primary);height:100%;display:block}.admin-prototype-hero{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--card-foreground);justify-content:space-between;align-items:flex-start;gap:18px;padding:26px;display:flex}.admin-prototype-hero h2{color:var(--card-foreground);margin:14px 0 8px;font-size:28px;line-height:1.25}.admin-prototype-hero p{max-width:760px;color:var(--muted-foreground);margin:0;line-height:1.7}.admin-primary-button,.admin-inline-button,.admin-filter-button,.admin-tab-button{border:1px solid var(--border);cursor:pointer;border-radius:999px;font-weight:700;transition:background .2s,border-color .2s,color .2s,transform .2s}.admin-primary-button{border-color:var(--primary);background:var(--primary);min-height:40px;color:var(--primary-foreground);flex:none;padding:0 16px}.admin-primary-button:hover,.admin-inline-button:hover,.admin-filter-button:hover,.admin-tab-button:hover{transform:translateY(-1px)}.admin-toast{border:1px solid var(--border);border-radius:calc(var(--radius) * .65);background:var(--accent);color:var(--accent-foreground);margin:0;padding:12px 14px;font-weight:700}.admin-prototype-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:18px;display:grid}.admin-prototype-main{min-width:0}.admin-prototype-side{gap:18px;display:grid}.admin-filter-group,.admin-tab-list{flex-wrap:wrap;gap:8px;display:flex}.admin-filter-button,.admin-tab-button,.admin-inline-button{background:var(--popover);min-height:32px;color:var(--foreground);padding:0 12px;font-size:13px}.admin-filter-button.is-active,.admin-tab-button.is-active{border-color:var(--primary);background:var(--accent);color:var(--accent-foreground)}.admin-tab-list{margin-bottom:16px}.admin-table-wrap{border:1px solid var(--border);border-radius:calc(var(--radius) * .65);background:var(--popover);min-width:0;overflow-x:auto}.admin-data-table{border-collapse:collapse;width:100%;min-width:780px}.admin-data-table th,.admin-data-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;white-space:nowrap;padding:13px 14px}.admin-data-table th{color:var(--muted-foreground);font-size:12px;font-weight:800}.admin-data-table td{color:var(--foreground);font-size:14px}.admin-data-table tbody tr{cursor:pointer;transition:background .2s}.admin-data-table tbody tr:hover,.admin-data-table tbody tr.is-selected{background:var(--accent)}.admin-data-table tr:last-child td{border-bottom:0}.admin-status-badge{background:var(--accent);min-height:26px;color:var(--accent-foreground);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.admin-status-badge.is-active{color:var(--primary);background:#1da1f21f}.admin-status-badge.is-pending{color:#8a5c00;background:#f7b92829}.admin-status-badge.is-done{color:#007a51;background:#00b87a24}.admin-status-badge.is-rejected{color:var(--destructive);background:#f4212e1f}.admin-empty-state{color:var(--muted-foreground);text-align:center;padding:22px}.admin-step-list{counter-reset:step;gap:12px;margin:0;padding:0;list-style:none;display:grid}.admin-step-list li{min-height:34px;color:var(--foreground);counter-increment:step;padding-left:42px;line-height:1.5;position:relative}.admin-step-list li:before{background:var(--accent);width:28px;height:28px;color:var(--accent-foreground);content:counter(step);border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex;position:absolute;top:0;left:0}.admin-check-list{gap:10px;display:grid}.admin-check-list label{border:1px solid var(--border);border-radius:calc(var(--radius) * .55);background:var(--popover);min-height:36px;color:var(--foreground);align-items:center;gap:10px;padding:0 10px;font-size:14px;font-weight:700;display:flex}.admin-check-list input{width:16px;height:16px;accent-color:var(--primary)}.admin-detail-panel{z-index:5;background:#0f14192e;justify-content:flex-end;padding:18px;display:flex;position:fixed;inset:0}.admin-detail-panel__content{border:1px solid var(--border);border-radius:var(--radius);background:var(--popover);width:min(440px,100%);color:var(--popover-foreground);padding:24px;position:relative;overflow-y:auto}.admin-detail-panel__close{border:1px solid var(--border);background:var(--card);min-height:32px;color:var(--foreground);cursor:pointer;border-radius:999px;padding:0 12px;position:absolute;top:18px;right:18px}.admin-detail-panel h3{color:var(--foreground);margin:16px 0;font-size:22px}.admin-detail-panel dl{gap:10px;margin:0 0 18px;display:grid}.admin-detail-panel dl div{border:1px solid var(--border);border-radius:calc(var(--radius) * .55);background:var(--card);justify-content:space-between;gap:12px;padding:12px;display:flex}.admin-detail-panel dt,.admin-detail-panel dd{margin:0}.admin-detail-panel dt{color:var(--muted-foreground);font-weight:700}.admin-detail-panel dd{color:var(--foreground);text-align:right;font-weight:800}.admin-detail-panel p{color:var(--muted-foreground);margin:0;line-height:1.7}.admin-placeholder{max-width:760px;padding:28px}.admin-placeholder__notice{border:1px solid var(--border);border-radius:calc(var(--radius) * .65);background:var(--accent);color:var(--accent-foreground);margin-top:14px;padding:14px;font-weight:700}@media (width<=980px){.admin-shell{flex-direction:column}.admin-sidebar{border-right:0;border-bottom:1px solid var(--sidebar-border);flex-basis:auto;width:100%;height:auto;max-height:360px;position:static;overflow-y:auto}.admin-header{position:static}.admin-stat-grid,.admin-dashboard-grid,.admin-progress-grid,.admin-prototype-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-prototype-main,.admin-prototype-side{grid-column:1/-1}}@media (width<=620px){.admin-header{flex-direction:column;align-items:flex-start;height:auto;padding:12px 16px}.admin-content{padding:16px}.admin-stat-grid,.admin-dashboard-grid,.admin-entry-list,.admin-progress-grid,.admin-prototype-grid{grid-template-columns:1fr}.admin-prototype-hero,.admin-card-heading{flex-direction:column;align-items:stretch}.admin-primary-button{width:100%}.admin-detail-panel{padding:10px}.admin-user-name{font-size:13px}}@media (prefers-reduced-motion:reduce){.admin-sidebar-group__title,.admin-sidebar-group__arrow,.admin-sidebar-group__children,.admin-sidebar-group__children-list,.admin-sidebar-item,.admin-dashboard-todo__item,.admin-primary-button,.admin-inline-button,.admin-filter-button,.admin-tab-button,.admin-data-table tbody tr{transition-duration:1ms}}.voice-workbench{grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr);gap:16px;display:grid}.voice-panel,.voice-side-panel{border:1px solid var(--border);background:var(--card);color:var(--card-foreground);border-radius:8px}.voice-panel{padding:18px}.voice-side-panel{overflow:hidden}.voice-title-row,.voice-panel-header,.voice-record-row,.voice-asset-row,.voice-player{justify-content:space-between;align-items:center;gap:12px;display:flex}.voice-title-row h2{margin:0;font-size:28px}.voice-title-row p,.voice-field span,.voice-muted{color:var(--muted-foreground)}.voice-mode-tabs{border:1px solid var(--border);background:var(--popover);border-radius:8px;gap:0;margin:20px 0 16px;display:inline-flex;overflow:hidden}.voice-mode-tabs button,.voice-button,.voice-ghost-button,.voice-danger-button{border:1px solid var(--border);background:var(--popover);min-height:38px;color:var(--foreground);cursor:pointer;padding:0 14px;font-size:14px;font-weight:700}.voice-mode-tabs button{border:0;border-right:1px solid var(--border)}.voice-mode-tabs button:last-child{border-right:0}.voice-mode-tabs button.is-active,.voice-button{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.voice-button:disabled,.voice-ghost-button:disabled,.voice-danger-button:disabled{cursor:not-allowed;opacity:.55}.voice-danger-button{border-color:var(--destructive);color:var(--destructive)}.voice-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);gap:16px;display:grid}.voice-field{gap:8px;margin-bottom:14px;font-size:14px;font-weight:700;display:grid}.voice-field input,.voice-field textarea,.voice-field select{border:1px solid var(--border);background:var(--popover);width:100%;color:var(--foreground);border-radius:8px;font-size:14px}.voice-field input,.voice-field select{min-height:38px;padding:0 10px}.voice-helper{max-width:640px;margin:0 0 14px;font-size:13px;line-height:1.6}.voice-field textarea{resize:vertical;min-height:168px;padding:12px}.voice-dropzone{border:1px dashed var(--border);background:var(--popover);text-align:center;border-radius:8px;place-items:center;min-height:132px;padding:20px;display:grid}.voice-range-row{grid-template-columns:72px minmax(0,1fr) 72px;align-items:center;gap:12px;margin-bottom:16px;display:grid}.voice-range-row input[type=range]{width:100%}.voice-status{border:1px solid var(--border);background:var(--accent);min-height:40px;color:var(--accent-foreground);border-radius:8px;padding:10px 12px;font-size:14px;font-weight:700}.voice-side-panel h3{margin:0;font-size:17px}.voice-panel-header{border-bottom:1px solid var(--border);padding:14px}.voice-asset-list,.voice-record-list{display:grid}.voice-asset-row,.voice-record-row{border-bottom:1px solid var(--border);min-height:62px;padding:10px 14px}.voice-asset-row strong,.voice-record-row strong{color:var(--foreground);font-size:14px;display:block}.voice-asset-row span,.voice-record-row span{color:var(--muted-foreground);margin-top:4px;font-size:12px;display:block}.voice-record-table{border-collapse:collapse;border:1px solid var(--border);background:var(--card);border-radius:8px;width:100%;overflow:hidden}.voice-record-table th,.voice-record-table td{border-bottom:1px solid var(--border);text-align:left;padding:12px;font-size:14px}.voice-record-table th{color:var(--muted-foreground);font-size:12px}.voice-player{border:1px solid var(--border);background:var(--popover);border-radius:8px;margin-top:16px;padding:14px}.voice-player audio{width:min(520px,100%)}@media (width<=1120px){.voice-workbench,.voice-grid{grid-template-columns:1fr}}@media (width<=620px){.voice-title-row,.voice-panel-header,.voice-player,.voice-record-row,.voice-asset-row{flex-direction:column;align-items:flex-start}.voice-range-row{grid-template-columns:1fr}}.auth-page{background:var(--background);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);width:min(440px,100%);padding:34px;box-shadow:0 18px 60px #0f141914}.auth-brand{align-items:center;gap:12px;margin-bottom:28px;display:flex}.auth-brand>span{background:var(--primary);width:42px;height:42px;color:var(--primary-foreground);border-radius:50%;place-items:center;font-weight:800;display:grid}.auth-brand strong,.auth-brand small{display:block}.auth-brand small,.auth-card>p{color:var(--muted-foreground);margin-top:4px}.auth-card h1{margin:0 0 8px}.auth-form{gap:16px;margin-top:24px;display:grid}.auth-form label{color:var(--foreground);gap:7px;font-size:14px;font-weight:700;display:grid}.auth-form input{border:1px solid var(--border);border-radius:calc(var(--radius) * .65);background:var(--background);width:100%;min-height:44px;color:var(--foreground);padding:0 13px}.auth-form input:focus{outline:2px solid var(--ring);outline-offset:1px}.auth-password-field{display:block;position:relative}.auth-password-field input{padding-right:48px}.auth-password-toggle{width:34px;height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:9px;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.auth-password-toggle:hover,.auth-password-toggle:focus-visible{background:var(--accent);color:var(--primary);outline:none}.auth-password-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.auth-primary,.auth-secondary,.admin-logout-button{border-radius:calc(var(--radius) * .65);cursor:pointer;min-height:40px;padding:0 16px;font-weight:700}.auth-primary{background:var(--primary);color:var(--primary-foreground)}.auth-primary:disabled{cursor:wait;opacity:.65}.auth-secondary,.admin-logout-button{border:1px solid var(--border);background:var(--card);color:var(--foreground)}.auth-error{border-radius:calc(var(--radius) * .55);background:color-mix(in srgb, var(--destructive) 10%, transparent);color:var(--destructive);margin:0;padding:11px 12px;font-size:13px}.business-heading{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.business-heading h2{margin:0;font-size:26px}.business-heading p,.business-note{color:var(--muted-foreground);margin:6px 0 0;line-height:1.6}.business-actions,.business-inline{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.business-grid{grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);align-items:start;gap:18px;display:grid}.permission-overview-grid{align-items:stretch}.permission-overview-grid>.business-card{height:100%}.business-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--card-foreground);padding:22px}.business-card h3{margin:0 0 16px}.business-card-wide{min-width:0}.business-form{gap:14px;display:grid}.business-form label,.review-layout label{gap:7px;font-size:14px;font-weight:700;display:grid}.business-form input,.business-form textarea,.business-form select,.business-inline input,.business-inline select,.review-layout textarea{border:1px solid var(--border);border-radius:calc(var(--radius)*.55);background:var(--background);width:100%;min-height:40px;color:var(--foreground);padding:8px 11px}.business-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.business-span{grid-column:1/-1}.business-form fieldset{border:1px solid var(--border);border-radius:calc(var(--radius)*.55);flex-wrap:wrap;gap:14px;padding:14px;display:flex}.business-check{grid-template-columns:auto 1fr!important;align-items:center!important;gap:8px!important;display:flex!important}.business-check input{width:16px!important;min-height:16px!important}.button-primary,.button-secondary{border-radius:calc(var(--radius)*.55);cursor:pointer;justify-content:center;align-items:center;min-height:40px;padding:0 15px;font-weight:700;display:inline-flex}.button-primary{background:var(--primary);color:var(--primary-foreground)}.button-secondary{border:1px solid var(--border);background:var(--card);color:var(--foreground)}.button-link{color:var(--primary);cursor:pointer;background:0 0;padding:5px 8px}.is-danger,.button-link.is-danger{color:var(--destructive)}.business-error,.business-success{border-radius:calc(var(--radius)*.55);padding:11px 13px;font-weight:700}.business-error{background:color-mix(in srgb,var(--destructive) 10%,transparent);color:var(--destructive)}.business-success{background:var(--accent);color:var(--accent-foreground)}.business-state{min-height:150px;color:var(--muted-foreground);place-items:center;gap:10px;display:grid}.business-state.is-error{color:var(--destructive)}.business-table-wrap{overflow:auto}.business-table{border-collapse:collapse;width:100%;min-width:720px}.business-table th,.business-table td{border-bottom:1px solid var(--border);text-align:left;padding:12px;font-size:14px}.business-table th{color:var(--muted-foreground)}.business-list{margin-top:14px;display:grid}.business-list>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.business-list span,.business-list small{display:block}.business-list small{color:var(--muted-foreground);margin-top:3px}.review-layout{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;display:grid}.review-layout audio,.review-layout video{width:100%;max-height:360px}.reference-text{border-radius:calc(var(--radius)*.55);background:var(--accent);white-space:pre-wrap;padding:16px;line-height:1.7}.business-check-list{gap:8px;margin-bottom:15px;display:grid}.business-check-list label{grid-template-columns:auto 1fr;align-items:center;display:flex}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.summary-grid>div{border:1px solid var(--border);border-radius:calc(var(--radius)*.55);background:var(--background);padding:16px}.summary-grid span,.summary-grid strong{display:block}.summary-grid span{color:var(--muted-foreground);font-size:13px}.summary-grid strong{margin-top:10px;font-size:20px}.report-list{gap:16px;display:grid}@media (width<=980px){.business-grid,.review-layout{grid-template-columns:1fr}.business-form-grid,.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.business-heading{flex-direction:column}.business-form-grid,.summary-grid{grid-template-columns:1fr}.business-actions{width:100%}.button-primary,.button-secondary{min-height:44px}}.duration-range-field{min-width:0}.colored-checkbox input{appearance:none;cursor:pointer;height:18px;transition:border-color .16s,background .16s,box-shadow .16s;position:relative;border:1px solid var(--border)!important;background:var(--background)!important;border-radius:5px!important;width:18px!important;min-height:18px!important;padding:0!important}.colored-checkbox input:checked{border-color:var(--primary)!important;background:var(--primary)!important}.colored-checkbox input:checked:after{content:"";border:solid var(--primary-foreground);border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.colored-checkbox input:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 18%,transparent);outline:none}.colored-checkbox span{font-weight:600}.task-detail-grid{grid-template-columns:minmax(300px,420px) minmax(0,1fr)}.task-tools-column{gap:18px;display:grid}.task-reference-textarea{max-height:260px;overflow:auto;resize:vertical!important;min-height:96px!important}.csv-dropzone{border:2px dashed var(--border);border-radius:calc(var(--radius)*.7);background:color-mix(in srgb,var(--accent) 45%,var(--card));min-height:132px;color:var(--muted-foreground);text-align:center;cursor:pointer;place-items:center;gap:6px;padding:20px;transition:border-color .16s,background .16s;display:grid}.csv-dropzone strong{color:var(--foreground)}.csv-dropzone.is-dragging,.csv-dropzone:focus-visible{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 9%,var(--card));outline:none}.import-progress-card{border:1px solid var(--border);border-radius:calc(var(--radius)*.6);background:var(--background);gap:9px;padding:14px;display:grid}.import-progress-card>div{justify-content:space-between;display:flex}.import-progress-card progress{width:100%;height:10px;accent-color:var(--primary)}.import-progress-card p{color:var(--muted-foreground);margin:0;font-size:13px}.task-pool-card{padding:0;overflow:hidden}.task-pool-heading{border-bottom:1px solid var(--border);padding:20px 22px}.task-pool-toolbar{justify-content:flex-end}.task-pool-toolbar>.base-select{width:150px}.task-pool-card .business-table-wrap{padding:0 10px}.task-pool-card .pagination{padding:0 20px 18px}.table-actions{white-space:nowrap}.modal-backdrop{z-index:2900;background:color-mix(in srgb,var(--foreground) 42%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.item-edit-modal{width:min(560px,100%);box-shadow:0 24px 70px color-mix(in srgb,var(--foreground) 18%,transparent)}.visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (width<=1180px){.task-detail-grid{grid-template-columns:1fr}.task-tools-column{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.task-tools-column{grid-template-columns:1fr}.task-pool-heading{flex-direction:column}.task-pool-toolbar{justify-content:flex-start}.task-pool-toolbar>.base-select{width:100%}.modal-backdrop{padding:14px}}.pagination{color:var(--muted-foreground);justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;font-size:13px;display:flex}.pagination-numbered{flex-wrap:wrap;justify-content:space-between;gap:8px}.pagination-pages{align-items:center;gap:8px;margin-left:auto;display:flex}.pagination-size,.pagination-page,.pagination-arrow{border:1px solid var(--border);background:var(--card);height:34px;color:var(--foreground);border-radius:4px}.pagination-size{flex:0 0 112px;width:112px;min-width:112px;margin-right:14px}.pagination-size .base-select-menu{top:auto;bottom:calc(100% + 8px)}.pagination-page,.pagination-arrow{cursor:pointer;min-width:34px;padding:0 9px}.pagination-page:hover:not(:disabled),.pagination-arrow:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.pagination-page.is-active{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.pagination-page:disabled,.pagination-arrow:disabled{cursor:default;opacity:.55}.pagination-page.is-active:disabled{opacity:1}.pagination-ellipsis{text-align:center;min-width:26px}@media (width<=620px){.pagination-numbered{align-items:flex-start}.pagination-pages{flex-wrap:wrap}}.base-select{width:100%;min-width:150px;position:relative}.base-select-trigger{border:1px solid var(--border);background:var(--background);width:100%;min-height:46px;color:var(--foreground);text-align:left;cursor:pointer;border-radius:18px;justify-content:space-between;align-items:center;padding:0 16px;transition:border-color .18s,box-shadow .18s;display:flex}.base-select-trigger:focus-visible,.base-select.is-open .base-select-trigger{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent);outline:none}.base-select-trigger .is-placeholder{color:var(--muted-foreground)}.base-select-chevron{border-bottom:1.5px solid;border-right:1.5px solid;width:9px;height:9px;transition:transform .18s;transform:rotate(45deg)translateY(-2px)}.base-select.is-open .base-select-chevron{transform:rotate(225deg)translate(-2px,-2px)}.base-select-menu{z-index:1200;border:1px solid var(--border);background:var(--card);border-radius:18px;width:100%;max-height:280px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;overflow:auto;box-shadow:0 18px 44px #0f172a29}.base-select-option{width:100%;min-height:42px;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border-radius:12px;padding:9px 13px;display:block}.base-select-option.is-active,.base-select-option:hover{background:var(--accent)}.base-select-option.is-selected{background:color-mix(in srgb, var(--primary) 12%, var(--accent));color:var(--primary);font-weight:700}.base-select.is-disabled{opacity:.6}.toggle-switch{color:var(--foreground);cursor:pointer;background:0 0;align-items:center;gap:10px;padding:0;display:inline-flex}.toggle-switch-track{background:color-mix(in srgb, var(--muted-foreground) 22%, var(--accent));border-radius:999px;width:50px;height:28px;transition:background .18s;position:relative}.toggle-switch-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .18s;position:absolute;top:4px;left:4px;box-shadow:0 2px 8px #0f172a2e}.toggle-switch[aria-checked=true] .toggle-switch-track{background:var(--primary)}.toggle-switch[aria-checked=true] .toggle-switch-thumb{transform:translate(22px)}.toggle-switch-label{font-weight:700}.duration-range{--duration-thumb-size:20px;--duration-track-height:22px;--duration-selection-height:16px;-webkit-user-select:none;user-select:none;width:100%;height:58px;position:relative}.duration-range-value{z-index:4;min-width:20px;color:var(--foreground);font-variant-numeric:tabular-nums;text-align:center;pointer-events:none;font-size:14px;font-weight:500;line-height:20px;transition:left .1s,top .1s;position:absolute;top:0;transform:translate(-50%)}.duration-range-value.is-staggered{top:-17px}.duration-range-track{width:100%;height:var(--duration-track-height);background:color-mix(in srgb, var(--accent) 72%, var(--card));cursor:pointer;touch-action:none;border-radius:999px;position:absolute;top:30px;left:0}.duration-range-selection{top:calc((var(--duration-track-height) - var(--duration-selection-height)) / 2);height:var(--duration-selection-height);background:color-mix(in srgb, var(--primary) 65%, var(--card));pointer-events:none;border-radius:999px;position:absolute}.duration-range-thumb{z-index:3;width:var(--duration-thumb-size);height:var(--duration-thumb-size);border:1.5px solid color-mix(in srgb, var(--primary) 22%, var(--border));background:var(--card);box-shadow:0 2px 7px color-mix(in srgb, var(--primary) 16%, transparent), 0 0 0 1px color-mix(in srgb, var(--card) 72%, transparent);pointer-events:auto;cursor:grab;border-radius:50%;transition:left .1s,border-color .12s,box-shadow .12s,transform .12s;position:absolute;top:50%;transform:translate(-50%,-50%)}.duration-range-thumb:hover{border-color:color-mix(in srgb, var(--primary) 34%, var(--border));box-shadow:0 3px 9px color-mix(in srgb, var(--primary) 20%, transparent), 0 0 0 4px color-mix(in srgb, var(--primary) 8%, transparent)}.duration-range-thumb.is-dragging{cursor:grabbing;transition:border-color .12s,box-shadow .12s;transform:translate(-50%,-50%)scale(1.06)}.duration-range-thumb.is-keyboard-focus{border-color:color-mix(in srgb, var(--primary) 65%, var(--border));box-shadow:0 2px 7px color-mix(in srgb, var(--primary) 16%, transparent), 0 0 0 4px color-mix(in srgb, var(--primary) 18%, transparent)}.duration-range-native{top:30px;left:calc(var(--duration-thumb-size) / 2);width:calc(100% - var(--duration-thumb-size));height:var(--duration-track-height);opacity:0;pointer-events:none;margin:0;position:absolute}@media (prefers-reduced-motion:reduce){.duration-range-value,.duration-range-thumb{transition-duration:1ms}}*{box-sizing:border-box}html{background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--background);min-width:320px;min-height:100vh;color:var(--foreground);font-family:var(--font-sans);margin:0}button,input,textarea,select{font:inherit}a{color:var(--primary);text-decoration:none}a:hover{color:var(--accent-foreground)}button{border:0}#app{min-height:100vh}.status-pill{border:1px solid var(--border);background:var(--accent);width:fit-content;min-height:32px;color:var(--accent-foreground);border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.muted-text{color:var(--muted-foreground)}.app-toast-host{z-index:3000;gap:10px;width:min(360px,100vw - 32px);display:grid;position:fixed;top:24px;right:24px}.app-toast{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--foreground);text-align:left;cursor:pointer;align-items:center;gap:10px;padding:13px 15px;display:flex;box-shadow:0 14px 42px #0f172a29}.app-toast-icon{background:var(--primary);width:24px;height:24px;color:var(--primary-foreground);border-radius:50%;flex:0 0 24px;place-items:center;font-weight:800;display:grid}.app-toast-icon svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.app-toast-icon-dot{fill:currentColor;stroke:none}.app-toast.is-error .app-toast-icon{background:color-mix(in srgb, var(--destructive) 10%, transparent);color:var(--destructive)}.confirm-modal-backdrop{z-index:2900;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a7a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.confirm-modal{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);width:min(440px,100%);padding:26px;box-shadow:0 24px 70px #0f172a38}.confirm-modal h2{margin:0 0 10px}.confirm-modal p{color:var(--muted-foreground);line-height:1.7}.confirm-modal>div{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.operation-back{margin:24px 32px 0}
