html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;touch-action:manipulation}body,html{height:100%;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}#root{min-height:100%;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{-webkit-tap-highlight-color:rgba(0,0,0,.1);box-sizing:border-box}img{height:auto;max-width:100%}@supports (-webkit-overflow-scrolling:touch){*{-webkit-overflow-scrolling:touch}}.sidebar{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:24px 0;transition:transform .3s ease;width:220px}.drawer-close-btn,.sidebar-overlay{display:none}.sidebar-header{font-size:18px;font-weight:700;margin-bottom:32px;text-align:center}.menu-item{align-items:center;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-weight:500;margin:4px 16px 0;padding:12px 16px;text-decoration:none;transition:background-color .2s ease}.menu-item:hover{background:#f3f4f6}.menu-item.active{background:#eef2ff;color:#6366f1;font-weight:700}.menu-item-icon{margin-right:8px}.sidebar-footer{border-top:1px solid #e5e7eb;margin-top:auto;padding:16px}.user-info{background:#f3f4f6;border-radius:8px;display:flex;flex-direction:column;margin-bottom:12px;padding:8px}.user-name{color:#1a1a1a;font-size:.9rem;font-weight:600}.user-role{color:#6b7280;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.logout-button{align-items:center;background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;justify-content:center;padding:8px 16px;transition:background-color .2s ease;width:100%}.logout-button:hover{background:#b91c1c}.login-link{align-items:center;background:#667eea;border-radius:8px;color:#fff;display:flex;font-size:.9rem;font-weight:500;justify-content:center;padding:8px 0;text-decoration:none;transition:background-color .2s ease;width:100%}.login-link:hover{background:#5a67d8}@media (max-width:768px){.sidebar{bottom:0;box-shadow:2px 0 8px #0000001a;left:0;max-width:80vw;padding:20px 0;position:fixed;top:0;transform:translateX(-100%);width:280px;z-index:1000}.sidebar.drawer-open{transform:translateX(0)}.sidebar-overlay{animation:fadeIn .3s ease;background:#00000080;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.drawer-close-btn{background:#0000;border:none;color:#6b7280;cursor:pointer;display:block;font-size:24px;line-height:1;padding:4px 8px;position:absolute;right:16px;top:16px;transition:color .2s ease;z-index:10}.drawer-close-btn:hover{color:#1f2937}.sidebar-header{font-size:18px;margin-bottom:28px;padding-right:40px}.menu-item{font-size:15px;margin:0 16px;padding:12px 16px}.menu-item-icon{font-size:18px;margin-right:8px}.sidebar-footer{padding:16px}.user-name{font-size:.9rem}.user-role{font-size:.75rem}.login-link,.logout-button{font-size:.9rem;padding:8px 16px}}@media (max-width:480px){.sidebar{width:260px}.sidebar-header{font-size:16px;margin-bottom:24px}.menu-item{font-size:14px;margin:0 12px;padding:10px 14px}.menu-item-icon{font-size:16px;margin-right:6px}.sidebar-footer{padding:12px}.user-info{padding:8px}.user-name{font-size:.85rem}.user-role{font-size:.7rem}.login-link,.logout-button{font-size:.85rem;padding:7px 14px}}.home-page{align-items:center;background:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:space-between;min-height:100vh;padding:2rem 1rem}.home-header{max-width:600px;text-align:center;width:100%}.home-content{align-items:center;display:flex;flex:1 1;justify-content:center;max-width:800px;width:100%}.hero-section{text-align:center}.hero-title{color:#000;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:2rem}.hero-title div{margin-bottom:.5rem}.cta-button{background:#000;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#333;transform:translateY(-2px)}.home-footer{max-width:600px;text-align:center;width:100%}@media (max-width:768px){.home-page{padding:1rem .5rem}.hero-title{font-size:2rem}.navigation{align-items:center;flex-direction:column}.nav-button{width:200px}.social-icons{gap:1.5rem}}.integration-discovery{width:100%}.integration-card{min-height:140px}.integration-installed{width:100%}.integrations-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.integration-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;cursor:pointer;display:flex;flex-direction:column;min-height:160px;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.integration-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.integration-icon{font-size:36px;margin-bottom:12px}.integration-name{font-size:16px;font-weight:600;margin-bottom:4px;text-align:center}.integration-type{color:#6b7280;font-size:13px;text-align:center}.integration-status{color:#10b981;font-size:13px;margin-top:8px;text-align:center}.integration-last-used{color:#9ca3af;font-size:11px;font-weight:500;margin-top:8px;text-align:center}.integrations-page{overflow-y:auto;padding:32px 40px}.main-title{margin-bottom:16px}.tabs-container{align-items:center;display:flex;margin-bottom:24px}.tab{cursor:pointer;font-weight:500;margin-right:24px;padding:8px 24px 8px 0;transition:color .2s ease}.tab.active{border-bottom:2px solid #6366f1;color:#6366f1;font-weight:600}.tab.inactive{color:#6b7280}.tab:hover{color:#6366f1}.search-input{border-radius:8px;font-size:16px;margin-bottom:32px;padding:10px 16px;width:320px}.search-input:focus{box-shadow:0 0 0 3px #6366f11a}.download-popup-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.download-popup{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:400px;width:90%}.download-popup-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.download-popup-header h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.download-popup-close{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:28px;justify-content:center;padding:0;transition:all .2s ease;width:28px}.download-popup-close:hover{background:#f3f4f6;color:#1f2937}.download-popup-content{padding:1.5rem}.download-popup-content p{color:#374151;font-size:1rem;line-height:1.5;margin:0 0 .75rem}.download-popup-warning{color:#6b7280;font-size:.875rem;margin:0}.download-popup-footer{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem}.download-popup-cancel,.download-popup-confirm{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.download-popup-cancel{background:#f3f4f6;color:#374151}.download-popup-cancel:hover{background:#e5e7eb}.download-popup-confirm{background:#6366f1;color:#fff}.download-popup-confirm:hover{background:#4f46e5;transform:translateY(-1px)}.download-popup-confirm:active{transform:translateY(0)}@media (max-width:768px){.download-popup{max-width:none;width:95%}.download-popup-content,.download-popup-footer,.download-popup-header{padding:1.25rem}.download-popup-footer{flex-direction:column}.download-popup-cancel,.download-popup-confirm{width:100%}}.dashboard-page{background:#f9fafb;height:100vh;overflow-y:auto;padding:32px 40px}.dashboard-header{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:32px}.main-title{color:#1f2937}.dashboard-controls{align-items:center;display:flex;gap:12px}.plate-search-input{border:2px solid #e5e7eb;border-radius:8px;font-size:14px;min-width:280px;padding:10px 16px;transition:all .2s}.plate-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.plate-search-input::placeholder{color:#9ca3af}.refresh-btn{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s;white-space:nowrap}.refresh-btn:hover:not(:disabled){background:#4f46e5;box-shadow:0 4px 8px #6366f14d;transform:translateY(-1px)}.refresh-btn:disabled{cursor:not-allowed;opacity:.6}.error-message{font-size:14px;margin-bottom:24px}.dashboard-content{display:flex;flex-direction:column;gap:24px}.loading-container{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:16px;gap:16px;justify-content:center;padding:80px 20px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#6366f1;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;display:flex;flex-direction:column;justify-content:center;padding:80px 20px}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-text{color:#1f2937;font-size:20px;font-weight:600;margin-bottom:8px}.empty-subtext{color:#6b7280;font-size:14px}.picture-blocks-container{display:flex;flex-direction:column;gap:32px}.picture-block{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000f;overflow:hidden}.block-banner{background:#f3f4f6;border-bottom:2px solid #e5e7eb;gap:12px;justify-content:space-between;padding:16px 20px}.banner-main,.block-banner{align-items:center;display:flex;flex-wrap:wrap}.banner-main{gap:20px}.banner-tag{align-items:center;background:#6366f1;border-radius:8px;color:#fff;display:flex;font-size:15px;font-weight:700;gap:8px;letter-spacing:.5px;padding:6px 14px}.tag-text.clickable{cursor:pointer;transition:all .2s ease}.tag-text.clickable:hover{opacity:.8;transform:scale(1.05)}.banner-car-info{align-items:center;color:#1f2937;display:flex;font-size:14px;gap:8px}.banner-car-info strong{color:#111827;font-weight:700}.car-icon{font-size:16px}.banner-meta{color:#6b7280;font-size:13px;gap:16px}.banner-date,.banner-meta{align-items:center;display:flex}.banner-date{gap:4px}.banner-count{color:#4b5563;font-weight:600}.banner-download-btn{align-items:center;background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:4px;padding:6px 14px;transition:all .2s;white-space:nowrap}.banner-download-btn:hover{background:#059669;box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.banner-download-btn:active{transform:translateY(0)}.banner-download-btn.downloaded{background:#fef3c7;color:#92400e;cursor:pointer}.banner-download-btn.downloaded:hover{background:#fde68a;box-shadow:0 4px 8px #fef3c766;transform:translateY(-1px)}.banner-download-btn.downloaded:active{transform:translateY(0)}.block-pictures-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);padding:20px}.picture-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.picture-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.picture-thumbnail{align-items:center;background:#f3f4f6;display:flex;height:200px;justify-content:center;width:100%}.picture-thumbnail img{height:100%;transition:transform .3s ease}.picture-card:hover .picture-thumbnail img{transform:scale(1.05)}.picture-info{padding:16px}.picture-name{font-size:14px;font-weight:600;margin-bottom:8px}.picture-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.picture-date,.picture-size{color:#6b7280;font-size:12px}.lightbox-overlay{align-items:center;animation:fadeIn .3s ease-in-out;background:#000000f2;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-container{animation:slideUp .3s ease-in-out;background:#1f2937;border-radius:12px;box-shadow:0 25px 50px #000000b3;max-height:90vh;max-width:1400px;overflow:hidden;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lightbox-close{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:44px;justify-content:center;line-height:1;padding:0;position:absolute;right:16px;top:16px;transition:all .2s;width:44px;z-index:10}.lightbox-close:hover{background:#000c;border-color:#fff9;transform:rotate(90deg) scale(1.1)}.lightbox-main{display:flex;height:90vh;max-height:900px}.lightbox-image-container{align-items:center;background:#111827;display:flex;flex:1 1;justify-content:center;overflow:hidden;padding:40px}.lightbox-image{border-radius:4px;box-shadow:0 8px 32px #0006;max-height:100%;max-width:100%;object-fit:contain}.lightbox-details-panel{background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;overflow-y:auto;width:380px}.lightbox-details-header{background:#f9fafb;border-bottom:2px solid #e5e7eb;padding:24px 24px 20px}.lightbox-details-header h2{color:#1f2937;font-size:20px;font-weight:700;margin:0}.lightbox-details-content{flex:1 1;overflow-y:auto;padding:24px}.detail-group{border-bottom:1px solid #e5e7eb;margin-bottom:24px;padding-bottom:24px}.detail-group:last-of-type{border-bottom:none}.detail-label{display:block;font-size:11px;margin-bottom:8px}.detail-value{font-size:14px;line-height:1.6;word-break:break-all}.detail-subtext{color:#9ca3af;display:block;font-size:12px;font-weight:400;margin-top:4px}.detail-link{align-items:center;color:#6366f1;display:inline-flex;font-weight:600;gap:4px;text-decoration:none;transition:all .2s}.detail-link:hover{color:#4f46e5;text-decoration:underline}.detail-actions{border-top:2px solid #e5e7eb;display:flex;flex-direction:column;gap:12px;margin-top:32px;padding-top:24px}.detail-action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;text-align:center;text-decoration:none;transition:all .2s}.download-btn{background:#6366f1;color:#fff}.download-btn:hover{background:#4f46e5;box-shadow:0 4px 12px #6366f166;transform:translateY(-2px)}@media (max-width:1100px){.block-pictures-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.block-pictures-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-page{padding:20px}.dashboard-header{align-items:stretch;flex-direction:column;gap:12px}.main-title{font-size:24px}.dashboard-controls{flex-direction:column;width:100%}.plate-search-input{min-width:auto;width:100%}.refresh-btn{width:100%}.block-banner{padding:12px 16px}.banner-tag{padding:5px 10px}.banner-car-info,.banner-tag{font-size:13px}.banner-meta{flex-wrap:wrap;font-size:12px;gap:12px}.banner-download-btn{font-size:12px;padding:5px 10px}.block-pictures-grid{gap:12px;grid-template-columns:repeat(2,1fr);padding:16px}.picture-thumbnail{height:140px}.picture-info{padding:12px}.empty-state,.loading-container{padding:60px 20px}.empty-icon{font-size:48px}.empty-text{font-size:18px}.lightbox-overlay{padding:0}.lightbox-container{border-radius:0;max-height:100vh}.lightbox-close{font-size:20px;height:40px;right:12px;top:12px;width:40px}.lightbox-main{flex-direction:column;height:100vh}.lightbox-image-container{flex:1 1;padding:60px 20px 20px}.lightbox-details-panel{border-left:none;border-top:1px solid #e5e7eb;max-height:50vh;width:100%}.lightbox-details-header{padding:16px 20px 12px}.lightbox-details-header h2{font-size:18px}.lightbox-details-content{padding:20px}.detail-group{margin-bottom:20px;padding-bottom:20px}.detail-actions{margin-top:24px;padding-top:20px}}@media (hover:none) and (pointer:coarse){.picture-card:hover,.picture-card:hover .picture-thumbnail img{transform:none}.banner-download-btn:hover,.refresh-btn:hover:not(:disabled){box-shadow:none;transform:none}.lightbox-close:hover{transform:none}.download-btn:hover{box-shadow:none;transform:none}}.data-page{overflow-y:auto;padding:32px 40px}.upload-content{display:flex;flex-direction:column;gap:32px}.upload-dropzone{background:#fff;border:2px dashed #d1d5db;border-radius:12px;padding:40px;text-align:center;transition:all .3s ease}.upload-dropzone.dragging{background:#eef2ff;border-color:#6366f1;border-style:solid}.upload-icon{font-size:48px;margin-bottom:16px}.upload-text{color:#374151;font-size:18px;margin-bottom:12px}.upload-text strong{color:#1f2937;font-weight:600}.upload-hint{color:#6b7280;font-size:14px;margin-bottom:24px}.upload-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:24px}.upload-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:500;gap:8px;justify-content:center;min-width:180px;padding:14px 28px;transition:all .2s}.upload-btn-primary{background:#6366f1;color:#fff}.upload-btn-primary:hover{background:#4f46e5;box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.upload-btn-secondary{background:#10b981;color:#fff}.upload-btn-secondary:hover{background:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.upload-hint-desktop{color:#9ca3af;font-size:13px;margin-top:20px}.upload-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:14px;padding:16px}.selected-files-section{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;padding:24px}.section-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.section-header h3{color:#1f2937;font-size:18px;font-weight:600;margin:0}.section-actions{display:flex;gap:12px}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover:not(:disabled){background:#4f46e5}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.files-container{background:#f7f8fa;border-radius:8px;display:flex;flex-direction:column;gap:24px;padding:24px}.file-block-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:16px}.files-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.file-preview-card{border:1px solid #e5e7eb;border-radius:8px;cursor:move;overflow:hidden;position:relative;transition:all .2s}.file-preview-card:hover{box-shadow:0 4px 12px #00000014}.file-preview-card.dragging{box-shadow:0 8px 16px #0003;opacity:.4;transform:scale(.95)}.file-preview-card.drag-over{background:#eef2ff;border:2px dashed #6366f1;transform:scale(1.02)}.file-preview-image{background:#f9fafb;height:200px;overflow:hidden;position:relative;width:100%}.file-preview-image img{height:100%;object-fit:cover;width:100%}.remove-file-btn{align-items:center;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:28px;justify-content:center;position:absolute;right:8px;top:8px;transition:all .2s;width:28px}.remove-file-btn:hover{background:#dc2626e6}.file-preview-info{background:#fff;padding:12px}.file-name{color:#1f2937;font-size:14px;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-shooting-time{color:#6b7280;font-size:12px;margin-bottom:8px}.upload-progress-bar{background:#e5e7eb;height:4px;overflow:hidden;position:relative}.progress-fill{height:100%;transition:width .3s ease}.progress-fill.uploading{background:#6366f1}.progress-fill.success{background:#10b981}.progress-fill.error{background:#ef4444}.upload-status{font-size:12px;font-weight:500;padding:8px 12px;text-align:center}.upload-status.success{background:#d1fae5;color:#065f46}.upload-status.error{background:#fee2e2;color:#991b1b}.upload-status-error-container{align-items:center;background:#fee2e2;border-radius:6px;display:flex;gap:12px;justify-content:space-between;padding:8px 12px}.upload-status-error-container .upload-status.error{background:#0000;flex:1 1;padding:0;text-align:left}.upload-status.error .error-message{font-size:11px;font-weight:400;opacity:.8}.retry-btn{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;flex-shrink:0;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s;white-space:nowrap}.retry-btn:hover{background:#dc2626;box-shadow:0 2px 4px #ef444433;transform:translateY(-1px)}.retry-btn:active{transform:translateY(0)}.uploaded-files-section{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;padding:24px}.uploaded-files-section h3{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:18px;font-weight:600;margin:0 0 20px;padding-bottom:16px}.uploaded-files-list{display:flex;flex-direction:column;gap:12px}.uploaded-file-item{align-items:center;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:16px;padding:12px;transition:all .2s}.uploaded-file-item:hover{background:#f9fafb}.uploaded-thumbnail{border-radius:6px;flex-shrink:0;height:60px;object-fit:cover;width:60px}.uploaded-file-details{flex:1 1;min-width:0}.uploaded-file-name{color:#1f2937;font-size:14px;font-weight:500;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uploaded-file-time{color:#6b7280;font-size:12px}.uploaded-file-status{color:#10b981;flex-shrink:0;font-size:14px;font-weight:500}@media (max-width:1200px){.files-container{gap:20px}.file-block-card{padding:14px}.files-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.data-page{padding:20px}.upload-dropzone{padding:30px 20px}.upload-icon{font-size:40px;margin-bottom:12px}.upload-text{font-size:16px}.upload-buttons{flex-direction:column;width:100%}.upload-btn{min-width:auto;width:100%}.upload-hint-desktop{display:none}.files-container{gap:16px}.file-block-card{padding:12px}.files-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.file-preview-image{height:140px}.section-header{align-items:flex-start;flex-direction:column;gap:16px}.section-actions{width:100%}.btn-primary,.btn-secondary{flex:1 1}.uploaded-file-item{flex-wrap:wrap}.uploaded-thumbnail{height:50px;width:50px}.upload-status-error-container{align-items:stretch;flex-direction:column;gap:8px}.retry-btn{padding:8px 12px;width:100%}}@media (hover:none) and (pointer:coarse){.upload-dropzone{cursor:default}.upload-dropzone:hover{background:#fff;border-color:#d1d5db}.file-preview-card:hover{box-shadow:none}.remove-file-btn{font-size:18px;height:32px;width:32px}.retry-btn:hover{box-shadow:none;transform:none}}.alerts-page{overflow-y:auto;padding:32px 40px}.alerts-content{display:flex;flex-direction:column;gap:24px}.alerts-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;display:flex;justify-content:space-between;padding:20px 24px}.alerts-stats{display:flex;gap:32px}.mark-all-read-btn{background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.mark-all-read-btn:hover{background:#5855eb}.alerts-list{display:flex;flex-direction:column;gap:16px}.alert-item{align-items:flex-start;background:#fff;border-left:4px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 4px #0000000a;display:flex;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.alert-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.alert-item.error{border-left-color:#ef4444}.alert-item.warning{border-left-color:#f59e0b}.alert-item.info{border-left-color:#3b82f6}.alert-item.success{border-left-color:#10b981}.alert-item.unread{background:#fef7ff}.alert-icon{font-size:20px;margin-right:16px;margin-top:2px}.alert-content{flex:1 1}.alert-title{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:4px}.alert-message{color:#6b7280;font-size:14px;margin-bottom:8px}.alert-time{color:#9ca3af;font-size:12px;font-weight:500}.alert-actions{display:flex;gap:8px;margin-left:16px}.action-btn{border-radius:4px}.vehicle-details-page{overflow-y:auto;padding:32px 40px}.details-header{justify-content:space-between;margin-bottom:24px}.details-header,.header-left{align-items:center;display:flex;gap:20px}.header-right{align-items:center;display:flex;gap:12px}.cancel-button,.edit-button,.update-button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.edit-button{background:#6366f1;color:#fff}.edit-button:hover{background:#4f46e5;transform:translateY(-1px)}.update-button{background:#10b981;color:#fff}.update-button:hover{background:#059669;transform:translateY(-1px)}.update-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.cancel-button{background:#f3f4f6;color:#374151}.cancel-button:hover{background:#e5e7eb}.cancel-button:disabled{cursor:not-allowed;opacity:.5}.edit-actions{display:flex;gap:12px}.back-button{background:#f3f4f6;border:none;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.back-button:hover{background:#e5e7eb;transform:translateX(-2px)}.details-content{display:flex;flex-direction:column;gap:24px}.details-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:24px}.card-title{color:#1f2937;font-size:20px;font-weight:600;margin-bottom:20px}.details-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.detail-item{display:flex;flex-direction:column;gap:8px}.detail-label{color:#6b7280;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.detail-input,.detail-value{color:#1f2937;font-size:16px;font-weight:500}.detail-input{background:#fff;border:2px solid #e5e7eb;border-radius:6px;padding:10px 14px;transition:all .2s ease}.detail-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.detail-select{background:#fff;border:2px solid #e5e7eb;border-radius:6px;color:#1f2937;cursor:pointer;font-size:16px;font-weight:500;padding:10px 14px;transition:all .2s ease}.detail-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.status-badge{border-radius:6px;display:inline-block;font-size:14px;font-weight:600;padding:6px 14px}.status-badge.downloaded{background:#fef3c7;color:#92400e}.status-badge.not-downloaded{background:#f3f4f6;color:#6b7280}.pictures-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.picture-thumbnail{border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;overflow:hidden;transition:all .2s ease}.picture-thumbnail:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.picture-thumbnail img{height:140px;object-fit:cover;width:100%}.picture-info{background:#f9fafb;padding:12px}.picture-name{color:#1f2937;font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picture-date{color:#6b7280;font-size:11px;margin-top:4px}.error-message{color:#991b1b;margin-bottom:16px;padding:16px}@media (max-width:768px){.vehicle-details-page{padding:20px}.details-header{align-items:flex-start;flex-direction:column;gap:12px}.details-grid{grid-template-columns:1fr}.pictures-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.picture-thumbnail img{height:100px}}.workflows-page{overflow-y:auto;padding:32px 40px}.workflows-content{display:flex;flex-direction:column;gap:24px}.workflows-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;display:flex;justify-content:space-between;padding:20px 24px}.workflows-stats{display:flex;gap:32px}.stat-item{align-items:center;display:flex;flex-direction:column}.stat-number{color:#1f2937;font-size:24px;font-weight:700}.stat-label{color:#6b7280;font-size:12px;font-weight:500}.create-workflow-btn{background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s ease}.create-workflow-btn:hover{background:#5855eb}.workflows-list{display:flex;flex-direction:column;gap:16px}.workflow-item{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.workflow-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.workflow-header{align-items:center;display:flex;margin-bottom:16px}.workflow-icon{font-size:24px;margin-right:16px}.workflow-info{flex:1 1}.workflow-name{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:4px}.workflow-meta{display:flex;gap:16px}.meta-item{color:#6b7280;font-size:12px}.workflow-status{margin-left:16px}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.paused{background:#fef3c7;color:#92400e}.workflow-actions{display:flex;gap:8px}.action-btn{background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:background-color .2s ease}.action-btn:hover{background:#e5e7eb}.customer-support-page{background:#fff;display:flex;height:100%;overflow:hidden}.customers-panel{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;width:320px}.panel-header{border-bottom:1px solid #e5e7eb;padding:16px 20px}.panel-header h2{color:#1f2937;font-size:24px;font-weight:700;margin:0}.search-container{border-bottom:1px solid #e5e7eb;padding:12px}.search-input{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;color:#1f2937;font-family:inherit;font-size:14px;padding:10px 12px;transition:border-color .2s ease;width:100%}.search-input:focus{background:#fff;border-color:#6366f1;outline:none}.search-input::placeholder{color:#9ca3af}.customers-list{flex:1 1;overflow-y:auto}.customer-item{align-items:center;border-left:3px solid #0000;cursor:pointer;display:flex;padding:12px 8px;transition:background-color .2s ease}.customer-item:hover{background:#f9fafb}.customer-item.active{background:#f3f4f6;border-left-color:#6366f1}.customer-avatar{align-items:center;background:#6366f1;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:16px;font-weight:600;height:48px;justify-content:center;margin-right:12px;width:48px}.customer-info{flex:1 1;min-width:0}.customer-name{color:#1f2937;font-size:15px;font-weight:500;margin-bottom:2px}.customer-preview{color:#9ca3af;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-timestamp{color:#9ca3af;flex-shrink:0;font-size:12px;margin-left:8px}.customers-list .empty-state{align-items:center;color:#9ca3af;display:flex;font-size:14px;height:100%;justify-content:center}.conversation-panel{background:#fff;display:flex;flex:1 1;flex-direction:column}.conversation-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 20px}.header-info{gap:12px}.header-avatar,.header-info{align-items:center;display:flex}.header-avatar{background:#6366f1;border-radius:50%;color:#fff;font-size:14px;font-weight:600;height:40px;justify-content:center;width:40px}.header-details{display:flex;flex-direction:column}.header-name{color:#1f2937;font-size:15px;font-weight:600}.header-email{color:#6b7280;font-size:12px}.messages-container{background:#fff;display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:20px}.message{display:flex;margin-bottom:8px}.message.customer{justify-content:flex-start}.message.admin{justify-content:flex-end}.message-content{word-wrap:break-word;border-radius:12px;max-width:60%;padding:8px 12px}.message.customer .message-content{background:#e5e7eb;color:#1f2937}.message.admin .message-content{background:#6366f1;color:#fff}.message-text{font-size:14px;line-height:1.4;margin-bottom:4px}.message-time{font-size:12px;opacity:.7}.message.customer .message-time{color:#6b7280}.message.admin .message-time{color:#fffc}.reply-container{background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:12px;padding:20px}.reply-input{border:1px solid #e5e7eb;border-radius:12px;color:#1f2937;flex:1 1;font-family:inherit;font-size:16px;line-height:1.5;max-height:150px;min-height:80px;padding:14px 16px;resize:none;transition:border-color .2s ease}.reply-input:focus{border-color:#6366f1;outline:none}.reply-input::placeholder{color:#9ca3af}.send-button{align-self:flex-end;background:#6366f1;border:none;border-radius:12px;flex-shrink:0;font-size:15px;height:fit-content;padding:14px 28px;transition:background-color .2s ease;white-space:nowrap}.send-button:hover:not(:disabled){background:#5855eb}.send-button:disabled{background:#d1d5db}.empty-conversation{align-items:center;color:#9ca3af;display:flex;font-size:14px;height:100%;justify-content:center}.customers-list::-webkit-scrollbar,.messages-container::-webkit-scrollbar{width:6px}.customers-list::-webkit-scrollbar-track,.messages-container::-webkit-scrollbar-track{background:#0000}.customers-list::-webkit-scrollbar-thumb,.messages-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.customers-list::-webkit-scrollbar-thumb:hover,.messages-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:768px){.customer-support-page{flex-direction:column}.customers-panel{border-bottom:1px solid #e5e7eb;border-right:none;max-height:200px;width:100%}.conversation-panel{min-height:300px}.message-content{max-width:85%}.reply-container{flex-direction:column}.send-button{width:100%}.panel-header h2{font-size:20px}}@media (max-width:480px){.customers-panel{max-height:150px}.message-content{max-width:90%}.reply-input,.search-input{font-size:16px}.header-name{font-size:14px}.panel-header h2{font-size:18px}}.settings-page{overflow-y:auto;padding:32px 40px}.settings-content{display:flex;flex-direction:column;gap:32px}.settings-section{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;padding:24px}.settings-section h3{color:#1f2937;font-size:18px;font-weight:600;margin-bottom:20px}.setting-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:16px 0}.setting-item:last-child{border-bottom:none}.setting-info{flex:1 1}.setting-label{color:#374151;font-size:16px;font-weight:500;margin-bottom:4px}.setting-description{color:#6b7280;font-size:14px}.toggle-switch{display:inline-block;height:24px;position:relative;width:50px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px}input:checked+.toggle-slider{background-color:#6366f1}input:checked+.toggle-slider:before{transform:translateX(26px)}.configure-btn{background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.configure-btn:hover{background:#5855eb}.setting-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;min-width:120px;padding:8px 12px}.setting-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.setting-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px;text-align:center;width:80px}.setting-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.raw-picture-page{overflow-y:auto;padding:32px 40px}.main-title{font-size:28px;font-weight:600;margin-bottom:32px}.raw-picture-content{display:flex;flex-direction:column;gap:24px}.audit-filters{align-items:end;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;display:flex;gap:24px;padding:24px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{color:#374151;font-size:14px;font-weight:500}.filter-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;min-width:150px;padding:8px 12px}.filter-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.export-btn{background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.export-btn:hover{background:#5855eb}.audit-table{background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;overflow:hidden}.table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:2fr 2fr 2fr 1.5fr 1fr}.header-cell{color:#374151;font-size:14px;font-weight:600;padding:16px;text-align:left}.table-body{max-height:400px;overflow-y:auto}.table-row{border-bottom:1px solid #f3f4f6;display:grid;grid-template-columns:2fr 2fr 2fr 1.5fr 1fr;transition:background-color .2s ease}.table-row:hover{background:#f9fafb}.table-row:last-child{border-bottom:none}.table-cell{align-items:center;color:#374151;display:flex;font-size:14px;padding:16px}.status-badge{border-radius:12px;font-size:12px;font-weight:500;padding:4px 8px;text-transform:uppercase}.status-badge.success{background:#dcfce7;color:#166534}.status-badge.failed{background:#fef2f2;color:#dc2626}.pagination{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 4px #0000000a;display:flex;gap:16px;justify-content:center;padding:20px}.pagination-btn{background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.pagination-btn:hover{background:#e5e7eb}.page-info{color:#6b7280;font-size:14px;font-weight:500}.privacy-overlay{align-items:center;background:#000c;bottom:0;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.privacy-overlay,.privacy-popup{box-sizing:border-box;display:flex;overflow-y:auto}.privacy-popup{animation:popupSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;flex-direction:column;margin:auto;max-height:80vh;max-width:800px;width:100%}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.privacy-header{align-items:center;background:#000;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem 2rem}.privacy-header h2{flex:1 1;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0;padding-right:1rem;text-align:left}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;padding:0;transition:background-color .3s ease;width:30px}.close-button:hover{background:#fff3}.privacy-content{box-sizing:border-box;flex:1 1;line-height:1.6;overflow-y:auto;padding:2rem;text-align:left}.privacy-content h3{color:#000;font-size:1.1rem;font-weight:700;letter-spacing:.5px;margin:1.5rem 0 .5rem;text-transform:uppercase}.privacy-content h3:first-child{margin-top:0}.privacy-content p{color:#666;margin:.5rem 0 1rem}.privacy-content ul{color:#666;margin:.5rem 0 1rem 1.5rem;padding:0}.privacy-content li{margin:.5rem 0}.privacy-note{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;font-size:1rem;line-height:1.5;margin:2rem 0 1rem;padding:1.5rem}.privacy-checkbox-container{align-items:center;display:flex;margin:1rem 0 1.5rem;padding:.75rem 0}.privacy-checkbox{accent-color:#007bff;cursor:pointer;height:20px;margin-right:.75rem;width:20px}.privacy-checkbox-label{color:#333;cursor:pointer;font-size:1rem;-webkit-user-select:none;user-select:none}.privacy-link-container{color:#666;font-size:.95rem;margin:1.5rem 0 0;text-align:center}.privacy-link{color:#007bff;cursor:pointer;font-weight:600;text-decoration:underline;transition:color .3s ease}.privacy-link:hover{color:#0056b3;text-decoration:none}.privacy-footer{align-items:center;background:#f8f9fa;border-top:1px solid #e5e7eb;box-sizing:border-box;display:flex;flex-shrink:0;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.decline-button{background:#6c757d;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:100px;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.decline-button:hover{background:#5a6268;transform:translateY(-2px)}.accept-button{background:#007bff;border:none;border-radius:8px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:100px;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.accept-button:hover:not(:disabled){background:#0056b3;transform:translateY(-2px)}.accept-button:disabled{background:#6c757d;color:#fff;cursor:not-allowed;opacity:.6}.accept-button:disabled:hover{background:#6c757d;transform:none}@media (max-width:768px){.privacy-overlay{padding:10px}.privacy-popup{margin:10px;max-height:90vh;max-width:100%}.privacy-header{padding:1rem 1.5rem}.privacy-header h2{font-size:1.3rem;line-height:1.3}.privacy-content{max-height:60vh;padding:1.5rem}.privacy-footer{flex-direction:row;gap:.75rem;justify-content:space-between;padding:1rem 1.5rem}.accept-button,.decline-button{flex:1 1;min-width:0}}.toast{animation:toastSlideIn .3s ease-out;max-width:500px;min-width:300px;position:fixed;right:20px;top:20px;z-index:1000}@keyframes toastSlideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.toast-content{align-items:center;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:1rem 1.5rem}.toast-success{background:#4caf50;color:#fff}.toast-error{background:#f44336;color:#fff}.toast-info{background:#2196f3;color:#fff}.toast-icon{flex-shrink:0;font-size:1.2rem;font-weight:700;margin-right:.75rem}.toast-message{flex:1 1;font-size:.95rem;line-height:1.4}.toast-close{align-items:center;background:none;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:24px;justify-content:center;margin-left:.75rem;padding:0;transition:background-color .2s ease;width:24px}.toast-close:hover{background:#fff3}@media (max-width:768px){.toast{left:10px;max-width:none;min-width:auto;right:10px;top:10px}.toast-content{padding:.875rem 1rem}.toast-message{font-size:.9rem}}.contact-page{align-items:center;background:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:space-between;min-height:100vh;padding:2rem 1rem}.contact-header{margin-bottom:2rem;max-width:600px;text-align:center;width:100%}.contact-content{align-items:center;display:flex;flex:1 1;justify-content:center;max-width:800px;width:100%}.contact-form-container{max-width:600px;width:100%}.contact-title-banner{background:#000;color:#fff;margin-bottom:0;padding:1.5rem;text-align:center}.contact-title-banner h1{font-size:1.5rem;font-weight:700;letter-spacing:2px;margin:0}.contact-form{background:#000;display:flex;flex-direction:column;gap:1rem;padding:2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.contact-form input,.contact-form textarea{background:#fff;border:none;color:#000;font-family:inherit;font-size:1rem;padding:1rem}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#666}.contact-form input:focus,.contact-form textarea:focus{box-shadow:0 0 0 2px #fff;outline:none}.contact-form textarea{min-height:120px;resize:vertical}.consent-section{margin:1rem 0}.consent-checkbox{align-items:flex-start;color:#fff;cursor:pointer;display:flex;font-size:.9rem;line-height:1.4}.consent-checkbox input[type=checkbox]{display:none}.checkmark{background:#fff;border:2px solid #ccc;flex-shrink:0;height:20px;margin-right:10px;position:relative;transition:all .3s ease;width:20px}.consent-checkbox input[type=checkbox]:checked+.checkmark{background:#000;border-color:#000}.consent-checkbox input[type=checkbox]:checked+.checkmark:after{color:#fff;content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.consent-text{flex:1 1}.send-button{background:#000;border:2px solid #fff;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.send-button:hover:not(:disabled){background:#fff;color:#000}.send-button:disabled{background:#666;color:#999;cursor:not-allowed;opacity:.7}.contact-footer{max-width:600px;text-align:center;width:100%}@media (max-width:768px){.contact-page{padding:1rem .5rem}.navigation{align-items:center;flex-direction:column}.nav-button{width:200px}.form-row{grid-template-columns:1fr}.social-icons{gap:1.5rem}}.about-page{align-items:center;background:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:space-between;min-height:100vh;padding:2rem 1rem}.about-header{margin-bottom:2rem;max-width:600px;text-align:center;width:100%}.nav-button.active{background:#000;color:#fff}.nav-button:hover:not(.active){background:#f5f5f5}.about-content{flex:1 1;margin-bottom:2rem;max-width:800px;width:100%}.about-hero{margin-bottom:3rem;text-align:center}.about-title{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.about-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.about-sections{display:flex;flex-direction:column;gap:3rem}.about-section{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:2rem}.about-section h2{color:#000;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.about-section p{color:#666;font-size:1rem;line-height:1.6}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem}.feature-item{background:#f8f9fa;border-radius:8px;padding:1.5rem;text-align:center;transition:transform .3s ease}.feature-item:hover{transform:translateY(-4px)}.feature-icon{display:block;font-size:2rem;margin-bottom:1rem}.feature-item h3{color:#000;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.feature-item p{color:#666;font-size:.9rem;margin:0}.about-footer{max-width:600px;text-align:center;width:100%}.copyright{color:#000}.social-icons{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.social-icon{color:#000;cursor:pointer;font-size:1.2rem;font-weight:600;transition:color .3s ease}.social-icon:hover{color:#666}.designed-on{margin-bottom:1rem}.designed-button{background:#666;border:none;color:#fff;cursor:pointer;font-size:.8rem;padding:.5rem 1rem;transition:background .3s ease}.designed-button:hover{background:#555}.create-website-button{background:#007bff;border:none;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.create-website-button:hover{background:#0056b3;transform:translateY(-2px)}@media (max-width:768px){.about-page{padding:1rem .5rem}.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.navigation{align-items:center;flex-direction:column}.nav-button{width:200px}.features-grid{grid-template-columns:1fr}.about-section{padding:1.5rem}.social-icons{gap:1.5rem}}.privacy-page{align-items:center;background:#fff;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:space-between;min-height:100vh;overflow-x:hidden;overflow-y:auto;padding:2rem 1rem}.privacy-header{margin-bottom:2rem;max-width:800px;text-align:center;width:100%}.logo{display:flex;justify-content:center;margin-bottom:2rem}.logo-svg{height:120px;max-width:100%;width:auto}.navigation{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.nav-button{background:#fff;border:2px solid #000;color:#000;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.nav-button:hover{background:#f5f5f5}.privacy-content{flex:1 1 auto;margin-bottom:2rem;max-width:1000px;overflow-x:hidden;overflow-y:visible;width:100%}.privacy-hero{margin-bottom:3rem;text-align:center}.privacy-title{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.privacy-subtitle{color:#666;font-size:1rem;font-style:italic}.privacy-sections{display:flex;flex-direction:column;gap:2rem}.privacy-section{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:2rem}.privacy-section h2{color:#000;font-size:1.8rem;font-weight:600;margin-bottom:1rem;margin-top:0}.privacy-section h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.privacy-section p,.privacy-section ul{color:#666;font-size:1rem;line-height:1.8;margin-bottom:1rem}.privacy-section ul{margin-left:1.5rem}.privacy-section li{margin-bottom:.75rem}.privacy-section li strong{color:#000;font-weight:600}.privacy-footer{text-align:center;width:100%}.copyright{color:#666;font-size:.9rem;margin-bottom:1rem}.footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-link{color:#007bff;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#0056b3;text-decoration:underline}.footer-separator{color:#ccc;font-size:.9rem}@media (max-width:768px){.privacy-page{padding:1rem .5rem}.privacy-title{font-size:2rem}.privacy-subtitle{font-size:.9rem}.navigation{align-items:center;flex-direction:column}.nav-button{width:200px}.privacy-section{padding:1.5rem}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.1rem}.privacy-section p,.privacy-section ul{font-size:.95rem}.footer-links{flex-direction:column;gap:.5rem}.footer-separator{display:none}}.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:3rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#1a1a1a;font-size:2rem;font-weight:700;margin-bottom:.5rem}.login-header p{color:#666;font-size:1rem}.login-form{gap:1.5rem;margin-bottom:2rem}.form-group,.login-form{display:flex;flex-direction:column}.form-group label{color:#1a1a1a;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.error-message{background:#fee2e2;border-radius:8px;color:#dc2626;font-size:.875rem;padding:.75rem;text-align:center}.login-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.login-button:hover:not(:disabled){background:#5a67d8;transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.6}.login-footer{border-top:1px solid #e5e7eb;padding-top:1.5rem;text-align:center}.login-footer p{color:#666;font-size:.875rem;margin:.25rem 0}.guest-button{background:#0000;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;transition:all .3s ease;width:100%}.guest-button:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width:480px){.login-page{padding:1rem}.login-container{padding:2rem}.login-header h1{font-size:1.5rem}}.dashboard-container{background:#f7f8fa;display:flex;font-family:sans-serif;height:100vh;position:relative}.main-content{flex:1 1;overflow-y:auto}.loading{color:#666;display:flex;font-size:1.2rem;height:200px}.hamburger-btn,.loading{align-items:center;justify-content:center}.hamburger-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #e5e7eb4d;border-radius:8px;box-shadow:0 2px 8px #0000000d;cursor:pointer;display:none;height:44px;left:16px;position:fixed;top:16px;transition:all .2s ease;width:44px;z-index:998}.hamburger-btn:hover{background:#f9fafb4d;box-shadow:0 4px 12px #0000001a}.hamburger-btn:active{transform:scale(.95)}.hamburger-icon{color:#374151;font-size:24px;line-height:1}@media (max-width:768px){.dashboard-container{height:100vh;overflow-x:hidden;width:100vw}.hamburger-btn{display:flex}.main-content{-webkit-overflow-scrolling:touch;flex:1 1;overflow-x:hidden;overflow-y:auto;padding-top:0;width:100%}.main-title{margin-left:51px}.loading{font-size:1rem}}@media (max-width:480px){.dashboard-container{font-size:14px}.hamburger-btn{height:40px;left:12px;top:12px;width:40px}.hamburger-icon{font-size:22px}.main-title{margin-left:48px}.loading{font-size:.9rem;height:150px}}.popup-container{align-items:center;background:#f9f9f9;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem}.popup-title{font-size:2rem;margin-bottom:1rem}.popup-status{color:#555;font-size:1.1rem;margin-bottom:1.5rem}.popup-description{font-size:1.1rem;margin-bottom:2.5rem;max-width:400px;text-align:center}.popup-connect-button{align-self:center;background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;padding:.75rem 2.5rem}.popup-connect-button:hover:not(:disabled){background:#0056b3}.popup-connect-button:disabled{background:#6c757d;cursor:not-allowed}.popup-status-message{color:#28a745;font-size:1rem;margin-top:1rem;text-align:center}
/*# sourceMappingURL=main.ac46ae4f.css.map*/