body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.trip-planner{display:flex;flex-direction:column;gap:12px}.input-wrapper{position:relative;width:100%}.trip-planner input{background-color:#fafafa;border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:15px;height:48px;padding:12px 16px;transition:all .3s;width:100%}.trip-planner input:focus{background-color:#fff;border-color:#4a148c;box-shadow:0 0 0 3px #4a148c1a;outline:none}.trip-planner input::placeholder{color:#999}.suggestions-dropdown{animation:slideDown .2s ease;background:#fff;border:2px solid #4a148c;border-radius:8px;box-shadow:0 8px 16px #00000026;left:0;list-style:none;margin-top:4px;max-height:250px;overflow-y:auto;padding:0;position:absolute;right:0;top:100%;z-index:1000}.suggestion-item{align-items:flex-start;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:12px;padding:12px 16px;transition:all .2s}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:linear-gradient(135deg,#f8f9ff,#f0f2ff)}.suggestion-icon{flex-shrink:0;font-size:18px;margin-top:2px}.suggestion-info{flex:1 1;min-width:0}.suggestion-name{color:#333;font-size:14px;font-weight:600;margin-bottom:4px}.suggestion-address{word-wrap:break-word;color:#666;font-size:12px;line-height:1.4}.suggestions-dropdown::-webkit-scrollbar{width:6px}.suggestions-dropdown::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.suggestions-dropdown::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.suggestions-dropdown::-webkit-scrollbar-thumb:hover{background:#999}.btn-find-trip,.btn-gps{align-items:center;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;box-sizing:border-box;cursor:pointer;display:flex;font-size:14px;font-weight:600;height:48px;justify-content:center;padding:12px 24px;transition:all .3s;white-space:nowrap}.btn-gps{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;width:100%}.btn-gps:hover:not(:disabled){background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 4px 8px #2196f34d;transform:translateY(-2px)}.btn-find-trip{background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff;font-size:15px;min-height:48px;width:100%}.btn-find-trip:hover:not(:disabled){background:linear-gradient(135deg,#388e3c,#2e7d32);box-shadow:0 4px 8px #4caf504d;transform:translateY(-2px)}.btn-find-trip:disabled,.btn-gps:disabled{cursor:not-allowed;opacity:.5;transform:none!important}@media (max-width:768px){.suggestions-dropdown{max-height:200px}}.checkout-box{background:linear-gradient(135deg,#fff9e6,#fff3cd);border:2px solid #ffc107;border-radius:10px;box-shadow:0 4px 12px #ffc10733;display:flex;flex-direction:column;gap:12px;padding:18px 20px}.checkout-box p{color:#333;font-size:16px;font-weight:500;margin:0;text-align:center}.checkout-box b{color:#d32f2f;display:block;font-size:20px;font-weight:700}.btn-checkout{background:linear-gradient(135deg,#ff9800,#f57c00);border:none;border-radius:8px;box-shadow:0 4px 8px #ff98004d;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:14px 24px;transition:all .3s;width:100%}.btn-checkout:hover{background:linear-gradient(135deg,#f57c00,#e65100);box-shadow:0 6px 16px #ff980066;transform:translateY(-2px)}.btn-checkout:active{transform:translateY(0)}.btn-checkout.paid{cursor:default}.btn-checkout.paid,.btn-checkout.paid:hover{background:linear-gradient(135deg,#4caf50,#388e3c);box-shadow:0 4px 8px #4caf504d}.btn-checkout.paid:hover{transform:none}.btn-checkout:disabled{cursor:not-allowed;opacity:.9}@media (max-width:768px){.checkout-box{flex-direction:column;gap:15px;text-align:center}.btn-checkout{width:100%}}.route-filter-container{display:flex;flex-direction:column;gap:10px;width:100%}.route-filter{-webkit-appearance:none;appearance:none;background-color:#fafafa;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;cursor:pointer;font-size:15px;height:48px;padding:12px 40px 12px 16px;transition:all .3s;width:100%}.route-filter:focus{background-color:#fff;border-color:#4a148c;box-shadow:0 0 0 3px #4a148c1a;outline:none}.route-filter option{font-size:14px;padding:12px}.btn-toggle-stations{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;font-size:14px;font-weight:600;height:48px;padding:12px 16px;transition:all .3s ease;width:100%}.btn-toggle-stations:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.btn-toggle-stations:active{box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.trip-result{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;margin:15px 0;padding:20px}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.trip-result-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:12px}.trip-result-header h3{color:#2c3e50;font-size:1.3em;font-weight:600;margin:0}.close-btn{background:#f5f5f5;border:none;border-radius:50%;color:#666;cursor:pointer;font-size:18px;height:32px;transition:all .2s;width:32px}.close-btn:hover{background:#f44;color:#fff;transform:rotate(90deg)}.trip-summary{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:20px}.summary-item{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;flex-direction:column;gap:4px;padding:12px}.summary-item.time-item{background:linear-gradient(135deg,#2ecc71,#27ae60);min-width:180px;order:-1}.summary-item .time-value{color:#fff;font-size:1.3em;font-weight:800}.summary-label{font-size:.85em}.summary-value{font-size:1.1em}.trip-routes{margin-top:20px}.trip-routes h4{color:#2c3e50;font-size:1.1em;font-weight:600;margin:0 0 15px}.route-segment{background:#f8f9fa;border-left:4px solid;border-radius:8px;margin-bottom:12px;padding:15px;transition:all .2s}.route-segment:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.segment-header{align-items:center;display:flex;gap:10px;margin-bottom:12px}.segment-number{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:.9em;font-weight:700;height:28px;justify-content:center;width:28px}.route-name{font-size:1.05em}.segment-details{display:flex;flex-direction:column;gap:8px;margin-left:38px}.station-info{align-items:center;display:flex;gap:8px}.station-label{color:#666;font-size:.9em;font-weight:500;min-width:80px}.station-name{color:#2c3e50;font-size:.95em;font-weight:500}.segment-time-distance{color:#34495e;font-size:.9em;font-style:italic;font-weight:500;margin-top:4px}.segment-time-distance span{margin-right:15px}.transfer-indicator{background:#fff3cd;border-left:3px solid #ffc107;border-radius:4px;color:#856404;font-size:.9em;font-weight:500;margin-top:12px;padding:8px 12px;text-align:center}.transfer-indicator .transfer-icon{font-size:1em;margin-right:5px}.alternative-routes{background:#e3f2fd;border-radius:8px;margin-top:15px;padding:12px;text-align:center}.alt-routes-note{color:#1976d2;font-size:.9em;font-weight:500;margin:0}.btn-view-alternatives{background:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9em;margin-left:10px;padding:5px 10px;transition:background .2s}.btn-view-alternatives:hover{background:#357ae8}@media (max-width:768px){.trip-result{padding:15px}.trip-summary{grid-template-columns:1fr}.segment-details{margin-left:0}.station-label{font-size:.85em;min-width:70px}.station-name{font-size:.9em}}.controls{background:#fff;box-shadow:4px 0 24px #00000026;display:flex;flex-direction:column;gap:20px;height:95vh;left:0;overflow-y:auto;padding:24px 20px;position:fixed;top:0;width:320px;z-index:1000}.controls::-webkit-scrollbar{width:6px}.controls::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.controls::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.controls::-webkit-scrollbar-thumb:hover{background:#999}.controls-header{border-bottom:2px solid #f0f0f0;margin-bottom:8px;padding-bottom:16px}.controls-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:24px;font-weight:700;margin:0 0 8px}.controls-subtitle{color:#666;font-size:13px;margin:0}@media (max-width:1024px){.controls{padding:20px 16px;width:320px}}@media (max-width:768px){.controls{border-radius:20px 20px 0 0;bottom:0;box-shadow:0 -4px 24px #00000026;height:auto;max-height:50vh;top:auto;width:100%}.controls-header{align-items:center;display:flex;flex-direction:column;padding-bottom:12px}.controls-title{font-size:20px}}.user-menu{position:relative;z-index:1000}.user-menu-trigger{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000d;cursor:pointer;display:flex;gap:12px;padding:8px 16px;transition:all .2s ease}.user-menu-trigger:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a}.user-avatar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:16px;font-weight:700;height:36px;width:36px}.user-info{align-items:flex-start;flex-direction:column;gap:2px}.user-name{color:#1e293b;font-size:14px}.user-role{color:#64748b}.dropdown-arrow{color:#94a3b8;font-size:10px;margin-left:4px;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.user-menu-dropdown{animation:slideDown .2s ease-out;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 40px #00000026;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:280px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-menu-header{background:linear-gradient(135deg,#667eea,#764ba2);gap:16px;padding:20px}.user-avatar-large,.user-menu-header{align-items:center;color:#fff;display:flex}.user-avatar-large{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;font-size:20px;font-weight:700;height:48px;justify-content:center;width:48px}.user-details{display:flex;flex-direction:column;gap:4px;min-width:0}.user-details strong{font-size:16px;font-weight:600}.user-details small,.user-details strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-details small{font-size:13px;opacity:.9}.user-menu-divider{background:#e2e8f0;height:1px;margin:8px 0}.user-menu-items{padding:8px}.user-menu-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.user-menu-item:hover{background:#f8fafc;color:#1e293b}.user-menu-item.logout{color:#dc2626}.user-menu-item.logout:hover{background:#fee2e2;color:#991b1b}.item-icon{flex-shrink:0;font-size:18px}@media (max-width:640px){.user-menu-trigger{padding:6px 12px}.dropdown-arrow,.user-info{display:none}.user-menu-dropdown{width:260px}}.bus-map-page{display:flex;flex-direction:row;height:100vh;overflow:hidden;position:relative;width:100%}.sidebar-container{flex-shrink:0;height:100vh;width:350px;z-index:1000}.map-container{flex-grow:1;height:100vh;position:relative}.user-menu-container{position:fixed;right:20px;top:20px;z-index:1001}.sidebar{background:linear-gradient(180deg,#2c3e50,#34495e);box-shadow:2px 0 10px #0000001a;color:#fff;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:260px;z-index:1000}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:30px 20px}.sidebar-header h2{font-size:24px;font-weight:700;margin:0 0 5px}.sidebar-header p{color:#bdc3c7;font-size:13px;margin:0}.sidebar-nav{flex:1 1;overflow-y:auto;padding:20px 0}.sidebar-item{align-items:center;background:none;border:none;border-left:4px solid #0000;color:#ecf0f1;cursor:pointer;display:flex;font-size:16px;gap:15px;padding:15px 20px;text-align:left;transition:all .3s;width:100%}.sidebar-item:hover{background-color:#ffffff1a;border-left-color:#3498db}.sidebar-item.active{background-color:#3498db33;border-left-color:#3498db;font-weight:600}.sidebar-icon{font-size:24px}.sidebar-label{flex:1 1}.sidebar-footer{border-top:1px solid #ffffff1a;padding:20px}.user-info{gap:12px}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50%;flex-shrink:0;font-size:24px;height:45px;justify-content:center;width:45px}.user-details{flex:1 1;overflow:hidden}.user-name{font-size:15px;font-weight:600;margin:0 0 2px}.user-name,.user-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{color:#bdc3c7;font-size:12px;margin:0}@media (max-width:768px){.sidebar{height:auto;position:relative;width:100%}.sidebar-nav{display:flex;padding:0}.sidebar-item{border-left:none;border-top:4px solid #0000;flex:1 1;flex-direction:column;gap:5px;padding:15px 10px}.sidebar-item.active,.sidebar-item:hover{border-left:none;border-top-color:#3498db}.sidebar-footer{display:none}}.modal-overlay{align-items:center;animation:fadeIn .2s;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.modal-content{animation:slideUp .3s;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:800px;overflow-y:auto;width:90%}.modal-header{align-items:center;background:#fff;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;padding:25px 30px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.modal-header h2{color:#2c3e50;font-size:24px;font-weight:700;margin:0}.btn-close{align-items:center;background-color:#f0f0f0;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:20px;height:36px;justify-content:center;transition:all .2s;width:36px}.btn-close:hover{background-color:#f44;color:#fff;transform:rotate(90deg)}.modal-body{display:flex;flex-direction:column;padding:30px}.search-section{margin-bottom:25px;order:-1;position:relative;z-index:100}.search-loading{color:#666;font-size:14px;font-style:italic;padding:10px}.search-results{background:#fff;border:2px solid #e0e0e0;border-radius:8px;box-shadow:0 8px 24px #0003;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 5px);z-index:1000}.search-result-item{border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:12px;padding:12px 15px;transition:background-color .2s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background-color:#f8f9fa}.result-icon{flex-shrink:0;font-size:20px}.result-info{flex:1 1}.result-name{color:#2c3e50;font-weight:600;margin-bottom:4px}.result-address{color:#7f8c8d;font-size:13px;line-height:1.4}.map-section{margin-bottom:25px;position:relative;z-index:1}.map-container-modal{border:2px solid #e0e0e0;border-radius:8px;margin-top:8px;overflow:hidden;position:relative}.map-container-modal.fullscreen{border:none;border-radius:0;bottom:0;left:0;margin:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:9999}.map-container-modal.fullscreen .leaflet-container{height:100vh!important;width:100vw!important}.btn-fullscreen{align-items:center;background:#fff;border:2px solid #0003;border-radius:4px;box-shadow:0 2px 6px #0003;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;position:absolute;right:10px;top:10px;transition:all .3s;width:40px;z-index:1000}.btn-fullscreen:hover{background-color:#f8f9fa;transform:scale(1.05)}.btn-fullscreen:active{transform:scale(.95)}.station-form{margin-top:20px}.form-group{margin-bottom:20px}.form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.form-label{color:#2c3e50;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.required{color:#f44;margin-left:4px}.loading-text{color:#3498db;font-size:12px;font-style:italic;font-weight:400}.form-input,.form-textarea{background-color:#fafafa;border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:15px;padding:12px 16px;transition:all .3s;width:100%}.form-input:focus,.form-textarea:focus{background-color:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.form-input.error{background-color:#fff5f5;border-color:#f44}.form-textarea{min-height:80px;resize:vertical}.error-message{align-items:center;color:#f44;display:flex;font-size:13px;gap:4px;margin-top:6px}.error-message:before{content:"⚠️"}.form-actions{border-top:2px solid #f0f0f0;display:flex;gap:12px;justify-content:flex-end;margin-top:30px;padding-top:20px}.btn-cancel,.btn-submit{border:none;border-radius:8px;box-shadow:0 2px 6px #0000001a;cursor:pointer;font-size:15px;font-weight:600;padding:12px 28px;transition:all .3s}.btn-cancel{background-color:#ecf0f1;color:#2c3e50}.btn-cancel:hover{background-color:#bdc3c7}.btn-submit{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.btn-submit:hover{background:linear-gradient(135deg,#2980b9,#21618c);box-shadow:0 4px 12px #3498db66;transform:translateY(-2px)}@media (max-width:768px){.modal-content{max-height:95vh;width:95%}.modal-body,.modal-header{padding:20px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}}.mode-selector{display:flex;gap:10px;margin-bottom:20px}.mode-btn{background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;flex:1 1;padding:12px 20px}.mode-btn:hover{background:#e8f5e9;border-color:#4caf50}.mode-btn.active{background:#4caf50;border-color:#4caf50}.station-selection{margin-top:15px}.selected-stations{margin-top:20px}.selected-stations h4{color:#555;font-size:15px;margin-bottom:12px}.station-list{border:1px solid #e0e0e0;border-radius:8px;list-style:none;margin:0;max-height:300px;overflow-y:auto;padding:0}.station-item{background:#fff;border-bottom:1px solid #f0f0f0;transition:background .2s}.station-item:hover{background:#f9f9f9}.station-item:last-child{border-bottom:none}.station-order{background:#4caf50;font-weight:700}.station-info strong{color:#333}.station-info small{color:#888}.station-actions{display:flex;flex-shrink:0;gap:6px}.station-actions button{background:#f5f5f5;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px;padding:6px 10px;transition:all .2s}.station-actions button:hover:not(:disabled){background:#e0e0e0;transform:scale(1.05)}.station-actions button:disabled{cursor:not-allowed;opacity:.4}.station-actions .btn-remove{background:#ffebee;border-color:#ffcdd2}.station-actions .btn-remove:hover{background:#ef5350;color:#fff}.empty-text{color:#999;font-style:italic;padding:30px;text-align:center}.map-click-mode{margin-top:15px}.instruction{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:6px;margin-bottom:15px;padding:12px 16px}.instruction p{color:#1565c0;font-size:14px;line-height:1.5;margin:0}.clicked-points{margin-top:15px}.clicked-points h4{color:#555;font-size:15px;margin-bottom:12px}.point-list{border:1px solid #e0e0e0;border-radius:8px;list-style:none;margin:0;max-height:250px;overflow-y:auto;padding:0}.point-item{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:12px;padding:10px;transition:background .2s}.point-item:hover{background:#f9f9f9}.point-item:last-child{border-bottom:none}.point-order{align-items:center;background:#ff9800;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:28px;justify-content:center;width:28px}.point-info{flex:1 1;min-width:0}.point-info strong{color:#333;display:block;font-size:13px;margin-bottom:2px}.point-info small{color:#888;display:block;font-size:11px}.point-actions{display:flex;flex-shrink:0;gap:6px}.point-actions button{background:#f5f5f5;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:13px;padding:5px 8px;transition:all .2s}.point-actions button:hover:not(:disabled){background:#e0e0e0;transform:scale(1.05)}.point-actions button:disabled{cursor:not-allowed;opacity:.4}.point-actions .btn-remove{background:#ffebee;border-color:#ffcdd2}.point-actions .btn-remove:hover{background:#ef5350;color:#fff}.table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.table-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;padding:20px 25px}.table-header h3{color:#2c3e50;font-size:20px;font-weight:600;margin:0}.header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.search-input{border:2px solid #e0e0e0;border-radius:8px;font-size:14px;min-width:250px;outline:none;padding:10px 16px;transition:all .3s}.search-input:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.search-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.search-input::placeholder{color:#999}.search-loading{animation:spin 1s linear infinite;font-size:18px}.btn-add{align-items:center;background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:8px;box-shadow:0 2px 6px #3498db4d;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all .3s}.btn-add:hover{box-shadow:0 4px 12px #3498db66;transform:translateY(-2px)}.btn-add span{font-size:16px}.table-wrapper{max-height:600px;overflow-x:auto;overflow-y:auto}.table-wrapper::-webkit-scrollbar{height:8px;width:8px}.table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.table-wrapper::-webkit-scrollbar-thumb{background:#3498db;border-radius:10px;-webkit-transition:background .3s;transition:background .3s}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#2980b9}.table-wrapper{scrollbar-color:#3498db #f1f1f1;scrollbar-width:thin}.data-table{border-collapse:collapse;width:100%}.data-table thead{background-color:#f8f9fa;position:-webkit-sticky;position:sticky;top:0;z-index:10}.data-table th{border-bottom:2px solid #e9ecef;color:#5a6c7d;font-size:14px;font-weight:600;letter-spacing:.5px;padding:15px 20px;text-align:left;text-transform:uppercase}.data-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s}.data-table tbody tr:hover{background-color:#f8f9fa}.data-table tbody tr:last-child{border-bottom:none}.data-table td{color:#495057;font-size:14px;padding:18px 20px}.td-id{color:#6c757d;font-weight:600;width:60px}.td-name{color:#2c3e50}.td-name strong{color:#1e3a5f;font-weight:600}.td-description{color:#6c757d;max-width:300px}.td-location code{background-color:#f1f3f5;border-radius:4px;color:#495057;font-family:Courier New,monospace;font-size:13px;padding:4px 8px}.td-station{color:#495057;font-weight:500}.td-count .badge{background-color:#e3f2fd;border-radius:12px;color:#1976d2;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px}.td-actions{align-items:center;display:flex;gap:8px}.btn-action{background-color:initial;border:none;border-radius:6px;cursor:pointer;font-size:16px;padding:8px 12px;transition:all .2s}.btn-action:hover{transform:scale(1.1)}.btn-view{color:#2196f3}.btn-view:hover{background-color:#e3f2fd}.btn-edit{color:#ff9800}.btn-edit:hover{background-color:#fff3e0}.btn-delete{color:#f44336}.btn-delete:hover{background-color:#ffebee}.loading-container{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.spinner{border:4px solid #f0f0f0;border-top-color:#3498db;margin-bottom:20px}.loading-container p{color:#7f8c8d;font-size:16px;margin:0}.empty-state{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;justify-content:center;padding:80px 20px}.empty-icon{font-size:80px;margin-bottom:20px;opacity:.5}.empty-state h3{color:#2c3e50;font-size:24px;margin:0 0 10px}.empty-state p{color:#7f8c8d;font-size:16px;margin:0}@media (max-width:768px){.table-header{align-items:flex-start;flex-direction:column;gap:15px}.btn-add{justify-content:center;width:100%}.data-table{font-size:13px}.data-table td,.data-table th{padding:12px 10px}.td-description{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.route-basic-info-section{background:linear-gradient(180deg,#fff 0,#fafbff);border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:30px;padding:25px}.route-label{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:10px}.route-label .label-icon{font-size:18px}.route-label .label-text{flex:1 1}.route-label .label-optional{color:#9ca3af;font-size:12px;font-style:italic;font-weight:400}.route-input-wrapper{align-items:stretch;display:flex;position:relative}.route-input-prefix{color:#6b7280;font-size:18px;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;z-index:1}.route-input-wrapper:focus-within .route-input-prefix{color:#6366f1;transform:translateY(-50%) scale(1.1)}.route-input{background:#fff;border:2px solid #e5e7eb;border-radius:10px;box-sizing:border-box;color:#1f2937;font-size:15px;padding:14px 16px;transition:all .2s ease;width:100%}.route-input:hover{border-color:#d1d5db}.route-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.route-input::placeholder{color:#9ca3af;font-size:14px}.route-input-large{background:linear-gradient(90deg,#fff 0,#fafbff);font-size:16px;font-weight:500;padding:16px 18px}.route-input-large:focus{background:#fff}.route-input-with-prefix{padding-left:48px}.route-textarea{background:#fff;border:2px solid #e5e7eb;border-radius:10px;box-sizing:border-box;color:#1f2937;font-family:inherit;font-size:14px;line-height:1.6;min-height:80px;padding:14px 16px;resize:vertical;transition:all .2s ease;width:100%}.route-textarea:hover{border-color:#d1d5db}.route-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.route-textarea::placeholder{color:#9ca3af;font-size:14px}.required{color:#ef4444;font-weight:700;margin-left:2px}.route-basic-info-section .form-group{margin-bottom:20px}.route-basic-info-section .form-group:last-child{margin-bottom:0}.route-modal-content{max-height:95vh;max-width:1200px}.route-step-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;gap:12px;margin-bottom:20px;padding:20px 0 15px}.route-step-header .step-icon{font-size:28px}.route-step-header h3{color:#333;font-size:18px;font-weight:600;margin:0}.route-mode-selector{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:25px}.route-mode-btn{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;color:#666;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px;justify-content:center;padding:18px 24px;transition:all .3s ease}.route-mode-btn:hover{background:#f0f1ff;border-color:#6366f1;box-shadow:0 4px 12px #6366f126;transform:translateY(-2px)}.route-mode-btn.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1;box-shadow:0 6px 20px #6366f14d;color:#fff}.route-mode-btn .icon{font-size:22px}.route-selection-area{background:#f9fafb;border-radius:12px;min-height:200px;padding:20px}.route-search-section{margin-bottom:20px;position:relative}.route-search-input{background:#fff;border:2px solid #e0e0e0;border-radius:10px;font-size:15px;padding:14px 20px 14px 45px;transition:all .3s;width:100%}.route-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.route-search-icon{color:#999;font-size:18px;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.route-search-results{background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 10px 30px #0000001a;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.route-search-result-item{border-bottom:1px solid #f0f0f0;cursor:pointer;padding:14px 18px;transition:background .2s}.route-search-result-item:last-child{border-bottom:none}.route-search-result-item:hover{background:#f0f1ff}.route-search-result-item strong{color:#333;display:block;font-size:14px;margin-bottom:4px}.route-search-result-item small{color:#888;display:block;font-size:12px}.route-selected-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.route-selected-list-header h4{color:#555;font-size:15px;margin:0}.route-selected-count{background:#6366f1;border-radius:20px;color:#fff;font-size:13px;font-weight:600;padding:4px 12px}.route-selected-list{background:#fff;border:1px solid #e0e0e0;border-radius:10px;list-style:none;margin:0;max-height:320px;overflow-y:auto;padding:0}.route-selected-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:14px;padding:14px 16px;transition:all .2s}.route-selected-item:hover{background:#f9fafb}.route-selected-item:last-child{border-bottom:none}.route-item-order{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;box-shadow:0 2px 8px #6366f14d;color:#fff;display:flex;flex-shrink:0;font-size:15px;font-weight:700;height:36px;justify-content:center;min-width:36px}.route-item-info{flex:1 1;min-width:0}.route-item-name{color:#333;font-size:14px;font-weight:600;margin-bottom:4px}.route-item-address,.route-item-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.route-item-address{color:#888;font-size:12px}.route-item-actions{display:flex;flex-shrink:0;gap:6px}.route-action-btn{align-items:center;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;font-size:16px;justify-content:center;min-width:36px;padding:8px 12px;transition:all .2s}.route-action-btn:hover:not(:disabled){background:#e0e0e0;transform:scale(1.1)}.route-action-btn:disabled{cursor:not-allowed;opacity:.3}.route-action-btn.delete{background:#fee;border-color:#fcc}.route-action-btn.delete:hover:not(:disabled){background:#ef4444;border-color:#ef4444;color:#fff}.route-empty-state{color:#999;padding:50px 20px;text-align:center}.route-empty-icon{font-size:64px;margin-bottom:16px;opacity:.3}.route-empty-text{color:#888;font-size:15px;margin:0}.route-map-instruction{background:linear-gradient(135deg,#e0f2fe,#dbeafe);border-left:4px solid #3b82f6;border-radius:10px;margin-bottom:20px;padding:16px 20px}.route-map-instruction p{align-items:center;color:#1e40af;display:flex;font-size:14px;gap:10px;line-height:1.6;margin:0}.route-map-instruction .icon{font-size:20px}.route-map-wrapper{border:2px solid #e0e0e0;border-radius:12px;margin-top:25px;overflow:hidden}.route-map-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:12px 16px}.route-map-title{align-items:center;color:#555;display:flex;font-size:14px;font-weight:600;gap:8px;margin:0}.route-map-fullscreen-btn{background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#666;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s}.route-map-fullscreen-btn:hover{background:#6366f1;border-color:#6366f1;color:#fff}.route-map-container{height:400px;position:relative;width:100%}.route-form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.route-input-with-icon{position:relative}.route-input-with-icon .input-icon{color:#999;font-size:18px;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.route-input-with-icon input{padding-left:45px}.route-modal-footer{background:#f9fafb;border-top:2px solid #e0e0e0;display:flex;gap:12px;justify-content:flex-end;margin-top:30px;padding:25px 30px}.route-btn-cancel{background:#fff;border:2px solid #e0e0e0;border-radius:10px;color:#666;cursor:pointer;font-size:15px;font-weight:600;padding:12px 28px;transition:all .2s}.route-btn-cancel:hover{background:#f5f5f5;border-color:#ccc}.route-btn-submit{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 32px;transition:all .2s}.route-btn-submit:hover{box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}@media (max-width:768px){.route-modal-content{margin:20px auto;max-width:95%}.route-form-row,.route-mode-selector{grid-template-columns:1fr}.route-map-container{height:300px}.route-modal-footer{flex-direction:column-reverse}.route-btn-cancel,.route-btn-submit{width:100%}}.route-search-results::-webkit-scrollbar,.route-selected-list::-webkit-scrollbar{width:8px}.route-search-results::-webkit-scrollbar-track,.route-selected-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.route-search-results::-webkit-scrollbar-thumb,.route-selected-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.route-search-results::-webkit-scrollbar-thumb:hover,.route-selected-list::-webkit-scrollbar-thumb:hover{background:#999}.view-route-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.view-route-container{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;height:95vh;max-width:1400px;overflow:hidden;width:95vw}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.view-route-header{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-bottom:3px solid #4f46e5;color:#fff;display:flex;justify-content:space-between;padding:24px 32px}.view-route-title{align-items:center;display:flex;gap:12px}.view-route-title .icon{font-size:32px}.view-route-title h2{font-size:24px;font-weight:600;margin:0}.view-route-close{align-items:center;background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;transition:all .2s;width:40px}.view-route-close:hover{background:#ffffff4d;transform:scale(1.1)}.view-route-info{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;padding:16px 32px}.info-item{align-items:center;display:flex;font-size:14px;gap:8px}.info-label{color:#64748b;font-weight:500}.info-value{color:#1e293b;font-weight:600}.view-route-map{flex:1 1;min-height:400px;position:relative}.view-route-stations{background:#fff;border-top:1px solid #e2e8f0;max-height:200px;overflow-y:auto;padding:20px 32px}.view-route-stations h3{color:#1e293b;font-size:16px;font-weight:600;margin:0 0 16px}.stations-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));list-style:none;margin:0;padding:0}.station-item{background:#f8fafc;border-left:3px solid #6366f1;border-radius:8px;gap:12px;padding:12px}.station-item,.station-order{align-items:center;display:flex}.station-order{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;color:#fff;flex-shrink:0;font-size:14px;font-weight:600;height:32px;justify-content:center;width:32px}.station-info{flex:1 1;min-width:0}.station-info strong{color:#1e293b;font-size:14px;margin-bottom:2px}.station-info small,.station-info strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.station-info small{color:#64748b;font-size:12px}.view-route-stations::-webkit-scrollbar{width:8px}.view-route-stations::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.view-route-stations::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.view-route-stations::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){.view-route-container{border-radius:0;height:100vh;width:100vw}.view-route-header{padding:16px 20px}.view-route-title h2{font-size:18px}.view-route-info{gap:12px;padding:12px 20px}.view-route-stations{padding:16px 20px}.stations-list{grid-template-columns:1fr}}.revenue-chart-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px}.revenue-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.revenue-title h2{color:#2c3e50;font-size:24px;margin:0 0 4px}.revenue-subtitle{color:#7f8c8d;font-size:14px;margin:0}.revenue-controls{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.view-mode-toggle{background:#f8f9fa;border-radius:8px;display:flex;gap:8px;padding:4px}.mode-btn{background:#0000;border:none;border-radius:6px;color:#6c757d;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .3s}.mode-btn:hover{background:#e9ecef}.mode-btn.active{background:#667eea;box-shadow:0 2px 4px #667eea4d;color:#fff}.filter-controls{display:flex;gap:8px}.filter-select{background:#fff;border:2px solid #e9ecef;border-radius:6px;color:#495057;cursor:pointer;font-size:14px;font-weight:500;padding:8px 12px;transition:all .3s}.filter-select:hover{border-color:#667eea}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.revenue-summary{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.summary-card{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea33;gap:16px;padding:20px}.summary-card,.summary-icon{align-items:center;border-radius:12px;display:flex}.summary-icon{background:#fff3;font-size:32px;height:56px;justify-content:center;width:56px}.summary-content{flex:1 1}.summary-label{color:#ffffffe6;font-size:13px;font-weight:500;margin:0 0 4px}.summary-value{color:#fff;font-size:24px;font-weight:700;margin:0}.chart-content{margin-top:24px;max-height:500px;min-height:200px;overflow-y:auto}.chart-bars{display:flex;flex-direction:column;gap:16px}.chart-bar-row{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:200px 1fr}.bar-label{align-items:flex-start;display:flex;flex-direction:column;gap:4px}.route-name{color:#2c3e50;font-size:14px;font-weight:600}.route-code{color:#7f8c8d;font-size:12px}.bar-container{background:#f8f9fa;height:40px;overflow:hidden}.bar-container,.bar-fill{border-radius:8px;position:relative}.bar-fill{align-items:center;background:linear-gradient(90deg,#667eea,#764ba2);display:flex;height:100%;min-width:80px;padding:0 12px;transition:width .8s ease-out}.bar-value{color:#fff;font-size:13px;font-weight:700;white-space:nowrap}.chart-empty,.chart-error,.chart-loading{align-items:center;color:#6c757d;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.spinner{height:40px;margin-bottom:16px;width:40px}.chart-error{color:#e74c3c}.retry-btn{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:12px;padding:10px 20px;transition:all .3s}.retry-btn:hover{background:#5568d3;box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}@media (max-width:768px){.revenue-header{flex-direction:column}.chart-bar-row{gap:12px;grid-template-columns:120px 1fr}.bar-label{align-items:flex-start}.route-name{font-size:13px}.revenue-summary{grid-template-columns:1fr}.summary-value{font-size:20px}}.admin-page{background-color:#f5f7fa;display:flex;min-height:100vh}.admin-content{flex:1 1;margin-left:260px;padding:30px 40px;transition:margin-left .3s}.admin-header{align-items:flex-start;border-bottom:2px solid #e0e0e0;display:flex;gap:20px;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.admin-header-text{flex:1 1}.admin-header h1{color:#2c3e50;font-size:32px;font-weight:700;margin:0 0 8px}.admin-subtitle{color:#7f8c8d;font-size:16px;margin:0}@media (max-width:768px){.admin-content{margin-left:0;padding:20px 15px}.admin-header h1{font-size:24px}}.auth-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.auth-page:before{animation:backgroundMove 20s linear infinite;background:radial-gradient(circle,#ffffff1a 1px,#0000 0);background-size:50px 50px;content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}@keyframes backgroundMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.auth-container{max-width:450px;position:relative;width:100%;z-index:1}.auth-card{animation:slideUp .5s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:40px}.auth-card.register-card{max-width:480px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:30px;text-align:center}.auth-icon{animation:bounce 2s ease-in-out infinite;font-size:64px;margin-bottom:15px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.auth-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:700;margin:0 0 10px}.auth-header p{color:#64748b;font-size:16px;margin:0}.auth-error{align-items:center;animation:shake .5s ease-out;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;color:#991b1b;display:flex;font-size:14px;gap:10px;margin-bottom:20px;padding:12px 16px}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.error-icon{flex-shrink:0;font-size:18px}.auth-form{gap:20px}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{align-items:center;color:#1e293b;display:flex;font-size:14px;font-weight:600;gap:8px}.label-icon{font-size:16px}.form-group input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;outline:none;padding:14px 16px;transition:all .3s ease}.form-group input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.form-group input::placeholder{color:#94a3b8}.auth-submit-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;margin-top:10px;padding:16px 24px;transition:all .3s ease}.auth-submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.auth-submit-btn:active:not(:disabled){transform:translateY(0)}.auth-submit-btn:disabled{cursor:not-allowed;opacity:.6}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-top-color:#fff;height:16px;width:16px}.auth-footer{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:24px;text-align:center}.auth-footer p{color:#64748b;font-size:14px;margin:0}.auth-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .2s ease}.auth-link:hover{color:#764ba2;text-decoration:underline}.auth-test-accounts{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:24px}.test-title{color:#64748b;font-size:13px;font-weight:500;margin:0 0 12px;text-align:center}.test-buttons{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.test-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#475569;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;padding:10px 16px;transition:all .2s ease}.test-btn:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.test-btn.admin{border-color:#fbbf24;color:#92400e}.test-btn.admin:hover{background:#fef3c7;border-color:#f59e0b}.test-btn.user{border-color:#60a5fa;color:#1e40af}.test-btn.user:hover{background:#dbeafe;border-color:#3b82f6}@media (max-width:640px){.auth-card{padding:30px 24px}.auth-header h1{font-size:28px}.auth-icon{font-size:48px}.form-group input{font-size:14px;padding:12px 14px}.auth-submit-btn{font-size:15px;padding:14px 20px}}.payment-return-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.payment-loading{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:40px;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 20px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.payment-result-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;max-width:500px;padding:40px;text-align:center;width:100%}.payment-icon{animation:scaleIn .5s ease-out;font-size:80px;margin-bottom:20px}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.payment-result-card h1{color:#333;font-size:28px;margin-bottom:30px}.payment-result-card.success h1{color:#4caf50}.payment-result-card.failed h1{color:#f44336}.payment-details{background:#f8f9fa;border-radius:12px;margin-bottom:24px;padding:24px;text-align:left}.detail-row{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:12px 0}.detail-row:last-child{border-bottom:none}.detail-row .label{color:#666;font-size:14px;font-weight:600}.detail-row .value{color:#333;font-size:15px;font-weight:700}.detail-row .value.amount{color:#d32f2f;font-size:18px}.detail-row .value.status.success{color:#4caf50}.detail-row .value.status.failed{color:#f44336}.success-message{background:#e8f5e9;border-left:4px solid #4caf50;border-radius:8px;margin-bottom:24px;padding:20px}.success-message p{color:#2e7d32;font-weight:600;margin:8px 0}.success-message .note{color:#558b2f;font-size:13px;font-weight:400}.error-message{background:#ffebee;border-left:4px solid #f44336;border-radius:8px;margin-bottom:24px;padding:20px}.error-message p{color:#c62828;font-weight:600;margin:8px 0}.error-message .note{color:#d32f2f;font-size:13px;font-weight:400}.btn-back-home{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea66;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:16px 24px;transition:all .3s;width:100%}.btn-back-home:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.btn-back-home:active{transform:translateY(0)}@media (max-width:768px){.payment-return-page{padding:10px}.payment-result-card{padding:24px}.payment-icon{font-size:60px}.payment-result-card h1{font-size:22px}}#root,body,html{height:100%;margin:0;overflow:hidden;padding:0}.App{height:100%}
/*# sourceMappingURL=main.641d653d.css.map*/