*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f5f6f8;justify-content:center;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Pretendard,Noto Sans KR,sans-serif;display:flex}#root{justify-content:center;width:100%;display:flex}.mobile-wrapper{background:#fff;flex-direction:column;width:100%;max-width:430px;height:100vh;display:flex;overflow:hidden;box-shadow:0 0 20px #00000014}.top-bar{z-index:10;background:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:12px 16px;display:flex}.logo{color:#2b96ed;letter-spacing:-.5px;font-size:1.15rem;font-weight:700}.myinfo-btn{color:#555;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:16px;padding:5px 14px;font-size:.8rem;font-weight:600}.main-content{flex:1;overflow:hidden auto}.bottom-bar{z-index:10;background:#fff;border-top:1px solid #e8e8e8;flex-shrink:0;justify-content:space-around;align-items:center;height:64px;padding:6px 0 8px;display:flex}.bottom-tab{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;min-width:48px;padding:4px 6px;display:flex}.tab-svg{color:#bbb;width:22px;height:22px;transition:color .15s}.bottom-tab.active .tab-svg{color:#2b96ed}.tab-label{color:#bbb;font-size:.7rem;font-weight:500}.bottom-tab.active .tab-label{color:#2b96ed;font-weight:600}.page-content{padding:20px 16px}.page-title{color:#1a1a1a;margin-bottom:16px;font-size:1.2rem;font-weight:700}.page-sub{color:#999;margin-top:-10px;margin-bottom:14px;font-size:.82rem;line-height:1.4}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-icon{margin-bottom:16px;font-size:3rem}.empty-state p{color:#666;font-size:1rem;font-weight:600}.empty-sub{margin-top:4px;color:#aaa!important;font-size:.85rem!important;font-weight:400!important}.home-hero{color:#fff;background:linear-gradient(135deg,#2b96ed,#1a7fd4);border-radius:16px;margin-bottom:20px;padding:32px 20px}.home-hero h2{margin-bottom:6px;font-size:1.4rem;font-weight:700}.home-hero p{opacity:.85;font-size:.9rem}.home-quick-menu{gap:10px;margin-bottom:24px;display:flex}.quick-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:14px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:18px 12px;display:flex}.quick-card:hover{background:#f0f7ff;border-color:#2b96ed}.quick-icon{font-size:1.8rem}.quick-label{color:#333;font-size:.85rem;font-weight:600}.home-section{margin-bottom:24px}.home-section h3{color:#1a1a1a;margin-bottom:12px;font-size:1rem;font-weight:700}.popular-list{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.popular-chip{color:#2b96ed;white-space:nowrap;background:#f0f7ff;border-radius:20px;flex-shrink:0;padding:8px 16px;font-size:.85rem;font-weight:500}.tip-cards{flex-direction:column;gap:8px;display:flex}.tip-card{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;align-items:center;gap:12px;padding:14px;display:flex}.tip-card span{font-size:1.5rem}.tip-card p{color:#444;font-size:.88rem;font-weight:500}.chat-history{flex-direction:column;gap:14px;margin-bottom:8px;display:flex}.chat-bubble-group{flex-direction:column;gap:6px;display:flex}.chat-bubble-q{color:#555;background:#f0f0f0;border-radius:16px 16px 16px 4px;align-self:flex-start;max-width:80%;padding:10px 14px;font-size:.85rem}.chat-bubble-a{color:#fff;background:#2b96ed;border-radius:16px 16px 4px;align-self:flex-end;max-width:80%;padding:10px 14px;font-size:.9rem;font-weight:600}.option-list{flex-direction:column;gap:8px;display:flex}.option-card{cursor:pointer;background:#fff;border:1.5px solid #eee;border-radius:14px;align-items:center;gap:14px;padding:14px 16px;transition:all .15s;display:flex;box-shadow:0 1px 4px #00000008}.option-card:hover{background:#fafafa;border-color:#222}.option-card:active{background:#f5f5f5}.option-icon{font-size:1.4rem}.option-label{color:#333;font-size:.95rem;font-weight:600}.input-section{flex-direction:column;gap:12px;display:flex}.text-input{color:#1a1a1a;-webkit-appearance:none;background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;width:100%;padding:12px 14px;font-size:.95rem}.text-input:focus{border-color:#2b96ed;outline:none}.action-btn{color:#fff;cursor:pointer;background:#2b96ed;border:none;border-radius:12px;width:100%;margin-top:4px;padding:14px;font-size:1rem;font-weight:600}.action-btn:hover{background:#1a7fd4}.action-btn:disabled{cursor:not-allowed;background:#ccc}.counter-row{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.counter-label{color:#333;font-size:.95rem;font-weight:600}.counter-control{align-items:center;gap:16px;display:flex}.counter-btn{cursor:pointer;color:#2b96ed;background:#fff;border:1.5px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:700;display:flex}.counter-btn:hover{background:#f0f7ff;border-color:#2b96ed}.counter-value{color:#1a1a1a;text-align:center;min-width:24px;font-size:1.1rem;font-weight:700}.checkbox-label{cursor:pointer;align-items:center;gap:8px;font-size:.9rem;display:flex}.checkbox-label input[type=checkbox]{accent-color:#2b96ed;width:18px;height:18px}.submit-btn{color:#fff;cursor:pointer;background:#2b96ed;border:none;border-radius:12px;width:100%;margin-top:8px;padding:14px;font-size:1rem;font-weight:600}.submit-btn:hover{background:#1a7fd4}.recommendations{padding:16px}.rec-header{margin-bottom:20px}.rec-header h2{color:#1a1a1a;margin-bottom:6px;font-size:1.2rem;font-weight:700}.rec-summary{color:#999;font-size:.82rem;line-height:1.4}.reset-btn{cursor:pointer;color:#666;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;margin-top:10px;padding:8px 16px;font-size:.82rem}.course-card{background:#fff;border:1px solid #f0f0f0;border-radius:14px;margin-bottom:16px;padding:18px;position:relative}.course-number{color:#fff;background:#2b96ed;border-radius:16px;padding:3px 12px;font-size:.75rem;font-weight:600;position:absolute;top:-10px;left:16px}.course-header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.spot-icon{font-size:2.2rem}.spot-info{flex:1}.spot-info h3{color:#1a1a1a;margin-bottom:3px;font-size:1rem;font-weight:700}.spot-info p{color:#999;font-size:.8rem;line-height:1.3}.spot-tags{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.tag{color:#2b96ed;background:#f0f7ff;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:500;display:inline-block}.tag.kid-tag{color:#e74c3c;background:#fff0f0}.tag.age-tag{color:#f39c12;background:#fff8e0}.section{border-top:1px solid #f5f5f5;margin-top:14px;padding-top:14px}.section h3{color:#555;margin-bottom:10px;font-size:.9rem;font-weight:600}.booking-card{background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;align-items:center;gap:10px;margin-bottom:8px;padding:12px;display:flex}.card-icon{font-size:1.8rem}.card-info{flex:1;min-width:0}.card-info h4{color:#1a1a1a;margin-bottom:2px;font-size:.9rem;font-weight:600}.card-info p{color:#999;font-size:.78rem}.booking-action{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.booking-action label{color:#999;font-size:.75rem}.booking-action input[type=number]{text-align:center;border:1.5px solid #e0e0e0;border-radius:8px;width:52px;padding:4px 6px;font-size:.85rem}.book-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2b96ed;border:none;border-radius:8px;padding:7px 14px;font-size:.8rem;font-weight:600}.book-btn:hover{background:#1a7fd4}.course-book-btn{padding:9px 16px;font-size:.85rem}.booked-badge{color:#2e7d32;white-space:nowrap;font-size:.85rem;font-weight:600}.bookings-summary{background:#f8f9ff;border:1px solid #e8eaff;border-radius:14px;margin-top:24px;padding:16px}.bookings-summary h3{color:#1a1a1a;margin-bottom:12px;font-size:1rem;font-weight:700}.booking-item{border-bottom:1px solid #f0f0f5;align-items:center;gap:10px;padding:10px 0;font-size:.85rem;display:flex}.booking-item:last-child{border-bottom:none}.booking-type{font-size:1.1rem}.status{border-radius:10px;margin-left:auto;padding:3px 8px;font-size:.72rem;font-weight:600}.status.confirmed{color:#2e7d32;background:#e8f5e9}.status.pending{color:#f57f17;background:#fff8e1}.status.cancelled{color:#c62828;background:#ffebee}.booking-list{flex-direction:column;gap:10px;display:flex}.booking-row{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;align-items:center;gap:12px;padding:14px;display:flex}.booking-row-icon{font-size:1.5rem}.booking-row-info{flex-direction:column;flex:1;gap:2px;display:flex}.booking-row-name{color:#1a1a1a;font-size:.95rem;font-weight:600}.booking-row-detail{color:#999;font-size:.8rem}.booking-status{border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600}.booking-status.confirmed{color:#2e7d32;background:#e8f5e9}.booking-status.pending{color:#f57f17;background:#fff8e1}.booking-status.cancelled{color:#c62828;background:#ffebee}.myinfo-card{text-align:center;background:#fafafa;border:1px solid #f0f0f0;border-radius:14px;padding:24px}.myinfo-avatar{margin-bottom:16px;font-size:3rem}.myinfo-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:10px 0;display:flex}.myinfo-row:last-child{border-bottom:none}.myinfo-label{color:#999;font-size:.85rem}.myinfo-value{color:#1a1a1a;font-size:.85rem;font-weight:600}.back-btn{cursor:pointer;color:#666;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:10px;width:100%;margin-top:16px;padding:10px 20px;font-size:.85rem}@media (width<=360px){.course-header,.booking-card{text-align:center;flex-direction:column}.booking-action{align-items:center}}.progress-bar-wrap{align-items:center;gap:10px;margin-bottom:20px;display:flex}.progress-bar-track{background:#e8e8e8;border-radius:3px;flex:1;height:6px;overflow:hidden}.progress-bar-fill{background:#2b96ed;border-radius:3px;height:100%;transition:width .3s}.progress-label{color:#999;white-space:nowrap;font-size:.78rem;font-weight:600}.dog-question{align-items:flex-start;gap:10px;margin-top:8px;margin-bottom:16px;display:flex}.dog-avatar{background:#fff;border:1.5px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:flex}.dog-bubble{background:#f5f5f5;border-radius:14px 14px 14px 4px;flex:1;padding:12px 16px}.dog-text{color:#1a1a1a;font-size:.95rem;font-weight:600;line-height:1.5}.dog-sub{color:#999;margin-top:4px;font-size:.8rem;line-height:1.4}.dog-character{flex-direction:column;align-items:center;margin-top:20px;padding-bottom:8px;display:flex}.dog-speech{text-align:center;background:#fff;border:1.5px solid #e0e0e0;border-radius:16px;max-width:90%;margin-bottom:8px;padding:14px 18px;position:relative;box-shadow:0 2px 8px #0000000a}.dog-speech-text{color:#1a1a1a;font-size:.92rem;font-weight:600;line-height:1.5}.dog-speech-sub{color:#999;margin-top:4px;font-size:.78rem;line-height:1.4}.dog-speech-tail{border-top:10px solid #e0e0e0;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.dog-speech-tail:after{content:"";border-top:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:-12px;left:-8px}.dog-body{width:100px;height:100px}.dog-svg{width:100%;height:100%}.chat-q-row{align-items:flex-start;gap:6px;display:flex}.chat-dog-mini{background:#fff3e0;border:1px solid #ffe0b2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.75rem;display:flex}.intro-buttons{flex-direction:column;gap:10px;margin-top:20px;display:flex}.action-btn-secondary{color:#2b96ed;cursor:pointer;background:#fff;border:1.5px solid #2b96ed;border-radius:12px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:background .15s}.action-btn-secondary:hover{background:#f0f7ff}.step-header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.step-header .progress-bar-wrap{flex:1;margin-bottom:0}.back-arrow{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:4px 8px;font-size:1.3rem;transition:background .15s}.back-arrow:hover{background:#f0f0f0}.option-card.selected{background:#f5f5f5;border-color:#222}.back-text-btn{color:#999;cursor:pointer;text-align:left;background:0 0;border:none;margin:14px 0 0;padding:6px 0;font-size:1.4rem;transition:color .15s;display:block}.back-text-btn:hover{color:#2b96ed}.trip-header{margin-bottom:16px}.trip-title{color:#1a1a1a;margin-bottom:4px;font-size:1.2rem;font-weight:700}.trip-summary{color:#999;margin-bottom:8px;font-size:.82rem}.reset-btn{cursor:pointer;color:#666;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:6px 14px;font-size:.8rem}.day-tabs{gap:6px;margin-bottom:14px;padding-bottom:4px;display:flex;overflow-x:auto}.day-tab{cursor:pointer;color:#666;background:#fff;border:1.5px solid #e0e0e0;border-radius:20px;flex-shrink:0;padding:8px 18px;font-size:.85rem;font-weight:500;transition:all .15s}.day-tab.active{color:#fff;background:#2b96ed;border-color:#2b96ed;font-weight:600}.timeline-bar{align-items:center;gap:0;margin-bottom:20px;padding:0 4px;display:flex}.timeline-dot{background:#e0e0e0;flex:1;height:4px;transition:background .2s;position:relative}.timeline-dot:after{content:"";background:#e0e0e0;border:2px solid #fff;border-radius:50%;width:12px;height:12px;transition:all .2s;position:absolute;top:-4px;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #e0e0e0}.timeline-dot.booked{background:#2b96ed}.timeline-dot.booked:after{background:#2b96ed;box-shadow:0 0 0 1px #2b96ed}.timeline-blocks{flex-direction:column;gap:0;display:flex}.timeline-item{position:relative}.travel-time{align-items:center;gap:8px;padding:8px 0 8px 20px;display:flex}.travel-line{background:#e0e0e0;width:2px;height:20px;position:absolute;top:0;left:28px}.travel-label{color:#bbb;font-size:.72rem;font-style:italic}.timeline-card{background:#fff;border:1.5px solid #f0f0f0;border-radius:14px;padding:14px;transition:all .15s}.timeline-card.booked{background:#f9fff9;border-color:#c8e6c9}.tc-oneline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px;margin-bottom:8px;display:flex}.tc-oneline-left{flex-wrap:wrap;flex:1;align-items:center;gap:5px;min-width:0;display:flex}.tc-oneline .tc-label{color:#1a1a1a;white-space:nowrap;font-size:.95rem;font-weight:700}.tc-icon{font-size:1.5rem}.tc-time-info{flex-direction:column;display:flex}.tc-label{color:#2b96ed;font-size:.82rem;font-weight:600}.tc-time{color:#999;font-size:.72rem}.tc-body{margin-bottom:10px}.tc-place{color:#1a1a1a;margin-bottom:3px;font-size:1rem;font-weight:700}.tc-category{color:#2b96ed;background:#f0f7ff;border-radius:8px;margin-bottom:6px;padding:2px 8px;font-size:.72rem;display:inline-block}.tc-desc{color:#888;margin-bottom:4px;font-size:.82rem;line-height:1.4}.tc-duration{color:#aaa;font-size:.75rem}.tc-actions{align-items:center;gap:8px;display:flex}.tc-book-btn{color:#fff;cursor:pointer;background:#2b96ed;border:none;border-radius:8px;padding:7px 16px;font-size:.82rem;font-weight:600}.tc-book-btn:hover{background:#1a7fd4}.tc-booked{color:#2e7d32;font-size:.82rem;font-weight:600}.tc-alt-btn{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:7px 12px;font-size:.78rem}.tc-alt-btn:hover{background:#eee}.booking-summary-section{background:#f8f9ff;border:1px solid #e8eaff;border-radius:14px;margin-top:24px;padding:16px}.booking-summary-section h3{color:#1a1a1a;margin-bottom:12px;font-size:1rem;font-weight:700}.calendar-section,.time-section{margin-bottom:14px}.input-label{color:#555;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.calendar-input{padding:14px;font-size:1rem}.date-preview{color:#2b96ed;text-align:center;margin-top:8px;font-size:.88rem;font-weight:600}.time-picker{flex-wrap:wrap;gap:6px;display:flex}.time-chip{color:#666;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:20px;padding:8px 14px;font-size:.85rem;font-weight:500;transition:all .15s}.time-chip.active{color:#fff;background:#2b96ed;border-color:#2b96ed;font-weight:600}.time-chip:hover:not(.active){background:#f0f7ff;border-color:#2b96ed}.vt-container{gap:12px;display:flex}.vt-bar{flex-direction:column;flex-shrink:0;align-items:center;width:32px;padding-top:2px;display:flex}.vt-sun{margin-bottom:6px;font-size:1.1rem}.vt-moon{margin-top:6px;font-size:1.1rem}.vt-line{background:linear-gradient(#ffd54f,#90caf9,#5c6bc0);border-radius:2px;flex-direction:column;flex:1;justify-content:space-around;align-items:center;width:3px;padding:8px 0;display:flex;position:relative}.vt-dot{z-index:1;border:2px solid #fff;border-radius:50%;width:10px;height:10px;transition:all .2s}.vt-dot.day{background:#ffb74d;box-shadow:0 0 0 1px #ffb74d}.vt-dot.night{background:#7986cb;box-shadow:0 0 0 1px #7986cb}.vt-dot.booked{background:#2b96ed;box-shadow:0 0 0 1px #2b96ed}.vt-cards{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.tc-travel{color:#bbb;margin-bottom:8px;padding-left:2px;font-size:.7rem;font-style:italic}.tc-menu-wrap{margin-left:auto;position:relative}.tc-menu-btn{color:#bbb;cursor:pointer;letter-spacing:2px;background:0 0;border:none;border-radius:6px;padding:2px 6px;font-size:1.2rem}.tc-menu-btn:hover{color:#666;background:#f0f0f0}.tc-dropdown{z-index:20;background:#fff;border:1px solid #e0e0e0;border-radius:10px;min-width:170px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 16px #0000001a}.tc-dropdown button{text-align:left;color:#333;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 14px;font-size:.85rem;display:block}.tc-dropdown button:hover{background:#f5f5f5}.vt-override-card{border:1.5px dashed #e0e0e0;border-radius:12px;align-items:center;gap:10px;padding:14px;display:flex}.vt-override-card.rest{background:#fef9ef;border-color:#ffe0b2}.vt-override-card.free{background:#f3f0ff;border-color:#d1c4e9}.vt-override-icon{font-size:1.4rem}.vt-override-info{flex-direction:column;flex:1;display:flex}.vt-override-label{color:#555;font-size:.9rem;font-weight:600}.vt-override-time{color:#999;font-size:.75rem}.vt-restore-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:5px 10px;font-size:.75rem}.vt-restore-btn:hover{background:#f5f5f5}.trip-header-actions{align-items:center;gap:8px;margin-top:8px;display:flex}.book-all-btn{color:#fff;cursor:pointer;background:#2b96ed;border:none;border-radius:10px;padding:8px 18px;font-size:.88rem;font-weight:600}.book-all-btn:hover{background:#1a7fd4}.all-booked-badge{color:#2e7d32;font-size:.9rem;font-weight:600}.vt-travel-card{color:#1a1a1a;background:#fff8e1;border:1.5px solid #ffd54f;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.vt-travel-icon{font-size:1.1rem}.vt-travel-info{flex-direction:column;display:flex}.vt-travel-text{color:#1a1a1a;font-size:.78rem}.vt-travel-times{color:#555;font-size:.7rem}.vt-time-point{flex-direction:column;align-items:center;gap:2px;display:flex}.vt-time-label{color:#999;white-space:nowrap;writing-mode:horizontal-tb;padding-right:4px;font-size:.55rem;font-weight:500;position:absolute;left:-2px;transform:translate(-100%)}.vt-time-point{position:relative}.vt-travel-seg{height:8px}.vt-dot.override{background:#bbb;box-shadow:0 0 0 1px #bbb}.tc-detail-hint{opacity:.5;font-size:.75rem}.popup-overlay{z-index:200;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.popup-content{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:430px;max-height:85vh;padding:20px;animation:.25s slideUp;position:relative;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.popup-close{color:#999;cursor:pointer;background:0 0;border:none;font-size:1.2rem;position:absolute;top:14px;right:16px}.popup-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.popup-icon{font-size:2rem}.popup-title{color:#1a1a1a;font-size:1.1rem;font-weight:700}.popup-time{color:#999;font-size:.82rem}.popup-tags{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.popup-desc{color:#555;margin-bottom:16px;font-size:.9rem;line-height:1.6}.popup-image{margin-bottom:16px}.popup-image-placeholder{text-align:center;color:#ccc;background:#f5f5f5;border-radius:12px;padding:30px}.popup-image-placeholder span{margin-bottom:8px;font-size:3rem;display:block}.popup-image-placeholder p{color:#aaa;font-size:.85rem}.popup-section-title{color:#1a1a1a;margin-bottom:10px;font-size:.95rem;font-weight:700}.popup-links{flex-direction:column;gap:8px;display:flex}.popup-link{color:#333;background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.popup-link:hover{background:#f0f7ff;border-color:#2b96ed}.popup-link-icon{font-size:1.2rem}.route-map{background:#f0f0f0;border-radius:14px;width:100%;height:200px;margin-bottom:16px;overflow:hidden}.tc-order{color:#fff;background:#2b96ed;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.vt-line-proportional{background:#f0f0f0;border-radius:4px;flex:1;width:8px;position:relative}.vt-fill-segment{background:#4caf50;border-radius:4px;justify-content:center;align-items:center;width:14px;transition:all .3s;display:flex;position:absolute;left:-4px}.vt-fill-segment.booked{background:#2e7d32}.vt-fill-segment.travel-seg{background:#ffd54f;width:8px;left:-1px}.vt-fill-segment.travel-seg.booked{background:#ffc107}.vt-seg-num{color:#4caf50;background:#fff;border:1.5px solid #4caf50;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:.55rem;font-weight:700;display:flex}.vt-fill-segment.booked .vt-seg-num{color:#2e7d32;background:#fff;border-color:#fff}.time-edit-panel{background:#f8f9ff;border:1px solid #e8eaff;border-radius:10px;align-items:center;gap:8px;margin:8px 0;padding:10px;display:flex}.time-edit-row{align-items:center;gap:4px;display:flex}.time-edit-row label{color:#999;font-size:.75rem;font-weight:600}.time-edit-row input[type=time]{border:1px solid #e0e0e0;border-radius:6px;width:90px;padding:4px 8px;font-size:.82rem}.time-edit-done{color:#fff;cursor:pointer;background:#2b96ed;border:none;border-radius:6px;margin-left:auto;padding:5px 12px;font-size:.78rem;font-weight:600}.popup-travel{color:#888;background:#f9f9f9;border-radius:8px;margin-bottom:12px;padding:8px 12px;font-size:.85rem}.tc-address{color:#aaa;margin-top:4px;font-size:.7rem;line-height:1.3}.tc-place-row{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.tc-cost{color:#e67e22;white-space:nowrap;background:#fff8f0;border-radius:8px;padding:2px 8px;font-size:.72rem;font-weight:600}.total-cost-bar{background:linear-gradient(135deg,#fff8f0,#fff3e0);border:1.5px solid #ffe0b2;border-radius:12px;justify-content:space-between;align-items:center;margin-top:16px;padding:14px 16px;display:flex}.total-cost-label{color:#e67e22;font-size:.9rem;font-weight:600}.total-cost-value{color:#d35400;font-size:1.1rem;font-weight:700}.summary-chips{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.summary-chip{cursor:pointer;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:16px;align-items:center;gap:4px;padding:4px 10px;transition:all .15s;display:flex}.summary-chip:hover{background:#f0f7ff;border-color:#2b96ed}.sc-label{color:#999;font-size:.65rem}.sc-value{color:#333;font-size:.72rem;font-weight:600}.timeline-card.fixed-card{background:#f9f9f9;border-style:dashed}.vt-travel-cost{color:#e67e22;margin-left:auto;font-size:.7rem;font-weight:600}.day-cost-summary{background:#fff8f0;border:1px solid #ffe0b2;border-radius:10px;flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:8px;padding:10px 14px;display:flex}.dcs-label{color:#999;font-size:.78rem}.dcs-total{color:#d35400;font-size:1.05rem;font-weight:700}.dcs-per{color:#e67e22;font-size:.78rem}.book-all-day-btn{color:#fff;cursor:pointer;text-align:center;background:#2b96ed;border:none;border-radius:12px;justify-content:center;align-items:center;padding:14px;font-size:1rem;font-weight:600;display:flex}.book-all-day-btn:hover{background:#1a7fd4}.all-booked-bar{text-align:center;color:#2e7d32;background:#e8f5e9;border-radius:12px;margin-top:16px;padding:14px;font-size:.95rem;font-weight:600}.total-cost-top{background:linear-gradient(135deg,#fff8f0,#fff3e0);border:1.5px solid #ffe0b2;border-radius:12px;margin-bottom:12px;padding:14px 16px}.tct-row{justify-content:space-between;align-items:center;display:flex}.tct-label{color:#e67e22;font-size:.88rem;font-weight:600}.tct-total{color:#d35400;font-size:1.15rem;font-weight:700}.tct-per{color:#e67e22;text-align:right;margin-top:2px;font-size:.75rem;display:block}.day-book-bar{flex-direction:column;gap:8px;margin-top:16px;display:flex}.dbb-cost{background:#f9f9f9;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.dbb-day{color:#555;font-size:.85rem;font-weight:600}.dbb-amount{color:#d35400;font-size:1rem;font-weight:700}.book-confirm-popup{text-align:center;padding:28px 20px}.bc-icon{margin-bottom:12px;font-size:2.5rem}.bc-title{color:#1a1a1a;margin-bottom:16px;font-size:1.1rem;font-weight:700}.bc-notice{text-align:left;background:#f9f9f9;border-radius:10px;margin-bottom:20px;padding:14px}.bc-notice p{color:#666;margin-bottom:4px;font-size:.82rem;line-height:1.6}.bc-notice p:last-child{margin-bottom:0}.bc-buttons{flex-direction:column;gap:8px;display:flex}.bc-confirm{color:#fff;cursor:pointer;background:#2b96ed;border:none;border-radius:12px;width:100%;padding:14px;font-size:1rem;font-weight:600}.bc-confirm:hover{background:#1a7fd4}.bc-cancel{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:12px;width:100%;padding:12px;font-size:.9rem}.bc-items{margin-bottom:16px}.bc-item{text-align:left;border-bottom:1px solid #f0f0f0;align-items:center;gap:10px;padding:10px 0;display:flex}.bc-item:last-child{border-bottom:none}.bc-item-icon{flex-shrink:0;font-size:1.3rem}.bc-item-info{flex-direction:column;gap:2px;display:flex}.bc-item-name{color:#1a1a1a;font-size:.9rem;font-weight:600}.bc-item-detail{color:#888;font-size:.75rem}.plan-action-buttons{gap:8px;display:flex}.save-plan-btn{color:#2b96ed;cursor:pointer;background:#fff;border:1.5px solid #2b96ed;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:4px;padding:14px;font-size:.9rem;font-weight:600;display:flex}.save-plan-btn:hover{background:#f0f7ff}.plan-action-buttons .book-all-day-btn{flex:1}.trip-list{flex-direction:column;gap:10px;display:flex}.trip-list-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:14px;transition:all .15s}.trip-list-card:hover{background:#fafeff;border-color:#2b96ed}.tlc-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.tlc-title{color:#1a1a1a;font-size:.95rem;font-weight:600}.trip-status-badge{white-space:nowrap;border-radius:10px;padding:3px 10px;font-size:.7rem;font-weight:600}.tlc-detail{color:#999;gap:12px;margin-bottom:8px;font-size:.78rem;display:flex}.tlc-actions{justify-content:space-between;align-items:center;gap:6px;margin-top:8px;display:flex}.tlc-left{align-items:center;gap:6px;display:flex}.tlc-right{align-items:center;gap:6px;margin-left:auto;display:flex}.tlc-btn{color:#555;cursor:pointer;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:6px 14px;font-size:.78rem;font-weight:600}.tlc-btn:hover{background:#eee}.tlc-btn.confirm{color:#fff;background:#2b96ed;border-color:#2b96ed}.bc-item-cost{color:#d35400;white-space:nowrap;margin-left:auto;font-size:.82rem;font-weight:700}.bc-total{border-top:2px solid #e0e0e0;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin:8px 0;padding:12px 0;display:flex}.bc-total-label{color:#1a1a1a;font-size:.95rem;font-weight:700}.bc-total-amount{color:#d35400;font-size:1.15rem;font-weight:700}.new-plan-bar{justify-content:flex-end;padding:8px 16px;display:flex}.new-plan-btn{color:#2b96ed;cursor:pointer;background:#fff;border:1px solid #2b96ed;border-radius:16px;padding:6px 14px;font-size:.78rem;font-weight:600}.new-plan-btn:hover{background:#f0f7ff}.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.loading-dog{font-size:3.5rem;animation:1s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.loading-dots{gap:6px;margin:16px 0 12px;display:flex}.dot{color:#2b96ed;font-size:1.8rem;animation:1.4s ease-in-out infinite dotPulse}.dot1{animation-delay:0s}.dot2{animation-delay:.2s}.dot3{animation-delay:.4s}.dot4{animation-delay:.6s}@keyframes dotPulse{0%,to{opacity:.2;transform:scale(.6)}50%{opacity:1;transform:scale(1.2)}}.loading-text{color:#333;margin-bottom:20px;font-size:1rem;font-weight:600}.loading-steps{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.ls-item{color:#ccc;font-size:.82rem;transition:color .3s}.ls-item.active{color:#2b96ed;animation:2s ease-in-out infinite stepFade}@keyframes stepFade{0%,to{opacity:.5}50%{opacity:1}}.bc-day-section{margin-bottom:12px}.bc-day-header{border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;margin-bottom:6px;padding:8px 0 6px;display:flex}.bc-day-label{color:#2b96ed;font-size:.88rem;font-weight:700}.bc-day-cost{color:#d35400;font-size:.82rem;font-weight:600}.bc-item-meta{color:#888;margin-top:1px;font-size:.72rem}.bc-item-note{color:#e67e22;background:#fff8f0;border-radius:6px;margin-top:2px;padding:1px 6px;font-size:.65rem;display:inline-block}.vt-hour-label{white-space:nowrap;z-index:1;font-size:.5rem;font-weight:500;position:absolute;transform:translateY(-50%)}.vt-hour-left{color:#bbb;right:calc(100% + 4px)}.vt-hour-right{font-size:.6rem;left:calc(100% + 4px)}.vt-fill-segment.empty-seg{background:0 0;border:1px dashed #ddd;width:8px;left:-1px}.vt-fill-segment.selected{z-index:5;transform:scaleX(1.4);box-shadow:0 0 8px #4caf5080}.vt-fill-segment.selected .vt-seg-num{transform:scale(1.2)}.timeline-card.card-selected{border-color:#4caf50;transition:all .2s;transform:scale(1.02);box-shadow:0 4px 16px #4caf5033}.vt-fill-segment{cursor:pointer}.vt-diamond-wrap{z-index:5;flex-direction:column;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%,-50%)}.vt-diamond{font-size:1rem;line-height:1}.vt-diamond.depart,.vt-diamond.return{color:#e74c3c}.vt-diamond-label{color:#888;white-space:nowrap;margin-top:1px;font-size:.45rem;font-weight:700}.vt-fill-segment.free-seg{background:0 0;border:2.5px dashed #333}.vt-fill-segment.free-seg .vt-seg-num{color:#333;border-color:#333}.vt-fill-segment.hotel-seg{background:#7e57c2}.vt-fill-segment.transport-seg{background:#ffd54f;width:8px;left:-1px}.tc-order-small{color:#333;background:#ffd54f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.55rem;font-weight:700;display:flex}.vt-fill-segment.meal-seg{background:#ff9800}.tc-swipe{touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:pointer;justify-content:center;align-items:center;gap:12px;padding:10px 0;display:flex}.swipe-btn{color:#666;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.7rem;display:flex}.swipe-btn:hover{color:#2b96ed;background:#f0f7ff;border-color:#2b96ed}.tc-compact{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:8px 10px;transition:all .15s;position:relative}.tc-compact.booked{background:#f9fff9;border-color:#c8e6c9}.tc-compact.fixed-card{cursor:default;background:#f9f9f9;border-style:dashed}.tc-compact.card-selected{border-color:#4caf50;box-shadow:0 2px 8px #4caf5033}.tc-row1{align-items:center;gap:6px;display:flex}.tc-order-sm{color:#fff;background:#2b96ed;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;font-weight:700;display:flex}.tc-icon-sm{flex-shrink:0;font-size:1rem}.tc-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.82rem;font-weight:600;overflow:hidden}.tc-cost-sm{color:#e67e22;white-space:nowrap;background:#fff8f0;border-radius:6px;flex-shrink:0;padding:1px 6px;font-size:.65rem;font-weight:600}.tc-menu-btn-sm{color:#ccc;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:.9rem}.tc-row2{align-items:center;gap:8px;margin-top:3px;padding-left:24px;display:flex}.tc-addr-sm{color:#aaa;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.62rem;overflow:hidden}.tc-time-sm{color:#999;white-space:nowrap;flex-shrink:0;font-size:.62rem}.tc-swipe-sm{justify-content:center;align-items:center;gap:8px;margin-top:4px;display:flex}.swipe-btn-sm{color:#999;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.55rem;display:flex}.swipe-lbl{color:#bbb;font-size:.6rem}.vt-travel-card{gap:6px;padding:5px 10px;font-size:.72rem}.vt-cards{gap:6px}.timeline-card[draggable=true]{cursor:grab}.timeline-card[draggable=true]:active{cursor:grabbing;opacity:.7;transform:scale(.98)}.popup-actions{flex-direction:column;gap:8px;margin-top:8px;display:flex}.popup-action-btn{color:#555;cursor:pointer;text-align:left;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:10px;width:100%;padding:12px;font-size:.88rem;transition:background .15s}.popup-action-btn:hover{background:#eee}.timeline-card.card-activity{background:#fff;border-width:1.5px;border-color:#4caf50}.timeline-card.card-transport{background:#fff;border-width:1.5px;border-color:#ffd54f}.timeline-card.card-free{background:#fff;border:1.5px dashed #333}.timeline-card.card-hotel{background:#fff;border-width:1.5px;border-color:#7e57c2}.timeline-card.card-activity .tc-place,.timeline-card.card-transport .tc-place,.timeline-card.card-free .tc-place,.timeline-card.card-hotel .tc-place,.timeline-card.card-activity .tc-label,.timeline-card.card-hotel .tc-label{color:#1a1a1a}.timeline-card.card-activity .tc-time,.timeline-card.card-transport .tc-time,.timeline-card.card-free .tc-time,.timeline-card.card-hotel .tc-time{color:#444}.tc-cost-top{color:#e67e22;white-space:nowrap;background:#fff8f0;border-radius:8px;flex-shrink:0;margin-left:auto;padding:2px 8px;font-size:.72rem;font-weight:600}.tc-dur-inline{color:#aaa;margin-left:4px;font-size:.68rem;font-weight:400}.tc-photo{aspect-ratio:4/3;background:#f5f5f5;border-radius:10px;width:100%;margin-top:8px;overflow:hidden}.tc-photo-img{object-fit:cover;width:100%;height:100%;display:block}.tc-photo-placeholder{color:#ccc;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;display:flex}.tc-photo-placeholder span:first-child{font-size:1.8rem}.tc-photo-text{color:#bbb;font-size:.7rem}.tlc-btn.primary{color:#fff;background:#2b96ed;border-color:#2b96ed}.tlc-btn.danger{color:#e74c3c;background:#fff;border-color:#e74c3c}.tlc-btn.review{color:#fff;background:#7e57c2;border-color:#7e57c2}.review-form{background:#fafafa;border:1px solid #f0f0f0;border-radius:14px;margin-bottom:16px;padding:16px}.rf-title{color:#1a1a1a;margin-bottom:12px;font-size:.95rem;font-weight:700}.rf-stars{gap:4px;margin-bottom:10px;display:flex}.rf-star{cursor:pointer;opacity:.3;background:0 0;border:none;padding:2px;font-size:1.3rem}.rf-star.active{opacity:1}.rf-textarea{resize:none;border:1px solid #e0e0e0;border-radius:10px;width:100%;padding:10px;font-family:inherit;font-size:.9rem}.rf-btns{gap:8px;margin-top:10px;display:flex}.rf-submit{color:#fff;cursor:pointer;background:#7e57c2;border:none;border-radius:10px;flex:1;padding:10px;font-size:.9rem;font-weight:600}.rf-cancel{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:10px;padding:10px 16px;font-size:.9rem}.review-list{flex-direction:column;gap:10px;display:flex}.review-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:14px}.rc-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.rc-title{color:#1a1a1a;font-size:.95rem;font-weight:600}.rc-date{color:#999;font-size:.72rem}.rc-stars{margin-bottom:6px;font-size:.85rem}.rc-comment{color:#555;margin-bottom:6px;font-size:.88rem;line-height:1.5}.rc-region{color:#999;font-size:.75rem}.stamp-section{margin-bottom:20px}.stamp-title{color:#1a1a1a;margin-bottom:12px;font-size:1rem;font-weight:700}.stamp-grid{grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:16px;display:grid}.stamp-item{flex-direction:column;align-items:center;gap:4px;display:flex}.stamp-circle{color:#ccc;background:#f0f0f0;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:flex}.stamp-item.visited .stamp-circle{color:#fff;background:#7e57c2;border-color:#7e57c2}.stamp-name{color:#888;font-size:.65rem;font-weight:500}.stamp-item.visited .stamp-name{color:#7e57c2;font-weight:600}.tc-time-btn{color:#2b96ed;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:4px;padding:1px 5px;font-size:.6rem;font-weight:500}.tc-time-btn:hover{background:#f0f7ff;border-color:#2b96ed}.tc-dur-btn{color:#e67e22;cursor:pointer;background:0 0;border:1px solid #e0e0e0;border-radius:4px;margin-left:2px;padding:1px 5px;font-size:.6rem;font-weight:500}.tc-dur-btn:hover{background:#fff8f0;border-color:#e67e22}.tc-time-edit{background:#f8f9ff;border:1px solid #e8eaff;border-radius:8px;align-items:center;gap:8px;margin:6px 0;padding:8px 10px;display:flex}.tc-time-edit input[type=time]{border:1px solid #e0e0e0;border-radius:6px;flex:1;padding:4px 8px;font-size:.85rem}.tc-time-close{color:#fff;cursor:pointer;background:#2b96ed;border:none;border-radius:6px;padding:4px 12px;font-size:.78rem;font-weight:600}.tc-dur-edit{background:#fff8f0;border:1px solid #ffe0b2;border-radius:8px;flex-wrap:wrap;gap:6px;margin:6px 0;padding:8px 10px;display:flex}.dur-chip{color:#555;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:14px;padding:4px 12px;font-size:.72rem;font-weight:500}.dur-chip:hover{color:#e67e22;border-color:#e67e22}.dur-chip.active{color:#fff;background:#e67e22;border-color:#e67e22}.tc-use-time{color:#555;white-space:nowrap;font-size:.7rem;font-weight:500}.tc-time-row{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;padding:2px 10px;display:flex}.swipe-label{color:#555;text-align:center;min-width:50px;font-size:.72rem;font-weight:600}.tc-addr-row{flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:2px;display:flex}.tc-addr-row .tc-address{color:#aaa;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:.7rem;line-height:1.3;overflow:hidden}.tc-cost-inline{color:#e67e22;white-space:nowrap;background:#fff8f0;border-radius:6px;flex-shrink:0;padding:1px 6px;font-size:.7rem;font-weight:600}.tc-place-time{color:#888;font-size:.75rem;font-weight:500}.trip-reason{color:#666;background:#f9f9f9;border-left:3px solid #2b96ed;border-radius:10px;margin-top:4px;padding:8px 12px;font-size:.82rem;line-height:1.5}.timeline-card.dragging{opacity:.4;border-style:dashed;transform:scale(.95)}.timeline-card.drag-over{border-color:#2b96ed;transform:scale(1.02);box-shadow:0 0 0 2px #2b96ed}.timeline-card.drag-mode{border-style:dashed;animation:.3s ease-in-out infinite wiggle}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-.5deg)}75%{transform:rotate(.5deg)}}.timeline-card[draggable=true]{cursor:grab;touch-action:none}.timeline-card[draggable=true]:active{cursor:grabbing}.drag-mode-bar{background:#e3f2fd;border:1px solid #90caf9;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 12px;display:flex}.drag-mode-bar span{color:#1565c0;font-size:.78rem;font-weight:600}.drag-mode-exit{color:#fff;cursor:pointer;background:#1565c0;border:none;border-radius:8px;padding:4px 14px;font-size:.75rem;font-weight:600}.home-hero{text-align:center;border-radius:16px;margin-bottom:16px;padding:28px 20px}.hero-emoji{margin-bottom:8px;font-size:2.5rem;display:block}.hero-title{color:#1a1a1a;margin-bottom:4px;font-size:1.3rem;font-weight:700}.hero-desc{color:#555;font-size:.85rem}.home-actions{gap:10px;margin-bottom:20px;display:flex}.home-action-btn{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;padding:14px;font-size:.92rem;font-weight:600;transition:all .15s;display:flex}.home-action-btn.primary{color:#fff;background:#1a1a1a}.home-action-btn.primary:hover{background:#333}.home-action-btn.secondary{color:#1a1a1a;background:#fff;border:1.5px solid #e0e0e0}.home-action-btn.secondary:hover{border-color:#1a1a1a}.spot-cards{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.spot-card{cursor:pointer;background:#f5f5f5;border:1.5px solid #eee;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:60px;transition:all .15s;display:flex}.spot-card:hover{background:#fafafa;border-color:#1a1a1a}.spot-card-name{color:#333;font-size:.88rem;font-weight:600}.home-stats{gap:8px;display:flex}.stat-item{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;flex:1;align-items:center;padding:12px 8px;display:flex}.stat-num{color:#1a1a1a;font-size:1.3rem;font-weight:700}.stat-label{color:#999;margin-top:2px;font-size:.68rem}.home-trip-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px 14px;transition:all .15s;display:flex}.home-trip-card:hover{border-color:#1a1a1a}.htc-left{flex-direction:column;gap:2px;display:flex}.htc-region{color:#2b96ed;font-size:.7rem;font-weight:600}.htc-title{color:#1a1a1a;font-size:.88rem;font-weight:600}.htc-date{color:#999;font-size:.7rem}.calendar-input-wrap{position:relative}.calendar-placeholder{color:#bbb;pointer-events:none;font-size:.9rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.calendar-input:not(:placeholder-shown)+.calendar-placeholder,.calendar-input[value]:not([value=""])+.calendar-placeholder{display:none}.top-right{align-items:center;gap:8px;display:flex}.top-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px;font-size:1.2rem}.top-icon-btn:hover{background:#f0f0f0}.tlc-btn.share{color:#555;background:#fff;border-color:#ddd}.tlc-btn.buddy{color:#1565c0;background:#e3f2fd;border-color:#90caf9}.buddy-filters{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.buddy-chip{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:16px;padding:6px 14px;font-size:.78rem;font-weight:500}.buddy-chip.active{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.buddy-chip:hover:not(.active){border-color:#999}.map-header{align-items:baseline;gap:8px;margin-bottom:12px;display:flex}.map-pct{color:#7e57c2;font-size:2rem;font-weight:800}.map-label{color:#888;font-size:.85rem}.korea-map{width:100%;max-width:360px;height:420px;margin:0 auto 20px;display:block}.map-text{fill:#555;text-anchor:middle;pointer-events:none;font-size:9px;font-weight:600}.map-text-sm{fill:#fff;text-anchor:middle;pointer-events:none;font-size:6px;font-weight:700}.korea-map path,.korea-map circle,.korea-map ellipse{cursor:pointer;transition:fill .3s}.korea-map path:hover,.korea-map circle:hover,.korea-map ellipse:hover{opacity:.8}.goal-section{background:#fff;border:1px solid #f0f0f0;border-radius:14px;margin-bottom:12px;padding:14px}.goal-header{align-items:center;gap:10px;margin-bottom:8px;display:flex}.goal-icon{font-size:1.5rem}.goal-info{flex-direction:column;flex:1;display:flex}.goal-title{font-size:.95rem;font-weight:700}.goal-progress{color:#888;font-size:.72rem}.goal-pct{color:#1a1a1a;font-size:1.2rem;font-weight:800}.goal-bar{background:#f0f0f0;border-radius:3px;height:6px;overflow:hidden}.goal-fill{border-radius:3px;height:100%;transition:width .5s}.goal-next{color:#999;text-align:center;margin-top:6px;font-size:.72rem}.vt-weather-icon{font-size:1.2rem}.vt-weather-temp{color:#666;white-space:nowrap;font-size:.5rem;font-weight:600}.vt-hour-weather{margin-right:1px;font-size:.55rem}.summary-section{margin-bottom:12px}.summary-toggle{cursor:pointer;color:#555;background:#f9f9f9;border:1px solid #f0f0f0;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;font-size:.82rem;font-weight:600;display:flex}.summary-toggle:hover{background:#f0f0f0}.summary-arrow{color:#999;font-size:.7rem}.bc-total-row{color:#555;justify-content:space-between;padding:4px 0;font-size:.85rem;display:flex}.bc-total-row.bc-fee{color:#999;font-size:.78rem}.bc-total-row.bc-final{color:#1a1a1a;border-top:2px solid #1a1a1a;margin-top:4px;padding-top:8px;font-size:1rem;font-weight:700}.bc-discount{border-top:1px solid #f0f0f0;padding:12px 0}.bcd-section{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.bcd-label{color:#555;white-space:nowrap;font-size:.82rem;font-weight:600}.bcd-select{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex:1;min-width:120px;padding:6px 8px;font-size:.78rem}.bcd-amount{color:#e74c3c;white-space:nowrap;font-size:.82rem;font-weight:700}.bcd-check{color:#555;cursor:pointer;align-items:center;gap:6px;font-size:.82rem;display:flex}.bcd-check input{accent-color:#2b96ed}.coupon-item{border-bottom:1px solid #f5f5f5;justify-content:space-between;padding:6px 0;display:flex}.coupon-name{color:#333;font-size:.82rem}.coupon-value{color:#e74c3c;font-size:.78rem;font-weight:600}
