:root{--red: #EA2A24;--charcoal: #242424;--peach: #FBE2DA;--cream: #FAF8F5;--grey-light: #F5F5F5;--grey-dark: #6B6B6B;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#242424;background-color:#faf8f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{width:100%;margin:0;padding:0}a{color:inherit;text-decoration:inherit}button{font-family:inherit}input,select,textarea{background:#fff!important;color:#374151}h1,h2,h3,h4,h5,h6{font-family:Urbanist,sans-serif}body{margin:0;min-width:320px;min-height:100vh;background:#faf8f5;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;height:80px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(36,36,36,.1)}.navbar-container{max-width:1400px;margin:0 auto;height:100%;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:0;transition:opacity .3s}.logo:hover{opacity:.8}.logo-text{font-size:28px;font-weight:800;color:#242424;letter-spacing:-.5px}.nav-links{display:flex;gap:40px;align-items:center}.nav-link{color:#242424;text-decoration:none;font-size:15px;font-weight:500;transition:color .3s;background:none;border:none;cursor:pointer;padding:0}.nav-link:hover{color:#ea2a24}.nav-buttons{display:flex;gap:16px;align-items:center}.btn-sign-in{padding:12px 28px;border-radius:10px;font-size:15px;font-weight:600;background:transparent;color:#242424;border:2px solid #242424;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none}.btn-sign-in:hover{background:#242424;color:#fff}.btn-primary{padding:12px 28px;border-radius:10px;font-size:15px;font-weight:600;background:#ea2a24;color:#fff;border:none;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none}.btn-primary:hover{background:#d21f1a;transform:translateY(-2px);box-shadow:0 8px 16px #ea2a244d}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:6px;padding:8px}.hamburger span{width:25px;height:3px;background:#242424;border-radius:2px;transition:all .3s ease}.hamburger--active span:nth-child(1){transform:rotate(45deg) translate(10px,10px)}.hamburger--active span:nth-child(2){opacity:0}.hamburger--active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero{margin-top:80px;padding:80px 40px;max-width:1400px;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{display:flex;flex-direction:column;gap:30px}.hero-title{font-size:56px;font-weight:800;line-height:1.2;color:#242424;letter-spacing:-1px}.hero-subtitle{font-size:18px;line-height:1.6;color:#6b6b6b;max-width:500px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn-secondary{padding:14px 32px;border-radius:10px;font-size:16px;font-weight:600;background:#fff;color:#242424;border:2px solid #242424;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none}.btn-secondary:hover{background:#f5f5f5;transform:translateY(-3px)}.hero-stats{display:flex;gap:40px;margin-top:20px}.stat{display:flex;flex-direction:column;gap:6px}.stat-number{font-size:28px;font-weight:700;color:#ea2a24}.stat-label{font-size:14px;color:#6b6b6b;font-weight:500}.hero-image{display:flex;align-items:center;justify-content:center}.image-placeholder{width:100%;max-width:500px;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center}.image-placeholder svg{width:100%;height:100%;filter:drop-shadow(0 20px 40px rgba(0,0,0,.08))}.features{padding:100px 40px;background:linear-gradient(135deg,#faf8f5,#fbf5f0)}.features-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:48px;font-weight:800;color:#242424;margin-bottom:16px;letter-spacing:-.5px}.section-header p{font-size:18px;color:#6b6b6b;max-width:500px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.feature-card{background:#fff;padding:32px;border-radius:16px;transition:all .3s ease;border:1px solid rgba(36,36,36,.05)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #ea2a241a;border-color:#ea2a2433}.feature-icon{font-size:32px;margin-bottom:20px;display:block}.feature-card h3{font-size:20px;font-weight:700;color:#242424;margin-bottom:12px}.feature-card p{font-size:15px;color:#6b6b6b;line-height:1.6}.how-it-works{padding:100px 40px;background:#fff}.container{max-width:1400px;margin:0 auto}.steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;align-items:start}.step{display:flex;flex-direction:column;gap:16px;background:linear-gradient(135deg,#faf8f5,#fbf5f0);padding:40px 30px;border-radius:16px;border:1px solid rgba(36,36,36,.05);transition:all .3s ease;text-align:center}.step:hover{transform:translateY(-4px);box-shadow:0 16px 32px #ea2a2414}.step-number{font-size:48px;font-weight:800;color:#ea2a24;line-height:1}.step h3{font-size:24px;font-weight:700;color:#242424}.step p{font-size:15px;color:#6b6b6b;line-height:1.6}.testimonials{padding:100px 40px;background:linear-gradient(135deg,#faf8f5,#fbf5f0)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.testimonial-card{background:#fff;padding:32px;border-radius:16px;border:1px solid rgba(36,36,36,.05);transition:all .3s ease;display:flex;flex-direction:column;gap:16px}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #ea2a241a;border-color:#ea2a2433}.stars{font-size:18px;color:#ea2a24;letter-spacing:2px}.testimonial-text{font-size:16px;color:#242424;line-height:1.7;font-weight:500}.testimonial-author{display:flex;align-items:center;gap:12px;margin-top:8px}.author-info h4{font-size:15px;font-weight:700;color:#242424;margin:0}.author-info p{font-size:13px;color:#6b6b6b;margin:0}.cta{padding:80px 40px;background:linear-gradient(135deg,#ea2a24,#d21f1a);text-align:center}.cta-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.cta-content h2{font-size:48px;font-weight:800;color:#fff;letter-spacing:-.5px}.cta-content p{font-size:18px;color:#ffffffe6;line-height:1.6}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:16px}.cta-buttons .btn-primary{padding:14px 32px;background:#fff;color:#ea2a24}.cta-buttons .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 24px #0003}.cta-buttons .btn-secondary{padding:14px 32px;background:transparent;color:#fff;border-color:#fff}.cta-buttons .btn-secondary:hover{background:#ffffff1a;transform:translateY(-3px);border-color:#fff}.footer{background:#fff;padding:80px 40px 40px}.footer-container{max-width:1400px;margin:0 auto 60px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px}.footer-brand h3{font-size:28px;font-weight:800;color:#242424;margin-bottom:16px}.footer-brand p{font-size:15px;color:#6b6b6b;line-height:1.7;margin-bottom:24px}.social-links{display:flex;gap:12px}.social-icon{width:40px;height:40px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#242424;text-decoration:none;transition:all .3s}.social-icon:hover{background:#ea2a24;color:#fff}.footer-column h4{font-size:16px;font-weight:700;color:#242424;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#6b6b6b;text-decoration:none;font-size:15px;transition:color .3s}.footer-links a:hover{color:#ea2a24}.footer-bottom{text-align:center;padding-top:40px;border-top:1px solid rgba(36,36,36,.1);color:#6b6b6b;font-size:14px}@media(max-width:768px){.navbar-container{padding:0 20px}.nav-links{display:none;position:absolute;top:80px;left:0;right:0;flex-direction:column;gap:0;background:#fff;border-bottom:1px solid rgba(36,36,36,.1);padding:20px}.nav-links--active{display:flex}.nav-link{padding:12px 0;border-bottom:1px solid #f5f5f5}.hamburger{display:flex}.btn-sign-in{display:none}.hero{grid-template-columns:1fr;padding:60px 20px;gap:40px}.hero-title{font-size:42px}.hero-subtitle{font-size:16px}.hero-stats{gap:30px}.features{padding:60px 20px}.section-header h2{font-size:36px}.features-grid{grid-template-columns:1fr;gap:24px}.how-it-works{padding:60px 20px}.section-header{margin-bottom:40px}.steps-container{grid-template-columns:1fr;gap:30px}.step{padding:30px 20px}.testimonials{padding:60px 20px}.testimonials-grid{grid-template-columns:1fr}.cta{padding:60px 20px}.cta-content h2{font-size:36px}.footer{padding:40px 20px}.footer-container{grid-template-columns:1fr;gap:30px}.social-links{justify-content:center}}@media(max-width:640px){.hero{padding:40px 16px;gap:30px}.hero-title{font-size:32px}.hero-buttons{gap:10px}.btn-primary,.btn-secondary{padding:12px 24px;font-size:14px;width:100%}.hero-stats{gap:20px}.stat-number{font-size:22px}}@media(max-width:1024px){.steps-container{grid-template-columns:1fr;gap:30px}}@media(prefers-color-scheme:light){:root{color:#242424;background-color:#faf8f5}}.form-group{margin-bottom:24px}.form-label{display:block;margin-bottom:8px;font-weight:500;font-size:14px;color:#242424}.form-required{color:#ea2a24}.form-input{width:100%;padding:12px 16px;font-size:14px;border:1px solid #E0E0E0;border-radius:8px;background:#fff;color:#242424;transition:border-color .3s,box-shadow .3s;font-family:inherit}.form-input:focus{outline:none;border-color:#ea2a24;box-shadow:0 0 0 3px #ea2a241a}.form-input--error{border-color:#ea2a24}.form-error{margin-top:4px;font-size:12px;color:#ea2a24}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-section{margin-bottom:32px}.form-section-title{font-size:16px;font-weight:600;margin-bottom:16px;color:#242424}.password-requirements{background:#f5f5f5;padding:16px;border-radius:8px;margin-bottom:20px}.requirements-title{font-size:12px;font-weight:600;color:#242424;margin-bottom:8px}.requirements-list{list-style:none;padding:0;margin:0}.requirements-list li{font-size:12px;color:#6b6b6b;padding:4px 0 4px 20px;position:relative;margin-bottom:4px}.requirements-list li:before{content:"✓";position:absolute;left:0;color:#e0e0e0}.requirement--met{color:#2ecc71}.requirement--met:before{color:#2ecc71}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-input{width:18px;height:18px;cursor:pointer;accent-color:#EA2A24}.checkbox-text{font-size:14px;color:#242424}.alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.alert--error{background:#fee2e0;color:#ea2a24;border:1px solid #FCCCC9}.alert--success{background:#e8f8f5;color:#2ecc71;border:1px solid #C8E6C0}.register-container,.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:#faf8f5}.register-wrapper,.login-wrapper{width:100%;max-width:500px;background:#fff;padding:40px;border-radius:16px;box-shadow:0 2px 12px #00000014}.register-header,.login-header{text-align:center;margin-bottom:32px}.register-title,.login-title{font-size:28px;font-weight:700;color:#242424;margin-bottom:8px}.register-subtitle,.login-subtitle{font-size:14px;color:#6b6b6b}.register-form,.login-form{width:100%}.login-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:12px}.forgot-password-link{font-size:13px;color:#ea2a24;text-decoration:none;transition:opacity .2s}.forgot-password-link:hover{opacity:.8}.register-footer,.login-footer{text-align:center;font-size:13px;color:#6b6b6b;margin-top:16px}.register-link,.login-link{color:#ea2a24;text-decoration:none;font-weight:600;transition:opacity .2s}.register-link:hover,.login-link:hover{opacity:.8}.btn--full{width:100%}@media(max-width:768px){.form-row{grid-template-columns:1fr}.register-wrapper,.login-wrapper{padding:32px 20px}.register-container,.login-container{padding:20px 16px}}@media(max-width:640px){.register-title,.login-title{font-size:24px}.register-subtitle,.login-subtitle{font-size:13px}.form-input{padding:10px 14px;font-size:16px}}.dashboard{min-height:100vh;background:#faf8f5}.dashboard-container{max-width:1400px;margin:80px auto 0;padding:40px 20px}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:40px}.header-content{flex:1}.dashboard-title{font-size:32px;font-weight:700;color:#242424;margin-bottom:8px}.dashboard-subtitle{font-size:15px;color:#6b6b6b}.dashboard-grid{display:grid;gap:32px}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-card{display:flex;gap:16px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;transition:all .3s ease}.stat-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.stat-icon{font-size:32px;line-height:1}.stat-content{flex:1}.stat-label{font-size:12px;color:#6b6b6b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.stat-value{font-size:28px;font-weight:700;color:#ea2a24}.productions-section{display:grid;gap:20px}.section-title{font-size:20px;font-weight:600;color:#242424;margin-bottom:16px}.productions-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.production-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.production-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.card-header{padding:20px;border-bottom:1px solid #F0F0F0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.card-title{font-size:18px;font-weight:600;color:#242424;margin:0;flex:1}.card-status{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.status--planning{background:#fef3e2;color:#f59e0b}.status--shooting{background:#dbeafe;color:#3b82f6}.status--completed{background:#dcfce7;color:#16a34a}.status--cancelled{background:#fee2e2;color:#dc2626}.card-content{padding:20px;flex:1;display:flex;flex-direction:column;gap:16px}.card-description{font-size:14px;color:#6b6b6b;line-height:1.5;margin:0}.card-meta{display:flex;flex-direction:column;gap:8px}.meta-item{display:flex;gap:8px;font-size:13px}.meta-label{font-weight:600;color:#242424;min-width:70px}.meta-value{color:#6b6b6b}.card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding-top:12px;border-top:1px solid #F0F0F0}.stat{text-align:center}.stat-number{font-size:20px;font-weight:700;color:#ea2a24}.stat-label{font-size:11px;color:#6b6b6b;text-transform:uppercase;letter-spacing:.5px;margin-top:4px}.card-footer{padding:16px 20px;border-top:1px solid #F0F0F0;display:flex;align-items:center;justify-content:space-between;gap:12px}.btn-text{background:none;border:none;color:#ea2a24;cursor:pointer;font-weight:600;font-size:14px;transition:color .2s}.btn-text:hover{color:#d21f1a}.card-actions{display:flex;gap:8px}.btn-icon{background:#f5f5f5;border:none;width:32px;height:32px;border-radius:6px;cursor:pointer;font-size:16px;transition:all .2s}.btn-icon:hover{background:#e8e8e8}.btn-icon--danger:hover{background:#fee2e2}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;border:2px dashed #E0E0E0}.empty-icon{font-size:64px;margin-bottom:16px}.empty-state h3{font-size:20px;font-weight:600;color:#242424;margin:0 0 8px}.empty-state p{font-size:14px;color:#6b6b6b;margin-bottom:24px}.loading-state{text-align:center;padding:60px 20px;font-size:16px;color:#6b6b6b}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #F0F0F0}.modal-header h2{font-size:20px;font-weight:600;color:#242424;margin:0}.modal-close{background:none;border:none;font-size:28px;color:#6b6b6b;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color .2s}.production-form{padding:24px}.form-textarea{width:100%;padding:12px 16px;font-size:14px;border:1px solid #E0E0E0;border-radius:8px;background:#fff;color:#242424;font-family:inherit;resize:vertical;transition:border-color .3s}.form-textarea:focus{outline:none;border-color:#ea2a24;box-shadow:0 0 0 3px #ea2a241a}.form-actions{display:flex;gap:12px;margin-top:24px}.form-actions button{flex:1}@media(max-width:768px){.dashboard-container{padding:20px 16px;margin-top:80px}.dashboard-header{flex-direction:column}.dashboard-title{font-size:24px}.stats-section,.productions-list{grid-template-columns:1fr}.modal-content{max-width:100%}}.dashboard-wrapper{display:flex;flex-direction:column;height:100vh;background:#f3f4f6;padding-top:80px}.header-bar{background:#fff;border-bottom:1px solid #E5E7EB;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;z-index:40}.logo{display:flex;align-items:center;gap:8px}.logo-mark{width:32px;height:32px;background:#ea2a24;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px;font-family:Urbanist,sans-serif}.logo-text{font-family:Urbanist,sans-serif;font-weight:800;font-size:20px;color:#242424}.user-menu{display:flex;align-items:center;gap:.75rem}.icon-btn{padding:8px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .15s}.icon-btn:hover{background:#f3f4f6}.icon-btn .material-symbols-outlined{font-size:20px;color:#6b7280}.user-avatar{width:36px;height:36px;background:#dbeafe;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#1e3a8a;border:none;cursor:pointer;transition:all .15s}.user-avatar:hover{background:#bfdbfe}.user-avatar-container{position:relative}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 10px 25px #00000026;min-width:220px;z-index:1000;overflow:hidden}.user-menu-header{padding:12px 16px;border-bottom:1px solid #E5E7EB}.user-menu-name{font-size:14px;font-weight:600;color:#242424;margin-bottom:4px}.user-menu-role{font-size:12px;color:#6b7280}.user-menu-divider{height:1px;background:#e5e7eb}.user-menu-item{width:100%;padding:12px 16px;background:none;border:none;text-align:left;font-size:14px;font-weight:500;color:#374151;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .15s}.user-menu-item:hover{background:#f3f4f6}.user-menu-item .material-symbols-outlined{font-size:18px;color:#6b7280}.user-menu-item.logout{color:#ef4444}.user-menu-item.logout:hover{background:#fee2e2}.user-menu-item.logout .material-symbols-outlined{color:#ef4444}.production-header{background:#fff;border-bottom:1px solid #E5E7EB;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;z-index:30}.production-title{font-size:22px;font-weight:700;color:#242424;margin:0}.production-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid #E5E7EB;border-radius:10px;box-shadow:0 10px 25px #00000026;min-width:250px;z-index:100;overflow:hidden}.main-layout{flex:1;display:flex;overflow:hidden}.locations-panel{flex:1;overflow-y:auto;padding:1rem}.filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:0;background:#fff;border:1px solid #E5E7EB;border-radius:10px;margin-bottom:12px;overflow:visible;padding:10px 0}.filter-col{padding:0 14px;display:flex;align-items:center;gap:8px;border-right:1px solid #E5E7EB;flex:1;min-width:250px}.filter-col-label{font-size:11px;font-weight:600;text-transform:uppercase;color:#6b7280;white-space:nowrap}.filter-input,.filter-select{padding:6px 10px;border:1px solid #E5E7EB;border-radius:6px;font-size:12px;color:#374151;background:#fff!important;cursor:pointer}.filter-input{cursor:text;flex:1}.filter-select{cursor:pointer}.filter-btn{padding:6px 10px;background:#fff;border:1px solid #E5E7EB;border-radius:6px;font-size:11px;font-weight:500;color:#374151;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .15s;white-space:nowrap}.filter-btn.create{background:#10b981;border-color:#10b981;color:#fff}.filter-btn .material-symbols-outlined{font-size:14px}.location-row{background:#fff;border:1px solid #E5E7EB;border-radius:12px;margin-bottom:12px;cursor:pointer;transition:all .15s}.location-row-inner{display:grid;grid-template-columns:280px 220px 1fr;align-items:stretch;overflow:visible}.location-col,.schedule-col,.scenes-col{padding:14px;display:flex;gap:12px;border-right:1px solid #E5E7EB;overflow:visible;position:relative}.location-col{grid-column:1;flex-direction:row;align-items:center}.scenes-col{grid-column:2;flex-wrap:wrap;align-items:center;gap:4px}.schedule-col{grid-column:3;flex-direction:column;align-items:flex-start;border-right:none;gap:4px}.location-thumb{width:60px;height:60px;border-radius:8px;background-size:cover;background-position:center;flex-shrink:0}.location-name-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.location-name{font-size:14px;font-weight:600;color:#242424}.expand-icon{font-size:12px;color:#9ca3af;margin-left:auto}.location-meta{display:flex;gap:8px;margin-bottom:4px;font-size:12px;color:#6b7280}.location-address{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-type-tag{padding:2px 6px;background:#eef2ff;color:#4f46e5;border-radius:4px;font-size:10px;font-weight:600}.location-status{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.location-status.pending{color:#fcd34d}.location-status.approved{color:#10b981}.location-status.rejected{color:#ef4444}.price{font-size:14px;font-weight:700;color:#242424}.availability{font-size:12px;color:#6b7280}.action-btn{padding:6px 12px;border:1px solid #E5E7EB;background:#fff;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.action-btn:hover{background:#f3f4f6;border-color:#d97706;color:#d97706}.action-btn.secondary{border-color:#d97706;color:#d97706}.location-detail{border-top:1px solid #E5E7EB;background:#f9fafb}.location-detail-inner{display:grid;grid-template-columns:280px 220px 1fr;min-height:400px}.detail-col{padding:16px;border-right:1px solid #E5E7EB}.detail-image{width:100%;height:100%;object-fit:cover}.detail-info{font-size:12px;color:#374151;line-height:1.6}.detail-info p{margin:0 0 8px}.detail-description{font-size:12px;color:#6b7280;line-height:1.6;margin:0}.scene-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid #E5E7EB;border-radius:10px;box-shadow:0 10px 25px #0003;min-width:220px;z-index:9999;display:block;overflow:visible}.scene-dropdown-item .material-symbols-outlined{font-size:16px}.add-scene-btn{display:inline-flex;align-items:center;gap:2px;padding:3px 6px;border:1px dashed #D1D5DB;border-radius:6px;font-size:10px;font-weight:500;color:#6b7280;background:#fff;cursor:pointer;transition:all .15s}.add-scene-btn .material-symbols-outlined{font-size:12px}.recce-pill{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#f3f4f6;border:1px solid #E5E7EB;border-radius:20px;font-size:10px;font-weight:600;color:#374151;margin-bottom:4px}.recce-pill-type{min-width:28px;text-align:center;padding:2px 4px;border-radius:4px;background:#d1d5db;color:#fff;font-size:8px}.recce-pill-type.first{background:#3b82f6}.recce-pill-type.tech{background:#f59e0b}.recce-pill-type.shoot{background:#ef4444}.recce-pill-date{flex:1}.recce-pill-status{width:6px;height:6px;border-radius:50%;background:#10b981}.add-recce-pill{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px dashed #D1D5DB;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s}.add-recce-pill:hover{border-color:#10b981;color:#10b981}.scene-assignment-card{background:#fafafa;border:1px solid #E5E7EB;border-radius:8px;padding:12px;margin-bottom:12px}.scene-assignment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.scene-detail-badge{padding:4px 8px;background:#eef2ff;color:#4f46e5;border-radius:4px;font-size:11px;font-weight:600}.scene-detail-name{font-size:12px;font-weight:600;color:#1f2937}.scene-remove-btn{width:24px;height:24px;border:none;background:#fff;border:1px solid #E5E7EB;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.scene-remove-btn:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.scene-remove-btn .material-symbols-outlined{font-size:14px}.scene-detail-desc{font-size:11px;color:#6b7280;margin-bottom:8px;line-height:1.4}.scene-dates-section{margin-top:8px;padding-top:8px;border-top:1px dashed #E5E7EB}.scene-dates-title{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:600;color:#6b7280;margin-bottom:8px}.scene-date-input{display:flex;flex-direction:column;gap:4px}.scene-date-input label{font-size:10px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px}.scene-date-input input{padding:8px 10px;border:1px solid #E5E7EB;border-radius:6px;font-size:12px;background:#fff!important;color:#374151}.scene-date-input input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.recce-tabs-container{display:flex;flex-direction:column;height:100%}.recce-tabs-bar{display:flex;gap:0;border-bottom:1px solid #E5E7EB;background:#fafafa}.recce-tab{padding:12px 14px;border:none;background:none;border-bottom:2px solid transparent;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .15s}.recce-tab:hover{color:#374151}.recce-tab.active{color:#4f46e5;border-bottom-color:#4f46e5}.tab-label{white-space:nowrap}.tab-status{width:6px;height:6px;border-radius:50%;background:#10b981;display:inline-block}.recce-tab-add{width:24px;height:24px;border:none;background:none;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto;transition:color .15s}.recce-tab-add:hover{color:#6b7280}.recce-tab-content{flex:1;overflow-y:auto;padding:12px;display:none}.recce-tab-content.active{display:block}.tab-type-selector{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:12px}.tab-type-selector label{font-weight:600;color:#6b7280}.recce-type-dropdown{padding:6px 10px;border:1px solid #E5E7EB;border-radius:6px;font-size:11px;flex:1;background:#fff!important;color:#374151}.recce-requirement-status{font-size:10px;padding:2px 8px;border-radius:10px;font-weight:500}.tab-section{margin-bottom:12px;padding-bottom:12px;border-bottom:1px dashed #E5E7EB}.tab-section:last-child{border-bottom:none}.tab-section-title{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;margin-bottom:8px}.date-row-with-checkbox{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.date-row-fields{display:flex;flex-direction:column;gap:4px}.date-row-fields label{font-size:11px;font-weight:600;color:#6b7280;display:flex;align-items:center;gap:4px}.date-row-fields .material-symbols-outlined{font-size:14px}.date-time-inputs input{flex:1;padding:8px 10px;border:1px solid #E5E7EB;border-radius:6px;font-size:12px;background:#fff!important;color:#374151}.date-time-inputs input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.unsure-checkbox{display:flex;align-items:center;gap:4px;font-size:11px;color:#6b7280;cursor:pointer}.unsure-checkbox input{cursor:pointer}.recce-notes{width:100%;padding:10px;border:1px solid #E5E7EB;border-radius:6px;font-size:12px;resize:vertical;min-height:60px;font-family:inherit;color:#374151;background:#fff!important}.recce-notes:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.recce-notes-large{width:100%;padding:10px;border:1px solid #E5E7EB;border-radius:6px;font-size:12px;resize:vertical;min-height:80px;font-family:inherit;color:#374151;background:#fff!important}.recce-notes-large:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.empty-state{text-align:center;padding:40px 20px;color:#6b7280}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px #00000026;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{padding:20px;border-bottom:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:18px;font-weight:700;margin:0;color:#242424}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;transition:color .2s}.modal-close:hover{color:#242424}.production-form{padding:20px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}.form-input,.form-textarea{width:100%;padding:8px 12px;border:1px solid #E5E7EB;border-radius:6px;font-size:13px;color:#242424;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#ea2a24;box-shadow:0 0 0 2px #ea2a241a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-actions{display:flex;gap:12px;margin-top:20px}.btn{padding:10px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.btn-primary{background:#ea2a24;color:#fff}.btn-primary:hover{background:#d21f1a}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #E5E7EB}.btn-secondary:hover{background:#e5e7eb}@media(max-width:1024px){.location-row-inner,.location-detail-inner{grid-template-columns:1fr}.location-col,.schedule-col,.actions-col,.detail-col{border-right:none!important;border-bottom:1px solid #E5E7EB;padding:12px!important}.filter-bar{grid-template-columns:1fr;gap:8px}.filter-col{border-right:none!important;border-bottom:1px solid #E5E7EB;gap:6px;flex-wrap:wrap}.filter-col:last-child{border-bottom:none}}@media(max-width:768px){.production-header{flex-direction:column;gap:12px;align-items:flex-start}.production-meta-badges{width:100%}}@media(max-width:640px){.dashboard-title{font-size:20px}.card-stats{grid-template-columns:repeat(3,1fr);gap:8px}.stat-number{font-size:16px}}.comms-panel{flex-shrink:0;width:380px;background:#fff;border-left:1px solid #E5E7EB;display:flex;flex-direction:column;overflow:hidden}.comms-header{padding:14px 16px;border-bottom:1px solid #E5E7EB;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.comms-header-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#fff;margin-bottom:4px}.comms-header-title .material-symbols-outlined{font-size:18px;color:#fff}.ai-badge{background:#fff3;color:#fff;font-size:9px;font-weight:600;padding:2px 8px;border-radius:10px;margin-left:auto}.comms-header-sub{font-size:11px;color:#fffc;margin-top:4px}.comms-location-context{padding:10px 16px;display:flex;gap:10px;align-items:center;border-bottom:1px solid #E5E7EB;background:#f9fafb}.comms-location-thumb,.comms-location-thumb-placeholder{width:36px;height:36px;border-radius:6px;object-fit:cover;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.comms-location-thumb-placeholder{color:#9ca3af}.comms-location-scene{font-size:11px;color:#6b7280;margin-top:2px}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.chat-message{display:flex;flex-direction:column;gap:4px}.chat-message.system{align-items:center;margin:8px 0}.chat-message-system-text{font-size:12px;color:#9ca3af;font-weight:500}.chat-message.user{align-items:flex-end}.chat-message.ai{align-items:flex-start}.chat-message-sender{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#6b7280}.chat-message.user .chat-message-sender{color:#4f46e5}.chat-message.ai .chat-message-sender{color:#059669}.chat-message-text{padding:10px 12px;border-radius:8px;font-size:13px;line-height:1.4;word-wrap:break-word;max-width:90%}.chat-message.user .chat-message-text{background:#4f46e5;color:#fff}.chat-message.ai .chat-message-text{background:#f3f4f6;color:#1f2937}.chat-message-meta{font-size:10px;color:#9ca3af;margin-top:2px}.chat-input-wrapper{display:flex;gap:8px;align-items:center;background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:0}.chat-input{flex:1;border:none;background:none;font-size:13px;color:#1f2937;outline:none;font-family:inherit;padding:10px 14px}.chat-input::placeholder{color:#9ca3af}.chat-send-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#6366f1;color:#fff;border-radius:10px;cursor:pointer;transition:background .15s;flex-shrink:0;margin-right:2px}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.no-scenes-label{display:inline-block;padding:6px 12px;font-size:12px;color:#9ca3af;background:#f3f4f6;border:1px dashed #D1D5DB;border-radius:8px;font-weight:500}.scene-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#d1fae5;color:#065f46;border-radius:8px;font-size:13px;font-weight:600}.scene-badge .remove-scene{cursor:pointer;opacity:.7;transition:opacity .2s ease;font-size:16px}.scene-dropdown{position:relative;display:inline-block}.add-scene-btn{width:28px;height:28px;border-radius:6px;border:1px solid #E5E7EB;background:#fff;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.add-scene-btn:hover{background:#f9fafb;color:#374151;border-color:#d1d5db}.add-scene-btn .material-symbols-outlined{font-size:16px}.location-row{background:#fff;border:1px solid #E5E7EB;border-radius:12px;margin-bottom:12px;cursor:pointer;transition:all .2s ease;overflow:hidden}.location-row:hover{box-shadow:0 4px 12px #00000014;border-color:#d1d5db}.location-row.expanded{box-shadow:0 8px 24px #0000001f}.location-row-inner{display:grid;grid-template-columns:1fr 300px 250px;gap:16px;padding:16px;align-items:center}.location-col{display:flex;gap:12px}.location-thumb{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0}.location-info{flex:1;min-width:0}.location-name-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.location-name{font-size:15px;font-weight:600;color:#1f2937}.expand-icon{color:#9ca3af;font-size:20px}.location-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px}.location-address{font-size:12px;color:#6b7280}.location-type-tag{display:inline-block;padding:2px 8px;background:#fef3c7;color:#92400e;border-radius:4px;font-size:11px;font-weight:500}.location-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500}.status-dot{width:6px;height:6px;border-radius:50%}.location-status.confirmed{color:#059669}.location-status.confirmed .status-dot{background:#10b981}.location-status.requested{color:#0284c7}.location-status.requested .status-dot{background:#0ea5e9}.location-status.draft{color:#6b7280}.location-status.draft .status-dot{background:#d1d5db}.scenes-col,.schedule-col{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.recce-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#f3f4f6;border:1px solid #E5E7EB;border-radius:8px;font-size:12px}.recce-pill-type{font-weight:700;padding:2px 6px;border-radius:4px;font-size:10px}.recce-pill-status{width:8px;height:8px;border-radius:50%;background:#10b981}.add-recce-pill{display:inline-flex;align-items:center;gap:4px;padding:8px 12px;border:1px dashed #D1D5DB;border-radius:8px;font-size:12px;color:#6b7280;background:#fff;cursor:pointer;transition:all .2s ease}.add-recce-pill .material-symbols-outlined{font-size:14px}.location-detail{border-top:1px solid #E5E7EB;padding:16px;background:#f9fafb}.location-detail-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.detail-col{display:flex;flex-direction:column;gap:12px}.detail-col:last-child{border-right:none}.detail-col-title{font-size:14px;font-weight:600;color:#1f2937}.image-carousel{width:100%;height:200px;border-radius:8px;overflow:hidden;background:#e5e7eb}.scene-assignment-card{background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:12px;margin-bottom:10px}.scene-assignment-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.scene-assignment-title{display:flex;align-items:center;gap:8px}.scene-detail-badge{font-size:10px;font-weight:700;padding:3px 8px;background:#d1fae5;color:#065f46;border-radius:4px}.scene-detail-name{font-size:13px;font-weight:600;color:#1f2937}.scene-remove-btn{width:24px;height:24px;border-radius:6px;border:none;background:transparent;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.scene-remove-btn:hover{background:#fee2e2;color:#dc2626}.scene-detail-desc{font-size:12px;color:#6b7280;line-height:1.5}.scene-dates-section{margin-top:12px;padding-top:10px;border-top:1px solid #F3F4F6}.scene-dates-title{font-size:10px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:flex;align-items:center;gap:4px}.scene-dates-title .material-symbols-outlined{font-size:14px}.scene-dates-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.scene-date-input{display:flex;flex-direction:column;gap:3px}.scene-date-input label{font-size:9px;font-weight:500;color:#9ca3af;text-transform:uppercase}.scene-date-input input[type=date]{padding:6px 8px;border:1px solid #E5E7EB;border-radius:5px;font-size:11px;background:#fafafa}.recce-tabs-container{background:#fff;border:1px solid #E5E7EB;border-radius:8px;overflow:hidden}.recce-tabs-bar{display:flex;align-items:center;background:#f3f4f6;border-bottom:1px solid #E5E7EB;padding:4px;gap:2px;overflow-x:auto}.recce-tab{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#e5e7eb;border:1px solid #D1D5DB;border-bottom:none;border-radius:8px 8px 0 0;font-size:11px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s;white-space:nowrap;position:relative;top:1px}.recce-tab:hover{background:#f9fafb}.recce-tab.active{background:#fff;color:#1f2937;border-color:#e5e7eb;font-weight:600}.tab-label{max-width:100px;overflow:hidden;text-overflow:ellipsis}.tab-status{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#fcd34d}.recce-tab-add{width:28px;height:28px;border-radius:6px;border:1px solid #D1D5DB;background:#fff;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.recce-tab-add:hover{background:#f9fafb;border-color:#9ca3af}.recce-tab-content{padding:12px}.tab-type-selector{display:flex;align-items:center;gap:12px;margin-bottom:12px}.tab-type-selector label{font-size:12px;font-weight:500;color:#6b7280}.recce-type-dropdown{padding:6px 10px;border:1px solid #E5E7EB;border-radius:6px;font-size:12px;background:#fff}.recce-requirement-status{font-size:10px;font-weight:600;padding:2px 8px;border-radius:4px;text-transform:uppercase}.recce-requirement-status.confirmed{background:#d1fae5;color:#065f46}.recce-requirement-status.pending{background:#fef3c7;color:#92400e}.tab-section{margin-bottom:12px}.tab-section-title{font-size:12px;font-weight:600;color:#1f2937;margin-bottom:8px}.date-row-with-checkbox{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 12px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;margin-bottom:8px}.date-row-fields{flex:1;display:flex;flex-direction:column;gap:6px}.date-row-fields label{font-size:11px;font-weight:500;color:#374151;display:flex;align-items:center;gap:4px}.date-row-fields label .material-symbols-outlined{font-size:16px;color:#6b7280}.date-time-inputs{display:flex;gap:8px}.date-time-inputs input[type=date],.date-time-inputs input[type=time]{padding:8px 10px;border:1px solid #E5E7EB;border-radius:6px;font-size:12px;background:#fff}.date-time-inputs input[type=date]{flex:1}.date-time-inputs input[type=time]{width:100px}.unsure-checkbox{display:flex;align-items:center;gap:6px;font-size:11px;color:#6b7280;cursor:pointer;padding:6px 10px;border:1px solid #E5E7EB;border-radius:6px;background:#fff;transition:all .15s;white-space:nowrap;margin-top:20px}.unsure-checkbox:hover{background:#fef3c7;border-color:#f59e0b}.unsure-checkbox input[type=checkbox]{width:14px;height:14px;accent-color:#F59E0B}.recce-notes{width:100%;padding:10px 12px;border:1px solid #E5E7EB;border-radius:8px;font-size:12px;line-height:1.5;resize:vertical;min-height:80px;font-family:inherit}.recce-notes::placeholder{color:#9ca3af}.recce-notes-large{width:100%;padding:10px 12px;border:1px solid #E5E7EB;border-radius:8px;font-size:12px;line-height:1.5;resize:vertical;min-height:100px;font-family:inherit}.recce-notes-large::placeholder{color:#9ca3af}.dashboard-wrapper{display:flex;flex-direction:column;min-height:100vh;background:#f3f4f6;padding-top:80px}.production-header{background:#fff;border-bottom:1px solid #E5E7EB;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:30}.production-title-section{display:flex;align-items:center;gap:12px}.production-title{font-family:Urbanist,sans-serif;font-size:22px;font-weight:700;color:#242424;margin:0}.production-dropdown{position:relative}.production-dropdown-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f3f4f6;border:1px solid #E5E7EB;border-radius:8px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s}.production-dropdown-btn:hover{background:#e5e7eb}.production-dropdown-menu{background:#fff;border:1px solid #E5E7EB;border-radius:10px;box-shadow:0 10px 25px #00000026;min-width:250px;z-index:10000;overflow:hidden}.production-dropdown-menu.open{display:block}.production-dropdown-item{padding:12px 16px;font-size:13px;color:#374151;cursor:pointer;display:flex;align-items:center;gap:10px;transition:background .15s}.production-dropdown-item:hover{background:#f3f4f6}.production-dropdown-item.active{background:#eef2ff;color:#4338ca;font-weight:600}.production-dropdown-item.create-new{border-top:1px solid #E5E7EB;color:#10b981;font-weight:500}.production-meta-badges{display:flex;gap:8px}.meta-badge{padding:4px 10px;background:#f3f4f6;border-radius:6px;font-size:11px;font-weight:500;color:#6b7280}.main-layout{flex:1;display:flex;overflow:hidden;gap:0}.locations-panel{flex:1;overflow-y:auto;padding:1rem;min-width:0;display:flex;flex-direction:column;gap:12px}.filter-bar{display:flex;align-items:center;gap:0;background:#fff;border:1px solid #E5E7EB;border-radius:10px;overflow:visible;flex-wrap:wrap;padding:8px 4px}.filter-col{padding:6px 10px;border-right:1px solid #E5E7EB;display:flex;align-items:center;gap:6px;flex:1;min-width:fit-content}.filter-col:last-child{border-right:none}.filter-col-label{font-size:10px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.filter-input,.filter-select{padding:6px 10px;border:1px solid #E5E7EB;border-radius:6px;font-size:12px;background:#fff!important;color:#374151!important;cursor:pointer}.filter-input{flex:1;cursor:text}.filter-btn{padding:6px 10px;border:1px solid #E5E7EB;border-radius:6px;font-size:11px;font-weight:500;color:#374151;background:#fff;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .15s;white-space:nowrap}.filter-btn:hover{background:#f3f4f6}.filter-btn.active{background:#eef2ff;border-color:#6366f1;color:#4f46e5}.filter-btn.create{background:#10b981;border-color:#10b981;color:#fff;margin-left:auto}.filter-btn.create:hover{background:#059669}.location-row{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:visible;cursor:pointer;transition:all .15s}.location-row:hover{border-color:#d97706;box-shadow:0 2px 8px #d977061a}.location-row.expanded{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.location-row-inner{display:flex;align-items:stretch;overflow:visible;gap:0}.location-col{padding:14px;display:flex;gap:12px;border-right:1px solid #E5E7EB;overflow:visible;position:relative;flex:0 0 auto;width:280px;align-items:center}.location-thumb{width:60px;height:60px;border-radius:8px;object-fit:cover;background:#f3f4f6;flex-shrink:0}.location-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.location-name-row{display:flex;align-items:center;gap:8px;margin-bottom:2px}.location-name{font-weight:600;font-size:14px;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expand-icon{font-size:16px;color:#9ca3af;margin-left:auto;transition:transform .2s}.location-row.expanded .expand-icon{transform:rotate(180deg)}.location-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.location-address{font-size:11px;color:#6b7280}.location-type-tag{font-size:9px;font-weight:600;padding:2px 6px;background:#f3f4f6;color:#6b7280;border-radius:4px;text-transform:uppercase}.location-status{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.location-status.confirmed{background:#d1fae5;color:#065f46}.location-status.requested{background:#dbeafe;color:#1e40af}.location-status.draft{background:#fef3c7;color:#92400e}.location-status.on-hold{background:#f3f4f6;color:#6b7280}.location-status.declined{background:#fee2e2;color:#991b1b}.scenes-col{padding:10px 14px;border-right:1px solid #E5E7EB;overflow:visible;display:flex;flex-wrap:wrap;align-items:center;gap:4px;flex:0 0 auto;width:220px;min-height:100%}.scene-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#d1fae5;color:#065f46;border-radius:6px;font-size:10px;font-weight:600}.scene-badge.unassigned{background:#fef3c7;color:#92400e}.scene-badge .remove-scene{font-size:12px;cursor:pointer;opacity:.6;margin-left:2px;transition:opacity .15s}.scene-badge .remove-scene:hover{opacity:1}.add-scene-btn{display:inline-flex;align-items:center;gap:2px;padding:3px 6px;border:1px dashed #D1D5DB;border-radius:6px;font-size:10px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s;background:#fff}.add-scene-btn:hover{border-color:#10b981;color:#10b981}.scene-dropdown{position:relative;display:inline-block;z-index:50}.scene-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid #E5E7EB;border-radius:10px;box-shadow:0 10px 25px #0003;min-width:220px;z-index:9999;display:none;overflow:visible}.scene-dropdown-menu.open{display:block}.scene-dropdown-item{padding:10px 14px;font-size:12px;color:#374151;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .15s}.scene-dropdown-item:hover{background:#f3f4f6}.scene-dropdown-item.assigned{background:#d1fae5;color:#065f46}.scene-dropdown-item.create-new{border-top:1px solid #E5E7EB;color:#10b981;font-weight:500}.no-scenes-label{display:inline-block;padding:4px 8px;font-size:11px;color:#9ca3af;background:#f3f4f6;border:1px dashed #D1D5DB;border-radius:6px}.schedule-col{padding:10px 14px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:8px;border-right:none;flex:1;min-width:0}.recce-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;font-size:11px;position:relative;flex-shrink:0;white-space:nowrap}.recce-pill:hover .recce-pill-delete{opacity:1}.recce-pill-delete{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;margin-left:4px;background:none;border:none;color:#9ca3af;cursor:pointer;opacity:0;transition:all .15s;font-size:12px}.recce-pill-delete:hover{color:#ef4444}.recce-pill-type{font-weight:600;padding:2px 6px;border-radius:4px;font-size:9px}.recce-pill-type.first{background:#dbeafe;color:#1e40af}.recce-pill-type.second{background:#e0e7ff;color:#4338ca}.recce-pill-type.tech{background:#fef3c7;color:#92400e}.recce-pill-type.shoot{background:#d1fae5;color:#065f46}.recce-pill-date{color:#374151;font-weight:500}.recce-pill-status{width:8px;height:8px;border-radius:50%}.recce-pill-status.pending{background:#fcd34d}.recce-pill-status.requested{background:#60a5fa}.recce-pill-status.confirmed{background:#34d399}.add-recce-pill{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:1px dashed #D1D5DB;border-radius:8px;font-size:11px;color:#6b7280;cursor:pointer;transition:all .15s;background:#fff}.add-recce-pill:hover{border-color:#6366f1;color:#6366f1}.recce-name-input{width:100%;padding:8px 10px;border:1px solid #E5E7EB;border-radius:6px;font-size:13px;font-weight:500;background:#fff}.recce-name-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.add-recce-dropdown{position:relative;display:inline-flex;align-items:center}.add-recce-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 10px;border:1px dashed #D1D5DB;border-radius:8px;font-size:11px;color:#6b7280;cursor:pointer;transition:all .15s;background:#fff}.add-recce-btn:hover:not(:disabled){border-color:#6366f1;color:#6366f1}.add-recce-btn:disabled{opacity:.6;cursor:not-allowed}.add-recce-menu{background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10000;min-width:100px}.add-recce-menu-item{display:block;width:100%;padding:8px 12px;background:none;border:none;text-align:left;cursor:pointer;font-size:12px;color:#374151;transition:background-color .15s}.add-recce-menu-item:first-child{border-radius:7px 7px 0 0}.add-recce-menu-item:last-child{border-radius:0 0 7px 7px}.add-recce-menu-item:hover{background-color:#f3f4f6;color:#6366f1}.no-recce-label{font-size:11px;color:#9ca3af;font-style:italic}.recce-pill-status.unscheduled{background:#d1d5db}.location-detail{display:none;border-top:1px solid #E5E7EB;background:#f9fafb}.location-row.expanded .location-detail{display:block}.location-detail-inner{display:flex;gap:0;min-height:200px}.detail-col{padding:16px;border-right:1px solid #E5E7EB;flex:0 0 auto;width:280px}.detail-col:nth-child(2){width:220px}.detail-col:nth-child(3){border-right:none;flex:1;min-width:0}.detail-col-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin-bottom:12px}.image-carousel{position:relative;width:100%;height:140px;border-radius:8px;overflow:hidden;background:#e5e7eb}.carousel-image{width:100%;height:100%;object-fit:cover}.empty-state{padding:48px 24px;text-align:center;background:#fff;border-radius:12px;border:2px dashed #E5E7EB}.empty-state p{font-size:16px;color:#6b7280;margin:0 0 16px}.add-from-bucket-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.add-from-bucket-btn:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.loading-spinner{width:40px;height:40px;border:4px solid #E5E7EB;border-top-color:#ef4444;border-radius:50%;animation:spin 1s linear infinite;margin:16px auto}@keyframes spin{to{transform:rotate(360deg)}}.comms-panel{width:380px;flex-shrink:0;background:#fff;border-left:1px solid #E5E7EB;display:flex;flex-direction:column}.comms-header{padding:14px 16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-bottom:1px solid #E5E7EB}.comms-header-title{font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.comms-header-sub{font-size:11px;opacity:.8;margin-top:4px}.ai-badge{font-size:9px;background:#fff3;padding:2px 8px;border-radius:10px;font-weight:600}.comms-location-context{padding:10px 16px;background:#f9fafb;border-bottom:1px solid #E5E7EB;display:flex;align-items:center;gap:10px}.comms-location-thumb{width:36px;height:36px;border-radius:6px;object-fit:cover}.comms-location-name{font-size:13px;font-weight:600;color:#1f2937}.comms-location-scene{font-size:11px;color:#6b7280}.chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:12px}.chat-message{max-width:92%;padding:10px 14px;border-radius:12px;font-size:12px;line-height:1.6}.chat-message.outbound{align-self:flex-end;background:#6366f1;color:#fff;border-bottom-right-radius:4px}.chat-message.inbound{align-self:flex-start;background:#f3f4f6;color:#374151;border-bottom-left-radius:4px}.chat-message.system{align-self:center;background:#fef3c7;color:#92400e;font-size:11px;padding:6px 12px}.chat-message-meta{font-size:10px;opacity:.7;margin-top:4px}.chat-message-sender{font-size:11px;font-weight:600;margin-bottom:4px}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;text-align:center;padding:2rem}.chat-empty .material-symbols-outlined{font-size:48px;margin-bottom:12px;opacity:.5}.chat-empty h4{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:4px}.chat-empty p{font-size:12px}.chat-input-area{padding:12px;border-top:1px solid #E5E7EB;background:#f9fafb}.chat-input-wrapper{display:flex;gap:8px}.chat-input{flex:1;padding:10px 14px;border:1px solid #E5E7EB;border-radius:10px;font-size:13px;background:#fff}.chat-input:focus{outline:none;border-color:#6366f1}.chat-send-btn{width:40px;height:40px;background:#6366f1;color:#fff;border-radius:10px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.chat-send-btn:hover{background:#4f46e5}.chat-send-btn .material-symbols-outlined{font-size:18px}.scrollbar::-webkit-scrollbar{width:6px}.scrollbar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.toast-container[data-v-76bba9e9]{position:fixed;top:20px;right:20px;z-index:9999;pointer-events:none}.toast[data-v-76bba9e9]{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-bottom:12px;pointer-events:auto;overflow:hidden;min-width:300px;max-width:500px}.toast-content[data-v-76bba9e9]{display:flex;align-items:center;justify-content:space-between;padding:16px;gap:12px}.toast-message[data-v-76bba9e9]{flex:1;font-size:14px;line-height:1.5;word-break:break-word}.toast-close[data-v-76bba9e9]{background:none;border:none;cursor:pointer;color:#999;font-size:18px;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s;flex-shrink:0}.toast-close[data-v-76bba9e9]:hover{color:#333}.toast-success[data-v-76bba9e9]{border-left:4px solid #10b981}.toast-success .toast-progress-bar[data-v-76bba9e9]{background:#10b981}.toast-error[data-v-76bba9e9]{border-left:4px solid #ef4444}.toast-error .toast-progress-bar[data-v-76bba9e9]{background:#ef4444}.toast-info[data-v-76bba9e9]{border-left:4px solid #3b82f6}.toast-info .toast-progress-bar[data-v-76bba9e9]{background:#3b82f6}.toast-warning[data-v-76bba9e9]{border-left:4px solid #f59e0b}.toast-warning .toast-progress-bar[data-v-76bba9e9]{background:#f59e0b}.toast-progress[data-v-76bba9e9]{height:2px;background:#eee}.toast-progress-bar[data-v-76bba9e9]{height:100%;animation:shrink-76bba9e9 linear forwards}@keyframes shrink-76bba9e9{0%{width:100%}to{width:0%}}.toast-enter-active[data-v-76bba9e9],.toast-leave-active[data-v-76bba9e9]{transition:all .3s ease}.toast-enter-from[data-v-76bba9e9],.toast-leave-to[data-v-76bba9e9]{opacity:0;transform:translate(30px)}
