@font-face{font-family:Aeonik;src:url(/assets/AeonikTRIAL-Regular-DlwDMZBl.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Aeonik;src:url(/assets/AeonikTRIAL-Bold-DxajmirB.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Aeonik;src:url(/assets/AeonikTRIAL-BoldItalic-CjphIgc5.otf) format("opentype");font-weight:700;font-style:italic}@font-face{font-family:Aeonik;src:url(/assets/AeonikTRIAL-Light-B1ugUP6h.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Aeonik;src:url(/assets/AeonikTRIAL-LightItalic-DbHyaIjc.otf) format("opentype");font-weight:300;font-style:italic}@font-face{font-family:Aeonik;src:url(/assets/AeonikTRIAL-RegularItalic-CiWeSxlr.otf) format("opentype");font-weight:400;font-style:italic}*{padding:0;margin:0;box-sizing:border-box;font-family:Aeonik,sans-serif}.background-asset{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:absolute;z-index:-1}.background-asset #img-0{position:absolute;width:100%;top:-200px;transform:rotate(180deg)}.background-asset #img-1{position:absolute;width:100%;bottom:-100px}.chat-area{width:700px;height:100%;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.chat{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;transition:all .3s ease}.chat-area.hidden .chat{height:100%}.chat-area.hidden .chat form{height:150px}.chat-area.hidden .chat .history{height:100%;max-height:100%}.chat form{border-radius:10px;border:1px solid #ececec;padding:15px 20px;background-color:#fff;width:100%;height:200px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;transition:all .3s ease}.chat .info-bar{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;transition:all .3s ease}.chat-area.hidden .chat .info-bar{height:0;margin:0;padding:0;overflow:hidden}.chat .info-bar .info{position:relative;box-shadow:0 2px 4px #0000001a;width:100%;font-size:14px;color:#666;border-radius:10px;padding:10px 20px;background-color:#fff;border:1px solid #ececec;display:flex;flex-direction:column;gap:5px}.chat textarea{width:100%;height:100%;border:none;resize:none;font-size:16px;font-family:inherit;outline:none}.chat .buttons{display:flex;justify-content:space-between;width:100%}.chat .buttons button{outline:none;border:none;background-color:#fff;border-radius:100%;width:30px;height:30px;border:1px solid #ececec;transition:all .3s ease}.chat .buttons button:hover{transform:scale(1.1) translateY(-2px)}.chat .buttons #submit-btn{background-color:#000;color:#fff}.history{width:100%;max-height:400px;overflow:auto;padding:8px 6px;display:flex;flex-direction:column;gap:8px;background:#fafafa;border:1px solid #ececec;border-radius:10px}.bubble{max-width:90%;border:1px solid #ececec;background:#fff;padding:10px 12px;border-radius:12px;line-height:1.4;word-wrap:break-word;box-shadow:0 2px 4px #0000000d}.bubble.user{align-self:flex-end;background:#0b68ff;color:#fff;border-color:#0b68ff}.bubble.assistant{align-self:flex-start}.bubble .suggestions{margin-top:6px;padding-left:18px}.error{color:#b00020;border:1px solid #ffd6db;background:#fff0f1;padding:8px 10px;border-radius:8px}.chat form:has(textarea:disabled){opacity:.9}.chat textarea::placeholder{color:#aaa}.auto-dropdown{position:absolute;width:300px;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #ececec;border-radius:10px;box-shadow:0 6px 14px #0000001f;z-index:1000;overflow:hidden}.auto-status{padding:10px 14px;font-size:14px;color:#666}.auto-list{list-style:none;margin:0;padding:6px 0;max-height:260px;overflow:auto}.auto-item{padding:10px 14px;cursor:pointer;font-size:15px;color:#333;display:flex;gap:6px;align-items:center}.auto-item:hover,.auto-item.active{background:#f7f7f7}.auto-primary{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drp-dropdown{padding:10px 10px 8px;width:300px;z-index:1000}.drp-head{display:flex;align-items:center;justify-content:space-between;padding:6px 6px 8px}.drp-nav{border:1px solid #ececec;background:#fff;border-radius:8px;width:32px;height:32px;cursor:pointer;transition:transform .2s ease}.drp-nav:hover{transform:translateY(-1px)}.drp-spacer{flex:1}.drp-months{display:grid;grid-template-columns:1fr;gap:14px;padding:0 6px 10px}.drp-months .drp-month:nth-child(2){display:none}.drp-month{width:100%}.drp-month-h{font-size:14px;color:#333;font-weight:600;margin:6px 4px 8px}.drp-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.drp-dow{margin:0 4px 6px}.drp-dow-cell{font-size:12px;color:#888;text-align:center}.drp-cell{height:36px;border:1px solid #ececec;border-radius:8px;background:#fff;font-size:14px;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.drp-cell:hover{background:#f7f7f7}.drp-cell.empty{border:none;background:transparent;cursor:default}.drp-cell.disabled{color:#bbb;border-style:dashed;cursor:not-allowed;background:#fafafa}.drp-cell.inrange{background:#f1f1f1;border-color:#e5e5e5}.drp-cell.start,.drp-cell.end{background:#000;color:#fff;border-color:#000}.drp-footer{display:flex;align-items:center;justify-content:space-between;padding:6px;border-top:1px solid #f0f0f0}.drp-clear{border:1px solid #ececec;background:#fff;border-radius:8px;padding:6px 10px;font-size:13px;cursor:pointer}.drp-summary{font-size:13px;color:#666}@media(max-width:520px){.drp-months{grid-template-columns:1fr}}.auto-wrap{position:relative;width:100%}.auto-input{border:none;outline:none;font-size:16px;width:100%;position:relative;z-index:1000}.qty-pop{padding:10px;min-width:260px;z-index:1000}.qty-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:4px 2px 10px}.qty-label{display:flex;flex-direction:column;font-size:14px;color:#333;font-weight:600}.qty-sub{font-size:12px;color:#888;font-weight:400}.qty-ctrls{display:grid;grid-template-columns:36px 48px 36px;align-items:center;gap:8px}.qty-btn{border:1px solid #ececec;background:#fff;border-radius:8px;width:36px;height:36px;font-size:18px;line-height:1;cursor:pointer;transition:transform .2s ease}.qty-btn:hover{transform:translateY(-1px)}.qty-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.qty-count{text-align:center;font-size:16px;color:#333}.qty-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f0f0;padding:8px 2px 2px}.qty-done{border:1px solid #ececec;background:#000;color:#fff;border-radius:8px;padding:6px 12px;font-size:13px;cursor:pointer}.qty-done:hover{filter:brightness(.96)}.location-block{background-color:#fff;border:1px solid #ececec;border-radius:10px;padding:10px;position:relative;display:flex;gap:10px;max-width:300px;width:100%;height:100px;transition:transform .12s ease,box-shadow .12s ease}.location-block:hover{transform:translateY(-1px);box-shadow:0 2px 10px #0000000f}.location-block img{height:100%;aspect-ratio:1/1;border-radius:10px;flex:0 0 auto;object-fit:cover}.location-block .details{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.location-block h3{margin:0;font-size:16px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-block p{margin:0;color:#666;font-size:13px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.location-block p.sub{color:#8a8a8a}.location-block .drag-indicator{position:absolute;right:10px;top:50%;transform:translateY(-50%);height:40px;width:2px;border-radius:2px;background-color:#adadad}.content-hub{width:100%;height:100%;padding:10px;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column;gap:10px}.content-hub.hidden{width:0;height:0;padding:0;margin:0;overflow:hidden}.content-hub .content-area{width:100%;height:100%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;border:1px solid #ececec;background-color:#fff}.content-hub .content-area .menu{width:100%;display:flex;justify-content:space-between;align-items:center;position:absolute;top:0;padding:10px;z-index:100}.content-hub .content-area .menu .view{display:flex;gap:10px}.content-hub .content-area .menu .view p{border-radius:15px;padding:6px 15px;box-shadow:0 2px 4px #0000001a;font-size:14px;height:30px;background-color:#fff;border:1px solid #ececec}.content-hub .content-area .menu .view button{border:none;background-color:#fff;cursor:pointer;border-radius:20px;width:30px;height:30px;border:1px solid #ececec;box-shadow:0 2px 4px #0000001a}.content-hub .content-area .menu .view button:hover{background-color:#f5f5f5}.content-hub .content-area .menu .toggle{position:relative}.content-hub .content-area .menu .toggle .toggle-btn{border:1px solid #ececec;background-color:#fff;cursor:pointer;border-radius:20px;height:30px;padding:0 12px;box-shadow:0 2px 4px #0000001a;display:inline-flex;align-items:center;gap:6px;line-height:30px;font-size:14px}.content-hub .content-area .menu .toggle .toggle-btn:hover{background-color:#f5f5f5}.content-hub .content-area .menu .toggle .toggle-menu{position:absolute;top:calc(100% + 8px);right:0;background-color:#fff;border:1px solid #ececec;border-radius:10px;padding:6px;min-width:160px;box-shadow:0 2px 4px #0000001a;z-index:10;list-style:none;margin:0}.content-hub .content-area .menu .toggle .toggle-item{width:100%;text-align:left;border:1px solid #ececec;background-color:transparent;cursor:pointer;border-radius:20px;height:30px;padding:0 12px;margin:4px 0;box-shadow:0 2px 4px #0000001a;font-size:14px;display:inline-flex;align-items:center}.content-hub .content-area .menu .toggle .toggle-item:hover{background-color:#f5f5f5}.content-hub .content-area .menu .toggle .chev{font-size:10px;transform:translateY(-1px)}.content-hub .content-area .view-preview{width:100%;height:100%}.content-hub .content-area .map-container{width:100%;height:100%;border:1px solid #ececec;border-radius:10px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.content-hub .content-area .map-el{width:100%;height:100%}.content-hub .content-area .location-list{position:absolute;top:50px;left:10px;display:flex;flex-direction:column;gap:10px;width:340px;max-height:calc(100% - 70px);overflow-y:auto;z-index:50}.content-hub .info-bar{width:100%;position:relative;display:flex;justify-content:center;align-items:center;gap:10px;transition:all .3s ease}.content-hub .info-bar .info{box-shadow:0 2px 4px #0000001a;width:700px;font-size:14px;color:#666;border-radius:10px;padding:10px 20px;background-color:#fff;border:1px solid #ececec;display:flex;flex-direction:column;gap:5px}.content-hub .info-bar .info input{border:none;outline:none;font-size:16px;width:100%}.calendar-preview{width:100%;height:100%;box-sizing:border-box;padding-top:50px;padding-left:10px}.calendar-empty{border:1px solid #ececec;background:#fff;border-radius:10px;padding:12px;text-align:center;color:#666}.calendar-grid{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));grid-template-columns:repeat(5,minmax(250px,1fr));gap:12px;width:100%;height:100%}.calendar-day{background:#fff;padding-right:12px;border-right:1px solid #ececec;height:100%}.calendar-day h4{margin:0 0 8px}.calendar-day-list{display:flex;flex-direction:column;position:relative;gap:8px}.calendar-day .location-block{max-width:100%}.calendar-day .location-block img{height:40px;width:40px}.draggable-wrapper{transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}.draggable-wrapper.dragging{opacity:.7;transform:scale(.98);box-shadow:0 4px 12px #0000001f}.drop-slot{height:6px;border-radius:6px;background:transparent;transition:background-color .12s ease,height .12s ease,margin .12s ease;margin:2px 4px}.drop-slot.active{height:8px;background:#1a73e8;margin:4px 2px}.drag-layer{position:fixed;pointer-events:none;z-index:2000}.map-pin{background:#111;color:#fff;width:28px;height:28px;border-radius:14px;display:flex;align-items:center;justify-content:center;font:600 13px/1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;box-shadow:0 1px 4px #00000059;transform:translateY(-4px)}.booking{width:100%;height:100%;display:flex;justify-content:right;align-items:bottom}.booking p{font-size:18px;margin:0;width:100%;text-align:right;align-self:flex-end;padding:0 20px;-webkit-user-select:none;user-select:none}.booking p:hover{text-decoration:underline;cursor:pointer}nav{width:100%;display:flex;justify-content:center;align-items:center;padding:5px 10px 0}nav h1{font-size:22px;font-size:30px;font-weight:400}.hotel-booking.hidden{width:0;height:0;padding:0;margin:0;overflow:hidden}.hotel-booking{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff59;z-index:100000;padding:10px}.hotel-booking .modal{position:relative;width:520px;max-width:92vw;max-height:82vh;background-color:#fff;border-radius:10px;border:1px solid #ececec;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:10px;transition:transform .2s ease,box-shadow .2s ease;transform:translateY(0);overflow:hidden}.hotel-booking .modal:focus-within{box-shadow:0 6px 12px #0000001f}.hb-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #ececec;background:#fff;position:sticky;top:0;z-index:2}.hb-header h3{margin:0;font-size:16px;font-weight:600;color:#222}.hb-close{border:1px solid #ececec;background-color:#fff;cursor:pointer;border-radius:20px;width:30px;height:30px;box-shadow:0 2px 4px #0000001a;line-height:30px;display:inline-flex;align-items:center;justify-content:center}.hb-close:hover{background-color:#f5f5f5}.hb-controls{width:100%;display:grid;grid-template-columns:1fr;gap:10px;padding:8px 10px 10px}.hb-destination,.hb-dates,.hb-guests{display:flex;align-items:center;gap:8px;border:1px solid #ececec;background-color:#fff;border-radius:10px;padding:8px 10px;box-shadow:0 2px 4px #0000001a}.hb-destination label,.hb-dates label,.hb-guests label{font-size:12px;color:#666;min-width:72px}.hb-destination input,.hb-dates input,.hb-guests input{border:none;outline:none;font-size:14px;width:100%;background:transparent;color:#222}.hb-dates span{color:#999;font-size:12px}.hb-test-btn{border:1px solid #ececec;background-color:#fff;cursor:pointer;border-radius:20px;height:34px;padding:0 14px;box-shadow:0 2px 4px #0000001a;font-size:14px;justify-self:start}.hb-test-btn:hover{background-color:#f5f5f5}@media(min-width:560px){.hb-controls{grid-template-columns:1fr 1fr}.hb-destination{grid-column:span 2}.hb-test-btn{grid-column:span 2;justify-self:end}}.hb-error{margin:0 10px;border:1px solid #ececec;background:#fff8f8;color:#b00020;border-radius:10px;padding:8px 10px;font-size:13px;box-shadow:0 2px 4px #00000014}.hb-results{padding:0 10px 10px;overflow:auto;flex:1 1 auto}.hb-empty{border:1px solid #ececec;background:#fff;border-radius:10px;padding:12px;text-align:center;color:#666;font-size:14px;box-shadow:0 2px 4px #0000001a}.hb-card{display:grid;grid-template-columns:72px 1fr;gap:10px;border:1px solid #ececec;background:#fff;border-radius:10px;padding:10px;margin-bottom:10px;box-shadow:0 2px 4px #0000001a}.hb-thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;border:1px solid #ececec}.hb-thumb img{width:100%;height:100%;object-fit:cover}.hb-meta{display:flex;flex-direction:column;gap:4px}.hb-title{font-size:15px;font-weight:600;color:#222}.hb-sub{font-size:13px;color:#666}.hb-row{display:flex;align-items:center;gap:6px;font-size:13px;color:#444}.hb-link{margin-left:auto;font-size:13px;text-decoration:none;border:1px solid #ececec;border-radius:20px;padding:4px 10px;background:#fff;box-shadow:0 2px 4px #00000014}.hb-link:hover{background:#f5f5f5}.App{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%}.app-content{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.toggle-content-btn{position:absolute;bottom:20px;right:20px;border:none;background-color:#fff;cursor:pointer;border-radius:10px;padding:10px 15px;border:1px solid #ececec;box-shadow:0 2px 4px #0000001a}
