:root{font-family:Inter,Pretendard,Noto Sans KR,system-ui,sans-serif;color:#18201d;background:#eef0ed;font-synthesis:none;--ink: #18201d;--muted: #68716d;--line: #dce1dd;--surface: #ffffff;--surface-alt: #f5f7f5;--green: #146c4c;--green-dark: #0c4c35;--red: #c94736;--yellow: #f1bd4b;--nav-height: 70px;--app-width: 430px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:#eef0ed}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app-shell{width:100%;max-width:var(--app-width);min-height:100vh;margin:0 auto;overflow-x:clip;background:var(--surface);position:relative;box-shadow:0 0 0 1px #111e1814}.app-main{min-height:100vh;padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom))}.page{min-height:calc(100vh - var(--nav-height))}.bottom-nav{position:fixed;z-index:50;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:var(--app-width);height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding:7px 16px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:#fffffff5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bottom-nav a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#7a827e;font-size:11px;font-weight:700}.bottom-nav a.active{color:var(--green)}.bottom-nav a span{white-space:nowrap}.top-header{min-height:92px;padding:20px 20px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand-mark,.section-kicker,.step-label{color:var(--red);font-size:10px;font-weight:900;letter-spacing:.12em}.region-button{display:flex;align-items:center;gap:5px;padding:3px 0 0;border:0;background:transparent;font-size:20px;font-weight:850;letter-spacing:0}.icon-button{width:42px;height:42px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:var(--surface);cursor:pointer}.filter-band{padding:15px 20px 18px;background:#101714;color:#fff}.filter-heading{margin-bottom:12px;display:flex;justify-content:space-between;color:#aab4af;font-size:12px;font-weight:700}.chip-scroller,.map-categories{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.chip{flex:0 0 auto;min-height:36px;padding:0 13px;border:1px solid #3c4742;border-radius:5px;background:#1c2521;color:#dbe1de;font-size:13px;cursor:pointer}.chip.selected{background:var(--yellow);border-color:var(--yellow);color:#282011;font-weight:800}.filter-actions{margin-top:13px;display:flex;justify-content:flex-end;gap:7px}.filter-actions button{min-height:32px;padding:0 11px;border:1px solid #3c4742;border-radius:5px;background:transparent;color:#c7ceca;font-size:11px;font-weight:750}.filter-actions button:last-child{border-color:#fff;background:#fff;color:#151c19}.content-section{padding:25px 20px 0}.all-spots{padding-bottom:30px}.section-heading{min-height:45px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.section-heading h2{margin:3px 0 0;font-size:21px;line-height:1.2;letter-spacing:0}.section-count{color:var(--muted);font-size:12px}.place-list{display:grid;gap:10px}.place-card{position:relative;border:1px solid var(--line);border-radius:7px;background:var(--surface);overflow:hidden}.place-card-link{min-height:112px;display:grid;grid-template-columns:94px minmax(0,1fr) 25px;align-items:stretch}.place-visual{position:relative;display:grid;place-items:center;overflow:hidden;background:#e3e8e4;color:var(--green)}.place-visual svg{position:relative;z-index:1}.place-visual img{width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.rank-badge{position:absolute;z-index:2;top:7px;left:7px;width:24px;height:24px;display:grid;place-items:center;border-radius:4px;background:var(--red);color:#fff;font-size:12px;font-weight:900}.place-card-body{min-width:0;padding:14px 10px 12px 14px}.eyebrow-row{display:flex;align-items:center;gap:8px;color:var(--green);font-size:11px;font-weight:800}.score{display:inline-flex;align-items:center;gap:3px;color:#aa7210}.place-card h3{overflow:hidden;margin:7px 0 3px;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.place-card p{margin:0;color:var(--muted);font-size:12px}.place-meta{margin-top:9px;display:flex;gap:9px;color:#7e8682;font-size:11px}.place-meta strong{color:var(--green);font-weight:800}.place-arrow{align-self:center;color:#9ba29f}.save-button{position:absolute;z-index:2;right:34px;top:9px;width:32px;height:32px;display:grid;place-items:center;border:0;background:transparent;color:#69736e;cursor:pointer}.save-button.active,.icon-button.active{color:var(--green)}.save-button:disabled,.icon-button:disabled{opacity:.5}.place-skeleton{height:112px;border-radius:7px;background:linear-gradient(90deg,#eef1ef 25%,#f8f9f8,#eef1ef 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}.state-message,.center-state{padding:40px 20px;color:var(--muted);text-align:center;font-size:14px}.load-more-sentinel{min-height:28px;padding-top:10px;color:var(--muted);text-align:center;font-size:11px}.center-state{min-height:70vh;display:grid;place-items:center}.map-page{--map-sheet-height: clamp(300px, 46vh, 440px);position:relative;height:calc(100vh - var(--nav-height));overflow:hidden;background:#dde3df}.map-canvas{position:absolute;inset:0 0 calc(var(--map-sheet-height) - 15px)}.map-fallback{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--green);font-size:13px}.map-toolbar{position:absolute;z-index:3;top:14px;left:14px;right:14px}.map-search{width:100%;height:46px;padding:0 15px;display:flex;align-items:center;gap:10px;border:1px solid rgba(19,36,28,.18);border-radius:6px;background:#fff;box-shadow:0 4px 14px #12221a1f;font-weight:700}.map-categories{margin-top:9px}.map-categories button{flex:0 0 auto;height:34px;padding:0 12px;border:1px solid var(--line);border-radius:5px;background:#fff;font-size:12px;font-weight:700}.map-categories button.selected{border-color:var(--green);background:var(--green);color:#fff}.map-area-search{position:absolute;z-index:5;left:50%;bottom:calc(var(--map-sheet-height) + 13px);transform:translate(-50%);min-height:38px;padding:0 14px;border:1px solid rgba(19,36,28,.18);border-radius:5px;background:#fff;color:var(--green);box-shadow:0 4px 14px #12221a29;font-size:12px;font-weight:800;white-space:nowrap}.map-place-preview{position:absolute;z-index:6;left:12px;right:12px;bottom:calc(var(--map-sheet-height) + 12px);height:116px;display:grid;grid-template-columns:94px minmax(0,1fr);overflow:hidden;border:1px solid rgba(19,36,28,.18);border-radius:7px;background:var(--surface);box-shadow:0 7px 20px #12221a33}.map-preview-visual{display:grid;place-items:center;overflow:hidden;background:#e3e8e4;color:var(--green)}.map-preview-visual img{width:100%;height:100%;object-fit:cover}.map-preview-body{min-width:0;padding:11px 12px}.map-preview-body>div:first-child{padding-right:25px;display:flex;align-items:center;gap:7px;color:var(--green);font-size:10px;font-weight:800}.map-preview-body strong,.map-preview-body small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-preview-body strong{margin-top:5px;padding-right:25px;font-size:15px}.map-preview-body small{margin-top:2px;color:var(--muted);font-size:10px}.map-preview-actions{margin-top:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.map-preview-actions button,.map-preview-actions a{min-height:31px;padding:0 8px;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid var(--line);border-radius:4px;background:var(--surface);color:var(--green);font-size:10px;font-weight:800}.map-preview-actions a{border-color:var(--green)}.map-preview-close{position:absolute;top:7px;right:7px;width:30px;height:30px;display:grid;place-items:center;border:0;background:transparent;color:var(--muted)}.map-sheet{position:absolute;z-index:4;height:var(--map-sheet-height);left:0;right:0;bottom:0;padding:10px 16px 14px;display:flex;flex-direction:column;background:#fff;border-top:1px solid var(--line)}.sheet-handle{width:38px;height:4px;flex:0 0 4px;margin:0 auto 10px;border-radius:4px;background:#cbd0cd}.sheet-heading{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.sheet-heading span{color:var(--muted);font-size:11px}.sheet-heading h2{margin:2px 0 0;font-size:18px}.sheet-heading button{border:0;background:transparent;color:var(--green);font-size:12px;font-weight:800}.map-query-controls{flex:0 0 32px;margin-bottom:8px;display:grid;grid-template-columns:145px minmax(0,1fr);align-items:center;gap:11px}.sort-segments{height:32px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid var(--line);border-radius:5px}.sort-segments button{border:0;border-right:1px solid var(--line);background:#fff;color:var(--muted);font-size:10px}.sort-segments button:last-child{border-right:0}.sort-segments button.active{background:var(--green);color:#fff;font-weight:800}.radius-control{min-width:0;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:5px}.radius-control span{color:var(--muted);font-size:10px;white-space:nowrap}.radius-control input{width:100%;accent-color:var(--green)}.map-place-list{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;gap:9px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.map-place-list::-webkit-scrollbar{display:none}.map-list-loading{min-height:34px;display:grid;place-items:center;color:var(--muted);font-size:11px}.map-place-list .place-card{height:112px;flex:0 0 112px}.map-place-list .place-card-link{height:110px;min-height:0}.place-search-panel{position:absolute;z-index:60;inset:0;display:flex;flex-direction:column;background:var(--surface)}.search-panel-header{min-height:64px;padding:10px 12px;display:grid;grid-template-columns:42px minmax(0,1fr) 44px;align-items:center;gap:7px;border-bottom:1px solid var(--line)}.search-panel-header form{min-width:0;height:42px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:6px;background:var(--surface-alt)}.search-panel-header form:focus-within{border-color:var(--green)}.search-panel-header input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px}.search-panel-header form button{width:26px;height:26px;flex:0 0 auto;display:grid;place-items:center;border:0;background:transparent;color:var(--muted)}.search-submit{height:42px;padding:0;border:0;background:transparent;color:var(--green);font-size:12px;font-weight:850}.search-kind-tabs{height:42px;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.search-kind-tabs button{border:0;background:var(--surface);color:var(--muted);font-size:12px;font-weight:750}.search-kind-tabs button.active{color:var(--green);box-shadow:inset 0 -2px var(--green)}.search-scope{min-height:38px;padding:0 18px;display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px}.map-region-results{overflow-y:auto}.map-region-results button{width:100%;min-height:61px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid var(--line);background:var(--surface);color:var(--ink);text-align:left}.map-region-results strong,.map-region-results small{display:block}.map-region-results strong{font-size:14px}.map-region-results small{margin-top:4px;color:var(--muted);font-size:10px}.map-region-results svg{color:var(--green)}.search-empty{flex:1;padding:50px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:var(--muted);text-align:center}.search-empty strong{color:var(--ink);font-size:17px}.search-empty span{font-size:12px;line-height:1.5}.search-message{padding:28px 18px;color:var(--muted);text-align:center;font-size:12px}.search-message.error{color:var(--red)}.kakao-result-list{min-height:0;flex:1;padding:12px 14px 24px;display:grid;align-content:start;gap:9px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.kakao-result-list::-webkit-scrollbar{display:none}.kakao-result{padding:13px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.kakao-result-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.kakao-result-heading>div{min-width:0}.kakao-result-heading strong,.kakao-result-heading span{display:block}.kakao-result-heading strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.kakao-result-heading span{margin-top:4px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.registered-badge{flex:0 0 auto;padding:4px 6px;display:flex!important;align-items:center;gap:3px;border-radius:4px;background:#e8f3ee;color:var(--green)!important;font-size:9px!important;font-weight:850}.kakao-result>p{margin:9px 0 11px;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.kakao-result-actions{display:grid;grid-template-columns:minmax(0,1fr) 104px;gap:7px}.kakao-result-actions>button:only-child{grid-column:2}.kakao-result-actions select,.kakao-result-actions button{min-width:0;height:38px;border:1px solid var(--line);border-radius:5px;background:var(--surface);color:var(--ink);font-size:11px}.kakao-result-actions select{padding:0 9px}.kakao-result-actions button{display:flex;align-items:center;justify-content:center;gap:4px;border-color:var(--green);color:var(--green);font-weight:800}.kakao-result-actions button:disabled{opacity:.5}.guest-result-category{width:max-content;min-height:30px;padding:0 9px;display:inline-flex;align-items:center;border-radius:4px;background:var(--surface-alt);color:var(--muted);font-size:10px;font-weight:750}.detail-page{min-height:100vh;padding-bottom:82px}.detail-header,.form-header{height:65px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.detail-header>div{display:flex;gap:6px}.place-identity{padding:30px 20px 25px;border-bottom:8px solid var(--surface-alt)}.category-tag{display:inline-block;padding:5px 8px;border-radius:4px;background:#e5f2ec;color:var(--green);font-size:11px;font-weight:800}.place-identity h1{margin:12px 0 7px;padding-bottom:2px;font-size:30px;line-height:1.25;letter-spacing:0}.place-identity>p{margin:0;color:var(--muted);font-size:13px}.address-row{display:flex;align-items:center;gap:8px}.address-row p{min-width:0;margin:0;color:var(--muted);font-size:13px}.address-row button{width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;border:0;background:transparent;color:var(--green)}.identity-score{margin:22px 0;display:flex;align-items:baseline;gap:7px}.identity-score strong{font-size:20px}.identity-score span{color:var(--muted);font-size:11px}.identity-score i{width:1px;height:15px;margin:0 6px;background:var(--line)}.primary-button{min-height:48px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;background:var(--green);color:#fff;font-weight:850;cursor:pointer}.place-identity .primary-button{width:100%}.rider-panel,.review-section{padding:24px 20px;border-bottom:8px solid var(--surface-alt)}.rider-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:6px;overflow:hidden}.rider-grid div{min-height:68px;padding:13px;display:flex;flex-direction:column;gap:6px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.rider-grid div:nth-child(2n){border-right:0}.rider-grid div:nth-last-child(-n+2){border-bottom:0}.rider-grid span{color:var(--muted);font-size:11px}.rider-grid strong{font-size:14px}.rider-sample{color:var(--muted);font-size:10px}.rider-empty{min-height:92px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed var(--line);border-radius:6px;color:var(--muted);font-size:12px}.review-item{padding:16px 0;border-bottom:1px solid var(--line)}.review-author{display:flex;justify-content:space-between}.review-author span{display:flex;align-items:center;gap:3px;color:#aa7210;font-size:12px}.review-item p{margin:10px 0 0;color:#4d5652;font-size:14px;line-height:1.6}.review-photos{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.review-photos button{padding:0;border:0;border-radius:5px;overflow:hidden;background:transparent}.review-photos img{width:100%;aspect-ratio:1;object-fit:cover}.review-flags{margin-top:9px;display:flex;flex-wrap:wrap;gap:5px}.review-flags span{padding:4px 6px;border-radius:4px;background:#edf3ef;color:var(--green);font-size:10px;font-weight:750}.report-button{min-height:30px;margin:8px 0 0 auto;padding:0;display:flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--muted);font-size:10px}.review-owner-actions{margin-top:8px;display:flex;justify-content:flex-end;gap:12px}.review-owner-actions a,.review-owner-actions button{min-height:30px;padding:0;display:flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--muted);font-size:10px}.review-owner-actions button{color:var(--red)}.place-correction-trigger{min-height:38px;margin:8px auto 0;padding:0 8px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;background:transparent;color:var(--muted);font-size:11px}.correction-sheet{display:grid;gap:14px}.correction-sheet label{display:grid;gap:7px}.correction-sheet label span{color:var(--muted);font-size:11px;font-weight:750}.correction-sheet select,.correction-sheet textarea{width:100%;padding:0 12px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink);outline:none}.correction-sheet select{height:43px}.correction-sheet textarea{min-height:96px;padding-top:11px;resize:vertical}.correction-sheet .form-error{margin:0}.toast-message{position:fixed;z-index:80;left:50%;bottom:calc(var(--nav-height) + 78px);transform:translate(-50%);min-height:40px;max-width:min(360px,calc(100% - 40px));padding:0 15px;border:0;border-radius:5px;background:#101714;color:#fff;box-shadow:0 5px 18px #0003;font-size:12px}.modal-backdrop{position:fixed;z-index:90;inset:0;display:flex;align-items:flex-end;justify-content:center;background:#080c0a7a}.action-sheet{width:100%;max-width:var(--app-width);padding:16px 20px calc(20px + env(safe-area-inset-bottom));background:var(--surface)}.action-sheet-header{display:flex;align-items:center;justify-content:space-between}.action-sheet-header h2{margin:0;font-size:18px}.navigation-option{min-height:50px;margin-top:9px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-weight:850}.navigation-option.kakao{background:#fee500;color:#181600}.navigation-option.tmap{background:#ec294b;color:#fff}.photo-lightbox{position:fixed;z-index:100;inset:0;padding:18px;display:grid;place-items:center;background:#050807eb}.photo-lightbox>div{position:relative;width:100%;max-width:var(--app-width);max-height:100%;display:grid;place-items:center}.photo-lightbox img{max-width:100%;max-height:calc(100vh - 36px);object-fit:contain}.photo-lightbox button{position:absolute;z-index:1;top:8px;right:8px;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;background:#000000b3;color:#fff}.sticky-action{position:fixed;z-index:20;bottom:calc(var(--nav-height) + env(safe-area-inset-bottom));left:50%;transform:translate(-50%);width:100%;max-width:var(--app-width);padding:10px 20px;background:#fff;border-top:1px solid var(--line)}.sticky-action .primary-button{width:100%}.form-header h1{margin:0;font-size:17px}.form-header>div{min-width:0;text-align:center}.form-header>div>span{display:block;max-width:240px;margin-top:3px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.form-header>span{width:42px}.review-page form{padding-bottom:30px}.form-section{position:relative;padding:25px 20px;border-bottom:1px solid var(--line)}.form-section h2{margin:6px 0 16px;font-size:18px}.form-help{margin:-10px 0 15px;color:var(--muted);font-size:12px}.rating-row{display:flex;gap:8px;color:var(--yellow)}.rating-row button{padding:0;border:0;background:transparent;color:inherit}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.photo-preview,.photo-picker{position:relative;aspect-ratio:1;border-radius:6px;overflow:hidden}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-preview .photo-remove{position:absolute;z-index:2;top:5px;right:5px;width:25px;height:25px;display:grid;place-items:center;border:0;border-radius:50%;background:#101714cc;color:#fff}.photo-order{position:absolute;z-index:1;left:5px;right:5px;bottom:5px;height:28px;display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;overflow:hidden;border-radius:5px;background:#101714d1;color:#fff}.photo-order button{width:28px;height:28px;display:grid;place-items:center;border:0;background:transparent;color:#fff}.photo-order button:disabled{opacity:.3}.photo-order span{text-align:center;font-size:10px;font-weight:850}.photo-picker{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px dashed #9ba59f;background:var(--surface-alt);color:var(--muted);font-size:11px;cursor:pointer}.photo-picker input{position:absolute;width:1px;height:1px;opacity:0}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.choice-grid button{min-height:42px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:5px;background:#fff;font-size:13px}.choice-grid button.selected{border-color:var(--green);background:#e8f3ee;color:var(--green-dark);font-weight:800}.toggle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.toggle-grid button,.multi-choice-grid button{min-height:42px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:5px;background:#fff;font-size:12px}.toggle-grid button.selected,.multi-choice-grid button.selected{border-color:var(--green);background:#e8f3ee;color:var(--green-dark);font-weight:800}.multi-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.visit-time{grid-template-columns:repeat(3,minmax(0,1fr))}.form-section textarea{width:100%;min-height:110px;padding:13px;resize:vertical;border:1px solid var(--line);border-radius:6px;outline:none;line-height:1.6}.form-section textarea:focus{border-color:var(--green)}.character-count{position:absolute;right:31px;bottom:34px;color:var(--muted);font-size:11px}.submit-review{width:calc(100% - 40px);margin:20px}.submit-review:disabled{opacity:.55}.form-error{margin:20px;padding:12px;border:1px solid color-mix(in srgb,var(--red) 40%,transparent);border-radius:5px;background:color-mix(in srgb,var(--red) 8%,transparent);color:var(--red);font-size:12px;line-height:1.5}.simple-header{padding:24px 20px 18px;border-bottom:1px solid var(--line)}.simple-header h1{margin:5px 0 0;font-size:25px}.empty-panel{min-height:430px;padding:70px 28px;display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--muted)}.empty-panel h2{margin:18px 0 8px;color:var(--ink);font-size:18px}.empty-panel p{max-width:290px;margin:0 0 22px;font-size:13px;line-height:1.6}.secondary-button{min-height:42px;padding:0 16px;border:1px solid var(--green);border-radius:5px;background:#fff;color:var(--green);font-weight:800}.profile-summary{padding:24px 20px;display:grid;grid-template-columns:54px minmax(0,1fr) 42px;align-items:center;gap:12px}.profile-avatar{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;overflow:hidden;background:#e4ebe7;color:var(--green)}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-summary strong,.profile-summary span{display:block}.profile-summary span{margin-top:4px;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.login-button{width:calc(100% - 40px);min-height:48px;margin:0 20px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;background:#fee500;color:#181600;font-weight:850}.logout-button{min-height:42px;margin:0 20px;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted);font-weight:750;cursor:pointer}.logout-button:disabled{opacity:.55}.profile-stats{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.profile-stats button{padding:18px;display:flex;flex-direction:column;align-items:center;gap:4px;border:0;border-right:1px solid var(--line);background:var(--surface)}.profile-stats button:last-child{border-right:0}.profile-stats button.active{color:var(--green);box-shadow:inset 0 -2px var(--green)}.profile-stats span{color:var(--muted);font-size:11px}.profile-content{padding:16px 20px 24px;border-bottom:8px solid var(--surface-alt)}.profile-list{display:grid;gap:8px}.profile-review{min-height:72px;padding:12px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:6px}.profile-review strong,.profile-review small{display:block}.profile-review small{margin-top:5px;color:var(--muted);font-size:10px}.profile-review em{margin-top:6px;display:flex;align-items:center;gap:3px;color:#aa7210;font-size:11px;font-style:normal}.profile-empty{min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:12px}.profile-settings{padding:20px;display:grid;gap:18px}.profile-settings>a{min-height:46px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.profile-settings>a span{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:750}.theme-setting{display:grid;gap:9px}.theme-setting>span{color:var(--muted);font-size:11px;font-weight:750}.theme-segments{height:38px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:5px;overflow:hidden}.theme-segments button{border:0;border-right:1px solid var(--line);background:var(--surface);font-size:11px}.theme-segments button:last-child{border-right:0}.theme-segments button.active{background:var(--green);color:#fff;font-weight:800}.collection-header{display:flex;align-items:center;justify-content:space-between}.collection-header>div{min-width:0}.collection-create{padding:20px;display:grid;gap:14px;border-bottom:8px solid var(--surface-alt)}.collection-create label{display:grid;gap:7px}.collection-create label span{color:var(--muted);font-size:11px;font-weight:750}.collection-create input,.collection-create select{width:100%;height:43px;padding:0 12px;border:1px solid var(--line);border-radius:6px;background:#fff;outline:none}.collection-create input:focus,.collection-create select:focus{border-color:var(--green)}.collection-list{padding:14px 20px 30px;display:grid;gap:9px}.collection-card{min-height:78px;padding:13px;display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:11px;border:1px solid var(--line);border-radius:7px;background:#fff}.collection-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:5px;background:#e8f3ee;color:var(--green)}.collection-card strong,.collection-card small{display:block}.collection-card strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.collection-card small{margin-top:5px;color:var(--muted);font-size:11px}.collection-card>svg{color:#9ba29f}.icon-button.danger{color:var(--red)}.collection-settings{padding:25px 20px;border-bottom:8px solid var(--surface-alt)}.collection-settings>input{width:100%;margin:7px 0 12px;padding:4px 0;border:0;border-bottom:1px solid var(--line);outline:none;font-size:25px;font-weight:850}.collection-settings>input:focus{border-color:var(--green)}.collection-settings>div{display:grid;grid-template-columns:minmax(0,1fr) 88px;gap:8px}.collection-settings select,.collection-settings button{height:40px;border:1px solid var(--line);border-radius:5px;background:#fff}.collection-settings select{padding:0 10px}.collection-settings button{display:flex;align-items:center;justify-content:center;gap:5px;color:var(--green);font-size:12px;font-weight:800}.collection-settings h1{margin:7px 0;font-size:25px}.collection-settings p{margin:0;color:var(--muted);font-size:12px}.collection-add-section{padding:22px 20px;border-bottom:8px solid var(--surface-alt)}.collection-add-section h2{margin:0 0 12px;font-size:16px}.collection-add-section>div{display:grid;gap:6px}.collection-add-section button{min-height:52px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:5px;background:#fff;text-align:left}.collection-add-section strong,.collection-add-section small{display:block}.collection-add-section strong{font-size:13px}.collection-add-section small{margin-top:3px;color:var(--muted);font-size:10px}.collection-add-section svg{color:var(--green)}.collection-places{padding:22px 20px 30px}.collection-place{display:grid;gap:5px}.remove-place{justify-self:end;min-height:28px;padding:0 7px;display:flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--red);font-size:10px}.collection-view-heading{align-items:flex-end}.view-segments{width:82px;height:38px;display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden;border:1px solid var(--line);border-radius:5px}.view-segments button{display:grid;place-items:center;border:0;border-right:1px solid var(--line);background:var(--surface);color:var(--muted)}.view-segments button:last-child{border-right:0}.view-segments button.active{background:var(--green);color:#fff}.collection-map{width:100%;height:min(54vh,430px);min-height:330px;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#dde3df}.onboarding-shell{min-height:100vh}.region-page{min-height:100vh;padding-bottom:92px;background:var(--surface)}.region-header{padding:24px 20px 20px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:13px;border-bottom:1px solid var(--line)}.region-header>.brand-mark{grid-column:1 / -1}.region-header h1{margin:5px 0 6px;font-size:23px;line-height:1.3}.region-header p{margin:0;color:var(--muted);font-size:12px}.region-section{padding:22px 20px;border-bottom:1px solid var(--line)}.region-section h2{margin:0 0 13px;font-size:16px}.region-section-heading{display:flex;align-items:center;justify-content:space-between}.region-section-heading h2{margin-bottom:13px}.region-section-heading span{color:var(--green);font-size:12px;font-weight:800}.selected-regions{min-height:37px;display:flex;flex-wrap:wrap;gap:7px}.selected-regions p{margin:8px 0;color:var(--muted);font-size:12px}.selected-regions button{min-height:36px;padding:0 10px;display:flex;align-items:center;gap:6px;border:1px solid var(--green);border-radius:5px;background:#e8f3ee;color:var(--green-dark);font-size:12px;font-weight:750}.selected-regions button span{padding:2px 4px;border-radius:3px;background:var(--green);color:#fff;font-size:9px}.region-search{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:7px}.region-search input{width:100%;height:42px;padding:0 13px;border:1px solid var(--line);border-radius:6px;outline:none}.region-search input:focus{border-color:var(--green)}.region-results{margin-top:10px;border-top:1px solid var(--line)}.region-results button{width:100%;min-height:55px;padding:9px 4px;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left}.region-results button span{min-width:0}.region-results strong,.region-results small{display:block}.region-results strong{font-size:14px}.region-results small{margin-top:4px;color:var(--muted);font-size:11px}.region-results button.active{color:var(--green)}.region-status{padding:16px 3px 2px;color:var(--muted);font-size:12px}.region-status.error,.region-save-error{color:var(--red)}.recommended-regions>div{display:flex;flex-wrap:wrap;gap:7px}.recommended-regions button{min-height:36px;padding:0 11px;border:1px solid var(--line);border-radius:5px;background:#fff;color:#4e5853;font-size:12px}.recommended-regions button.active{border-color:var(--green);background:#e8f3ee;color:var(--green-dark);font-weight:800}.region-save-error{margin:15px 20px;font-size:12px}.region-save{position:fixed;z-index:25;left:50%;bottom:calc(var(--nav-height) + env(safe-area-inset-bottom));transform:translate(-50%);width:100%;max-width:var(--app-width);padding:10px 20px;border-top:1px solid var(--line);background:#fffffff5}.region-save.onboarding{bottom:0}.region-save .primary-button{width:100%}.region-save .primary-button:disabled{opacity:.45;cursor:default}.gas-registration-page{padding-bottom:28px;background:var(--surface)}.gas-register-search{padding:22px 20px 18px;border-bottom:1px solid var(--line)}.gas-register-search label{display:block;margin-bottom:9px;font-size:13px;font-weight:800}.gas-register-search form>div{height:46px;display:grid;grid-template-columns:22px minmax(0,1fr) 55px;align-items:center;gap:7px;padding-left:12px;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface-alt)}.gas-register-search form>div:focus-within{border-color:var(--green)}.gas-register-search input{min-width:0;height:44px;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px}.gas-register-search form button{align-self:stretch;border:0;background:var(--green);color:#fff;font-size:12px;font-weight:850}.gas-register-search form button:disabled{opacity:.45}.gas-register-status{margin:0;padding:26px 20px;color:var(--muted);text-align:center;font-size:12px}.gas-register-status.error{color:var(--red)}.gas-register-results{padding:8px 20px 20px;border-bottom:8px solid var(--surface-alt)}.gas-register-results article{min-height:76px;display:grid;grid-template-columns:38px minmax(0,1fr) 46px;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.gas-register-results article.selected{color:var(--green)}.gas-result-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:5px;background:#e8f3ee;color:var(--green)}.gas-register-results article>div:nth-child(2){min-width:0}.gas-register-results strong,.gas-register-results span,.gas-register-results small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gas-register-results strong{font-size:13px}.gas-register-results span{margin-top:5px;display:flex;align-items:center;gap:3px;color:var(--muted);font-size:10px}.gas-register-results small{margin-top:3px;color:var(--muted);font-size:10px}.gas-register-results article>button{width:44px;height:34px;display:grid;place-items:center;border:1px solid var(--green);border-radius:5px;background:var(--surface);color:var(--green);font-size:10px;font-weight:800}.gas-load-more{width:100%;height:42px;margin-top:12px;border:1px solid var(--line);border-radius:5px;background:var(--surface);color:var(--green);font-size:11px;font-weight:800}.gas-register-form{padding:24px 20px;border-bottom:8px solid var(--surface-alt)}.gas-selected-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.gas-selected-heading span{color:var(--green);font-size:10px;font-weight:850}.gas-selected-heading h2{margin:5px 0 0;font-size:19px}.gas-selected-heading a{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px;color:var(--green)}.gas-register-form>p{margin:8px 0 20px;color:var(--muted);font-size:12px}.gas-confirm{min-height:50px;padding:8px 12px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:6px;cursor:pointer}.gas-confirm input{position:absolute;opacity:0;pointer-events:none}.gas-confirm>span{width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--line);border-radius:4px;color:transparent}.gas-confirm input:checked+span{border-color:var(--green);background:var(--green);color:#fff}.gas-confirm strong{font-size:13px}.gas-notes{position:relative;display:block;margin-top:18px}.gas-notes>span{display:block;margin-bottom:8px;font-size:12px;font-weight:800}.gas-notes textarea{width:100%;min-height:92px;padding:12px;resize:vertical;border:1px solid var(--line);border-radius:6px;outline:0;background:var(--surface);color:var(--ink);font-size:12px;line-height:1.5}.gas-notes textarea:focus{border-color:var(--green)}.gas-notes small{position:absolute;right:9px;bottom:9px;color:var(--muted);font-size:9px}.gas-register-form .primary-button{width:100%;margin-top:17px}.gas-register-form .primary-button:disabled{opacity:.45}.gas-register-success{margin:20px;padding:15px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid var(--green);border-radius:7px;color:var(--green)}.gas-register-success div{min-width:0}.gas-register-success strong,.gas-register-success span{display:block}.gas-register-success strong{overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.gas-register-success span{margin-top:3px;color:var(--muted);font-size:10px}.gas-register-success a{font-size:11px;font-weight:850}@media(min-width:431px){.app-shell{border-left:1px solid var(--line);border-right:1px solid var(--line)}}@media(max-width:370px){.region-button{font-size:18px}.content-section,.top-header,.filter-band{padding-left:15px;padding-right:15px}.place-card-link{grid-template-columns:82px minmax(0,1fr) 20px}.place-card-body{padding-left:11px}.place-meta{gap:5px}.map-query-controls{grid-template-columns:130px minmax(0,1fr);gap:8px}.radius-control{grid-template-columns:48px minmax(0,1fr);gap:3px}}:root[data-theme=dark]{color-scheme:dark;--ink: #edf2ef;--muted: #a6b0ab;--line: #39443e;--surface: #171d1a;--surface-alt: #101512;--green: #45bd8b;--green-dark: #b9f1d7;background:#0c100e;color:var(--ink)}:root[data-theme=dark] body{background:#0c100e}:root[data-theme=dark] .bottom-nav,:root[data-theme=dark] .map-sheet,:root[data-theme=dark] .sticky-action,:root[data-theme=dark] .region-save{background:#171d1af7}:root[data-theme=dark] .icon-button,:root[data-theme=dark] .map-search,:root[data-theme=dark] .map-categories button,:root[data-theme=dark] .sort-segments button,:root[data-theme=dark] .choice-grid button,:root[data-theme=dark] .toggle-grid button,:root[data-theme=dark] .multi-choice-grid button,:root[data-theme=dark] .secondary-button,:root[data-theme=dark] .logout-button,:root[data-theme=dark] .collection-create input,:root[data-theme=dark] .collection-create select,:root[data-theme=dark] .collection-card,:root[data-theme=dark] .collection-settings select,:root[data-theme=dark] .collection-settings button,:root[data-theme=dark] .collection-add-section button,:root[data-theme=dark] .region-results button,:root[data-theme=dark] .recommended-regions button{background:var(--surface);color:var(--ink)}:root[data-theme=dark] .place-visual{background:#26302b}:root[data-theme=dark] .selected-regions button,:root[data-theme=dark] .recommended-regions button.active{border-color:var(--green);background:#20382e;color:#d5f7e7}:root[data-theme=dark] .selected-regions button span{background:var(--green);color:#07140e}:root[data-theme=dark] .review-item p{color:#cbd3cf}
