@import"https://fonts.googleapis.com/css2?family=Clash+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--bg-color: #0f0a1e;--bg-surface: #1a1333;--panel-bg: rgba(255, 255, 255, .04);--accent-color: #f0b232;--accent-glow: rgba(240, 178, 50, .4);--accent-secondary: #e86bff;--accent-secondary-glow: rgba(232, 107, 255, .3);--text-main: #f0eff4;--text-muted: #9b95ad;--gradient-primary: linear-gradient(135deg, #f0b232 0%, #ff7a5c 100%);--gradient-secondary: linear-gradient(135deg, #e86bff 0%, #6b5bff 100%);--border-color: rgba(255, 255, 255, .07);--shadow-sm: 0 2px 8px rgba(0,0,0,.2);--shadow-md: 0 8px 24px rgba(0,0,0,.3);--shadow-lg: 0 16px 40px rgba(0,0,0,.4)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-main);min-height:100vh;overflow-x:hidden;background-image:radial-gradient(ellipse at 10% 20%,rgba(232,107,255,.07) 0%,transparent 50%),radial-gradient(ellipse at 90% 80%,rgba(240,178,50,.06) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(107,91,255,.04) 0%,transparent 60%)}h1,h2,h3,h4,h5,h6{font-family:Clash Display,sans-serif}.glass-panel{background:var(--panel-bg);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-sm)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 15px var(--accent-glow)}50%{box-shadow:0 0 30px var(--accent-glow)}to{box-shadow:0 0 15px var(--accent-glow)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slideUp{animation:slideUpFade .6s cubic-bezier(.16,1,.3,1) forwards}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden}.auth-card{width:100%;max-width:440px;padding:40px 36px;text-align:center;position:relative;z-index:10;background:var(--bg-surface)!important}.auth-logo{font-family:Clash Display,sans-serif;font-size:1.6rem;font-weight:700;margin-bottom:28px;color:var(--text-main)}.auth-title{font-size:1.8rem;font-weight:700;margin-bottom:8px;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-subtitle{color:var(--text-muted);font-size:.95rem;margin-bottom:28px;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:18px;text-align:left}.auth-field label{display:block;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin-bottom:6px}.auth-field input{width:100%;background:#ffffff0d;border:1px solid var(--border-color);border-radius:12px;padding:14px 16px;color:var(--text-main);font-size:1rem;font-family:inherit;outline:none;transition:all .3s ease}.auth-field input:focus{border-color:var(--accent-color);box-shadow:0 0 16px #f0b2321a;background:#ffffff14}.auth-field input::placeholder{color:#9b95ad80}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:10px 14px;border-radius:10px;font-size:.88rem;text-align:center}.auth-submit{background:var(--gradient-primary);color:#fff;border:none;padding:14px;font-size:1.05rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-top:4px}.auth-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f0b2324d}.auth-switch{margin-top:24px;color:var(--text-muted);font-size:.9rem}.auth-link{background:none;border:none;color:var(--accent-color);cursor:pointer;font-weight:600;font-size:.9rem;text-decoration:underline;text-underline-offset:3px}.auth-link:hover{color:#ffc857}.auth-bg-orb{position:fixed;border-radius:50%;pointer-events:none;z-index:0}.auth-bg-orb-1{width:400px;height:400px;top:-100px;right:-100px;background:radial-gradient(circle,rgba(240,178,50,.08) 0%,transparent 70%)}.auth-bg-orb-2{width:500px;height:500px;bottom:-150px;left:-150px;background:radial-gradient(circle,rgba(232,107,255,.06) 0%,transparent 70%)}.prompt-container{max-width:860px;margin:0 auto;text-align:center;padding:20px 20px 40px}.hero-badge{display:inline-block;background:#f0b2321a;border:1px solid rgba(240,178,50,.25);color:var(--accent-color);padding:8px 20px;border-radius:30px;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:24px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:16px;letter-spacing:-1px;line-height:1.15}.text-glow{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);margin-bottom:36px;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.input-form{padding:30px;display:flex;flex-direction:column;gap:20px;background:#1a133399}.input-row{display:flex;gap:16px}.input-group{flex:1;text-align:left}.input-label{display:block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:8px}.text-input{width:100%;background:#ffffff0d;border:1px solid var(--border-color);border-radius:14px;padding:16px 20px;color:var(--text-main);font-size:1.05rem;font-family:inherit;outline:none;transition:all .3s ease}.text-input:focus{border-color:var(--accent-color);box-shadow:0 0 20px #f0b2321f;background:#ffffff14}.quick-picks-section{display:flex;flex-direction:column;gap:10px}.quick-picks{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.quick-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.quick-btn{background:#ffffff0d;border:1px solid var(--border-color);color:var(--text-muted);padding:7px 14px;border-radius:10px;cursor:pointer;font-size:.88rem;font-weight:500;transition:all .25s ease}.quick-btn:hover{color:var(--text-main);border-color:var(--accent-color);background:#f0b2320f}.quick-btn.active{border-color:var(--accent-color);color:var(--accent-color);background:#f0b2321a;box-shadow:0 0 14px #f0b2321f}.submit-btn{background:var(--gradient-primary);color:#fff;border:none;padding:16px;font-size:1.15rem;font-weight:700;border-radius:14px;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;min-height:58px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #f0b2324d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.loading-state{display:flex;align-items:center;gap:12px}.spinner{width:22px;height:22px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.features-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}.feature-card{padding:20px 14px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;transition:all .3s ease;background:#1a133380}.interactive-feature{cursor:pointer}.feature-card:hover{transform:translateY(-4px);border-color:#f0b23233;box-shadow:0 10px 20px #0003;background:#1a1333cc}.feature-icon{font-size:1.6rem;margin-bottom:4px}.feature-card strong{font-size:.95rem}.feature-desc{font-size:.78rem;color:var(--text-muted)}.feature-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0514bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.feature-modal-content{position:relative;width:100%;max-width:480px;padding:0;border-radius:24px;background:var(--bg-surface);border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 60px #00000080;text-align:center;overflow:hidden}.feature-modal-close{position:absolute;top:16px;right:16px;background:#0a051499;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);color:#fff;width:36px;height:36px;border-radius:50%;font-size:1.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.feature-modal-close:hover{background:#ff7a5ccc;transform:scale(1.1)}.feature-modal-hero{position:relative;width:100%;height:200px}.feature-modal-img{width:100%;height:100%;object-fit:cover}.feature-modal-icon-overlay{position:absolute;bottom:-28px;left:50%;transform:translate(-50%);width:56px;height:56px;background:var(--bg-surface);border:1px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;box-shadow:0 8px 24px #00000080;z-index:5}.feature-modal-text{padding:40px 30px 30px}.feature-modal-title{font-size:1.5rem;color:var(--text-main);margin-bottom:12px}.feature-modal-details{font-size:1rem;color:var(--text-muted);line-height:1.6}.animate-fadeIn{animation:fadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:700px){.hero-title{font-size:2.4rem}.input-row{flex-direction:column}.features-row{grid-template-columns:repeat(2,1fr)}.feature-modal-content{max-width:90%}.feature-modal-text{padding:40px 20px 20px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;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{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;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{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.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{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height: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{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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);width:36px;height: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{width:44px;height: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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;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{height:0;border-top:1px solid #ddd;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{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.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{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.city-map-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0514d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.city-map-modal{width:100%;max-width:1000px;height:80vh;display:flex;flex-direction:column;overflow:hidden;border-radius:20px;background:var(--bg-surface);border:1px solid var(--border-color);box-shadow:0 20px 60px #00000080}.city-map-header{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);background:#1a1333f2}.city-map-title{font-size:1.3rem;font-weight:600;color:var(--text-main);margin:0}.city-map-close{background:#ffffff1a;border:none;color:var(--text-main);width:36px;height:36px;border-radius:50%;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.city-map-close:hover{background:#ff7a5c33;color:#ff7a5c;transform:scale(1.05)}.city-map-body{flex:1;width:100%;position:relative;background:#000}.animate-fadeIn{animation:fadeIn .4s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:700px){.city-map-modal{height:90vh}}.results-wrapper{max-width:1100px;margin:0 auto}.results-hero{position:relative;height:380px;border-radius:24px;overflow:hidden;margin:0 20px}.interactive-hero{cursor:pointer}.results-hero-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1),filter .6s ease}.results-hero:hover .results-hero-img{transform:scale(1.05);filter:brightness(.7) blur(2px)}.hero-map-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);opacity:0;display:flex;flex-direction:column;align-items:center;gap:12px;background:#0a051499;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);padding:24px 40px;border-radius:20px;transition:all .4s cubic-bezier(.2,.8,.2,1);z-index:5;color:#fff;font-weight:600;font-size:1.2rem;box-shadow:0 10px 30px #0000004d}.attraction-card,.hotel-card,.restaurant-card{padding:24px;border-radius:20px;background:#1a133366;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.05);transition:all .3s ease;animation:slideUpFade .6s ease forwards;opacity:0;display:flex;flex-direction:column;position:relative}.card-image{margin:-24px -24px 20px;height:180px;border-radius:20px 20px 0 0;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.attraction-card:hover .card-image img,.hotel-card:hover .card-image img,.restaurant-card:hover .card-image img{transform:scale(1.05)}.hero-map-icon{font-size:2.5rem}.results-hero:hover .hero-map-overlay{opacity:1;transform:translate(-50%,-50%) scale(1)}.results-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,var(--bg-color) 0%,rgba(15,10,30,.5) 40%,transparent 100%);display:flex;flex-direction:column;justify-content:space-between;padding:24px 32px 32px;pointer-events:none}.results-hero-overlay .back-btn,.results-hero-overlay .results-hero-content{pointer-events:auto}.back-btn{align-self:flex-start;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);color:#fff;padding:8px 18px;border-radius:10px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .25s ease}.back-btn:hover{background:#fff3;transform:translate(-4px)}.results-hero-content{display:flex;flex-direction:column;gap:6px}.results-badge{display:inline-block;width:fit-content;background:#f0b23226;border:1px solid rgba(240,178,50,.35);color:var(--accent-color);padding:4px 14px;border-radius:20px;font-size:.78rem;font-weight:600;letter-spacing:.5px}.results-city{font-size:3.2rem;font-weight:700;text-shadow:0 4px 16px rgba(0,0,0,.5)}.results-country{font-size:1.1rem;color:var(--text-muted);margin-bottom:8px}.results-stats{display:flex;gap:10px;flex-wrap:wrap}.stat-chip{background:#ffffff14;padding:5px 12px;border-radius:8px;font-size:.85rem;font-weight:500}.tabs-container{position:sticky;top:57px;z-index:50;background:#0f0a1ee0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:12px 20px;border-bottom:1px solid var(--border-color)}.tabs-scroll{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;max-width:1100px;margin:0 auto}.tabs-scroll::-webkit-scrollbar{display:none}.tab-btn{background:transparent;border:1px solid var(--border-color);color:var(--text-muted);padding:9px 18px;border-radius:10px;cursor:pointer;font-weight:500;font-size:.88rem;white-space:nowrap;transition:all .25s ease}.tab-btn:hover{color:var(--text-main);background:#ffffff0d}.tab-btn.active{color:#000;background:var(--gradient-primary);border-color:transparent;font-weight:700}.tab-content-area{padding:30px 20px 60px;max-width:1100px;margin:0 auto}.section-heading{font-size:1.8rem;margin-bottom:8px}.section-desc{color:var(--text-muted);margin-bottom:24px;font-size:.95rem}.attractions-grid{display:flex;flex-direction:column;gap:16px;margin-top:20px}.attraction-card:hover,.hotel-card:hover,.restaurant-card:hover{transform:translateY(-5px);background:#1a133399;border-color:#ffffff26;box-shadow:var(--shadow-lg)}.attraction-number{font-size:2.5rem;font-weight:800;color:#ffffff0d;position:absolute;top:190px;right:24px;line-height:1}.itinerary-container{display:flex;flex-direction:column;gap:32px}.itinerary-day-card{padding:32px;background:#1a133366}.day-title{font-size:1.6rem;color:var(--text-main);margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.timeline{display:flex;flex-direction:column}.timeline-item{display:flex;position:relative;padding-bottom:32px}.timeline-time{width:85px;flex-shrink:0;text-align:right;padding-right:24px;position:relative;font-weight:600;color:var(--accent-amber);padding-top:4px;font-size:.9rem}.timeline-time:after{content:"";position:absolute;top:24px;bottom:-32px;right:-1px;width:2px;background:var(--gradient-primary);opacity:.3}.timeline-item:last-child .timeline-time:after{display:none}.timeline-time:before{content:"";position:absolute;top:6px;right:-6px;width:12px;height:12px;border-radius:50%;background:var(--gradient-primary);box-shadow:0 0 10px #f0b23280;z-index:2}.timeline-marker{display:none}.timeline-content{flex-grow:1;background:#1a133399;padding:20px;border-radius:16px;border:1px solid rgba(255,255,255,.05);transition:transform .3s ease;margin-left:24px}.timeline-content:hover{transform:translate(4px);border-color:#ffffff26}.timeline-type{font-size:.75rem;font-weight:700;letter-spacing:.05em;color:var(--accent-purple);margin-bottom:8px;display:inline-block}.timeline-item-title{font-size:1.15rem;color:var(--text-main);margin-bottom:8px}.timeline-item-desc{font-size:.9rem;color:var(--text-muted);margin-bottom:12px;line-height:1.5}.timeline-duration{font-size:.8rem;color:#ffffffb3;background:#0000004d;padding:4px 10px;border-radius:12px;display:inline-flex}.attraction-info{flex:1}.attraction-name{font-size:1.2rem;margin-bottom:6px}.attraction-desc{color:var(--text-muted);font-size:.92rem;line-height:1.5;margin-bottom:12px}.attraction-meta{display:flex;gap:10px;flex-wrap:wrap}.meta-chip{background:#ffffff0f;padding:4px 12px;border-radius:8px;font-size:.82rem;color:var(--text-muted)}.hotels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-top:20px}.hotel-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.hotel-name{font-size:1.1rem;flex:1}.hotel-price{font-family:Clash Display,sans-serif;font-size:1.4rem;font-weight:700;color:var(--accent-color);white-space:nowrap}.hotel-price span{font-size:.75rem;color:var(--text-muted);font-weight:400}.hotel-location{color:var(--text-muted);font-size:.88rem;margin-bottom:8px}.hotel-rating{color:#f0b232;font-size:.9rem;margin-bottom:12px}.rating-num{color:var(--text-muted);margin-left:6px;font-size:.82rem}.hotel-features{display:flex;flex-wrap:wrap;gap:6px}.feature-chip{background:#ffffff0f;padding:4px 10px;border-radius:6px;font-size:.78rem;color:var(--text-muted)}.food-section{display:flex;flex-direction:column;gap:20px;margin-top:20px}.local-dishes{padding:24px;background:var(--bg-surface)}.local-dishes h4{margin-bottom:14px;font-size:1.1rem}.dishes-grid{display:flex;flex-wrap:wrap;gap:10px}.dish-chip{background:linear-gradient(135deg,#f0b2321f,#ff7a5c14);border:1px solid rgba(240,178,50,.25);color:var(--accent-color);padding:8px 16px;border-radius:10px;font-size:.9rem;font-weight:500}.restaurants-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.restaurant-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.restaurant-name{font-size:1.05rem}.restaurant-price{color:var(--accent-color);font-weight:600;font-size:.85rem}.restaurant-specialty{color:var(--accent-secondary);font-size:.88rem;margin-bottom:6px}.restaurant-desc{color:var(--text-muted);font-size:.85rem;line-height:1.4}.budget-container{padding:32px;margin-top:20px;background:var(--bg-surface)}.budget-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border-color)}.budget-label{font-size:1.1rem;color:var(--text-muted);font-weight:500}.budget-amount{font-family:Clash Display,sans-serif;font-size:2.4rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.budget-bars{display:flex;flex-direction:column;gap:18px}.budget-row{animation:slideUpFade .5s ease both}.budget-row-info{display:flex;align-items:center;gap:10px;margin-bottom:8px}.budget-icon{font-size:1.2rem}.budget-category{flex:1;font-size:.95rem}.budget-row-amount{font-weight:600;color:var(--text-main)}.budget-bar-track{width:100%;height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden}.budget-bar-fill{height:100%;background:var(--gradient-primary);border-radius:4px;animation:barGrow .8s ease both}@keyframes barGrow{0%{width:0}}.reel-container{display:flex;flex-direction:column;gap:16px;margin-top:20px}.reel-hook{padding:24px;text-align:center;border:1px solid rgba(232,107,255,.2)!important;background:#e86bff0a!important}.reel-label{display:block;font-size:.82rem;color:var(--accent-secondary);font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.reel-hook-text{font-size:1.3rem;font-weight:600;color:var(--text-main);font-style:italic}.reel-timeline{display:flex;flex-direction:column;gap:12px}.reel-step{display:flex;gap:16px;padding:20px;transition:all .3s ease;animation:slideUpFade .5s ease both;background:var(--bg-surface)}.reel-step:hover{border-color:#e86bff33;transform:translate(6px)}.reel-step-num{min-width:36px;height:36px;background:#e86bff1a;border:1px solid rgba(232,107,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--accent-secondary);font-size:.9rem;flex-shrink:0}.reel-step-content{display:flex;flex-direction:column;gap:6px}.reel-vo,.reel-scene,.reel-overlay{font-size:.92rem;color:var(--text-muted);line-height:1.5}.reel-vo strong,.reel-scene strong,.reel-overlay strong{color:var(--text-main)}.social-container{display:flex;flex-direction:column;gap:24px;margin-top:20px}.social-subhead{font-size:1.15rem;margin-bottom:14px}.captions-section{display:flex;flex-direction:column;gap:12px}.caption-card{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;gap:16px;background:var(--bg-surface)}.caption-text{font-size:1rem;font-style:italic;color:var(--text-main);flex:1}.copy-btn{background:#f0b2321a;border:1px solid rgba(240,178,50,.3);color:var(--accent-color);padding:6px 14px;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:600;transition:all .2s ease;white-space:nowrap}.copy-btn:hover{background:#f0b23233}.hashtags-section{padding:24px;background:var(--bg-surface)}.hashtags-cloud{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.hashtag-chip{background:#e86bff14;border:1px solid rgba(232,107,255,.15);padding:6px 14px;border-radius:8px;font-size:.88rem;color:var(--accent-secondary);font-weight:500;transition:all .2s ease;cursor:default}.hashtag-chip:hover{background:#e86bff26;border-color:#e86bff4d}.copy-all-btn{background:var(--gradient-primary);color:#fff;border:none;padding:10px 24px;border-radius:10px;cursor:pointer;font-weight:700;font-size:.9rem;transition:all .25s ease}.copy-all-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #f0b23240}.prompts-list{display:flex;flex-direction:column;gap:12px;margin-top:20px}.prompt-card{padding:20px;transition:all .3s ease;animation:slideUpFade .5s ease both;background:var(--bg-surface)}.prompt-card:hover{border-color:#f0b23233}.prompt-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.prompt-label{font-weight:600;font-size:.95rem}.prompt-text{color:var(--text-muted);font-size:.9rem;line-height:1.5;font-style:italic;padding:12px;background:#00000040;border-radius:10px;border:1px solid var(--border-color)}@media(max-width:768px){.results-wrapper{padding:80px 20px 40px}.results-hero{height:260px}.results-city{font-size:3rem}.results-stats{flex-direction:column;gap:8px;align-items:center}.attractions-grid,.hotels-grid,.restaurants-list{grid-template-columns:1fr}.budget-container,.social-container{padding:20px}.timeline-time{width:65px;padding-right:16px;font-size:.8rem}.timeline-content{margin-left:16px;padding:16px}.itinerary-day-card{padding:20px}}.chat-assistant-container{position:fixed;bottom:30px;right:30px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end}.chat-toggle-btn{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#eab308);border:none;color:#fff;font-size:1.8rem;cursor:pointer;box-shadow:0 4px 15px #f59e0b66;transition:transform .3s ease,box-shadow .3s ease;display:flex;justify-content:center;align-items:center}.chat-toggle-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #f59e0b99}.chat-window{width:350px;height:450px;background:#16213ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;margin-bottom:15px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 30px #00000080;animation:slideUpFade .3s ease;transform-origin:bottom right}.chat-header{padding:15px;background:#0003;border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center}.chat-header h4{margin:0;font-size:1rem;color:#fff;display:flex;align-items:center;gap:8px}.close-chat-btn{background:none;border:none;color:#a0aec0;font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.close-chat-btn:hover{color:#fff}.chat-messages{flex:1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.chat-message{max-width:85%;padding:10px 14px;border-radius:12px;font-size:.9rem;line-height:1.4;animation:slideUpFade .3s ease}.chat-message.bot{background:#ffffff0d;color:#e2e8f0;align-self:flex-start;border-bottom-left-radius:4px}.chat-message.user{background:#f59e0b33;color:#fbd38d;align-self:flex-end;border-bottom-right-radius:4px;border:1px solid rgba(245,158,11,.3)}.chat-message.system-status{background:transparent;color:#a0aec0;font-size:.8rem;font-style:italic;align-self:center;margin:5px 0}.chat-input-area{padding:15px;background:#0003;border-top:1px solid rgba(255,255,255,.05)}.chat-input-area form{display:flex;gap:10px}.chat-input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px 15px;border-radius:20px;outline:none;font-size:.9rem}.chat-input:focus{border-color:#f59e0b80}.chat-send-btn{background:#f59e0b;color:#fff;border:none;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s}.chat-send-btn:hover{transform:scale(1.1)}.chat-send-btn:disabled{background:#4a5568;cursor:not-allowed;transform:none}.typing-indicator{display:flex;gap:4px;padding:4px 8px}.typing-dot{width:6px;height:6px;background:#a0aec0;border-radius:50%;animation:typing 1.4s infinite ease-in-out both}.typing-dot:nth-child(1){animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media(max-width:480px){.chat-assistant-container{bottom:20px;right:20px}.chat-window{width:300px;height:400px}}.App{min-height:100vh;display:flex;flex-direction:column}.app-header{padding:18px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);background:#0f0a1ed9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.logo{font-family:Clash Display,sans-serif;font-size:1.4rem;font-weight:700;display:flex;align-items:center;gap:10px;color:var(--text-main);-webkit-user-select:none;user-select:none}.logo-icon{font-size:1.6rem}.header-new-btn{background:#f0b2321a;border:1px solid rgba(240,178,50,.3);color:var(--accent-color);padding:8px 18px;border-radius:10px;cursor:pointer;font-weight:600;font-size:.88rem;transition:all .25s ease}.header-new-btn:hover{background:#f0b23233;transform:translateY(-1px)}.header-right{display:flex;align-items:center;gap:16px}.user-menu{display:flex;align-items:center;gap:10px}.user-avatar{width:34px;height:34px;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:#fff}.user-name{font-size:.9rem;font-weight:500;color:var(--text-muted)}.signout-btn{background:#ffffff0f;border:1px solid var(--border-color);color:var(--text-muted);padding:6px 14px;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:500;transition:all .2s ease}.signout-btn:hover{background:#ef44441a;border-color:#ef44444d;color:#f87171}.main-content{flex:1;position:relative;z-index:10}.bg-glow{position:fixed;top:40%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(232,107,255,.03) 0%,transparent 70%);z-index:0;pointer-events:none}
