:root{--bg:#f6f5ef;--paper:#fff;--ink:#152d2a;--muted:#596863;--line:#dedfd6;--green:#163e39;--soft:#e7eee5;--orange:#ef7953;--orange-light:#fae8de;--danger:#9e322c;--shadow:0 8px 30px #152d2a0a;--radius:22px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%}
*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit;color:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}a{color:var(--green)}button{border:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #ad4d2e;outline-offset:3px}svg{width:22px;height:22px;flex-shrink:0}h1,h2,h3,p{margin-top:0}h1{font-size:32px;line-height:1.12;letter-spacing:-1.2px;margin-bottom:12px}h2{font-size:21px;letter-spacing:-.5px;margin-bottom:12px}h3{font-size:18px;line-height:1.3;margin-bottom:6px}p{margin-bottom:12px}.muted,.caption{color:var(--muted)}.caption{font-size:13px;line-height:1.5}.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:750;text-transform:uppercase}.small{font-size:14px}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.stack{display:grid;gap:14px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.nowrap{white-space:nowrap}.wrap{flex-wrap:wrap}.spacer{margin-top:24px}.hidden{display:none!important}.full{width:100%}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip{position:absolute;top:-80px;left:12px;background:white;padding:14px;z-index:100}.skip:focus{top:8px}
#app{max-width:980px;margin:0 auto}#header{padding:calc(20px + env(safe-area-inset-top)) 22px 12px;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:10px;font-weight:750;font-size:18px;letter-spacing:-.4px}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:var(--green);color:#fff;border-radius:12px;font-size:19px}.header-help{background:transparent;min-height:48px;padding:6px 12px;border:1px solid var(--line);border-radius:24px;font-size:13px;font-weight:650}.header-help svg{width:16px;height:16px}.connection{padding:5px 22px 12px;font-size:12px;color:var(--muted);display:flex;align-items:center;gap:7px}.dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.offline .dot{background:#a35527}.offline{color:#844726}main{padding:8px 22px calc(108px + env(safe-area-inset-bottom));min-height:75vh}main:focus{outline:none}.page-top{margin:12px 0 22px}.page-top p{max-width:50ch;color:var(--muted)}
#nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:980px;display:grid;grid-template-columns:repeat(5,1fr);padding:10px 10px calc(10px + env(safe-area-inset-bottom));background:#fcfcf7f5;border-top:1px solid var(--line);z-index:20;backdrop-filter:blur(12px)}#nav button{background:transparent;display:flex;flex-direction:column;align-items:center;gap:4px;border-radius:14px;min-height:52px;padding:7px 2px;color:var(--muted);font-size:11px;font-weight:650}#nav button.active{background:var(--soft);color:var(--green)}#nav button svg{width:23px;height:23px}
.hero{background:var(--green);color:#fff;border-radius:28px;padding:25px;position:relative;overflow:hidden;isolation:isolate;margin-bottom:18px}.hero::after{content:"서울";font-size:112px;letter-spacing:-12px;position:absolute;right:-10px;bottom:-24px;color:#ffffff0b;z-index:-1;font-weight:750}.hero h1{max-width:420px;font-size:35px;line-height:1.1;letter-spacing:-1.1px;margin:22px 0 18px}.hero p{color:#d5e3da;font-size:14px;max-width:36ch;margin:0}.hero .eyebrow{color:#d6e6df}.hero .time{font-size:13px}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:24px}.tag{font-size:11px;font-weight:650;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;background:var(--soft);color:var(--green);border-radius:8px}.tag.warm{background:var(--orange-light);color:#8a3e25}.tag.dark{background:#ffffff19;color:#e8f0eb}.tag.gray{background:#f0f0eb;color:#5d6963}.tag svg{width:12px;height:12px}.hero-link{color:var(--green);background:#ecf0e7;border-radius:50%;display:grid;place-items:center;width:48px;height:48px;flex-shrink:0}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.quick-card{display:flex;flex-direction:column;gap:11px;align-items:flex-start;min-height:145px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:20px;padding:17px}.quick-card strong{font-size:16px;letter-spacing:-.3px}.quick-card .caption{font-size:12px;margin-top:-9px}.icon-tile{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--soft);color:var(--green)}.quick-card:nth-child(2) .icon-tile{background:var(--orange-light);color:#995034}.section-head{display:flex;justify-content:space-between;align-items:center;margin:26px 0 14px;gap:12px}.section-head h2{margin:0}.text-button{background:transparent;color:var(--green);font-size:13px;font-weight:700;min-height:48px;padding:8px 0}.primary,.secondary,.danger-button,.link-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;border-radius:14px;padding:12px 17px;font-weight:650;font-size:14px;text-decoration:none;line-height:1.3}.primary{background:var(--green);color:#fff}.secondary{background:var(--soft);color:var(--green)}.danger-button{background:#fae8e3;color:var(--danger)}.link-button{background:#f2f3ec;color:var(--green);border:1px solid var(--line)}.link-button svg{width:16px}.icon-button{background:var(--soft);display:inline-grid;place-items:center;min-width:48px;min-height:48px;border-radius:14px}.empty{text-align:left;padding:22px;border:1px dashed #b8c4ba;border-radius:20px;background:#f0f3eb}.empty p{font-size:14px;color:var(--muted);margin-bottom:16px}.notice{border-radius:16px;background:var(--orange-light);padding:14px 16px;color:#763d28;font-size:13px}.notice.neutral{background:var(--soft);color:var(--green)}.notice p:last-child{margin:0}.checkline{display:flex;align-items:flex-start;gap:12px;font-size:14px;padding:12px 0;border-bottom:1px solid var(--line)}.checkline:last-child{border-bottom:none}.checkline svg{width:18px;height:18px;margin-top:2px}.metric{font-size:28px;letter-spacing:-1px;font-weight:730}.metric-label{font-size:12px;color:var(--muted)}.metric-card{background:#ebeee4;border-radius:18px;padding:17px}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}
.filters{display:flex;gap:8px;overflow-x:auto;padding:3px 0 10px;scrollbar-width:none}.chip{background:#eaece4;border:1px solid transparent;border-radius:30px;min-height:48px;padding:9px 16px;white-space:nowrap;font-size:13px;font-weight:650}.chip.active{background:var(--green);color:#fff}.search-field{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 13px;margin-bottom:13px}.search-field input{width:100%;border:0;padding:14px 0;background:transparent;outline-offset:0}.search-field svg{width:18px;color:var(--muted)}.places-grid{display:grid;grid-template-columns:1fr;gap:14px}.place-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.place-main{display:flex;width:100%;text-align:left;gap:14px;padding:16px;background:#fff;align-items:center}.place-thumb{width:76px;height:84px;flex:0 0 76px;border-radius:14px;background:#e8eddf;display:grid;place-items:center;overflow:hidden}.place-thumb.food{background:#f7e3d6}.place-thumb svg{width:30px;height:30px;color:#547167}.place-thumb.food svg{color:#a66b45}.place-thumb img{width:100%;height:100%;object-fit:cover}.place-text{min-width:0;flex:1}.place-text h3{font-size:17px;overflow-wrap:anywhere}.place-text p{font-size:12px;margin:4px 0 9px;color:var(--muted)}.place-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px 10px 16px}.place-footer button{font-size:12px;min-height:48px;background:transparent;border-radius:12px;padding:7px 8px;display:flex;align-items:center;gap:5px}.place-footer button svg{width:17px}.place-footer button.done{background:var(--soft)}.place-footer .starred{color:#9a4a2c}.detail-photo{width:100%;max-height:300px;object-fit:cover;border-radius:18px}.detail-note{white-space:pre-wrap;overflow-wrap:anywhere}.ko-title{font-size:22px;font-weight:650}.detail-links{display:grid;gap:9px}.source-link{font-size:12px;color:var(--muted);overflow-wrap:anywhere}.source-link a{overflow-wrap:anywhere}.date-pill{font-size:12px;font-weight:650;padding:6px 10px;border-radius:8px;background:var(--soft)}
.phrase{background:#fff;border:1px solid var(--line);border-radius:20px;padding:19px}.phrase .english{font-size:14px;font-weight:650;color:var(--muted)}.phrase .korean{font-size:26px;font-weight:650;line-height:1.35;margin:8px 0 7px;word-break:keep-all;overflow-wrap:anywhere}.phrase .phonetic{font-size:14px;color:#9a4a2c;margin-bottom:12px}.phrase-actions{display:flex;gap:9px}.phrase-actions button{min-height:48px;font-size:12px;border-radius:12px;padding:9px 12px}.phrase-actions svg{width:16px}.show-card{text-align:center;padding:30px 6px}.show-card .korean{font-size:42px;font-weight:700;line-height:1.5;word-break:keep-all}.show-card .english{font-size:22px;margin-top:26px}.show-card .phonetic{color:var(--muted);margin-top:20px}
label{display:grid;gap:6px;font-size:13px;font-weight:650;margin:0 0 16px}input,textarea,select{width:100%;font-size:16px;border:1px solid #cbd0c6;border-radius:12px;padding:12px;background:#fff;min-height:48px}textarea{resize:vertical;font-weight:400}input[type=checkbox]{width:22px;min-height:22px;margin:0;accent-color:var(--green)}.checkbox-label{display:flex;align-items:center;gap:10px;min-height:48px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid>*{min-width:0}.form-help{font-size:12px;font-weight:400;color:var(--muted);margin:-7px 0 17px}.form-error{color:var(--danger);background:#fbe8e2;padding:12px;border-radius:12px;font-size:14px;margin:12px 0}.form-error:empty{display:none}.form-actions{display:flex;gap:10px;margin-top:18px;padding-bottom:5px}.form-actions>*{flex:1}.field-note{font-size:12px;font-weight:400;color:var(--muted)}
#sheet{border:0;border-radius:26px 26px 0 0;padding:0;width:100%;max-width:600px;max-height:94dvh;margin:auto auto 0;background:var(--bg);color:var(--ink);overscroll-behavior:contain}#sheet::backdrop{background:#092b2870;backdrop-filter:blur(3px)}.sheet-header{position:sticky;top:0;background:var(--bg);display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line);gap:12px;z-index:2}.sheet-header h2{font-size:20px;margin:0}.sheet-header .icon-button{background:#e9ece3;min-width:48px;min-height:48px}.sheet-body{padding:22px 22px calc(28px + env(safe-area-inset-bottom));overflow-wrap:anywhere}.sheet-subtitle{font-size:14px;color:var(--muted)}.sheet-body>h3{margin-top:24px}.sheet-body details{margin:16px 0}summary{padding:12px 0;cursor:pointer;font-size:14px;font-weight:650;min-height:48px}.pin-value{font-size:32px;letter-spacing:4px;font-weight:700;overflow-wrap:anywhere}.secret{background:#e9eee3;padding:18px;border-radius:16px;margin:14px 0}.secret p:last-child{margin-bottom:0}.vault-locked{padding:32px 20px;text-align:center}.vault-locked .icon-tile{margin:0 auto 18px;width:56px;height:56px}.vault-locked p{font-size:14px;color:var(--muted)}.vault-locked .primary{margin-top:8px}.rate-result{font-size:40px;font-weight:730;letter-spacing:-1.2px;margin:12px 0;overflow-wrap:anywhere}.rate-label{font-size:13px;color:var(--muted)}.rate-input{font-size:26px;font-weight:650}.preset{display:flex;gap:7px;flex-wrap:wrap}.preset button{background:#eef0e8;border-radius:12px;min-height:48px;padding:9px 12px;font-size:13px}.tool-link{display:flex;width:100%;align-items:center;gap:14px;text-align:left;background:#fff;padding:16px;border:1px solid var(--line);border-radius:17px;margin-bottom:10px}.tool-link>div{flex:1}.tool-link strong{font-size:15px;display:block}.tool-link span{font-size:12px;color:var(--muted)}.emergency-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.emergency-grid a{display:block;text-decoration:none;border:1px solid #dfb4a1;border-radius:16px;padding:16px;background:#fff7ef;color:#763924;font-size:13px}.emergency-grid strong{font-size:32px;display:block}.updated-banner{margin:0 22px 12px;padding:12px;background:var(--soft);border-radius:14px;font-size:13px}
#toast{position:fixed;left:50%;bottom:calc(98px + env(safe-area-inset-bottom));transform:translateX(-50%) translateY(12px);max-width:calc(100vw - 32px);width:max-content;background:#1b332f;color:#fff;padding:12px 17px;border-radius:14px;box-shadow:0 4px 22px #0002;font-size:14px;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}#toast.visible{opacity:1;transform:translateX(-50%) translateY(0)}#print-panel{display:none}.loading{padding:30px}
@media(min-width:680px){main{padding:16px 35px 120px}#header{padding:25px 35px 12px}.connection{padding-left:35px}.hero{padding:32px}.hero h1{font-size:46px;max-width:480px}.home-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:22px;align-items:start}.home-layout .hero{margin:0}.places-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.phrases-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}#sheet{border-radius:26px;margin:auto;max-height:90dvh}.tool-columns{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:22px}.quick-card{min-height:156px}#nav{border-left:1px solid var(--line);border-right:1px solid var(--line)}#nav button{font-size:12px}#toast{max-width:580px}}
@media(max-width:359px){main{padding-left:15px;padding-right:15px}.hero{padding:21px}.hero h1{font-size:31px}.quick-card{padding:14px}.form-grid{grid-template-columns:1fr}.place-thumb{width:60px;flex-basis:60px}.place-main{padding:13px}.metric-card{padding:13px}.metric{font-size:24px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
@media print{body{background:white;color:black}#app,#sheet,#toast,.skip{display:none!important}#print-panel{display:block;font-family:Arial,sans-serif;padding:25px}#print-panel h1{font-size:30px}#print-panel h2{margin-top:25px}#print-panel p{font-size:16px}#print-panel .print-korean{font-size:24px}.secret,.pin-value{display:none!important}}

.detail-image{width:100%;height:230px;border-radius:18px;overflow:hidden;background:var(--soft);margin-bottom:20px}.detail-image img{width:100%;height:100%;object-fit:cover}
/* v0.2: explicit small choices, fixed travel tools, no hidden currency/city menus. */
.converter .currency-toggle{white-space:nowrap;min-width:142px;gap:10px}.rate-result{display:block}.converter>details{margin:14px 0}.world-clock-strip{display:block;width:100%;text-align:left;background:#eef1e8;border:1px solid var(--line);border-radius:20px;padding:18px;color:var(--ink)}.world-clock-strip>.eyebrow{display:flex;justify-content:space-between;align-items:center}.world-clock-strip>.eyebrow svg{width:18px}.world-clock-cells{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.world-clock-cells>span{display:flex;flex-direction:column;gap:5px}.world-clock-cells strong{font-size:12px}.world-clock-cells b{font-size:17px;font-variant-numeric:tabular-nums;letter-spacing:-.5px}.world-clock-cells small{font-size:11px;color:var(--muted)}.weather-current{display:flex;align-items:center;gap:24px;margin:10px 0}.weather-current>strong{font-size:42px;letter-spacing:-1.2px}.weather-current>span{font-size:13px;color:var(--muted);line-height:1.7}.forecast-days{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.forecast-days>div{background:var(--soft);border-radius:13px;padding:13px 9px;display:flex;flex-direction:column;gap:7px;font-size:12px}.forecast-days>div>strong{font-size:14px}.forecast-days>div>span{font-size:11px;overflow-wrap:anywhere}.forecast-days>div>b{font-size:13px}.forecast-hours{display:flex;gap:8px;overflow-x:auto;padding:4px 0 10px;max-width:100%;overscroll-behavior-x:contain}.forecast-hours>div{flex:0 0 88px;display:flex;flex-direction:column;gap:8px;border:1px solid var(--line);border-radius:12px;padding:12px;font-size:12px}.forecast-hours span{font-size:10px}.zone-buttons{display:flex;gap:6px}.zone-buttons>button{flex:1;padding:10px 7px;font-size:12px;white-space:normal}.zone-row{display:flex;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:16px}.zone-row.selected{background:var(--soft);border-color:#adbdaf}.zone-row>div{display:flex;flex-direction:column;gap:7px;min-width:0}.zone-row>div:last-child{text-align:right}.zone-row strong{font-size:14px}.zone-row span{font-size:11px;color:var(--muted)}.zone-row b{font-size:22px;white-space:nowrap;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.checklist-item{background:white;border:1px solid var(--line);border-radius:15px;padding:14px}.checklist-label{display:flex;align-items:flex-start;gap:14px;margin:0;font-weight:400;min-height:48px;cursor:pointer}.checklist-label input{flex:0 0 22px;margin-top:2px}.checklist-label>span{display:flex;flex-direction:column;gap:7px}.checklist-label strong{font-size:14px}.checklist-label small{font-size:12px;line-height:1.6;color:var(--muted)}.checklist-label:has(input:checked) strong{text-decoration:line-through;color:var(--muted)}.checklist-tool{margin-left:36px;display:inline-flex;gap:10px;align-items:center;font-size:12px}.checklist-tool svg{width:16px}.choice-field{border:0;padding:0;margin:0 0 16px;min-width:0}.choice-field legend{font-size:13px;font-weight:650;margin-bottom:7px}.choice-options{display:flex;flex-wrap:wrap;gap:6px}.choice-option{margin:0;position:relative;flex:1 0 45%;display:flex;cursor:pointer;font-size:12px;min-width:0}.choice-option input{position:absolute;opacity:0;width:1px;height:1px;min-height:0}.choice-option span{display:flex;align-items:center;justify-content:center;min-height:48px;width:100%;border:1px solid #cbd0c6;border-radius:11px;padding:8px;text-align:center;background:white}.choice-option input:checked+span{background:var(--green);border-color:var(--green);color:white}.choice-option input:focus-visible+span{outline:3px solid var(--orange);outline-offset:2px}input[type=date],input[type=time]{min-width:0;max-width:100%;box-sizing:border-box}.tool-columns>section{min-width:0}.tool-link>div{min-width:0}
@media(max-width:359px){.world-clock-strip{padding:14px}.world-clock-cells{gap:7px}.world-clock-cells b{font-size:15px}.world-clock-cells strong{font-size:11px}.zone-row{padding:12px}.zone-row b{font-size:20px}.zone-row span{font-size:10px}.forecast-days{gap:5px}.forecast-days>div{padding:10px 7px}.currency-toggle{font-size:13px}}

/* Motion. One authored moment (the sheet), feedback on press, nothing on navigation. Curves from emilkowalski/skills. */
:root{--ease-out:cubic-bezier(.23,1,.32,1);--ease-drawer:cubic-bezier(.32,.72,0,1);--dur-press:120ms;--dur-ui:200ms;--dur-sheet:320ms;--dur-sheet-exit:180ms}
#sheet{transition:transform var(--dur-sheet) var(--ease-drawer),opacity var(--dur-sheet) var(--ease-out),overlay var(--dur-sheet) allow-discrete,display var(--dur-sheet) allow-discrete}
#sheet[open]{transform:translateY(0);opacity:1}
@starting-style{#sheet[open]{transform:translateY(100%);opacity:1}}
#sheet.closing{transform:translateY(100%);transition-duration:var(--dur-sheet-exit)}
#sheet::backdrop{opacity:1;transition:opacity var(--dur-sheet) var(--ease-out),overlay var(--dur-sheet) allow-discrete,display var(--dur-sheet) allow-discrete}
@starting-style{#sheet[open]::backdrop{opacity:0}}
#sheet.closing::backdrop{opacity:0;transition-duration:var(--dur-sheet-exit)}
@media(min-width:680px){@starting-style{#sheet[open]{transform:translateY(18px) scale(.985);opacity:0}}#sheet.closing{transform:translateY(18px) scale(.985);opacity:0}}
.quick-card,.tool-link,.place-main,.primary,.secondary,.danger-button,.link-button,.icon-button,.text-button,.chip,.preset button,.currency-toggle,.world-clock-strip,.header-help,.emergency-grid a{transition:transform var(--dur-press) var(--ease-out),background-color var(--dur-ui) ease,color var(--dur-ui) ease}
.quick-card:active,.tool-link:active,.primary:active,.secondary:active,.danger-button:active,.link-button:active,.icon-button:active,.text-button:active,.chip:active,.preset button:active,.currency-toggle:active,.world-clock-strip:active,.header-help:active,.emergency-grid a:active{transform:scale(.97)}
.place-main:active{transform:scale(.985)}
#nav button{transition:background-color var(--dur-ui) ease,color var(--dur-ui) ease}
#toast{transition:opacity var(--dur-ui) var(--ease-out),transform var(--dur-ui) var(--ease-out)}
.checklist-label input,.choice-option input{transition:none}
/* Browser surfaces carry the palette too. */
::selection{background:#163e3926}input,textarea{caret-color:var(--green)}input[type=checkbox],input[type=radio]{accent-color:var(--green)}
.rate-result,.rate-input,.pin-value,.world-clock-cells b,.time,#seoul-clock,.zone-row b,.forecast-days b,.forecast-hours b,.forecast-hours strong,.weather-current strong,.emergency-grid strong,.date-pill{font-variant-numeric:tabular-nums}
@media(prefers-reduced-motion:reduce){
 #sheet,#sheet::backdrop{transition-duration:150ms;transition-timing-function:ease}
 #sheet,#sheet.closing{transform:none!important}#sheet.closing{opacity:0}
 @starting-style{#sheet[open]{transform:none;opacity:0}}
 .quick-card:active,.tool-link:active,.primary:active,.secondary:active,.danger-button:active,.link-button:active,.icon-button:active,.text-button:active,.chip:active,.preset button:active,.currency-toggle:active,.world-clock-strip:active,.header-help:active,.emergency-grid a:active,.place-main:active{transform:none}
 #toast{transition:opacity 150ms ease;transform:translateX(-50%)!important}
}
