@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";.emergency-support-modal .ant-modal-content{border-radius:8px;box-shadow:0 4px 12px #00000026}.emergency-support-modal .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px 8px 0 0}.emergency-support-modal .ant-modal-header .ant-modal-title{color:#fff;font-weight:600;font-size:16px}.emergency-support-modal .ant-modal-close-x{color:#fff;font-size:18px}.emergency-support-modal .ant-modal-close-x:hover{color:#f0f0f0}.chat-modal-header{display:flex;align-items:center;font-weight:600;color:#fff}.chat-container{display:flex;flex-direction:column;height:100%;background:#f5f5f5;border-radius:0 0 8px 8px}.messages-container{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.empty-messages{display:flex;align-items:center;justify-content:center;height:100%;color:#00000073}.message{display:flex;gap:8px;animation:slideIn .3s ease-out}.message.message-user{justify-content:flex-end}.message.message-user .message-avatar{order:2;background:#1890ff}.message.message-user .message-content{order:1;align-items:flex-end}.message.message-user .message-content .message-text{background:#1890ff;color:#fff;border-radius:12px 4px 12px 12px}.message.message-bot{justify-content:flex-start}.message.message-bot .message-avatar{background:#667eea}.message.message-bot .message-content{align-items:flex-start}.message.message-bot .message-content .message-text{background:#fff;color:#000000d9;border-radius:4px 12px 12px;border:1px solid #f0f0f0}.message.loading-indicator .message-content{padding:8px 12px}.message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;flex-shrink:0;animation:fadeIn .3s ease-out}.message-content{display:flex;flex-direction:column;gap:4px;max-width:70%}.message-text{padding:8px 12px;word-break:break-word;line-height:1.4;font-size:14px;animation:fadeIn .3s ease-out}.message-timestamp{font-size:12px;color:#00000073;padding:0 4px}.quick-actions{padding:12px 16px;background:#fff;border-bottom:1px solid #f0f0f0}.quick-actions button{box-shadow:0 2px 4px #00000014;transition:all .3s ease}.quick-actions button:hover{box-shadow:0 4px 8px #0000001f;transform:translateY(-1px)}.input-container{padding:12px 16px;background:#fff;border-top:1px solid #f0f0f0}.input-container .ant-input{border:1px solid #d9d9d9;transition:all .3s ease}.input-container .ant-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.input-container .ant-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.input-container .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;transition:all .3s ease}.input-container .ant-btn-primary:hover{background:linear-gradient(135deg,#5568d3,#6a3f91);box-shadow:0 4px 8px #667eea4d}.input-container .ant-btn-primary:disabled{background:#f0f0f0;color:#00000040}@keyframes slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:600px){.emergency-support-modal .ant-modal{width:100%!important;margin:0}.chat-container{height:400px}.message-content{max-width:85%}}:root{color-scheme:light;font-family:Space Grotesk,system-ui,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--canvas: #f5f3ef;--canvas-accent: #fef7ed;--ink: #1f2937;--muted: #64748b;--brand: #0f766e;--brand-soft: #99f6e4;--brand-soft2: #38a089;--sunset: #f97316;--surface: #ffffff;--shadow: 0 20px 40px -28px rgba(15, 23, 42, .4);--sidebar-bg: #333333;--menu-accent: #00a693;--menu-accent-soft: rgba(0, 166, 147, .2)}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:radial-gradient(circle at top,#fff7ed 0%,var(--canvas) 45%,#ecfeff 100%);min-height:100vh}a{color:inherit;text-decoration:none}#root{min-height:100vh}.admin-shell{display:flex;height:100vh;background:transparent}.admin-sider{background:linear-gradient(180deg,#1a1a2e,#16213e,#0f3460);padding:0;position:fixed!important;left:0;top:0;height:100vh;z-index:1000;overflow-y:auto;overflow-x:hidden;box-shadow:4px 0 24px #00000026;border-right:1px solid rgba(255,255,255,.05)}.admin-sider::-webkit-scrollbar{width:6px}.admin-sider::-webkit-scrollbar-track{background:transparent}.admin-sider::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.admin-sider::-webkit-scrollbar-thumb:hover{background:#ffffff40}.sidebar{color:#fff;height:100%;display:flex;flex-direction:column}.sidebar-brand-section{padding:24px 20px 16px}.sidebar-brand{display:flex;gap:14px;align-items:center;margin-bottom:0}.brand-logo-wrapper{flex-shrink:0}.brand-logo{width:52px;height:52px;border-radius:14px;object-fit:contain;background:#fff;padding:6px;box-shadow:0 8px 24px -8px #0000004d}.brand-info{display:flex;flex-direction:column;gap:6px;min-width:0}.brand-title{font-size:1.15rem;font-weight:700;color:#fff;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.sidebar-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin-top:20px}.sidebar-nav-section{flex:1;padding:8px 12px;overflow-y:auto}.sidebar-section-label{display:block;font-size:.68rem;font-weight:600;color:#fff6!important;letter-spacing:1.2px;padding:12px 12px 8px;text-transform:uppercase}.sidebar .ant-menu{background:transparent;color:#ffffffd9;border-inline-end:none;padding:0}.sidebar .ant-menu-item-selected{background:linear-gradient(90deg,var(--menu-accent),rgba(0,166,147,.7))!important;color:#fff!important;box-shadow:0 4px 12px -4px #00a69380}.sidebar .ant-menu-item-selected:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:#fff;border-radius:0 4px 4px 0}.sidebar .ant-menu-submenu-title,.sidebar .ant-menu-item{border-radius:10px;margin:2px 4px;padding-left:16px!important;height:44px;line-height:44px;position:relative;transition:all .2s ease}.sidebar .ant-menu-item,.sidebar .ant-menu-submenu-title,.sidebar .ant-menu-item a{color:#ffffffbf;font-weight:500}.sidebar .ant-menu-item .anticon,.sidebar .ant-menu-submenu-title .anticon{color:#fff9;font-size:18px;transition:all .2s ease}.sidebar .ant-menu-item:hover,.sidebar .ant-menu-submenu-title:hover{background:#ffffff14!important}.sidebar .ant-menu-item:hover,.sidebar .ant-menu-submenu-title:hover,.sidebar .ant-menu-item-active,.sidebar .ant-menu-submenu-title-active,.sidebar .ant-menu-item-selected,.sidebar .ant-menu-item-selected a,.sidebar .ant-menu-item:hover a,.sidebar .ant-menu-submenu-title:hover .anticon,.sidebar .ant-menu-item:hover .anticon{color:#fff}.sidebar .ant-menu-item-selected .anticon{color:#fff!important}.sidebar .ant-menu-submenu>.ant-menu{background:#00000026!important;border-radius:8px;margin:4px 8px;padding:4px 0}.sidebar .ant-menu-submenu .ant-menu-item{height:40px;line-height:40px;margin:2px 4px;padding-left:24px!important}.sidebar .ant-menu-submenu-arrow{color:#ffffff80}.sidebar .ant-menu-submenu-open>.ant-menu-submenu-title .ant-menu-submenu-arrow{color:var(--menu-accent)}.sidebar-footer{padding:16px;margin-top:auto;border-top:1px solid rgba(255,255,255,.08)}.sidebar-footer-button{width:100%;border:none;padding:0;background:none;cursor:pointer;transition:all .3s ease;border-radius:12px}.sidebar-footer-button:focus{outline:none}.sidebar-footer-content{display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#00a69326,#0f766e1a);border-radius:12px;border:1px solid rgba(0,166,147,.2);cursor:pointer;transition:all .3s ease}.sidebar-footer-button:hover .sidebar-footer-content{background:linear-gradient(135deg,#667eea40,#764ba240);border:1px solid rgba(102,126,234,.4);transform:translateY(-2px);box-shadow:0 8px 16px #667eea33}.sidebar-footer-button:active .sidebar-footer-content{transform:translateY(0)}.sidebar-footer-icon{font-size:20px;color:#667eea;transition:all .3s ease}.sidebar-footer-button:hover .sidebar-footer-icon{color:#764ba2;transform:rotate(15deg) scale(1.1)}.sidebar-footer-text{display:flex;flex-direction:column;gap:2px}.sidebar-footer-title{font-size:.85rem;font-weight:600;color:#fff}.sidebar-footer-subtitle{font-size:.75rem;color:#ffffffb3;display:flex;align-items:center;transition:color .3s ease}.sidebar-footer-button:hover .sidebar-footer-subtitle{color:#ffffffe6}.topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 28px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(15,118,110,.1);position:fixed!important;top:0;left:260px;right:0;z-index:999;box-shadow:0 4px 20px -8px #0000001a}.topbar-left{display:flex;align-items:center;gap:16px;flex:1}.nav-toggle{display:none}.topbar-search{display:flex;align-items:center;gap:10px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;padding:10px 16px;width:100%;max-width:420px;transition:all .3s ease}.topbar-search:focus-within{background:#fff;border-color:var(--brand);box-shadow:0 0 0 3px #0f766e1a}.search-icon{color:#94a3b8;font-size:16px}.topbar-search:focus-within .search-icon{color:var(--brand)}.search-input{border:none;background:transparent;outline:none;flex:1;font-size:14px;color:#1e293b}.search-input::placeholder{color:#94a3b8}.search-shortcut{display:inline-flex;align-items:center;padding:4px 8px;background:#e2e8f0;border-radius:6px;font-size:11px;font-weight:600;color:#64748b}.topbar-right{display:flex;align-items:center;gap:12px}.topbar-wallet{display:flex;align-items:center;gap:12px;padding:8px 16px;background:linear-gradient(135deg,#0f766e14,#00a6930d);border:1px solid rgba(15,118,110,.15);border-radius:12px;cursor:pointer;transition:all .3s ease}.topbar-wallet:hover{background:linear-gradient(135deg,#0f766e1f,#00a69314);border-color:#0f766e40;transform:translateY(-1px)}.wallet-icon-wrapper{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand),var(--menu-accent));border-radius:10px;box-shadow:0 4px 12px -4px #0f766e66}.wallet-icon{color:#fff;font-size:16px}.wallet-info{display:flex;flex-direction:column;gap:1px}.wallet-label{font-size:11px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.wallet-amount{font-size:15px;font-weight:700;color:var(--brand)}.wallet-amount small{font-size:12px;font-weight:600;color:#64748b}.topbar-actions{display:flex;align-items:center;gap:4px;padding:0 8px;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;margin:0 4px}.topbar-action-btn{width:40px!important;height:40px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#64748b!important;transition:all .2s ease!important}.topbar-action-btn:hover{background:#f1f5f9!important;color:var(--brand)!important}.topbar-action-btn .anticon{font-size:18px}.topbar-user-section{display:flex;align-items:center;gap:12px;padding:6px 8px 6px 16px;border-radius:50px;cursor:pointer;transition:all .2s ease}.topbar-user-section:hover{background:#f1f5f9}.user-info{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.user-name{font-size:14px;font-weight:600;color:#1e293b;text-transform:capitalize}.user-role{font-size:11px;color:#64748b}.user-avatar{border:2px solid rgba(15,118,110,.2);box-shadow:0 4px 12px -4px #0f766e4d;transition:all .2s ease}.topbar-user-section:hover .user-avatar{border-color:var(--brand);transform:scale(1.05)}.topbar-user{font-weight:500;color:var(--muted)}.admin-content{margin-left:260px;margin-top:61px;padding:24px 32px 48px;overflow-y:auto;height:calc(100vh - 61px);background:transparent}.page{display:flex;flex-direction:column;gap:16px}.page-header h1{margin:0;font-size:2rem;letter-spacing:-.02em}.page-header p{margin:6px 0 0;color:var(--muted)}.stat-card{border-radius:16px;box-shadow:var(--shadow)}.stat-title{font-size:.9rem;color:var(--muted)}.stat-value{font-size:2rem;font-weight:600;margin-top:6px}.stat-trend{margin-top:4px;font-size:.85rem;color:#0284c7}.panel-grid{margin-top:8px}.panel-card{border-radius:18px;box-shadow:var(--shadow)}.pulse-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.pulse-label{font-size:.85rem;color:var(--muted)}.pulse-value{font-size:1.6rem;font-weight:600;margin:6px 0}.action-list{list-style:none;padding:0;margin:0;display:grid;gap:10px;color:var(--muted)}.resource-card{background:var(--surface);border-radius:18px;padding:8px 16px 16px;box-shadow:var(--shadow)}.resource-title{font-size:1.1rem;font-weight:600;margin:8px 0 12px}.resource-error{color:#b91c1c;margin-bottom:12px}.table-muted{color:var(--muted);font-size:.85rem}.table-actions{display:inline-flex;gap:8px;align-items:center}.page-loading{padding:32px;color:var(--muted)}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px}.airline-login-page{display:flex;min-height:100vh;background:#f8fafc}.airline-login-hero{flex:1;background:linear-gradient(135deg,#0f766e,#064e3b,#022c22);background-image:linear-gradient(135deg,#0f766ef2,#064e3bf2,#022c22f2),url(https://placehold.co/1920x1080/0f766e/0f766e?text=);background-size:cover;background-position:center;position:relative;display:flex;flex-direction:column;justify-content:center;padding:60px;overflow:hidden}.airline-login-hero:before{content:"";position:absolute;top:-50%;right:-30%;width:80%;height:200%;background:radial-gradient(ellipse,rgba(0,166,147,.15) 0%,transparent 70%);pointer-events:none}.airline-login-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to top,rgba(2,44,34,.8),transparent);pointer-events:none}.hero-overlay{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero-content{position:relative;z-index:1;max-width:520px}.hero-brand{margin-bottom:32px}.hero-logo{width:140px;height:auto;background:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 20px 60px -20px #0006}.hero-text{margin-bottom:48px}.hero-title{color:#fff!important;font-size:3rem!important;font-weight:700!important;margin-bottom:8px!important;line-height:1.1!important;text-shadow:0 4px 20px rgba(0,0,0,.3)}.hero-tagline{display:block;color:#99f6e4e6;font-size:1.25rem;font-weight:500;margin-bottom:20px;letter-spacing:2px;text-transform:uppercase}.hero-description{color:#fffc;font-size:1.05rem;line-height:1.7;margin:0}.hero-features{display:flex;flex-direction:column;gap:20px}.hero-feature-item{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.hero-feature-item:hover{background:#ffffff1f;transform:translate(8px)}.feature-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00a693,#0f766e);border-radius:10px;font-size:20px;color:#fff;flex-shrink:0;box-shadow:0 8px 24px -8px #00a69380}.feature-content{display:flex;flex-direction:column;gap:2px}.feature-title{color:#fff!important;font-size:.95rem}.feature-desc{color:#ffffffa6!important;font-size:.85rem}.hero-footer{position:absolute;bottom:40px;left:60px;z-index:1}.hero-copyright{color:#ffffff80!important;font-size:.85rem}.airline-login-form-section{flex:0 0 520px;display:flex;align-items:center;justify-content:center;padding:40px;background:#fff;position:relative}.airline-login-form-section:before{content:"";position:absolute;top:0;left:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,rgba(15,118,110,.2),transparent)}.login-form-container{width:100%;max-width:380px}.login-form-header{text-align:center;margin-bottom:36px}.mobile-logo{display:none;margin-bottom:24px}.mobile-logo img{width:100px;height:auto}.login-welcome{color:#0f172a!important;font-size:1.75rem!important;font-weight:700!important;margin-bottom:8px!important}.login-subtitle{font-size:1rem}.login-form .ant-form-item{margin-bottom:20px}.login-input{height:52px;border-radius:10px!important;border:1.5px solid #e2e8f0!important;font-size:15px;transition:all .3s ease!important}.login-input:hover{border-color:#00a693!important}.login-input:focus,.login-input.ant-input-affix-wrapper-focused{border-color:#0f766e!important;box-shadow:0 0 0 3px #0f766e1a!important}.login-input .ant-input{font-size:15px}.input-icon{color:#94a3b8;font-size:18px;margin-right:4px}.login-options{display:flex;justify-content:flex-end;margin-bottom:24px;margin-top:-8px}.forgot-password{color:#0f766e!important;font-size:.9rem;cursor:pointer}.forgot-password:hover{color:#00a693!important}.login-submit-btn{height:52px!important;border-radius:10px!important;font-size:16px!important;font-weight:600!important;background:linear-gradient(135deg,#0f766e,#00a693)!important;border:none!important;box-shadow:0 8px 24px -8px #0f766e80!important;transition:all .3s ease!important}.login-submit-btn:hover{transform:translateY(-2px)!important;box-shadow:0 12px 32px -8px #0f766e99!important}.login-submit-btn:active{transform:translateY(0)!important}.register-section{text-align:center;margin-top:8px}.register-section>span{display:block;margin-bottom:16px;font-size:.9rem}.register-btn{height:48px!important;border-radius:10px!important;font-size:15px!important;font-weight:600!important;border:2px solid #0f766e!important;color:#0f766e!important;transition:all .3s ease!important}.register-btn:hover{background:#0f766e0d!important;border-color:#00a693!important;color:#00a693!important}.login-footer{margin-top:40px;padding-top:24px;border-top:1px solid #f1f5f9}.trust-badges{display:flex;justify-content:center;gap:24px}.trust-badge{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.8rem}.trust-badge .anticon{color:#0f766e;font-size:14px}@media(max-width:1024px){.airline-login-hero{padding:40px}.hero-title{font-size:2.5rem!important}.hero-footer{left:40px}.airline-login-form-section{flex:0 0 460px}}@media(max-width:900px){.airline-login-page{flex-direction:column}.airline-login-hero{display:none}.airline-login-form-section{flex:1;padding:40px 24px}.airline-login-form-section:before{display:none}.mobile-logo{display:block}.login-form-container{max-width:400px}}@media(max-width:480px){.airline-login-form-section{padding:32px 20px}.login-form-container{max-width:100%}.login-welcome{font-size:1.5rem!important}.login-input{height:48px}.login-submit-btn{height:48px!important}}.settings-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:24px}.settings-label{font-weight:600;margin-bottom:10px}.color-input{width:100%;height:42px;padding:6px}.image-preview{margin-top:12px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.image-preview img{width:120px;height:120px;object-fit:cover;border-radius:12px;box-shadow:var(--shadow)}.settings-actions{display:flex;justify-content:flex-end}@media(max-width:768px){.admin-content{padding:16px;margin-left:0;margin-top:70px;height:calc(100vh - 70px)}.admin-sider{position:fixed;top:0;left:0;z-index:1001}.topbar{left:0;right:0;padding:10px 16px}.topbar-search{display:none}.topbar-wallet{padding:6px 10px}.wallet-info{display:none}.wallet-icon-wrapper{width:32px;height:32px}.topbar-actions{padding:0 4px;gap:0}.topbar-action-btn{width:36px!important;height:36px!important}.user-info{display:none}.topbar-user-section{padding:4px}}@media(max-width:992px){.nav-toggle{display:inline-flex}.admin-sider{position:fixed;top:0;left:0;height:100vh;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1001}.admin-sider.is-open{transform:translate(0);box-shadow:0 24px 50px #0f172a73}.sider-backdrop{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000}.admin-content{padding:18px;margin-left:0;margin-top:70px}.topbar{position:fixed;top:0;left:0;right:0;z-index:900}.topbar-search{max-width:280px}}@media(min-width:993px)and (max-width:1200px){.topbar-search{max-width:300px}}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.table-header h3{margin:0;color:var(--ink)}.permission-categories{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.action-buttons{display:flex;gap:4px}.text-secondary{color:#666}.permission-id{background-color:#f5f5f5;padding:2px 6px;border-radius:2px;font-size:12px;font-family:Courier New,monospace}.dashboard-chart-card{border-radius:16px;box-shadow:var(--shadow);background:var(--surface)}.dashboard-chart-card .ant-card-head{border-bottom:1px solid #f0f0f0;padding:16px 24px}.dashboard-chart-card .ant-card-body{padding:24px}.metric-card{border-radius:16px;box-shadow:var(--shadow);background:var(--surface);padding:20px;text-align:center}.metric-card .ant-statistic-title{font-size:.9rem;color:var(--muted);margin-bottom:8px}.metric-card .ant-statistic-content{font-size:1.8rem;font-weight:700}.health-metric{padding:16px;border-radius:12px;background:#0f766e0d}.health-label{font-size:.85rem;color:var(--muted);margin-bottom:6px}.health-value{font-size:1.6rem;font-weight:600;margin-bottom:8px;color:var(--ink)}.health-metric .ant-progress{margin-bottom:8px}.health-metric .ant-tag{margin-top:6px}.recharts-surface{overflow:visible!important}.recharts-tooltip-wrapper{outline:none}.recharts-legend-wrapper{padding-top:16px!important}.recharts-text{font-family:Space Grotesk,system-ui,sans-serif}.bidding-page{padding:24px 32px 48px;max-width:1000px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:6px;color:#0f766e;font-weight:500;margin-bottom:20px;cursor:pointer;transition:color .2s}.back-link:hover{color:#0d6660}.bidding-header{background:linear-gradient(135deg,var(--brand) 100%,var(--brand-soft) 100%);border-radius:18px;padding:24px;color:#fff;margin-bottom:20px;box-shadow:var(--shadow)}.bidding-header-content{display:flex;justify-content:space-between;align-items:flex-start}.bidding-title-section h1{margin:0 0 8px;font-size:1.75rem;font-weight:700}.bidding-route{font-size:.95rem;color:#ffffffe6;margin:0}.bidding-timer{text-align:right}.timer-label{font-size:.85rem;color:#ffffffe6;margin-bottom:4px}.timer-value{font-size:1.75rem;font-weight:700;font-variant-numeric:tabular-nums}.bidding-status-card{margin-bottom:20px}.bidding-status-card .ant-card-body{padding:20px}.status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.status-item{text-align:center}.status-label{font-size:.85rem;color:var(--muted);margin-bottom:6px}.status-value{font-size:1.75rem;font-weight:700;color:var(--ink)}.status-value.highlight{color:#0f766e}.bid-input-section h3{margin:0 0 16px;font-size:1rem;font-weight:600;color:var(--ink)}.bid-input-wrapper{position:relative;margin-bottom:12px}.bid-input-wrapper .ant-input{height:56px;font-size:1.1rem;padding:0 16px;border-radius:12px;border:2px solid #d1d5db}.bid-input-wrapper .ant-input:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1a}.bid-hint{font-size:.85rem;color:var(--muted);margin-bottom:16px}.recommended-bids{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px}.recommended-bid-btn{height:44px;border-radius:10px;font-weight:600;border:2px solid #e5e7eb;background:#fff;color:var(--ink);cursor:pointer;transition:all .2s}.recommended-bid-btn:hover{border-color:#0f766e;color:#0f766e;background:#0f766e0d}.place-bid-btn{width:100%;height:52px;font-size:1.05rem;font-weight:600;border-radius:12px;background:linear-gradient(135deg,var(--brand) 100%,var(--brand-soft) 100%);border:none;color:#fff;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.place-bid-btn:hover{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-soft) 100%);transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}.bidding-info-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:14px 16px;margin-top:16px}.bidding-info-title{font-weight:600;color:#1e40af;margin-bottom:6px;font-size:.9rem}.bidding-info-text{color:#1e40af;font-size:.875rem;margin:0}.recent-bids-card{margin-bottom:20px}.recent-bids-card .ant-card-head{border-bottom:1px solid #f0f0f0}.recent-bids-card .ant-card-head-title{font-weight:600}.recent-bids-list{list-style:none;padding:0;margin:0}.bid-item{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #f5f5f5}.bid-item:last-child{border-bottom:none}.bid-item-left{display:flex;flex-direction:column;gap:4px}.bid-amount{font-size:1.1rem;font-weight:700;color:var(--ink)}.bid-time{font-size:.8rem;color:var(--muted)}.demo-notice-card{background:#f5f5f5;border:1px solid #d1d5db;border-radius:12px;padding:14px 16px;text-align:center}.demo-notice-text{font-size:.85rem;color:var(--muted);margin:0}.bid-success-page{min-height:100vh;background:radial-gradient(circle at top,#fff7ed,#f5f3ef 45%,#ecfeff);padding:40px 20px;display:flex;align-items:center;justify-content:center}.bid-success-container{max-width:900px;width:100%}.success-card{background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:48px 40px;margin-bottom:24px;text-align:center}.success-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#d1fae5;border-radius:50%;margin-bottom:24px}.success-icon{font-size:40px;color:#059669}.success-title{font-size:2rem;font-weight:700;color:var(--ink);margin:0 0 12px;letter-spacing:-.02em}.success-subtitle{font-size:1.05rem;color:var(--muted);margin:0 0 32px}.bid-details-box{background:#ecfdf5;border-radius:16px;padding:24px;margin-bottom:32px}.detail-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.detail-row:last-child{margin-bottom:0}.detail-item{text-align:left}.detail-label{font-size:.875rem;color:var(--muted);margin-bottom:6px}.detail-value{font-size:1.1rem;font-weight:700;color:var(--ink)}.detail-value.highlight{color:#059669;font-size:1.5rem}.info-banner{background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;padding:16px 20px;display:flex;gap:12px;align-items:flex-start;margin-bottom:24px}.info-icon{font-size:20px;color:#3b82f6;flex-shrink:0;margin-top:2px}.info-content h4{margin:0 0 6px;font-size:.95rem;font-weight:600;color:#1e40af}.info-content p{margin:0;font-size:.875rem;color:#1e40af;line-height:1.5}.action-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.secondary-btn{height:52px;font-size:1rem;font-weight:600;border-radius:12px;border:2px solid #d1d5db;background:#fff;color:var(--ink);cursor:pointer;transition:all .2s}.secondary-btn:hover{border-color:var(--brand);color:var(--brand);background:#e9faf80d}.primary-btn{height:52px;font-size:1rem;font-weight:600;border-radius:12px;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-soft2) 100%);border:none;color:#fff;cursor:pointer;transition:all .2s}.primary-btn:hover{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-soft2) 100%);transform:translateY(-1px);box-shadow:0 6px 20px #28252c66}.pro-tip-card{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-soft2) 100%);border-radius:20px;padding:28px 32px;color:#fff;margin-bottom:24px;box-shadow:var(--shadow)}.pro-tip-title{font-size:1.25rem;font-weight:700;margin:0 0 10px}.pro-tip-text{font-size:1rem;color:#fffffff2;margin:0;line-height:1.6}.demo-notice{text-align:center;font-size:.875rem;color:var(--muted)}.demo-notice-label{font-weight:600;color:var(--ink)}@media(max-width:768px){.bid-success-page{padding:24px 16px}.success-card{padding:32px 24px}.success-title{font-size:1.5rem}.success-subtitle{font-size:.95rem}.detail-row{grid-template-columns:1fr;gap:16px}.action-buttons{grid-template-columns:1fr}.pro-tip-card{padding:20px 24px}.pro-tip-title{font-size:1.1rem}.pro-tip-text{font-size:.9rem}}@media(max-width:768px){.bidding-page{padding:20px}.bidding-header-content{flex-direction:column;gap:16px}.bidding-timer{text-align:left}.status-grid{grid-template-columns:1fr;gap:16px}.status-item{text-align:left;padding:12px;background:#f9fafb;border-radius:10px}.recommended-bids{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dashboard-chart-card{border-radius:12px}.metric-card{border-radius:12px;padding:16px}.health-metric{padding:12px;margin-bottom:12px}.health-metric .ant-progress{margin:6px 0}}.gt-page{gap:20px}.gt-hero{background:linear-gradient(135deg,#0f766e1f,#f9731614);border:1px solid rgba(15,118,110,.15);border-radius:18px;padding:20px 22px;box-shadow:var(--shadow)}.gt-hero-title{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;margin-bottom:4px}.gt-hero-subtitle{color:var(--muted);font-size:.95rem}.gt-stat-grid{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.gt-stat-card{border-radius:16px;border:1px solid rgba(148,163,184,.25);background:#ffffffe6;padding:14px 16px;display:flex;flex-direction:column;gap:6px}.gt-stat-label{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.gt-stat-value{font-size:1.35rem;font-weight:600;color:var(--ink)}.gt-toolbar{background:#ffffffeb;border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:16px;box-shadow:0 18px 35px -30px #0f172a73}.gt-toolbar .ant-input,.gt-toolbar .ant-select-selector{background:#f8fafc!important;border-radius:12px!important}.gt-table-card{background:#fffffff2;border:1px solid rgba(148,163,184,.25);border-radius:18px;padding:8px 8px 4px;box-shadow:0 24px 45px -36px #0f172a80}.gt-table-card .ant-table{background:transparent}.gt-table-card .ant-table-thead>tr>th{background:#f8fafc;font-weight:600;color:#0f172a}.gt-passenger-grid .ant-card{border-radius:16px;border:1px solid rgba(148,163,184,.25);transition:transform .2s ease,box-shadow .2s ease}.gt-passenger-grid .ant-card:hover{transform:translateY(-2px);box-shadow:0 18px 30px -24px #0f172a73}.gt-detail-card{border-radius:18px;border:1px solid rgba(148,163,184,.2);box-shadow:0 16px 34px -30px #0f172a66}.gt-seat-mix-card{border-radius:16px;border:1px solid rgba(148,163,184,.2);background:linear-gradient(135deg,#e2e8f080,#ffffffe6)}.gt-seat-mix-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.dcs-ops-page{gap:18px}.dcs-ops-page .panel-card{background:#fffffff0;border:1px solid rgba(148,163,184,.22);box-shadow:0 26px 52px -44px #0f172a8c,0 1px #ffffffbf inset;transition:transform .16s ease,box-shadow .16s ease}.dcs-ops-page .panel-card:hover{transform:translateY(-1px);box-shadow:0 34px 66px -52px #0f172a99,0 1px #ffffffbf inset}.dcs-ops-page .panel-card .ant-card-head{border-bottom:1px solid rgba(148,163,184,.22);background:linear-gradient(180deg,#f8fafceb,#ffffffbd);border-top-left-radius:inherit;border-top-right-radius:inherit}.dcs-ops-page .panel-card .ant-card-head-title{font-weight:700;letter-spacing:-.01em;color:#0f172a}@supports (backdrop-filter: blur(10px)){.dcs-ops-page .panel-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.dcs-ops-page .dcs-ops-hero{position:relative;overflow:hidden;border-radius:22px;border:1px solid rgba(15,118,110,.18);background:radial-gradient(900px 320px at 0% 0%,rgba(15,118,110,.22),transparent 60%),radial-gradient(760px 280px at 100% 0%,rgba(249,115,22,.16),transparent 55%),linear-gradient(135deg,#fffffff5,#ffffffdb)}.dcs-ops-page .dcs-ops-hero:before{content:"";position:absolute;right:-120px;top:-120px;width:300px;height:300px;border-radius:999px;background:radial-gradient(circle at 30% 30%,rgba(15,118,110,.28),transparent 60%);filter:blur(2px);pointer-events:none}.dcs-ops-page .dcs-ops-hero:after{content:"";position:absolute;left:-140px;bottom:-160px;width:340px;height:340px;border-radius:999px;background:radial-gradient(circle at 40% 40%,rgba(56,160,137,.22),transparent 62%);pointer-events:none}.dcs-ops-page .dcs-ops-hero .ant-card-body{position:relative;z-index:1;padding:18px 18px 16px}.dcs-ops-page .ant-input-search-large .ant-input,.dcs-ops-page .ant-select-selector{border-radius:14px!important}.dcs-ops-page .ant-input-search .ant-input{background:#f8fafce6!important;border:1px solid rgba(148,163,184,.26)!important;box-shadow:0 18px 30px -28px #0f172a80}.dcs-ops-page .ant-input-search .ant-input-affix-wrapper{border-top-left-radius:14px!important;border-bottom-left-radius:14px!important}.dcs-ops-page .ant-input-search .ant-input-group-addon .ant-btn{border-top-right-radius:14px!important;border-bottom-right-radius:14px!important}.dcs-ops-page .ant-btn{border-radius:12px}.dcs-ops-page .ant-btn-primary{background:linear-gradient(135deg,#0f766e,#0b9486 60%,#0891b2 130%);border:none;box-shadow:0 18px 30px -24px #0f766e8c}.dcs-ops-page .ant-btn-primary:hover{background:linear-gradient(135deg,#0c6b63,#0a8a7d 60%,#0a84a8 130%)}.dcs-ops-page .ant-tag{border-radius:999px;padding:2px 10px}.dcs-ops-page .ant-descriptions-item-label{color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.dcs-ops-page .ant-table-wrapper .ant-table{background:transparent}.dcs-ops-page .ant-table-thead>tr>th{background:#f8fafc;font-weight:700;color:#0f172a;border-bottom:1px solid rgba(148,163,184,.28)}.dcs-ops-page .ant-table-tbody>tr>td{border-bottom:1px solid rgba(226,232,240,.9)}.dcs-ops-page .ant-table-tbody>tr:hover>td{background:#0f766e0f}.dcs-ops-page .dcs-action-stack{display:grid;gap:8px;width:min(160px,100%)}.dcs-ops-page .dcs-action-stack .ant-btn{justify-content:flex-start;text-align:left}.dcs-ops-page .dcs-action-stack .ant-btn:not(.ant-btn-primary){box-shadow:0 14px 24px -22px #0f172a8c}.dcs-baggage-page{gap:18px}.dcs-baggage-page .panel-card{background:#fffffff2;border:1px solid rgba(148,163,184,.22);box-shadow:0 26px 52px -44px #0f172a8c,0 1px #ffffffbf inset}.dcs-baggage-page .baggage-hero{border-radius:22px;background:radial-gradient(820px 320px at 0% 0%,rgba(15,118,110,.22),transparent 60%),radial-gradient(720px 280px at 100% 0%,rgba(234,179,8,.18),transparent 55%),linear-gradient(135deg,#fffffff5,#ffffffe0)}.dcs-baggage-page .baggage-stat-card{border-radius:18px}.dcs-baggage-page .baggage-stat-title{display:block;font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.dcs-baggage-page .baggage-stat-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#0f766e1f;color:#0f766e;box-shadow:0 18px 30px -26px #0f172a80}.dcs-baggage-page .baggage-tabs-card .ant-tabs-nav{margin-bottom:16px}.dcs-baggage-page .baggage-section-card .ant-card-head-title{font-weight:700}.dcs-baggage-page .ant-table-wrapper .ant-table{background:transparent}.dcs-baggage-page .ant-table-thead>tr>th{background:#f8fafc;font-weight:700;color:#0f172a;border-bottom:1px solid rgba(148,163,184,.28)}.dcs-baggage-page .ant-table-tbody>tr>td{border-bottom:1px solid rgba(226,232,240,.9)}.dcs-baggage-page .ant-table-tbody>tr:hover>td{background:#0f766e0f}.dcs-checkin-page{gap:18px}.dcs-checkin-page .panel-card{background:#fffffff2;border:1px solid rgba(148,163,184,.22);box-shadow:0 26px 52px -44px #0f172a8c,0 1px #ffffffbf inset}.dcs-checkin-page .checkin-hero{border-radius:22px;background:radial-gradient(820px 320px at 0% 0%,rgba(15,118,110,.22),transparent 60%),radial-gradient(720px 280px at 100% 0%,rgba(59,130,246,.18),transparent 55%),linear-gradient(135deg,#fffffff5,#ffffffe0)}.dcs-checkin-page .checkin-stat-card{border-radius:18px}.dcs-checkin-page .checkin-stat-title{display:block;font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.dcs-checkin-page .checkin-stat-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#0f766e1f;color:#0f766e;box-shadow:0 18px 30px -26px #0f172a80}.dcs-checkin-page .checkin-tabs-card .ant-tabs-nav{margin-bottom:16px}.dcs-checkin-page .checkin-section-card .ant-card-head-title{font-weight:700}.dcs-checkin-page .ant-table-wrapper .ant-table{background:transparent}.dcs-checkin-page .ant-table-thead>tr>th{background:#f8fafc;font-weight:700;color:#0f172a;border-bottom:1px solid rgba(148,163,184,.28)}.dcs-checkin-page .ant-table-tbody>tr>td{border-bottom:1px solid rgba(226,232,240,.9)}.dcs-checkin-page .ant-table-tbody>tr:hover>td{background:#0f766e0f}@media(max-width:768px){.dcs-ops-page{gap:14px}.dcs-ops-page .dcs-ops-hero{border-radius:18px}.dcs-ops-page .dcs-ops-hero .ant-card-body{padding:14px 14px 12px}.dcs-ops-page .ant-btn{padding-inline:10px}.dcs-baggage-page{gap:14px}.dcs-baggage-page .baggage-hero{border-radius:18px}.dcs-checkin-page{gap:14px}.dcs-checkin-page .checkin-hero{border-radius:18px}}.gt-seat-mix-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.gt-seat-mix-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#ffffffe6}.gt-seat-mix-label{font-weight:600}.gt-seat-mix-total{display:flex;flex-direction:column;align-items:center;padding:6px 12px;border-radius:12px;background:#0f766e14;border:1px solid rgba(15,118,110,.2);min-width:100px}.gt-seat-mix-total-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.gt-seat-mix-total-value{font-size:1.25rem;font-weight:700;color:#0f766e}.gt-seat-mix-controls{display:flex;align-items:center;gap:8px}.gt-seat-mix-count{min-width:28px;text-align:center;font-weight:700;color:#0f172a}.gt-flight-class-card{border-radius:16px;border:1px solid rgba(148,163,184,.2);background:linear-gradient(135deg,#e2e8f080,#fffffff2)}.gt-flight-class-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.gt-flight-class-item{border-radius:12px;border:1px solid rgba(148,163,184,.25);padding:12px;background:#ffffffe6;display:flex;flex-direction:column;gap:8px}.gt-flight-class-per-seat{font-size:.95rem;font-weight:600}.gt-flight-class-controls{display:flex;align-items:center;justify-content:flex-end;gap:6px}.gt-flight-class-count{min-width:32px;text-align:center;font-weight:700}.gt-flight-class-line-total{text-align:right;font-size:.85rem}.gt-flight-class-summary{margin-top:16px;display:flex;align-items:center;justify-content:space-between}.gt-flight-class-total-value{font-weight:700;font-size:1.25rem;color:#0f766e}.gt-flight-class-hint{margin-top:12px;font-size:.9rem}.gt-condition-summary{font-size:.85rem;color:var(--muted)}.gt-condition-link-row{margin-top:8px;font-size:.9rem}.gt-seat-modal .ant-modal-content{border-radius:20px;background:#f8fafc}.gt-seat-header{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;margin-bottom:16px}.gt-seat-summary{display:flex;gap:16px;padding:10px 14px;border-radius:14px;background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 12px 20px -18px #0f172a66}.gt-seat-summary-label{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.gt-seat-summary-value{font-weight:600;color:var(--ink)}.gt-seat-filters{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.gt-seat-legend{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;margin-bottom:12px}.gt-seat-legend-item{display:inline-flex;align-items:center;gap:8px;font-size:.85rem}.gt-seat-dot{width:12px;height:12px;border-radius:999px;background:#cbd5f5;border:1px solid rgba(15,23,42,.15)}.gt-seat-dot--available{background:#22c55e}.gt-seat-dot--occupied{background:#ef4444}.gt-seat-dot--selected{background:#0f766e}.gt-seat-counts{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.gt-seat-count{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#0f766e1a;color:#0f766e;font-size:.8rem}.gt-seat-count-label{font-weight:600}.gt-seat-map{padding:16px;background:linear-gradient(160deg,#e2e8f0a6,#f1f5f9f2);border-radius:18px;border:1px solid rgba(148,163,184,.2);box-shadow:0 22px 32px -28px #0f172a73;margin-bottom:16px}.gt-seat-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start;margin-bottom:16px}.gt-seat-sidebar{display:flex;flex-direction:column;gap:16px}.gt-seat-side-section{background:#fff;border-radius:16px;border:1px solid rgba(148,163,184,.2);padding:12px;box-shadow:0 16px 26px -22px #0f172a59}.gt-seat-side-title{font-weight:600;margin-bottom:10px;color:#0f172a}.gt-seat-side-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.gt-seat-side-card{border:1px solid rgba(148,163,184,.35);border-radius:14px;padding:10px 12px;text-align:left;background:#f8fafc;cursor:pointer;transition:all .15s ease}.gt-seat-side-card:hover{transform:translateY(-1px);border-color:#0f766e80;box-shadow:0 10px 16px -14px #0f172a66}.gt-seat-side-card.is-active{background:#0f766e1a;border-color:#0f766ea6;box-shadow:0 14px 20px -16px #0f766e99}.gt-seat-side-label{font-size:.85rem;font-weight:600}.gt-seat-side-value{font-size:1.05rem;font-weight:700;color:#0f766e}.gt-seat-grid{display:flex;flex-direction:column;gap:8px;max-height:420px;overflow-y:auto;padding-right:6px}.gt-seat-row{display:grid;grid-template-columns:40px repeat(6,46px);gap:8px;align-items:center}.gt-seat-row--header{position:sticky;top:0;z-index:1;padding:6px 0;background:#f8fafcd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.gt-seat-row-label{font-weight:600;color:#0f172a;text-align:right;padding-right:6px}.gt-seat-letter{text-align:center;font-size:.75rem;color:var(--muted);font-weight:600}.gt-seat-aisle{margin-left:14px}.gt-seat-cell-wrapper{display:flex;justify-content:center}.gt-seat-cell{width:46px;height:46px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#fff;color:#0f172a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:.75rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.gt-seat-cell:disabled{cursor:not-allowed}.gt-seat-cell:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 16px -12px #0f172a99;border-color:#0f766e80}.gt-seat-economy{background:#f8fafc}.gt-seat-basic{border-color:#64748b73}.gt-seat-flexy{border-color:#0ea5e999}.gt-seat-premium{border-color:#16a34a8c}.gt-seat-business{background:#ffedd599;border-color:#f9731699}.gt-seat-selected{background:#0f766e;color:#fff;border-color:#0f766e;box-shadow:0 12px 20px -16px #0f766eb3}.gt-seat-occupied{background:#ef4444;color:#fff;border-color:#ef4444}.gt-seat-filtered{opacity:.3}.gt-seat-letter-text{line-height:1}.gt-seat-price{font-size:.55rem;opacity:.8;font-weight:500}.gt-seat-selection-summary{padding:12px 14px;border-radius:16px;background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 16px 24px -20px #0f172a66}.gt-seat-selection-header{display:flex;align-items:center;justify-content:space-between}.gt-seat-selection-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.gt-seat-selection-value{font-weight:600;color:#0f766e}.gt-seat-warning{margin-top:12px;text-align:center;color:#dc2626;font-weight:500}@media(max-width:768px){.gt-hero{padding:16px}.gt-stat-grid{grid-template-columns:1fr}.gt-toolbar{padding:12px}.gt-seat-row{grid-template-columns:32px repeat(6,38px)}.gt-seat-cell{width:38px;height:38px}.gt-seat-layout{grid-template-columns:1fr}}.reg-agent-modal .ant-modal-content{padding:0!important;overflow:hidden}.reg-modal-container{display:flex;min-height:600px;max-height:90vh}.reg-modal-sidebar{width:280px;background:linear-gradient(180deg,#0f766e,#064e3b,#022c22);padding:32px 24px;display:flex;flex-direction:column;position:relative;overflow:hidden}.reg-modal-sidebar:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:200%;background:radial-gradient(ellipse,rgba(0,166,147,.2) 0%,transparent 70%);pointer-events:none}.reg-sidebar-header{position:relative;z-index:1;text-align:center;margin-bottom:32px}.reg-sidebar-logo{width:56px;height:56px;background:#ffffff26;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:24px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.reg-sidebar-title{color:#fff!important;margin-bottom:4px!important;font-size:1.25rem!important}.reg-sidebar-subtitle{color:#ffffffb3!important;font-size:.85rem;margin:0}.reg-sidebar-progress{position:relative;z-index:1;flex:1}.reg-progress-bar{margin-bottom:24px}.reg-progress-bar .ant-progress-inner{background:#ffffff26!important}.reg-steps-list{display:flex;flex-direction:column;gap:8px}.reg-step-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;transition:all .3s ease;color:#ffffff80}.reg-step-item.active{background:#ffffff26;color:#fff}.reg-step-item.completed{color:#99f6e4}.reg-step-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;font-size:14px}.reg-step-item.active .reg-step-icon{background:linear-gradient(135deg,#00a693,#0f766e);box-shadow:0 4px 12px -4px #00a69380}.reg-step-item.completed .reg-step-icon{background:#00a693;color:#fff}.reg-step-title{font-size:.9rem;font-weight:500}.reg-sidebar-benefits{position:relative;z-index:1;margin-top:auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.reg-benefit-item{display:flex;align-items:center;gap:10px;padding:10px 0;color:#ffffffb3;font-size:.8rem}.reg-benefit-item .anticon{color:#00a693;font-size:16px}.reg-sidebar-footer{position:relative;z-index:1;margin-top:24px;text-align:center}.reg-sidebar-copyright{color:#fff6!important;font-size:.75rem}.reg-modal-content{flex:1;display:flex;flex-direction:column;background:#f8fafc;overflow:hidden}.reg-content-header{display:flex;justify-content:space-between;align-items:flex-start;padding:28px 32px 20px;background:#fff;border-bottom:1px solid #e2e8f0}.reg-header-text{flex:1}.reg-form-title{color:#0f172a!important;margin-bottom:4px!important;font-size:1.5rem!important;font-weight:700!important}.reg-form-subtitle{color:#64748b!important;margin:0!important;font-size:.9rem}.reg-close-btn{width:36px!important;height:36px!important;border-radius:8px!important;color:#64748b!important}.reg-close-btn:hover{background:#f1f5f9!important;color:#0f172a!important}.reg-form-wrapper{flex:1;overflow-y:auto;padding:24px 32px}.reg-form .ant-form-item-label>label{font-weight:500;color:#374151}.reg-step-content{display:none}.reg-step-content.active{display:block;animation:fadeInUp .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.reg-section{background:#fff;border-radius:12px;padding:20px 24px;margin-bottom:20px;border:1px solid #e2e8f0}.reg-section-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #0f766e;font-weight:600;color:#0f172a;font-size:.95rem}.reg-section-icon{color:#0f766e;font-size:18px}.reg-section-badge{margin-left:auto;font-size:.75rem;color:#64748b;font-weight:500}.reg-input,.reg-select .ant-select-selector{height:44px!important;border-radius:10px!important;border-color:#e2e8f0!important}.reg-input:hover,.reg-select:hover .ant-select-selector{border-color:#00a693!important}.reg-input:focus,.reg-input.ant-input-affix-wrapper-focused,.reg-select.ant-select-focused .ant-select-selector{border-color:#0f766e!important;box-shadow:0 0 0 3px #0f766e1a!important}.reg-input-icon{color:#0f766e}.reg-role-section{padding:20px 0}.reg-role-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.reg-role-card{position:relative;padding:24px;background:#fff;border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;transition:all .3s ease}.reg-role-card:hover{border-color:#00a693;box-shadow:0 8px 24px -8px #0f766e26;transform:translateY(-2px)}.reg-role-card.selected{border-color:#0f766e;background:linear-gradient(135deg,#f0fffe,#e6fffe)}.reg-role-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f766e1a,#00a6931a);border-radius:14px;margin-bottom:16px;font-size:24px;color:#0f766e}.reg-role-card.selected .reg-role-icon{background:linear-gradient(135deg,#0f766e,#00a693);color:#fff}.reg-role-name{margin:0 0 6px;font-size:1.1rem;font-weight:600;color:#0f172a}.reg-role-desc{margin:0 0 12px;font-size:.85rem;color:#64748b;line-height:1.5}.reg-role-deposit{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#0f766e;font-weight:500;padding:8px 12px;background:#0f766e14;border-radius:8px}.reg-role-check{position:absolute;top:16px;right:16px;color:#0f766e;font-size:24px}.reg-upload-label{font-weight:500}.reg-required{color:#ef4444;margin-left:4px}.reg-upload-card .ant-upload.ant-upload-select-picture-card{width:100%!important;height:120px!important;border-radius:12px!important;border:2px dashed #e2e8f0!important;background:#f8fafc!important;transition:all .3s ease!important}.reg-upload-card .ant-upload.ant-upload-select-picture-card:hover{border-color:#0f766e!important;background:#f0fffe!important}.reg-upload-content{display:flex;flex-direction:column;align-items:center;gap:4px}.reg-upload-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f766e,#00a693);border-radius:10px;color:#fff;font-size:18px}.reg-upload-text{font-size:.85rem;font-weight:500;color:#374151}.reg-upload-hint{font-size:.75rem;color:#94a3b8}.reg-alert{border-radius:10px!important;margin-bottom:20px}.reg-info-box{display:flex;gap:12px;padding:16px;background:linear-gradient(135deg,#f0fffe,#e6fffe);border-left:4px solid #0f766e;border-radius:8px;margin:16px 0}.reg-info-icon{font-size:20px}.reg-info-content{flex:1}.reg-info-content strong{color:#0f766e}.reg-info-content p{margin:6px 0 0;color:#555;font-size:.9rem;line-height:1.5}.reg-faq-box{padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-top:16px}.reg-faq-box:hover{border-color:#0f766e;box-shadow:0 4px 12px -4px #0f766e26}.reg-faq-header{display:flex;align-items:center;gap:12px}.reg-faq-icon{font-size:20px}.reg-faq-title{flex:1;font-weight:600;color:#0f766e}.reg-faq-arrow{color:#64748b;transition:transform .3s ease}.reg-faq-arrow.rotated{transform:rotate(180deg)}.reg-faq-content{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.reg-faq-content p{margin:0 0 10px;font-size:.9rem;color:#555;line-height:1.6}.reg-faq-content p:last-child{margin-bottom:0}.reg-bank-table{margin:16px 0;overflow-x:auto}.reg-bank-table .ant-table{border-radius:10px;overflow:hidden}.reg-bank-name{color:#0f766e}.reg-mono{font-family:SF Mono,Monaco,monospace;font-weight:500}.reg-swift{color:#0f766e}.reg-loading-box{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;color:#0f766e}.reg-terms-box{margin-top:24px;padding:20px;background:linear-gradient(135deg,#f0fffe,#e6fffe);border:1px solid rgba(15,118,110,.2);border-radius:12px}.reg-terms-checkbox{font-size:.9rem;line-height:1.8}.reg-terms-link{color:#0f766e!important;font-weight:600;border-bottom:2px solid #0f766e;transition:all .2s ease}.reg-terms-link:hover{color:#064e3b!important;border-bottom-color:#064e3b}.reg-form-actions{display:flex;justify-content:space-between;align-items:center;padding:20px 32px;background:#fff;border-top:1px solid #e2e8f0}.reg-actions-left,.reg-actions-right{display:flex;gap:12px}.reg-btn-primary{height:44px!important;padding:0 24px!important;border-radius:10px!important;font-weight:600!important;background:linear-gradient(135deg,#0f766e,#00a693)!important;border:none!important;box-shadow:0 4px 12px -4px #0f766e66!important;display:flex!important;align-items:center!important;gap:8px!important}.reg-btn-primary:hover{transform:translateY(-1px)!important;box-shadow:0 6px 16px -4px #0f766e80!important}.reg-btn-submit{padding:0 32px!important}.reg-btn-secondary{height:44px!important;padding:0 20px!important;border-radius:10px!important;font-weight:500!important;border:1px solid #e2e8f0!important;display:flex!important;align-items:center!important;gap:8px!important}.reg-btn-secondary:hover{border-color:#0f766e!important;color:#0f766e!important}.reg-btn-ghost{height:44px!important;padding:0 20px!important;border-radius:10px!important;font-weight:500!important}@media(max-width:900px){.reg-modal-sidebar{display:none}.reg-modal-container{min-height:auto}.reg-form-wrapper,.reg-content-header{padding:20px}.reg-form-actions{padding:16px 20px;flex-wrap:wrap;gap:12px}.reg-actions-left,.reg-actions-right{width:100%;justify-content:center}.reg-role-grid{grid-template-columns:1fr}}@media(max-width:600px){.reg-section{padding:16px}.reg-form-title{font-size:1.25rem!important}.reg-btn-primary,.reg-btn-secondary,.reg-btn-ghost{height:40px!important;padding:0 16px!important}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
