@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap";:root{--bg: #0f0f0f;--surface: #ffffff;--text: #121212;--muted: #5d5d5d;--brand: #19d3e6;--brand-strong: #10b8cd;--brand-soft: rgba(25, 211, 230, .16);--brand-tint: rgba(25, 211, 230, .2);--brand-border: rgba(25, 211, 230, .22);--brand-surface: #ecfdff;--brand-surface-strong: #cffafe;--primary: #19d3e6;--primary-strong: #10b8cd;--line: #e6e6e6;--ok: #0f9d58;--radius: 16px;--shadow: 0 16px 40px rgba(0, 0, 0, .12);--pull-refresh-offset: 0px}*{box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}*::-webkit-scrollbar{width:0;height:0;display:none}html,body,#root{min-height:100%;height:100%}html{background:#fff;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:Manrope,sans-serif;background:#fff;color:var(--text);overscroll-behavior-y:contain}body.is-pulling-refresh #root{transform:translateY(var(--pull-refresh-offset))}#root{transition:transform .16s ease}.pwa-pull-refresh-indicator{position:fixed;top:10px;left:50%;transform:translate(-50%,calc(-100% + var(--pull-refresh-offset)));z-index:2200;padding:8px 14px;border-radius:999px;background:#0f172ae0;color:#fff;font-size:.76rem;font-weight:700;pointer-events:none;opacity:0;transition:opacity .16s ease,transform .16s ease}body.is-pulling-refresh .pwa-pull-refresh-indicator{opacity:1}body.is-refresh-armed .pwa-pull-refresh-indicator{background:var(--primary);color:#04252a}h1,h2,h3,h4,p{margin:0}.center-screen{min-height:100vh;display:grid;place-items:center}.layout{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.sidebar{background:linear-gradient(180deg,#0a0a0a,#181818);color:#fff;padding:24px;display:flex;flex-direction:column;gap:18px}.brand{font-size:clamp(1.4rem,1.1rem + 1.4vw,2rem);font-weight:800;letter-spacing:.03em}.role-chip{display:inline-block;background:var(--brand-tint);padding:4px 10px;border-radius:999px;font-size:.75rem;margin-top:6px;color:#d8fbff}.content{padding:24px;display:flex;flex-direction:column;gap:20px}.shell-bottom-spacer{display:none;flex:0 0 auto}.nav-list{display:flex;flex-direction:column;gap:8px}.nav-link{color:#ececec;text-decoration:none;padding:10px 12px;border-radius:12px}.nav-link.active,.nav-link:hover{background:var(--brand-soft);color:#defcff}.profile-entry,.welcome-profile-link{color:inherit;text-decoration:none}.profile-entry{display:block}.row{display:flex;align-items:center}.wrap{flex-wrap:wrap}.gap-xs{gap:6px}.gap-sm{gap:10px}.stack{display:flex;flex-direction:column;gap:12px;min-width:0}.grid-2,.grid-3{display:grid;gap:14px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px;display:flex;flex-direction:column;gap:12px}.btn{border:0;background:var(--primary);color:#171717;border-radius:12px;height:48px;padding:0 16px;cursor:pointer;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.btn-with-icon{display:inline-flex;align-items:center;gap:6px}.btn-icon{width:16px;height:16px;flex:0 0 16px}.chat-alert-dot{width:8px;height:8px;border-radius:999px;background:#ef4444;display:inline-block;box-shadow:0 0 0 1px #fffc}.btn-spinner{width:14px;height:14px;border:2px solid rgba(0,0,0,.25);border-top-color:#000000bf;border-radius:999px;display:inline-block;margin-right:8px;vertical-align:-2px;animation:btn-spin .8s linear infinite}.btn:hover{background:var(--primary-strong)}.btn:disabled{opacity:.5;cursor:not-allowed}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#0f0f0f8f;overflow-y:auto;overscroll-behavior:contain}.modal-card{width:min(420px,100%);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;display:flex;flex-direction:column;gap:14px;max-height:calc(100dvh - 48px);overflow-y:auto}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn-ghost{background:#fff;border:1px solid var(--line);color:#1c1c1c}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.btn-warn{background:#f97316;color:#fff}.btn-warn:hover{background:#ea580c}.guide-progress-btn,.tourist-booking-action-btn{width:100%}.input,select,textarea{width:100%;min-height:48px;border:1px solid var(--line);border-radius:12px;padding:0 12px;font-family:inherit;font-size:16px;line-height:1.35}.input,select{height:48px}textarea{padding:10px 12px}.input:focus,select:focus,textarea:focus,.input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #19d3e62e}.discover-search{position:relative}.input.discover-search-input{height:60px;min-height:60px;border-radius:999px;padding:0 70px 0 20px}.discover-search-button{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;cursor:pointer}.discover-search-button:hover{background:var(--primary-strong)}.discover-search-icon{width:18px;height:18px;flex:0 0 18px}.password-wrap{position:relative}.password-wrap .input{padding-right:44px}.password-toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:30px;height:30px;border:0;border-radius:8px;background:transparent;color:#555;display:grid;place-items:center;cursor:pointer}.password-toggle svg{width:18px;height:18px}.password-toggle:hover{background:#f3f3f3}.label{font-size:.85rem;font-weight:700}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:.74rem;border:1px solid var(--line);background:#fffdf3}.badge-ok{border-color:#bfe9cf;background:#e8f7ee;color:#0f8a4f}.split-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.line-item{display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px dashed var(--line);border-radius:12px;padding:10px}.admin-user-row{width:100%;border-style:dashed;background:#fff;text-align:left}.admin-user-row.is-locked{background:#fffdfa}.admin-user-identity{flex:1;border:0;background:transparent;padding:0;text-align:left;cursor:pointer}.admin-user-identity-content{display:flex;align-items:center;gap:12px}.admin-user-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid var(--line)}.admin-user-avatar-fallback{display:grid;place-items:center;background:var(--brand-surface-strong);color:var(--brand);font-size:.92rem;font-weight:700}.vehicle-type-avatar{background:var(--brand-surface);color:var(--brand);border-color:var(--brand-border)}.vehicle-type-icon{width:18px;height:18px}.admin-user-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.admin-user-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-user-name{font-size:1.04rem;font-weight:700;line-height:1.2}.admin-user-role{font-size:.78rem;font-weight:400;line-height:1.2;letter-spacing:.02em;color:var(--muted)}.admin-user-role.is-admin{color:var(--muted)}.admin-user-role.is-developer{background:linear-gradient(90deg,#ef4444,#f59e0b,#22c55e,#3b82f6,#a855f7,#ef4444);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:admin-rainbow-shift 4s linear infinite}.admin-user-status{display:inline-flex;align-items:center;border-radius:999px;padding:3px 9px;font-size:.72rem;font-weight:400;line-height:1.1;border:1px solid var(--line)}.admin-user-status.is-active{color:#0f8a4f;background:#e8f7ee;border-color:#bfe9cf}.admin-user-status.is-suspended{color:#b42318;background:#fef3f2;border-color:#f7c0bb}.admin-user-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.admin-icon-btn{width:40px;height:40px;padding:0;border-radius:12px}.admin-icon-btn.btn-ghost{color:#fff;border-color:#15803d;background:#16a34a}.admin-icon-btn.btn-ghost:hover{background:#15803d}.admin-user-actions .btn-ghost:last-child{color:var(--brand);border-color:var(--brand-border);background:#ecfdfff5}.admin-user-actions .btn-ghost:last-child:hover{background:var(--brand-surface-strong)}.admin-action-icon{width:18px;height:18px;flex:0 0 18px}.admin-action-spinner{width:18px;height:18px;margin-right:0}@keyframes admin-rainbow-shift{0%{background-position:0% 50%}to{background-position:100% 50%}}.developer-role-switcher{position:fixed;right:20px;bottom:calc(98px + env(safe-area-inset-bottom,0px));z-index:1605;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.developer-role-switcher-menu{display:grid;gap:8px;min-width:180px;padding:10px;border:1px solid var(--line);border-radius:18px;background:#fffffff5;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.developer-role-option{border:1px solid var(--line);background:#fff;border-radius:14px;padding:10px 12px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px;font:inherit}.developer-role-option span{font-size:.9rem;font-weight:700;color:#1f2937}.developer-role-option small{font-size:.72rem;color:var(--muted)}.developer-role-option.is-active{border-color:var(--brand-border);background:var(--brand-surface)}.developer-role-fab{border:0;min-width:52px;height:52px;padding:0 14px;border-radius:999px;background:linear-gradient(135deg,#111827,#1f2937);color:#fff;box-shadow:0 14px 24px #0f172a38;cursor:pointer}.developer-role-fab-label{font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.catalog-pill-row{display:flex;gap:10px;flex-wrap:wrap}.catalog-pill{border:1px solid var(--line);background:#fff;color:#1f2937;border-radius:999px;padding:10px 16px;font:inherit;font-weight:700;cursor:pointer;flex:0 0 auto;white-space:nowrap}.catalog-pill.is-active{background:var(--brand-surface);border-color:var(--brand-border);color:var(--brand)}.catalog-section,.catalog-shell,.catalog-grid,.catalog-grid>.card{width:100%;max-width:100%;min-width:0}.catalog-shell{display:flex;flex-direction:column;gap:12px}.catalog-section{padding-bottom:12px}.catalog-grid>.card,.catalog-section .line-item,.catalog-section .row,.catalog-section label{min-width:0}.catalog-section .stack,.catalog-section .split-row,.catalog-section .catalog-data-copy,.catalog-section .catalog-data-head,.catalog-section .catalog-data-main,.catalog-section .catalog-data-side,.catalog-section .admin-user-actions{min-width:0;max-width:100%}.catalog-section strong,.catalog-section span,.catalog-section p,.catalog-section h3,.catalog-section label{overflow-wrap:anywhere;word-break:break-word}.catalog-section .admin-user-actions{flex-wrap:wrap}.catalog-data-row{align-items:center;gap:12px;padding:12px}.catalog-thumb{width:72px;height:72px;border-radius:14px;object-fit:cover;flex-shrink:0;border:1px solid var(--line)}.catalog-data-main{flex:1;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-width:0}.catalog-data-copy{display:flex;flex-direction:column;gap:5px;min-width:0;flex:1}.catalog-data-head{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.catalog-data-title{font-size:.96rem;line-height:1.2}.catalog-category-chip{display:inline-flex;align-items:center;border-radius:999px;padding:3px 9px;font-size:.68rem;font-weight:700;color:var(--brand);background:var(--brand-surface);border:1px solid var(--brand-border)}.catalog-data-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;max-width:50ch}.catalog-data-side{flex-shrink:0;display:flex;align-items:center}.catalog-price{font-size:.85rem;font-weight:800;color:#111827;white-space:nowrap}.catalog-destination-card{position:relative;min-height:220px;border-radius:22px;overflow:hidden;background:#f3f4f6;border:1px solid rgba(17,24,39,.08)}.catalog-destination-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.catalog-destination-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:12px;background:linear-gradient(180deg,#0f172a14,#0f172abd)}.catalog-destination-actions{justify-content:flex-end;align-self:flex-end}.catalog-destination-topbar{display:flex;align-items:flex-start;justify-content:flex-start}.catalog-destination-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}.catalog-destination-copy{min-width:0;display:flex;flex-direction:column;justify-content:flex-end;gap:3px;color:#fff}.catalog-destination-title{font-size:1rem;line-height:1.2}.catalog-destination-type{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#ffffffc7}.catalog-destination-description{margin:0;font-size:.8rem;line-height:1.3;color:#ffffffe6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:34ch}.catalog-destination-price{flex:0 0 auto;font-size:.9rem;font-weight:800;color:#fff;white-space:nowrap}.tourist-destination-card{display:block}.tourist-package-card{isolation:isolate}.tourist-package-collage{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:2px;background:#dbeafe}.tourist-package-collage-image{width:100%;height:100%;object-fit:cover}.tourist-package-collage-image-1{grid-row:1 / span 2;grid-column:1}.tourist-package-collage-image-2{grid-row:1;grid-column:2}.tourist-package-collage-image-3{grid-row:2;grid-column:2}.tourist-package-collage-empty{grid-column:1 / -1;grid-row:1 / -1;background:linear-gradient(135deg,#ffffff3d,#fff0),linear-gradient(135deg,#19d3e661,#17255447)}.tourist-destination-type-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#ffffff24;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tourist-destination-cart-cta{flex:0 0 auto;display:inline-flex;align-items:center;align-self:flex-end;gap:8px;min-height:40px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#ffffff24;color:#fff;font:inherit;font-size:.8rem;font-weight:700;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tourist-destination-cart-cta.is-active{background:#19d3e633;border-color:#19d3e66b;color:#d8fbff}.tourist-destination-cart-icon{width:16px;height:16px;flex:0 0 16px}.tourist-destination-section{display:flex;flex-direction:column;gap:12px}.tourist-destination-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.tourist-destination-carousel{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tourist-destination-carousel::-webkit-scrollbar{display:none}.tourist-destination-slide{flex:0 0 100%;scroll-snap-align:start}.destination-create-modal{width:min(560px,100%);gap:12px}.destination-modal-select{height:48px;min-height:48px;padding:0 40px 0 12px;line-height:48px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff}.destination-upload{position:relative;display:block;width:100%;min-height:236px;border:1px dashed var(--brand-border);border-radius:22px;overflow:hidden;background:var(--brand-surface);cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.destination-upload:hover{border-color:#19d3e659;box-shadow:0 16px 28px #19d3e61f}.destination-upload.has-image{border-style:solid}.destination-upload input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.destination-upload-empty{min-height:236px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;gap:14px}.destination-upload-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:#ffffffb8;color:var(--brand);border:1px solid var(--brand-border)}.destination-upload-icon svg{width:24px;height:24px}.destination-upload-preview{width:100%;height:260px;object-fit:cover;display:block}.destination-upload-overlay{position:absolute;inset:auto 0 0 0;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:18px;background:linear-gradient(180deg,#11182700,#111827c7);color:#fff}.destination-upload-badge{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#ffffff24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.destination-upload-file{max-width:60%;font-size:.74rem;line-height:1.3;color:#ffffffe0;text-align:right;word-break:break-word}.destination-modal-actions{margin-top:10px}.chat-box{max-height:280px;overflow:auto;padding:6px;border:1px solid var(--line);border-radius:12px;background:#fffdf7}.chat-message{display:flex;flex-direction:column;gap:4px}.chat-status-divider{display:flex;align-items:center;justify-content:center;margin:6px 0}.chat-status-divider span{font-size:.73rem;font-weight:700;color:#6b7280;padding:4px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#f9fafb}.chat-bubble{max-width:78%;padding:9px 11px;border-radius:12px;font-size:.9rem;line-height:1.35;display:flex;flex-direction:column;gap:4px}.chat-message.mine{align-items:flex-end}.chat-message.theirs{align-items:flex-start}.chat-bubble.mine{background:var(--primary);color:#171717}.chat-bubble.theirs{background:#f2f2f2;color:#1f1f1f}.chat-bubble-body{margin:0;white-space:pre-wrap;word-break:break-word}.chat-bubble-image{display:block;width:min(260px,62vw);max-width:100%;border-radius:10px;object-fit:cover}.chat-image-preview-trigger{border:0;background:transparent;padding:0;margin:0;cursor:zoom-in;display:inline-flex}.chat-image-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0a0a0ae6;z-index:3200;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px;cursor:zoom-out}.chat-image-preview-large{max-width:min(96vw,960px);max-height:92dvh;width:auto;height:auto;object-fit:contain;border-radius:12px}.chat-image-preview-hint{color:#ffffffdb;font-size:.86rem;font-weight:600;text-align:center}.chat-bubble-sender{font-size:.72rem;font-weight:700;opacity:.8}.chat-bubble-time{font-size:.72rem;opacity:.72;align-self:flex-end}.chat-bubble.theirs .chat-bubble-time{align-self:flex-start}.hero-image{width:100%;height:180px;border-radius:12px;object-fit:cover}.welcome-profile{display:flex;align-items:center;gap:12px}.top-welcome{padding:0;margin:0 0 2px;background:transparent;border:0;box-shadow:none}.welcome-avatar{width:48px;height:48px;border-radius:999px;object-fit:cover}.welcome-avatar-fallback{display:grid;place-items:center;background:var(--primary);color:#171717;font-weight:800}.welcome-copy{display:flex;flex-direction:column;gap:2px}.welcome-name-accent{color:var(--primary)}.muted{color:var(--muted)}.price{font-size:1.15rem;font-weight:800}.error-text{color:#c62828}.summary-grid{align-items:center}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-stat-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:16px 18px;display:grid;gap:10px;text-align:left;color:var(--text)}.admin-stat-card.is-clickable{cursor:pointer}.admin-stat-card.is-clickable:hover{border-color:#d4c07a;transform:translateY(-1px)}.admin-stat-icon-wrap{width:28px;height:28px;position:relative;display:inline-flex;align-items:center;justify-content:center;color:#171717}.admin-stat-top{display:flex;align-items:center;gap:12px}.admin-stat-icon{width:22px;height:22px}.admin-stat-label{font-size:.92rem;font-weight:700;color:var(--text)}.admin-stat-badge{position:absolute;top:-9px;right:-16px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#dc2626;color:#fff;font-size:.72rem;font-weight:800;line-height:22px;text-align:center;box-shadow:0 4px 10px #dc262647}.admin-booking-filters{gap:8px}.admin-booking-filter-row{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:10px;align-items:center}.admin-booking-card{gap:8px}.admin-booking-meta{font-size:.88rem}.admin-booking-status-editor{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.admin-mobile-logout{display:none}.skeleton{width:100%;border-radius:10px;background:linear-gradient(90deg,#efefef 25%,#f6f6f6 37%,#efefef 63%);background-size:400% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}.skeleton-text{display:grid;gap:8px}.skeleton-line{height:12px}.skeleton-line:last-child{width:72%}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.chat-content{min-height:100dvh;height:100dvh;padding:0;gap:0}.chat-page{min-height:100dvh;height:100dvh;position:relative;display:flex;flex-direction:column;background:#fff}.chat-page-topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--line)}.chat-page-body{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#fffdf7}.chat-empty-state{align-self:center;text-align:center}.chat-page-composer{display:flex;align-items:center;gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px) + var(--keyboard-inset, 0px));border-top:1px solid var(--line);background:#fff;position:relative;z-index:5}.chat-hidden-input{display:none}.chat-media-actions{display:inline-flex;align-items:center;gap:4px}.chat-media-btn{width:34px;height:34px;border:0;background:transparent;color:#3d3d3d;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.chat-media-btn svg{width:20px;height:20px}.chat-media-btn:disabled{opacity:.45;cursor:not-allowed}.chat-scroll-bottom-rail{position:absolute;left:0;right:0;bottom:calc(68px + env(safe-area-inset-bottom,0px) + var(--keyboard-inset, 0px));height:58px;display:flex;align-items:flex-end;justify-content:center;padding:0;border:0;background:linear-gradient(0deg,#19d3e65c,#19d3e63d 40%,#fff0);opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .36s cubic-bezier(.22,1,.36,1);z-index:2}.chat-scroll-bottom-rail.visible{opacity:1;transform:translateY(0);pointer-events:auto}.chat-scroll-bottom-btn{display:none}.chat-scroll-bottom-icon{width:22px;height:22px;margin-bottom:6px;color:#1f1f1f}.chat-scroll-bottom-dot{position:absolute;left:calc(50% + 10px);bottom:20px;width:8px;height:8px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 1px #fff}.toast-stack{position:fixed;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:10px;z-index:3000;pointer-events:none}.toast{border-radius:12px;padding:12px 14px;color:#fff;font-weight:700;box-shadow:0 10px 24px #00000038;transform:translateY(18px);opacity:0;animation:toast-in .26s ease forwards}.toast-success{background:#1b8a4b}.toast-error{background:#c62828}.toast-info{background:#2f3948}@keyframes toast-in{to{transform:translateY(0);opacity:1}}.overline{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#f6d454}.marketing-page{min-height:100vh;padding:44px;display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:center}.onboarding-page{min-height:100vh;display:grid;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);background:#0a0a0a}.onboarding-left{padding:64px 54px;display:flex;flex-direction:column;justify-content:center;gap:20px;background:radial-gradient(1200px 520px at -5% -10%,rgba(25,211,230,.22) 0%,transparent 40%),linear-gradient(180deg,#0a0a0a,#1a1a1a);color:#f7f9fc}.onboarding-logo{width:112px;height:112px;border-radius:20px;object-fit:cover;border:1px solid rgba(255,255,255,.2);background:#ffffff0f}.onboarding-left h1{color:var(--primary);letter-spacing:.02em}.onboarding-left .muted{color:#d7e2ef;max-width:42ch}.onboarding-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.onboarding-pill{border:1px solid rgba(255,255,255,.22);background:#ffffff14;color:#fff;padding:8px 12px;border-radius:999px;font-family:inherit;font-weight:700;cursor:pointer}.onboarding-pill.active{background:var(--primary);color:#181818}.onboarding-desktop-start{margin-top:10px;width:fit-content;min-width:190px;min-height:48px;padding:12px 22px;border-radius:14px;font-size:.98rem;justify-content:center}.onboarding-slider{position:relative;min-height:100vh;isolation:isolate;overflow:hidden}.onboarding-track{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;width:100%;height:100%;transition:transform .54s cubic-bezier(.22,.61,.36,1);z-index:0}.onboarding-track.no-animate{transition:none}.onboarding-slide{flex:0 0 100%;width:100%;height:100%}.onboarding-image{display:block;width:100%;height:100%;object-fit:cover}.onboarding-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0a33,#0a0a0a6b 52%,#0a0a0ad1),linear-gradient(90deg,#0a0a0a80,#0a0a0a1f 55%);z-index:1}.onboarding-branding{position:absolute;top:20px;left:20px;z-index:3;color:#fff;display:flex;align-items:center;gap:10px}.onboarding-branding-text{display:grid;gap:2px}.onboarding-brand-logo{width:52px;height:52px;border-radius:8px;object-fit:cover;background:#ffffff1a;border:1px solid rgba(255,255,255,.25)}.onboarding-brand{font-size:clamp(1.4rem,2.4vw,1.85rem);font-weight:800;letter-spacing:.02em;color:var(--primary)}.onboarding-brand-sub{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:#fff}.onboarding-skip{position:absolute;right:20px;top:20px;z-index:3;background:#ffffffe6;color:#171717;height:auto;min-height:44px;padding:0 14px;border-radius:12px;font-size:.86rem}.onboarding-copy{position:absolute;left:24px;right:24px;bottom:128px;z-index:3;color:#fff;display:grid;gap:8px;text-align:center;justify-items:center}.onboarding-copy h2{font-size:clamp(1.6rem,4vw,2.6rem)}.onboarding-copy p{color:#f0f5fc;max-width:44ch}.onboarding-bottom{position:absolute;left:24px;right:24px;bottom:24px;z-index:4;display:none;align-items:center;justify-content:space-between;gap:14px}.onboarding-mobile-names{display:none}.onboarding-mobile-name{border:1px solid rgba(255,255,255,.38);background:#ffffff1f;color:#fff;border-radius:999px;padding:6px 11px;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer}.onboarding-mobile-name.active{background:var(--primary);color:#181818;border-color:var(--primary)}.onboarding-start{background:var(--primary);color:#181818;min-width:150px;border:1px solid var(--primary);transition:background-color .18s ease,color .18s ease,transform .14s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.onboarding-start:hover{background:var(--primary-strong);color:#141414;border-color:var(--primary-strong);transform:translateY(-2px);box-shadow:0 12px 24px #00000042}.onboarding-start:active{background:#e8b900;color:#111;transform:scale(.985);box-shadow:0 6px 16px #0003}.onboarding-start:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.onboarding-mobile-start{display:none}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(680px,100%);gap:16px}.auth-head{display:grid;gap:6px}.auth-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.auth-mode-btn{width:100%;justify-content:center}.auth-form{gap:14px}.auth-register-form{margin-top:2px}.auth-stepper{padding:12px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fffef8,#fff);display:grid;gap:10px}.auth-stepper-top{display:grid;gap:4px}.auth-stepper-kicker{font-size:.78rem;font-weight:700;color:#8d7b33;text-transform:uppercase;letter-spacing:.05em}.auth-stepper-title{font-size:.98rem;font-weight:700;color:#171717}.auth-stepper-track{width:100%;height:8px;border-radius:999px;background:#ece7d4;overflow:hidden}.auth-stepper-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--primary-strong));transition:width .2s ease}.auth-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-role-option{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;padding:14px;display:grid;gap:6px;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .14s ease}.auth-role-option:hover{border-color:#d4c07a;box-shadow:0 10px 22px #00000014}.auth-role-option.is-active{border-color:var(--primary);background:var(--brand-surface);box-shadow:0 8px 20px #19d3e63d}.auth-role-title{font-size:.98rem;font-weight:800;color:#171717}.auth-role-copy{font-size:.86rem;color:#5a5a5a;line-height:1.35}.auth-photo-picker{display:grid;justify-items:center;gap:10px}.auth-photo-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.auth-photo-trigger{cursor:pointer}.auth-photo-circle{width:156px;height:156px;border-radius:999px;border:2px solid #e4dcc0;background:linear-gradient(180deg,#fffdf3,#f5f1df);position:relative;overflow:hidden;display:grid;place-items:center;box-shadow:0 10px 24px #00000014;transition:border-color .18s ease,box-shadow .18s ease,transform .12s ease}.auth-photo-trigger:hover .auth-photo-circle{border-color:#d4c07a;box-shadow:0 14px 28px #0000001f;transform:translateY(-1px)}.auth-photo-trigger.has-image .auth-photo-circle{border-color:var(--primary)}.auth-photo-preview{width:100%;height:100%;object-fit:cover}.auth-photo-placeholder{color:#887b4d;opacity:.9}.auth-photo-placeholder svg{width:62px;height:62px}.auth-photo-cta{position:absolute;left:50%;bottom:10px;transform:translate(-50%);border-radius:999px;padding:6px 12px;font-size:.74rem;font-weight:700;color:#fff;background:#111111c2;white-space:nowrap}.auth-step-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.auth-step-actions .btn:only-child{grid-column:2}.auth-otp-card{margin-top:4px}.profile-settings-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-version{margin-top:4px;font-size:.82rem}@media (max-width: 768px){.auth-wrap{min-height:100svh;min-height:100dvh;display:block;padding:0}.auth-card{width:100%;min-height:100svh;min-height:100dvh;border-radius:0;border:none;box-shadow:none;padding:20px 24px calc(24px + env(safe-area-inset-bottom,0px))}.auth-role-grid,.auth-step-actions{grid-template-columns:1fr}.auth-step-actions .btn:only-child{grid-column:auto}}.mobile-bottom-nav{display:none}@media (max-width: 1024px){.layout{grid-template-columns:1fr}.sidebar{gap:10px}.grid-3{grid-template-columns:1fr}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-booking-filter-row,.admin-booking-status-editor,.grid-2,.marketing-page{grid-template-columns:1fr}.admin-mobile-logout{display:block;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.admin-mobile-logout .btn{width:100%}.onboarding-page{grid-template-columns:1fr;min-height:100svh;min-height:100dvh;height:100svh;height:100dvh}.onboarding-left{display:none}.onboarding-slider{min-height:100svh;min-height:100dvh;height:100svh;height:100dvh}.onboarding-branding{top:clamp(12px,3.6vw,16px);left:24px;gap:clamp(6px,2vw,10px)}.onboarding-branding-text{min-height:clamp(30px,8.8vw,42px);justify-content:center}.onboarding-brand-logo{width:auto;height:clamp(30px,9vw,42px);max-width:clamp(42px,14vw,64px);object-fit:contain}.onboarding-brand{font-size:clamp(1.02rem,4.8vw,1.38rem);line-height:1.1}.onboarding-brand-sub{font-size:clamp(.62rem,2.3vw,.78rem);color:#ccfbff}.onboarding-skip{top:clamp(12px,3.6vw,16px);right:24px;min-height:clamp(30px,9vw,42px);padding:0 clamp(10px,3.2vw,16px);border-radius:clamp(9px,2.6vw,12px);font-size:clamp(.72rem,2.8vw,.84rem)}.onboarding-copy{left:24px;right:24px;bottom:176px;text-align:center;justify-items:center}.onboarding-copy p{max-width:34ch}.onboarding-bottom{display:flex;left:24px;right:24px;bottom:18px;flex-direction:column;align-items:stretch;gap:14px;padding-top:8px}.onboarding-mobile-names{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;justify-content:center;scrollbar-width:none;margin-bottom:8px}.onboarding-mobile-names::-webkit-scrollbar{display:none}.onboarding-start{width:100%;min-width:0;min-height:52px;padding:12px 16px;border-radius:14px;font-size:1rem}.onboarding-desktop-start{display:none}.onboarding-mobile-start{display:flex;justify-content:center;align-items:center}.tourist-sidebar{display:none}.tourist-content{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));scroll-padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))}.tourist-content .shell-bottom-spacer{display:block;height:calc(88px + env(safe-area-inset-bottom,0px))}.catalog-pill-row{gap:8px}.catalog-pill{min-width:0}.catalog-destination-card,.catalog-destination-overlay{min-height:196px}.catalog-destination-footer{gap:10px}.catalog-destination-description{max-width:none}.catalog-data-row{align-items:flex-start;flex-wrap:wrap}.catalog-data-main{min-width:0;width:calc(100% - 84px)}.catalog-data-description{max-width:none}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;background:#fffffff5;border-top:1px solid #e5e5e5;box-shadow:0 -10px 28px #0000001f;padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px));z-index:1500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.toast-stack{bottom:calc(86px + env(safe-area-inset-bottom,0px))}.mobile-bottom-link{text-decoration:none;color:#4f4f4f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:12px;min-height:56px;font-size:.73rem;font-weight:700}.mobile-nav-icon{width:20px;height:20px;display:block}.mobile-bottom-link.active{color:var(--primary);background:transparent}}@media (max-width: 420px){.onboarding-branding{top:12px;left:24px}.onboarding-skip{right:24px}.onboarding-brand-sub{letter-spacing:.04em}}@media (max-width: 640px){.content{padding:18px}.catalog-section{padding-bottom:calc(120px + env(safe-area-inset-bottom,0px))}.discover-search-input{height:58px;min-height:58px;padding-right:66px}.discover-search-button{width:46px;height:46px}.modal-backdrop{place-items:start center;padding:16px 16px calc(96px + env(safe-area-inset-bottom,0px))}.modal-card{width:100%;max-height:calc(100dvh - 112px - env(safe-area-inset-bottom,0px));border-radius:20px}.destination-create-modal{gap:10px}.destination-upload,.destination-upload-empty{min-height:200px}.destination-upload-preview{height:220px}.catalog-data-row{gap:10px}.catalog-thumb{width:64px;height:64px}.catalog-data-main{width:100%;flex-direction:column;gap:8px}.catalog-data-side{width:100%}.catalog-price{white-space:normal}.catalog-data-row .admin-user-actions{width:100%;justify-content:flex-end}.catalog-destination-overlay{padding:12px}.catalog-destination-title{font-size:.94rem}.catalog-destination-price{font-size:.84rem}.tourist-destination-cart-cta{gap:6px;min-height:36px;padding:0 10px;font-size:.75rem}.tourist-destination-type-chip{min-height:28px;padding:0 9px;font-size:.66rem}.tourist-destination-section{gap:10px}.tourist-destination-slide{flex-basis:100%}}@supports (-webkit-touch-callout: none){@media (max-width: 1024px){.onboarding-page,.onboarding-slider{min-height:-webkit-fill-available;height:-webkit-fill-available}}}@media (hover: none){.onboarding-start:hover{background:var(--primary);color:#181818}}
