*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow:hidden}body{height:100%;font-family:Noto Sans KR,-apple-system,sans-serif;color:#1e293b;background:#e2e8f0;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;overflow:hidden}#app{height:100vh;height:100dvh;max-width:480px;margin:0 auto;display:flex;flex-direction:column;position:relative;overflow:hidden;background:#f1f5f9}@media (min-width: 481px){#app{box-shadow:0 0 40px #0000001f;border-left:1px solid #cbd5e1;border-right:1px solid #cbd5e1}}button{cursor:pointer;border:none;font-family:inherit}input{font-family:inherit}a{text-decoration:none;color:inherit}.input-page{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);padding:48px 16px 40px;position:relative;overflow-y:auto;overflow-x:hidden}.input-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 60%);animation:float 15s ease-in-out infinite;pointer-events:none}@keyframes float{0%,to{transform:translate(0)}33%{transform:translate(30px,-30px)}66%{transform:translate(-20px,20px)}}.logo{font-size:48px;margin-bottom:4px;animation:bounce 2s ease-in-out infinite;position:relative;z-index:1}.logo-img{width:80px;height:80px;object-fit:contain}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.title{font-size:32px;font-weight:900;color:#fff;margin-bottom:4px;text-shadow:0 2px 12px rgba(0,0,0,.15);position:relative;z-index:1}.subtitle{font-size:14px;color:#ffffffd9;margin-bottom:24px;text-align:center;line-height:1.6;position:relative;z-index:1}.card{background:#fff;border-radius:20px;padding:24px 20px;width:100%;max-width:400px;box-shadow:0 20px 60px #00000026;position:relative;z-index:1;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.card-title{font-size:16px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:6px}.input-group{margin-bottom:10px;position:relative}.input-row{display:flex;align-items:center;gap:8px;width:100%}.input-number{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.departure-input{flex:1;min-width:0;width:0;height:44px;border:2px solid #e2e8f0;border-radius:12px;padding:0 14px;font-size:16px;outline:none;background:#f8fafc;transition:all .2s}.departure-input:focus{border-color:#818cf8;background:#fff;box-shadow:0 0 0 3px #818cf826}.departure-input::placeholder{color:#94a3b8}.autocomplete-list{position:absolute;top:48px;left:34px;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:200;max-height:220px;overflow-y:auto;display:none}.autocomplete-list.show{display:block}.autocomplete-item{padding:10px 14px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .15s}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover,.autocomplete-item:active{background:#f5f3ff}.autocomplete-item .ac-name{font-size:13px;font-weight:600;color:#1e293b}.autocomplete-item .ac-addr{font-size:11px;color:#94a3b8;margin-top:2px}.btn-remove{width:30px;height:30px;border-radius:50%;background:#fee2e2;color:#ef4444;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-remove:hover{background:#fca5a5}.btn-add{width:100%;height:42px;border:2px dashed #cbd5e1;border-radius:12px;background:transparent;color:#64748b;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:6px;margin-bottom:16px;transition:all .2s}.btn-add:hover{border-color:#818cf8;color:#6366f1;background:#f5f3ff}.theme-label{font-size:13px;font-weight:600;color:#475569;margin-bottom:8px;display:flex;align-items:center;gap:6px}.theme-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.theme-chip{padding:7px 14px;border-radius:100px;border:2px solid #e2e8f0;background:#fff;font-size:13px;font-weight:500;color:#475569;transition:all .2s;display:flex;align-items:center;gap:4px}.theme-chip:hover{border-color:#c4b5fd;background:#f5f3ff}.theme-chip.active{border-color:#7c3aed;background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;box-shadow:0 4px 12px #7c3aed4d;transform:scale(1.05)}.btn-submit{width:100%;height:50px;border-radius:14px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s;box-shadow:0 4px 16px #6366f166}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f180}.btn-submit:active{transform:translateY(0)}.loading-page{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-emoji{font-size:56px;animation:bounce 1s ease-in-out infinite;margin-bottom:16px}.loading-text{font-size:16px;font-weight:600;margin-bottom:20px}.loading-sub{font-size:12px;color:#ffffffb3;margin-top:-12px;margin-bottom:20px}.loading-dots{display:flex;gap:8px}.loading-dots span{width:10px;height:10px;border-radius:50%;background:#ffffffb3;animation:dotPulse 1.4s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.result-page{height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff}.result-header{height:50px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;padding:0 12px;gap:10px;flex-shrink:0;z-index:100}.btn-back{width:34px;height:34px;border-radius:10px;background:#f1f5f9;color:#475569;font-size:18px;display:flex;align-items:center;justify-content:center}.header-title{font-size:15px;font-weight:700;flex:1}.header-station{font-size:12px;color:#7c3aed;font-weight:600}.map-container{flex:1;min-height:200px;position:relative;z-index:1}.map-legend{position:absolute;top:10px;left:10px;z-index:10;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px;padding:8px 12px;box-shadow:0 2px 8px #0000001f;display:flex;flex-direction:column;gap:4px;pointer-events:none}.legend-item{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#1e293b;white-space:nowrap}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;border:1.5px solid #fff;box-shadow:0 0 0 1px #0000001a}.info-panel{height:38vh;max-height:360px;min-height:150px;background:#fff;border-top:1px solid #e2e8f0;overflow-y:auto;flex-shrink:0;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding-bottom:env(safe-area-inset-bottom,0)}.info-panel::-webkit-scrollbar{width:3px}.info-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.panel-section{padding:14px 14px 8px}.panel-section:not(:last-child){border-bottom:1px solid #f1f5f9}.section-title{font-size:13px;font-weight:700;color:#475569;margin-bottom:10px;display:flex;align-items:center;gap:6px}.station-card{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #ddd6fe;border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px}.station-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.station-info{flex:1}.station-name{font-size:16px;font-weight:700;color:#1e293b;margin-bottom:2px}.station-address{font-size:11px;color:#64748b}.route-list{display:flex;flex-direction:column;gap:6px}.route-card-v{border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px}.route-top{display:flex;align-items:center;gap:6px;margin-bottom:5px}.route-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.route-from-name{font-size:12px;font-weight:600;color:#1e293b;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-bottom{display:flex;align-items:center;justify-content:space-between}.route-distance{font-size:11px;color:#64748b}.btn-direction{height:26px;border-radius:6px;background:#f1f5f9;padding:0 8px;color:#6366f1;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:3px;text-decoration:none;flex-shrink:0}.btn-direction:hover{background:#e0e7ff}.panel-places{padding-bottom:0!important}.cat-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #f1f5f9;-webkit-overflow-scrolling:touch}.cat-tabs::-webkit-scrollbar{height:0}.cat-tab{padding:6px 12px;border-radius:100px;border:1.5px solid #e2e8f0;background:#fff;font-size:12px;font-weight:600;color:#64748b;white-space:nowrap;flex-shrink:0;transition:all .2s}.cat-tab:hover{border-color:#c4b5fd;background:#faf5ff}.cat-tab.active{border-color:#7c3aed;background:#7c3aed;color:#fff;box-shadow:0 2px 8px #7c3aed40}.cat-panel{display:none}.cat-panel.active{display:block}.place-list{display:flex;flex-direction:column;gap:6px}.place-card{display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;cursor:pointer;transition:all .2s}.place-card:hover{border-color:#c4b5fd;background:#faf9ff}.place-card.active{border-color:#7c3aed;background:#f5f3ff}.place-num{width:22px;height:22px;border-radius:50%;background:#f97316;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.place-photo{width:52px;height:52px;border-radius:8px;overflow:hidden;background:#f1f5f9;flex-shrink:0;display:flex;align-items:center;justify-content:center}.place-photo img{width:100%;height:100%;object-fit:cover;display:block}.photo-placeholder{font-size:20px;opacity:.4}.place-body{flex:1;min-width:0}.place-name{font-size:13px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.place-category{font-size:10px;color:#7c3aed;font-weight:500}.place-address{font-size:10px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.place-right{flex-shrink:0;text-align:right}.place-dist{font-size:10px;color:#64748b;font-weight:500;display:block}.place-link{font-size:10px;color:#6366f1;font-weight:600;padding:3px 8px;background:#eef2ff;border-radius:6px;display:inline-block;margin-top:4px}.place-link:hover{background:#e0e7ff}.no-places{text-align:center;color:#94a3b8;font-size:13px;padding:16px}.login-page{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);padding:24px 16px;position:relative;overflow:hidden}.login-bg-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.shape{position:absolute;border-radius:50%;opacity:.08;background:#fff}.shape-1{width:300px;height:300px;top:-80px;right:-60px;animation:float 12s ease-in-out infinite}.shape-2{width:200px;height:200px;bottom:-40px;left:-40px;animation:float 15s ease-in-out infinite reverse}.shape-3{width:120px;height:120px;top:40%;left:60%;animation:float 10s ease-in-out infinite 2s}.login-content{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;animation:slideUp .6s ease-out}.btn-kakao-login{width:280px;height:50px;border-radius:12px;background:#fee500;color:#191919;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;transition:all .3s;box-shadow:0 4px 16px #00000026}.btn-kakao-login:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.btn-kakao-login:active{transform:translateY(0)}.btn-guest{margin-top:12px;background:transparent;color:#ffffffb3;font-size:13px;font-weight:500;text-decoration:underline;transition:color .2s}.btn-guest:hover{color:#fff}.user-badge{position:absolute;top:16px;right:16px;display:flex;align-items:center;gap:8px;background:#fff3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:100px;padding:4px 12px 4px 4px;z-index:10}.user-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.5)}.user-avatar-placeholder{width:28px;height:28px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:14px}.user-name{font-size:12px;font-weight:600;color:#fff;white-space:nowrap}.btn-logout{font-size:10px;color:#fffc;background:#ffffff26;border-radius:6px;padding:3px 8px;font-weight:500;transition:background .2s}.btn-logout:hover{background:#ffffff4d}.btn-vote-float{position:fixed;z-index:999999;width:auto;height:42px;padding:0 16px;border-radius:21px;background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 16px #7c3aed66;cursor:pointer;border:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;pointer-events:auto;user-select:none;-webkit-user-select:none}.btn-vote-float:active{background:linear-gradient(135deg,#6d28d9,#4f46e5)}.btn-create-vote{width:100%;height:50px;border-radius:14px;background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s;box-shadow:0 4px 16px #7c3aed59}.btn-create-vote:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7c3aed73}.btn-create-vote:active{transform:translateY(0)}.vote-page{height:100%;display:flex;flex-direction:column;overflow:hidden;background:#f8fafc}.vote-header{padding:16px 16px 12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:flex-start;justify-content:space-between;flex-shrink:0}.vote-header-left{display:flex;flex-direction:column;gap:4px}.vote-station-badge{font-size:20px;font-weight:800;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.15)}.vote-subtitle{font-size:13px;color:#ffffffd9;font-weight:500}.vote-header-right{display:flex;align-items:center}.vote-count-badge{background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:100px;padding:5px 12px;font-size:12px;font-weight:600;color:#fff}.vote-info{padding:10px 16px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#475569;flex-shrink:0}.vote-user{background:#f5f3ff;color:#7c3aed;font-weight:600;padding:3px 10px;border-radius:100px;font-size:12px}.vote-list{flex:1;overflow-y:auto;padding:12px 16px;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:8px}.vote-item{display:flex;align-items:center;justify-content:space-between;background:#fff;border:2px solid #e2e8f0;border-radius:14px;padding:14px 16px;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}.vote-item:hover{border-color:#c4b5fd;background:#faf9ff}.vote-item.voted{border-color:#7c3aed;background:linear-gradient(135deg,#f5f3ff,#ede9fe);box-shadow:0 4px 12px #7c3aed26}.vote-item-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.vote-item-num{width:24px;height:24px;border-radius:50%;background:#e2e8f0;font-size:11px;font-weight:700;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.voted .vote-item-num{background:#7c3aed;color:#fff}.vote-item-emoji{font-size:20px;flex-shrink:0}.vote-item-photo{width:40px;height:40px;border-radius:8px;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px}.vote-item-photo img{width:100%;height:100%;object-fit:cover;display:block}.vote-item-info{flex:1;min-width:0}.vote-item-name{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vote-item-cat{font-size:11px;color:#94a3b8}.vote-item-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.vote-item-count{font-size:12px;font-weight:700;color:#94a3b8;min-width:30px;text-align:right}.vote-item-count.has-votes{color:#7c3aed}.vote-item-check{font-size:18px}.vote-cat-section{margin-bottom:4px}.vote-cat-section:last-child{margin-bottom:0}.vote-cat-header{display:flex;align-items:center;justify-content:space-between;padding:10px 4px 8px;font-size:15px;font-weight:700;color:#1e293b}.vote-cat-header span:first-child{display:flex;align-items:center;gap:4px}.vote-cat-status{font-size:11px;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:3px 10px;border-radius:100px}.vote-cat-status.done{color:#7c3aed;background:#f5f3ff}.vote-cat-tabs{display:flex;gap:6px;padding:8px 16px 0;overflow-x:auto;flex-shrink:0;-webkit-overflow-scrolling:touch;background:#fff;border-bottom:1px solid #e2e8f0}.vote-cat-tabs::-webkit-scrollbar{height:0}.vote-cat-tab{padding:8px 14px;border-radius:12px 12px 0 0;border:1.5px solid #e2e8f0;border-bottom:none;background:#f8fafc;font-size:13px;font-weight:600;color:#64748b;white-space:nowrap;flex-shrink:0;transition:all .2s;position:relative;bottom:-1px}.vote-cat-tab:hover{background:#f5f3ff;border-color:#c4b5fd}.vote-cat-tab.active{background:#fff;border-color:#7c3aed;color:#7c3aed;font-weight:700;box-shadow:0 -2px 6px #7c3aed1a}.vote-cat-tab.done{color:#10b981}.vote-cat-tab.done.active{color:#7c3aed}.vote-cat-panel{display:none;flex-direction:column;gap:8px}.vote-cat-panel.active{display:flex}.btn-vote-map{height:46px;border-radius:12px;background:#e0e7ff;color:#4f46e5;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;padding:0 14px;flex-shrink:0}.btn-vote-map:hover{background:#c7d2fe}.vote-result-cat-section{margin-bottom:8px}.vote-result-cat-section:last-child{margin-bottom:0}.result-cat-header{padding:12px 4px 8px;font-size:16px;font-weight:800;color:#1e293b;border-bottom:2px solid #e2e8f0;margin-bottom:10px}.btn-place-detail,.btn-place-detail-sm{height:26px;border-radius:6px;background:#eef2ff;border:1px solid #e0e7ff;font-size:11px;font-weight:600;color:#6366f1;cursor:pointer;padding:0 8px;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0;white-space:nowrap}.btn-place-detail:hover,.btn-place-detail-sm:hover{background:#dbeafe}.btn-place-detail-sm{height:22px;font-size:10px;padding:0 6px;margin-left:4px}.vote-actions{padding:12px 16px;background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:8px;flex-shrink:0;padding-bottom:calc(12px + env(safe-area-inset-bottom,0))}.btn-vote-results,.btn-vote-back{flex:1;height:46px;border-radius:12px;background:#f1f5f9;color:#475569;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.btn-vote-results:hover,.btn-vote-back:hover{background:#e2e8f0}.btn-vote-share,.btn-vote-share-result{flex:1;height:46px;border-radius:12px;background:#fee500;color:#191919;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;box-shadow:0 2px 8px #0000001a}.btn-vote-share:hover,.btn-vote-share-result:hover{box-shadow:0 4px 12px #00000026}.btn-vote-copy{width:46px;height:46px;border-radius:12px;background:#f1f5f9;color:#475569;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.btn-vote-copy:hover{background:#e2e8f0}.vote-results-list{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;-webkit-overflow-scrolling:touch}.vote-result-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px;transition:all .2s}.vote-result-item.winner{border-color:#fbbf24;background:linear-gradient(135deg,#fffbeb,#fef3c7);box-shadow:0 4px 12px #fbbf2433}.vote-result-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.vote-result-medal{font-size:18px;width:24px;text-align:center}.vote-result-emoji{font-size:16px}.vote-result-name{font-size:14px;font-weight:600;color:#1e293b;flex:1}.vote-result-count{font-size:13px;font-weight:700;color:#7c3aed;flex-shrink:0}.vote-result-bar-bg{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.vote-result-bar{height:100%;background:linear-gradient(90deg,#7c3aed,#6366f1);border-radius:4px;transition:width .5s ease-out;min-width:2px}.winner .vote-result-bar{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.vote-result-voters{margin-top:6px;font-size:11px;color:#94a3b8}.btn-share{height:32px;border-radius:8px;background:#fee500;color:#191919;font-size:11px;font-weight:700;padding:0 10px;display:flex;align-items:center;gap:4px;flex-shrink:0;transition:all .2s;box-shadow:0 1px 4px #0000001a}.btn-share:hover{transform:translateY(-1px);box-shadow:0 3px 8px #00000026}.marker-label-only{background:#000000bf;color:#fff;font-size:10px;font-weight:600;padding:2px 8px;border-radius:6px;white-space:nowrap;max-width:110px;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.marker-station-label{background:#7c3aed;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:8px;white-space:nowrap;box-shadow:0 2px 8px #7c3aed4d;pointer-events:none}
