@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#e5e5e5;color:var(--text-primary);line-height:1.6;overflow:hidden;margin:0;padding:0;display:flex;justify-content:center}#root{width:430px;min-width:430px;max-width:430px;height:100vh;height:100dvh;background-color:#fff;overflow:hidden;position:relative}:root{--brand-primary: #00B77A;--brand-primary-light: #88E9C9;--brand-primary-dark: #009962;--bg-primary: #FFFFFF;--bg-secondary: #F7F8F9;--bg-tertiary: #F3F4F5;--bg-chat-bubble: #F3F4F5;--bg-user-bubble: #00B77A;--border-light: #EDEEF1;--border-default: #F3F4F5;--border-dark: #DCDEE3;--text-primary: #1A1C20;--text-secondary: #555D6D;--text-tertiary: #868694;--text-placeholder: #D1D3D8;--text-inverse: #FFFFFF;--text-brand: #00B77A;--icon-primary: #2A3038;--icon-secondary: #555D6D;--success: #00B77A;--success-soft: rgba(0, 183, 122, .1);--warning: #f59e0b;--warning-soft: rgba(245, 158, 11, .1);--error: #ef4444;--error-soft: rgba(239, 68, 68, .1);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12);--shadow-input: 0 -4px 20px rgba(0, 0, 0, .05);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .4s cubic-bezier(.4, 0, .2, 1);--transition-spring: .5s cubic-bezier(.175, .885, .32, 1.275);--font-xs: .75rem;--font-sm: .875rem;--font-base: 1rem;--font-lg: 1.125rem;--font-xl: 1.25rem;--font-2xl: 1.5rem;--font-3xl: 1.875rem;--font-4xl: 2.25rem;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--z-base: 1;--z-dropdown: 100;--z-modal: 200;--z-tooltip: 300;--z-notification: 400;--header-height: 60px;--input-area-height: 112px;--safe-area-bottom: env(safe-area-inset-bottom, 0px)}h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,sans-serif;font-weight:var(--weight-semibold);line-height:1.2;letter-spacing:-.01em;color:var(--text-primary)}h1{font-size:var(--font-4xl)}h2{font-size:var(--font-3xl)}h3{font-size:var(--font-2xl)}h4{font-size:var(--font-xl)}.mono{font-family:SF Mono,Monaco,Inconsolata,monospace}.card{background:var(--bg-tertiary);border-radius:var(--radius-lg);padding:var(--space-4)}.card-elevated{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-light)}.brand-text{color:var(--brand-primary);font-weight:var(--weight-bold)}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}@keyframes pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-dark);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background:#00b77a33;color:var(--text-primary)}:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.animate-in{animation:slide-up .5s var(--transition-spring) forwards}.app-container{display:flex;flex-direction:column;width:100%;height:100%;background-color:var(--bg-primary);overflow:hidden;position:relative}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.airlock-page{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;background-color:#fff;padding:0;box-sizing:border-box;position:relative;overflow:hidden}.airlock-logo{width:100%;height:60px;display:flex;align-items:center;justify-content:flex-start;padding:0 21px;margin-top:44px;box-sizing:border-box}.airlock-logo svg{height:26px;width:auto}.airlock-animation{width:100%;height:280px;display:flex;align-items:center;justify-content:center;margin-top:40px;padding:0 20px;box-sizing:border-box}.airlock-content{text-align:center;margin-top:80px}.airlock-title{font-size:28px;font-weight:600;color:#1a1c20;margin:0 0 8px;letter-spacing:-.5px}.airlock-subtitle{font-size:18px;color:#6b7280;margin:0;font-weight:400}.airlock-button{display:flex;align-items:center;justify-content:center;gap:8px;width:182px;height:46px;padding:0 24px;background-color:#00b77a;border:none;border-radius:23px;cursor:pointer;transition:all .2s ease;margin-top:40px}.airlock-button:hover{background-color:#00a06b;transform:translateY(-1px)}.airlock-button:active{transform:translateY(0)}.airlock-button svg{flex-shrink:0;width:18px;height:18px}.airlock-button span{font-size:14px;font-weight:600;color:#fff;white-space:nowrap}.airlock-notice{position:absolute;bottom:40px;display:flex;align-items:center;justify-content:center;gap:6px;color:#9ca3af;font-size:12px}.airlock-notice svg{flex-shrink:0;width:14px;height:14px}.airlock-notice span{font-weight:400}@media(max-height:700px){.airlock-animation{height:140px;margin-top:40px}.airlock-content{margin-top:40px}.airlock-title{font-size:24px}.airlock-subtitle{font-size:16px}.airlock-button{margin-top:30px}.airlock-notice{bottom:24px}}.header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:60px;background-color:#fff;flex-shrink:0;position:relative;z-index:10;border-bottom:1px solid #F3F4F5}.header-logo{display:flex;align-items:center}.header-logo svg{height:22px;width:auto}.header-actions{display:flex;align-items:center;gap:12px}.header-icon-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#1a1c20;cursor:pointer;padding:0;transition:opacity .2s ease}.header-icon-btn:hover{opacity:.7}.header-icon-btn svg{width:24px;height:24px}.message-bubble{display:inline-block;opacity:0;transform:translateY(10px);transition:all .3s ease-out}.message-bubble.visible{opacity:1;transform:translateY(0)}.message-content{padding:12px 16px;font-size:15px;line-height:1.5;word-wrap:break-word;word-break:break-word;font-family:Inter,system-ui,-apple-system,sans-serif}.message-bubble.assistant .message-content{background:#f3f4f5;color:#1a1c20;border-radius:0 16px 16px}.message-bubble.user .message-content{background:#00b77a;color:#fff;border-radius:16px 0 16px 16px}.message-content code{font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:.9em;padding:2px 6px;border-radius:4px;word-break:break-all}.message-bubble.assistant .message-content code{background:#e5e7eb;color:#374151}.message-bubble.user .message-content code{background:#fff3;color:#fff}.markdown-p{margin:0 0 .75em}.markdown-p:last-child{margin-bottom:0}.message-content strong,.markdown-strong{font-weight:600}.markdown-em{font-style:italic}.markdown-ul,.markdown-ol{margin:.5em 0;padding-left:1.5em}.markdown-li{margin:.25em 0}.markdown-code{font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:.9em;padding:2px 6px;border-radius:4px;background:#e5e7eb;color:#374151}.message-bubble.user .markdown-code{background:#fff3;color:#fff}.markdown-link{color:#00b77a;text-decoration:underline;text-underline-offset:2px}.markdown-link:hover{color:#00a06b}.message-bubble.user .markdown-link{color:#fff;text-decoration:underline}.chat-container{display:flex;flex-direction:column;height:100%;background-color:#fff;overflow:hidden;position:relative}.messages-container{flex:1;overflow:hidden;position:relative}.messages-scroll{height:100%;overflow-y:auto;overflow-x:hidden;padding:16px 20px;display:flex;flex-direction:column;gap:16px;scrollbar-width:none;-ms-overflow-style:none}.messages-scroll::-webkit-scrollbar{display:none}.date-indicator{display:flex;justify-content:center;padding:8px 0}.date-indicator span{font-size:12px;color:#868694;font-weight:400}.empty-hint-container{flex:1;display:flex;align-items:center;justify-content:center;min-height:300px}.empty-hint{font-size:16px;color:#d1d3d8;font-weight:400;margin:0}.message-row{display:flex;flex-direction:column;gap:8px;width:100%}.message-row.assistant{align-items:flex-start}.message-row.user{align-items:flex-end}.assistant-header{display:flex;align-items:center;gap:6px}.robot-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.robot-icon svg{width:14px;height:14px}.assistant-name{font-size:12px;font-weight:500;color:#6b7280}.message-content-wrapper{max-width:80%}.loading-bubble{background-color:#f3f4f5;border-radius:0 16px 16px;padding:12px 16px;display:flex;align-items:center;justify-content:center}.lottie-loading{display:flex;align-items:center;justify-content:center}.chat-input-area{flex-shrink:0;padding:16px 20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));background-color:#fff}.chat-input-form{display:flex;flex-direction:column}.input-wrapper{display:flex;align-items:center;gap:8px;background:#f7f8f9;border:1px solid #F3F4F5;border-radius:20px;padding:12px 12px 12px 16px;min-height:56px;box-sizing:border-box}.plus-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#2a3038;cursor:pointer;padding:0;flex-shrink:0;border-radius:50%;transition:background .2s ease}.plus-button:hover{background:#0000000d}.plus-button svg{width:20px;height:20px}.input-wrapper textarea{flex:1;background:transparent;border:none;color:#1a1c20;font-size:15px;font-family:inherit;resize:none;outline:none;min-height:24px;max-height:240px;line-height:1.5;padding:0}.input-wrapper textarea::placeholder{color:#9ca3af}.input-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.mic-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #EDEEF1;border-radius:50%;color:#2a3038;cursor:pointer;padding:0;transition:all .2s ease;position:relative;overflow:visible}.mic-button:hover{background:#f7f8f9}.mic-button svg{width:16px;height:16px;position:relative;z-index:2}.mic-button.listening{background:#00b77a;border-color:#00b77a;color:#fff}.mic-button.listening:hover{background:#00a06b;border-color:#00a06b}.mic-button.listening svg path{fill:#fff}.mic-button.processing{background:#f3f4f5;border-color:#edeef1;cursor:wait}.mic-pulse-ring{position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:#00b77a;transform:translate(-50%,-50%) scale(1);transform-origin:center;pointer-events:none;z-index:0;opacity:.2}@keyframes mic-scale-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.2}50%{transform:translate(-50%,-50%) scale(1.4);opacity:.1}to{transform:translate(-50%,-50%) scale(1);opacity:.2}}.mic-button.listening .mic-pulse-ring{animation:mic-scale-pulse 1.5s ease-in-out infinite}.mic-spinner{width:16px;height:16px;border:2px solid #E5E7EB;border-top-color:#00b77a;border-radius:50%;animation:mic-spin .8s linear infinite;position:relative;z-index:2}@keyframes mic-spin{to{transform:rotate(360deg)}}@keyframes mic-breathe{0%,to{box-shadow:0 0 #00b77a66}50%{box-shadow:0 0 0 4px #00b77a00}}.mic-button.listening{animation:mic-breathe 2s ease-in-out infinite}.user-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #EDEEF1;border-radius:50%;color:#2a3038;cursor:pointer;padding:0;transition:all .2s ease}.user-button:hover{background:#f7f8f9}.user-button svg{width:14px;height:14px}.send-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#dcdee3;border:none;border-radius:50%;color:#fff;cursor:pointer;flex-shrink:0;transition:all .2s ease}.send-button.active{background:#00b77a}.send-button.active:hover{background:#00a06b}.send-button:disabled{cursor:not-allowed}.send-button svg{width:14px;height:14px}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px}.empty-hint{font-size:16px;color:#9ca3af;margin:0}@media(max-width:430px){.input-wrapper{padding:10px 10px 10px 14px;min-height:52px}.input-wrapper textarea{font-size:14px}}.payment-event-overlay{position:fixed;inset:0;background:#8e8e9399;display:flex;align-items:flex-end;justify-content:center;z-index:var(--z-modal, 1000);animation:fade-in .2s ease}@media(min-width:768px){.payment-event-overlay{align-items:center}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.payment-event-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:100%;padding:24px 20px;animation:slide-up .3s ease}@media(min-width:768px){.payment-event-modal{max-width:375px;border-radius:20px}}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.payment-event-title{font-size:18px;font-weight:600;color:#1a1c20;text-align:center;margin:0 0 24px}.merchant-section{background:#f9fafb;border-radius:12px;padding:16px;margin-bottom:16px}.merchant-row{display:flex;align-items:center;gap:12px}.merchant-logo{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.merchant-logo img{width:100%;height:100%;object-fit:cover}.merchant-logo-placeholder{width:100%;height:100%;background:#e5e5ea;display:flex;align-items:center;justify-content:center}.merchant-info{display:flex;flex-direction:column;flex:1;min-width:0}.merchant-label{font-size:12px;color:#8e8e93}.merchant-name{font-size:16px;font-weight:600;color:#1a1c20}.merchant-gateway{font-size:12px;color:#8e8e93;white-space:nowrap}.amount-section{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #F2F2F7}.amount-label{font-size:14px;color:#8e8e93}.amount-values{display:flex;flex-direction:column;align-items:flex-end}.amount-gas{font-size:18px;font-weight:600;color:#1a1c20}.amount-usd{font-size:14px;color:#00b77a}.description-section{padding:16px 0;border-bottom:1px solid #F2F2F7}.description-label{font-size:12px;color:#8e8e93;display:block;margin-bottom:4px}.description-row{display:flex;align-items:center;justify-content:space-between}.description-text{font-size:16px;font-weight:500;color:#1a1c20}.description-icon{display:flex;align-items:center;justify-content:center}.transaction-id-section{background:#f9fafb;border-radius:12px;padding:16px;margin:16px 0 24px}.transaction-label{font-size:12px;color:#8e8e93;display:block;margin-bottom:4px}.transaction-row{display:flex;align-items:center;justify-content:space-between}.transaction-id{font-size:16px;font-weight:500;color:#00b77a;font-family:SF Mono,Monaco,Consolas,monospace}.copy-btn{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s ease}.copy-btn:hover{opacity:1}.payment-event-actions{display:flex;gap:12px}.dismiss-btn,.view-receipt-btn{flex:1;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.dismiss-btn{background:#f2f2f7;border:none;color:#1a1c20}.dismiss-btn:hover{background:#e5e5ea}.view-receipt-btn{background:#00b77a;border:none;color:#fff}.view-receipt-btn:hover{background:#096}.brain-config-page{display:flex;flex-direction:column;min-height:100vh;background:#fff}.brain-config-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #F2F2F7;position:sticky;top:0;background:#fff;z-index:10}.brain-config-header .back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;margin-left:-8px}.brain-config-header h1{font-size:17px;font-weight:600;color:#1a1c20;margin:0}.brain-config-header .header-spacer{width:40px}.brain-config-content{flex:1;padding:24px 20px;overflow-y:auto}.config-section{margin-bottom:32px}.section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.section-icon{display:flex;align-items:center;justify-content:center}.section-title{font-size:16px;font-weight:600;color:#1a1c20}.slider-section{background:#f9fafb;border-radius:12px;padding:16px;margin-bottom:12px}.slider-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.slider-label{font-size:14px;color:#8e8e93}.slider-value{font-size:16px;font-weight:600;color:#00b77a}.gas-slider{width:100%;height:4px;-webkit-appearance:none;appearance:none;background:#e5e5ea;border-radius:2px;outline:none}.gas-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#00b77a;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #00b77a4d}.gas-slider::-moz-range-thumb{width:20px;height:20px;background:#00b77a;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px #00b77a4d}.slider-markers{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:#8e8e93}.checkbox-row{display:flex;align-items:center;gap:12px;background:#f9fafb;border-radius:12px;padding:16px;cursor:pointer}.checkbox-row input[type=checkbox]{display:none}.checkbox-custom{width:20px;height:20px;border:2px solid #D1D1D6;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.checkbox-row input[type=checkbox]:checked+.checkbox-custom{background:#00b77a;border-color:#00b77a}.checkbox-row input[type=checkbox]:checked+.checkbox-custom:after{content:"";width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.checkbox-label{font-size:14px;color:#8e8e93}.preferences-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.preference-tag{display:flex;align-items:center;gap:8px;background:#f9fafb;border:1px solid #E5E5EA;border-radius:20px;padding:8px 12px;font-size:14px;color:#1a1c20}.preference-tag button{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0}.add-directive-row{display:flex;gap:8px}.add-directive-row input{flex:1;background:#f9fafb;border:1px solid #E5E5EA;border-radius:12px;padding:12px 16px;font-size:14px;color:#1a1c20;outline:none}.add-directive-row input::placeholder{color:#c7c7cc}.add-directive-row input:focus{border-color:#00b77a}.add-btn{background:#00b77a;border:none;border-radius:12px;padding:12px 20px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:background .2s ease}.add-btn:hover{background:#096}.api-key-field{margin-bottom:16px}.api-key-field:last-child{margin-bottom:0}.api-key-field label{display:block;font-size:12px;color:#8e8e93;margin-bottom:8px}.api-key-input{display:flex;align-items:center;background:#f9fafb;border:1px solid #E5E5EA;border-radius:12px;overflow:hidden}.api-key-input input{flex:1;background:none;border:none;padding:14px 16px;font-size:14px;color:#1a1c20;outline:none}.api-key-input input::placeholder{color:#c7c7cc}.toggle-visibility{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:14px 16px;cursor:pointer;opacity:.6;transition:opacity .2s ease}.toggle-visibility:hover{opacity:1}.brain-config-footer{padding:1px 20px 40px}.save-button{width:100%;padding:16px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;background:#f2f2f7;border:none;color:#c7c7cc}.save-button.active{background:#00b77a;color:#fff}.save-button.active:hover{background:#096}.save-button:disabled{cursor:not-allowed}.itinerary-page{display:flex;flex-direction:column;min-height:100vh;background:#fff}.itinerary-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #F2F2F7;position:sticky;top:0;background:#fff;z-index:10}.itinerary-header .back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;margin-left:-8px}.itinerary-header h1{font-size:17px;font-weight:600;color:#1a1c20;margin:0}.history-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;margin-right:-8px}.transaction-id-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #F2F2F7}.transaction-id-row .tx-label{font-size:14px;color:#8e8e93}.transaction-id-row .tx-id{font-size:14px;font-weight:500;color:#00b77a;font-family:SF Mono,Monaco,Consolas,monospace}.itinerary-content{flex:1;padding:24px 20px;overflow-y:auto}.timeline{display:flex;flex-direction:column}.timeline-item{display:flex;gap:12px;min-height:100px}.time-column{width:70px;flex-shrink:0;padding-top:4px}.time{font-size:14px;font-weight:500;color:#1a1c20}.icon-column{display:flex;flex-direction:column;align-items:center;width:24px;flex-shrink:0}.icon-wrapper{width:24px;height:24px;flex-shrink:0}.timeline-line{width:2px;flex:1;background:#e5e5ea;margin:8px 0;min-height:60px}.content-column{flex:1;min-width:0;padding-bottom:24px}.item-card{background:#f9fafb;border-radius:12px;padding:16px;border-left:3px solid transparent}.item-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:4px}.item-card h3{font-size:16px;font-weight:600;color:#1a1c20;margin:0}.item-status{font-size:12px;font-weight:500;padding:4px 8px;border-radius:6px;white-space:nowrap}.status-booked,.status-reserved{background:#00b77a1a;color:#00b77a}.status-pending{background:#ff95001a;color:#ff9500}.item-subtitle{font-size:14px;color:#8e8e93;margin:0 0 8px}.item-note{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fff;border-radius:8px;font-size:13px;color:#8e8e93}.itinerary-footer{padding:16px 20px 32px;display:flex;gap:12px}.export-btn,.blockchain-btn{flex:1;padding:16px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.export-btn{background:#fff;border:1px solid #E5E5EA;color:#1a1c20}.export-btn:hover{background:#f9fafb}.blockchain-btn{background:#00b77a;border:none;color:#fff}.blockchain-btn:hover{background:#096}.booking-history-page{display:flex;flex-direction:column;min-height:100vh;background:#fff}.booking-history-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #F2F2F7;position:sticky;top:0;background:#fff;z-index:10}.booking-history-header .back-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;margin-left:-8px}.booking-history-header h1{font-size:17px;font-weight:600;color:#1a1c20;margin:0}.booking-history-header .header-spacer{width:40px}.trips-content{flex:1;padding:16px 20px;overflow-y:auto}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-icon{width:80px;height:80px;background:#f9fafb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.empty-state h3{font-size:18px;font-weight:600;color:#1a1c20;margin:0 0 8px}.empty-state p{font-size:14px;color:#8e8e93;margin:0}.trips-list{display:flex;flex-direction:column;gap:0}.trip-card{display:flex;align-items:center;width:100%;padding:16px 0;background:#fff;border:none;border-radius:0;cursor:pointer;text-align:left;transition:background .2s ease;border-bottom:1px solid #F2F2F7}.trip-card:hover{background:#f9fafb}.trip-card:last-child{border-bottom:none}.trip-info{flex:1;min-width:0}.trip-title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.trip-card h3{font-size:16px;font-weight:500;color:#1a1c20;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trip-status{font-size:12px;font-weight:500;padding:4px 8px;border-radius:6px;white-space:nowrap;flex-shrink:0}.trip-status.upcoming{background:#00b77a1a;color:#00b77a}.trip-date{font-size:14px;color:#8e8e93;margin:0}.trip-tx{font-size:12px;color:#8e8e93;margin:4px 0 0;font-family:monospace}.trip-type-badge{font-size:24px;margin-left:12px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #F2F2F7;border-top-color:#00b77a;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.loading-state p{font-size:14px;color:#8e8e93;margin:0}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.error-icon{width:80px;height:80px;background:#ff3b301a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.error-state h3{font-size:18px;font-weight:600;color:#1a1c20;margin:0 0 8px}.error-state p{font-size:14px;color:#8e8e93;margin:0}.live-page{width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff;position:relative;overflow:hidden}.live-page:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 120%,rgba(200,220,255,.5) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 30% 110%,rgba(180,240,200,.4) 0%,transparent 40%),radial-gradient(ellipse 70% 45% at 70% 115%,rgba(220,200,255,.45) 0%,transparent 45%);animation:waveGradient 8s ease-in-out infinite;pointer-events:none}.live-page:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fffc,#fff0 30% 70%,#fff9);pointer-events:none}@keyframes waveGradient{0%,to{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-20px) scale(1.05);opacity:.8}}.live-header{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:80px;position:relative;z-index:1}.live-icon-wrapper{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#6b7280}.live-text{font-size:16px;font-weight:500;color:#2a3038}.live-close-button{position:absolute;bottom:40px;right:20px;width:74px;height:48px;display:flex;align-items:center;justify-content:center;background:#f05c2e;border:none;border-radius:24px;cursor:pointer;transition:background .2s ease;z-index:1}.live-close-button:hover{background:#e04d1f}.live-close-button svg{width:24px;height:24px}
