body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#2563eb;--primary-dark:#1e40af;--primary-light:#60a5fa;--primary-lighter:#dbeafe;--success:#10b981;--success-light:#d1fae5;--warning:#f59e0b;--warning-light:#fef3c7;--danger:#ef4444;--danger-light:#fee2e2;--background:#f8fafc;--surface:#fff;--border:#e2e8f0;--text:#1e293b;--text-muted:#64748b;--text-muted-light:#bad7ff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--radius:12px;--radius-sm:8px;--font:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;--primary-color:#4a90e2;--secondary-color:#f5f7fa;--text-dark:#2c3e50;--border-color:#e1e8ed;--success-color:#27ae60;--warning-color:#f39c12;--danger-color:#e74c3c;--info-color:#3498db;--header-height:70px}*{box-sizing:border-box}body{background:#f8fafc;background:var(--background);color:#1e293b;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font);line-height:1.6;margin:0;min-height:100vh;padding:0}.form-container{margin:0 auto;max-width:900px;position:relative}.form-header{background:#fff;background:var(--surface);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);margin-bottom:40px;padding:40px 20px;position:relative;text-align:center}.form-header h1{color:#1e293b;color:var(--text);font-size:2.5rem;font-weight:700;letter-spacing:-.025em;margin:0 0 12px}.form-header p{color:#64748b;color:var(--text-muted);font-size:1.125rem;margin:0}.form-content{background:#fff;background:var(--surface);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);overflow:hidden;padding:0}.form-section{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);padding:32px}.form-section:last-child{border-bottom:none}.section-title{align-items:center;color:#1e293b;color:var(--text);display:flex;font-size:1.5rem;font-weight:600;gap:12px;margin:0 0 24px}.form-row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.form-group,.form-row{margin-bottom:24px}.form-group:last-child{margin-bottom:0}.form-group.full-width{grid-column:1/-1}label{color:#1e293b;color:var(--text);display:block;font-size:.875rem;font-weight:500;letter-spacing:.025em;margin-bottom:8px;text-transform:uppercase}.required{color:#ef4444;color:var(--danger)}input[type=email],input[type=file],input[type=tel],input[type=text],select,textarea{background:#fff;background:var(--surface);border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font);font-size:1rem;padding:12px 16px;transition:all .2s ease;width:100%}input:focus,select:focus,textarea:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #dbeafe;box-shadow:0 0 0 3px var(--primary-lighter);outline:none}input::placeholder{color:#94a3b8}select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23374151' d='M5.293 8.293a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L6 6.172 3.707 3.879a1 1 0 0 0-1.414 1.414l3 3z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;cursor:pointer;padding-right:40px}.radio-group{display:flex;gap:24px;margin-top:12px}.radio-option{align-items:center;cursor:pointer;display:flex;gap:8px}.radio-option input[type=radio]{cursor:pointer;height:20px;width:20px}.radio-option label{cursor:pointer;font-weight:400;margin:0;text-transform:none}.checkbox-wrapper{margin-bottom:8px}.checkbox-wrapper input[type=checkbox]{height:18px;margin:0;width:18px}.checkbox-wrapper label{color:#1e293b;color:var(--text);font-size:1rem;margin:0 0 0 8px;text-transform:none;-webkit-user-select:none;user-select:none}.btn-primary,.submit-button{background:linear-gradient(135deg,#2563eb,#1e40af);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;border-radius:8px;border-radius:var(--radius-sm);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;margin-top:32px;overflow:hidden;padding:16px 32px;position:relative;transition:all .2s ease;width:100%}.btn-primary:hover,.submit-button:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-primary:active,.submit-button:active{transform:translateY(0)}.btn-primary:disabled,.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{background:#fff;background:var(--surface);border:2px solid #e2e8f0;border:2px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text);font-size:1rem;padding:12px 24px}.btn-secondary:hover{background:#f8fafc;background:var(--background);border-color:#2563eb;border-color:var(--primary);color:#2563eb;color:var(--primary)}.btn-success{background:#10b981;background:var(--success);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .2s ease}.btn-success:hover{background:#059669;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);transform:translateY(-1px)}.btn-danger{background:#ef4444;background:var(--danger);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .2s ease}.btn-danger:hover{background:#dc2626;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);transform:translateY(-1px)}.info-box{align-items:flex-start;background:#dbeafe;background:var(--primary-lighter);border:1px solid #60a5fa;border:1px solid var(--primary-light);border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:12px;margin-bottom:24px;padding:16px}.info-box-icon{color:#2563eb;color:var(--primary);flex-shrink:0}.info-box-content{color:#1e40af;color:var(--primary-dark);font-size:.875rem}.alert{border-radius:var(--radius-sm);gap:12px;margin-bottom:24px;padding:16px}.alert-success{background:#d1fae5;background:var(--success-light);border:1px solid #10b981;border:1px solid var(--success);color:#047857}.alert-warning{background:#fef3c7;background:var(--warning-light);border:1px solid #f59e0b;border:1px solid var(--warning);color:#92400e}.alert-danger{background:#fee2e2;background:var(--danger-light);border:1px solid #ef4444;border:1px solid var(--danger);color:#991b1b}.loading{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:20px;width:20px}.loading-container{min-height:200px}.loading-spinner{animation:spin 1s ease-in-out infinite;border:4px solid #e2e8f0;border-top-color:#2563eb;border:4px solid var(--border);border-top-color:var(--primary)}.table-container{margin-top:24px;overflow-x:auto}table{background:#fff;background:var(--surface);border-collapse:collapse;width:100%}th{background:#f8fafc;background:var(--background);border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--border);color:#1e293b;color:var(--text);font-weight:600;text-align:left}td,th{padding:12px}td{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border)}tr:hover{background:#f8fafc;background:var(--background)}.card{background:#fff;background:var(--surface);border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);margin-bottom:24px;padding:24px}.card-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:16px}.card-title{color:#1e293b;color:var(--text);font-size:1.25rem}@media (max-width:768px){body{padding:12px}.form-header{padding:24px 16px}.form-header h1{font-size:2rem}.form-section{padding:24px 16px}.section-title{font-size:1.25rem}.form-row{gap:16px;grid-template-columns:1fr}.radio-group{flex-direction:column;gap:12px}.table-container{margin:-16px;width:calc(100% + 32px)}table{font-size:.875rem}td,th{padding:8px}}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:#64748b;color:var(--text-muted)}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:3rem}.additional-driver{background:#f8fafc;background:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);margin-bottom:16px;padding:24px;position:relative}.additional-driver-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:12px}.additional-driver-title{color:#1e293b;color:var(--text);font-size:1rem}.add-driver-btn{align-items:center;background:#10b981;background:var(--success);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;margin-bottom:24px;padding:12px 24px;transition:all .2s ease}.add-driver-btn:hover{background:#059669;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);transform:translateY(-1px)}.remove-driver{background:#ef4444;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.875rem;padding:6px 12px;transition:all .2s ease}.remove-driver:hover{background:#dc2626;transform:translateY(-1px)}.thank-you-container{animation:slideUp .5s ease-out;background:#fff;background:var(--surface);border-radius:12px;border-radius:var(--radius);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);max-width:600px;overflow:hidden;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.thank-you-header{background:linear-gradient(135deg,#d1fae5,#dbeafe);background:linear-gradient(135deg,var(--success-light),var(--primary-lighter));overflow:hidden;padding:60px 40px;position:relative;text-align:center}.thank-you-header:before{animation:pulse 3s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.success-icon{align-items:center;animation:checkmark .6s ease-out .3s both;background:#10b981;background:var(--success);border-radius:50%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);color:#fff;display:flex;font-size:40px;height:80px;justify-content:center;margin:0 auto 24px;position:relative;width:80px;z-index:1}@keyframes checkmark{0%{transform:scale(0) rotate(-45deg)}to{transform:scale(1) rotate(0deg)}}.thank-you-title{color:#1e293b;color:var(--text);font-size:2.5rem;letter-spacing:-.025em;margin:0 0 12px;position:relative;z-index:1}.thank-you-subtitle{color:#64748b;color:var(--text-muted);font-size:1.125rem;margin:0;position:relative;z-index:1}.thank-you-content{padding:40px;text-align:center}.thank-you-message{color:#1e293b;color:var(--text);font-size:1.125rem;line-height:1.8;margin-bottom:32px}.thank-you-content .info-box{background:#dbeafe;background:var(--primary-lighter);border:1px solid #60a5fa;border:1px solid var(--primary-light);border-radius:8px;border-radius:var(--radius-sm);display:block;margin-bottom:32px;padding:20px;text-align:left}.info-box-title{color:#1e40af;color:var(--primary-dark);font-size:1rem;font-weight:600;margin-bottom:8px}.thank-you-content .info-box-content{color:#1e40af;color:var(--primary-dark);font-size:.875rem;line-height:1.6}@media (max-width:768px){.thank-you-header{padding:40px 24px}.thank-you-title{font-size:2rem}.thank-you-content{padding:24px}}.file-upload-group{background:#f8fafc;background:var(--background);border:2px dashed #e2e8f0;border:2px dashed var(--border);border-radius:12px;border-radius:var(--radius);margin-bottom:24px;overflow:hidden;padding:24px;position:relative;transition:all .3s ease}.file-upload-group:hover{background:#dbeafe;background:var(--primary-lighter);border-color:#2563eb;border-color:var(--primary)}.file-upload-group.has-file{background:#d1fae5;background:var(--success-light);border-color:#10b981;border-color:var(--success);border-style:solid}.upload-button{align-items:center;background:#2563eb;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radius-sm);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.upload-button:hover{background:#1e40af;background:var(--primary-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);transform:translateY(-1px)}.upload-button svg{height:20px;width:20px}.helper-text{margin-top:8px}.file-info,.helper-text{color:#64748b;color:var(--text-muted);font-size:.875rem}.file-info{background:#fff;background:var(--surface);border-radius:8px;border-radius:var(--radius-sm);display:none;margin-top:12px;max-width:100%;overflow-wrap:break-word;padding:12px;word-break:break-all}.file-info.show{display:block}.location-button{align-items:center;background:#fff;background:var(--surface);border:2px solid #2563eb;border:2px solid var(--primary);border-radius:8px;border-radius:var(--radius-sm);color:#2563eb;color:var(--primary);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.location-button:hover{background:#2563eb;background:var(--primary);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);color:#fff;transform:translateY(-1px)}.location-status{border-radius:8px;border-radius:var(--radius-sm);display:block;font-size:.875rem;margin-top:12px;padding:12px}.location-status.success{background:#d1fae5;background:var(--success-light);color:#10b981;color:var(--success)}.location-status.error{background:#fee2e2;color:#dc2626}.dashboard-wrapper,.main-content{min-height:100vh}.main-content{flex:1 1}.top-header{animation:slideDown .8s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#2563eb,#4a90e2 50%,#1e40af);background:linear-gradient(135deg,var(--primary) 0,var(--primary-color) 50%,var(--primary-dark) 100%);border-radius:0;box-shadow:0 8px 32px #2563eb4d;left:50%;margin:0 -50vw -4em;overflow:hidden;padding:2rem 2.5rem;position:relative;right:50%;width:100vw;z-index:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.top-header:before{animation:float 20s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#ffffff26 0,#0000 40%),radial-gradient(circle at 80% 20%,#ffffff1a 0,#0000 40%),linear-gradient(45deg,#0000 30%,#ffffff0d 50%,#0000 70%);height:300%;left:-100%;top:-100%;width:300%}.top-header:after,.top-header:before{content:"";pointer-events:none;position:absolute}.top-header:after{background:linear-gradient(90deg,#0000,#ffffff08 50%,#0000),linear-gradient(0deg,#0000,#0000001a);bottom:0;left:0;right:0;top:0}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}25%{transform:translate(-5px,-10px) rotate(1deg)}50%{transform:translate(10px,-5px) rotate(-1deg)}75%{transform:translate(-5px,5px) rotate(.5deg)}}.top-header>div{justify-content:space-between;width:100%;z-index:2}.header-title,.top-header>div{align-items:center;display:flex;position:relative}.header-title{color:#fff;font-size:2.2rem;font-weight:800;gap:1.2rem;letter-spacing:-.02em;margin:0;text-shadow:0 2px 4px #0000004d,0 4px 8px #0003}.header-title i{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff3;border:2px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 32px #0003,inset 0 1px 0 #fff6;font-size:2rem;padding:1rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.header-title i:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1) rotate(5deg)}.header-actions{gap:1rem}.header-actions,.header-actions .btn{align-items:center;display:flex;position:relative}.header-actions .btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:2px solid #ffffff40;border-radius:16px;color:#fff;font-size:.95rem;font-weight:600;gap:.6rem;overflow:hidden;padding:.8rem 1.5rem;text-shadow:0 1px 2px #0003;transition:all .3s cubic-bezier(.4,0,.2,1)}.header-actions .btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.header-actions .btn:hover:before{left:100%}.header-actions .btn:hover{background:#ffffff40;border-color:#fff6;box-shadow:0 12px 40px #2563eb33,0 4px 16px #2563eb26;transform:translateY(-3px) scale(1.02)}.header-actions .btn:active{transform:translateY(-1px) scale(.98)}.header-actions .btn i{font-size:1.1rem;transition:transform .3s ease}.header-actions .btn:hover i{transform:rotate(15deg)}.header-date{color:#fffc;font-size:.9rem;font-weight:500;margin-top:.5rem}.dashboard-desc,.header-date{opacity:.9;text-shadow:0 1px 2px #0003}.dashboard-desc{color:#ffffffd9;font-size:1.05rem;font-weight:400;line-height:1.4;margin:.8rem 0 0}.refresh-btn{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:2px solid #ffffff40;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.6rem;overflow:hidden;padding:.8rem 1.5rem;position:relative;text-shadow:0 1px 2px #0003;transition:all .3s cubic-bezier(.4,0,.2,1)}.refresh-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.refresh-btn:hover:before{left:100%}.refresh-btn:hover{background:#ffffff40;border-color:#fff6;box-shadow:0 12px 40px #2563eb33,0 4px 16px #2563eb26;transform:translateY(-3px) scale(1.02)}.refresh-btn:active{transform:translateY(-1px) scale(.98)}.refresh-btn i{font-size:1.1rem;transition:transform .3s ease}.refresh-btn:hover i{transform:rotate(15deg)}.refresh-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.refresh-btn:disabled:hover{background:#ffffff26;border-color:#ffffff40;box-shadow:none;transform:none}.content-area{margin:0 auto;max-width:1400px;padding:2rem}.kpi-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.kpi-card,.kpi-grid{margin-bottom:2.5rem}.kpi-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.kpi-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.kpi-card.clickable{cursor:pointer;transition:all .2s ease}.kpi-card.clickable:hover{box-shadow:0 6px 25px #0000001f;transform:translateY(-4px)}.kpi-card.clickable:active{box-shadow:0 2px 10px #00000014;transform:translateY(-1px)}.kpi-card:before{content:"";height:4px;left:0;position:absolute;right:0;top:0}.kpi-card.primary:before{background:#4a90e2;background:var(--primary-color)}.kpi-card.success:before{background:#27ae60;background:var(--success-color)}.kpi-card.warning:before{background:#f39c12;background:var(--warning-color)}.kpi-card.danger:before{background:#e74c3c;background:var(--danger-color)}.kpi-card.info:before{background:#3498db;background:var(--info-color)}.kpi-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.kpi-icon{align-items:center;border-radius:8px;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.kpi-icon.primary{background:#4a90e21a;color:#4a90e2;color:var(--primary-color)}.kpi-icon.success{background:#27ae601a;color:#27ae60;color:var(--success-color)}.kpi-icon.warning{background:#f39c121a;color:#f39c12;color:var(--warning-color)}.kpi-icon.danger{background:#e74c3c1a;color:#e74c3c;color:var(--danger-color)}.kpi-icon.info{background:#3498db1a;color:#3498db;color:var(--info-color)}.kpi-value{font-size:2rem;font-weight:700;line-height:1;margin-bottom:.5rem}.kpi-label{color:#6c757d;font-size:.875rem;margin:0}.kpi-trend{align-items:center;border-radius:4px;display:inline-flex;font-size:.75rem;font-weight:600;gap:.25rem;margin-top:.5rem;padding:.25rem .5rem}.kpi-trend.up{background:#27ae601a;color:#27ae60;color:var(--success-color)}.kpi-trend.down{background:#e74c3c1a;color:#e74c3c;color:var(--danger-color)}.content-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr;margin-bottom:2.5rem}.content-card{background:#fff;border:1px solid #e1e8ed;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:2.5rem;padding:1.5rem}.content-card.full-width{grid-column:1/-1}.card-header{border-bottom:1px solid #e1e8ed;border-bottom:1px solid var(--border-color);justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.card-header,.card-title{align-items:center;display:flex}.card-title{font-size:1.125rem;font-weight:600;gap:.5rem;margin:0}.card-actions{display:flex;gap:.5rem}.quick-links-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2.5rem}.quick-link{align-items:center;background:#f5f7fa;background:var(--secondary-color);border:1px solid #0000;border-radius:8px;color:#2c3e50;color:var(--text-dark);display:flex;gap:.75rem;padding:1rem;text-decoration:none;transition:all .2s ease}.quick-link:hover{background:#fff;border-color:#4a90e2;border-color:var(--primary-color);color:#4a90e2;color:var(--primary-color);transform:translateX(4px)}.quick-link i{font-size:1.25rem;text-align:center;width:24px}.quick-link-text{display:flex;flex-direction:column;gap:.25rem}.quick-link-title{font-size:.875rem;font-weight:500}.quick-link-desc{color:#6c757d;font-size:.75rem}.data-table{border-collapse:collapse;width:100%}.data-table th{background:#f5f7fa;background:var(--secondary-color);color:#6c757d;font-size:.875rem;font-weight:600;text-align:left}.data-table td,.data-table th{border-bottom:1px solid #e1e8ed;border-bottom:1px solid var(--border-color);padding:.75rem}.data-table tr:hover{background:#4a90e20a}.badge-custom{border-radius:12px;font-size:.75rem;line-height:1;padding:.25rem .625rem}.badge-success{background:#27ae601a;color:#27ae60;color:var(--success-color)}.badge-danger{background:#e74c3c1a;color:#e74c3c;color:var(--danger-color)}.badge-warning{background:#f39c121a;color:#f39c12;color:var(--warning-color)}.badge-info{background:#3498db1a;color:#3498db;color:var(--info-color)}.badge-primary{background:#4a90e21a;color:#4a90e2;color:var(--primary-color)}.chart-container{height:300px;position:relative}.empty-state{padding:3rem 2rem}.empty-state i{display:block;font-size:3rem}.btn-action{cursor:pointer;font-size:.875rem;gap:.375rem;padding:.375rem .75rem;text-decoration:none;transition:all .2s ease}.btn-action.primary{background:#4a90e2;background:var(--primary-color);color:#fff}.btn-action.primary:hover{background:#357abd}@media (max-width:1024px){.content-grid{grid-template-columns:1fr}}@media (max-width:768px){.kpi-grid{gap:.9rem;grid-template-columns:1fr}.kpi-card{margin-bottom:0}.quick-links-grid{grid-template-columns:1fr}.hide-mobile{display:none}.content-area{margin-top:3.5rem;padding:1rem}.top-header{left:50%;margin-left:-50vw;margin-right:-50vw;padding:1.5rem;right:50%;width:100vw}.top-header>div{align-items:flex-start;flex-direction:column;gap:1.5rem}.header-title{font-size:1.8rem}.header-title i{font-size:1.6rem;padding:.8rem}.header-actions{flex-wrap:wrap;gap:.8rem;justify-content:flex-start;width:100%}.header-actions .btn{font-size:.9rem;min-width:120px;padding:.7rem 1.2rem;width:auto}}@media (max-width:480px){.top-header{left:50%;margin-left:-50vw;margin-right:-50vw;padding:1.2rem 1rem;right:50%;width:100vw}.header-title{font-size:1.5rem;gap:.8rem}.header-title i{font-size:1.3rem;padding:.6rem}.header-actions{gap:.6rem;justify-content:center}.header-actions .btn{font-size:.85rem;min-width:100px;padding:.6rem 1rem}.dashboard-desc{font-size:.95rem}.header-date{font-size:.8rem}}.loading{animation:pulse 1.5s infinite}.dashboard-header{background:linear-gradient(135deg,#4a90e2,#357abd);background:linear-gradient(135deg,var(--primary-color) 0,#357abd 100%);box-shadow:0 2px 4px #0000001a;color:#fff;margin-bottom:2rem;padding:2rem 0}.dashboard-header h1{align-items:center;display:flex;font-weight:600;gap:.5rem;margin:0}.filter-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem;padding:1.5rem}.filter-card h5{align-items:center;color:#2c3e50;color:var(--text-dark);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.filter-card h5 i{color:#6c757d;font-size:1rem}.filter-card .row{align-items:flex-end}.filter-card .col-md-4:last-child{align-items:flex-end;display:flex;gap:.5rem;padding-bottom:0}.filter-card .btn{white-space:nowrap}.filter-card .btn i{margin-right:.25rem}.form-card{background:#fff;border:1px solid #e1e8ed;border:1px solid var(--border-color);border-radius:10px;box-shadow:0 2px 10px #0000000d;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.form-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.form-header-actions{align-items:center;display:flex;gap:.75rem}.form-type-badge{border-radius:20px;display:inline-block;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.form-type-badge.driver-verification{background-color:#e3f2fd;color:#1976d2}.form-type-badge.dispatch{background-color:#f3e5f5;color:#7b1fa2}.form-type-badge.error{background-color:#ffebee;color:#c62828}.resolution-status-badge{border-radius:15px;display:inline-block;font-size:.75rem;font-weight:600;margin-left:.5rem;padding:.25rem .75rem}.resolution-status-badge.resolved{background-color:#d1fae5;border:1px solid #a7f3d0;color:#059669}.resolution-status-badge.unresolved{background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626}.resolution-status-badge.mixed{background-color:#fef3c7;border:1px solid #fde68a;color:#d97706}.badge{border-radius:.25rem;display:inline-block;font-size:.75rem;font-weight:600;line-height:1;padding:.25rem .5rem;text-align:center;vertical-align:initial;white-space:nowrap}.bg-danger{background-color:#e74c3c!important;background-color:var(--danger-color)!important;color:#fff}a.badge:hover{opacity:.8;transform:scale(1.05);transition:all .2s ease}.text-decoration-none{text-decoration:none!important}.ms-2{margin-left:.5rem}.data-section{margin-bottom:2rem}.data-section-title{border-bottom:2px solid #4a90e2;border-bottom:2px solid var(--primary-color);color:#4a90e2;color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.data-row{align-items:center;background-color:#f8f9fa;border-radius:5px;display:flex;margin-bottom:.5rem;padding:.75rem}.data-row:nth-child(2n){background-color:#fff}.data-label{color:#6c757d;font-weight:600;min-width:200px;text-transform:capitalize}.data-value{color:#2c3e50;color:var(--text-dark);flex:1 1;word-break:break-word}.data-value.error{color:#e74c3c;color:var(--danger-color);font-style:italic}.data-value.success{color:#27ae60;color:var(--success-color)}.data-value.warning{color:#f39c12;color:var(--warning-color)}.conversation-id,.timestamp{color:#6c757d;font-size:.875rem}.empty-state{color:#6c757d;padding:4rem 2rem;text-align:center}.empty-state i{font-size:4rem;margin-bottom:1rem;opacity:.3}.error-alert{margin-bottom:2rem}.view-data-btn{align-items:center;background-color:#4a90e2;background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.view-data-btn:hover{background-color:#357abd;color:#fff;transform:translateY(-1px)}.view-data-btn[href*=report]:hover{background-color:#e67e22!important}.list-value{display:block;margin-left:1rem;margin-top:.25rem}.nested-data{margin-left:1rem;margin-top:.5rem}.modal-dialog{height:100vh;margin:0;max-width:100%;z-index:1051}.modal-content{border:none;border-radius:0;box-shadow:none;height:100vh}.modal-header{background:linear-gradient(135deg,#4a90e2,#357abd);background:linear-gradient(135deg,var(--primary-color) 0,#357abd 100%);border-bottom:none;border-radius:0;color:#fff;padding:1rem 1.5rem}.modal-header .modal-title{align-items:center;display:flex;font-size:1.25rem;font-weight:600;gap:.75rem}.modal-body{background:#f8f9fa;max-height:calc(100vh - 120px);overflow-y:auto;padding:1.5rem}.form-data-display{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin:0 auto;max-width:1200px;padding:1.5rem}.form-data-display .data-row{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;overflow-wrap:break-word;padding:1rem;transition:all .2s ease;word-break:break-word}.form-data-display .data-value{color:#212529;font-size:.95rem;line-height:1.5;max-width:100%;overflow-wrap:break-word;word-break:break-word}.array-container{margin-top:.75rem;max-width:100%;overflow-x:hidden}.array-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:.75rem;overflow-wrap:break-word;padding:1rem;word-break:break-word}.nested-object{border-left:3px solid #4a90e2;border-left:3px solid var(--primary-color);margin-top:.75rem;max-width:100%;overflow-x:hidden;padding-left:1rem}.form-data-display [data-field-type=url]{display:flex;flex-wrap:wrap;gap:.5rem;max-width:100%;overflow-x:hidden}.form-data-display [data-field-type=url] a{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-footer{background:#fff;border-top:1px solid #dee2e6;padding:1rem}.form-summary{align-items:center;color:#6c757d;display:flex;font-size:.875rem;gap:2rem}.dashboard-header .btn-light{align-items:center;background-color:#ffffff26;border:1px solid #ffffff4d;color:#fff;display:inline-flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.dashboard-header .btn-light:hover{background-color:#ffffff40;border-color:#fff6;color:#fff;transform:translateY(-1px)}.dashboard-header .btn-outline-light{align-items:center;background-color:initial;border:1px solid #ffffff4d;color:#fff;display:inline-flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.dashboard-header .btn-outline-light:hover{background-color:#ffffff1a;border-color:#ffffff80;color:#fff;transform:translateY(-1px)}.form-data-display .data-row:hover{background:#fff;border-color:#dee2e6;box-shadow:0 2px 8px #0000000d}.form-data-display .data-label{align-items:center;color:#495057;display:flex;font-size:.8rem;font-weight:600;gap:.5rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.form-data-display .badge{border-radius:6px;font-size:.75rem;padding:.35rem .65rem}.form-data-display .btn-sm{align-items:center;border-radius:6px;display:inline-flex;font-size:.8125rem;gap:.375rem;padding:.375rem .75rem}.form-data-display .text-muted{color:#6c757d!important;font-style:italic}.form-data-display .text-primary{color:#4a90e2!important;color:var(--primary-color)!important;font-weight:500}.form-data-display .text-info{color:#0dcaf0!important;font-weight:500}.form-data-display [data-field-type=location]{align-items:center;color:#1e88e5;display:flex;gap:.5rem}.form-data-display [data-field-type=timestamp]{color:#6c757d;font-family:monospace;font-size:.875rem}.modal-header .btn-close{background-color:#fff3;border-radius:6px;margin:-.375rem -.375rem -.375rem auto;opacity:.8;padding:.75rem}.modal-header .btn-close:hover{background-color:#ffffff4d;opacity:1}.container{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:15px;padding-right:15px;width:100%}.d-flex{display:flex!important}.justify-content-between{justify-content:space-between!important}.align-items-center{align-items:center!important}.align-items-end{align-items:flex-end!important}.gap-2{gap:.5rem!important}.row{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}.row.g-3{margin-top:0}.row.g-3>*{padding-top:0}.col-md-4{width:33.33333333%}.col-12,.col-md-4{flex:0 0 auto;padding-left:.75rem;padding-right:.75rem}.col-12{width:100%}.g-3>*{margin-bottom:1rem}.form-label{color:#212529;display:inline-block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-control,.form-select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:none;border:1px solid #ced4da;border-radius:.375rem;color:#495057;display:block;font-size:.875rem;font-weight:400;line-height:1.5;padding:.5rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 6 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;padding-right:2.25rem}.form-control:focus,.form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.form-control::placeholder{color:#6c757d;opacity:1}.btn{border-radius:.375rem;color:#212529;font-weight:400;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:hover{text-decoration:none}.btn:focus{box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.btn-primary{background-color:#0d6efd;border-color:#0d6efd}.btn-primary:focus,.btn-primary:hover{background-color:#0b5ed7;border-color:#0a58ca;color:#fff}.btn-primary:focus{box-shadow:0 0 0 .25rem #3184fd80}.btn-secondary{background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary{background-color:#fff;border-color:#ced4da;color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary:hover{background-color:#f8f9fa;border-color:#adb5bd;color:#6c757d}.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem #6c757d80}.me-2{margin-right:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-0{margin-bottom:0!important}.mt-2{margin-top:.5rem!important}.alert{border-radius:.375rem;padding:.75rem 1.25rem;position:relative}.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert-link{color:inherit;font-weight:700}.text-muted{color:#6c757d!important}@media (max-width:768px){.form-data-display,.modal-body{padding:1rem}.form-data-display .data-row{padding:.75rem}.nested-object{padding-left:.75rem}.array-item{padding:.75rem}.data-row{align-items:flex-start;flex-direction:column}.data-label{margin-bottom:.25rem;min-width:0;min-width:auto}.form-header{align-items:flex-start;flex-direction:column;gap:1rem}.form-header-actions{flex-direction:column;gap:.5rem;width:100%}.form-header-actions .view-data-btn{justify-content:center;width:100%}.form-summary{align-items:flex-start;flex-direction:column;gap:.5rem}.dashboard-header .d-flex{align-items:flex-start!important;flex-direction:column;gap:1rem}.dashboard-header .d-flex.gap-2{flex-direction:column;gap:.5rem;width:100%}.dashboard-header .btn-light,.dashboard-header .btn-outline-light{justify-content:center;width:100%}.col-md-4{flex:0 0 auto;width:100%}.row{margin-left:-.75rem;margin-right:-.75rem}.d-flex.align-items-end{align-items:stretch!important}.d-flex.align-items-end .btn{margin-bottom:.5rem;width:100%}.d-flex.align-items-end .btn:last-child{margin-bottom:0}}.loading-container{align-items:center;display:flex;justify-content:center;min-height:400px}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#4a90e2;border-top:4px solid var(--primary-color);height:40px;width:40px}.compact-header{background:#fff;background:var(--surface);border-radius:8px;border-radius:var(--radius-sm);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);margin-bottom:18px;padding:18px 0 10px}.dashboard-title{align-items:center;display:flex;font-size:1.4rem;font-weight:600;gap:.5rem;margin-bottom:0}.dashboard-desc{color:#bad7ff;color:var(--text-muted-light);font-size:1rem}.filter-bar{align-items:flex-end;background:#fff;border:1px solid #e1e8ed;border:1px solid var(--border-color);border-radius:10px;box-shadow:0 2px 8px #0000000a;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding:1rem 1.5rem .5rem}.filter-bar>div{margin-bottom:.5rem;min-width:180px}.filter-bar label{color:#2c3e50;color:var(--text-dark);font-size:.92rem;font-weight:500;margin-bottom:.25rem}.filter-bar .form-control,.filter-bar .form-select{background:#f8fafc;border:1px solid #e1e8ed;border:1px solid var(--border-color);border-radius:6px;font-size:.97rem;transition:border .2s,box-shadow .2s}.filter-bar .form-control:focus,.filter-bar .form-select:focus{background:#fff;border-color:#4a90e2;border-color:var(--primary-color);box-shadow:0 0 0 2px #dbeafe;box-shadow:0 0 0 2px var(--primary-lighter)}.filter-bar button{border-radius:6px;font-size:.97rem;margin-bottom:.5rem;min-width:110px}.filter-bar .btn-primary{background:#4a90e2;background:var(--primary-color);border:none}.filter-bar .btn-primary:hover{background:#357abd}.filter-bar .btn-outline-secondary{background:#fff;border:1px solid #e1e8ed;border:1px solid var(--border-color);color:#2c3e50;color:var(--text-dark)}.filter-bar .btn-outline-secondary:hover{background:#dbeafe;background:var(--primary-lighter);color:#4a90e2;color:var(--primary-color)}@media (max-width:900px){.filter-bar{flex-direction:column;gap:.5rem;padding:1rem}.filter-bar>div{min-width:100%}}.forms-table{background:var(--surface);border-radius:8px;border-radius:var(--radius-sm);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);font-size:.97rem}.forms-table td,.forms-table th{padding:.5rem .75rem}.forms-table th{background:#f5f7fa;background:var(--secondary-color);color:#2c3e50;color:var(--text-dark)}.forms-table td,.forms-table th{border-bottom:1px solid #e1e8ed;border-bottom:1px solid var(--border-color)}.badge-custom{background:#dbeafe;background:var(--primary-lighter);border-radius:.7em;color:#1e40af;color:var(--primary-dark);display:inline-block;font-size:.92em;font-weight:500;margin-right:.2em;padding:.18em .7em}.badge-success{background:#d1fae5;background:var(--success-light);color:#10b981;color:var(--success)}.badge-danger{background:#fee2e2;background:var(--danger-light);color:#ef4444;color:var(--danger)}.badge-warning{background:#fef3c7;background:var(--warning-light);color:#f59e0b;color:var(--warning)}.badge-primary{background:#dbeafe;background:var(--primary-lighter);color:#1e40af;color:var(--primary-dark)}.btn-action{align-items:center;background:#f5f7fa;background:var(--secondary-color);border:none;border-radius:6px;color:#2c3e50;color:var(--text-dark);display:inline-flex;font-size:.95em;gap:.2em;padding:.25rem .5rem;transition:background .15s}.btn-action.btn-danger{background:#fee2e2;background:var(--danger-light);color:#ef4444;color:var(--danger)}.btn-action.btn-warning{background:#fef3c7;background:var(--warning-light);color:#f59e0b;color:var(--warning)}.btn-action:hover{background:#dbeafe;background:var(--primary-lighter);color:#1e40af;color:var(--primary-dark)}.btn-action.btn-danger:hover{background:#ef4444;background:var(--danger);color:#fff}.btn-action.btn-warning:hover{background:#f59e0b;background:var(--warning);color:#fff}.compact-modal .modal-content{border-radius:8px;border-radius:var(--radius-sm);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);padding:0}.compact-modal .modal-header{background:#dbeafe;background:var(--primary-lighter);border-bottom:1px solid #e1e8ed;border-bottom:1px solid var(--border-color);padding:.7rem 1.2rem}.compact-modal .modal-title{font-size:1.1rem;font-weight:600}.compact-modal .modal-body{padding:1.1rem 1.2rem}.compact-modal .modal-footer{padding:.6rem 1.2rem}.compact-empty i{color:#60a5fa;color:var(--primary-light);font-size:2.2rem;margin-bottom:.5rem}.compact-empty h5{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.quick-links-divider{border-bottom:1.5px solid #e1e8ed;border-bottom:1.5px solid var(--border-color);margin:0 0 2.5rem}.form-errors-bg{background:linear-gradient(120deg,#f8fafc 60%,#e3eafc);min-height:100vh;padding:0 0 40px}.form-errors-container{max-width:900px;padding:32px 0 0}.form-errors-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;display:flex;gap:1.2rem;margin-bottom:1.5rem;padding:1.2rem 1.5rem}.form-header-icon{background:#fee2e2;background:var(--danger-light);border-radius:50%;box-shadow:0 2px 8px #ef444412;height:48px;min-height:48px;min-width:48px;width:48px}.form-errors-header h1{color:#e74c3c;color:var(--danger-color);font-size:1.5rem;font-weight:700;margin:0 0 .2rem}.form-errors-header .subtitle{color:#64748b;color:var(--text-muted);font-size:1.05rem;margin:0}.info-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:.5rem}.info-label{color:#64748b;color:var(--text-muted);font-size:.97rem;font-weight:500;margin-right:.3rem}.info-value{color:#2c3e50;color:var(--text-dark);font-size:1.01rem;font-weight:500}.card-info{background:#f8fafc;border:1px solid #e1e8ed;border:1px solid var(--border-color);box-shadow:0 2px 8px #00000008}.card-info,.card-reports{border-radius:10px;margin-bottom:1.2rem;padding-bottom:.5rem}.card-reports{background:#fff;box-shadow:0 2px 8px #0000000a}.card-actions{background:#f8fafc;border-radius:10px;box-shadow:0 2px 8px #00000008;margin-bottom:1.2rem;padding-bottom:.5rem}.card-title-with-icon{align-items:center;display:flex;gap:.3rem}.card-header-flex{align-items:center;border-bottom:1px solid #e1e8ed;border-bottom:1px solid var(--border-color);display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:.7rem}.status-badge{background:#fee2e2;background:var(--danger-light);border-radius:8px;color:#e74c3c;color:var(--danger-color);display:inline-flex;font-size:.97rem;font-weight:600;gap:.3rem;padding:.3rem .9rem;transition:background .2s,color .2s}.status-badge.resolved{background:#d1fae5;background:var(--success-light);color:#27ae60;color:var(--success-color)}.status-badge.unresolved{background:#fee2e2;background:var(--danger-light);color:#e74c3c;color:var(--danger-color)}.error-report-card{background:#f8fafc;border:1px solid #e1e8ed;border-radius:10px;box-shadow:0 2px 8px #00000008;margin-bottom:1.2rem;padding:1.1rem 1.2rem .7rem;transition:box-shadow .2s}.error-report-card.resolved{border-left:5px solid #27ae60;border-left:5px solid var(--success-color)}.error-report-card.unresolved{border-left:5px solid #e74c3c;border-left:5px solid var(--danger-color)}.error-fields-list{margin-bottom:.7rem}.error-fields-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.3rem}.error-description,.resolution-box{margin-bottom:.7rem}.resolution-box{background:#d1fae5;background:var(--success-light);border-radius:8px;color:#27ae60;color:var(--success-color);font-weight:500;padding:.7rem 1rem}.resolve-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.7rem}.resolve-form{margin-top:.7rem}.resolve-btn-row{display:flex;gap:.7rem;margin-top:.5rem}.quick-actions-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.compact-empty{color:#64748b;color:var(--text-muted);padding:2.5rem 0 1.5rem;text-align:center}.compact-empty svg{display:block;margin:0 auto .5rem}@media (max-width:700px){.form-errors-container{padding:12px 0 0}.form-errors-header{align-items:flex-start;flex-direction:column;gap:.7rem;padding:1rem .7rem}.info-grid{gap:.7rem;grid-template-columns:1fr}.card-header-flex{align-items:flex-start;flex-direction:column;gap:.5rem;padding-bottom:.5rem}.error-report-card{padding:.7rem .7rem .5rem}.quick-actions-row{flex-direction:column;gap:.5rem}}.response-fields{grid-gap:.5rem 1.5rem;display:grid;gap:.5rem 1.5rem;grid-template-columns:1fr 1fr;margin-bottom:.7rem}@media (max-width:700px){.response-fields{gap:.5rem;grid-template-columns:1fr}}.card-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.response-card{border-left:5px solid #4a90e2;border-left:5px solid var(--primary-color);transition:box-shadow .2s}.modal-backdrop,.modal.fade.show{background:#2125298c;height:100vh;left:0;opacity:1;position:fixed;top:0;width:100vw;z-index:1050}.password-protection-container{align-items:center;background:#f8fafc;background:var(--background);display:flex;justify-content:center;min-height:100vh;padding:20px}.password-form-wrapper{background:#fff;background:var(--surface);border-radius:12px;border-radius:var(--radius);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);max-width:420px;overflow:hidden;padding:0;width:100%}.password-header{background:linear-gradient(135deg,#2563eb,#1e40af);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;padding:40px 32px 24px;position:relative;text-align:center}.lock-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;display:flex;font-size:32px;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.password-header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.025em;margin:0 0 8px}.password-header p{font-size:1rem;margin:0;opacity:.9}.password-form{padding:32px}.password-form .form-group{margin-bottom:24px}.password-form label{color:#1e293b;color:var(--text);display:block;font-size:.875rem;font-weight:600;letter-spacing:.025em;margin-bottom:8px;text-transform:uppercase}.password-input{background:#fff!important;background:var(--surface)!important;border:2px solid #e2e8f0!important;border:2px solid var(--border)!important;border-radius:8px!important;border-radius:var(--radius-sm)!important;box-sizing:border-box!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-family:var(--font)!important;font-size:1rem!important;padding:14px 16px!important;transition:all .2s ease!important;width:100%!important}.password-input:focus{border-color:#2563eb!important;border-color:var(--primary)!important;box-shadow:0 0 0 3px #dbeafe!important;box-shadow:0 0 0 3px var(--primary-lighter)!important;outline:none!important}.password-input:disabled{cursor:not-allowed!important;opacity:.6!important}.password-form .btn-primary{align-items:center;background:linear-gradient(135deg,#2563eb,#1e40af);background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;margin-top:8px;padding:14px 24px;transition:all .2s ease;width:100%}.password-form .btn-primary:hover:not(:disabled){box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-1px)}.password-form .btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.password-form .loading{animation:spin 1s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@media (max-width:480px){body{padding-top:0}.content-card{width:90vw}.password-form-wrapper{margin:0 16px}.password-header{padding:32px 24px 20px}.password-form{padding:24px}.lock-icon{font-size:24px;height:64px;margin-bottom:20px;width:64px}.password-header h1{font-size:1.5rem}}.pill{background:#f6f7fa;box-shadow:none;font-size:.97em;line-height:1.2;margin-right:2px;padding:.22em .85em;vertical-align:middle}.pill,.pill-type{letter-spacing:.01em}.pill-type{font-size:.98em}.pill-blue{background:#e8eefc;border:1px solid #c7d5f7;color:#2563eb}.pill-green{background:#e6f7ef;border:1px solid #b6e4d0;color:#059669}.pill-error{background:#fbeaea;border:1px solid #f3bcbc}.pill-success{background:#e6f7ef;border:1px solid #b6e4d0;color:#059669}.pill-btn{border:none;box-shadow:none;font-size:1em;outline:none;padding:.28em 1.1em;text-align:center;transition:background .18s,color .18s}.pill-btn-yellow{background:#fdf6e3;border:1px solid #f6e1b6;color:#b7791f}.pill-btn-yellow:focus,.pill-btn-yellow:hover{background:#fbeec1;color:#a16207}.pill-btn-red{background:#fbeaea;border:1px solid #f3bcbc}.pill-btn-red:focus,.pill-btn-red:hover{background:#f8d7da;color:#b91c1c}.forms-table-row.row-error{background:#f9eded}.forms-table-row.row-error:hover{background:#f7e4e4}.pill-sky{background:#e3f0fb;border:1px solid #bbdefb;color:#1976d2}.pill-purple{background:#ede7f6;border:1px solid #d1b3ff;color:#6c3fc5}.fm-modal-backdrop{background:#dcdce68c;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1050}.fm-modal{background:#fff;border-radius:22px;box-shadow:0 8px 32px #3c3c5a29;display:flex;flex-direction:column;font-family:Inter,Segoe UI,Arial,sans-serif;left:50%;max-height:92vh;max-width:700px;min-width:320px;overflow:hidden;padding:0;position:fixed;top:50%;transform:translate(-50%,-50%);width:96vw;z-index:1060}.fm-modal-close{background:none;border:none;color:#b0b3c6;cursor:pointer;font-size:2rem;line-height:1;position:absolute;right:28px;top:22px;transition:color .18s;z-index:2}.fm-modal-close:hover{color:#222}.fm-modal-header{align-items:flex-start;background:#0000;border-bottom:none;padding:38px 38px 0}.fm-modal-header,.fm-modal-title{display:flex;flex-direction:column}.fm-modal-title{gap:6px;width:100%}.fm-form-type-pill{background:#ede7f6;border-radius:999px;color:#6c3fc5;display:inline-block;font-size:1.02em;font-weight:600;letter-spacing:.01em;margin-bottom:2px;margin-right:8px;padding:.18em 1.1em}.fm-modal-title-main{color:#23233a;font-size:1.45rem;font-weight:700;letter-spacing:-.01em;margin-bottom:0}.fm-modal-title-id{color:#8b8fa7;font-size:1.01rem;font-weight:500;margin-top:2px}.fm-modal-content{background:#f7f8fa;display:flex;flex:1 1;flex-direction:row;gap:32px;min-height:0;overflow-y:auto;padding:32px 38px 38px}.fm-image-gallery{align-items:flex-start;gap:18px;max-width:180px;min-width:140px}.fm-image-card,.fm-image-gallery{display:flex;flex-direction:column}.fm-image-card{align-items:center;background:#fff;border:1px solid #f0f0f5;border-radius:16px;box-shadow:0 2px 8px #3c3c5a12;padding:10px 10px 6px;width:160px}.fm-image{background:#f3f4f8;border-radius:10px;margin-bottom:6px;max-height:110px;max-width:140px;object-fit:cover}.fm-image-label{color:#7a7e9a;font-size:.93em;font-weight:500;margin-top:2px;text-align:center}.fm-data-card{align-items:flex-start;background:#fff;border:1px solid #f0f0f5;border-radius:18px;box-shadow:0 2px 8px #3c3c5a12;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-width:0;overflow-x:auto;padding:28px 24px 18px}.fm-data-list{width:100%}.fm-data-row{align-items:flex-start;border-bottom:1px solid #f2f2f7;display:flex;gap:18px;margin-bottom:18px;padding-bottom:8px}.fm-data-label{color:#23233a;flex:0 0 auto;font-weight:600;max-width:40%;min-width:120px;padding-right:8px}.fm-data-label,.fm-data-value{font-size:1.04em;word-break:break-word}.fm-data-value{color:#4b4b6b;flex:1 1;min-width:0;overflow-wrap:anywhere}.fm-text-muted{color:#b0b3c6;font-size:.98em}.fm-badge{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#374151;display:inline-block;font-size:.97em;font-weight:500;margin-right:2px;padding:.18em .8em}.fm-badge-success{background:#e6f7ef;border:1px solid #b6e4d0;color:#059669}.fm-badge-danger{background:#fbeaea;border:1px solid #f3bcbc;color:#dc2626}.fm-badge-info{background:#e3f0fb;border:1px solid #bbdefb;color:#1976d2}.fm-badge-primary{background:#ede7f6;border:1px solid #d1b3ff;color:#6c3fc5}.fm-badge-warning{background:#fdf6e3;border:1px solid #f6e1b6;color:#b7791f}.fm-array-container{margin:0;padding:0}.fm-array-item{margin-bottom:8px}.fm-list{margin:0;padding-left:18px}.fm-nested-object{font-size:.97em;padding-left:8px}.fm-collapsible-card{background:#f8f9fb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px}.fm-collapsible-header{align-items:center;background:#f3f4f8;border-radius:10px 10px 0 0;color:#23233a;cursor:pointer;display:flex;font-size:1.01em;font-weight:600;justify-content:space-between;padding:10px 14px}.fm-collapsible-arrow{font-size:1.2em;margin-left:8px}.fm-collapsible-body{background:#f7f8fa;border:1px solid #ececec;border-radius:0 0 10px 10px;margin:8px;max-height:260px;min-width:0;overflow-y:auto;padding:10px 10px 10px 18px}@media (max-width:900px){.fm-modal-content{flex-direction:column;gap:18px;padding:24px 12px 18px}.fm-modal-header{padding:28px 18px 0}.fm-data-card{padding:18px 8px 12px}.fm-image-gallery{flex-direction:row;gap:12px;max-width:100%;min-width:0}.fm-image-card{padding:8px 4px 4px;width:120px}.fm-image{max-height:70px;max-width:90px}}.fm-modal-split{background:#f5f6fa;border-radius:28px;box-shadow:0 12px 40px #3c3c5a2e;max-height:92vh;max-width:820px;min-width:340px;overflow:visible;padding:0;width:98vw}.fm-modal-split-inner{display:flex;flex-direction:row;gap:0;height:100%;min-height:420px}.fm-modal-split-left{background:#f7f8fa;border-bottom-left-radius:28px;border-right:1.5px solid #ececf3;border-top-left-radius:28px;justify-content:flex-start;max-width:260px;min-width:210px;padding:38px 0;width:28%}.fm-image-gallery-vertical,.fm-modal-split-left{align-items:center;display:flex;flex-direction:column}.fm-image-gallery-vertical{gap:18px;width:100%}.fm-image-card-vertical{align-items:center;background:#fff;border:1px solid #f0f0f5;border-radius:16px;box-shadow:0 2px 8px #3c3c5a12;display:flex;flex-direction:column;padding:10px 10px 6px;width:150px}.fm-image-vertical{background:#f3f4f8;border-radius:10px;margin-bottom:6px;max-height:100px;max-width:120px;object-fit:cover}.fm-image-label-vertical{color:#7a7e9a;font-size:.93em;font-weight:500;margin-top:2px;text-align:center}.fm-image-placeholder{align-items:center;background:#f3f4f8;border:1.5px dashed #e0e0e8;border-radius:16px;color:#b0b3c6;display:flex;flex-direction:column;font-size:2.2em;height:180px;justify-content:center;margin-top:32px;width:100%}.fm-image-placeholder-icon{font-size:2.5em;margin-bottom:8px}.fm-image-placeholder-text{color:#b0b3c6;font-size:1.01em;font-weight:500}.fm-modal-split-right{background:#fff;border-bottom-right-radius:28px;border-top-right-radius:28px;display:flex;flex:1 1;flex-direction:column;height:100%;min-width:0;padding:38px}.fm-modal-header-split{margin-bottom:18px}.fm-modal-title-row{align-items:center;display:flex;gap:16px;margin-bottom:6px}.fm-form-type-pill-split{background:#ede7f6;border-radius:999px;color:#6c3fc5;display:inline-block;font-size:1.01em;font-weight:600;letter-spacing:.01em;margin-right:8px;padding:.18em 1.1em}.fm-modal-title-main-split{color:#23233a;font-size:1.45rem;font-weight:700;letter-spacing:-.01em;margin-bottom:0}.fm-modal-pill-row{display:flex;gap:10px;margin-bottom:8px}.fm-modal-pill{background:#f3f4f8;border-radius:999px;color:#6c3fc5;display:inline-block;font-size:1em;font-weight:500;letter-spacing:.01em;padding:.18em 1.1em}.fm-modal-pill-type{background:#e3f0fb;color:#1976d2}.fm-modal-data-grid{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-width:0;width:100%}.fm-grid{grid-gap:22px 32px;display:grid;gap:22px 32px;grid-template-columns:1fr 1fr;width:100%}.fm-grid-item{align-items:flex-start;background:#f7f8fa;border-radius:14px;box-shadow:0 1px 4px #3c3c5a0f;display:flex;flex-direction:column;min-width:0;padding:18px 16px 12px}.fm-grid-label{color:#8b8fa7;font-size:1.01em;font-weight:600;letter-spacing:.01em;margin-bottom:6px}.fm-grid-value{color:#23233a;font-size:1.13em;font-weight:500;word-break:break-word}@media (max-width:900px){.fm-modal-split-inner{flex-direction:column;height:auto;min-height:0}.fm-modal-split-left,.fm-modal-split-right{border-bottom:1.5px solid #ececf3;border-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-right:none;border-top-left-radius:28px;border-top-right-radius:28px;max-width:100%;min-width:0;padding:24px 12px 18px;width:100%}.fm-modal-split-right{border-bottom:none;border-bottom-left-radius:28px;border-bottom-right-radius:28px;border-top-left-radius:0;border-top-right-radius:0}.fm-image-gallery-vertical{flex-direction:row;gap:12px;justify-content:flex-start;max-width:100%;min-width:0}.fm-image-card-vertical{padding:8px 4px 4px;width:90px}.fm-image-vertical{max-height:50px;max-width:70px}.fm-modal-data-grid{padding-top:8px}.fm-grid{gap:16px 0;grid-template-columns:1fr}}.App{min-height:100vh}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.switch-toggle{align-items:center;background:#f1f1f1;border-radius:25px;display:flex;gap:.5rem;justify-content:center;width:-webkit-fit-content;width:fit-content}.switch-toggle input[type=radio]{display:none}.switch-toggle label{border-radius:20px;color:#333;padding:8px 18px;transition:background .2s,color .2s}.switch-toggle input[type=radio]:checked+label{background:#1976d2}.camera-modal-overlay{background:#000c;padding:20px;z-index:2000}.camera-modal-content{box-shadow:0 10px 30px #0000004d;max-width:800px}.camera-modal-header{background:#f8f9fa;border-bottom:1px solid #e2e8f0;padding:20px}.camera-modal-header h3{color:#2d3748;font-size:18px;font-weight:600;margin:0}.camera-modal-close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.camera-modal-close:hover{color:#333}.camera-modal-body{height:500px;padding:0}.usdot-mc-toggle-wrapper{display:flex;flex-direction:column;gap:16px}.usdot-mc-toggle-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.usdot-mc-toggle-label{color:#374151;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.switch-toggle{background:#fff;border:2px solid #d1d5db;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:inline-flex;max-width:-webkit-fit-content;max-width:fit-content;padding:2px;position:relative;transition:all .2s ease}.switch-toggle input[type=radio]{height:0;opacity:0;position:absolute;width:0}.switch-toggle label{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;margin:0;min-width:130px;padding:12px 24px;position:relative;text-align:center;text-transform:none;transition:all .2s ease;z-index:1}.switch-toggle input[type=radio]:checked+label{background:#1d4ed8;box-shadow:0 2px 4px #1d4ed833;color:#fff;font-weight:600}.switch-toggle input[type=radio]:not(:checked)+label:hover{background:#f9fafb;color:#374151}.mc-number-input-wrapper{align-items:stretch;background:#fff;border:2px solid #d1d5db;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;overflow:hidden;transition:all .2s ease}.mc-number-input-wrapper:focus-within{border-color:#1d4ed8;box-shadow:0 1px 3px #0000001a,0 0 0 3px #1d4ed81a}.mc-prefix{align-items:center;background:#1d4ed8;border:none;color:#fff;display:flex;font-size:16px;font-weight:600;justify-content:center;letter-spacing:.5px;min-width:65px;padding:14px 18px}.mc-number-input{background:#fff!important;border:none!important;border-radius:0!important;color:#374151!important;flex:1 1!important;font-size:16px!important;font-weight:500!important;outline:none!important;padding:14px 16px!important}.mc-number-input::placeholder{color:#9ca3af;font-weight:400}.usdot-number-input-wrapper{align-items:stretch;background:#fff;border:2px solid #d1d5db;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;overflow:hidden;transition:all .2s ease}.usdot-number-input-wrapper:focus-within{border-color:#1d4ed8;box-shadow:0 1px 3px #0000001a,0 0 0 3px #1d4ed81a}.usdot-prefix{align-items:center;background:#1d4ed8;border:none;color:#fff;display:flex;font-size:16px;font-weight:600;justify-content:center;letter-spacing:.5px;min-width:75px;padding:14px 18px}.usdot-number-input{background:#fff!important;border:none!important;border-radius:0!important;color:#374151!important;flex:1 1!important;font-size:16px!important;font-weight:500!important;outline:none!important;padding:14px 16px!important}.usdot-number-input::placeholder{color:#9ca3af;font-weight:400}@media (max-width:768px){.switch-toggle{align-items:stretch;flex-direction:column}.switch-toggle label{min-width:auto;text-align:center}}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.modal-header{padding:24px 24px 0}.modal-header h3{color:#2d3748;font-size:20px;font-weight:600;margin:0}.modal-body{padding:16px 24px}.modal-body p{color:#4a5568;line-height:1.5;margin:0 0 16px}.modal-body ul{margin:0 0 16px;padding-left:20px}.modal-body li{color:#4a5568;line-height:1.4;margin-bottom:8px}.modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:0 24px 24px}.btn-primary{background:#007bff;border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.btn-primary:hover{background:#0056b3}.btn-primary:disabled{background:#6c757d;cursor:not-allowed;transform:none}.btn-secondary{background:#6c757d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.btn-secondary:hover{background:#545b62;transform:translateY(-1px)}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.form-group{margin-bottom:16px}.form-group label{color:#2d3748;display:block;font-size:14px;font-weight:600}.form-group input{border:2px solid #e9ecef;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .2s ease;width:100%}.form-group input:focus{border-color:#007bff}.error-message{color:#dc3545;font-size:14px;font-weight:500;margin-top:8px}.required{color:#dc3545}.info-note{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;gap:12px;margin-bottom:20px;padding:16px}.info-icon{color:#0284c7;height:20px;width:20px}.info-note p{color:#0c4a6e;line-height:1.5}.css-1w0j6at-control{height:52px!important}.additional-drivers-container{background:#fff;border-radius:12px}.add-driver-button{align-items:center;background:#1d4ed8;border:2px solid #1d4ed8;border-radius:8px;box-shadow:0 2px 4px #1d4ed833;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:10px;margin-bottom:20px;padding:14px 24px;transition:all .2s ease}.add-driver-button:hover{background:#1e40af;border-color:#1e40af;box-shadow:0 4px 8px #1d4ed84d}.add-driver-button:active{background:#1d4ed8;transform:translateY(1px)}.additional-driver-card{background:#fafbfc;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;overflow:hidden;padding:24px;position:relative;transition:all .2s ease}.additional-driver-card:before{background:#1d4ed8;content:"";height:3px;left:0;position:absolute;right:0;top:0}.additional-driver-card:hover{background:#fff;box-shadow:0 4px 8px #00000014}.additional-driver-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:18px}.additional-driver-title{align-items:center;color:#374151;display:flex;font-size:17px;font-weight:600;gap:10px;letter-spacing:.3px}.additional-driver-title:before{background:#1d4ed8;border-radius:50%;content:"";height:6px;width:6px}.remove-driver-button{background:#dc2626;border:2px solid #dc2626;border-radius:6px;box-shadow:0 1px 3px #0000001a;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s ease}.remove-driver-button:hover{background:#b91c1c;border-color:#b91c1c;box-shadow:0 2px 6px #00000026}.additional-driver-form-row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:20px}.additional-driver-form-group{display:flex;flex-direction:column}.additional-driver-form-group label{color:#374151;font-size:13px;font-weight:600;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}.additional-driver-form-group input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#374151;font-size:15px;font-weight:500;padding:14px 16px;transition:all .2s ease}.additional-driver-form-group input:focus{background:#fff;border-color:#1d4ed8;box-shadow:0 1px 3px #0000001a,0 0 0 3px #1d4ed81a;outline:none}.additional-driver-phone-group{background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000000d;display:flex;overflow:hidden;transition:all .2s ease}.additional-driver-phone-group:focus-within{background:#fff;border-color:#1d4ed8;box-shadow:0 1px 3px #0000001a,0 0 0 3px #1d4ed81a}.additional-driver-phone-group .country-code-select{background:#f8fafc;border:none;border-radius:0;color:#4a5568;font-size:14px;font-weight:600;padding:14px 12px}.additional-driver-phone-group input{background:#0000!important;border:none!important;box-shadow:none!important;flex:1 1;font-size:15px!important;font-weight:500!important;margin:0;padding:14px 16px!important}@media (max-width:768px){.additional-driver-form-row{gap:16px;grid-template-columns:1fr}.additional-driver-header{align-items:flex-start;flex-direction:column;gap:12px}}.existing-image-preview{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;margin-bottom:12px;padding:16px;text-align:center}.existing-image-preview img{border:2px solid #dee2e6;box-shadow:0 2px 8px #0000001a;display:block;margin:0 auto 12px}.existing-image-info{color:#28a745;font-size:14px;font-weight:500;gap:8px}.auth-loading-container,.existing-image-info{align-items:center;display:flex;justify-content:center}.auth-loading-container{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff1a;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.auth-loading-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:40px;text-align:center;width:90%}.auth-loading-spinner{animation:auth-spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#667eea;height:40px;margin:0 auto 20px;width:40px}.auth-loading-content h3{color:#2d3748;font-size:20px;font-weight:600;margin:0 0 12px}.auth-loading-content p{color:#6b7280;font-size:14px;line-height:1.5;margin:0}@keyframes auth-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.forms-dashboard-header{background:#fff;border:1px solid #d6d6d6;border-radius:20px 20px 0 0;box-shadow:0 1px 3px #0000000d;position:-webkit-sticky;position:sticky;top:0;z-index:100}.forms-table-container{background:#fff;border:1px solid #d6d6d6;border-top:none;box-shadow:3px 2px 1px #0000000d;flex:1 1;overflow:auto}.table-responsive{border-radius:8px;display:flex;flex-direction:column;max-height:70vh}.forms-table{background:#fff;border-collapse:initial;border-spacing:0;display:flex;flex:1 1;flex-direction:column;font-size:.875rem;margin-bottom:0;width:100%}.forms-table thead{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}.forms-table thead tr{display:table;table-layout:fixed;width:100%}.forms-table tbody{display:block;flex:1 1;overflow-y:auto}.forms-table tbody tr{display:table;table-layout:fixed;width:100%}.forms-table td:first-child,.forms-table th:first-child{width:15%}.forms-table td:nth-child(2),.forms-table th:nth-child(2){width:25%}.forms-table td:nth-child(3),.forms-table th:nth-child(3){width:20%}.forms-table td:nth-child(4),.forms-table th:nth-child(4){width:25%}.forms-table td:nth-child(5),.forms-table th:nth-child(5){width:15%}.forms-table-container{overflow-x:auto}.forms-table td,.forms-table th{word-wrap:break-word;border-bottom:1px solid #f3f4f6;overflow-wrap:break-word;padding:1rem .75rem;vertical-align:middle}.forms-table th{background:#f8fafc;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.875rem;font-weight:600;padding:1rem .75rem;position:-webkit-sticky;position:sticky;text-align:left;top:0;white-space:nowrap;z-index:10}.forms-table td{border-bottom:1px solid #f3f4f6;padding:1rem .75rem;vertical-align:middle}.forms-table tbody tr:hover{background:#f9fafb;transition:background-color .2s ease}.forms-table-row.row-error{background:#fef2f2}.forms-table-row.row-error:hover{background:#fee2e2}.forms-table-row.row-error td{border-bottom-color:#fecaca}.pill{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#374151;display:inline-block;font-size:.75rem;font-weight:500;margin-right:.25rem;padding:.375rem .75rem;white-space:nowrap}.pill-type{font-size:.8rem;font-weight:600}.pill-blue{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.pill-purple{background:#ede9fe;border-color:#c4b5fd;color:#7c3aed}.pill-error{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.pill-success{background:#dcfce7;border-color:#86efac;color:#16a34a}.pill-btn{border:1px solid #0000;border-radius:999px;cursor:pointer;display:inline-block;font-size:.75rem;font-weight:500;padding:.375rem .75rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.pill-btn-yellow{background:#fef3c7;border-color:#fcd34d;color:#d97706}.pill-btn-yellow:hover{background:#fde68a;color:#b45309;transform:translateY(-1px)}.pill-btn-red{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.pill-btn-red:hover{background:#fecaca;color:#b91c1c;transform:translateY(-1px)}.table-actions{align-items:center;display:flex;gap:.5rem}.text-danger-emphasis{font-weight:500}.text-danger,.text-danger-emphasis{color:#dc2626!important}.ms-1{margin-left:.25rem!important}.me-1{margin-right:.25rem!important}.alert{align-items:flex-start;border:1px solid #0000;border-radius:8px;display:flex;gap:.75rem;margin-bottom:1rem;padding:1rem}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.alert i{font-size:1.125rem;margin-top:.125rem}.btn{background-color:initial;border:1px solid #0000;border-radius:6px;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;line-height:1.5;padding:.5rem 1rem;text-align:center;text-decoration:none;transition:all .2s ease;-webkit-user-select:none;user-select:none;vertical-align:middle}.btn-primary{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb;border-color:#2563eb;transform:translateY(-1px)}.btn-sm{border-radius:6px;font-size:.8125rem;padding:.375rem .75rem}.mb-2{margin-bottom:.5rem!important}.mt-3{margin-top:1rem!important}.text-center{text-align:center!important}.text-muted{color:#6b7280!important}.spin{animation:spin 1s linear infinite}.error-alert{margin-bottom:1.5rem}.empty-state.compact-empty{color:#6b7280;padding:3rem 2rem;text-align:center}.empty-state.compact-empty i{display:block;font-size:3rem;margin-bottom:1rem;opacity:.3}.empty-state.compact-empty h5{color:#374151;font-size:1.125rem;font-weight:600;margin:0}.form-filters-container{background:#fff;box-shadow:0 -4px 20px #0000001a;padding:1.5rem;position:relative;z-index:10}.form-filters-container,.form-filters-container.compact{border-bottom:1px solid #e5e7eb;border-radius:20px 20px 0 0}.form-filters-container.compact{margin-top:-2rem;padding:1rem 1.5rem}.form-filters-bar{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.5rem;max-width:100%}.filter-group{display:flex;flex:1 1;flex-direction:column;min-width:180px}.filter-label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.filter-input,.filter-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;height:2.8rem;padding:.625rem .875rem;transition:all .2s ease;width:100%}.filter-input:focus,.filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.filter-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 6 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;cursor:pointer;padding-right:2.5rem}.conversation-filter{min-width:220px}.conversation-input-group{align-items:stretch;display:flex;gap:.5rem}.conversation-input-group .filter-input{border:1px solid #d1d5db;flex:1 1;height:2.8rem;min-width:0}.filter-search-btn{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;justify-content:center;min-width:44px;padding:.625rem 1rem;transition:all .2s ease}.filter-search-btn:hover{background:#2563eb;transform:translateY(-1px)}.filter-search-btn:active{transform:translateY(0)}.clear-filter-group{flex:0 0 auto;min-width:auto}.clear-filters-btn{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1rem;transition:all .2s ease;white-space:nowrap}.clear-filters-btn:hover{background:#e5e7eb;border-color:#9ca3af;color:#374151}.clear-filters-btn:active{transform:translateY(0)}.form-pagination-container{align-items:center;background:#fff;border-top:1px solid #f3f4f6;display:flex;height:4rem;justify-content:space-between;padding:0 1.5rem}.pagination-limit-selector{align-items:center;display:flex;gap:.75rem}.limit-label{color:#6b7280;font-size:.875rem;font-weight:500;margin:0}.limit-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:.875rem;height:2.4rem;min-width:80px;padding:.2rem .75rem;transition:all .2s ease}.limit-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a;outline:none}.limit-text{color:#6b7280;font-size:.875rem}.pagination-controls,.pagination-nav{align-items:center;display:flex}.pagination-controls{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;gap:.5rem;height:3rem;padding:.75rem 1rem}.pagination-btn{align-items:center;background:none;border:none;border-radius:6px;color:#374151;cursor:pointer;display:flex;height:36px;justify-content:center;min-width:36px;padding:.5rem;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#e5e7eb;color:#111827}.pagination-btn:disabled{color:#d1d5db;cursor:not-allowed}.pagination-btn i{font-size:1.125rem;font-weight:600}.pagination-info{align-items:center;display:flex;flex-direction:column;gap:.1rem;min-width:140px}.pagination-text{color:#374151;font-size:.875rem;font-weight:600}.pagination-total{color:#6b7280;font-size:.75rem}@media (max-width:1024px){.form-filters-bar{gap:1rem}.filter-group{min-width:160px}.conversation-filter{min-width:200px}}@media (max-width:768px){.form-filters-container{margin-top:-1.5rem;padding:1rem}.form-filters-bar{align-items:stretch;flex-direction:column;gap:1rem}.conversation-filter,.filter-group{min-width:100%}.conversation-input-group{flex-direction:column;gap:.5rem}.conversation-input-group .filter-input{width:100%}.filter-search-btn{justify-content:center;width:100%}.clear-filter-group{align-self:stretch}.clear-filters-btn{justify-content:center;width:100%}.form-pagination-container{align-items:stretch;flex-direction:column;gap:1rem;padding:1rem}.pagination-controls,.pagination-limit-selector{justify-content:center}.pagination-info{min-width:120px}.table-responsive{max-height:60vh}.forms-table td,.forms-table th{font-size:.8rem;padding:.75rem .5rem}.forms-table td:last-child,.forms-table th:last-child{min-width:120px}.forms-table td:first-child,.forms-table th:first-child{width:20%}.forms-table td:nth-child(2),.forms-table th:nth-child(2){width:30%}.forms-table td:nth-child(3),.forms-table td:nth-child(4),.forms-table td:nth-child(5),.forms-table th:nth-child(3),.forms-table th:nth-child(4),.forms-table th:nth-child(5){width:25%}}@media (max-width:480px){.pagination-controls{gap:0;padding:1rem;width:12rem}.pagination-info{order:-1}.pagination-limit-selector{gap:.25rem}.forms-dashboard-header{height:24rem}.form-pagination-container{flex-direction:row;gap:1rem;justify-content:center}.pagination-text{font-size:.7rem}.pagination-total{font-size:.55rem}.limit-select{width:1rem}.forms-table td,.forms-table th{font-size:.75rem;padding:.5rem .25rem}.forms-table td span{text-wrap:wrap}.forms-table td:nth-child(3),.forms-table th:nth-child(3){display:none}.forms-table td:nth-child(2),.forms-table th:nth-child(2){text-align:center;width:20%}}.dummy-data-button{align-items:center;background:#3b82f6;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;margin:10px 0;padding:8px 16px;position:relative;transition:all .2s ease-in-out}.dummy-data-button:hover{background:#2563eb;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.dummy-data-button:active{box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.dummy-data-button svg{transition:transform .2s ease-in-out}.dummy-data-button:hover svg{transform:scale(1.1)}.dummy-data-button:before{background:#ef4444;border-radius:10px;color:#fff;content:"DEV";font-size:10px;font-weight:700;line-height:1;padding:2px 6px;position:absolute;right:-8px;top:-8px}.camera-modal-overlay{align-items:center;background-color:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.camera-modal-content{background:#fff;border-radius:12px;box-shadow:0 5px 20px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;overflow:hidden;width:100%}.camera-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.5rem}.camera-modal-header h2{font-size:1.25rem;font-weight:600;margin:0}.close-button{background:none;color:#9ca3af;font-size:2rem;font-weight:300;padding:0}.camera-modal-body{align-items:center;background-color:#111827;display:flex;flex:1 1;justify-content:center;overflow:hidden;position:relative}.camera-feed,.camera-feed video{height:100%;width:100%}.camera-feed video{display:block;object-fit:cover}.camera-error{color:#fff;font-size:1rem;line-height:1.5;padding:2rem;text-align:center}.camera-modal-footer{border-top:1px solid #e5e7eb;padding:1rem 1.5rem;text-align:center}.capture-button{align-items:center;background-color:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:background-color .2s}.capture-button:hover{background-color:#357abd}.capture-button:disabled{background-color:#9ca3af;cursor:not-allowed}.retake-button{align-items:center;background-color:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;min-width:120px;padding:.75rem 1.5rem;transition:all .2s ease}.retake-button:hover{background-color:#5a6268;box-shadow:0 4px 8px #6c757d4d;transform:translateY(-1px)}.use-photo-button{align-items:center;background-color:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;min-width:120px;padding:.75rem 1.5rem;transition:all .2s ease}.use-photo-button:hover{background-color:#218838;box-shadow:0 4px 8px #28a7454d;transform:translateY(-1px)}.camera-preview{align-items:center;background-color:#111827;display:flex;height:100%;justify-content:center;padding:1rem;width:100%}.camera-preview img{border-radius:8px;box-shadow:0 4px 12px #0000004d;max-height:100%;max-width:100%;object-fit:contain}.auth-modal-overlay{align-items:center;animation:fadeIn .3s ease-out forwards;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.auth-modal{animation:slideInScale .4s ease-out forwards;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:440px;overflow-x:hidden;overflow-y:auto;padding:24px;position:relative;transform:scale(.95) translateY(20px);width:100%;z-index:10000}.auth-modal-header{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;margin-bottom:24px;padding-bottom:16px;position:relative}.auth-modal-header h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0;padding-right:40px}.auth-modal-subtitle{color:#64748b;font-size:14px;line-height:1.4;margin:8px 0 0;padding-right:40px}.auth-modal-body{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:0}.close-button{background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:24px;line-height:1;padding:4px;position:absolute;right:0;top:0;transition:all .2s ease}.close-button:hover{background:#f3f4f6;color:#374151}.auth-form{gap:20px;overflow-x:visible}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{color:#374151;font-size:.875rem;font-weight:500}.form-group input{background:#fafafa;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:12px 16px;transition:all .2s ease}.form-group input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.error-message{background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#b91c1c;font-size:.875rem;padding:12px}.submit-button{background:#1a56db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:14px;transition:background-color .2s}.submit-button:hover{background:#1e40af}.submit-button:disabled{background:#93c5fd;cursor:not-allowed}.button-loading{align-items:center;display:flex;gap:8px;justify-content:center}.button-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.auth-footer{border-top:1px solid #f1f5f9;color:#6b7280;margin-top:24px;padding-top:16px;text-align:center}.text-button{background:none;border:none;color:#1a56db;cursor:pointer;font-weight:500;margin-left:4px;padding:0}.text-button:hover{text-decoration:underline}.signup-modal{max-width:500px;z-index:10001!important}.signup-modal .auth-modal-overlay{background:#000c;z-index:9999!important}.auth-toggle-container{background:#e5e7eb;border-radius:8px;gap:1px;padding:2px}.auth-toggle-btn{background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;flex:1 1;font-weight:500;padding:8px 16px;transition:all .2s ease}.auth-toggle-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#1a56db}.phone-input-container{align-items:center;display:flex;gap:8px}.country-code-select{background:#fafafa;border:2px solid #e5e7eb;border-radius:8px;min-width:90px;padding:12px 8px}.country-code-select:focus{background:#fff;border-color:#3b82f6}.auth-toggle-switch{display:inline-block;height:28px;position:relative;width:56px}.auth-toggle-input{height:0;opacity:0;width:0}.auth-toggle-slider{background-color:#d1d5db;border-radius:28px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.auth-toggle-slider:before{background-color:#fff;border-radius:50%;bottom:2px;box-shadow:0 2px 4px #0000001a;content:"";height:24px;left:2px;position:absolute;transition:.3s;width:24px}.auth-toggle-input:checked+.auth-toggle-slider{background-color:#3b82f6}.auth-toggle-input:checked+.auth-toggle-slider:before{transform:translateX(28px)}.auth-toggle-input:focus+.auth-toggle-slider{box-shadow:0 0 1px #3b82f6}.auth-toggle-container{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:24px;padding:16px}.auth-toggle-label{color:#374151;font-size:15px;font-weight:600}.auth-checkbox-wrapper{align-items:flex-start;background:#fef7f7;border:1px solid #f87171;border-radius:10px;display:flex;gap:12px;margin-bottom:20px;padding:16px}.auth-checkbox-wrapper input[type=checkbox]{accent-color:#dc2626;flex-shrink:0;margin:2px 0 0;transform:scale(1.2)}.auth-checkbox-wrapper label{color:#7f1d1d;cursor:pointer;font-size:14px;line-height:1.5;margin:0}.auth-btn-primary{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;margin-bottom:16px;overflow:hidden;padding:14px 24px;position:relative;transition:all .3s ease;width:100%}.auth-btn-primary:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.auth-btn-primary:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.auth-btn-secondary{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;margin-bottom:8px;padding:12px 24px;transition:all .3s ease;width:100%}.auth-btn-secondary:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.auth-loading{align-items:center;display:flex;gap:8px;justify-content:center}.auth-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:16px;width:16px}.otp-container{margin:24px 0;text-align:center}.otp-inputs{display:flex;gap:12px;justify-content:center;margin:20px 0}.otp-input{border:2px solid #e5e7eb;border-radius:10px;font-size:20px;font-weight:600;height:48px;text-align:center;transition:all .3s ease;width:48px}.otp-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none;transform:scale(1.05)}.otp-timer{color:#6b7280;font-size:14px;margin-top:16px}.otp-resend{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:14px;font-weight:600;margin-top:12px;text-decoration:underline}.otp-resend:hover{color:#1d4ed8}.auth-success-message{align-items:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;display:flex;font-size:14px;gap:8px;margin-bottom:20px;padding:12px 16px}.auth-success-message svg{flex-shrink:0;height:16px;width:16px}.consequences-modal{animation:slideInScale .3s ease-out forwards;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;box-sizing:border-box;display:flex;flex-direction:column;margin:20px;max-height:90vh;max-width:500px;overflow-y:auto;transform:scale(.95);width:100%}.consequences-header{border-bottom:1px solid #e5e7eb;padding:24px 24px 16px}.consequences-header h3{align-items:center;color:#dc2626;display:flex;font-size:20px;font-weight:700;gap:8px;margin:0}.consequences-body{padding:20px 24px}.consequences-list{list-style:none;margin:16px 0;padding:0}.consequences-list li{align-items:flex-start;color:#374151;display:flex;font-size:14px;gap:8px;padding:8px 0}.consequences-list li svg{color:#dc2626;flex-shrink:0;height:16px;margin-top:2px;width:16px}.consequences-footer{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;padding:16px 24px 24px}.auth-btn-danger{align-items:center;background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;font-weight:600;gap:8px;justify-content:center;margin-right:12px;padding:12px 24px;transition:all .3s ease}.auth-btn-danger:hover{box-shadow:0 6px 16px #dc262666;transform:translateY(-1px)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:480px){.auth-modal-content{border-radius:12px;margin:10px;max-width:none;width:calc(100vw - 20px)}.auth-modal-body,.auth-modal-header{padding:20px}.otp-inputs{gap:8px}.otp-input{font-size:18px;height:40px;width:40px}.auth-otp-inputs{gap:8px}.auth-otp-input{font-size:20px;height:50px;width:40px}.consequences-modal{margin:10px;max-width:none;width:calc(100vw - 20px)}.consequences-footer{flex-direction:column}.auth-btn-danger{margin-bottom:8px;margin-right:0}}.auth-name-fields{box-sizing:border-box;display:flex;gap:12px;width:100%}.auth-name-field{flex:1 1;min-width:0}@media (max-width:640px){.auth-name-fields{flex-direction:column}.auth-name-field{flex:none}}.form-header-modern{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;box-shadow:0 20px 40px #3b82f626;box-sizing:border-box;margin-bottom:40px;overflow:hidden;position:relative;width:100%}.form-header-background{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);bottom:0;left:0;position:absolute;right:0;top:0}.form-header-content-wrapper{align-items:center;display:flex;justify-content:space-between;padding:32px 40px;position:relative;z-index:1}.form-header-main{align-items:center;display:flex;flex:1 1;gap:20px}.form-header-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:16px;display:flex;height:64px;justify-content:center;width:64px}.form-header-icon svg{color:#fff;height:32px;width:32px}.form-header-text h1{color:#fff;font-size:32px;font-weight:700;margin:0 0 8px;text-shadow:0 2px 4px #0000001a}.form-header-text h1,.form-header-text p{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}.form-header-text p{color:#ffffffe6;font-size:16px;font-weight:400;margin:0}.form-header-auth-section{flex-shrink:0;margin-left:20px}.auth-user-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:50px;gap:16px;padding:12px 20px}.auth-user-info,.user-avatar{align-items:center;display:flex}.user-avatar{background:#fff3;border:2px solid #ffffff4d;border-radius:50%;height:40px;justify-content:center;width:40px}.user-avatar svg{color:#fff;height:20px;width:20px}.user-details{display:flex;flex-direction:column;gap:2px}.user-greeting{color:#fffc;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.user-name{color:#fff;font-size:14px;font-weight:600}.logout-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.logout-button:hover{background:#fff3;transform:scale(1.05)}.logout-button svg{height:18px;width:18px}.login-button-enhanced{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.login-button-enhanced:hover{background:#ffffff40;box-shadow:0 8px 20px #0003;transform:translateY(-2px)}.login-button-enhanced svg{height:16px;width:16px}@media (max-width:768px){.form-header-modern{border-radius:16px;margin-bottom:24px}.form-header-content-wrapper{flex-direction:column;gap:20px;padding:24px 20px}.form-header-main{gap:16px;justify-content:center;text-align:center}.form-header-icon{height:56px;width:56px}.form-header-icon svg{height:28px;width:28px}.form-header-text h1{font-size:24px}.form-header-text p{font-size:14px}.form-header-auth-section{align-self:stretch;margin-left:0}.login-button-enhanced{font-size:15px;justify-content:center;padding:14px 24px;width:100%}.auth-user-info{border-radius:50px;justify-content:space-around;padding:12px 20px}.user-details{text-align:center}}@media (max-width:480px){.form-header-modern{border-radius:12px;margin-bottom:20px}.form-header-content-wrapper{gap:16px;padding:20px 16px}.form-header-main{flex-direction:column;gap:16px;text-align:center}.form-header-icon{align-self:center;height:48px;width:48px}.form-header-icon svg{height:24px;width:24px}.form-header-text h1{font-size:20px;margin-bottom:6px}.form-header-text p{font-size:13px;opacity:.9}.login-button-enhanced{border-radius:25px;font-size:14px;padding:12px 20px}.auth-user-info{border-radius:50px;flex-direction:row;gap:12px;padding:12px 16px}.user-avatar{align-self:center;height:32px;width:32px}.user-avatar svg{height:16px;width:16px}.user-greeting{font-size:11px}.user-name{font-size:13px}.logout-button{align-self:center;height:32px;width:32px}.logout-button svg{height:16px;width:16px}}@media (max-width:320px){.form-header-content-wrapper{padding:16px 12px}.form-header-text h1{font-size:18px}.form-header-text p{font-size:12px}.login-button-enhanced{font-size:13px;padding:10px 16px}}@media (max-width:768px){.form-container{padding:0 16px}}@media (max-width:480px){.form-container{padding:0 12px}}@media (hover:none) and (pointer:coarse){.auth-user-info,.login-button-enhanced,.logout-button{touch-action:manipulation}.login-button-enhanced,.logout-button{min-height:44px}.logout-button{min-width:44px}}.error-message-box{align-items:flex-start;animation:errorSlideIn .3s ease-out;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #f87171;border-radius:12px;box-shadow:0 4px 12px #f8717126;display:flex;gap:12px;margin-top:20px;padding:16px 20px}.error-icon{color:#dc2626;flex-shrink:0;height:24px;margin-top:2px;width:24px}.error-icon svg{height:100%;width:100%}.error-content{flex:1 1;min-width:0}.error-content h4{color:#dc2626;font-size:16px;font-weight:600;line-height:1.2;margin:0 0 4px}.error-content p{color:#7f1d1d;font-size:14px;line-height:1.4;margin:0;word-break:break-word}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.error-message-box{gap:10px;margin-bottom:16px;padding:14px 16px}.error-icon{height:20px;width:20px}.error-content h4{font-size:15px}.error-content p{font-size:13px}}@media (max-width:480px){.error-message-box{border-radius:10px;margin-bottom:14px;padding:12px 14px}.error-content h4{font-size:14px}.error-content p{font-size:12px}}.checkbox-wrapper{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;display:flex;gap:12px;margin-bottom:20px;padding:16px;transition:all .3s ease}.checkbox-wrapper:hover{background:#eff6ff;border-color:#3b82f6}.checkbox-wrapper input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;flex-shrink:0;height:20px;margin:2px 0 0;width:20px}.checkbox-wrapper input[type=checkbox]:checked{background-color:#3b82f6;border-color:#3b82f6}.checkbox-wrapper label{color:#374151;cursor:pointer;font-size:14px;font-weight:500;line-height:1.5;margin:0}.checkbox-wrapper label a{color:#3b82f6!important;font-weight:600;text-decoration:underline}.checkbox-wrapper label a:hover{color:#1d4ed8!important}.info-note{align-items:flex-start;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:12px;box-shadow:0 4px 6px #3b82f61a;display:flex;gap:16px;margin-top:24px;padding:20px}.info-icon{color:#3b82f6;flex-shrink:0;height:24px;margin-top:2px;width:24px}.info-note p{color:#1e40af;font-size:14px;font-weight:500;line-height:1.6;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInScale{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.auth-modal-overlay{padding:16px}.auth-modal{max-height:85vh;padding:20px;width:100%}.auth-modal,.signup-modal{max-width:none}.auth-modal-header h2{font-size:1.25rem}.auth-form{gap:16px}.auth-name-fields{flex-direction:column;gap:16px}.phone-input-container{flex-direction:column;gap:12px}.country-code-select{min-width:0;min-width:auto;width:100%}}@media (max-width:480px){.auth-modal-overlay{padding:12px}.auth-modal{border-radius:8px;max-height:90vh;padding:16px}.auth-modal-header{margin-bottom:20px;padding-bottom:12px}.auth-modal-header h2{font-size:1.125rem}.close-button{font-size:20px}.country-code-select,.form-group input{font-size:16px;padding:10px 12px}.auth-btn-primary,.submit-button{font-size:.9rem;padding:12px}}@media (max-width:320px){.auth-modal{padding:12px}.auth-modal-header h2{font-size:1rem}.country-code-select,.form-group input{font-size:.85rem;padding:8px 10px}}.auth-form-group{margin-bottom:20px;width:100%}.auth-form-group label{color:#374151;display:block;font-size:14px;font-weight:600;letter-spacing:.025em;margin-bottom:8px}.auth-form-group input{background:#fafafa;border:2px solid #e5e7eb;border-radius:10px;box-sizing:border-box;font-size:16px;padding:12px 16px;transition:all .3s ease;width:100%}.auth-form-group input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none;transform:translateY(-1px)}.auth-form-group input::placeholder{color:#9ca3af}.auth-form-group input:disabled{cursor:not-allowed;opacity:.6}.auth-error-message{align-items:center;animation:shake .5s ease-in-out;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:14px;gap:8px;margin-bottom:20px;padding:12px 16px}.auth-error-message svg{flex-shrink:0;height:16px;width:16px}.required{color:#dc2626;font-weight:700;margin-left:2px}.auth-otp-section{padding:20px 0;text-align:center}.auth-otp-inputs{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.auth-otp-input{background:#fafafa;border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-size:1.2rem;letter-spacing:.5em;padding:12px;text-align:center;transition:all .2s ease;width:100%}.auth-otp-input:focus{background:#fff;border-color:#3b82f6;box-shadow:inset 0 0 0 3px #3b82f633;outline:none}.auth-otp-input:disabled{background:#f3f4f6}.auth-otp-actions{align-items:center;display:flex;flex-direction:column;gap:16px}.auth-otp-resend{text-align:center}.auth-timer{color:#6b7280;font-size:14px}.auth-link-button{align-items:center;background:none;border:none;border-radius:6px;color:#3b82f6;cursor:pointer;display:flex;font-size:14px;gap:4px;padding:4px 8px;text-decoration:underline;transition:color .2s ease}.auth-link-button:hover{background:#3b82f60d;color:#1d4ed8}.auth-link-button:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.phone-group{align-items:flex-end;display:flex;gap:8px}.country-code-select{-webkit-appearance:none;appearance:none;cursor:pointer;font-size:1rem;padding-right:40px;transition:all .2s ease;width:30%}.country-code-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-lighter);outline:none}.phone-input{flex:1 1}.phone-input input[type=tel]{width:100%}@media (max-width:768px){.phone-group{flex-direction:column;gap:12px}.country-code-select{width:100%}}.phone-input-wrapper{width:100%}.PhoneInput{gap:13px!important}.react-phone-input .PhoneInput{background:none!important;border:none!important;display:flex!important}.react-phone-input{background:var(--surface);background-color:#fafafa;border:2px solid var(--border);border-radius:var(--radius-sm);display:flex;height:55px;overflow:hidden;position:relative;transition:all .2s ease;width:100%}.react-phone-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-lighter)}.react-phone-input .PhoneInputCountry{align-items:center;background:var(--surface);border:none;border-right:1px solid var(--border);cursor:pointer;display:flex;padding:12px 8px;transition:all .2s ease}.react-phone-input:focus-within .PhoneInputCountry{border-right-color:var(--border)}.react-phone-input .PhoneInputCountrySelect{-webkit-appearance:none;appearance:none;background:#0000;border:none;color:var(--text);cursor:pointer;font-family:var(--font);font-size:1rem;margin:0;outline:none;padding:0}.PhoneInputCountry{margin:0!important}.react-phone-input .PhoneInputCountryIcon{background:none!important;border:none!important;box-shadow:none!important;height:1.2em;width:1.2em}.react-phone-input .PhoneInputCountrySelectArrow{color:#6b7280;font-size:.75em;margin-left:4px;transition:all .2s ease}.react-phone-input .PhoneInputCountry:hover .PhoneInputCountrySelectArrow{color:var(--primary)}.react-phone-input .PhoneInputInput{background:#0000;border:none;border:none!important;box-shadow:none!important;color:var(--text);flex:1 1;font-family:var(--font);font-size:1rem;outline:none;padding:12px 16px}.react-phone-input .PhoneInputInput::placeholder{color:#94a3b8}.react-phone-input:hover{border-color:#9ca3af}.react-phone-input.disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed;opacity:.8}.react-phone-input.disabled .PhoneInputCountry,.react-phone-input.disabled .PhoneInputInput{background:#0000;color:#6c757d;cursor:not-allowed}.react-phone-input.error{border-color:var(--danger)}.react-phone-input.error:focus-within{border-color:var(--danger);box-shadow:0 0 0 3px #ef44441a}@media (max-width:768px){.react-phone-input .PhoneInputCountry{padding:12px 6px}.react-phone-input .PhoneInputCountryIcon{height:1em;margin-right:.25em;width:1em}}.form-errors-container{margin:0 auto;max-width:1200px;padding:24px}.header-section{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.navigation-links{display:flex;gap:16px}.back-link,.home-link{align-items:center;background:var(--primary-color);border-radius:4px;color:#fff;display:flex;font-weight:500;gap:8px;padding:8px 16px;text-decoration:none;transition:background .2s}.back-link:hover,.home-link:hover{background:var(--primary-color-dark)}.report-error-button{align-items:center;background:var(--danger-color);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1em;font-weight:500;gap:8px;padding:12px 24px;text-decoration:none;transition:all .2s}.report-error-button:hover{background:var(--danger-color-dark);transform:translateY(-1px)}.loading{color:var(--text-muted)}.error-message,.loading{padding:32px;text-align:center}.error-message{color:var(--danger-color)}.no-reports{color:var(--text-muted);padding:32px;text-align:center}.error-reports-list{grid-gap:24px;display:grid;gap:24px}.error-report-card{background:#fff;border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.error-report-card.resolved{border-color:var(--success-color)}.report-header{align-items:center;background:var(--background-light);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:12px 16px}.report-id{font-weight:600}.status-badge{align-items:center;border-radius:4px;display:flex;font-size:.9em;gap:6px;padding:4px 8px}.status-badge.resolved{background:var(--success-color);color:#fff}.status-badge.unresolved{background:var(--warning-color);color:#fff}.error-report-content{padding:16px}.error-report-content h4{color:var(--text-muted);font-size:.9em;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.error-fields-list{list-style:none;margin:0 0 16px;padding:0}.error-fields-list li{background:var(--background-light);border-radius:4px;margin-bottom:8px;padding:8px 12px}.error-description,.error-screenshot,.resolution-description{margin-bottom:16px}.resolve-section{background:var(--background-light);border-top:1px solid var(--border-color);padding:16px}.resolution-input{border:1px solid var(--border-color);border-radius:4px;margin-bottom:12px;min-height:80px;padding:12px;resize:vertical;width:100%}.resolve-button{align-items:center;background:var(--success-color);border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:8px 16px;transition:background .2s}.resolve-button:disabled{cursor:not-allowed;opacity:.7}.resolve-button:not(:disabled):hover{background:var(--success-color-dark)}.thank-you-page-container{align-items:center;background:linear-gradient(135deg,#e0eafc,#cfdef3);bottom:0;box-sizing:border-box;display:flex;justify-content:center;left:0;overflow:hidden;padding:2rem;position:absolute;right:0;top:0}.thank-you-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:20px;box-shadow:0 8px 40px #0000001f;max-width:480px;opacity:0;padding:2.5rem 3rem;text-align:center;transform:scale(.9);transition:opacity .5s ease-out,transform .5s ease-out;width:100%}.thank-you-card.animate{opacity:1;transform:scale(1)}.success-icon-wrapper{height:80px;margin:0 auto 1.5rem;width:80px}.success-checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#7ac142;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.success-checkmark{stroke-width:2;stroke:#fff;stroke-miterlimit:10;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;border-radius:50%;box-shadow:inset 0 0 0 #7ac142;display:block;height:80px;width:80px}.success-checkmark__check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;transform-origin:50% 50%}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 40px #7ac142}}.thank-you-body p,.thank-you-title{opacity:0;transform:translateY(20px);transition:opacity .4s ease-out .2s,transform .4s ease-out .2s}.thank-you-card.animate .thank-you-body p,.thank-you-card.animate .thank-you-title{opacity:1;transform:translateY(0)}.thank-you-card.animate .thank-you-body p:nth-child(2){transition-delay:.3s}.thank-you-title{color:#333;font-size:2.25rem;font-weight:700;margin:0 0 1rem}.thank-you-body p{color:#555;font-size:1.1rem;line-height:1.7;margin:.5rem 0}.thank-you-body strong{color:#4a90e2;font-weight:600}.thank-you-footer{margin-top:2rem}.home-button{background-color:#4a90e2;border-radius:8px;color:#fff;display:inline-block;font-weight:500;padding:12px 24px;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.home-button:hover{background-color:#357abd;transform:translateY(-2px)}
/*# sourceMappingURL=main.601e550a.css.map*/