:root{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;height:100vh}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.app{width:100vw;height:100vh;display:flex;flex-direction:column}:root{--brand-color: #FF9F40;--brand-color-light: #FFB366;--brand-color-dark: #E88A2D}.unified-search-bar{position:absolute;top:10px;left:10px;right:10px;z-index:400;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-bar-header{display:flex;align-items:center;gap:10px;background:#fff;border-radius:24px;padding:7px 12px 7px 7px;box-shadow:0 2px 8px #0000001f,0 1px 3px #00000014;cursor:text;transition:box-shadow .2s ease,transform .2s ease}.search-bar-header:hover{box-shadow:0 6px 20px #00000026,0 2px 6px #0000001a}.search-bar-header:active{transform:scale(.995)}.search-bar-icon-container{position:relative;width:34px;height:34px;flex-shrink:0}.search-bar-icon{position:absolute;top:0;left:0;width:34px;height:34px;border-radius:50%;overflow:hidden;background:var(--brand-color);padding:2px;cursor:pointer;opacity:1;transform:scale(1) rotate(0);transition:opacity .25s ease,transform .25s ease}.search-bar-icon.hidden{opacity:0;transform:scale(.8) rotate(-90deg);pointer-events:none}.search-bar-icon:hover:not(.hidden){transform:scale(1.05)}.search-bar-icon:active:not(.hidden){transform:scale(.95)}.search-bar-back{position:absolute;top:0;left:0;width:34px;height:34px;border:none;background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:1;transform:scale(1) rotate(0);transition:opacity .25s ease,transform .25s ease,background .2s}.search-bar-back.hidden{opacity:0;transform:scale(.8) rotate(90deg);pointer-events:none}.search-bar-back:hover:not(.hidden){background:#f5f5f5}.search-bar-content{flex:1;min-width:0}.search-bar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.search-bar-app-icon{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%;transform:scale(1.35)}.search-bar-search-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#f5f5f5;transition:background .2s}.search-bar-idle:hover .search-bar-search-icon{background:#eee}.search-bar-search-icon svg{width:16px;height:16px;fill:#888}.search-bar-placeholder{flex:1;min-width:0}.search-bar-title{font-size:.95rem;font-weight:400;color:#acacac;letter-spacing:-.2px}.search-bar-query{font-size:.95rem;font-weight:500;color:#333;letter-spacing:-.2px}.search-bar-count{font-size:.85rem;color:var(--brand-color);font-weight:600;flex-shrink:0;margin-left:auto}.search-bar-clear-idle{width:28px;height:28px;border:none;background:#f0f0f0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s;margin-left:4px}.search-bar-clear-idle svg{fill:#999}.search-bar-clear-idle:hover{background:#e0e0e0}.search-bar-clear-idle:hover svg{fill:#666}.search-bar-clear-idle:active{transform:scale(.9)}.search-bar-menu{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.search-bar-menu:hover{background:#eee}@media(max-width:767px){.unified-search-bar{position:fixed;top:10px;left:10px;right:10px;height:48px;overflow:hidden;background:#fff;border-radius:24px;box-shadow:0 2px 8px #0000001f,0 1px 3px #00000014;display:flex;flex-direction:column;transition:top .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1),right .3s cubic-bezier(.4,0,.2,1),height .3s cubic-bezier(.4,0,.2,1),border-radius .3s cubic-bezier(.4,0,.2,1),box-shadow .25s ease .25s}.unified-search-bar.active{top:0;left:0;right:0;height:100vh;height:100dvh;z-index:500;border-radius:0;box-shadow:none;transition:top .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1),right .3s cubic-bezier(.4,0,.2,1),height .3s cubic-bezier(.4,0,.2,1),border-radius .3s cubic-bezier(.4,0,.2,1),box-shadow .15s ease}.unified-search-bar.active .search-bar-header{border-radius:0;box-shadow:none;border-bottom:1px solid #f0f0f0;padding:7px 12px 7px 7px;padding-top:calc(7px + env(safe-area-inset-top,0));flex-shrink:0}.unified-search-bar .search-overlay{position:relative;inset:auto;flex:1;max-height:none;border-radius:0;opacity:0;transform:translateY(-20px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.unified-search-bar.active .search-overlay{opacity:1;transform:translateY(0);pointer-events:auto;transition-delay:.1s}.unified-search-bar .search-overlay-content{opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease}.unified-search-bar.active .search-overlay-content{opacity:1;transform:translateY(0);transition-delay:.15s}}.search-bar-input{flex:1;border:none;outline:none;font-size:1rem;font-weight:500;color:#333;background:transparent;padding:8px 0}.search-bar-input::placeholder{color:#aaa;font-weight:400}.search-bar-clear{width:32px;height:32px;border:none;background:#f0f0f0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.search-bar-clear:hover{background:#e5e5e5}.search-overlay{position:fixed;top:calc(58px + env(safe-area-inset-top,0));left:0;right:0;bottom:0;z-index:300;background:#fff;animation:searchOverlayIn .3s cubic-bezier(.4,0,.2,1)}@keyframes searchOverlayIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.search-overlay-content{padding:16px 20px 20px;height:100%;overflow-y:auto}.search-recent{margin-top:8px}.search-recent-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.search-recent-title{font-size:1rem;font-weight:700;color:#333}.search-recent-clear-all{font-size:.85rem;color:#999;background:none;border:none;cursor:pointer;padding:4px 8px}.search-recent-clear-all:hover{color:#666}.search-recent-chips{display:flex;flex-wrap:wrap;gap:10px}.search-recent-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #e0e0e0;background:#fff;border-radius:20px;cursor:pointer;font-size:.9rem;color:#333;transition:all .2s}.search-recent-chip:hover{background:#f5f5f5;border-color:#ccc}.search-recent-chip-text{white-space:nowrap}.search-recent-chip-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:2px}.search-recent-chip-remove svg{width:14px;height:14px;fill:#bbb;transition:fill .2s}.search-recent-chip:hover .search-recent-chip-remove svg{fill:#888}.search-guide{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;border-top:1px solid #f0f0f0;margin-top:24px}.search-guide-icon{width:80px;height:80px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.search-guide-icon svg{width:40px;height:40px;fill:#ccc}.search-guide-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:12px}.search-guide-desc{font-size:.9rem;color:#999;line-height:1.6}.search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.search-empty-icon{width:80px;height:80px;border-radius:50%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.search-empty-icon svg{width:40px;height:40px;fill:#ccc}.search-empty-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:12px}.search-empty-desc{font-size:.9rem;color:#999;line-height:1.6}.search-result-bar{position:absolute;top:16px;left:12px;right:12px;z-index:100;display:flex;align-items:center;gap:10px;background:#fff;padding:12px 14px;border-radius:28px;box-shadow:0 4px 16px #0000001f,0 1px 3px #00000014}.search-result-icon{flex-shrink:0}.search-result-text{flex:1;font-size:.95rem;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-text strong{color:#333;font-weight:600}.search-result-count{font-size:.85rem;color:#999;font-weight:500;flex-shrink:0}.search-result-clear{width:28px;height:28px;border:none;background:#f0f0f0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.search-result-clear:hover{background:#e5e5e5}.search-result-clear:hover svg{fill:#666}@media(min-width:768px){.unified-search-bar{top:10px;left:12px;right:auto;width:100%;max-width:400px;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.unified-search-bar.active{top:10px;left:12px;right:auto;z-index:400;width:100%;max-width:400px;border-radius:24px;background:#fff;box-shadow:0 4px 24px #0000002e;overflow:visible}.unified-search-bar.active .search-bar-header{border-radius:24px 24px 0 0;box-shadow:none;border-bottom:1px solid #f0f0f0;padding:7px 12px 7px 7px}.search-overlay{position:relative;inset:auto;width:100%;max-width:none;border-radius:0 0 24px 24px;box-shadow:none;transform:none;padding-top:0;max-height:350px;overflow:hidden;animation:expandDropdown .25s cubic-bezier(.4,0,.2,1)}@keyframes expandDropdown{0%{max-height:0;opacity:0}to{max-height:350px;opacity:1}}.search-overlay.closing{animation:shrinkDropdown .25s cubic-bezier(.4,0,.2,1) forwards}@keyframes shrinkDropdown{0%{max-height:350px;opacity:1}to{max-height:0;opacity:0}}.search-overlay-content{padding:16px 20px 20px;height:auto;max-height:320px}.search-guide,.search-empty{padding:40px 20px}.search-guide-icon,.search-empty-icon{width:60px;height:60px;margin-bottom:16px}.search-guide-icon svg,.search-empty-icon svg{width:30px;height:30px}.search-guide-title,.search-empty-title{font-size:1.1rem;margin-bottom:8px}.search-guide-desc,.search-empty-desc{font-size:.85rem}.search-overlay:has(.search-empty):not(:has(.search-recent)){max-height:350px}.search-recent{margin-top:0}.search-result-bar{top:10px;left:12px;right:auto;max-width:400px;transform:none}.filter-bar{top:62px}.data-status{bottom:12px;right:12px}}.data-status{position:absolute;bottom:12px;right:12px;z-index:90;background:#ffffffd9;padding:4px 8px;border-radius:4px;font-size:.65rem;color:#999;display:flex;align-items:center;gap:6px}.data-status-row{display:flex;align-items:center;gap:3px}.data-status-row:first-child:before{display:none}.data-status-date{font-size:.65rem}.data-status-count{font-size:.65rem;color:#aaa}.data-status-count:before{content:"·";margin-right:6px}.content{flex:1;position:relative;display:flex;flex-direction:column}.filter-bar{position:absolute;top:62px;left:0;right:0;z-index:100;display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:4px 10px;transition:opacity .2s,transform .2s}.filter-bar.hidden{opacity:0;pointer-events:none;transform:translateY(-10px)}.filter-bar::-webkit-scrollbar{display:none}.filter-btn{display:flex;align-items:center;gap:6px;height:34px;padding:0 14px;border:2px solid;border-radius:17px;background:#fff;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #0000001f}.filter-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.filter-btn:active{transform:translateY(0)}.filter-btn.active{font-weight:700;box-shadow:0 4px 12px #0003}.filter-icon{display:flex;align-items:center;justify-content:center}.filter-count{font-size:.7rem;font-weight:700;padding:2px 7px;border-radius:10px;min-width:20px;text-align:center}.map{width:100%;flex:1;min-height:0}.selected-marker-container{position:relative;display:flex;flex-direction:column;align-items:center}.selected-marker-pulse{position:absolute;bottom:0;width:24px;height:24px;border-radius:50%;animation:pulse 1.5s ease-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(3);opacity:0}}.selected-marker-pin{animation:bounce .6s ease-in-out infinite alternate;transform-origin:bottom center}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;z-index:500;pointer-events:none}.bottom-sheet.open{pointer-events:auto}.bottom-sheet-content{background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000026;padding:8px 20px 20px;position:relative;animation:slideUp .3s ease-out}.bottom-sheet-handle{display:flex;justify-content:center;align-items:center;padding:4px 0 8px;cursor:grab;touch-action:none;min-height:20px}.bottom-sheet-handle:active{cursor:grabbing}.bottom-sheet-handle-bar{width:40px;height:5px;background:#d0d0d0;border-radius:3px}@media(min-width:768px){.bottom-sheet-handle{display:none}.bottom-sheet-content{padding-top:16px}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.bottom-sheet-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s}.bottom-sheet-close:hover{background:#eee;color:#333}.bottom-sheet-single{display:block}.bottom-sheet-header{display:flex;align-items:center;gap:6px;margin-bottom:4px}.bottom-sheet-badge{display:inline-block;padding:3px 8px;border-radius:5px;font-size:.7rem;font-weight:600;color:#fff}.bottom-sheet-category{font-size:.8rem;color:#999;font-weight:400}.bottom-sheet-title{font-size:1.15rem;font-weight:700;color:#333;margin:0 0 10px;line-height:1.35}.bottom-sheet-address{display:flex;align-items:flex-start;gap:6px;padding:10px 12px;background:#f8f8f8;border-radius:10px;margin-bottom:12px}.bottom-sheet-address svg{flex-shrink:0;margin-top:2px}.bottom-sheet-address span{font-size:.8rem;color:#777;line-height:1.4;font-weight:400}.bottom-sheet-address .address-detail{color:#999;font-size:.75rem}.bottom-sheet-link{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;color:#fff;padding:14px 20px;border-radius:14px;border:none;text-decoration:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.bottom-sheet-link:hover{opacity:.9;transform:translateY(-1px)}.bottom-sheet-no-link{display:block;width:100%;font-size:.9rem;color:#999;text-align:center;padding:12px 0}.bottom-sheet-multi{display:block}.bottom-sheet-multi-title{font-size:1.1rem;font-weight:700;color:#333;margin:0 0 8px;line-height:1.35}.bottom-sheet-multi-title .highlight{color:var(--brand-color)}.bottom-sheet-address-header{display:flex;align-items:center;gap:5px;padding-bottom:10px;margin-bottom:8px;border-bottom:1px solid #f0f0f0}.bottom-sheet-address-header svg{flex-shrink:0}.bottom-sheet-address-header span{font-size:.8rem;color:#999;line-height:1.4;font-weight:400}.bottom-sheet-list{max-height:220px;overflow-y:auto}.bottom-sheet-list::-webkit-scrollbar{width:4px}.bottom-sheet-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:2px}.bottom-sheet-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.bottom-sheet-item{display:flex;align-items:center;gap:10px;padding:12px;margin-bottom:8px;background:#fff;border-radius:14px;border:1px solid #f0f0f0;transition:all .2s;width:100%;box-sizing:border-box}.bottom-sheet-item:last-child{margin-bottom:0}.bottom-sheet-item-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.bottom-sheet-item-icon-rounded{flex-shrink:0;width:44px;height:44px;border-radius:12px;border:1px solid;display:flex;align-items:center;justify-content:center}.bottom-sheet-item-content{flex:1;min-width:0}.bottom-sheet-item-title{font-size:.95rem;font-weight:700;color:#333;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottom-sheet-item-address{font-size:.75rem;color:#999;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottom-sheet-item-meta{display:flex;align-items:center;gap:4px;font-size:.75rem}.bottom-sheet-badge-small{display:inline-block;padding:2px 6px;border-radius:4px;font-size:.65rem;font-weight:600;color:#fff}.bottom-sheet-item-category{color:#aaa;font-weight:400}.bottom-sheet-item-arrow{flex-shrink:0;font-size:1.5rem;color:#ccc;font-weight:300}.bottom-sheet-item.clickable{cursor:pointer}.bottom-sheet-item.clickable:hover{background:#fff8f0;border-color:#ffe0c0}.bottom-sheet-item.clickable:hover .bottom-sheet-item-arrow{color:var(--brand-color)}@media(min-width:768px){.bottom-sheet{display:flex;justify-content:center;padding:0 20px 20px}.bottom-sheet-content{max-width:420px;width:100%;border-radius:20px;margin-bottom:env(safe-area-inset-bottom,0)}}.loading{display:flex;justify-content:center;align-items:center;height:100%;font-size:1.2rem;color:#666}.map-controls{position:absolute;top:140px;right:12px;display:flex;flex-direction:column;gap:10px;z-index:10}.control-btn{width:44px;height:44px;border:none;background:#fff;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.control-btn:hover{background:#f8f8f8;color:#333}.control-btn:active{background:#f0f0f0;transform:scale(.95)}.location-btn{border-radius:14px;box-shadow:0 2px 8px #0000001f}.zoom-control{display:flex;flex-direction:column;background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000001f;overflow:hidden}.zoom-btn{font-size:22px;font-weight:300;color:#555}.zoom-btn:first-child{border-bottom:1px solid #eee}.filter-remove{display:flex;align-items:center;justify-content:center;margin-left:4px;padding:0;border-radius:50%;border:none;background:transparent;cursor:pointer;transition:opacity .2s}.filter-remove:hover{opacity:.7}.filter-icon-btn{width:34px;height:34px;border:none;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0000001f;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;color:#666}.filter-icon-btn:hover{background:#f5f5f5;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.filter-icon-btn:active{transform:translateY(0)}.filter-all-btn{background:var(--brand-color)!important;border-color:var(--brand-color)!important;color:#fff!important}.filter-no-touch{pointer-events:none;cursor:default}.filter-no-touch:hover{transform:none;box-shadow:0 2px 8px #0000001f}.filter-no-touch .filter-remove{pointer-events:auto;cursor:pointer}.filter-summary-btn{background:#fff!important;border-color:var(--brand-color)!important;color:var(--brand-color)!important;font-weight:600!important}.filter-summary-btn:hover{background:#fff8f0!important}.category-sheet-overlay{position:fixed;inset:0;background:#00000080;z-index:600;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease-out}.category-sheet{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:500px;max-height:80vh;padding:24px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0));animation:slideUp .3s ease-out}.category-sheet-header{position:relative;margin-bottom:20px}.category-sheet-title{font-size:1.25rem;font-weight:700;color:#333;margin:0 0 4px}.category-sheet-subtitle{font-size:.85rem;color:#888;margin:0}.category-sheet-close{position:absolute;top:0;right:0;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s}.category-sheet-close:hover{background:#eee;color:#333}.category-sheet-grid{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.category-chip{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:2px solid #e0e0e0;border-radius:50px;background:#fff;cursor:pointer;transition:all .2s;position:relative;white-space:nowrap}.category-chip:hover:not(.disabled){border-color:var(--chip-color, #ddd);background:color-mix(in srgb,var(--chip-color, #fff) 5%,white)}.category-chip.selected{border-width:2px}.category-chip.disabled{opacity:.5;cursor:not-allowed}.category-chip-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}.category-chip-label{font-size:.9rem;font-weight:600;color:#333}.category-chip-count{font-size:.8rem;color:#888;font-weight:500}.category-sheet-footer{display:flex;gap:12px}.category-sheet-reset{flex:1;padding:14px;border:1px solid #ddd;border-radius:12px;background:#fff;color:#666;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.category-sheet-reset:hover{background:#f5f5f5}.category-sheet-apply{flex:2;padding:14px;border:none;border-radius:12px;background:var(--brand-color);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.category-sheet-apply:hover{opacity:.9;transform:translateY(-1px)}@media(min-width:768px){.category-sheet{border-radius:20px;margin-bottom:20px}}.info-modal-overlay{position:fixed;inset:0;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.info-modal{background:#fff;border-radius:20px;width:100%;max-width:400px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 32px #00000040;animation:slideUp .25s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.info-modal-overlay.closing{animation:fadeOut .2s ease-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.info-modal.closing{animation:slideDown .2s ease-out forwards}@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.info-modal-header{position:relative;width:100%;height:140px;overflow:hidden}.info-modal-image{width:100%;height:100%;object-fit:cover}.info-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:#00000080;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .2s}.info-modal-close:hover{background:#000000b3}.info-modal-content{padding:20px;overflow-y:auto;flex:1}.info-modal-title{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 4px}.info-modal-subtitle{font-size:.9rem;color:#888;margin:0 0 12px}.info-modal-section{margin-bottom:20px}.info-modal-section h3{font-size:.9rem;font-weight:600;color:#666;margin:0 0 8px;letter-spacing:-.2px}.info-modal-section p{font-size:.95rem;color:#333;margin:0;line-height:1.65}.info-modal-section a{color:#e07a20;text-decoration:none;font-weight:500}.info-modal-section a:hover{text-decoration:underline}.info-modal-license{font-size:.8rem;color:#888}.info-modal-disclaimer{padding:12px 14px;background:#fff8f0;border-radius:10px;border-left:3px solid var(--brand-color)}.info-modal-disclaimer p{font-size:.78rem;color:#666;margin:0;line-height:1.5}.info-modal-links{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:12px}.info-modal-links a{font-size:.8rem;color:#999;text-decoration:none}.info-modal-links a:hover{color:var(--brand-color);text-decoration:underline}.info-modal-github-link{display:inline-flex;align-items:center;gap:4px}.info-modal-github-link svg{flex-shrink:0}.info-modal-footer{padding:12px 20px calc(16px + env(safe-area-inset-bottom,0))}.info-modal-btn{width:100%;padding:12px;border:none;border-radius:10px;background:var(--brand-color);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.info-modal-btn:hover{opacity:.9;transform:translateY(-1px)}.info-modal-developer{margin-top:16px;text-align:left}.info-modal-developer span{display:block;font-size:.8rem;color:#888;margin-bottom:2px}.info-modal-developer a{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;color:#999;text-decoration:none}.info-modal-developer a:hover{color:#666;text-decoration:underline}
