.header{z-index:1000;background:#111;justify-content:space-between;align-items:center;width:100%;height:90px;padding:0 60px;display:flex;position:sticky;top:0}.logo{align-items:center;display:flex}.logo img{object-fit:cover;border-radius:8px;width:65px;height:65px}.navbar{align-items:center;gap:55px;display:flex}.navbar a{color:#fff;font-size:20px;font-weight:600;text-decoration:none;transition:color .3s}.navbar a:hover{color:#4d8dff}.footer{box-sizing:border-box;color:#e5e7eb;background:#0f172a;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:42px;width:100%;padding:38px 48px 24px;display:grid}.footer>div{min-width:0}.footer h3{color:#fff;margin:0 0 14px;font-size:17px;font-weight:800}.footer p{color:#cbd5e1;margin:0 0 8px;font-size:14px;line-height:1.6}.footer>div:first-child p{max-width:330px}.footer p:hover{color:#fff}@media (width<=1000px){.footer{grid-template-columns:repeat(2,minmax(220px,1fr));gap:32px;padding:34px 30px 22px}}@media (width<=600px){.footer{grid-template-columns:1fr;gap:24px;padding:30px 20px 20px}.footer h3{margin-bottom:10px}}.hero{color:#fff;background:#0f172a;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;min-height:calc(100vh - 90px);padding:80px 60px;display:flex}.hero-content{flex:1;min-width:320px;padding-right:30px}.hero-content h1{margin-bottom:20px;font-size:48px;line-height:1.3}.hero-content p{color:#d1d5db;margin-bottom:30px;font-size:18px;line-height:1.8}.hero-content button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:14px 35px;font-size:18px;transition:all .3s}.hero-content button:hover{background:#1d4ed8;transform:translateY(-3px)}.hero-image{text-align:center;flex:1;min-width:350px}.hero-image img{border-radius:15px;width:100%;max-width:550px;box-shadow:0 10px 30px #00000059}.services{text-align:center;background:#f5f7fa;padding:70px 8%}.services h2{margin-bottom:40px;font-size:36px}.service-container{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;display:grid}.card{background:#fff;border-radius:12px;padding:30px;transition:all .3s;box-shadow:0 5px 20px #0000001a}.card:hover{transform:translateY(-8px)}.card h3{color:#2563eb;margin-bottom:15px}.card p{color:#555;line-height:1.6}.about{text-align:center;background:#fff;padding:70px 8%}.about h2{margin-bottom:20px;font-size:36px}.about p{color:#555;max-width:900px;margin:auto;font-size:18px;line-height:1.8}@media (width<=768px){.hero{text-align:center;flex-direction:column}.hero-content{padding-right:0}.hero-content h1{font-size:34px}.hero-content p{font-size:16px}.hero-image{margin-top:40px}}.login-container{background:#f4f7fb;justify-content:center;align-items:center;width:100%;min-height:80vh;display:flex}.login-box{text-align:center;background:#fff;border-radius:12px;width:420px;padding:40px;box-shadow:0 10px 30px #00000026}.login-box h1{color:#0d6efd;margin-bottom:10px}.login-box h2{color:#333;margin-bottom:30px}.login-box input{border:1px solid #ccc;border-radius:8px;width:100%;margin-bottom:18px;padding:14px;font-size:16px}.login-box button{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:8px;width:100%;padding:14px;font-size:18px}.login-box button:hover{background:#084298}.assignment-page{box-sizing:border-box;width:100%;padding:28px}.assignment-page-header{margin-bottom:22px}.assignment-page-header h1{color:#111827;margin:0 0 7px;font-size:30px}.assignment-page-header p{color:#6b7280;margin:0;font-size:15px}.assignment-form-card{background:#fff;border-radius:12px;margin-bottom:28px;padding:24px;box-shadow:0 3px 15px #0f172a14}.assignment-form-grid{grid-template-columns:repeat(3,minmax(220px,1fr));gap:20px;display:grid}.assignment-form-group{flex-direction:column;gap:7px;display:flex}.assignment-form-group label{color:#374151;font-size:14px;font-weight:600}.assignment-form-group select{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;width:100%;height:43px;padding:0 12px;font-size:14px}.assignment-form-group select:focus{border-color:#586fde;box-shadow:0 0 0 2px #586fde1f}.assignment-form-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.assignment-save-btn,.assignment-cancel-btn,.assignment-edit-btn,.assignment-delete-btn{cursor:pointer;border-radius:7px;font-weight:600}.assignment-save-btn{color:#fff;background:#586fde;border:none;padding:11px 20px}.assignment-save-btn:hover{background:#4659c8}.assignment-cancel-btn{color:#374151;background:#fff;border:1px solid #d1d5db;padding:10px 18px}.assignment-cancel-btn:hover{background:#f3f4f6}.assignment-list-section{width:100%}.assignment-list-header{justify-content:space-between;align-items:flex-end;margin-bottom:14px;display:flex}.assignment-list-header h2{color:#111827;margin:0 0 5px;font-size:24px}.assignment-list-header p{color:#6b7280;margin:0}.assignment-table-wrapper{background:#fff;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 3px 15px #0f172a14}.assignment-table{border-collapse:collapse;width:100%;min-width:1100px}.assignment-table th{color:#fff;text-align:left;white-space:nowrap;background:#586fde;padding:15px 14px;font-size:14px}.assignment-table td{color:#1f2937;vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:15px 14px;font-size:14px}.assignment-table tbody tr:hover{background:#f8f9ff}.assignment-action-group{gap:9px;display:flex}.assignment-edit-btn,.assignment-delete-btn{color:#fff;border:none;padding:8px 13px}.assignment-edit-btn{background:#586fde}.assignment-edit-btn:hover{background:#4659c8}.assignment-delete-btn{background:#dc2626}.assignment-delete-btn:hover{background:#b91c1c}.assignment-empty-cell{text-align:center;color:#6b7280!important;padding:38px!important}@media (width<=1100px){.assignment-form-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=700px){.assignment-page{padding:18px}.assignment-form-grid{grid-template-columns:1fr}.assignment-form-actions{flex-direction:column-reverse}.assignment-save-btn,.assignment-cancel-btn{width:100%}}.assignment-error-box{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;margin-bottom:18px;padding:13px 16px;font-size:14px;font-weight:600}.assignment-fixed-field{box-sizing:border-box;background:#f3f4f6;border:1px solid #d1d5db;border-radius:7px;flex-direction:column;justify-content:center;min-height:42px;padding:9px 12px;display:flex}.assignment-fixed-field span{color:#111827;font-size:14px;font-weight:700}.assignment-fixed-field small{color:#6b7280;margin-top:3px;font-size:12px}.customer-my-scripts-page{box-sizing:border-box;background:#f3f6fa;width:100%;min-height:100vh;padding:28px 30px 40px}.customer-my-scripts-header{margin-bottom:22px}.customer-my-scripts-header h1{color:#111827;margin:18px 0 6px;font-size:30px;font-weight:800}.customer-my-scripts-header p{color:#64748b;margin:0;font-size:14px}.customer-my-scripts-back-btn{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:7px;min-width:95px;height:40px;padding:0 17px;font-size:14px;font-weight:700}.customer-my-scripts-back-btn:hover{background:#455cc6}.customer-my-scripts-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:18px;padding:13px 16px;font-size:14px;font-weight:600}.customer-my-scripts-table-wrapper{background:#fff;border-radius:14px;width:100%;overflow-x:auto;box-shadow:0 6px 18px #0f172a12}.customer-my-scripts-table{border-collapse:collapse;width:100%;min-width:850px}.customer-my-scripts-table thead{color:#fff;background:#576ed8}.customer-my-scripts-table th{text-align:left;white-space:nowrap;padding:15px 16px;font-size:14px;font-weight:700}.customer-my-scripts-table td{color:#1f2937;border-bottom:1px solid #e5e7eb;padding:16px;font-size:14px}.customer-my-scripts-table tbody tr:hover{background:#f8faff}.customer-my-scripts-table tbody tr:last-child td{border-bottom:none}.customer-my-workflow-badge{color:#fff;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:125px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-flex}.customer-my-view-btn{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:6px;min-width:76px;padding:8px 15px;font-size:13px;font-weight:700}.customer-my-view-btn:hover{background:#455cc6}.customer-my-scripts-empty{text-align:center;color:#64748b!important;padding:35px!important}@media (width<=700px){.customer-my-scripts-page{padding:18px 14px 28px}.customer-my-scripts-back-btn{width:100%}.customer-my-scripts-header h1{font-size:26px}}.customer-my-pagination{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding:16px 18px;display:flex;box-shadow:0 4px 14px #0f172a0f}.customer-my-pagination-info{color:#64748b;font-size:14px;font-weight:500}.customer-my-pagination-buttons{align-items:center;gap:8px;display:flex}.customer-my-pagination-buttons button{color:#475569;cursor:pointer;background:#fff;border:1px solid #d7dce5;border-radius:7px;min-width:38px;height:38px;padding:0 12px;font-size:13px;font-weight:700;transition:background .2s,color .2s,border-color .2s}.customer-my-pagination-buttons button:hover:not(:disabled){color:#576ed8;border-color:#576ed8}.customer-my-pagination-buttons button.active-page{color:#fff;background:#576ed8;border-color:#576ed8;box-shadow:0 3px 8px #576ed838}.customer-my-pagination-buttons button:disabled{opacity:.45;cursor:not-allowed}@media (width<=650px){.customer-my-pagination{flex-direction:column;align-items:stretch}.customer-my-pagination-info{text-align:center}.customer-my-pagination-buttons{flex-wrap:wrap;justify-content:center}}.customer-payment-page{box-sizing:border-box;background:linear-gradient(#f8fbff 0%,#f3f6fa 100%);width:100%;min-height:100vh;padding:28px 30px 40px}.customer-payment-back-btn{color:#fff;cursor:pointer;background:#4f63df;border:none;border-radius:8px;min-width:105px;height:42px;padding:0 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.customer-payment-back-btn:hover{background:#4054c8;transform:translateY(-1px)}.customer-payment-heading{text-align:center;margin:28px auto 48px}.customer-payment-heading h1{color:#111827;margin:0;font-size:38px;font-weight:800}.customer-payment-heading-line{background:#4f63df;border-radius:999px;width:115px;height:5px;margin:15px auto 20px}.customer-payment-heading p{color:#64748b;margin:0;font-size:16px}.customer-payment-plans{grid-template-columns:repeat(3,minmax(260px,1fr));gap:22px;max-width:1250px;margin:0 auto;display:grid}.customer-payment-card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-top:6px solid #64748b;border-radius:18px;flex-direction:column;align-items:center;min-height:560px;padding:30px 24px 24px;display:flex;position:relative;box-shadow:0 8px 26px #0f172a14}.payment-plan-bronze{border-top-color:#c56a1d}.payment-plan-silver{border-color:#4f63df #5a6be8 #5a6be8;box-shadow:0 10px 30px #4f63df29}.payment-plan-gold{border-top-color:#e4a100}.customer-payment-popular{color:#fff;background:#4f63df;border-radius:6px;padding:7px 12px;font-size:12px;font-weight:800;position:absolute;top:16px;right:16px}.customer-payment-plan-icon{border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;margin-top:5px;margin-bottom:16px;font-size:42px;display:flex}.payment-plan-bronze .customer-payment-plan-icon{color:#b85f16;background:#f7eadf}.payment-plan-silver .customer-payment-plan-icon{color:#7a808b;background:#eef0f4}.payment-plan-gold .customer-payment-plan-icon{color:#d99100;background:#fff3cf}.customer-payment-card h2{color:#111827;margin:0 0 24px;font-size:29px;font-weight:800}.payment-plan-bronze h2{color:#b85f16}.payment-plan-silver h2{color:#263d7b}.payment-plan-gold h2{color:#c88700}.customer-payment-price{flex-direction:column;align-items:center;margin-bottom:26px;display:flex}.customer-payment-price strong{color:#0f172a;font-size:44px;font-weight:800;line-height:1}.customer-payment-price span{color:#64748b;margin-top:8px;font-size:16px}.customer-payment-script-box{box-sizing:border-box;border-radius:14px;justify-content:center;align-items:center;gap:14px;width:100%;min-height:105px;margin-top:12px;padding:18px;display:flex}.payment-plan-bronze .customer-payment-script-box{background:#fff6ef}.payment-plan-silver .customer-payment-script-box{background:#eef2ff}.payment-plan-gold .customer-payment-script-box{background:#fff8e7}.customer-payment-script-icon{font-size:30px}.payment-plan-bronze .customer-payment-script-icon{color:#c56a1d}.payment-plan-silver .customer-payment-script-icon{color:#4f63df}.payment-plan-gold .customer-payment-script-icon{color:#e4a100}.customer-payment-script-box strong{color:#111827;margin-bottom:5px;font-size:20px;font-weight:800;display:block}.customer-payment-script-box p{color:#64748b;margin:0;font-size:14px}.customer-payment-select-btn{cursor:pointer;background:#fff;border-radius:10px;width:100%;height:50px;margin-top:auto;font-size:16px;font-weight:800;transition:background .2s,color .2s,transform .2s}.payment-plan-bronze .customer-payment-select-btn{color:#b85f16;border:1px solid #c56a1d}.payment-plan-silver .customer-payment-select-btn{color:#fff;background:#4f63df;border:none}.payment-plan-gold .customer-payment-select-btn{color:#c88700;border:1px solid #e4a100}.customer-payment-select-btn:hover{transform:translateY(-1px)}.customer-payment-note{color:#475569;text-align:center;justify-content:center;align-items:center;gap:9px;margin:32px auto 0;font-size:14px;display:flex}@media (width<=1050px){.customer-payment-plans{grid-template-columns:1fr;max-width:620px}.customer-payment-card{min-height:500px}}@media (width<=650px){.customer-payment-page{padding:18px 14px 30px}.customer-payment-back-btn{width:100%}.customer-payment-heading{margin:24px auto 32px}.customer-payment-heading h1{font-size:29px}.customer-payment-heading p{font-size:14px}.customer-payment-note{flex-wrap:wrap}}.sidebar{color:#fff;background:#111827;width:260px;min-height:100vh;padding:25px}.logo{text-align:center;margin-bottom:40px}.sidebar ul{list-style:none}.sidebar li{margin-bottom:12px}.sidebar a{color:#fff;border-radius:8px;padding:14px;text-decoration:none;transition:all .3s;display:block}.sidebar a:hover{background:#2563eb}.sidebar-link{box-sizing:border-box;color:#fff;border-radius:7px;width:100%;padding:12px 14px;text-decoration:none;transition:background .2s;display:block}.sidebar-link:hover{background:#ffffff17}.sidebar-link.active{color:#fff;background:#586fde}.sidebar-logout-btn{color:#fff;text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:12px 14px}.sidebar-logout-btn:hover{background:#ffffff17}.topbar{background:#fff;justify-content:space-between;align-items:center;height:70px;padding:0 30px;display:flex;box-shadow:0 2px 8px #00000014}.user-info{color:#2563eb;font-weight:600}.admin-layout{background:#f4f6f9;min-height:100vh;display:flex}.admin-main{flex-direction:column;flex:1;display:flex}.page-content{flex:1;padding:25px}.dashboard-home-page{box-sizing:border-box;width:100%;padding:28px}.dashboard-home-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.dashboard-home-header h1{color:#111827;margin:0 0 7px;font-size:30px}.dashboard-home-header p{color:#6b7280;margin:0}.dashboard-refresh-btn{color:#fff;cursor:pointer;background:#586fde;border:none;border-radius:7px;padding:10px 17px;font-weight:600}.dashboard-refresh-btn:hover{background:#4659c8}.dashboard-refresh-btn:disabled{cursor:not-allowed;opacity:.65}.dashboard-home-error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;border-radius:7px;margin-bottom:18px;padding:12px 15px;font-weight:600}.dashboard-home-card{box-sizing:border-box;background:#fff;border-left:5px solid #586fde;border-radius:12px;align-items:center;gap:16px;min-height:115px;padding:22px;display:flex;box-shadow:0 3px 15px #0f172a14}.dashboard-home-card h2{color:#111827;margin:0;font-size:29px}@media (width<=1200px){.dashboard-home-grid{grid-template-columns:repeat(3,minmax(200px,1fr))}}@media (width<=900px){.dashboard-home-grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (width<=600px){.dashboard-home-page{padding:18px}.dashboard-home-header{flex-direction:column;align-items:stretch}.dashboard-home-grid{grid-template-columns:1fr}.dashboard-refresh-btn{width:100%}}.dashboard-section{margin-bottom:36px}.dashboard-section:last-child{margin-bottom:0}.dashboard-section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dashboard-section-header h2{color:#1f2937;margin:0;font-size:22px;font-weight:700}.dashboard-section-header p{color:#6b7280;margin:5px 0 0;font-size:14px}.dashboard-home-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;display:grid}.dashboard-home-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:18px;min-height:125px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 5px 18px #0f172a0f}.dashboard-home-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0f172a1a}.dashboard-card-icon{background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;display:flex}.dashboard-home-card p{color:#6b7280;margin:0 0 7px;font-size:14px;font-weight:600}.dashboard-home-card h2{color:#1d4ed8;margin:0;font-size:32px;line-height:1}@media (width<=768px){.dashboard-section{margin-bottom:28px}.dashboard-section-header h2{font-size:19px}.dashboard-home-grid{grid-template-columns:1fr}.dashboard-home-card{min-height:110px;padding:20px}}.city-page{box-sizing:border-box;width:100%;padding:28px}.city-page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.city-page-header h1{color:#111827;margin:0 0 6px;font-size:30px}.city-page-header p{color:#6b7280;margin:0}.city-add-btn,.city-edit-btn,.city-save-btn,.city-cancel-btn{cursor:pointer;border-radius:7px;font-weight:600}.city-add-btn{color:#fff;background:#586fde;border:none;padding:11px 18px}.city-add-btn:hover{background:#4659c8}.city-table-wrapper{background:#fff;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 3px 15px #0f172a14}.city-table{border-collapse:collapse;width:100%;min-width:800px}.city-table th{color:#fff;text-align:left;background:#586fde;padding:15px 14px}.city-table td{color:#1f2937;border-bottom:1px solid #e5e7eb;padding:15px 14px}.city-table tbody tr:hover{background:#f8f9ff}.city-status{border-radius:20px;padding:6px 11px;font-size:12px;font-weight:700;display:inline-block}.city-active{color:#15803d;background:#dcfce7}.city-inactive{color:#b91c1c;background:#fee2e2}.city-edit-btn{color:#fff;background:#586fde;border:none;padding:8px 14px}.city-edit-btn:hover{background:#4659c8}.city-empty-cell{text-align:center;color:#6b7280!important;padding:35px!important}.city-message{border-radius:7px;margin-bottom:16px;padding:12px 15px;font-weight:600}.city-success{color:#166534;background:#dcfce7;border:1px solid #86efac}.city-error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5}.city-modal-overlay{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.city-modal{background:#fff;border-radius:12px;width:min(460px,100%);padding:24px;box-shadow:0 20px 50px #0f172a40}.city-modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.city-modal-header h2{color:#111827;margin:0}.city-close-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:30px;line-height:1}.city-form-group{flex-direction:column;gap:7px;margin-bottom:18px;display:flex}.city-form-group label{color:#374151;font-weight:600}.city-form-group input,.city-form-group select{box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;width:100%;height:42px;padding:0 12px}.city-form-group input:focus,.city-form-group select:focus{border-color:#586fde;box-shadow:0 0 0 2px #586fde1f}.city-modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.city-cancel-btn,.city-save-btn{padding:10px 18px}.city-cancel-btn{color:#374151;background:#fff;border:1px solid #d1d5db}.city-save-btn{color:#fff;background:#586fde;border:none}.city-save-btn:disabled,.city-cancel-btn:disabled,.city-close-btn:disabled{cursor:not-allowed;opacity:.65}@media (width<=650px){.city-page{padding:18px}.city-page-header{flex-direction:column;align-items:stretch}.city-add-btn{width:100%}.city-modal-actions{flex-direction:column}.city-cancel-btn,.city-save-btn{width:100%}}.customer-page{padding:20px}.customer-table{border-collapse:collapse;background:#fff;width:100%}.customer-table th,.customer-table td{border:1px solid #ddd;padding:12px}.customer-table th{background:#f3f4f6}.stats-container{gap:20px;margin-bottom:25px;display:flex}.stat-card{text-align:center;background:#fff;border-radius:14px;flex:1;padding:25px;box-shadow:0 3px 12px #00000014}.stat-card h3{margin-bottom:10px;font-size:38px}.filter-bar{gap:20px;margin-bottom:25px;display:flex}.filter-bar input,.filter-bar select{border:1px solid #d1d5db;border-radius:10px;min-width:220px;padding:12px}.table-container{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #00000014}.customer-table{border-collapse:collapse;width:100%}.customer-table thead th{color:#fff;z-index:5;background:linear-gradient(135deg,#4361ee,#2948d3);padding:16px;position:sticky;top:0}.customer-table tbody tr:hover{background:#f8fafc}.customer-table td{padding:15px}.package-badge{border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600}.package-badge.BRONZE{color:#92400e;background:#f5d0a9}.package-badge.SILVER{color:#374151;background:#e5e7eb}.package-badge.GOLD{color:#92400e;background:#fde68a}.view-btn{color:#fff;background:#f59e0b}.edit-btn,.delete-btn,.view-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600}.pagination-container{justify-content:space-between;align-items:center;margin-top:25px;padding:15px 5px;display:flex}.pagination-info{color:#6b7280;font-size:14px;font-weight:500}.pagination{align-items:center;gap:10px;display:flex}.pagination button{color:#374151;cursor:pointer;background:#fff;border:none;border-radius:10px;min-width:42px;height:42px;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #00000014}.pagination button:hover:not(:disabled){color:#fff;background:#2563eb;transform:translateY(-2px)}.pagination button:disabled{opacity:.5;cursor:not-allowed}.active-page{box-shadow:0 5px 15px #2563eb59;color:#fff!important;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important}.cancel-btn,.save-btn{padding:10px 18px}.locked-city-field{box-sizing:border-box;color:#374151;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;justify-content:space-between;align-items:center;min-height:42px;padding:0 12px;display:flex}.locked-city-field span{color:#6b7280;font-size:14px}.locked-city-field strong{color:#4659c8;font-size:14px}.user-page{padding:20px}.add-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:10px 18px;font-size:15px}.add-btn:hover{background:#1d4ed8}.user-table{border-collapse:collapse;background:#fff;width:100%}.user-table th,.user-table td{border:1px solid #ddd;padding:12px}.user-table th{color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:100;background:linear-gradient(135deg,#1e3a8a,#2563eb);padding:16px;font-size:14px;font-weight:600;position:sticky;top:0}.user-page{background:#f4f7fb;min-height:100vh;padding:30px}.page-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.page-header h2{color:#1e293b;font-size:32px;font-weight:700}.add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .3s}.add-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb59}.user-table{border-collapse:collapse;background:#fff;border-radius:18px;width:100%;overflow:hidden;box-shadow:0 6px 20px #00000014}.user-table thead{color:#fff;z-index:10;background:linear-gradient(90deg,#2563eb,#4f46e5);position:sticky;top:0}.user-table th{text-align:left;padding:18px;font-size:14px;font-weight:600}.user-table td{border-bottom:1px solid #edf2f7;padding:18px}.user-table tbody tr:nth-child(2n){background:#f8fafc}.user-table tbody tr:hover{background:#eef4ff;transition:all .2s}.popup-overlay{z-index:999;background:#0000008c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup{background:#fff;border-radius:18px;width:700px;padding:30px;box-shadow:0 20px 40px #0003}.popup button{cursor:pointer;margin-top:20px;padding:12px 22px}.stats-container{grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:25px;display:grid}.stat-card{text-align:center;background:#fff;border-radius:16px;padding:25px;box-shadow:0 4px 12px #00000014}.stat-card h3{margin:0;font-size:34px}.stat-card p{color:#64748b;margin-top:10px}.total-card{border-top:5px solid #2563eb}.active-card{border-top:5px solid #16a34a}.inactive-card{border-top:5px solid #ef4444}.videographer-card{border-top:5px solid #7c3aed}.role-badge{border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}.role-badge.VIDEOGRAPHER{color:#6d28d9;background:#ede9fe}.role-badge.VIDEO_EDITOR{color:#d97706;background:#fef3c7}.role-badge.SUPER_ADMIN{color:#2563eb;background:#dbeafe}.role-badge.CUSTOMER{color:#15803d;background:#dcfce7}.status-badge{border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600}.status-badge.ACTIVE{color:#15803d;background:#dcfce7}.status-badge.INACTIVE{color:#dc2626;background:#fee2e2}.action-buttons{gap:8px;display:flex}.edit-btn{color:#fff;background:#2563eb}.delete-btn{color:#fff;background:#dc2626}.reset-btn{color:#fff;background:#f59e0b}.edit-btn,.delete-btn,.reset-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 12px}.filter-bar{flex-wrap:wrap;gap:15px;margin-bottom:25px;display:flex}.filter-bar input,.filter-bar select{background:#fff;border:1px solid #d1d5db;border-radius:10px;min-width:200px;padding:12px 16px;font-size:14px}.filter-bar input{width:300px}.filter-bar input:focus,.filter-bar select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.table-container{border-radius:20px;max-height:650px;overflow:auto}.customer-card{border-top:4px solid #f59e0b}.editor-card{border-top:4px solid #06b6d4}.pagination{justify-content:flex-end;align-items:center;gap:12px;margin-top:20px;padding:15px 0;display:flex}.pagination button{color:#fff;cursor:pointer;background:#4361ee;border:none;border-radius:8px;padding:8px 16px;font-weight:600;transition:all .3s}.popup-overlay{background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup{background:#fff;border-radius:10px;width:600px;max-height:90vh;padding:25px;overflow-y:auto}.popup h2{margin-bottom:20px}.form-group{margin-bottom:15px}.form-group label{margin-bottom:6px;font-weight:600;display:block}.form-group input{border:1px solid #ccc;border-radius:6px;width:100%;padding:10px}.button-group{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.cancel-btn,.save-btn{padding:10px 18px}.form-group textarea{resize:vertical;border:1px solid #ccc;border-radius:6px;width:100%;min-height:90px;padding:10px}.form-group select{border:1px solid #ccc;border-radius:6px;width:100%;padding:10px}.city-dashboard-page{box-sizing:border-box;width:100%;padding:28px}.city-dashboard-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.city-dashboard-header h1{color:#111827;margin:0 0 7px;font-size:30px}.city-dashboard-header p{color:#6b7280;margin:0;font-size:15px}.city-dashboard-city-label{color:#4659c8;background:#eef1ff;border-radius:20px;margin-top:10px;padding:6px 11px;font-size:13px;display:inline-block}.city-dashboard-refresh-btn{color:#fff;cursor:pointer;background:#586fde;border:none;border-radius:7px;padding:10px 17px;font-weight:600}.city-dashboard-refresh-btn:hover{background:#4659c8}.city-dashboard-refresh-btn:disabled{cursor:not-allowed;opacity:.65}.city-dashboard-error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;border-radius:7px;margin-bottom:18px;padding:12px 15px;font-weight:600}.city-dashboard-grid{grid-template-columns:repeat(3,minmax(220px,1fr));gap:20px;display:grid}.city-dashboard-card{box-sizing:border-box;background:#fff;border-left:5px solid #586fde;border-radius:12px;align-items:center;gap:16px;min-height:120px;padding:22px;display:flex;box-shadow:0 3px 15px #0f172a14}.city-dashboard-card-icon{background:#eef1ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:49px;height:49px;font-size:24px;display:flex}.city-dashboard-card-content p{color:#6b7280;margin:0 0 8px;font-size:14px;font-weight:600}.city-dashboard-card-content h2{color:#111827;margin:0;font-size:29px}.city-dashboard-blue{border-left-color:#586fde}.city-dashboard-green{border-left-color:#16a34a}.city-dashboard-red{border-left-color:#dc2626}.city-dashboard-orange{border-left-color:#d97706}.city-dashboard-green .city-dashboard-card-icon{background:#dcfce7}.city-dashboard-red .city-dashboard-card-icon{background:#fee2e2}.city-dashboard-orange .city-dashboard-card-icon{background:#fef3c7}@media (width<=1100px){.city-dashboard-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=650px){.city-dashboard-page{padding:18px}.city-dashboard-header{flex-direction:column;align-items:stretch}.city-dashboard-refresh-btn{width:100%}.city-dashboard-grid{grid-template-columns:1fr}}.videographer-container{box-sizing:border-box;background:#f4f7fc;min-height:100vh;padding:30px}.videographer-page-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.videographer-page-header h1{color:#172033;margin:0;font-size:30px;font-weight:700}.videographer-page-header p{color:#667085;margin:8px 0 0;font-size:15px}.videographer-message{text-align:center;color:#667085;background:#fff;border-radius:14px;padding:40px;font-size:17px;box-shadow:0 4px 16px #0f172a0f}.videographer-error-message{color:#b42318;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:20px;padding:14px 18px;font-weight:600}.video-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:25px;display:grid}.video-summary-card{box-sizing:border-box;background:#fff;border-left:5px solid #667085;border-radius:15px;align-items:center;gap:12px;min-width:0;min-height:110px;padding:18px 14px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #0f172a12}.video-summary-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #0f172a1c}.video-summary-icon{background:#f2f4f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:23px;display:flex}.video-summary-card span{color:#667085;white-space:nowrap;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.video-summary-card h2{color:#172033;margin:0;font-size:25px;line-height:1}.videographer-info-card{background:#fff;border-radius:15px;margin-bottom:25px;padding:24px;box-shadow:0 4px 16px #0f172a12}.videographer-info-card h2{color:#172033;margin:0 0 20px;font-size:21px}.videographer-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.videographer-info-item{background:#f8fafc;border:1px solid #eaecf0;border-radius:10px;padding:15px}.videographer-info-item span{color:#667085;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.videographer-info-item strong{color:#172033;overflow-wrap:anywhere;font-size:15px}.videographer-filter-bar{background:#fff;border-radius:14px;grid-template-columns:minmax(240px,1fr) 220px 220px;gap:15px;margin-bottom:22px;padding:18px;display:grid;box-shadow:0 4px 16px #0f172a0f}.videographer-filter-bar input,.videographer-filter-bar select{color:#344054;box-sizing:border-box;background:#fff;border:1px solid #d0d5dd;border-radius:9px;outline:none;width:100%;height:45px;padding:0 14px;font-size:14px}.videographer-filter-bar input:focus,.videographer-filter-bar select:focus{border-color:#536dfe;box-shadow:0 0 0 3px #536dfe1f}.videographer-table-wrapper{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 18px #0f172a14}.videographer-table-scroll{width:100%;overflow-x:auto}.videographer-customer-table{border-collapse:collapse;width:100%;min-width:1250px}.videographer-customer-table thead{color:#fff;background:linear-gradient(90deg,#536dfe,#3d5afe)}.videographer-customer-table th{text-align:center;white-space:nowrap;padding:16px 14px;font-size:13px;font-weight:700}.videographer-customer-table td{text-align:center;color:#344054;vertical-align:middle;border-bottom:1px solid #eaecf0;padding:16px 14px;font-size:14px}.videographer-customer-table tbody tr{transition:background .2s}.videographer-customer-table tbody tr:hover{background:#f8faff}.videographer-customer-table tbody tr:last-child td{border-bottom:none}.company-name-cell{font-weight:700;color:#172033!important}.workflow-count{box-sizing:border-box;border-radius:20px;justify-content:center;align-items:center;min-width:34px;height:30px;padding:0 9px;font-size:13px;font-weight:700;display:inline-flex}.videographer-view-btn{color:#fff;white-space:nowrap;cursor:pointer;background:#536dfe;border:none;border-radius:8px;padding:9px 15px;font-size:13px;font-weight:600;transition:background .2s,transform .2s}.videographer-view-btn:hover{background:#3d5afe;transform:translateY(-1px)}.videographer-empty-row{color:#667085!important;padding:35px!important;font-size:15px!important}.videographer-pagination{border-top:1px solid #eaecf0;justify-content:space-between;align-items:center;gap:15px;padding:18px 20px;display:flex}.pagination-info{color:#667085;font-size:14px}.pagination-buttons{align-items:center;gap:7px;display:flex}.pagination-buttons button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;min-width:38px;height:38px;padding:0 12px;font-weight:600}.pagination-buttons button:hover:not(:disabled){color:#536dfe;border-color:#536dfe}.pagination-buttons button.active-page{color:#fff;background:#536dfe;border-color:#536dfe}.pagination-buttons button:disabled{opacity:.5;cursor:not-allowed}.videographer-logout-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:9px;min-width:110px;padding:11px 20px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;box-shadow:0 4px 12px #dc262633}.videographer-logout-btn:hover{background:#b91c1c;transform:translateY(-1px)}@media (width<=1200px){.video-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.videographer-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.video-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=850px){.videographer-container{padding:20px}.videographer-filter-bar{grid-template-columns:1fr}.videographer-pagination{flex-direction:column;align-items:flex-start}.pagination-buttons{flex-wrap:wrap}}@media (width<=600px){.videographer-container{padding:15px}.videographer-page-header{flex-direction:column;align-items:flex-start;gap:15px}.videographer-page-header h1{font-size:25px}.videographer-logout-btn{width:100%}.video-summary-grid,.videographer-info-grid{grid-template-columns:1fr}.video-summary-card{min-height:100px;padding:18px}}.customer-dashboard{box-sizing:border-box;background:radial-gradient(circle at 90% 5%,#4f6df514,#0000 25%),#f5f7fb;width:100%;min-height:100vh;padding:28px 38px 40px}.customer-welcome-card{background:#fff;border:1px solid #edf0f5;border-radius:16px;justify-content:space-between;align-items:center;gap:25px;min-height:105px;margin-bottom:18px;padding:20px 28px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a0f}.customer-welcome-left{z-index:2;align-items:center;gap:16px;display:flex;position:relative}.customer-user-avatar{background:#eef2ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:26px;display:flex}.customer-welcome-info h2{color:#172033;margin:0 0 7px;font-size:21px;font-weight:800}.customer-welcome-info h2 span{color:#4f6df5}.customer-welcome-info p{color:#64748b;margin:0;font-size:13px}.customer-welcome-right{z-index:2;align-items:center;gap:28px;display:flex;position:relative}.customer-welcome-illustration{opacity:.85;background:radial-gradient(circle,#4f6df51a,#0000 70%);border-radius:50%;justify-content:center;align-items:center;width:120px;height:65px;font-size:42px;display:flex}.customer-welcome-actions{align-items:center;gap:14px;display:flex}.customer-status-badge{color:#15803d;background:#dcfce7;border-radius:999px;justify-content:center;align-items:center;min-width:72px;padding:7px 14px;font-size:11px;font-weight:800;display:inline-flex}.customer-logout-btn{color:#fff;cursor:pointer;background:#cf3c32;border:none;border-radius:7px;min-width:100px;height:40px;padding:0 18px;font-size:13px;font-weight:700;transition:background .2s,transform .2s;box-shadow:0 5px 12px #cf3c3233}.customer-logout-btn:hover{background:#b92f27;transform:translateY(-1px)}.customer-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.customer-summary-card{text-align:center;background:#fff;border:1px solid #edf0f5;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:17px 12px;display:flex;position:relative;overflow:hidden;box-shadow:0 7px 20px #0f172a0f}.customer-summary-card:after{content:"";background:#4f6df5;border-radius:10px 10px 0 0;height:3px;position:absolute;bottom:0;left:14px;right:14px}.customer-summary-card h2{color:#4f6df5;margin:0 0 8px;font-size:30px;font-weight:800;line-height:1}.customer-summary-card p{color:#475569;margin:0;font-size:13px;font-weight:600}.summary-total:after{background:#4f6df5}.summary-total h2{color:#4f6df5}.summary-approval:after{background:#f59e0b}.summary-approval h2{color:#f59e0b}.summary-shooting:after{background:#3b82f6}.summary-shooting h2{color:#3b82f6}.summary-editing:after{background:#7c3aed}.summary-editing h2{color:#7c3aed}.summary-approved:after{background:#16a34a}.summary-approved h2{color:#16a34a}.summary-posted:after{background:#0f766e}.summary-posted h2{color:#0f766e}.customer-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:28px;display:grid}.customer-menu-card{min-height:175px;color:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e7eaf0;border-radius:16px;align-items:center;padding:28px 32px;font-family:inherit;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a12}.customer-menu-card:before{content:"";background:#4f6df50d;border-radius:50%;width:330px;height:150px;position:absolute;bottom:-95px;right:-50px}.customer-menu-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 14px 30px #0f172a1c}.customer-menu-icon{z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:82px;height:82px;margin:0 26px 0 0;font-size:38px;display:flex;position:relative}.customer-topics-icon{background:#e8eeff}.customer-scripts-icon{background:#f1e8ff}.customer-menu-content{z-index:2;position:relative}.customer-menu-content h2{color:#111827;margin:0;font-size:24px;font-weight:800}.customer-menu-line{background:#4f6df5;border-radius:999px;width:48px;height:3px;margin:8px 0 11px}.customer-scripts-card .customer-menu-line{background:#7c3aed}.customer-menu-content p{color:#64748b;margin:0;font-size:13px;line-height:1.5}.customer-menu-arrow{z-index:3;color:#fff;background:#4f6df5;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:27px;font-weight:400;line-height:1;display:flex;position:absolute;top:50%;right:30px;transform:translateY(-50%);box-shadow:0 5px 12px #4f6df540}.customer-scripts-card .customer-menu-arrow{background:#7c3aed}.customer-scripts-card:before{background:#7c3aed0f}.customer-scripts-section{background:#fff;border-radius:14px;margin-top:8px;box-shadow:0 6px 18px #0f172a12}.customer-scripts-section-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.customer-scripts-section-header h2{color:#111827;margin:0;font-size:23px;font-weight:800}.customer-script-table-wrapper{width:100%;overflow-x:auto}.customer-script-table{border-collapse:collapse;background:#fff;width:100%;min-width:850px}.customer-script-table thead{color:#fff;background:#576ed8}.customer-script-table th,.customer-script-table td{text-align:left;padding:15px 16px;font-size:14px}.customer-script-table td{border-bottom:1px solid #e5e7eb}@media (width<=1300px){.customer-summary-grid{grid-template-columns:repeat(3,minmax(170px,1fr))}}@media (width<=900px){.customer-dashboard{padding:22px 20px 32px}.customer-welcome-illustration{display:none}.customer-summary-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.customer-menu-grid{grid-template-columns:1fr}}@media (width<=650px){.customer-dashboard{padding:16px 12px 26px}.customer-welcome-card{flex-direction:column;align-items:stretch}.customer-welcome-right{justify-content:flex-end}.customer-welcome-actions{justify-content:space-between;width:100%}.customer-summary-grid{grid-template-columns:1fr}.customer-menu-card{min-height:150px;padding:22px 18px}.customer-menu-icon{width:65px;height:65px;margin-right:18px;font-size:30px}.customer-menu-content h2{font-size:20px}.customer-menu-arrow{width:30px;height:30px;right:16px}}.customer-details-page{box-sizing:border-box;width:100%;padding:28px}.customer-details-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.customer-details-header h1{color:#111827;margin:18px 0 7px;font-size:30px}.customer-details-header p{color:#6b7280;margin:0}.customer-details-back-btn{color:#fff;cursor:pointer;background:#586fde;border:none;border-radius:7px;padding:10px 16px;font-weight:600}.customer-details-back-btn:hover{background:#4659c8}.customer-details-status{border-radius:20px;margin-top:4px;padding:7px 14px;font-size:12px;font-weight:700;display:inline-block}.customer-details-active{color:#15803d;background:#dcfce7}.customer-details-inactive{color:#b91c1c;background:#fee2e2}.customer-details-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr);align-items:start;gap:22px;display:grid}.customer-details-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 3px 15px #0f172a14}.customer-details-card-title{border-bottom:1px solid #e5e7eb;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:16px;display:flex}.customer-details-card-title span{background:#eef1ff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.customer-details-card-title h2{color:#111827;margin:0;font-size:21px}.customer-details-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.customer-details-field{box-sizing:border-box;background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;flex-direction:column;gap:6px;min-height:70px;padding:14px;display:flex}.customer-details-field span{color:#6b7280;font-size:13px;font-weight:600}.customer-details-field strong{color:#111827;overflow-wrap:anywhere;font-size:15px;line-height:1.45}.customer-details-full-field{grid-column:1/-1}.customer-details-package{border-radius:16px;width:fit-content;padding:5px 10px;display:inline-flex;font-size:12px!important}.customer-details-package.BRONZE{color:#92400e;background:#f5d7b0}.customer-details-package.SILVER{color:#374151;background:#e5e7eb}.customer-details-package.GOLD{color:#92400e;background:#fef3c7}.customer-team-list{flex-direction:column;gap:14px;display:flex}.customer-team-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;align-items:center;gap:13px;padding:14px;display:flex}.customer-team-icon{background:#eef1ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;display:flex}.customer-team-item div:last-child{flex-direction:column;gap:4px;display:flex}.customer-team-item span{color:#6b7280;font-size:12px;font-weight:600}.customer-team-item strong{color:#111827;font-size:15px}.customer-team-empty{color:#6b7280;text-align:center;border:1px dashed #d1d5db;border-radius:9px;padding:35px 20px}@media (width<=1050px){.customer-details-grid{grid-template-columns:1fr}}@media (width<=700px){.customer-details-page{padding:18px}.customer-details-header{flex-direction:column}.customer-details-info-grid{grid-template-columns:1fr}.customer-details-full-field{grid-column:auto}}.videoeditor-container{box-sizing:border-box;background:#f4f7fc;min-height:100vh;padding:30px}.videoeditor-page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.videoeditor-page-header h1{color:#172033;margin:0;font-size:30px;font-weight:700}.videoeditor-page-header p{color:#667085;margin:8px 0 0;font-size:15px}.videoeditor-logout-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:9px;min-width:110px;padding:11px 20px;font-size:14px;font-weight:700;box-shadow:0 4px 12px #dc262633}.videoeditor-logout-btn:hover{background:#b91c1c}.videoeditor-message{text-align:center;color:#667085;background:#fff;border-radius:14px;padding:40px;font-size:17px;box-shadow:0 4px 16px #0f172a0f}.videoeditor-error-message{color:#b42318;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:20px;padding:14px 18px;font-weight:600}.videoeditor-summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:25px;display:grid}.videoeditor-summary-card{box-sizing:border-box;background:#fff;border-left:5px solid #667085;border-radius:15px;align-items:center;gap:12px;min-width:0;min-height:110px;padding:18px 14px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #0f172a12}.videoeditor-summary-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #0f172a1c}.videoeditor-summary-icon{background:#f2f4f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:23px;display:flex}.videoeditor-summary-card span{color:#667085;white-space:nowrap;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.videoeditor-summary-card h2{color:#172033;margin:0;font-size:25px;line-height:1}.total-customers-card{border-left-color:#4f46e5}.total-scripts-card{border-left-color:#2563eb}.shooting-card{border-left-color:#d97706}.editing-card{border-left-color:#7c3aed}.approved-card{border-left-color:#16a34a}.posted-card{border-left-color:#0891b2}.videoeditor-info-card{background:#fff;border-radius:15px;margin-bottom:25px;padding:24px;box-shadow:0 4px 16px #0f172a12}.videoeditor-info-card h2{color:#172033;margin:0 0 20px;font-size:21px}.videoeditor-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.videoeditor-info-item{background:#f8fafc;border:1px solid #eaecf0;border-radius:10px;padding:15px}.videoeditor-info-item span{color:#667085;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.videoeditor-info-item strong{color:#172033;overflow-wrap:anywhere;font-size:15px}.videoeditor-filter-bar{background:#fff;border-radius:14px;grid-template-columns:minmax(240px,1fr) 220px 220px;gap:15px;margin-bottom:22px;padding:18px;display:grid;box-shadow:0 4px 16px #0f172a0f}.videoeditor-filter-bar input,.videoeditor-filter-bar select{color:#344054;box-sizing:border-box;background:#fff;border:1px solid #d0d5dd;border-radius:9px;outline:none;width:100%;height:45px;padding:0 14px;font-size:14px}.videoeditor-filter-bar input:focus,.videoeditor-filter-bar select:focus{border-color:#536dfe;box-shadow:0 0 0 3px #536dfe1f}.videoeditor-table-wrapper{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 18px #0f172a14}.videoeditor-table-scroll{width:100%;overflow-x:auto}.videoeditor-customer-table{border-collapse:collapse;width:100%;min-width:1250px}.videoeditor-customer-table thead{color:#fff;background:linear-gradient(90deg,#536dfe,#3d5afe)}.videoeditor-customer-table th{text-align:center;white-space:nowrap;padding:16px 14px;font-size:13px;font-weight:700}.videoeditor-customer-table td{text-align:center;color:#344054;border-bottom:1px solid #eaecf0;padding:16px 14px;font-size:14px}.videoeditor-customer-table tbody tr:hover{background:#f8faff}.videoeditor-company-cell{font-weight:700;color:#172033!important}.videoeditor-count{border-radius:20px;justify-content:center;align-items:center;min-width:34px;height:30px;padding:0 9px;font-size:13px;font-weight:700;display:inline-flex}.total-count{color:#3730a3;background:#e0e7ff}.shooting-count{color:#92400e;background:#fef3c7}.editing-count{color:#6d28d9;background:#ede9fe}.approved-count{color:#15803d;background:#dcfce7}.posted-count{color:#0e7490;background:#cffafe}.videoeditor-view-btn{color:#fff;white-space:nowrap;cursor:pointer;background:#536dfe;border:none;border-radius:8px;padding:9px 15px;font-size:13px;font-weight:600}.videoeditor-view-btn:hover{background:#3d5afe}.videoeditor-empty-row{color:#667085!important;padding:35px!important;font-size:15px!important}.videoeditor-pagination{border-top:1px solid #eaecf0;justify-content:space-between;align-items:center;gap:15px;padding:18px 20px;display:flex}.videoeditor-pagination-info{color:#667085;font-size:14px}.videoeditor-pagination-buttons{align-items:center;gap:7px;display:flex}.videoeditor-pagination-buttons button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:8px;min-width:38px;height:38px;padding:0 12px;font-weight:600}.videoeditor-pagination-buttons button:hover:not(:disabled){color:#536dfe;border-color:#536dfe}.videoeditor-pagination-buttons button.active-page{color:#fff;background:#536dfe;border-color:#536dfe}.videoeditor-pagination-buttons button:disabled{opacity:.5;cursor:not-allowed}@media (width<=1400px){.videoeditor-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1000px){.videoeditor-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.videoeditor-filter-bar{grid-template-columns:1fr}}@media (width<=700px){.videoeditor-container{padding:15px}.videoeditor-page-header{flex-direction:column;align-items:flex-start}.videoeditor-logout-btn{width:100%}.videoeditor-summary-grid,.videoeditor-info-grid{grid-template-columns:1fr}.videoeditor-pagination{flex-direction:column;align-items:flex-start}.videoeditor-pagination-buttons{flex-wrap:wrap}}.sa-scripts-page{padding:30px}.sa-page-title{margin-bottom:30px}.sa-summary-grid{grid-template-columns:repeat(6,minmax(150px,1fr));gap:22px;margin-bottom:28px;display:grid}.sa-card{box-sizing:border-box;text-align:center;background:#fff;border-top:5px solid #4f6df5;border-radius:16px;flex-direction:column-reverse;justify-content:center;align-items:center;gap:10px;min-height:138px;padding:24px 18px 20px;display:flex;position:relative;box-shadow:0 10px 24px #0f172a14}.sa-card h2{color:#000;margin:0;font-size:34px;font-weight:800;line-height:1}.sa-card p{color:#64748b;margin:0;font-size:16px;font-weight:500}.sa-card:first-child{border-top-color:#4f6df5}.sa-card:nth-child(2){border-top-color:#f59e0b}.sa-card:nth-child(3){border-top-color:#2563eb}.sa-card:nth-child(4){border-top-color:#7c3aed}.sa-card:nth-child(5){border-top-color:#16a34a}.sa-card:nth-child(6){border-top-color:#0f766e}.sa-card p{color:#4f6de6;margin-bottom:10px;font-weight:600}.sa-filter-box{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px;display:grid}.sa-filter-box input,.sa-filter-box select{border:1px solid #dcdcdc;border-radius:8px;padding:12px}.sa-table-box{background:#fff;border-radius:12px;width:100%;overflow-x:auto}.sa-table-box table{border-collapse:collapse;width:100%;min-width:1450px}.sa-table-box thead{color:#fff;background:#4f6de6}.sa-table-box th,.sa-table-box td{text-align:center;border-bottom:1px solid #eee;padding:15px}.view-script-btn{color:#fff;cursor:pointer;background:#4f6de6;border:none;border-radius:6px;padding:10px 18px}.sa-dashboard-message{border-radius:7px;margin-bottom:18px;padding:12px 15px;font-weight:600}.sa-dashboard-error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5}.sa-table-message{text-align:center;color:#6b7280;padding:35px!important}@media (width<=1400px){.sa-summary-grid{grid-template-columns:repeat(3,minmax(170px,1fr))}}@media (width<=800px){.sa-summary-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}}@media (width<=520px){.sa-summary-grid{grid-template-columns:1fr}}.sa-table-box th:nth-child(5),.sa-table-box td:nth-child(5){background:#f59e0b0f}.sa-table-box th:nth-child(6),.sa-table-box td:nth-child(6){background:#2563eb0f}.sa-table-box th:nth-child(7),.sa-table-box td:nth-child(7){background:#7c3aed0f}.sa-table-box th:nth-child(8),.sa-table-box td:nth-child(8){background:#16a34a0f}.sa-table-box th:nth-child(9),.sa-table-box td:nth-child(9){background:#0f766e0f}.sacs-page{box-sizing:border-box;width:100%;padding:22px 30px 30px}.sacs-page-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.sacs-page-header h1{color:#111827;margin:12px 0 6px;font-size:32px}.sacs-page-header p{color:#6b7280;margin:0}.sacs-back-btn{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:100px;min-height:40px;margin-bottom:14px;padding:9px 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.sacs-back-btn:hover{background:#455cc6;transform:translateY(-1px)}.sacs-back-btn:active{transform:translateY(0)}.sacs-customer-card{background:#fff;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:0;margin-bottom:22px;padding:22px;display:grid;box-shadow:0 3px 15px #0f172a14}.sacs-customer-card div{flex-direction:column;gap:7px;display:flex}.sacs-customer-card span{color:#6b7280;font-size:13px}.sacs-customer-card strong{color:#111827;font-size:16px}.sacs-text-active{color:#15803d!important}.sacs-text-inactive{color:#dc2626!important}.sacs-summary-grid{grid-template-columns:repeat(6,minmax(145px,1fr));gap:16px;margin-bottom:22px;display:grid}.sacs-summary-total{border-left-color:#4f6df5}.sacs-summary-approval{border-left-color:#f59e0b}.sacs-summary-shooting{border-left-color:#2563eb}.sacs-summary-editing{border-left-color:#7c3aed}.sacs-summary-approved{border-left-color:#16a34a}.sacs-summary-posted{border-left-color:#0f766e}.sacs-summary-card{background:#fff;border-left:5px solid #586fde;border-radius:12px;padding:20px;box-shadow:0 3px 15px #0f172a14}.sacs-summary-card p{color:#6b7280;margin:0 0 8px}.sacs-summary-card h2{color:#111827;margin:0;font-size:28px}.sacs-filter-box{background:#fff;border-radius:12px;flex-wrap:wrap;gap:14px;margin-bottom:22px;padding:18px;display:flex;box-shadow:0 3px 15px #0f172a14}.sacs-filter-box select{background:#fff;border:1px solid #d1d5db;border-radius:7px;outline:none;min-width:190px;height:42px;padding:0 12px;font-size:14px}.sacs-filter-box select:focus{border-color:#586fde}.sacs-reset-btn{color:#586fde;cursor:pointer;background:#fff;border:1px solid #586fde;border-radius:7px;height:42px;padding:0 20px;font-weight:600}.sacs-reset-btn:hover{background:#eef1ff}.sacs-table-box{background:#fff;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 3px 15px #0f172a14}.sacs-table-box table{border-collapse:collapse;width:100%;min-width:1050px}.sacs-table-box th{color:#fff;text-align:left;white-space:nowrap;background:#586fde;padding:16px 14px;font-size:14px}.sacs-table-box td{color:#1f2937;border-bottom:1px solid #e5e7eb;padding:17px 14px;font-size:14px}.sacs-table-box tbody tr:hover{background:#f8f9ff}.sacs-script-status{border-radius:20px;padding:6px 11px;font-size:12px;font-weight:700;display:inline-block}.sacs-approved{color:#15803d;background:#dcfce7}.sacs-pending{color:#b45309;background:#fef3c7}.sacs-view-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#586fde;border:none;border-radius:7px;padding:9px 15px;font-weight:600}.sacs-view-btn:hover{background:#4659c8}.sacs-no-data{text-align:center;color:#6b7280!important;padding:40px!important}.sacs-empty-state{text-align:center;background:#fff;border-radius:12px;padding:50px}.sacs-empty-state button{color:#fff;cursor:pointer;background:#586fde;border:none;border-radius:7px;margin-top:15px;padding:10px 18px}@media (width<=1400px){.sacs-summary-grid{grid-template-columns:repeat(3,minmax(160px,1fr))}}@media (width<=1000px){.sacs-customer-card,.sacs-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.sacs-page{padding:18px}.sacs-customer-card,.sacs-summary-grid{grid-template-columns:1fr}.sacs-filter-box select,.sacs-reset-btn{width:100%}}.sacs-rejected{color:#b91c1c;background:#fee2e2}@media (width<=600px){.sacs-back-btn{width:100%}}.sacs-page-header{align-items:center;min-height:70px;margin-bottom:14px;display:flex;position:relative}.sacs-header-content{flex-direction:column;justify-content:center;width:max-content;max-width:65%;display:flex;position:absolute;left:50%;transform:translate(-50%)}.sacs-page-header .sacs-back-btn{z-index:1;flex-shrink:0;margin:0;position:relative}.sacs-header-content h1{margin:0 0 4px}.sacs-header-content p{margin:0}.sacs-page-header .sacs-back-btn{flex-shrink:0;margin:0}.sacs-customer-card{margin-top:0}@media (width<=700px){.sacs-page-header{flex-direction:column;align-items:stretch;gap:10px;min-height:auto}.sacs-header-content{width:100%;max-width:none;position:static;transform:none}.sacs-page-header .sacs-back-btn{width:100%}}.sacs-workflow-badge{color:#fff;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:125px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-flex}.sacs-workflow-script_approval{background:#f59e0b}.sacs-workflow-video_shooting{background:#2563eb}.sacs-workflow-video_editing{background:#7c3aed}.sacs-workflow-video_approved{background:#16a34a}.sacs-workflow-video_posted{background:#0f766e}.sa-editor-page{box-sizing:border-box;width:100%;padding:18px 24px 30px}.sa-editor-title-bar{color:#fff;background:#576ed8;border-radius:4px;margin-bottom:14px;padding:7px 18px;font-size:17px;font-weight:700;display:inline-block}.sa-editor-card{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;padding:16px;box-shadow:0 3px 16px #0f172a14}.sa-editor-heading{color:#111827;margin:0 0 14px;font-size:21px}.sa-editor-top-fields{grid-template-columns:repeat(2,minmax(200px,270px));gap:22px;margin-bottom:16px;display:grid}.sa-editor-field{flex-direction:column;gap:6px;display:flex}.sa-editor-field label{color:#111827;font-size:13px;font-weight:600}.sa-editor-field input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #cfd5df;border-radius:5px;outline:none;width:100%;height:37px;padding:0 11px;font-size:14px}.sa-editor-field input:focus{border-color:#576ed8;box-shadow:0 0 0 2px #576ed81f}.sa-editor-table-wrapper{border:1px solid #e5e7eb;border-radius:8px;width:100%;overflow-x:auto}.sa-editor-table{border-collapse:collapse;width:max-content;min-width:100%}.sa-editor-table th{color:#fff;text-align:center;background:#576ed8;border-right:1px solid #ffffff26;padding:10px 12px;font-size:14px;font-weight:700;position:relative}.sa-editor-table th:first-child{text-align:left;width:90px}.sa-editor-table td{vertical-align:top;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:8px}.sa-editor-table tbody tr:last-child td{border-bottom:none}.sa-editor-table td:last-child,.sa-editor-table th:last-child{border-right:none}.sa-part-cell{color:#111827;text-align:left;font-weight:700}.sa-editor-table textarea{box-sizing:border-box;resize:none;color:#1f2937;background:#fff;border:1px solid #cfd5df;border-radius:5px;outline:none;width:100%;min-height:85px;padding:10px;font-family:inherit;font-size:13px;line-height:1.5}.sa-editor-table textarea:focus{border-color:#576ed8;box-shadow:0 0 0 2px #576ed81f}.sa-editor-actions{justify-content:flex-end;gap:24px;margin-top:16px;display:flex}.sa-update-script-btn,.sa-old-scripts-btn{color:#fff;cursor:pointer;border:none;border-radius:5px;min-width:140px;height:40px;padding:0 22px;font-size:14px;font-weight:700}.sa-update-script-btn{background:#6ba45c}.sa-update-script-btn:hover{background:#588c4b}.sa-old-scripts-btn{background:#576ed8}.sa-old-scripts-btn:hover{background:#455cc6}.sa-editor-not-found{text-align:center;background:#fff;border-radius:10px;padding:50px}.sa-editor-not-found button{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:5px;margin-top:14px;padding:10px 18px}@media (width<=800px){.sa-editor-page{padding:15px}.sa-editor-top-fields{grid-template-columns:1fr}.sa-editor-actions{flex-direction:column;gap:10px}.sa-update-script-btn,.sa-old-scripts-btn{width:100%}.sa-editor-top-actions{flex-direction:column;align-items:stretch}.sa-editor-back-btn,.sa-editor-print-btn{width:100%}}.sa-editor-message{border-radius:7px;margin-bottom:16px;padding:12px 15px;font-size:14px;font-weight:600}.sa-editor-message-success{color:#166534;background:#dcfce7;border:1px solid #86efac}.sa-editor-message-error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5}.sa-update-script-btn:disabled{cursor:not-allowed;opacity:.65}.sa-editor-top-actions{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.sa-editor-back-btn,.sa-editor-print-btn{color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:105px;min-height:40px;padding:9px 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.sa-editor-back-btn{background:#576ed8}.sa-editor-back-btn:hover{background:#455cc6;transform:translateY(-1px)}.sa-editor-print-btn{background:#16a34a}.sa-editor-print-btn:hover{background:#15803d;transform:translateY(-1px)}.sa-editor-back-btn:active,.sa-editor-print-btn:active{transform:translateY(0)}@media print{@page{size:landscape;margin:10mm}body *{visibility:hidden!important}.sa-editor-card,.sa-editor-card *{visibility:visible!important}.sa-editor-card{width:100%;box-shadow:none;background:#fff;border:none;border-radius:0;margin:0;padding:0;position:absolute;top:0;left:0}.sa-editor-actions,.sa-editor-message{display:none!important}.sa-editor-heading{margin:0 0 12px;font-size:20px}.sa-editor-top-fields{grid-template-columns:repeat(2,minmax(180px,260px));gap:18px;margin-bottom:14px}.sa-editor-field input{color:#000;background:#fff;border:1px solid #9ca3af;height:34px}.sa-editor-table-wrapper{border:1px solid #9ca3af;border-radius:0;width:100%;overflow:visible}.sa-editor-table{table-layout:fixed;width:100%;min-width:0}.sa-editor-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact;border:1px solid #9ca3af;padding:7px 8px;font-size:11px;color:#fff!important;background:#576ed8!important}.sa-editor-table th:first-child{width:70px}.sa-editor-table th:nth-child(2){width:27%}.sa-editor-table th:nth-child(3),.sa-editor-table th:nth-child(4),.sa-editor-table th:nth-child(5){width:22%}.sa-editor-table td{border:1px solid #9ca3af;padding:5px}.sa-part-cell{color:#000;font-size:12px}.sa-editor-table textarea{resize:none;color:#000;width:100%;height:auto;min-height:74px;box-shadow:none;background:#fff;border:1px solid #b8bec8;border-radius:0;padding:7px;font-size:10px;line-height:1.35;overflow:hidden}}.sa-workflow-info{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:16px 18px;display:flex}.sa-workflow-info>div{flex-direction:column;gap:8px;display:flex}.sa-workflow-label{color:#6b7280;font-size:13px;font-weight:600}.sa-workflow-badge{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-width:135px;padding:8px 15px;font-size:13px;font-weight:800;display:inline-flex}.sa-workflow-script_approval{background:#f59e0b}.sa-workflow-video_shooting{background:#2563eb}.sa-workflow-video_editing{background:#7c3aed}.sa-workflow-video_approved{background:#16a34a}.sa-workflow-video_posted{background:#0f766e}.sa-workflow-lock-text{color:#92400e;background:#fffbeb;border:1px solid #fbbf24;border-radius:7px;margin:0;padding:10px 14px;font-size:13px;font-weight:600}.sa-workflow-forward-btn{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:6px;min-width:180px;height:40px;padding:0 20px;font-size:14px;font-weight:700}.sa-workflow-forward-btn:hover{background:#6d28d9}.sa-workflow-forward-btn:disabled{cursor:not-allowed;opacity:.65}.sa-editor-field input:disabled,.sa-editor-table textarea:disabled{cursor:not-allowed;color:#475569;opacity:1;background:#f1f5f9}@media (width<=800px){.sa-workflow-info{flex-direction:column;align-items:stretch}.sa-workflow-forward-btn{width:100%}}.sa-workflow-reverse-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;min-width:220px;height:40px;padding:0 20px;font-size:14px;font-weight:700}.sa-workflow-reverse-btn:hover{background:#b91c1c}.sa-workflow-reverse-btn:disabled{opacity:.6;cursor:not-allowed}.sa-editor-table td{vertical-align:top}.sa-editor-table textarea.sa-dialogue-textarea{resize:vertical;overflow:auto}.sa-editor-table textarea.sa-synced-textarea{resize:none;overflow:auto}.sa-body-part-cell{vertical-align:top!important}.sa-body-part-cell>span{margin-bottom:18px;display:block}.sa-body-controls{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.sa-body-controls button{cursor:pointer;background:0 0;border:none;width:25px;height:25px;padding:0;font-size:22px;font-weight:900;line-height:1}.sa-body-add-btn{color:#2563eb}.sa-body-add-btn:hover:not(:disabled){color:#1d4ed8;transform:scale(1.12)}.sa-body-remove-btn{color:#dc2626}.sa-body-remove-btn:hover:not(:disabled){color:#b91c1c;transform:scale(1.12)}.sa-body-controls button:disabled{cursor:not-allowed;opacity:.35}.sa-body-row td{vertical-align:top}@media print{.sa-body-controls{display:none!important}.sa-editor-table textarea.sa-dialogue-textarea,.sa-editor-table textarea.sa-synced-textarea{resize:none!important}.sa-column-resize-handle{display:none!important}}.sa-editor-table .sa-column-resize-handle{cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;z-index:10;width:7px;height:100%;position:absolute;top:0;right:-3px}.sa-editor-table .sa-column-resize-handle:hover{background:#fff6}.sw-dashboard-page{box-sizing:border-box;background:#f4f6f9;width:100%;min-height:100vh;padding:34px 56px 60px}.sw-dashboard-title{color:#050505;margin:0 0 34px;font-size:36px;font-weight:700}.sw-stats-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;margin-bottom:28px;display:grid}.sw-stat-card{box-sizing:border-box;text-align:center;background:#fff;border-radius:16px;min-height:138px;padding:25px 20px;box-shadow:0 8px 22px #0f172a14}.sw-stat-card h2{color:#000;margin:8px 0;font-size:38px;font-weight:700}.sw-stat-card p{color:#5368e4;margin:0;font-size:16px;font-weight:700}.sw-stat-total{border-top:5px solid #4f6df5}.sw-stat-approval{border-top:5px solid #f59e0b}.sw-stat-shooting{border-top:5px solid #2563eb}.sw-stat-editing{border-top:5px solid #7c3aed}.sw-stat-video-approved{border-top:5px solid #16a34a}.sw-stat-posted{border-top:5px solid #0f766e}.sw-filter-bar{grid-template-columns:minmax(160px,1fr) minmax(180px,1fr) minmax(180px,1fr) minmax(160px,1fr) 180px;gap:18px;margin-bottom:28px;display:grid}.sw-filter-bar select,.sw-filter-bar input,.sw-reset-btn{box-sizing:border-box;border-radius:8px;width:100%;height:45px;font-size:14px}.sw-filter-bar select,.sw-filter-bar input{color:#111827;background:#fff;border:1px solid #cfd5df;outline:none;padding:0 14px}.sw-filter-bar select:focus,.sw-filter-bar input:focus{border-color:#586fdf;box-shadow:0 0 0 2px #586fdf1f}.sw-reset-btn{color:#fff;cursor:pointer;background:#586fdf;border:none;font-weight:700;transition:background .2s}.sw-reset-btn:hover{background:#455cc6}.sw-table-wrapper{background:#fff;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 5px 18px #0f172a12}.sw-dashboard-table{border-collapse:collapse;width:100%;min-width:1450px}.sw-dashboard-table th{color:#fff;text-align:center;background:#586fdf;padding:15px 18px;font-size:15px;font-weight:700}.sw-dashboard-table td{color:#111827;text-align:center;border-bottom:1px solid #e5e7eb;padding:17px 18px;font-size:14px}.sw-dashboard-table tbody tr:last-child td{border-bottom:none}.sw-dashboard-table tbody tr:hover{background:#f8faff}.sw-status-badge{border-radius:999px;min-width:72px;padding:6px 11px;font-size:12px;font-weight:700;display:inline-block}.sw-status-active{color:#15803d;background:#dcfce7}.sw-status-inactive{color:#b91c1c;background:#fee2e2}.sw-view-btn{color:#fff;cursor:pointer;background:#586fdf;border:none;border-radius:7px;min-width:112px;padding:9px 16px;font-size:13px;font-weight:700;transition:background .2s,transform .2s}.sw-view-btn:hover{background:#455cc6;transform:translateY(-1px)}.sw-empty-cell{color:#6b7280!important;text-align:center!important;padding:35px!important}.sw-error-cell{color:#dc2626!important;text-align:center!important;padding:35px!important}@media (width<=1300px){.sw-stats-grid{grid-template-columns:repeat(3,1fr)}.sw-filter-bar{grid-template-columns:repeat(2,1fr)}}@media (width<=800px){.sw-dashboard-page{padding:25px 18px 45px}.sw-dashboard-title{font-size:28px}.sw-stats-grid,.sw-filter-bar{grid-template-columns:1fr}}.sw-dashboard-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:34px;display:flex}.sw-dashboard-header .sw-dashboard-title{margin:0}.sw-logout-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:7px;min-width:105px;height:42px;padding:0 20px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.sw-logout-btn:hover{background:#b91c1c;transform:translateY(-1px)}.sw-logout-btn:active{transform:translateY(0)}@media (width<=700px){.sw-dashboard-header{flex-direction:column;align-items:stretch;gap:14px}.sw-logout-btn{width:100%}}.customer-scripts-page{box-sizing:border-box;background:#f3f6fa;width:100%;min-height:100vh;padding:28px 32px 40px}.customer-scripts-header{align-items:center;min-height:76px;margin-bottom:18px;display:flex;position:relative}.customer-scripts-back-btn{z-index:2;color:#fff;cursor:pointer;background:#5b70d8;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:100px;min-height:40px;padding:9px 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex;position:relative}.customer-scripts-back-btn:hover{background:#455cc6;transform:translateY(-1px)}.customer-scripts-heading{text-align:left;width:max-content;max-width:65%;position:absolute;left:50%;transform:translate(-50%)}.customer-scripts-heading h1{color:#111827;margin:0 0 5px;font-size:32px;font-weight:800;line-height:1.2}.customer-scripts-heading p{color:#64748b;margin:0;font-size:15px}.customer-scripts-new-btn{z-index:2;color:#fff;cursor:pointer;background:#5b70d8;border:none;border-radius:6px;min-height:40px;margin-left:auto;padding:9px 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;position:relative}.customer-scripts-new-btn:hover{background:#455cc6;transform:translateY(-1px)}.customer-scripts-message{border-radius:8px;margin-bottom:18px;padding:13px 16px;font-size:14px;font-weight:600}.customer-scripts-error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5}.customer-info-card{background:#fff;border-radius:12px;grid-template-columns:repeat(4,minmax(160px,1fr));gap:24px;margin-bottom:22px;padding:22px 24px;display:grid;box-shadow:0 6px 18px #0f172a12}.customer-info-item{flex-direction:column;gap:7px;display:flex}.customer-info-item span{color:#64748b;font-size:13px;font-weight:500}.customer-info-item strong{color:#111827;font-size:15px;font-weight:800}.customer-account-active{color:#27883b!important}.customer-account-inactive{color:#dc2626!important}.customer-scripts-summary{grid-template-columns:repeat(6,minmax(160px,1fr));gap:20px;margin-bottom:22px;display:grid}.customer-summary-card{box-sizing:border-box;background:#fff;border-left:5px solid #5b70d8;border-radius:12px;min-height:105px;padding:20px 22px;box-shadow:0 6px 18px #0f172a12}.customer-summary-card p{color:#64748b;margin:0 0 9px;font-size:15px}.customer-summary-card h2{color:#111827;margin:0;font-size:28px;font-weight:800}.customer-summary-script-approval{border-left-color:#f59e0b}.customer-summary-video-shooting{border-left-color:#2563eb}.customer-summary-video-editing{border-left-color:#7c3aed}.customer-summary-video-approved{border-left-color:#16a34a}.customer-summary-video-posted{border-left-color:#0f766e}.customer-scripts-filters{background:#fff;border-radius:12px;grid-template-columns:repeat(3,minmax(170px,195px)) minmax(120px,140px);gap:14px;margin-bottom:22px;padding:17px 18px;display:grid;box-shadow:0 5px 16px #0f172a0f}.customer-scripts-filters select{color:#111827;background:#fff;border:1px solid #cfd5df;border-radius:6px;outline:none;width:100%;height:42px;padding:0 13px;font-size:14px}.customer-scripts-filters select:focus{border-color:#5b70d8;box-shadow:0 0 0 2px #5b70d81f}.customer-reset-btn{color:#5b70d8;cursor:pointer;background:#fff;border:1px solid #5b70d8;border-radius:6px;height:42px;padding:0 18px;font-size:14px;font-weight:700;transition:all .2s}.customer-reset-btn:hover{color:#fff;background:#5b70d8}.customer-scripts-table-wrapper{background:#fff;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 6px 18px #0f172a12}.customer-scripts-table{border-collapse:collapse;width:100%;min-width:850px}.customer-scripts-table thead{color:#fff;background:#5b70d8}.customer-scripts-table th{text-align:left;white-space:nowrap;padding:15px 16px;font-size:14px;font-weight:700}.customer-scripts-table td{color:#1f2937;vertical-align:middle;border-bottom:1px solid #edf0f4;padding:16px;font-size:14px}.customer-scripts-table tbody tr:hover{background:#f8faff}.customer-scripts-table tbody tr:last-child td{border-bottom:none}.customer-script-status{border-radius:999px;justify-content:center;align-items:center;min-width:125px;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.customer-workflow-script-approval{color:#92400e;background:#fef3c7}.customer-workflow-video-shooting{color:#1d4ed8;background:#dbeafe}.customer-workflow-video-editing{color:#6d28d9;background:#ede9fe}.customer-workflow-video-approved{color:#166534;background:#dcfce7}.customer-workflow-video-posted{color:#0f766e;background:#ccfbf1}.customer-script-action-btn{color:#fff;cursor:pointer;background:#5b70d8;border:none;border-radius:6px;min-width:82px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .2s}.customer-script-action-btn:hover{background:#455cc6}.customer-scripts-no-data{text-align:center;color:#64748b!important;padding:30px!important}@media (width<=1100px){.customer-info-card{grid-template-columns:repeat(2,minmax(160px,1fr))}.customer-scripts-filters{grid-template-columns:repeat(2,minmax(170px,1fr))}}@media (width<=800px){.customer-scripts-page{padding:22px 18px 32px}.customer-scripts-header{flex-direction:column;align-items:stretch;gap:10px;min-height:auto}.customer-scripts-heading{text-align:left;width:100%;max-width:none;position:static;transform:none}.customer-scripts-new-btn{width:100%;margin-left:0}.customer-scripts-back-btn{width:100%}.customer-scripts-summary{grid-template-columns:1fr}}@media (width<=600px){.customer-info-card,.customer-scripts-filters{grid-template-columns:1fr}.customer-scripts-heading h1{font-size:26px}}.new-script-page{box-sizing:border-box;background:#f3f6fa;width:100%;min-height:100vh;padding:24px 28px 36px}.new-script-top-actions{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.new-script-back-btn{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:6px;min-width:100px;min-height:40px;padding:9px 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.new-script-back-btn:hover{background:#455cc6}.new-script-back-btn:active{transform:translateY(1px)}.new-script-card{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;padding:18px;box-shadow:0 4px 16px #0f172a14}.new-script-title{color:#111827;margin:0 0 16px;font-size:24px;font-weight:800}.new-script-general-fields{grid-template-columns:repeat(2,minmax(220px,300px));gap:22px;margin-bottom:18px;display:grid}.new-script-field{flex-direction:column;gap:7px;display:flex}.new-script-field label{color:#111827;font-size:13px;font-weight:700}.new-script-field input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #cfd5df;border-radius:6px;outline:none;width:100%;height:40px;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.new-script-field input:focus{border-color:#576ed8;box-shadow:0 0 0 2px #576ed81f}.new-script-table-wrapper{border:1px solid #e5e7eb;border-radius:8px;width:100%;overflow-x:auto}.new-script-table{border-collapse:collapse;width:max-content;min-width:100%}.new-script-table th{color:#fff;text-align:center;background:#576ed8;border-right:1px solid #ffffff2e;padding:11px 12px;font-size:14px;font-weight:700}.new-script-table th:first-child{text-align:left;width:74px}.new-script-table th:last-child{border-right:none}.new-script-table th{position:relative}.new-script-table td{vertical-align:top;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:7px}.new-script-table td:last-child{border-right:none}.new-script-table tbody tr:last-child td{border-bottom:none}.new-script-part-cell{color:#111827;font-size:15px;font-weight:800}.new-script-table textarea{box-sizing:border-box;color:#1f2937;background:#fff;border:1px solid #cfd5df;border-radius:5px;outline:none;width:100%;padding:9px 10px;font-family:inherit;font-size:13px;line-height:1.45;transition:border-color .2s,box-shadow .2s;display:block}.new-script-table textarea:focus{border-color:#576ed8;box-shadow:0 0 0 2px #576ed81f}.new-script-dialogue-textarea{resize:vertical;overflow:auto}.new-script-fixed-textarea{resize:none;overflow:auto}.new-script-section-textarea{min-height:96px}.new-script-section-row td{padding-top:8px;padding-bottom:8px}.new-script-body-row td{padding-top:4px;padding-bottom:4px}.new-script-body-textarea{min-height:64px}.new-script-body-row:not(:last-of-type) td:not(.new-script-body-part-cell){border-bottom-color:#0000}.new-script-body-part-cell{vertical-align:top;padding:8px 8px 62px;position:relative}.new-script-body-part-cell>span{display:block}.new-script-body-controls{flex-direction:column;align-items:center;gap:3px;display:flex;position:absolute;bottom:10px;left:14px}.new-script-body-control{cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-family:Arial,sans-serif;font-size:20px;font-weight:700;line-height:1;transition:background .15s,transform .15s,opacity .15s;display:flex}.new-script-body-add{color:#2563eb}.new-script-body-remove{color:#ef4444}.new-script-body-control:hover:not(:disabled){background:#eef2ff;transform:scale(1.08)}.new-script-body-remove:hover:not(:disabled){background:#fef2f2}.new-script-body-control:focus-visible{outline-offset:1px;outline:2px solid #576ed8}.new-script-body-control:disabled{opacity:.3;cursor:not-allowed}.new-script-actions{justify-content:flex-end;margin-top:18px;display:flex}.new-script-save-btn{color:#fff;cursor:pointer;background:#5f9d57;border:none;border-radius:6px;min-width:145px;height:42px;padding:0 22px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.new-script-save-btn:hover{background:#4f8748}.new-script-save-btn:active{transform:translateY(1px)}@media (width<=800px){.new-script-page{padding:18px 14px 28px}.new-script-general-fields{grid-template-columns:1fr}.new-script-actions{justify-content:stretch}.new-script-save-btn,.new-script-back-btn{width:100%}}.new-script-table .resize-handle{cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;z-index:5;width:6px;height:100%;position:absolute;top:0;right:-3px}.new-script-table .resize-handle:hover{background:#fff6}.edit-script-container{box-sizing:border-box;background:#f4f7fb;width:100%;max-width:100%;min-height:100vh;margin:0;padding:30px 50px}.edit-script-loading{color:#1f2937;justify-content:center;align-items:center;min-height:60vh;font-size:22px;font-weight:700;display:flex}.edit-script-top-bar{justify-content:flex-start;align-items:center;margin-bottom:14px;display:flex}.edit-script-back-btn{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:105px;min-height:40px;padding:9px 18px;font-size:14px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.edit-script-back-btn:hover{background:#455cc6;transform:translateY(-1px)}.edit-script-back-btn:active{transform:translateY(0)}.page-title{color:#1f2937;margin:0 0 25px;font-size:38px;font-weight:800}.edit-script-workflow-card{background:#fff;border-left:5px solid #4368df;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:18px 22px;display:flex;box-shadow:0 4px 15px #00000014}.edit-script-workflow-card>div:first-child{flex-direction:column;gap:6px;display:flex}.edit-script-workflow-label{color:#64748b;font-size:13px;font-weight:600}.edit-script-workflow-value{color:#1f2937;font-size:17px;font-weight:800}.edit-script-lock-message{color:#92400e;background:#fffbeb;border:1px solid #f59e0b;border-radius:8px;max-width:620px;padding:12px 16px;font-size:14px;font-weight:600;line-height:1.5}.form-group{flex-direction:column;display:flex}.form-group label{color:#64748b;margin-bottom:5px;font-size:13px;font-weight:600}.form-group input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:12px;font-family:inherit;font-size:15px}.form-group input:focus{border-color:#576ed8;box-shadow:0 0 0 2px #576ed81f}.edit-table-wrapper{border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 4px 15px #00000014}.edit-table{border-collapse:collapse;background:#fff;width:max-content;min-width:100%;margin:0}.edit-table th{color:#fff;text-align:center;background:#576ed8;border-right:1px solid #ffffff2e;padding:12px;font-size:14px;font-weight:700;position:relative}.edit-table th:first-child{text-align:left;width:74px}.edit-table th:last-child{border-right:none}.edit-table td{vertical-align:top;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:7px}.edit-table td:last-child{border-right:none}.edit-table tbody tr:last-child td{border-bottom:none}.edit-part-cell{color:#111827;font-size:15px;font-weight:800}.edit-table textarea{box-sizing:border-box;color:#1f2937;background:#fff;border:1px solid #cfd5df;border-radius:5px;outline:none;width:100%;padding:9px 10px;font-family:inherit;font-size:13px;line-height:1.45;transition:border-color .2s,box-shadow .2s;display:block}.edit-table textarea:focus{border-color:#576ed8;box-shadow:0 0 0 2px #576ed81f}.edit-dialogue-textarea{resize:vertical;overflow:auto}.edit-fixed-textarea{resize:none;overflow:auto}.edit-section-textarea{min-height:96px}.edit-section-row td{padding-top:8px;padding-bottom:8px}.edit-body-row td{padding-top:4px;padding-bottom:4px}.edit-body-textarea{min-height:64px}.edit-body-row:not(:last-of-type) td:not(.edit-body-part-cell){border-bottom-color:#0000}.edit-body-part-cell{vertical-align:top;padding:8px 8px 62px;position:relative}.edit-body-part-cell>span{display:block}.edit-body-controls{flex-direction:column;align-items:center;gap:3px;display:flex;position:absolute;bottom:10px;left:14px}.edit-body-control{cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-family:Arial,sans-serif;font-size:20px;font-weight:700;line-height:1;transition:background .15s,transform .15s,opacity .15s;display:flex}.edit-body-add{color:#2563eb}.edit-body-remove{color:#ef4444}.edit-body-control:hover:not(:disabled){background:#eef2ff;transform:scale(1.08)}.edit-body-remove:hover:not(:disabled){background:#fef2f2}.edit-body-control:focus-visible{outline-offset:1px;outline:2px solid #576ed8}.edit-body-control:disabled{opacity:.3;cursor:not-allowed}.form-group input:disabled,.edit-table textarea:disabled{color:#475569;cursor:not-allowed;opacity:1;background:#f1f5f9;border-color:#d1d5db}.edit-table .edit-dialogue-textarea:disabled{resize:none}.edit-rejection-section{margin-top:25px}.edit-rejection-title{color:#dc2626;margin:0 0 12px;font-size:22px;font-weight:800}.edit-rejection-card{color:#78350f;white-space:pre-wrap;background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:15px;line-height:1.6}.button-container{justify-content:flex-end;margin-top:30px;display:flex}.update-btn{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:10px;padding:14px 35px;font-size:16px;font-weight:600;transition:background .3s,transform .3s}.update-btn:hover{background:#43a047;transform:translateY(-2px)}@media (width<=1100px){.edit-script-container{padding:24px 22px}}@media (width<=700px){.edit-script-container{padding:18px 14px 28px}.page-title{font-size:30px}.edit-script-back-btn{width:100%}.edit-script-workflow-card{flex-direction:column;align-items:stretch}.edit-script-lock-message{max-width:none}.info-grid{grid-template-columns:1fr}.button-container{justify-content:stretch}.update-btn{width:100%}}.edit-table .edit-column-resize-handle{cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;z-index:5;width:7px;height:100%;position:absolute;top:0;right:-3px}.edit-table .edit-column-resize-handle:hover{background:#fff6}.customer-script-container{box-sizing:border-box;background:#f4f7fb;width:100%;max-width:100%;min-height:100vh;margin:0;padding:30px 50px}.page-title{color:#1f2937;margin-bottom:25px;font-size:30px;font-weight:700}.info-card{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;margin-bottom:25px;padding:25px;box-shadow:0 4px 15px #00000014}.info-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.info-item{flex-direction:column;display:flex}.info-label{color:#777;margin-bottom:5px;font-size:13px}.info-value{font-size:17px;font-weight:600}.status-badge{color:#fff;border-radius:30px;padding:8px 16px;font-weight:600;display:inline-block}.pending{background:#f39c12}.approved{background:#27ae60}.rejected{background:#e74c3c}.script-table{table-layout:fixed;border-collapse:collapse;background:#fff;border-radius:12px;width:100%;margin-top:20px;overflow:hidden;box-shadow:0 4px 15px #00000014}.script-table th{color:#fff;text-align:left;background:#2563eb;padding:15px}.script-table td{vertical-align:top;border-bottom:1px solid #eee;padding:15px}.script-table tr:hover{background:#f8fbff}.button-group{gap:15px;margin-top:30px;display:flex}.button-group button{cursor:pointer;color:#fff;border:none;border-radius:8px;padding:12px 22px;font-size:15px;transition:all .3s}.button-group button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0003}.btn-green{background:#27ae60}.btn-blue{background:#2563eb}.btn-gray{background:#6b7280}.comment-card{background:#fff3cd;border-left:5px solid orange;border-radius:8px;margin-top:25px;padding:18px}@media (width<=900px){.info-grid{grid-template-columns:1fr}.script-table{display:block;overflow-x:auto}.button-group{flex-direction:column}}.btn-dark{color:#fff;cursor:pointer;background:#212529;border:none;border-radius:8px;padding:12px 22px;font-size:15px;font-weight:600;transition:all .3s}.btn-dark:hover{background:#000}.script-table{border-collapse:separate;border-spacing:0;background:#fff;border-radius:18px;width:100%;overflow:hidden;box-shadow:0 10px 30px #00000014}.script-table th,.script-table td{text-align:left;vertical-align:top;padding:20px 18px}.script-table tbody tr:nth-child(2n){background:#f8fafc}.script-table tbody tr{transition:all .25s}.script-table tbody tr:hover{background:#eff6ff;transform:scale(1.005)}.script-table thead th{z-index:10;position:sticky;top:0}.script-table th:first-child{border-top-left-radius:18px}.script-table th:last-child{border-top-right-radius:18px}.script-table td{color:#374151;font-size:15px;line-height:1.6}.script-table td:first-child{color:#111827;font-weight:700}.script-table th:first-child,.script-table td:first-child{width:5%;min-width:5%;max-width:5%}.script-table th:nth-child(2),.script-table td:nth-child(2){width:35%;min-width:35%;max-width:35%}.script-table th:nth-child(3),.script-table td:nth-child(3),.script-table th:nth-child(4),.script-table td:nth-child(4),.script-table th:nth-child(5),.script-table td:nth-child(5){width:20%}.script-table th,.script-table td{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal;overflow:hidden}.script-table td p,.script-table td span,.script-table td div{white-space:normal;word-break:break-word;overflow-wrap:break-word}@media (width<=1100px){.script-table{display:block;overflow-x:auto}}.customer-script-top-bar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.customer-script-back-btn{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:7px;min-width:105px;min-height:40px;padding:9px 18px;font-size:14px;font-weight:700;transition:all .2s}.customer-script-back-btn:hover{background:#455cc6;transform:translateY(-1px)}.workflow-badge{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-width:130px;padding:8px 14px;font-size:13px;font-weight:800;display:inline-flex}.workflow-script_approval{background:#f59e0b}.workflow-video_shooting{background:#2563eb}.workflow-video_editing{background:#7c3aed}.workflow-video_approved{background:#16a34a}.workflow-video_posted{background:#0f766e}.script-locked-message{color:#92400e;background:#fffbeb;border:1px solid #fbbf24;border-radius:8px;margin-top:18px;padding:14px 16px;font-size:14px;font-weight:600}.btn-green:disabled{cursor:not-allowed;opacity:.65}.customer-script-error{text-align:center;background:#fff;border-radius:12px;padding:35px}.customer-script-error button{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:7px;margin-top:16px;padding:10px 20px}@media (width<=700px){.customer-script-top-bar{flex-direction:column;align-items:stretch}.customer-script-back-btn,.customer-script-top-bar .btn-dark{width:100%}}@page{size:A4 landscape;margin:10mm}@media print{html,body,#root{width:100%;background:#fff!important;height:auto!important;margin:0!important;padding:0!important;overflow:visible!important}body *{visibility:hidden!important}.customer-script-print-area,.customer-script-print-area *{visibility:visible!important}.customer-script-print-area{background:#fff!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important;position:absolute!important;top:0!important;left:0!important;overflow:visible!important}.customer-script-container{width:100%!important;min-height:auto!important;box-shadow:none!important;background:#fff!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.customer-script-top-bar,.button-group,.script-locked-message,.customer-script-back-btn,.btn-dark{display:none!important}.customer-script-print-area .page-title{page-break-after:avoid;break-after:avoid;color:#000!important;margin:0 0 12px!important;font-size:22px!important;display:block!important}.customer-script-print-area .info-card{page-break-inside:avoid;break-inside:avoid;width:100%!important;box-shadow:none!important;background:#fff!important;border:1px solid #777!important;border-radius:0!important;margin:0 0 14px!important;padding:12px!important;display:block!important}.customer-script-print-area .info-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;display:grid!important}.customer-script-print-area .script-table{table-layout:fixed!important;border-collapse:collapse!important;border-spacing:0!important;width:100%!important;max-width:100%!important;box-shadow:none!important;color:#000!important;background:#fff!important;border:1px solid #000!important;border-radius:0!important;margin:0!important;display:table!important;overflow:visible!important}.customer-script-print-area .script-table thead{display:table-header-group!important}.customer-script-print-area .script-table tbody{display:table-row-group!important}.customer-script-print-area .script-table tr{page-break-inside:avoid!important;break-inside:avoid!important;display:table-row!important;transform:none!important}.customer-script-print-area .script-table th,.customer-script-print-area .script-table td{color:#000!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;background:#fff!important;border:1px solid #000!important;padding:8px!important;font-size:11px!important;line-height:1.35!important;display:table-cell!important;overflow:visible!important}.customer-script-print-area .script-table th{text-align:left!important;color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#2563eb!important;font-weight:700!important;position:static!important}.customer-script-print-area .script-table th:first-child,.customer-script-print-area .script-table td:first-child{width:8%!important;min-width:0!important;max-width:none!important}.customer-script-print-area .script-table th:nth-child(2),.customer-script-print-area .script-table td:nth-child(2){width:32%!important;min-width:0!important;max-width:none!important}.customer-script-print-area .script-table th:nth-child(3),.customer-script-print-area .script-table td:nth-child(3),.customer-script-print-area .script-table th:nth-child(4),.customer-script-print-area .script-table td:nth-child(4),.customer-script-print-area .script-table th:nth-child(5),.customer-script-print-area .script-table td:nth-child(5){width:20%!important}}.old-container{box-sizing:border-box;width:100%;max-width:none;margin:0;padding:28px 32px 40px}.old-back-btn{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:6px;justify-content:center;align-items:center;min-height:38px;padding:8px 16px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.old-back-btn:hover{background:#455cc6}.old-header{justify-content:space-between;align-items:flex-end;margin-top:20px;margin-bottom:20px;display:flex}.old-version-count{color:#64748b;margin:0 0 8px;font-size:16px}.old-version-count strong{color:#111827}.old-title{color:#1e3a8a;margin:0;font-size:34px;font-weight:800;line-height:1.2}.old-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 6px 18px #0f172a14}.old-table{border-collapse:collapse;background:#fff;width:100%;min-width:760px}.old-table thead{color:#fff;background:#576ed8}.old-table th{text-align:left;white-space:nowrap;padding:15px 18px;font-size:14px;font-weight:700}.old-table td{color:#1f2937;vertical-align:middle;border-bottom:1px solid #edf0f4;padding:15px 18px;font-size:14px}.old-table th:first-child,.old-table td:first-child{width:130px}.old-table th:nth-child(2),.old-table td:nth-child(2),.old-table th:nth-child(3),.old-table td:nth-child(3){width:28%}.old-table th:last-child,.old-table td:last-child{text-align:center;width:120px}.old-table tbody tr:nth-child(2n){background:#f8fafc}.old-table tbody tr:hover{background:#eef4ff}.old-table tbody tr:last-child td{border-bottom:none}.user-chip{color:#1e40af;background:#dbeafe;border-radius:999px;align-items:center;gap:6px;padding:7px 13px;font-size:14px;font-weight:700;display:inline-flex}.old-view-btn{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:6px;min-width:78px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .2s}.old-view-btn:hover{background:#455cc6}@media (width<=900px){.old-container{padding:22px 18px 32px}.old-title{font-size:28px}}@media (width<=600px){.old-container{padding:18px 14px 28px}.old-back-btn{width:100%}.old-header{margin-top:16px}.old-title{font-size:25px}.old-version-count{font-size:14px}}.script-version-container{box-sizing:border-box;width:100%;max-width:none;margin:0;padding:28px 32px 40px}.top-bar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.version-back-btn{color:#fff;cursor:pointer;background:#576ed8;border:none;border-radius:6px;justify-content:center;align-items:center;min-height:38px;padding:8px 16px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.version-back-btn:hover{background:#455cc6}.print-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:6px;min-height:38px;padding:8px 18px;font-size:14px;font-weight:700;transition:all .2s}.print-btn:hover{background:#15803d}.page-title{color:#111827;margin:0 0 24px;font-size:34px;font-weight:800;line-height:1.2}.version-info-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;margin-bottom:24px;padding:22px 24px;box-shadow:0 4px 14px #0f172a0f}.version-info-title{color:#576ed8;margin:0 0 18px;font-size:22px;font-weight:800}.version-info-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:18px;display:grid}.version-info-item{flex-direction:column;gap:6px;display:flex}.version-info-item span{color:#64748b;font-size:13px;font-weight:600}.version-info-item strong{color:#111827;word-break:break-word;font-size:15px;font-weight:700}.version-table-wrapper{background:#fff;border:1px solid #dfe3ea;border-radius:9px;width:100%;overflow-x:auto;box-shadow:0 5px 16px #0f172a12}.version-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1050px}.version-table th{color:#fff;text-align:center;background:#576ed8;border-right:1px solid #ffffff2e;padding:11px 12px;font-size:14px;font-weight:700}.version-table th:first-child{text-align:left;width:90px}.version-table th:nth-child(2){width:27%}.version-table th:nth-child(3),.version-table th:nth-child(4),.version-table th:nth-child(5){width:22%}.version-table th:last-child{border-right:none}.version-table td{vertical-align:top;background:#fff;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:8px}.version-table tbody tr:nth-child(2n) td{background:#fbfcfe}.version-table tbody tr:last-child td{border-bottom:none}.version-table td:last-child{border-right:none}.version-part-cell{color:#111827;text-align:left;font-size:15px;font-weight:800}.version-value-box{box-sizing:border-box;color:#1f2937;white-space:pre-wrap;overflow-wrap:anywhere;background:#f8fafc;border:1px solid #cfd5df;border-radius:5px;width:100%;min-height:86px;padding:11px 12px;font-size:13px;line-height:1.55}.version-error-box{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #fecaca;border-radius:10px;width:100%;padding:35px}.version-error-box h2{color:#b91c1c;margin:0 0 18px;font-size:20px}@media (width<=1100px){.version-info-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (width<=800px){.script-version-container{padding:22px 18px 32px}.page-title{font-size:28px}.version-info-card{padding:18px}}@media (width<=600px){.script-version-container{padding:18px 14px 28px}.top-bar{flex-direction:column;align-items:stretch;gap:10px}.version-back-btn,.print-btn{width:100%}.page-title{font-size:25px}.version-info-grid{grid-template-columns:1fr}}@media print{@page{size:landscape;margin:10mm}body *{visibility:hidden!important}.script-version-container,.script-version-container *{visibility:visible!important}.script-version-container{background:#fff;width:100%;margin:0;padding:0;position:absolute;top:0;left:0}.top-bar{display:none!important}.page-title{color:#000;margin:0 0 14px;font-size:24px}.version-info-card{box-shadow:none;background:#fff;border:1px solid #9ca3af;border-radius:0;margin:0 0 16px;padding:14px 16px}.version-info-title{color:#000;margin:0 0 12px;font-size:17px}.version-info-grid{grid-template-columns:repeat(4,minmax(130px,1fr));gap:12px}.version-info-item span{color:#444;font-size:10px}.version-info-item strong{color:#000;font-size:11px}.version-table-wrapper{width:100%;box-shadow:none;border:1px solid #9ca3af;border-radius:0;overflow:visible}.version-table{table-layout:fixed;width:100%;min-width:0}.version-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact;border:1px solid #9ca3af;padding:7px 8px;font-size:10px;color:#fff!important;background:#576ed8!important}.version-table th:first-child{width:65px}.version-table th:nth-child(2){width:27%}.version-table th:nth-child(3),.version-table th:nth-child(4),.version-table th:nth-child(5){width:22%}.version-table td{border:1px solid #9ca3af;padding:5px;background:#fff!important}.version-part-cell{color:#000;font-size:11px}.version-value-box{color:#000;background:#fff;border:1px solid #b8bec8;border-radius:0;min-height:72px;padding:7px;font-size:9px;line-height:1.35}body{background:#fff}}.videographer-details-page{box-sizing:border-box;background:#f4f7fc;min-height:100vh;padding:30px}.videographer-details-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.videographer-details-header h1{color:#172033;margin:0;font-size:30px}.videographer-details-header p{color:#667085;margin:7px 0 0}.videographer-details-back-btn{color:#fff;cursor:pointer;background:#475467;border:none;border-radius:9px;padding:11px 22px;font-weight:700}.videographer-details-back-btn:hover{background:#344054}.videographer-details-message,.videographer-details-error{text-align:center;background:#fff;border-radius:14px;margin-bottom:20px;padding:30px;box-shadow:0 4px 16px #0f172a12}.videographer-details-error{color:#b42318;background:#fef2f2;border:1px solid #fecaca;font-weight:700}.videographer-details-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;margin-bottom:24px;display:grid}.videographer-details-summary-card{background:#fff;border-left:5px solid #2563eb;border-radius:14px;padding:20px;box-shadow:0 4px 16px #0f172a12}.videographer-details-summary-card span{color:#667085;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.videographer-details-summary-card h2{color:#172033;margin:0;font-size:28px}.videographer-details-summary-card.shooting{border-left-color:#d97706}.videographer-details-summary-card.editing{border-left-color:#7c3aed}.videographer-details-summary-card.approved{border-left-color:#16a34a}.videographer-details-summary-card.posted{border-left-color:#0891b2}.videographer-details-info-grid{grid-template-columns:1fr 1fr;align-items:start;gap:16px;margin-bottom:16px;display:grid}.videographer-customer-info-card,.videographer-team-info-card{background:#fff;border-radius:15px;padding:18px 20px;box-shadow:0 4px 16px #0f172a12}.videographer-customer-info-card h2,.videographer-team-info-card h2{color:#172033;margin:0 0 12px;font-size:19px}.videographer-customer-info-list,.videographer-team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.videographer-customer-info-list>div,.videographer-team-grid>div{box-sizing:border-box;background:#f8fafc;border:1px solid #eaecf0;border-radius:9px;min-height:58px;padding:10px 12px}.videographer-customer-info-list span,.videographer-team-grid span{color:#667085;margin-bottom:4px;font-size:12px;font-weight:600;display:block}.videographer-customer-info-list strong,.videographer-team-grid strong{color:#172033;overflow-wrap:anywhere;font-size:13px;line-height:1.25}.videographer-scripts-section{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 18px #0f172a14}.videographer-scripts-header{border-bottom:1px solid #eaecf0;padding:16px 20px}.videographer-scripts-header h2{color:#172033;margin:0;font-size:19px}.videographer-scripts-header p{color:#667085;margin:6px 0 0;font-size:14px}.videographer-scripts-table-scroll{width:100%;overflow-x:auto}.videographer-scripts-table{border-collapse:collapse;width:100%;min-width:1000px}.videographer-scripts-table thead{color:#fff;background:linear-gradient(90deg,#536dfe,#3d5afe)}.videographer-scripts-table th,.videographer-scripts-table td{text-align:center;padding:16px 14px}.videographer-scripts-table th{white-space:nowrap;font-size:13px}.videographer-scripts-table td{color:#344054;border-bottom:1px solid #eaecf0;font-size:14px}.videographer-scripts-table tbody tr:hover{background:#f8faff}.videographer-topic-cell{font-weight:700;color:#172033!important}.videographer-workflow-badge{white-space:nowrap;border-radius:20px;min-width:125px;padding:7px 12px;font-size:12px;font-weight:700;display:inline-block}.videographer-status-shooting{color:#92400e;background:#fef3c7}.videographer-status-editing{color:#6d28d9;background:#ede9fe}.videographer-status-approved{color:#15803d;background:#dcfce7}.videographer-status-posted{color:#0e7490;background:#cffafe}.videographer-view-script-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#536dfe;border:none;border-radius:8px;padding:9px 15px;font-weight:700}.videographer-view-script-btn:hover{background:#3d5afe}.videographer-no-scripts{color:#667085!important;padding:35px!important}@media (width<=1100px){.videographer-details-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=850px){.videographer-details-page{padding:20px}.videographer-details-info-grid{grid-template-columns:1fr}.videographer-details-summary-grid,.videographer-customer-info-list,.videographer-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.videographer-details-page{padding:15px}.videographer-details-header{flex-direction:column;align-items:flex-start}.videographer-details-back-btn{width:100%}.videographer-details-summary-grid,.videographer-customer-info-list,.videographer-team-grid{grid-template-columns:1fr}}.videographer-script-page{box-sizing:border-box;background:#f4f7fc;min-height:100vh;padding:30px}.videographer-script-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.videographer-script-header h1{color:#172033;margin:0;font-size:30px}.videographer-script-header p{color:#667085;margin:7px 0 0}.videographer-script-actions{gap:12px;display:flex}.videographer-script-back-btn,.videographer-script-print-btn{color:#fff;cursor:pointer;border:none;border-radius:9px;min-width:105px;padding:11px 20px;font-size:14px;font-weight:700}.videographer-script-back-btn{background:#475467}.videographer-script-back-btn:hover{background:#344054}.videographer-script-print-btn{background:#536dfe}.videographer-script-print-btn:hover{background:#3d5afe}.videographer-script-message,.videographer-script-error{text-align:center;background:#fff;border-radius:14px;margin-bottom:20px;padding:30px;box-shadow:0 4px 16px #0f172a12}.videographer-script-error{color:#b42318;background:#fef2f2;border:1px solid #fecaca;font-weight:700}.videographer-script-print-area{background:#fff;border-radius:15px;padding:24px;box-shadow:0 4px 18px #0f172a14}.videographer-script-print-title{display:none}.videographer-script-info-card{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}.videographer-script-info-card>div{box-sizing:border-box;background:#f8fafc;border:1px solid #eaecf0;border-radius:10px;min-height:75px;padding:14px}.videographer-script-info-card span{color:#667085;margin-bottom:7px;font-size:13px;font-weight:600;display:block}.videographer-script-info-card strong{color:#172033;overflow-wrap:anywhere;font-size:14px}.videographer-script-status{text-align:center;white-space:nowrap;border-radius:20px;width:fit-content;min-width:125px;padding:7px 12px;margin:0!important;font-size:12px!important;font-weight:700!important;display:inline-block!important}.videographer-script-shooting{background:#fef3c7;color:#92400e!important}.videographer-script-editing{background:#ede9fe;color:#6d28d9!important}.videographer-script-approved{background:#dcfce7;color:#15803d!important}.videographer-script-posted{background:#cffafe;color:#0e7490!important}.videographer-script-table-wrapper{width:100%;overflow-x:auto}.videographer-script-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1050px}.videographer-script-table thead{color:#fff;background:linear-gradient(90deg,#536dfe,#3d5afe)}.videographer-script-table th,.videographer-script-table td{text-align:left;vertical-align:top;white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid #dfe3eb;padding:16px;line-height:1.55}.videographer-script-table th{text-align:center;font-size:13px}.videographer-script-table td{color:#344054;font-size:14px}.videographer-script-table th:first-child,.videographer-script-table td:first-child{width:90px}.videographer-part-cell{background:#f8fafc;font-weight:800;color:#172033!important;text-align:center!important}@media (width<=1050px){.videographer-script-info-card{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.videographer-script-page{padding:15px}.videographer-script-header{flex-direction:column;align-items:flex-start}.videographer-script-actions{width:100%}.videographer-script-back-btn,.videographer-script-print-btn{width:50%}.videographer-script-info-card{grid-template-columns:1fr}.videographer-script-print-area{padding:15px}}@media print{@page{size:landscape;margin:10mm}html,body{width:100%;height:auto;background:#fff!important;margin:0!important;padding:0!important;overflow:visible!important}header,nav,aside,footer,.sidebar,.topbar,.header,.footer,.no-print,.videographer-script-header{display:none!important}.videographer-script-page{background:#fff!important;width:100%!important;min-height:auto!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.videographer-script-print-area{visibility:visible!important;width:100%!important;max-width:none!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.videographer-script-print-area *{visibility:visible!important}.videographer-script-print-title{text-align:center;margin:0 0 16px!important;display:block!important}.videographer-script-print-title h1{margin:0 0 5px;font-size:24px;color:#000!important}.videographer-script-print-title p{margin:0;font-size:13px;color:#000!important}.videographer-script-info-card{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;margin-bottom:16px!important;display:grid!important}.videographer-script-info-card>div{break-inside:avoid;background:#fff!important;border:1px solid #000!important;border-radius:0!important;min-height:auto!important;padding:8px!important;display:block!important}.videographer-script-info-card span,.videographer-script-info-card strong{color:#000!important}.videographer-script-status{color:#000!important;background:0 0!important;border-radius:0!important;min-width:auto!important;padding:0!important}.videographer-script-table-wrapper{width:100%!important;display:block!important;overflow:visible!important}.videographer-script-table{table-layout:fixed!important;border-collapse:collapse!important;width:100%!important;min-width:0!important;display:table!important}.videographer-script-table thead{color:#000!important;background:#fff!important;display:table-header-group!important}.videographer-script-table tbody{display:table-row-group!important}.videographer-script-table tr{break-inside:avoid;display:table-row!important}.videographer-script-table th,.videographer-script-table td{color:#000!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important;vertical-align:top!important;background:#fff!important;border:1px solid #000!important;padding:7px!important;font-size:10px!important;line-height:1.35!important;display:table-cell!important}.videographer-script-table th{text-align:center!important;font-weight:700!important}.videographer-script-table th:first-child,.videographer-script-table td:first-child{width:65px!important}.videographer-part-cell{color:#000!important;text-align:center!important;background:#fff!important;font-weight:700!important}}.videoeditor-details-page{box-sizing:border-box;background:#f4f7fc;min-height:100vh;padding:30px}.videoeditor-details-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.videoeditor-details-header h1{color:#172033;margin:0;font-size:30px;font-weight:750}.videoeditor-details-header p{color:#667085;margin:8px 0 0;font-size:15px}.videoeditor-back-btn{color:#fff;cursor:pointer;background:#475467;border:none;border-radius:9px;min-width:110px;padding:11px 20px;font-size:14px;font-weight:700;transition:background .2s,transform .2s}.videoeditor-back-btn:hover{background:#344054;transform:translateY(-1px)}.videoeditor-details-message,.videoeditor-details-error{text-align:center;background:#fff;border-radius:15px;padding:40px;box-shadow:0 5px 20px #0f172a14}.videoeditor-details-message{color:#667085;font-size:17px}.videoeditor-details-error h2{color:#b42318;margin-top:0}.videoeditor-details-error p{color:#667085;margin-bottom:22px}.videoeditor-details-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:15px;margin-bottom:25px;display:grid}.videoeditor-details-summary-card{box-sizing:border-box;background:#fff;border-left:5px solid #667085;border-radius:15px;align-items:center;gap:14px;min-height:105px;padding:18px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #0f172a12}.videoeditor-details-summary-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #0f172a1c}.summary-card-icon{background:#f2f4f7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:23px;display:flex}.videoeditor-details-summary-card span{color:#667085;white-space:nowrap;margin-bottom:5px;font-size:13px;font-weight:600;display:block}.videoeditor-details-summary-card h2{color:#172033;margin:0;font-size:26px}.summary-total{border-left-color:#2563eb}.summary-shooting{border-left-color:#d97706}.summary-editing{border-left-color:#7c3aed}.summary-approved{border-left-color:#16a34a}.summary-posted{border-left-color:#0891b2}ideoeditor-details-top-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:14px;margin-bottom:18px;display:grid}.videoeditor-customer-info-card,.videoeditor-team-info-card{box-sizing:border-box;background:#fff;border-radius:14px;min-height:0;padding:16px;box-shadow:0 4px 15px #0f172a12}.details-card-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.details-card-title>div{align-items:center;gap:10px;display:flex}.details-card-title h2{color:#172033;margin:0;font-size:17px;font-weight:700}.details-card-icon{background:#eef2ff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;display:inline-flex}.customer-status-badge{border-radius:16px;padding:5px 10px;font-size:10px;font-weight:700}.customer-active{color:#15803d;background:#dcfce7}.customer-inactive{color:#b91c1c;background:#fee2e2}.videoeditor-customer-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.details-info-item{background:#f8fafc;border:1px solid #eaecf0;border-radius:8px;min-width:0;padding:9px 10px}.details-info-item span{color:#667085;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.details-info-item strong{color:#172033;overflow-wrap:anywhere;font-size:12px;font-weight:700;display:block}.videoeditor-team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.videoeditor-team-member{text-align:left;background:#f8fafc;border:1px solid #e0e7ff;border-radius:8px;min-width:0;padding:9px 10px}.videoeditor-team-member span{color:#667085;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.videoeditor-team-member strong{color:#172033;overflow-wrap:anywhere;font-size:12px;font-weight:700}.videoeditor-scripts-section{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 20px #0f172a14}.videoeditor-scripts-header{justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex}.videoeditor-scripts-header h2{color:#172033;margin:0;font-size:22px}.videoeditor-scripts-header p{color:#667085;margin:7px 0 0;font-size:14px}.videoeditor-script-total-badge{color:#3730a3;white-space:nowrap;background:#e0e7ff;border-radius:20px;padding:8px 14px;font-size:13px;font-weight:750}.videoeditor-script-table{border-collapse:collapse;width:100%;min-width:1050px}.videoeditor-script-table thead{color:#fff;background:linear-gradient(90deg,#536dfe,#3d5afe)}.videoeditor-script-table th{text-align:center;white-space:nowrap;padding:16px 14px;font-size:13px;font-weight:700}.videoeditor-script-table td{text-align:center;color:#344054;border-bottom:1px solid #eaecf0;padding:16px 14px;font-size:14px}.videoeditor-script-table tbody tr:hover{background:#f8faff}.videoeditor-topic-cell{max-width:260px;font-weight:700;color:#172033!important;text-align:left!important}.videoeditor-workflow-badge{white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;min-width:120px;padding:7px 12px;font-size:12px;font-weight:750;display:inline-flex}.workflow-shooting{color:#92400e;background:#fef3c7}.workflow-editing{color:#6d28d9;background:#ede9fe}.workflow-approved{color:#15803d;background:#dcfce7}.workflow-posted{color:#0e7490;background:#cffafe}.workflow-default{color:#475467;background:#f2f4f7}.videoeditor-view-script-btn{color:#fff;white-space:nowrap;cursor:pointer;background:#536dfe;border:none;border-radius:8px;padding:9px 15px;font-size:13px;font-weight:650}.videoeditor-view-script-btn:hover{background:#3d5afe}.videoeditor-no-scripts{text-align:center!important;color:#667085!important;padding:35px!important;font-size:15px!important}@media (width<=1200px){.videoeditor-details-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.videoeditor-details-top-grid{grid-template-columns:1fr}.videoeditor-details-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.videoeditor-details-page{padding:15px}.videoeditor-details-header{flex-direction:column;align-items:flex-start}.videoeditor-back-btn{width:100%}.videoeditor-details-summary-grid,.videoeditor-customer-info-grid,.videoeditor-team-grid{grid-template-columns:1fr}.customer-email-item{grid-column:auto}.videoeditor-scripts-header{flex-direction:column;align-items:flex-start}}.videoeditor-details-page{padding:20px 24px}.videoeditor-details-header{margin-bottom:16px}.videoeditor-details-header h1{font-size:27px}.videoeditor-details-header p{margin-top:5px;font-size:14px}.videoeditor-details-summary-grid{gap:12px;margin-bottom:16px}.videoeditor-details-summary-card{border-radius:13px;gap:11px;min-height:88px;padding:13px 15px}.summary-card-icon{width:40px;height:40px;font-size:19px}.videoeditor-details-summary-card span{margin-bottom:3px;font-size:12px}.videoeditor-details-summary-card h2{font-size:22px}.videoeditor-details-top-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:14px;margin-bottom:16px;display:grid}.videoeditor-customer-info-card,.videoeditor-team-info-card{border-radius:13px;min-height:auto;padding:14px}.details-card-title{margin-bottom:9px}.details-card-title h2{font-size:17px}.details-card-icon{width:28px;height:28px;font-size:14px}.customer-status-badge{padding:4px 9px;font-size:9px}.videoeditor-customer-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.details-info-item{border-radius:7px;padding:8px 9px}.details-info-item span{margin-bottom:3px;font-size:10px}.details-info-item strong{font-size:12px}.customer-email-item{grid-column:span 2}.videoeditor-team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.videoeditor-team-member{text-align:left;border-radius:7px;padding:8px 9px}.videoeditor-team-member span{margin-bottom:3px;font-size:10px}.videoeditor-team-member strong{font-size:12px}.videoeditor-team-member:last-child{grid-column:1/-1}.videoeditor-scripts-section{border-radius:13px;margin-top:0}.videoeditor-scripts-header{padding:16px 20px}.videoeditor-scripts-header h2{font-size:20px}.videoeditor-scripts-header p{margin-top:4px;font-size:13px}.videoeditor-script-total-badge{padding:6px 12px;font-size:12px}.videoeditor-script-table th,.videoeditor-script-table td{padding:13px 12px}@media (width<=900px){.videoeditor-details-top-grid{grid-template-columns:1fr}}@media (width<=650px){.videoeditor-details-page{padding:14px}.videoeditor-customer-info-grid,.videoeditor-team-grid{grid-template-columns:1fr}.customer-email-item,.videoeditor-team-member:last-child{grid-column:auto}}.videoeditor-script-page{box-sizing:border-box;background:#f4f7fc;min-height:100vh;padding:28px}.videoeditor-script-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.videoeditor-script-header h1{color:#172033;margin:0;font-size:29px;font-weight:750}.videoeditor-script-header p{color:#667085;margin:6px 0 0;font-size:14px}.videoeditor-script-actions{align-items:center;gap:10px;display:flex}.videoeditor-script-back-btn,.videoeditor-script-print-btn{color:#fff;cursor:pointer;border:none;border-radius:8px;min-width:100px;padding:10px 18px;font-size:14px;font-weight:700}.videoeditor-script-back-btn{background:#475467}.videoeditor-script-back-btn:hover{background:#344054}.videoeditor-script-print-btn{background:#536dfe}.videoeditor-script-print-btn:hover{background:#3d5afe}.videoeditor-script-message,.videoeditor-script-error{text-align:center;background:#fff;border-radius:15px;padding:40px;box-shadow:0 5px 20px #0f172a14}.videoeditor-script-message{color:#667085;font-size:17px}.videoeditor-script-error h2{color:#b42318;margin-top:0}.videoeditor-script-error p{color:#667085;margin-bottom:20px}.videoeditor-script-info-card{background:#fff;border-radius:14px;margin-bottom:18px;padding:20px;box-shadow:0 4px 16px #0f172a12}.videoeditor-script-info-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px;display:flex}.videoeditor-script-info-header h2{color:#172033;margin:0;font-size:20px}.videoeditor-script-workflow-badge{white-space:nowrap;border-radius:20px;justify-content:center;min-width:120px;padding:7px 13px;font-size:12px;font-weight:750;display:inline-flex}.videoeditor-script-shooting{color:#92400e;background:#fef3c7}.videoeditor-script-editing{color:#6d28d9;background:#ede9fe}.videoeditor-script-approved{color:#15803d;background:#dcfce7}.videoeditor-script-posted{color:#0e7490;background:#cffafe}.videoeditor-script-default{color:#475467;background:#f2f4f7}.videoeditor-script-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.videoeditor-script-info-item{background:#f8fafc;border:1px solid #eaecf0;border-radius:9px;min-width:0;padding:13px}.videoeditor-script-info-item span{color:#667085;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.videoeditor-script-info-item strong{color:#172033;overflow-wrap:anywhere;font-size:14px;display:block}.videoeditor-script-table-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px #0f172a14}.videoeditor-script-table-heading{padding:18px 20px}.videoeditor-script-table-heading h2{color:#172033;margin:0;font-size:20px}.videoeditor-script-table-scroll{width:100%;overflow-x:auto}.videoeditor-script-content-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1050px}.videoeditor-script-content-table thead{color:#fff;background:linear-gradient(90deg,#536dfe,#3d5afe)}.videoeditor-script-content-table th{text-align:center;padding:15px 13px;font-size:13px;font-weight:700}.videoeditor-script-content-table td{color:#344054;vertical-align:top;white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid #eaecf0;padding:16px 14px;font-size:14px;line-height:1.55}.videoeditor-script-content-table tbody tr:nth-child(2n){background:#f8faff}.videoeditor-script-content-table th:first-child,.videoeditor-script-content-table td:first-child{width:90px}.videoeditor-part-column{text-align:center;background:#eef2ff;font-weight:750;color:#3730a3!important}@media (width<=900px){.videoeditor-script-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.videoeditor-script-page{padding:14px}.videoeditor-script-header{flex-direction:column;align-items:flex-start}.videoeditor-script-actions{width:100%}.videoeditor-script-back-btn,.videoeditor-script-print-btn{flex:1}.videoeditor-script-info-header{flex-direction:column;align-items:flex-start}.videoeditor-script-info-grid{grid-template-columns:1fr}}@media print{@page{size:landscape;margin:10mm}@page{size:landscape;margin:10mm}html,body,#root{background:#fff!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}.videoeditor-script-header{display:none!important}.videoeditor-script-page{background:#fff!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.videoeditor-script-print-area{visibility:visible!important;background:#fff!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;position:static!important;overflow:visible!important}.videoeditor-script-print-area *{visibility:visible!important}.videoeditor-script-info-card{width:100%!important;box-shadow:none!important;box-sizing:border-box!important;page-break-inside:avoid!important;break-inside:avoid!important;background:#fff!important;border:1px solid #777!important;border-radius:0!important;margin:0 0 10px!important;padding:12px!important;display:block!important;overflow:visible!important}.videoeditor-script-info-header{justify-content:space-between!important;align-items:center!important;margin-bottom:10px!important;display:flex!important}.videoeditor-script-info-header h2{color:#000!important;margin:0!important;font-size:16px!important}.videoeditor-script-workflow-badge{color:#000!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#eee!important;border:1px solid #555!important;border-radius:12px!important;min-width:auto!important;padding:4px 10px!important;font-size:9px!important;display:inline-block!important}.videoeditor-script-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;display:grid!important}.videoeditor-script-info-item{box-sizing:border-box!important;background:#fff!important;border:1px solid #999!important;border-radius:0!important;min-width:0!important;padding:7px!important;display:block!important}.videoeditor-script-info-item span{color:#444!important;margin-bottom:3px!important;font-size:8px!important;display:block!important}.videoeditor-script-info-item strong{color:#000!important;overflow-wrap:anywhere!important;font-size:10px!important;display:block!important}.videoeditor-script-table-card{width:100%!important;box-shadow:none!important;box-sizing:border-box!important;background:#fff!important;border:1px solid #777!important;border-radius:0!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.videoeditor-script-table-heading{padding:8px 10px!important;display:block!important}.videoeditor-script-table-heading h2{color:#000!important;margin:0!important;font-size:16px!important}.videoeditor-script-table-scroll{width:100%!important;display:block!important;overflow:visible!important}.videoeditor-script-content-table{border-collapse:collapse!important;table-layout:fixed!important;width:100%!important;min-width:0!important;margin:0!important;display:table!important}.videoeditor-script-content-table thead{display:table-header-group!important}.videoeditor-script-content-table tbody{display:table-row-group!important}.videoeditor-script-content-table tr{page-break-inside:avoid!important;break-inside:avoid!important;display:table-row!important}.videoeditor-script-content-table th,.videoeditor-script-content-table td{color:#000!important;vertical-align:top!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important;box-sizing:border-box!important;border:1px solid #555!important;padding:7px!important;font-size:9px!important;line-height:1.35!important;display:table-cell!important}.videoeditor-script-content-table th{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#ddd!important;font-weight:700!important}.videoeditor-script-content-table td{background:#fff!important}.videoeditor-script-content-table th:first-child,.videoeditor-script-content-table td:first-child{width:65px!important}.videoeditor-part-column{color:#000!important;text-align:center!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;background:#eee!important;font-weight:700!important}}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main-content{flex:1;width:100%}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}
