.modal-overlay{animation:fadeIn .2s ease-in-out;z-index:998}.login-modal{animation:modalFadeIn .3s ease-out;background-color:var(--background);border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:400px;overflow:hidden;width:90%}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.login-form{flex:1 1;overflow-y:auto;padding:0 1.5rem 2rem}.login-form .error-message{background-color:#fee2e2;border-radius:.375rem;color:#dc2626;font-size:.875rem;margin-bottom:1rem;padding:.75rem}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{flex:1 1;padding-right:3rem}.password-toggle{align-items:center;background:#0000;border:none;border-radius:.25rem;color:var(--muted-foreground);cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;right:.75rem;transition:color .2s;width:2rem}.password-toggle:hover{background-color:var(--muted);color:var(--foreground)}.password-toggle:focus{color:var(--primary);outline:none}.btn{border:none;border-radius:.375rem;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1rem;transition:all .2s;width:100%}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-primary:disabled{background-color:var(--muted-foreground);cursor:not-allowed}.login-divider{align-items:center;display:flex;margin:1.5rem 0;text-align:center}.login-divider:after,.login-divider:before{border-bottom:1px solid var(--border);content:"";flex:1 1}.login-divider span{color:var(--muted-foreground);font-size:.875rem;font-weight:500;padding:0 1rem}.google-signin-button{margin-bottom:1rem;min-height:44px}.btn-google,.google-signin-button{align-items:center;display:flex;justify-content:center;width:100%}.btn-google{background-color:#fff;border:1px solid #dadce0;border-radius:.375rem;color:#3c4043;cursor:pointer;font-size:1rem;font-weight:600;gap:.75rem;padding:.75rem 1rem;transition:all .2s}.btn-google:hover:not(:disabled){background-color:#f8f9fa;border-color:#dadce0;box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326}.btn-google:disabled{background-color:#f1f3f4;color:#80868b;cursor:not-allowed}.facebook-signin-button{margin-bottom:1rem;min-height:44px}.btn-facebook,.facebook-signin-button{align-items:center;display:flex;justify-content:center;width:100%}.btn-facebook{background-color:#1877f2;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;gap:.75rem;padding:.75rem 1rem;transition:all .2s}.btn-facebook:hover:not(:disabled){background-color:#166fe5}.btn-facebook:disabled{background-color:#b8b8b8;cursor:not-allowed}.btn-facebook svg{fill:#fff;stroke:none;height:20px;width:20px}.btn-verification{align-items:center;background-color:#f60;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;margin-top:.5rem;padding:.875rem 1rem;transition:all .2s;width:100%}.btn-verification:hover:not(:disabled){background-color:#e55c00;box-shadow:0 2px 4px #ff66004d}.btn-verification:disabled{background-color:#b8b8b8;cursor:not-allowed}.btn-secondary{align-items:center;background-color:#fff;border:1px solid var(--border);border-radius:.375rem;color:var(--foreground);cursor:pointer;display:flex;font-size:.875rem;font-weight:500;justify-content:center;padding:.75rem 1rem;transition:all .2s;width:100%}.btn-secondary:hover{background-color:var(--muted);border-color:var(--muted-foreground)}.signup-prompt{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem;text-align:center}.signup-prompt p{color:var(--muted-foreground);font-size:.875rem;margin-bottom:.75rem}.btn-create-account{align-items:center;background-color:#fff;border:2px solid var(--foreground);border-radius:.5rem;color:var(--foreground);cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;padding:.75rem 1rem;transition:all .2s;width:100%}.btn-create-account:hover{background-color:var(--foreground);color:#fff}.login-footer{margin-top:1rem}.login-footer a{text-decoration:none}.login-footer a:hover{text-decoration:underline}*{box-sizing:border-box;margin:0;padding:0}:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--border:214.3 31.8% 91.4%;--ring:221.2 83.2% 53.3%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:hsl(var(--background));color:#020817;color:hsl(var(--foreground));font-family:PT Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%}.header{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:hsla(var(--background),.8);border-bottom:1px solid hsl(var(--border));display:flex;gap:1rem;height:4rem;justify-content:space-between;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.header h1{font-size:1.5rem;font-weight:600}.content{flex:1 1;padding:2rem}.courier-content{margin:0 auto;max-width:1200px}.courier-content h2{color:hsl(var(--foreground));font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.courier-content .subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem;margin-bottom:2rem}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.verification-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.verification-header{align-items:center;border-bottom:1px solid hsl(var(--border));display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.verification-header h3{color:hsl(var(--foreground));font-size:1.25rem;font-weight:600}.verification-status-badge{align-items:center;display:flex;gap:.5rem}.status-icon{height:1.5rem;width:1.5rem}.status-icon.verified{color:#22c55e}.status-icon.declined{color:#ef4444}.status-icon.in-progress,.status-icon.pending{color:#f59e0b}.status-icon.resubmit{color:#eab308}.status-text{background:hsl(var(--muted));border-radius:.375rem;font-size:.875rem;font-weight:600;padding:.25rem .75rem}.status-text.approved{background:#dcfce7;color:#166534}.status-text.declined{background:#fee2e2;color:#991b1b}.status-text.in-progress,.status-text.pending{background:#fef3c7;color:#92400e}.status-text.resubmission_requested{background:#fef9c3;color:#854d0e}.verification-body{display:flex;flex-direction:column;gap:1rem}.verification-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.5}.verification-date{color:hsl(var(--muted-foreground));font-size:.75rem;font-style:italic}.btn-verify{background:hsl(var(--primary));border:none;border-radius:.375rem;color:hsl(var(--primary-foreground));cursor:pointer;font-size:.875rem;font-weight:600;margin-top:.5rem;padding:.75rem 1.5rem;transition:opacity .2s}.btn-verify:hover{opacity:.9}.btn-verify:disabled{cursor:not-allowed;opacity:.5}.verification-progress{align-items:center;background:hsl(var(--muted));border-radius:.375rem;display:flex;flex-direction:column;gap:1rem;padding:1rem}.progress-spinner{animation:spin 1s linear infinite;border:3px solid hsl(var(--border));border-radius:50%;border-top-color:hsl(var(--primary));height:2rem;width:2rem}@keyframes spin{to{transform:rotate(1turn)}}.verification-error,.verification-loading{color:hsl(var(--muted-foreground));font-size:.875rem;padding:1rem;text-align:center}.verification-error{color:#ef4444}.info-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.info-card h3{color:hsl(var(--foreground));font-size:1.25rem;font-weight:600;margin-bottom:1rem}.info-card p{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.5;margin-bottom:1rem}.info-list{list-style:none;margin:0;padding:0}.info-list li{color:hsl(var(--foreground));font-size:.875rem;padding:.5rem 0 .5rem 1.5rem;position:relative}.info-list li:before{color:hsl(var(--primary));content:"✓";font-weight:700;left:0;position:absolute}.user-button,.user-menu-container{position:relative}.user-button{align-items:center;background:#0000;border:none;border-radius:.375rem;cursor:pointer;display:inline-flex;gap:.5rem;height:2.5rem;justify-content:center;min-width:2.5rem;padding:0 .75rem;transition:background-color .2s}.user-button:hover{background-color:hsl(var(--muted))}.user-icon{height:1.25rem;width:1.25rem}.user-info{align-items:flex-start;display:flex;flex-direction:column;gap:.125rem}.username{color:hsl(var(--foreground));font-size:.875rem;font-weight:500;white-space:nowrap}.user-type-badge{background-color:hsl(var(--primary));border-radius:.25rem;color:#fff;font-size:.625rem;font-weight:600;letter-spacing:.025em;padding:.125rem .375rem;text-transform:uppercase}.user-dropdown{animation:dropdownSlide .2s ease-out;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:200px;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.user-dropdown-header{border-bottom:1px solid hsl(var(--border));padding:1rem}.user-dropdown-name{color:hsl(var(--foreground));font-size:.875rem;font-weight:600;margin-bottom:.25rem}.user-dropdown-username{color:hsl(var(--muted-foreground));font-size:.75rem}.user-dropdown-type{background-color:hsl(var(--primary));border-radius:.25rem;color:#fff;display:inline-block;font-size:.625rem;font-weight:600;letter-spacing:.025em;margin-top:.5rem;padding:.25rem .5rem;text-transform:uppercase}.user-dropdown-item{align-items:center;background:#0000;border:none;color:hsl(var(--foreground));cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s;width:100%}.user-dropdown-item:hover{background-color:hsl(var(--muted))}.user-dropdown-item svg{color:hsl(var(--muted-foreground))}.hero-section{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:.75rem;color:#fff;margin-bottom:3rem;padding:3rem 1.5rem;text-align:center}.hero-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{color:#fffffff2;font-size:1rem;margin-bottom:2rem}.cta-button{align-items:center;background-color:#fff;border:none;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#f97316;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .2s}.cta-button:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.cta-button.large{font-size:1.125rem;padding:1.25rem 2.5rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem}.feature-card{background:#fff;border:1px solid hsl(var(--border));border-radius:.75rem;padding:2rem;text-align:center;transition:all .3s}.feature-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px)}.feature-icon{align-items:center;background-color:#f973161a;border-radius:50%;display:inline-flex;height:4rem;justify-content:center;margin-bottom:1.5rem;width:4rem}.feature-icon svg{color:#f97316}.feature-card h3{color:hsl(var(--foreground));font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-card p{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.5}.signup-cta-section{background-color:hsl(var(--muted));border-radius:.75rem;padding:3rem 2rem;text-align:center}.signup-cta-section h2{color:hsl(var(--foreground));font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.signup-cta-section p{color:hsl(var(--muted-foreground));font-size:1rem;margin-bottom:2rem}.courier-dashboard{width:100%}.dashboard-header{margin-bottom:2rem}.dashboard-header h2{color:hsl(var(--foreground));font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.dashboard-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:2rem}.stat-card{align-items:center;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:all .3s}.stat-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.stat-icon{align-items:center;background-color:#f973161a;border-radius:.5rem;display:flex;flex-shrink:0;height:3rem;justify-content:center;width:3rem}.stat-icon svg{color:#f97316}.stat-info{flex:1 1}.stat-info h3{color:hsl(var(--foreground));font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.stat-info p{color:hsl(var(--muted-foreground));font-size:.875rem;margin:0}.quick-actions{display:flex;flex-direction:column;gap:.75rem}.action-button{align-items:center;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.375rem;color:hsl(var(--foreground));cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.875rem 1rem;text-align:left;transition:all .2s}.action-button:hover{background:hsl(var(--muted));border-color:hsl(var(--primary))}.action-button svg{color:hsl(var(--primary));flex-shrink:0}@media (min-width:768px){.hero-section{padding:4rem 2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.features-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.signup-cta-section h2{font-size:2rem}.signup-cta-section p{font-size:1.125rem}.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.dashboard-header h2{font-size:2rem}}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease-out;background:hsl(var(--card));border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:800px;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;border-bottom:1px solid hsl(var(--border));display:flex;justify-content:space-between;padding:1.5rem}.modal-header h2{color:hsl(var(--foreground));font-size:1.5rem;font-weight:600;margin:0}.modal-refresh{align-items:center;background:#0000;border:none;border-radius:.375rem;color:hsl(var(--muted-foreground));cursor:pointer;display:flex;height:2rem;justify-content:center;transition:all .2s;width:2rem}.modal-refresh:hover:not(:disabled){background:hsl(var(--muted));color:hsl(var(--primary))}.modal-refresh:disabled{cursor:not-allowed;opacity:.5}.modal-close{align-items:center;background:#0000;border:none;border-radius:.375rem;color:hsl(var(--muted-foreground));cursor:pointer;display:flex;height:2rem;justify-content:center;transition:all .2s;width:2rem}.modal-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.no-deliveries{color:hsl(var(--muted-foreground));font-size:1rem;padding:3rem 1rem;text-align:center}.deliveries-list{display:flex;flex-direction:column;gap:1rem}.delivery-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.25rem;transition:all .2s}.delivery-card:hover{border-color:hsl(var(--primary));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.delivery-header{align-items:center;border-bottom:1px solid hsl(var(--border));display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.delivery-header h4{color:hsl(var(--foreground));font-size:1.125rem;font-weight:600;margin:0}.delivery-status{border-radius:.375rem;font-size:.75rem;font-weight:600;letter-spacing:.025em;padding:.25rem .75rem;text-transform:uppercase}.delivery-status.status-pending{background-color:#fef3c7;color:#92400e}.delivery-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.delivery-section{display:flex;flex-direction:column;gap:.25rem}.delivery-section strong{color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.delivery-section p{color:hsl(var(--foreground));font-size:.875rem;margin:0}.delivery-address{font-size:.875rem}.delivery-address,.delivery-notes{color:hsl(var(--muted-foreground))}.delivery-notes{background:hsl(var(--muted));border-radius:.25rem;font-style:italic;margin-top:.5rem;padding:.5rem}.delivery-actions{display:flex;gap:.75rem;margin-top:1rem}.view-map-button{align-items:center;background-color:hsl(var(--primary));border:none;border-radius:.375rem;color:hsl(var(--primary-foreground));cursor:pointer;display:flex;flex:1 1;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s}.view-map-button:hover{opacity:.9;transform:translateY(-1px)}.view-map-button:active{transform:translateY(0)}.modal-content-large{max-width:900px}.delivery-map-container{display:flex;flex-direction:column;gap:1.5rem}.map-info{grid-gap:1rem;align-items:center;background:hsl(var(--muted));border-radius:.5rem;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr auto 1fr;padding:1rem}.map-info-section h4{color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.location-name{color:hsl(var(--foreground));font-size:1rem;font-weight:600;margin-bottom:.25rem}.location-address{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.map-route-arrow{align-items:center;color:hsl(var(--primary));display:flex;justify-content:center}.google-map-embed{border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.map-notes{background:hsl(var(--muted));border-radius:.5rem;padding:1rem}.map-notes strong{color:hsl(var(--foreground));display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.map-notes p{color:hsl(var(--muted-foreground));font-size:.875rem;margin:0}.map-actions{display:flex;gap:.75rem;margin-top:1rem}.accept-delivery-button{background-color:#22c55e;border:none;border-radius:.375rem;color:#fff;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s}.accept-delivery-button:hover:not(:disabled){background-color:#16a34a;transform:translateY(-1px)}.accept-delivery-button:disabled{cursor:not-allowed;opacity:.6}.cancel-button{background-color:initial;border:1px solid hsl(var(--border));border-radius:.375rem;color:hsl(var(--foreground));cursor:pointer;font-size:.875rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s}.cancel-button:hover{background:hsl(var(--muted))}@media (max-width:768px){.map-info{grid-template-columns:1fr}.map-route-arrow{transform:rotate(90deg)}.modal-content-large{max-width:100%}.map-actions{flex-direction:column}.cancel-button{width:100%}}@media (min-width:640px){.delivery-details{flex-direction:row;justify-content:space-between}.delivery-section{flex:1 1}}.notification-bell-container{display:inline-block;position:relative}.notification-bell-button{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:8px;position:relative;transition:color .2s}.notification-bell-button:hover{color:#333}.notification-bell-button.has-unread{color:#ff6b35}.notification-badge{background:#ff6b35;border-radius:10px;color:#fff;font-size:10px;font-weight:700;min-width:18px;padding:2px 5px;position:absolute;right:4px;text-align:center;top:4px}.connection-indicator{border:1px solid #fff;border-radius:50%;bottom:6px;height:8px;position:absolute;right:6px;width:8px}.connection-indicator.connected{background-color:#4caf50}.connection-indicator.disconnected{background-color:#f44336}.notification-dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:90vw;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:380px;z-index:1000}.notification-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px}.notification-header h3{color:#333;font-size:16px;font-weight:600;margin:0}.clear-all-button{background:none;border:none;color:#ff6b35;cursor:pointer;font-size:13px;padding:4px 8px}.clear-all-button:hover{text-decoration:underline}.notification-list{max-height:400px;overflow-y:auto}.notification-empty{align-items:center;color:#999;display:flex;flex-direction:column;justify-content:center;padding:48px 24px}.notification-empty p{font-size:14px;margin:12px 0 0}.notification-item{border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:12px;padding:16px;position:relative;transition:background-color .2s}.notification-item:hover{background-color:#f9f9f9}.notification-item:last-child{border-bottom:none}.notification-item.unread{background-color:#fff8f5}.notification-item.unread:before{background-color:#ff6b35;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.notification-icon{align-items:center;background-color:#f0f0f0;border-radius:50%;color:#666;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.notification-item.unread .notification-icon{background-color:#ffe8df;color:#ff6b35}.notification-content{flex:1 1;min-width:0}.notification-title{color:#333;font-size:14px;font-weight:600;margin-bottom:4px}.notification-message{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:13px;line-height:1.4;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis}.notification-time{color:#999;font-size:12px}.notification-close{background:none;border:none;color:#999;cursor:pointer;flex-shrink:0;opacity:0;padding:4px;transition:opacity .2s,color .2s}.notification-item:hover .notification-close{opacity:1}.notification-close:hover{color:#ff6b35}.notification-footer{background-color:#f9f9f9;border-top:1px solid #e0e0e0;padding:12px 16px}.connection-status{align-items:center;color:#999;display:flex;font-size:12px;gap:6px}.connection-status.connected{color:#4caf50}.connection-status.disconnected{color:#f44336}
/*# sourceMappingURL=main.7c5efa31.css.map*/