:root{color-scheme:light;font-family:Pretendard,Noto Sans KR,system-ui,sans-serif;color:#172019;background:#f6f2e9;--green:#1f5132;--green-dark:#153a23;--green-soft:#e3eee5;--cream:#fffdf7;--line:#ded9cd;--muted:#68726a;--danger:#9e312d}*{box-sizing:border-box}html{min-width:320px}body{margin:0;min-height:100vh;background:radial-gradient(circle at top right,#e7edda 0,transparent 28rem),#f6f2e9}a{color:inherit}button,input{font:inherit}a,button{-webkit-tap-highlight-color:transparent}h1,h2,p{overflow-wrap:anywhere}h1{margin:8px 0 14px;font-size:clamp(2rem,10vw,3.9rem);line-height:1.02;letter-spacing:-.05em}h2{margin:0;font-size:1.15rem}p{line-height:1.65}small{color:var(--muted)}.site-header{position:sticky;z-index:20;top:0;border-bottom:1px solid rgb(31 81 50/12%);background:rgb(246 242 233/90%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{width:min(100% - 28px,920px);min-height:62px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{color:var(--green-dark);font-weight:900;text-decoration:none;white-space:nowrap}nav{display:flex;align-items:center;gap:clamp(10px,3vw,22px);font-size:.88rem}.link-button,nav a{border:0;padding:8px 0;background:none;color:#3d4c41;cursor:pointer;text-decoration:none;white-space:nowrap}nav form{display:contents}.page-shell{width:min(100% - 28px,920px);margin:0 auto;padding:46px 0 80px}.narrow-shell{width:min(100% - 28px,720px)}.eyebrow{margin:0;color:var(--green);font-size:.84rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.lead{max-width:620px;margin:0 0 34px;color:var(--muted)}.hero{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:38px}.hero p:last-child{margin:0;color:var(--muted)}.compact-hero h1{font-size:clamp(2.2rem,8vw,3.6rem)}.card,.history-row,.inventory-row,.watch-card{border:1px solid rgb(31 81 50/13%);border-radius:20px;background:rgb(255 253 247/88%);box-shadow:0 12px 36px rgb(40 50 38/6%)}.card{padding:22px}.auth-card{min-height:100vh;display:grid;align-content:center;gap:12px}.auth-card p{max-width:440px}.empty-state{min-height:360px;display:grid;place-items:center;align-content:center;gap:12px;text-align:center}.empty-state p{margin:0 0 10px;color:var(--muted)}.empty-icon{font-size:3rem}.watch-list{display:grid;gap:14px}.watch-card{display:block;padding:20px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.watch-card:hover{transform:translateY(-2px);box-shadow:0 15px 38px rgb(40 50 38/10%)}.watch-card-heading{display:flex;justify-content:space-between;gap:12px}.watch-card p{margin:12px 0 4px;color:#3f5044}.status-pill,.stock-state,.tag{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800;white-space:nowrap}.is-active,.state-in_stock{color:#17632f;background:#dff2e4}.is-paused,.state-unknown{color:#6d6254;background:#ece8df}.is-error,.state-out_of_stock{color:#943b34;background:#f8e4e1}.danger-button,.primary-button,.secondary-button{min-height:48px;border-radius:14px;padding:0 18px;font-weight:800;cursor:pointer}.primary-button{border:1px solid var(--green);color:white;background:var(--green)}.primary-button:hover{background:var(--green-dark)}.secondary-button{border:1px solid #aeb9b0;color:var(--green-dark);background:#fff}.danger-button{border:1px solid #d6aaa6;color:var(--danger);background:#fff8f7}button:disabled{cursor:wait;opacity:.55}.button-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap}.button-row{display:flex;flex-wrap:wrap;gap:10px}.watch-form{display:grid;gap:24px}.compact-grid label,.watch-form fieldset label,.watch-form>label{display:grid;gap:8px;font-weight:700}.watch-form fieldset{min-width:0;margin:0;padding:0;border:0;display:grid;gap:10px}.watch-form legend{margin-bottom:12px;font-size:1.08rem;font-weight:900}.watch-form input[type=number],.watch-form input[type=text],.watch-form>label>input{width:100%;min-height:48px;border:1px solid #c8c9bf;border-radius:12px;padding:10px 12px;color:inherit;background:#fff}.watch-form input[type=checkbox],.watch-form input[type=radio]{width:20px;height:20px;accent-color:var(--green)}.watch-form fieldset>label:not(.choice-card){grid-template-columns:auto 1fr;align-items:center}.choice-card{grid-template-columns:auto 1fr!important;align-items:center;border:1px solid var(--line);border-radius:14px;padding:14px;background:var(--cream)}.choice-card span{display:grid;gap:4px}.compact-grid{display:grid;gap:14px}.connection-card{display:grid;gap:24px}.connection-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.connection-summary p{margin:8px 0 0;color:var(--muted)}.connection-connected{color:#17632f;background:#dff2e4}.connection-pending_validation{color:#775d13;background:#fff2c7}.connection-disconnected,.connection-reconnect_required{color:#943b34;background:#f8e4e1}.connection-unsupported{color:#fff;background:#6f3941}.credential-form{display:grid;gap:16px}.credential-form label{display:grid;gap:8px;font-weight:800}.credential-form input{width:100%;min-height:48px;border:1px solid #c8c9bf;border-radius:12px;padding:10px 12px;color:inherit;background:#fff}.credential-form input:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid rgb(31 81 50/35%);outline-offset:3px}.security-note{margin:0;font-size:.9rem}.connection-actions{padding-top:4px;border-top:1px solid var(--line)}.map-container,.store-map{min-height:280px;overflow:hidden;border-radius:14px;background:var(--green-soft)}.map-placeholder{min-height:180px;display:grid;place-items:center;padding:24px;text-align:center}.map-placeholder,.muted{color:var(--muted)}.error-banner,.error-message{color:var(--danger)}.error-banner{border:1px solid #edc7c3;border-radius:14px;padding:14px;background:#fff4f2}.detail-heading{display:flex;align-items:start;justify-content:space-between;gap:24px;margin-bottom:28px}.detail-heading h1{font-size:clamp(2rem,8vw,3.4rem)}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.detail-grid div{display:grid;gap:6px}.detail-grid span{color:var(--muted);font-size:.82rem}.section-stack{display:grid;gap:13px;margin-top:34px}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag{color:var(--green-dark);background:var(--green-soft)}.inventory-list{display:grid;gap:10px}.history-row,.inventory-row{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.history-row div,.inventory-row div{display:grid;gap:5px}.history-row>span{color:var(--muted);font-size:.82rem}@media (max-width:620px){.header-inner{align-items:flex-start;padding:12px 0}nav{gap:12px;font-size:.78rem}.link-button{display:none}.page-shell{padding-top:34px}.detail-heading,.hero{align-items:stretch;flex-direction:column}.hero .button-link{width:100%}.detail-grid{grid-template-columns:1fr}.inventory-row{align-items:flex-start;flex-direction:column}}@media (display-mode:standalone){.site-header{padding-top:env(safe-area-inset-top)}.page-shell{padding-bottom:calc(80px + env(safe-area-inset-bottom))}}