@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Fredoka+One&display=swap";.driver-active .driver-overlay{pointer-events:none}.driver-active.driver-no-scroll{overflow:hidden}.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in var(--driver-animation-duration,.4s) ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in var(--driver-animation-duration,.4s)}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.driver-popover-title{zoom:1;margin:0;font:700 19px/1.5 sans-serif;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font:400 14px/1.5 sans-serif}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer-btn{all:unset;box-sizing:border-box;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font:12px/1.3 sans-serif;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}.driver-active-element-parent-no-scroll{overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer-btn:hover,.driver-popover-footer-btn:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center,.driver-popover-arrow-none{display:none}*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #ff6b6b;--primary-lt: #fff0f0;--accent: #ffd93d;--green: #6bcb77;--blue: #4d96ff;--purple: #c77dff;--bg: #fff9f0;--card: #ffffff;--text: #3d3d3d;--muted: #999;--radius: 18px;--shadow: 0 4px 20px rgba(0,0,0,.08);--fs-xs: 11px;--fs-sm: 13px;--fs-md: 15px;--fs-lg: 18px;--fs-xl: 22px;--fs-2xl: 28px;--sp-xs: 8px;--sp-sm: 12px;--sp-md: 20px;--sp-lg: 28px;--sp-xl: 40px}@media (min-width: 1600px){:root{--fs-xs: 13px;--fs-sm: 15px;--fs-md: 17px;--fs-lg: 21px;--fs-xl: 26px;--fs-2xl: 34px;--sp-xs: 10px;--sp-sm: 16px;--sp-md: 28px;--sp-lg: 40px;--sp-xl: 56px;--radius: 22px}}body{font-family:Nunito,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;font-size:var(--fs-md)}h1,h2,h3{font-family:Fredoka One,cursive;letter-spacing:.5px}button{cursor:pointer;border:none;border-radius:50px;padding:11px 22px;font-size:var(--fs-sm);font-weight:700;font-family:Nunito,sans-serif;transition:all .18s ease}button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}button:active{transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}input,textarea,select{width:100%;padding:12px 16px;border:2.5px solid #f0e6d3;border-radius:14px;font-size:var(--fs-md);font-family:Nunito,sans-serif;background:white;outline:none;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 4px #ff6b6b1a}.card{background:var(--card);border-radius:var(--radius);padding:var(--sp-md);box-shadow:var(--shadow)}.btn-primary{background:var(--primary);color:#fff}.btn-secondary{background:#f5ede4;color:#777}.btn-danger{background:#ff6b6b;color:#fff}.btn-green{background:var(--green);color:#fff}.btn-blue{background:var(--blue);color:#fff}.tag{display:inline-block;padding:5px 12px;border-radius:50px;font-size:var(--fs-xs);font-weight:700;background:var(--primary-lt);color:var(--primary)}.spinner{display:inline-block;width:18px;height:18px;border:3px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--sp-md)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-md)}@media (max-width: 640px){.grid-2,.grid-3{grid-template-columns:1fr}}@media (min-width: 640px) and (max-width: 1024px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1600px){.grid-2{grid-template-columns:repeat(3,1fr)}.grid-3{grid-template-columns:repeat(4,1fr)}}.page-content{max-width:1400px;margin:0 auto;width:100%}.bottom-nav{display:none}@media (max-width: 640px){.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:64px;background:white;border-top:1px solid #f0f0f0;box-shadow:0 -4px 20px #00000014;z-index:100}.main-scroll{padding-bottom:72px!important}}@media (max-width: 640px){.app-sidebar,.app-header,.app-footer{display:none!important}.mobile-header{display:flex!important}}@media (min-width: 641px){.mobile-header{display:none!important}}.tt-tour .driver-popover-title{font-family:Fredoka One,cursive;font-size:18px;color:#ff6b6b}.tt-tour .driver-popover-description{font-family:Nunito,sans-serif;font-size:14px;line-height:1.6;color:#555}.tt-tour .driver-popover-next-btn{background:#ff6b6b!important;border:none!important;border-radius:50px!important;font-family:Nunito,sans-serif!important;font-weight:700!important}.tt-tour .driver-popover-prev-btn{border-radius:50px!important;font-family:Nunito,sans-serif!important;font-weight:700!important}.tt-tour .driver-popover{border-radius:18px!important;box-shadow:0 20px 60px #00000026!important}
