.navbar{position:sticky;top:0;z-index:1000;background:#0f1419f2;border-bottom:1px solid var(--border);padding:1rem 0}.navbar-container{display:flex;justify-content:space-between;align-items:center}.navbar-logo{text-decoration:none}.logo-wrapper{display:flex;align-items:center;gap:.75rem}.logo-text{font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800;background:#ff6b35;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-menu{display:flex;gap:2rem;align-items:center}.nav-link{position:relative;color:var(--text-muted);font-weight:500;font-size:.95rem;transition:color .3s ease;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:width .3s ease}.nav-link:hover,.nav-link.active{color:var(--text)}.nav-link.active:after{width:100%}.navbar-actions{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:50px;border:1px solid var(--border)}.user-avatar{width:36px;height:36px;border-radius:50%;background:#ff6b35;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.9rem}.user-details{display:flex;flex-direction:column;gap:.1rem}.user-name{font-weight:600;font-size:.9rem;color:var(--text)}.user-role{font-size:.75rem;color:var(--text-muted)}.logout-btn{padding:.625rem 1.5rem!important}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.mobile-menu{display:none;flex-direction:column;gap:.5rem;padding:1rem;background:#1c2630f2;border-top:1px solid var(--border)}.mobile-nav-link{padding:.75rem 1rem;color:var(--text-muted);border-radius:8px;transition:all .3s ease}.mobile-nav-link:hover,.mobile-nav-link.active{background:#ff6b351a;color:var(--accent)}.mobile-logout-btn{margin-top:.5rem;padding:.75rem 1rem;background:transparent;border:1px solid var(--border);color:var(--text);border-radius:8px;font-weight:500;transition:all .3s ease}.mobile-logout-btn:hover{border-color:var(--danger);color:var(--danger);background:#ff47571a}@media (max-width: 768px){.desktop-menu,.navbar-actions .btn,.user-info{display:none}.mobile-menu-toggle,.mobile-menu{display:flex}.navbar-actions .logout-btn{display:none}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem 0}.footer{background:var(--primary-light);border-top:1px solid var(--border);padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.5rem;font-weight:800;background:#ff6b35;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-subtitle{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.footer-text{color:var(--text-muted);font-size:.9rem;line-height:1.6}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a,.footer-links li{color:var(--text-muted);font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--accent)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border);text-align:center;color:var(--text-muted);font-size:.85rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.landing{overflow-x:hidden}.hero{min-height:90vh;display:flex;align-items:center;padding:4rem 0;position:relative}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{max-width:600px}.hero-title{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;font-weight:800}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-large{padding:1rem 2.5rem;font-size:1.05rem}.hero-visual{position:relative;height:500px}.floating-card{position:absolute;background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 20px 60px #0000004d;animation:float 6s ease-in-out infinite}.card-1{top:10%;left:5%;animation-delay:0s}.card-2{top:40%;right:5%;animation-delay:2s}.card-3{bottom:15%;left:15%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.card-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ff6b351a;border-radius:12px}.card-content{display:flex;flex-direction:column;gap:.25rem}.card-title{font-weight:600;font-size:.95rem;color:var(--text)}.card-status{font-size:.85rem;font-weight:500}.status-success{color:var(--success)}.status-info{color:#4facfe}.stats-section{padding:4rem 0;background:#ffffff05;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{text-align:center;padding:2rem}.stat-value{font-size:3rem;font-weight:800;background:#ffb800;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-muted);font-weight:500}.features-section{padding:6rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title{font-size:3rem;margin-bottom:1rem;font-weight:800}.section-subtitle{font-size:1.25rem;color:var(--text-muted)}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.feature-card{padding:2.5rem;transition:all .3s ease;cursor:default}.feature-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 20px 60px #ff6b3533}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;margin-bottom:.75rem;font-weight:700}.feature-description{color:var(--text-muted);line-height:1.6}.cta-section{padding:6rem 0}.cta-card{background:#0000001a;border:1px solid var(--border);border-radius:24px;padding:4rem;text-align:center;position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:#ff6b351a 0%,transparent 70%;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-title{font-size:2.5rem;margin-bottom:1rem;font-weight:800;position:relative;z-index:1}.cta-text{font-size:1.25rem;color:var(--text-muted);margin-bottom:2rem;position:relative;z-index:1}.cta-card .btn{position:relative;z-index:1}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:3rem}.hero-visual{height:400px}.hero-title{font-size:3rem}.features-grid{grid-template-columns:1fr}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.cta-card{padding:3rem 2rem}.cta-title{font-size:2rem}.cta-text{font-size:1.1rem}.hero-visual{height:300px}.floating-card{padding:1rem}.card-icon{font-size:1.5rem;width:50px;height:50px}}.auth-page{min-height:calc(100vh - 80px);display:flex;align-items:center;padding:3rem 0}.auth-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1100px;margin:0 auto}.auth-card{max-width:500px;width:100%}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.auth-subtitle{color:var(--text-muted);font-size:1.1rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.btn-full{width:100%;justify-content:center;margin-top:.5rem}.auth-footer{margin-top:2rem;text-align:center;color:var(--text-muted)}.auth-link{color:var(--accent);font-weight:600;transition:color .3s ease}.auth-link:hover{color:var(--accent-hover)}.error-message{background:#ff475726;border:1px solid rgba(255,71,87,.3);color:var(--danger);padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.auth-visual{display:flex;align-items:center;justify-content:center}.visual-card{background:var(--card-bg);border:1px solid var(--border);border-radius:24px;padding:3rem;text-align:center;max-width:400px;box-shadow:0 30px 90px #0000004d}.visual-icon{font-size:4rem;margin-bottom:1.5rem}.visual-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.visual-text{color:var(--text-muted);font-size:1.05rem;line-height:1.6}@media (max-width: 1024px){.auth-container{grid-template-columns:1fr;gap:3rem}.auth-card{max-width:600px;margin:0 auto}.auth-visual{display:none}}@media (max-width: 768px){.auth-title{font-size:2rem}.auth-subtitle{font-size:1rem}.auth-card{padding:1.5rem}}.send-package-page{padding:2rem 0 4rem}.page-header{text-align:center;margin-bottom:3rem}.page-title{font-size:3rem;font-weight:800;margin-bottom:.5rem}.page-subtitle{font-size:1.25rem;color:var(--text-muted)}.send-package-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.form-section{padding:2.5rem}.success-message{background:#00d9a326;border:1px solid rgba(0,217,163,.3);border-radius:16px;padding:2rem;text-align:center;margin-bottom:2rem}.success-icon{font-size:3rem;margin-bottom:1rem}.success-message h3{font-size:1.5rem;font-weight:700;color:var(--success);margin-bottom:.5rem}.success-message p{color:var(--text-muted);margin-bottom:1rem}.tracking-number{background:#00d9a31a;padding:1rem 1.5rem;border-radius:10px;font-size:1.25rem;font-weight:700;color:var(--success);font-family:Courier New,monospace;letter-spacing:2px}.shipment-form{display:flex;flex-direction:column;gap:1.5rem}.form-section-title{margin-top:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.form-section-title h3{font-size:1.25rem;font-weight:700;color:var(--text)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.info-section{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:100px}.info-card{padding:2rem}.info-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.info-steps{display:flex;flex-direction:column;gap:1.5rem}.info-step{display:flex;gap:1rem;align-items:start}.step-number{width:40px;height:40px;border-radius:50%;background:#ffb800 100%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.step-content h4{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.step-content p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.pricing-card{background:#ffb8000d}.pricing-list{display:flex;flex-direction:column;gap:1rem}.pricing-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;border-radius:10px;transition:all .3s ease}.pricing-item:hover{background:#ff6b351a;transform:translate(5px)}.price{font-size:1.25rem;font-weight:700;color:var(--accent)}.pricing-note{margin-top:1rem;font-size:.85rem;color:var(--text-muted);font-style:italic}@media (max-width: 1024px){.send-package-container{grid-template-columns:1fr}.info-section{position:static}.form-row{grid-template-columns:1fr}}@media (max-width: 768px){.page-title{font-size:2rem}.page-subtitle{font-size:1.1rem}.form-section,.info-card{padding:1.5rem}}.driver-dashboard{padding:2rem 0 4rem}.dashboard-header{text-align:center;margin-bottom:3rem}.loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.error-banner{background:#ff475726;border:1px solid rgba(255,71,87,.3);color:var(--danger);padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;font-weight:500}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.stat-card{display:flex;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);border-color:var(--accent)}.stat-icon{font-size:3rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#00d9a326;border-radius:16px}.stat-info{display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:2rem;font-weight:800;color:var(--text)}.stat-label{font-size:.9rem;color:var(--text-muted);font-weight:500}.dashboard-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid var(--border)}.tab-button{padding:1rem 2rem;background:none;color:var(--text-muted);font-weight:600;font-size:1rem;border-bottom:3px solid transparent;transition:all .3s ease;margin-bottom:-2px}.tab-button:hover{color:var(--text)}.tab-button.active{color:var(--accent);border-bottom-color:var(--accent)}.dashboard-content{min-height:400px}.shipments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.shipment-card{padding:2rem;transition:all .3s ease}.shipment-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 20px 60px #ff6b3533}.shipment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.shipment-id{font-family:Courier New,monospace;font-weight:600;color:var(--text-muted);font-size:.9rem}.shipment-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.detail-row{display:flex;gap:1rem;align-items:start}.detail-icon{font-size:1.25rem;width:30px;flex-shrink:0}.detail-content{flex:1}.detail-label{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.detail-value{font-size:.95rem;color:var(--text);font-weight:500}.shipment-actions{margin-top:1.5rem}.delivered-message{text-align:center;padding:1rem;background:#00d9a326;color:var(--success);border-radius:10px;font-weight:600;font-size:1.05rem}.empty-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem}.empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.empty-state h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.empty-state p{color:var(--text-muted);font-size:1.05rem}@media (max-width: 1024px){.dashboard-stats,.shipments-grid{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-tabs{flex-direction:column;border-bottom:none}.tab-button{border-bottom:none;border-left:3px solid transparent;text-align:left;padding:.75rem 1rem}.tab-button.active{border-bottom:none;border-left-color:var(--accent);background:#ff6b351a}}.my-packages-page{padding:2rem 0 4rem}.packages-controls{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.search-box{max-width:500px}.search-box .form-input{width:100%;background:#ffffff0d;border:1px solid var(--border)}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{padding:.625rem 1.25rem;background:#ffffff0d;border:1px solid var(--border);color:var(--text-muted);border-radius:10px;font-weight:500;font-size:.9rem;transition:all .3s ease;cursor:pointer}.filter-btn:hover{border-color:var(--accent);background:#ff6b351a;color:var(--text)}.filter-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.packages-list{display:flex;flex-direction:column;gap:1.5rem}.package-card{padding:2rem;transition:all .3s ease}.package-card:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 15px 45px #ff6b3526}.package-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.package-tracking{display:flex;flex-direction:column;gap:.25rem}.tracking-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.tracking-number{font-family:Courier New,monospace;font-size:1.1rem;font-weight:700;color:var(--text);letter-spacing:1px}.package-timeline{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:#ffffff08;border-radius:12px}.timeline-item{display:flex;align-items:center;gap:1rem;flex:1}.timeline-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ff6b351a;border-radius:12px;flex-shrink:0}.timeline-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.timeline-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.timeline-value{font-size:.95rem;color:var(--text);font-weight:500}.timeline-connector{width:50px;height:2px;background:var(--border);position:relative}.timeline-connector:after{content:"→";position:absolute;right:-10px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:1.25rem}.package-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:1.5rem}.detail-item{display:flex;align-items:center;gap:.75rem}.detail-item .detail-icon{font-size:1.5rem;width:40px;flex-shrink:0}.detail-item .detail-label{font-size:.85rem;color:var(--text-muted);margin-bottom:.25rem}.detail-item .detail-value{font-size:.95rem;color:var(--text);font-weight:500}.package-description{padding:1rem;background:#ffffff08;border-radius:10px;font-size:.95rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.package-description strong{color:var(--text);margin-right:.5rem}.package-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid var(--border)}.delivered-info{text-align:center;padding:1rem;background:#00d9a326;color:var(--success);border-radius:10px;font-weight:600;margin-top:1rem}@media (max-width: 768px){.package-card{padding:1.5rem}.package-timeline{flex-direction:column;align-items:stretch}.timeline-connector{width:2px;height:30px;margin:.5rem auto}.timeline-connector:after{content:"↓";right:50%;transform:translate(50%);top:auto;bottom:-15px}.package-details-grid{grid-template-columns:1fr}.filter-buttons{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}.filter-btn{white-space:nowrap}}:root{--primary: #080a0d;--primary-light: #000000;--accent: #FF6B35;--accent-hover: #FF8555;--success: #00D9A3;--warning: #FFB800;--danger: #FF4757;--text: #FFFFFF;--text-muted: #8B95A1;--border: rgba(255, 255, 255, .1);--card-bg: rgba(28, 38, 48, .6);--gradient-1: linear-gradient(135deg, #764ba2 0%, #764ba2 100%);--gradient-2: linear-gradient(135deg, #f5576c 0%, #f5576c 100%);--gradient-3: linear-gradient(135deg, #00f2fe 0%, #00f2fe 100%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--primary);color:var(--text);line-height:1.6;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#667eea1a;pointer-events:none;z-index:0}#root{position:relative;z-index:1}h1,h2,h3,h4,h5,h6{font-family:Syne,sans-serif;font-weight:700;line-height:1.2}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea,select{font-family:inherit;outline:none}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--primary)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#2a3744}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in-up{animation:fadeInUp .6s ease-out}.slide-in-right{animation:slideInRight .6s ease-out}.text-gradient{background:#ffb800 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2rem}.btn{padding:.875rem 2rem;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 10px 30px #ff6b354d}.btn-secondary{background:transparent;border:2px solid var(--border);color:var(--text)}.btn-secondary:hover{border-color:var(--accent);background:#ff6b351a}.btn-success{background:var(--success);color:var(--primary)}.btn-success:hover{background:#00f5b8;transform:translateY(-2px);box-shadow:0 10px 30px #00d9a34d}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text);font-size:.9rem}.form-input{width:100%;padding:.875rem 1rem;background:#ffffff0d;border:1px solid var(--border);border-radius:10px;color:var(--text-muted);font-size:.95rem;transition:all .3s ease}.form-input:focus{border-color:var(--accent);background:#ffffff14;box-shadow:0 0 0 3px #ff6b351a}.form-input::placeholder{color:var(--text-muted)}select.form-input{cursor:pointer}textarea.form-input{resize:vertical;min-height:100px}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-badge:before{content:"";width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.status-pending{background:#ffb80026;color:var(--warning)}.status-pending:before{background:var(--warning)}.status-in-transit{background:#4facfe26;color:#4facfe}.status-in-transit:before{background:#4facfe}.status-delivered{background:#00d9a326;color:var(--success)}.status-delivered:before{background:var(--success)}.status-cancelled{background:#ff475726;color:var(--danger)}.status-cancelled:before{background:var(--danger)}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.container{padding:0 1rem}.glass-card{padding:1.5rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}
