:root{--primary-blue:#000060;--accent-yellow:#e0e020;--light-gray:#f2f2f2;--dark-gray:#1a1a1a;--text-light:#7d7d7d;--gray-300:#d6d6d6;--gray-500:#a1a1a1;--gray-700:#5c5c5c;color:var(--dark-gray);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;color:var(--dark-gray);background-color:#fff;margin:0}#root{background-color:#fff;min-height:100vh}a{color:var(--primary-blue);text-decoration:none;transition:color .3s}a:hover{color:var(--accent-yellow)}h1,h2,h3,h4,h5,h6{color:var(--primary-blue);font-weight:600;line-height:1.2}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}button{cursor:pointer;border:none;border-radius:8px;padding:.75em 1.5em;font-family:inherit;font-size:1em;font-weight:500;transition:all .3s}button:focus,button:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}input,textarea{font-family:inherit;font-size:1em}[dir=rtl]{text-align:right;direction:rtl}[dir=rtl] ol,[dir=rtl] ul{padding-left:0;padding-right:1.5rem}[dir=rtl] .form-group input,[dir=rtl] .form-group textarea,[dir=rtl] .form-group select{text-align:right}[dir=rtl] .faq-item ol{padding-left:0;padding-right:1.5rem}@media (max-width:768px){h1,h2{font-size:2rem}h3{font-size:1.5rem}}.language-switcher{display:inline-block;position:relative}.language-select{border:2px solid var(--gray-300);color:var(--primary-blue);cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000060' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:12px;border-radius:8px;padding:.5rem 2.5rem .5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}[dir=rtl] .language-select{background-position:.75rem 50%;padding-left:2.5rem;padding-right:1rem}.language-select:hover{border-color:var(--primary-blue);background-color:var(--light-gray)}.language-select:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 3px #00003c1a}.language-select option{padding:.5rem}@media (max-width:768px){.language-select{padding:.4rem 2rem .4rem .8rem;font-size:.85rem}[dir=rtl] .language-select{padding-left:2rem;padding-right:.8rem}}.header{z-index:1000;background-color:#fff;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.header-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.header-logo img{cursor:pointer;height:40px;transition:opacity .3s}.header-logo img:hover{opacity:.8}.header-nav{align-items:center;gap:2rem;display:flex}.header-nav a{color:var(--dark-gray);font-weight:500;transition:color .3s}.header-nav a:hover{color:var(--primary-blue)}.header-actions{align-items:center;gap:1rem;display:flex}[dir=rtl] .header-actions{flex-direction:row-reverse}.btn-signin{color:var(--primary-blue);padding:.5rem 1.5rem;font-weight:500;transition:color .3s}.btn-signin:hover{color:var(--accent-yellow)}.btn-signup{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.5rem;font-family:inherit;font-size:1em;font-weight:500;text-decoration:none;transition:background-color .3s;display:inline-block}.btn-signup:hover{background-color:var(--accent-yellow);color:var(--dark-gray)}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.5rem;display:none}.mobile-menu-toggle span{background-color:var(--primary-blue);width:25px;height:3px;transition:all .3s}@media (max-width:768px){.header-container{padding:1rem}.mobile-menu-toggle{display:flex}.header-nav{opacity:0;visibility:hidden;background-color:#fff;flex-direction:column;padding:2rem;transition:all .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%);box-shadow:0 4px 8px #0000001a}.header-nav.open{opacity:1;visibility:visible;transform:translateY(0)}.header-actions{display:none}.header-nav.open+.header-actions{background-color:#fff;flex-direction:column;padding:0 2rem 2rem;display:flex;position:absolute;top:calc(100% + 200px);left:0;right:0;box-shadow:0 4px 8px #0000001a}}.hero{background:linear-gradient(135deg,#fff 0%,var(--light-gray)100%);align-items:center;min-height:80vh;padding:4rem 0;display:flex}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.hero-content{flex-direction:column;gap:1.5rem;display:flex}.hero-headline{color:var(--primary-blue);margin:0;font-size:3.5rem;font-weight:700;line-height:1.2}.hero-subheadline{color:var(--gray-700);margin:0;font-size:1.25rem;line-height:1.6}.hero-cta{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.app-store-link{transition:transform .3s;display:inline-block}.app-store-link:hover{transform:scale(1.05)}.app-store-link{color:#fff;background-color:#000;border-radius:8px;flex-direction:column;min-width:180px;padding:.75rem 1.5rem;text-decoration:none;transition:transform .3s,background-color .3s;display:flex}.app-store-link:hover{background-color:var(--primary-blue);transform:scale(1.05)}.store-badge-text{margin-bottom:.25rem;font-size:.75rem;font-weight:400;line-height:1.2}.store-badge-title{font-size:1.25rem;font-weight:600;line-height:1.2}.hero-image{justify-content:center;align-items:center;display:flex}.hero-image img{border-radius:12px;max-width:100%;height:auto;box-shadow:0 10px 30px #0000001a}@media (max-width:968px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-image{order:-1}.hero-headline{font-size:2.5rem}.hero-subheadline{font-size:1.1rem}}@media (max-width:768px){.hero{min-height:auto;padding:3rem 0}.hero-container{padding:0 1rem}.hero-headline{font-size:2rem}.hero-subheadline{font-size:1rem}.store-badge{height:50px}.hero-cta{justify-content:center}}.about{background-color:#fff;padding:4rem 0}.about-container{max-width:1400px;margin:0 auto;padding:0 2rem}.about-title{text-align:center;color:var(--primary-blue);margin-bottom:3rem;font-size:2.5rem}.about-part{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:3rem;display:grid}.about-part:last-child{margin-bottom:0}.about-image{justify-content:center;align-items:center;display:flex}.about-image img{width:100%;max-width:500px;height:auto}.about-content{flex-direction:column;gap:1.5rem;display:flex}.about-content h3{color:var(--primary-blue);margin:0;font-size:2rem}.about-content p{color:var(--gray-700);margin:0;font-size:1.1rem;line-height:1.8}.about-part-2 .about-image{order:2}.about-part-2 .about-content{order:1}@media (max-width:968px){.about-part{text-align:center;grid-template-columns:1fr;gap:2rem}.about-part-2 .about-image{order:-1}.about-part-2 .about-content{order:0}.about-title{margin-bottom:2rem;font-size:2rem}.about-content h3{font-size:1.75rem}.about-content p{font-size:1rem}}@media (max-width:768px){.about{padding:3rem 0}.about-container{padding:0 1rem}.about-title{margin-bottom:2rem;font-size:1.75rem}.about-part{margin-bottom:2rem}.about-content h3{font-size:1.5rem}}.faqs{background-color:var(--light-gray);padding:4rem 0}.faqs-container{max-width:1000px;margin:0 auto;padding:0 2rem}.faqs-title{text-align:center;color:var(--primary-blue);margin-bottom:3rem;font-size:2.5rem}.faqs-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background-color:#fff;border-radius:8px;transition:box-shadow .3s;overflow:hidden;box-shadow:0 2px 4px #0000000d}.faq-item:hover{box-shadow:0 4px 8px #0000001a}.faq-question{text-align:left;cursor:pointer;width:100%;color:var(--primary-blue);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:600;transition:background-color .3s;display:flex}.faq-question:hover{background-color:var(--light-gray)}.faq-icon{color:var(--accent-yellow);flex-shrink:0;margin-left:1rem;font-size:1.5rem;font-weight:300;transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;padding:0 1.5rem;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:var(--gray-700);margin:0;padding-top:1rem;line-height:1.8}@media (max-width:768px){.faqs{padding:3rem 0}.faqs-container{padding:0 1rem}.faqs-title{margin-bottom:2rem;font-size:2rem}.faq-question{padding:1.25rem;font-size:1rem}.faq-answer{padding:0 1.25rem}.faq-item.open .faq-answer{padding:0 1.25rem 1.25rem}}.contact{background-color:#fff;padding:4rem 0}.contact-container{max-width:1000px;margin:0 auto;padding:0 2rem}.contact-title{text-align:center;color:var(--primary-blue);margin-bottom:1rem;font-size:2.5rem}.contact-subtitle{text-align:center;color:var(--gray-700);margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group input,.form-group textarea{border:2px solid var(--gray-300);color:var(--dark-gray);background-color:#fff;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-blue);outline:none}.form-group input.error,.form-group textarea.error{border-color:var(--status-error,#ff4c4c)}.form-group textarea{resize:vertical;min-height:120px}.error-message{color:var(--status-error,#ff4c4c);margin-top:-.25rem;font-size:.875rem}.submit-button{background-color:var(--primary-blue);color:#fff;cursor:pointer;border-radius:8px;align-self:center;min-width:200px;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:background-color .3s,transform .2s}.submit-button:hover{background-color:var(--accent-yellow);color:var(--dark-gray);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.submit-button:active{transform:translateY(0)}@media (max-width:768px){.contact{padding:3rem 0}.contact-container{padding:0 1rem}.contact-title{font-size:2rem}.contact-subtitle{margin-bottom:2rem;font-size:1rem}.contact-form{gap:1.25rem}.submit-button{width:100%;min-width:auto}}.footer{background-color:var(--primary-blue);color:#fff;padding:4rem 0 2rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-section h3{color:var(--accent-yellow);margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.footer-section p{color:#fffc;margin:0;line-height:1.6}.footer-section ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:var(--accent-yellow)}.social-links{flex-direction:column;gap:.75rem;display:flex}.social-links a{color:#fffc;text-decoration:none;transition:color .3s}.social-links a:hover{color:var(--accent-yellow)}.footer-bottom{text-align:center;border-top:1px solid #fff3;padding-top:2rem}.footer-bottom p{color:#fffc;margin:0}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.25rem}.footer-section h4{font-size:1.1rem}}.auth-container{background:linear-gradient(135deg,#fff 0%,var(--light-gray)100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{background:#fff;border-radius:12px;width:100%;max-width:500px;padding:3rem;box-shadow:0 4px 20px #0000001a}.auth-card h1{color:var(--primary-blue);text-align:center;margin-bottom:.5rem;font-size:2rem}.auth-subtitle{text-align:center;color:var(--gray-700);margin-bottom:2rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--primary-blue);font-size:.9rem;font-weight:600}.form-group input,.form-group select{border:2px solid var(--gray-300);color:var(--dark-gray);background-color:#fff;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{border-color:var(--primary-blue);outline:none}.auth-error{color:#ff4c4c;text-align:center;background-color:#ffe5e5;border-radius:8px;margin-bottom:1rem;padding:1rem}.auth-button{background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:background-color .3s,transform .2s}.auth-button:hover:not(:disabled){background-color:var(--accent-yellow);color:var(--dark-gray);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.auth-button:disabled{opacity:.6;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}.auth-footer{text-align:center;color:var(--gray-700);margin-top:2rem}.auth-footer a{color:var(--primary-blue);font-weight:600;text-decoration:none}.auth-footer a:hover{color:var(--accent-yellow)}@media (max-width:768px){.auth-card{padding:2rem}.form-row{grid-template-columns:1fr}}.dashboard-sidebar{z-index:100;background-color:#fff;border-right:1px solid #f2f2f2;flex-direction:column;width:260px;height:100vh;display:flex;position:fixed;top:0;left:0}.sidebar-header{border-bottom:1px solid #f2f2f2;padding:1.5rem}.sidebar-logo{color:#000060;margin:0;font-size:1.25rem;font-weight:700}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.sidebar-nav-item{color:#5c5c5c;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.875rem 1.5rem;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.sidebar-nav-item:hover{color:#000060;background-color:#f2f2f2}.sidebar-nav-item.active{color:#000060;background-color:#f2f2f2;border-left-color:#000060;font-weight:600}.sidebar-nav-icon{text-align:center;width:1.5rem;font-size:1.25rem}.sidebar-nav-label{font-size:.875rem}.sidebar-footer{border-top:1px solid #f2f2f2;padding:1.5rem}.sidebar-user{align-items:center;gap:.75rem;display:flex}.sidebar-user-avatar{object-fit:cover;border-radius:50%;width:2.5rem;height:2.5rem}.sidebar-user-avatar-placeholder{color:#fff;background-color:#000060;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:600;display:flex}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.sidebar-user-role{color:#5c5c5c;text-transform:capitalize;font-size:.75rem}@media (max-width:968px){.dashboard-sidebar{transition:transform .3s;transform:translate(-100%)}.dashboard-sidebar.open{transform:translate(0)}}.dashboard-header{z-index:90;background-color:#fff;border-bottom:1px solid #f2f2f2;padding:1rem 2rem;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.dashboard-header-content{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.dashboard-header-search{flex:1;max-width:400px}.dashboard-search-input{color:#1a1a1a;background-color:#f2f2f2;border:1px solid #d6d6d6;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s,background-color .2s}.dashboard-search-input:focus{background-color:#fff;border-color:#000060;outline:none}.dashboard-header-actions{align-items:center;gap:1rem;display:flex}.dashboard-header-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;transition:background-color .2s;display:flex}.dashboard-header-icon-btn:hover{background-color:#f2f2f2}.dashboard-header-user{border-radius:8px;align-items:center;gap:.75rem;padding:.5rem;transition:background-color .2s;display:flex}.dashboard-header-user:hover{background-color:#f2f2f2}.dashboard-user-avatar{object-fit:cover;border-radius:50%;width:2.5rem;height:2.5rem}.dashboard-user-avatar-placeholder{color:#fff;background-color:#000060;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:600;display:flex}.dashboard-user-info{flex-direction:column;display:flex}.dashboard-user-name{color:#1a1a1a;font-size:.875rem;font-weight:600}.dashboard-user-role{color:#5c5c5c;text-transform:capitalize;font-size:.75rem}.dashboard-signout-btn{color:#fff;cursor:pointer;background-color:#000060;border:none;border-radius:8px;margin-left:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.dashboard-signout-btn:hover{background-color:#000040}@media (max-width:768px){.dashboard-header{padding:1rem}.dashboard-header-content{flex-wrap:wrap;gap:1rem}.dashboard-header-search{order:3;width:100%;max-width:100%}.dashboard-user-info{display:none}}.dashboard-layout{background-color:#f2f2f2;min-height:100vh;display:flex}.dashboard-main{flex-direction:column;flex:1;min-height:100vh;margin-left:260px;display:flex}.dashboard-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.dashboard-overlay{z-index:99;background-color:#00000080;display:none;position:fixed;inset:0}@media (max-width:968px){.dashboard-main{margin-left:0}.dashboard-overlay{display:block}.dashboard-content{padding:1rem}}.stat-card{background-color:#fff;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.stat-card-title{color:#5c5c5c;margin:0;font-size:.875rem;font-weight:500}.stat-card-icon{color:#000060;background-color:#f2f2f2;border-radius:8px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.stat-card-value{color:#000060;margin-bottom:.5rem;font-size:2rem;font-weight:700}.stat-card-change{font-size:.75rem;font-weight:500}.stat-card-change.up{color:#000060}.stat-card-change.down{color:#ff4c4c}.stat-card-change.neutral{color:#5c5c5c}.status-badge{text-transform:capitalize;white-space:nowrap;border-radius:12px;padding:.4rem .8rem;font-size:.875rem;font-weight:600;display:inline-block}.status-badge.small{padding:.25rem .5rem;font-size:.75rem}.status-active{color:#1a1a1a;background-color:#e0e020}.status-completed{color:#fff;background-color:#000060}.status-pending{color:#5c5c5c;background-color:#f2f2f2}.status-cancelled{color:#fff;background-color:#ff4c4c}.status-default{color:#1a1a1a;background-color:#d6d6d6}.trip-card{cursor:pointer;background-color:#fff;border-radius:12px;margin-bottom:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.trip-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.trip-card-header{border-bottom:1px solid #f2f2f2;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.trip-card-id{color:#000060;font-size:1rem;font-weight:600}.trip-card-content{flex-direction:column;gap:.75rem;display:flex}.trip-card-location{flex-direction:column;gap:.5rem;display:flex}.trip-location-item{align-items:flex-start;gap:.5rem;display:flex}.trip-location-label{color:#5c5c5c;min-width:50px;font-size:.875rem;font-weight:500}.trip-location-value{color:#1a1a1a;flex:1;font-size:.875rem}.trip-card-driver{border-top:1px solid #f2f2f2;align-items:center;gap:.5rem;padding-top:.5rem;display:flex}.trip-driver-label{color:#5c5c5c;font-size:.875rem;font-weight:500}.trip-driver-name{color:#000060;font-size:.875rem;font-weight:600}.trip-card-dates{border-top:1px solid #f2f2f2;gap:1.5rem;padding-top:.5rem;display:flex}.trip-date-item{align-items:center;gap:.5rem;display:flex}.trip-date-label{color:#5c5c5c;font-size:.875rem;font-weight:500}.trip-date-value{color:#1a1a1a;font-size:.875rem}.order-table-container{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.order-table{border-collapse:collapse;width:100%}.order-table thead{background-color:#f2f2f2}.order-table th{text-align:left;color:#5c5c5c;text-transform:uppercase;letter-spacing:.5px;padding:1rem;font-size:.875rem;font-weight:600}.order-table tbody tr{border-bottom:1px solid #f2f2f2;transition:background-color .2s}.order-table tbody tr:hover{background-color:#f9f9f9}.order-table tbody tr.order-table-row-clickable{cursor:pointer}.order-table tbody tr.order-table-row-clickable:hover{background-color:#f2f2f2}.order-table td{color:#1a1a1a;padding:1rem;font-size:.875rem}.order-table-empty{text-align:center;color:#5c5c5c;font-style:italic;padding:2rem!important}@media (max-width:968px){.order-table-container{overflow-x:auto}.order-table{min-width:800px}}.dashboard-page{flex-direction:column;gap:2rem;display:flex}.dashboard-page-header{margin-bottom:1rem}.dashboard-page-header h1{color:#000060;margin:0 0 .5rem;font-size:2rem;font-weight:700}.dashboard-page-header p{color:#5c5c5c;margin:0;font-size:1rem}.dashboard-loading{color:#5c5c5c;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;display:flex}.dashboard-stats{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.dashboard-section{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.dashboard-section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-section-header h2{color:#000060;margin:0;font-size:1.5rem;font-weight:600}.dashboard-see-more-btn{color:#fff;cursor:pointer;background-color:#000060;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.dashboard-see-more-btn:hover{background-color:#000040}.dashboard-active-trips{flex-direction:column;gap:1rem;display:flex}.dashboard-empty-state{text-align:center;color:#5c5c5c;padding:3rem;font-style:italic}@media (max-width:768px){.dashboard-stats{grid-template-columns:1fr}.dashboard-section{padding:1.5rem}.dashboard-section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.product-card{background-color:#fff;border-radius:12px;margin-bottom:1rem;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #00000014}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.product-card-image{background-color:#f2f2f2;width:100%;height:200px;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%}.product-card-content{padding:1.5rem}.product-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.product-card-title{color:#1a1a1a;flex:1;margin:0 1rem 0 0;font-size:1.125rem;font-weight:600}.product-card-details{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.product-detail-item{gap:.5rem;display:flex}.product-detail-label{color:#5c5c5c;min-width:60px;font-size:.875rem;font-weight:500}.product-detail-value{color:#1a1a1a;font-size:.875rem;font-weight:600}.product-card-actions{border-top:1px solid #f2f2f2;gap:.75rem;padding-top:1rem;display:flex}.product-action-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s,color .2s}.product-action-btn.edit{color:#fff;background-color:#000060}.product-action-btn.edit:hover{background-color:#000040}.product-action-btn.delete{color:#fff;background-color:#ff4c4c}.product-action-btn.delete:hover{background-color:#e03c3c}.store-page{flex-direction:column;gap:2rem;display:flex}.store-page-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.store-page-header h1{color:#000060;margin:0;font-size:2rem;font-weight:700}.store-add-product-btn{color:#fff;cursor:pointer;background-color:#000060;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.store-add-product-btn:hover{background-color:#000040}.store-content{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.store-products-section,.store-orders-section{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.store-products-section h2,.store-orders-section h2{color:#000060;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.store-orders-section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.store-orders-section-header h2{margin:0}.store-order-history-link{color:#000060;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.store-order-history-link:hover{color:#000040;text-decoration:underline}.store-products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.store-orders-list{flex-direction:column;gap:1rem;display:flex}.store-order-card{background-color:#f2f2f2;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.store-order-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.store-order-header{border-bottom:1px solid #d6d6d6;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.store-order-id{color:#000060;font-size:.875rem;font-weight:600}.store-order-details{flex-direction:column;gap:.5rem;display:flex}.store-order-item{gap:.5rem;display:flex}.store-order-label{color:#5c5c5c;min-width:80px;font-size:.875rem;font-weight:500}.store-order-value{color:#1a1a1a;font-size:.875rem;font-weight:600}.store-empty-state{text-align:center;color:#5c5c5c;padding:3rem;font-style:italic}.store-empty-state a{color:#000060;font-weight:600;text-decoration:none}.store-empty-state a:hover{text-decoration:underline}.store-loading{color:#5c5c5c;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;display:flex}.store-modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.store-modal{background-color:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;padding:2rem;overflow-y:auto}.store-modal h3{color:#000060;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.store-form-group{margin-bottom:1.5rem}.store-form-group label{color:#1a1a1a;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.store-form-group input,.store-form-group textarea,.store-form-group select{color:#1a1a1a;background-color:#fff;border:1px solid #d6d6d6;border-radius:8px;width:100%;padding:.75rem;font-size:.875rem;transition:border-color .2s}.store-form-group input:focus,.store-form-group textarea:focus,.store-form-group select:focus{border-color:#000060;outline:none}.store-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.store-form-actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.store-form-actions button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.store-form-actions button[type=button]{color:#1a1a1a;background-color:#f2f2f2}.store-form-actions button[type=button]:hover{background-color:#d6d6d6}.store-form-actions button[type=submit]{color:#fff;background-color:#000060}.store-form-actions button[type=submit]:hover{background-color:#000040}.store-images-container{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.store-image-preview{border:2px solid #d6d6d6;border-radius:8px;width:100px;height:100px;position:relative;overflow:hidden}.store-image-preview img{object-fit:cover;width:100%;height:100%}.store-image-remove{color:#fff;cursor:pointer;background-color:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;line-height:1;transition:background-color .2s;display:flex;position:absolute;top:4px;right:4px}.store-image-remove:hover:not(:disabled){background-color:#ff0000e6}.store-image-remove:disabled{opacity:.5;cursor:not-allowed}.store-image-upload-label{cursor:pointer;width:100px;height:100px}.store-image-upload-placeholder{color:#5c5c5c;border:2px dashed #d6d6d6;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;font-size:.875rem;transition:border-color .2s,background-color .2s;display:flex}.store-image-upload-label:hover .store-image-upload-placeholder{background-color:#f9f9f9;border-color:#000060}.store-image-upload-label input:disabled+.store-image-upload-placeholder{opacity:.5;cursor:not-allowed}.store-form-error{color:#dc2626;margin-top:.5rem;font-size:.75rem}.store-form-hint{color:#5c5c5c;margin-top:.5rem;font-size:.75rem;font-style:italic}.store-order-actions{border-top:1px solid #f2f2f2;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.store-order-btn{cursor:pointer;border:none;border-radius:6px;flex:1;min-width:100px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.store-order-btn:disabled{opacity:.6;cursor:not-allowed}.store-order-btn.accept{color:#fff;background-color:#10b981}.store-order-btn.accept:hover:not(:disabled){background-color:#059669}.store-order-btn.reject{color:#fff;background-color:#ef4444}.store-order-btn.reject:hover:not(:disabled){background-color:#dc2626}.store-order-btn.message{color:#fff;background-color:#000060}.store-order-btn.message:hover:not(:disabled){background-color:#000040}@media (max-width:968px){.store-content,.store-form-row{grid-template-columns:1fr}}.order-history-page{flex-direction:column;gap:2rem;padding:2rem;display:flex}.order-history-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.order-history-header h1{color:#000060;margin:0;font-size:2rem;font-weight:700}.order-history-back-link{color:#000060;font-weight:600;text-decoration:none;transition:color .2s}.order-history-back-link:hover{color:#000040}.order-history-loading,.order-history-empty{color:#5c5c5c;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;display:flex}.order-history-empty{font-style:italic}.order-history-filters{border-bottom:2px solid #f2f2f2;flex-wrap:wrap;gap:.5rem;padding-bottom:1rem;display:flex}.order-history-filter-btn{color:#1a1a1a;cursor:pointer;background-color:#fff;border:2px solid #d6d6d6;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.order-history-filter-btn:hover{background-color:#f9f9f9;border-color:#000060}.order-history-filter-btn.active{color:#fff;background-color:#000060;border-color:#000060}.order-history-content{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.order-history-list{flex-direction:column;gap:1.5rem;display:flex}.order-history-card{background-color:#f9f9f9;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.order-history-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.order-history-card-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.order-history-card-title h3{color:#1a1a1a;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.order-history-date{color:#5c5c5c;font-size:.75rem}.order-history-card-details{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.order-history-detail-row{grid-template-columns:1fr auto;align-items:center;gap:1rem;display:grid}.order-history-detail-item{gap:.5rem;display:flex}.order-history-label{color:#5c5c5c;min-width:100px;font-size:.875rem;font-weight:500}.order-history-value{color:#1a1a1a;font-size:.875rem;font-weight:600}.order-history-product-image{object-fit:cover;border:1px solid #d6d6d6;border-radius:6px;width:60px;height:60px}.order-history-card-actions{border-top:1px solid #f2f2f2;gap:.5rem;padding-top:1rem;display:flex}.order-history-action-btn{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.order-history-action-btn.message{color:#fff;background-color:#000060}.order-history-action-btn.message:hover{background-color:#000040}@media (max-width:968px){.order-history-page{padding:1rem}.order-history-header{flex-direction:column;align-items:flex-start;gap:1rem}.order-history-filters{padding-bottom:.5rem;overflow-x:auto}.order-history-filter-btn{white-space:nowrap}.order-history-detail-row{grid-template-columns:1fr}}.trips-orders-page{flex-direction:column;gap:2rem;padding:2rem;display:flex}.trips-orders-header{margin-bottom:1rem}.trips-orders-header h1{color:#000060;margin:0 0 .5rem;font-size:2rem;font-weight:700}.trips-orders-header p{color:#5c5c5c;margin:0;font-size:1rem}.trips-orders-loading{color:#5c5c5c;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;display:flex}.trips-orders-tabs{border-bottom:2px solid #f2f2f2;gap:.5rem;padding-bottom:0;display:flex}.trips-orders-tab{color:#5c5c5c;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.trips-orders-tab:hover{color:#000060}.trips-orders-tab.active{color:#000060;border-bottom-color:#000060}.trips-orders-content{background-color:#fff;border-radius:12px;min-height:400px;padding:2rem;box-shadow:0 2px 8px #00000014}.trips-orders-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex}.trips-orders-empty h3{color:#1a1a1a;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.trips-orders-empty p{color:#5c5c5c;margin:0 0 1.5rem;font-size:1rem}.trips-orders-create-btn{color:#fff;cursor:pointer;background-color:#000060;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background-color .2s}.trips-orders-create-btn:hover{background-color:#000040}.trips-orders-list{flex-direction:column;gap:1.5rem;display:flex}.trips-order-card{background-color:#f9f9f9;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.trips-order-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.trips-order-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.trips-order-header h3{color:#1a1a1a;margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.trips-order-id{color:#5c5c5c;font-size:.875rem}.trips-order-details{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.trips-order-detail-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.trips-order-detail-item{flex-direction:column;gap:.25rem;display:flex}.trips-order-label{color:#5c5c5c;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.trips-order-value{color:#1a1a1a;font-size:.875rem;font-weight:600}.trips-order-bids{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:1rem;padding:1rem}.trips-order-bids-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.trips-order-bids-header span:first-child{color:#1a1a1a;font-size:.875rem;font-weight:600}.trips-order-bid-count{color:#fff;background-color:#000060;border-radius:12px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.trips-order-bids-waiting{color:#5c5c5c;margin:0;font-size:.875rem;font-style:italic}.trips-order-actions{border-top:1px solid #f2f2f2;gap:.75rem;padding-top:1rem;display:flex}.trips-order-btn{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.trips-order-btn.view-bids{color:#fff;background-color:#000060}.trips-order-btn.view-bids:hover{background-color:#000040}.trips-order-btn.cancel{color:#fff;background-color:#dc3545}.trips-order-btn.cancel:hover{background-color:#c82333}@media (max-width:968px){.trips-orders-page{padding:1rem}.trips-order-detail-row{grid-template-columns:1fr}.trips-order-actions{flex-direction:column}.trips-order-btn{width:100%}}.order-bids-page{flex-direction:column;gap:2rem;padding:2rem;display:flex}.order-bids-header{margin-bottom:1rem}.order-bids-back-btn{color:#000060;cursor:pointer;background-color:#0000;border:2px solid #000060;border-radius:6px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.order-bids-back-btn:hover{color:#fff;background-color:#000060}.order-bids-header h1{color:#000060;margin:0 0 .5rem;font-size:2rem;font-weight:700}.order-bids-header p{color:#5c5c5c;margin:0;font-size:1rem}.order-bids-loading{color:#5c5c5c;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;display:flex}.order-bids-content{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.order-bids-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex}.order-bids-empty h3{color:#1a1a1a;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.order-bids-empty p{color:#5c5c5c;margin:0;font-size:1rem}.order-bids-list{flex-direction:column;gap:1.5rem;display:flex}.order-bid-card{background-color:#f9f9f9;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.order-bid-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.order-bid-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.order-bid-driver-info{align-items:center;gap:1rem;display:flex}.order-bid-avatar{object-fit:cover;border:2px solid #e0e0e0;border-radius:50%;width:60px;height:60px}.order-bid-avatar-placeholder{color:#fff;background-color:#000060;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:600;display:flex}.order-bid-driver-info h3{color:#1a1a1a;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.order-bid-rating{color:#5c5c5c;font-size:.875rem}.order-bid-price{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.order-bid-price-label{color:#5c5c5c;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.order-bid-price-value{color:#000060;font-size:1.5rem;font-weight:700}.order-bid-truck-info{background-color:#fff;border-radius:6px;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem;padding:1rem;display:grid}.order-bid-info-item{flex-direction:column;gap:.25rem;display:flex}.order-bid-info-label{color:#5c5c5c;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.order-bid-info-value{color:#1a1a1a;font-size:.875rem;font-weight:600}.order-bid-fleet{background-color:#fff;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;display:flex}.order-bid-meta{color:#5c5c5c;border-top:1px solid #e0e0e0;margin-bottom:1rem;padding-top:1rem;font-size:.875rem}.order-bid-actions{border-top:1px solid #f2f2f2;gap:.75rem;padding-top:1rem;display:flex}.order-bid-btn{cursor:pointer;border:none;border-radius:6px;flex:1;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.order-bid-btn:disabled{opacity:.6;cursor:not-allowed}.order-bid-btn.accept{color:#fff;background-color:#28a745}.order-bid-btn.accept:hover:not(:disabled){background-color:#218838}.order-bid-btn.reject{color:#fff;background-color:#dc3545}.order-bid-btn.reject:hover:not(:disabled){background-color:#c82333}@media (max-width:968px){.order-bids-page{padding:1rem}.order-bid-header{flex-direction:column;gap:1rem}.order-bid-price{align-items:flex-start}.order-bid-truck-info{grid-template-columns:1fr}.order-bid-actions{flex-direction:column}.order-bid-btn{width:100%}}.request-driver-page{flex-direction:column;gap:2rem;display:flex}.request-driver-header{margin-bottom:1rem}.request-driver-header h1{color:#000060;margin:0 0 .5rem;font-size:2rem;font-weight:700}.request-driver-header p{color:#5c5c5c;margin:0;font-size:1rem}.request-driver-content{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.request-driver-form-section,.request-driver-drivers-section{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.request-driver-form-section h2,.request-driver-drivers-section h2{color:#000060;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.request-driver-form{flex-direction:column;gap:1.5rem;display:flex}.request-form-group{flex-direction:column;gap:.5rem;display:flex}.request-form-group label{color:#1a1a1a;font-size:.875rem;font-weight:600}.request-form-group input,.request-form-group textarea{color:#1a1a1a;background-color:#fff;border:1px solid #d6d6d6;border-radius:8px;padding:.75rem;font-size:.875rem;transition:border-color .2s}.request-form-group input:focus,.request-form-group textarea:focus{border-color:#000060;outline:none}.request-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.request-submit-btn{color:#fff;cursor:pointer;background-color:#000060;border:none;border-radius:8px;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.request-submit-btn:hover{background-color:#000040}.request-driver-drivers-list{flex-direction:column;gap:1rem;max-height:600px;display:flex;overflow-y:auto}.request-driver-card{background-color:#f2f2f2;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.request-driver-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.request-driver-card-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.request-driver-avatar{object-fit:cover;border-radius:50%;width:3rem;height:3rem}.request-driver-avatar-placeholder{color:#fff;background-color:#000060;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;font-weight:600;display:flex}.request-driver-info{flex:1}.request-driver-name{color:#1a1a1a;margin-bottom:.25rem;font-size:1rem;font-weight:600}.request-driver-rating{color:#5c5c5c;font-size:.875rem}.request-driver-card-details{border-top:1px solid #d6d6d6;flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.request-driver-detail-item{align-items:center;gap:.5rem;display:flex}.request-driver-detail-label{color:#5c5c5c;min-width:100px;font-size:.875rem;font-weight:500}.request-driver-loading,.request-driver-empty{text-align:center;color:#5c5c5c;padding:3rem;font-style:italic}@media (max-width:968px){.request-driver-content,.request-form-row{grid-template-columns:1fr}}.chat-message{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.chat-message.own{flex-direction:row-reverse}.chat-message-avatar{border-radius:50%;flex-shrink:0;width:2.5rem;height:2.5rem;overflow:hidden}.chat-message-avatar img{object-fit:cover;width:100%;height:100%}.chat-message-avatar-placeholder{color:#fff;background-color:#000060;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:600;display:flex}.chat-message-content{flex-direction:column;gap:.25rem;max-width:70%;display:flex}.chat-message.own .chat-message-content{align-items:flex-end}.chat-message-sender{color:#5c5c5c;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.chat-message-text{color:#1a1a1a;background-color:#f2f2f2;border-radius:12px;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.chat-message.own .chat-message-text{color:#fff;background-color:#000060}.chat-message-time{color:#5c5c5c;padding:0 .5rem;font-size:.75rem}.chats-page{flex-direction:column;gap:2rem;height:calc(100vh - 200px);display:flex}.chats-page-header h1{color:#000060;margin:0;font-size:2rem;font-weight:700}.chats-container{background-color:#fff;border-radius:12px;grid-template-columns:300px 1fr;gap:1rem;height:100%;display:grid;overflow:hidden;box-shadow:0 2px 8px #00000014}.chats-sidebar{border-right:1px solid #f2f2f2;flex-direction:column;height:100%;display:flex}.chats-sidebar-header{border-bottom:1px solid #f2f2f2;padding:1.5rem}.chats-sidebar-header h2{color:#000060;margin:0;font-size:1.25rem;font-weight:600}.chats-list{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#d6d6d6 #f9f9f9;flex:1;min-height:0;overflow:hidden auto}.chats-list::-webkit-scrollbar{width:8px}.chats-list::-webkit-scrollbar-track{background:#f9f9f9;border-radius:4px}.chats-list::-webkit-scrollbar-thumb{background:#d6d6d6;border-radius:4px}.chats-list::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.chats-list-item{cursor:pointer;border-bottom:1px solid #f2f2f2;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background-color .2s;display:flex}.chats-list-item:hover{background-color:#f9f9f9}.chats-list-item.active{background-color:#f2f2f2}.chats-list-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:3rem;height:3rem}.chats-list-avatar-placeholder{color:#fff;background-color:#000060;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;font-weight:600;display:flex}.chats-list-content{flex:1;min-width:0}.chats-list-name{color:#1a1a1a;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.chats-list-preview{color:#5c5c5c;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.chats-list-time{color:#a1a1a1;flex-shrink:0;font-size:.75rem}.chats-loading,.chats-empty{text-align:center;color:#5c5c5c;padding:2rem;font-style:italic}.chats-window{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.chats-window-header{border-bottom:1px solid #f2f2f2;flex-shrink:0;align-items:center;gap:1rem;padding:1.5rem;display:flex}.chats-window-avatar{object-fit:cover;border-radius:50%;width:3rem;height:3rem}.chats-window-avatar-placeholder{color:#fff;background-color:#000060;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;font-weight:600;display:flex}.chats-window-name{color:#1a1a1a;font-size:1rem;font-weight:600}.chats-window-empty{color:#5c5c5c;justify-content:center;align-items:center;height:100%;font-style:italic;display:flex}.chats-messages{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#d6d6d6 #f9f9f9;flex-direction:column;flex:1;gap:1rem;min-height:0;max-height:100%;padding:1.5rem;display:flex;overflow:hidden auto}.chats-messages::-webkit-scrollbar{width:8px}.chats-messages::-webkit-scrollbar-track{background:#f9f9f9;border-radius:4px}.chats-messages::-webkit-scrollbar-thumb{background:#d6d6d6;border-radius:4px}.chats-messages::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.chats-messages-empty{text-align:center;color:#5c5c5c;padding:2rem;font-style:italic}.chats-input-form{border-top:1px solid #f2f2f2;flex-shrink:0;gap:1rem;padding:1.5rem;display:flex}.chats-input{color:#1a1a1a;background-color:#fff;border:1px solid #d6d6d6;border-radius:8px;flex:1;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s}.chats-input:focus{border-color:#000060;outline:none}.chats-send-btn{color:#fff;cursor:pointer;background-color:#000060;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.chats-send-btn:hover:not(:disabled){background-color:#000040}.chats-send-btn:disabled{cursor:not-allowed;background-color:#d6d6d6}@media (max-width:968px){.chats-container{grid-template-columns:1fr}.chats-sidebar{display:none}}.notification-item{cursor:pointer;border-bottom:1px solid #f2f2f2;gap:1rem;padding:1rem;transition:background-color .2s;display:flex}.notification-item:hover{background-color:#f9f9f9}.notification-item.unread{background-color:#f2f2f2}.notification-item.unread:hover{background-color:#e8e8e8}.notification-avatar{border-radius:50%;flex-shrink:0;width:2.5rem;height:2.5rem;overflow:hidden}.notification-avatar img{object-fit:cover;width:100%;height:100%}.notification-avatar-placeholder{color:#fff;background-color:#000060;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;font-weight:600;display:flex}.notification-content{flex-direction:column;flex:1;gap:.5rem;display:flex}.notification-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.notification-title{color:#1a1a1a;flex:1;margin:0;font-size:.875rem;font-weight:600}.notification-item.unread .notification-title{font-weight:700}.notification-mark-read{color:#5c5c5c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;font-size:1.5rem;transition:background-color .2s,color .2s;display:flex}.notification-mark-read:hover{color:#1a1a1a;background-color:#d6d6d6}.notification-body{color:#5c5c5c;margin:0;font-size:.875rem;line-height:1.5}.notification-time{color:#a1a1a1;font-size:.75rem}.notifications-page{flex-direction:column;gap:2rem;display:flex}.notifications-page-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.notifications-page-header h1{color:#000060;margin:0;font-size:2rem;font-weight:700}.notifications-unread-badge{color:#1a1a1a;background-color:#e0e020;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.notifications-filters{gap:1rem;margin-bottom:1rem;display:flex}.notifications-filter-btn{color:#5c5c5c;cursor:pointer;background-color:#f2f2f2;border:none;border-radius:8px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:background-color .2s,color .2s}.notifications-filter-btn:hover{background-color:#d6d6d6}.notifications-filter-btn.active{color:#fff;background-color:#000060}.notifications-container{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.notifications-list{max-height:600px;overflow-y:auto}.notifications-loading,.notifications-empty{text-align:center;color:#5c5c5c;padding:3rem;font-style:italic}.settings-page{flex-direction:column;gap:2rem;display:flex}.settings-page-header{margin-bottom:1rem}.settings-page-header h1{color:#000060;margin:0 0 .5rem;font-size:2rem;font-weight:700}.settings-page-header p{color:#5c5c5c;margin:0;font-size:1rem}.settings-container{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.settings-section h2{color:#000060;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.settings-message{border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.875rem;font-weight:500}.settings-message.success{color:#1a1a1a;background-color:#e0e020}.settings-message.error{color:#fff;background-color:#ff4c4c}.settings-form{flex-direction:column;gap:1.5rem;display:flex}.settings-avatar-section{border-bottom:1px solid #f2f2f2;align-items:center;gap:2rem;padding-bottom:1.5rem;display:flex}.settings-avatar{border-radius:50%;flex-shrink:0;width:6rem;height:6rem;overflow:hidden}.settings-avatar img{object-fit:cover;width:100%;height:100%}.settings-avatar-placeholder{color:#fff;background-color:#000060;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:600;display:flex}.settings-avatar-actions{flex-direction:column;gap:.5rem;display:flex}.settings-upload-btn{color:#fff;cursor:pointer;text-align:center;background-color:#000060;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:background-color .2s}.settings-upload-btn:hover{background-color:#000040}.settings-form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.settings-form-group{flex-direction:column;gap:.5rem;display:flex}.settings-form-group label{color:#1a1a1a;font-size:.875rem;font-weight:600}.settings-form-group input{color:#1a1a1a;background-color:#fff;border:1px solid #d6d6d6;border-radius:8px;padding:.75rem;font-size:.875rem;transition:border-color .2s}.settings-form-group input:focus{border-color:#000060;outline:none}.settings-input-disabled{cursor:not-allowed;color:#5c5c5c!important;background-color:#f2f2f2!important}.settings-input-hint{color:#5c5c5c;font-size:.75rem;font-style:italic}.settings-save-btn{color:#fff;cursor:pointer;background-color:#000060;border:none;border-radius:8px;align-self:flex-start;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.settings-save-btn:hover:not(:disabled){background-color:#000040}.settings-save-btn:disabled{cursor:not-allowed;background-color:#d6d6d6}@media (max-width:768px){.settings-form-row{grid-template-columns:1fr}.settings-avatar-section{flex-direction:column;align-items:flex-start}}#root,.app{width:100%;min-height:100vh}section{padding:4rem 0}@media (max-width:768px){section{padding:3rem 0}}
