:root {
  --ink: #17243b;
  --blue: #2255f6;
  --blue-dark: #173fc9;
  --lime: #d7ff45;
  --sky: #dfeaff;
  --paper: #f7f8fb;
  --white: #fff;
  --muted: #687287;
  --line: #e5e8ef;
  --orange: #ff7b35;
  --shadow: 0 16px 42px rgba(23, 36, 59, .12);
}
.founding-banner{margin-bottom:20px;padding:22px 24px;display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:center;border:1px solid #ccda33;border-radius:20px;background:linear-gradient(110deg,#efffb1,#d7ff45)}.founding-banner span{font-size:.72rem;font-weight:950;letter-spacing:.14em}.founding-banner h2{margin:4px 0;font-size:1.45rem;letter-spacing:-.04em}.founding-banner p{margin:0;color:#536076;font-size:.84rem}.founding-meter>div{display:flex;justify-content:space-between;font-size:.78rem}.founding-meter progress{width:100%;margin:8px 0;accent-color:#17243b}.founding-meter button,.studio-apply{width:100%;padding:11px;border:0;border-radius:11px;color:white;background:#17243b;font-weight:900;cursor:pointer}.onboarding-steps{margin:15px 0;padding:0;display:grid;gap:7px;list-style:none}.onboarding-steps li{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;padding:12px;border:1px solid #e0e4ec;border-radius:13px}.onboarding-steps li>span{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#edf0f5;font-weight:900}.onboarding-steps li.done>span{color:white;background:#258d61}.onboarding-steps li.current{border-color:#9cb2ff;background:#f5f7ff}.onboarding-steps li.current>span{color:white;background:var(--blue)}.onboarding-steps b,.onboarding-steps small{display:block}.onboarding-steps small{color:var(--muted);font-size:.75rem}.onboarding-steps li>strong{color:#258d61;font-size:.75rem}.onboarding-steps li>button{padding:7px 10px;border:1px solid #cad3ec;border-radius:8px;color:var(--blue);background:white;font-weight:850}.admission-rule{padding:13px;border-left:4px solid var(--orange);background:#fff6ef}.admission-rule p{margin:3px 0 0;color:var(--muted);font-size:.78rem}.studio-apply{margin-top:14px;background:var(--blue)}
@media(max-width:760px){.founding-banner{grid-template-columns:1fr;padding:19px}.onboarding-steps li{grid-template-columns:32px 1fr}.onboarding-steps li>button,.onboarding-steps li>strong{grid-column:2}}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #e9edf4; color: var(--ink); font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

.app-shell { position: relative; width: min(100%, 1120px); min-height: 100dvh; margin: 0 auto; background: var(--paper); overflow: hidden; box-shadow: 0 0 50px rgba(23,36,59,.1); }
.topbar { position: sticky; top: 0; z-index: 20; height: 68px; padding: 0 20px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(247,248,251,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(229,232,239,.75); }
.brand { width: fit-content; display: inline-flex; gap: 9px; align-items: center; padding: 0; color: var(--ink); background: transparent; border: 0; text-decoration: none; font-size: 1.25rem; font-weight: 900; letter-spacing: -.06em; cursor: pointer; }
.brand-logo { width: 102px; height: 53px; display: block; object-fit: contain; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; background: var(--blue); color: white; border-radius: 10px 10px 10px 3px; font-size: .92rem; font-weight: 900; transform: rotate(-4deg); }
.location-button { justify-self: center; display: flex; align-items: center; gap: 5px; border: 0; background: transparent; font-weight: 800; cursor: pointer; }
.round-button { position: relative; justify-self: end; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.notice-dot { position: absolute; right: 6px; top: 5px; width: 8px; height: 8px; background: var(--orange); border: 2px solid white; border-radius: 50%; }

main { padding-bottom: 150px; }
.intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: 38px; align-items: stretch; padding: 34px 36px 28px; }
.intro-copy { padding: 18px 0; align-self: center; }
.eyebrow, .section-kicker { margin: 0 0 10px; color: var(--blue); font-size: .84rem; font-weight: 850; letter-spacing: .02em; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #23bf78; box-shadow: 0 0 0 5px rgba(35,191,120,.12); }
h1 { margin: 0; max-width: 610px; font-size: clamp(2.35rem, 5.8vw, 4.5rem); line-height: 1.04; letter-spacing: -.065em; }
h1 em { color: var(--blue); font-style: normal; }
.intro-description { max-width: 500px; margin: 22px 0 0; color: var(--muted); font-size: 1.06rem; word-break: keep-all; }
.walk-photo { position: relative; min-height: 330px; margin: 0; border-radius: 30px 30px 30px 8px; overflow: hidden; background: #b8c8e9; box-shadow: var(--shadow); }
.walk-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.walk-photo figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; color: white; background: rgba(23,36,59,.76); backdrop-filter: blur(12px); border-radius: 15px; font-size: .82rem; }
.walk-photo figcaption strong { font-size: .9rem; }

.discovery { padding: 10px 36px 32px; }
.search-box { height: 58px; display: flex; align-items: center; gap: 12px; max-width: 700px; padding: 0 16px; background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 8px 25px rgba(23,36,59,.06); }
.search-box > span { color: var(--blue); font-size: 1.6rem; line-height: 1; transform: rotate(-18deg); }
.search-box input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 1rem; }
.search-box input::placeholder { color: #9aa2b2; }
.search-box kbd { padding: 5px 9px; border: 0; border-radius: 999px; background: var(--sky); color: var(--blue-dark); font-family: inherit; font-weight: 800; font-size: .76rem; }
.category-row { display: flex; gap: 9px; margin: 15px 0 28px; overflow-x: auto; scrollbar-width: none; }
.category-row::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; padding: 9px 15px; border: 1px solid var(--line); background: white; border-radius: 999px; font-size: .88rem; font-weight: 760; cursor: pointer; }
.chip.active { border-color: var(--ink); background: var(--ink); color: white; }
.fit-chip { color: var(--blue); border-color: #b9c9ff; background: #f0f4ff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 15px; }
.section-heading p { margin-bottom: 2px; }
.section-heading h2, .trust-card h2, dialog h2 { margin: 0; font-size: 1.5rem; line-height: 1.2; letter-spacing: -.045em; }
.view-switch { display: grid; grid-template-columns: 1fr 1fr; padding: 3px; background: #e9edf4; border-radius: 12px; }
.view-switch button { padding: 7px 13px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); font-size: .82rem; font-weight: 800; cursor: pointer; }
.view-switch button.active { background: white; color: var(--ink); box-shadow: 0 2px 8px rgba(23,36,59,.08); }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.product-card { position: relative; min-width: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 22px; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card-hit { position: absolute; inset: 0; z-index: 2; width: 100%; border: 0; background: transparent; cursor: pointer; }
.product-art { position: relative; height: 176px; display: grid; place-items: center; overflow: hidden; }
.product-art::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 17px; }
.art-harness { background: linear-gradient(135deg, #3770ff, #173fbd); }
.art-stroller { background: linear-gradient(135deg, #17243b, #4b5971); }
.art-toy { background: linear-gradient(135deg, #ffba45, #ff7135); }
.art-recovery { background: linear-gradient(135deg, #8b64e8, #5034aa); }
.art-icon { position: relative; z-index: 1; font-size: 4.8rem; filter: drop-shadow(0 12px 15px rgba(0,0,0,.14)); transform: rotate(-5deg); }
.art-label { position: absolute; left: 24px; top: 21px; z-index: 1; color: rgba(255,255,255,.88); font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.heart { position: absolute; z-index: 5; right: 20px; top: 17px; width: 35px; height: 35px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 1.3rem; line-height: 1; cursor: pointer; }
.heart.liked { color: #ff4e67; }
.product-info { padding: 15px 15px 17px; }
.distance { margin: 0 0 7px; color: var(--blue); font-size: .77rem; font-weight: 800; }
.distance span { display: inline-block; width: 6px; height: 6px; margin-right: 3px; border-radius: 50%; background: #24c47b; }
.product-info h3 { margin: 0 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1rem; letter-spacing: -.025em; }
.fit-tags { display: flex; gap: 5px; margin: 0 0 13px; }
.fit-tags span { padding: 4px 7px; color: #526078; background: #f0f2f6; border-radius: 6px; font-size: .7rem; font-weight: 750; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.price-row strong { font-size: 1.05rem; }
.price-row > span { color: var(--orange); font-size: .78rem; font-weight: 800; }
.price-row small { color: var(--muted); }
.point-earn { margin: 4px 0 0; color: var(--blue); font-size: .77rem; font-weight: 850; }
.one-line-review { min-height: 39px; margin: 12px 0 0; padding-top: 11px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.45; word-break: keep-all; }

.map-panel { position: relative; height: 410px; margin-bottom: 20px; overflow: hidden; border-radius: 24px; background: #e7e5de; border: 1px solid #c8c5bb; }
.local-map-canvas { position:absolute;inset:0;z-index:2;background:#e7e5de; }
.local-map-canvas[hidden] { display:none; }
.real-map-base { position:absolute;inset:0;overflow:hidden;background:#e7e5de;touch-action:none;cursor:grab;user-select:none; }
.real-map-base.is-dragging { cursor:grabbing; }
.osm-tile-layer,.osm-marker-layer { position:absolute;inset:0;will-change:transform; }
.osm-tile-layer { z-index:0; }
.osm-marker-layer { z-index:3;pointer-events:none; }
.osm-marker-layer > * { pointer-events:auto; }
.osm-tile { position:absolute;width:256px;height:256px;max-width:none;border:0;filter:saturate(.72) contrast(.98);user-select:none;-webkit-user-drag:none; }
.osm-controls { position:absolute;z-index:7;right:12px;top:56px;display:grid;overflow:hidden;border:1px solid rgba(32,31,27,.32);background:rgba(251,250,246,.96);box-shadow:0 4px 14px rgba(32,31,27,.14);cursor:default; }
.osm-controls button { width:38px;height:38px;border:0;background:transparent;color:var(--ink);font-size:1.25rem;font-weight:700;line-height:1;cursor:pointer; }
.osm-controls button + button { border-top:1px solid rgba(32,31,27,.2); }
.osm-controls button:disabled { color:#aaa496;cursor:default; }
.osm-attribution { position:absolute;z-index:7;right:7px;bottom:6px;padding:3px 5px;color:#4d514c;background:rgba(255,255,255,.88);font-size:.75rem;line-height:1;text-decoration:none;cursor:pointer; }
.osm-attribution:hover { text-decoration:underline; }
.map-pin { position: absolute; z-index: 5; padding: 9px 12px; border: 3px solid white; border-radius: 15px 15px 15px 3px; color: white; background: var(--blue); box-shadow: 0 8px 18px rgba(23,63,201,.28); cursor: pointer; transform: translate(-50%,-100%) rotate(-6deg); }
.map-pin b { display: block; transform: rotate(6deg); font-size: .78rem; }
.pin-two { background: var(--ink); }
.pin-three { background: var(--orange); }
.my-location { position:absolute;z-index:4;width:17px;height:17px;border:4px solid white;border-radius:50%;background:var(--blue);box-shadow:0 0 0 8px rgba(34,85,246,.16);transform:translate(-50%,-50%); }
.map-caption { position: absolute; left: 14px; bottom: 12px; z-index: 8; margin: 0; padding: 7px 10px; background: white; border-radius: 9px; box-shadow: 0 5px 14px rgba(23,36,59,.1); font-size: .75rem; font-weight: 750; }
.place-filters { position: absolute; z-index: 8; left: 12px; right: 12px; top: 12px; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.place-filters::-webkit-scrollbar { display: none; }
.place-filters button { flex: 0 0 auto; padding: 7px 10px; border: 1px solid #d7dde7; border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 4px 12px rgba(23,36,59,.06); font-size: .7rem; font-weight: 800; cursor: pointer; }
.place-filters button.active { color: white; border-color: var(--ink); background: var(--ink); }
.place-pin { position: absolute; z-index: 6; display: flex; align-items: center; gap: 5px; padding: 7px 9px; color: var(--ink); background: white; border: 2px solid white; border-radius: 11px; box-shadow: 0 6px 16px rgba(23,36,59,.16); font-size: .68rem; cursor: pointer; transform:translate(-50%,-100%);transition:transform .18s ease,opacity .18s ease; }
.place-pin:hover { transform:translate(-50%,calc(-100% - 2px)); }
.place-pin span { display: grid; place-items: center; width: 23px; height: 23px; color: white; background: var(--blue); border-radius: 7px; font-weight: 900; }
.place-pin[hidden] { display: none; }
.place-hospital span { background: #ef4e63; }
.place-cafe { border-color: var(--lime); }
.place-cafe span { background: var(--ink); }
.place-store span { background: var(--orange); }
.place-park span { background: #23a96b; }
.empty-state { padding: 60px 20px; text-align: center; background: white; border: 1px dashed #cad0dc; border-radius: 24px; }
.empty-state span { font-size: 2.3rem; }
.empty-state h3 { margin: 12px 0 5px; }
.empty-state p { margin: 0; color: var(--muted); font-size: .9rem; }

.trust-card { margin: 18px 36px 0; padding: 25px 28px; display: flex; align-items: center; gap: 20px; border-radius: 24px; background: var(--ink); color: white; }
.fee-badge { flex: 0 0 auto; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 22px 22px 22px 6px; background: var(--lime); color: var(--ink); font-size: 1.65rem; font-weight: 950; transform: rotate(-3deg); }
.fee-badge::after { content: "적립"; margin-left: -10px; font-size: .57rem; align-self: end; padding-bottom: 16px; }
.trust-card > div:last-child p { margin: 0 0 3px; color: var(--lime); font-size: .75rem; font-weight: 850; }
.trust-card > div:last-child span { display: block; margin-top: 7px; color: #bfc8d8; font-size: .84rem; }
.talez-hub { margin: 18px 36px 0; padding: 30px; display: grid; grid-template-columns: .8fr 1.35fr auto; gap: 24px; align-items: center; color: var(--ink); background: var(--lime); border-radius: 24px 24px 24px 7px; }
.hub-title p { margin: 0 0 6px; color: var(--blue-dark); font-size: .72rem; font-weight: 950; letter-spacing: .08em; }
.hub-title h2 { margin: 0; font-size: 1.5rem; line-height: 1.15; letter-spacing: -.05em; }
.hub-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.hub-benefits div { min-height: 100px; padding: 13px; background: rgba(255,255,255,.65); border-radius: 14px; }
.hub-benefits span, .hub-benefits b, .hub-benefits small { display: block; }
.hub-benefits span { color: var(--blue); font-size: .68rem; font-weight: 900; }
.hub-benefits b { margin: 6px 0 3px; font-size: .84rem; }
.hub-benefits small { color: #536076; font-size: .7rem; line-height: 1.4; }
.hub-map-button { align-self: stretch; min-width: 130px; padding: 13px; border: 0; border-radius: 15px; color: white; background: var(--ink); font-size: .8rem; font-weight: 850; cursor: pointer; }
.hub-map-button span { display: block; margin-top: 8px; font-size: 1.2rem; }

.floating-add { position: fixed; z-index: 15; right: max(24px, calc((100vw - 1120px) / 2 + 28px)); bottom: 92px; padding: 13px 18px; border: 0; border-radius: 16px; color: white; background: var(--blue); box-shadow: 0 10px 25px rgba(34,85,246,.35); font-weight: 850; cursor: pointer; }
.floating-add span { font-size: 1.2rem; }
.bottom-nav { position: fixed; z-index: 14; left: 50%; bottom: 0; width: min(100%, 1120px); height: calc(73px + env(safe-area-inset-bottom)); padding: 8px 18px env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(255,255,255,.95); backdrop-filter: blur(18px); border-top: 1px solid var(--line); transform: translateX(-50%); }
.bottom-nav a, .bottom-nav button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 0; color: #7c8595; background: transparent; text-decoration: none; font-size: .68rem; font-weight: 750; cursor: pointer; }
.bottom-nav span { font-size: 1.3rem; line-height: 1; }
.bottom-nav .active { color: var(--blue); }
.bottom-nav b { font-size: .68rem; }
.nav-add { position:relative;width:35px;height:28px;display:grid;place-items:center;color:white;background:var(--ink);border-radius:10px; }
.nav-add > i { position:absolute;right:-4px;top:-4px;width:10px;height:10px;border:2px solid white;border-radius:50%;background:var(--orange); }

dialog { padding: 0; color: var(--ink); border: 0; }
dialog::backdrop { background: rgba(13,22,37,.56); backdrop-filter: blur(3px); }
.sheet { width: min(100% - 24px, 610px); max-height: 88dvh; margin: auto auto 0; padding: 28px 25px calc(28px + env(safe-area-inset-bottom)); overflow-y: auto; border-radius: 28px 28px 0 0; box-shadow: 0 -20px 50px rgba(13,22,37,.22); }
.sheet-grab { position: absolute; left: 50%; top: 10px; width: 42px; height: 4px; border-radius: 99px; background: #d9dde5; transform: translateX(-50%); }
.dialog-close { position: absolute; z-index: 3; right: 16px; top: 17px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f0f2f6; font-size: 1.35rem; cursor: pointer; }
.detail-visual { height: 210px; margin: 17px 0; display: grid; place-items: center; border-radius: 21px; color: white; font-size: 5.5rem; }
.detail-location { margin: 0; color: var(--blue); font-size: .83rem; font-weight: 800; }
.detail-title { margin: 4px 45px 8px 0; font-size: 1.48rem; letter-spacing: -.04em; }
.detail-price { display: flex; align-items: center; justify-content: space-between; font-size: 1.25rem; font-weight: 900; }
.detail-review { margin: 18px 0; padding: 17px; border-radius: 17px; background: #f1f4f9; }
.detail-review p { margin: 6px 0 0; color: #4f5a6d; }
.dog-profile { display: flex; gap: 11px; align-items: center; margin-top: 13px; color: var(--muted); font-size: .82rem; }
.dog-profile b { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: var(--sky); font-size: 1.1rem; }
.fee-line { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin: 16px 0; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .9rem; }
.fee-line span { color: var(--muted); }
.fee-line strong:last-child { color: var(--blue); }
.primary-button { width: 100%; min-height: 55px; border: 0; border-radius: 16px; color: white; background: var(--blue); font-weight: 850; cursor: pointer; }
.primary-button:disabled { color: #98a1b1; background: #dfe3e9; cursor: not-allowed; box-shadow: none; }

.form-sheet h2 { margin: 2px 0 20px; }
.form-sheet label { display: block; margin: 14px 0; color: #4f5a6d; font-size: .82rem; font-weight: 800; }
.form-sheet input, .form-sheet textarea, .form-sheet select { width: 100%; margin-top: 6px; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #d9dee8; border-radius: 12px; outline: 0; }
.form-sheet textarea { min-height: 90px; resize: vertical; }
.form-sheet input:focus, .form-sheet textarea:focus, .form-sheet select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(34,85,246,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-row.three { grid-template-columns: 1.25fr .9fr .9fr; }
.sell-draft-bar { display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 12px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line); }
.draft-state { display:flex;align-items:center;gap:9px;min-width:0; }
.draft-state > i { width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#23a96b;box-shadow:0 0 0 5px rgba(35,169,107,.12); }
.draft-state span,.draft-state strong,.draft-state small { display:block; }
.draft-state strong { font-size:.83rem; }
.draft-state small { margin-top:2px;color:var(--muted);font-size:.75rem; }
.sell-draft-bar > button { flex:0 0 auto;padding:8px 10px;border:1px solid #d7dce5;color:var(--muted);background:white;font-size:.75rem;font-weight:800;cursor:pointer; }
.sell-progress-wrap { margin:0 0 15px;padding:14px;background:#f1f4f9; }
.sell-progress-wrap > span { display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px; }
.sell-progress-wrap b { color:var(--blue);font-size:.8rem; }
.sell-progress-wrap small { overflow:hidden;color:var(--muted);font-size:.75rem;text-align:right;text-overflow:ellipsis;white-space:nowrap; }
.sell-progress-wrap progress { width:100%;height:7px;display:block;border:0;border-radius:0;background:#dce1e9;overflow:hidden; }
.sell-progress-wrap progress::-webkit-progress-bar { background:#dce1e9; }
.sell-progress-wrap progress::-webkit-progress-value { background:var(--blue);transition:width .2s ease; }
.sell-progress-wrap progress::-moz-progress-bar { background:var(--blue); }
.fee-summary { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 16px 0; padding: 15px; border-radius: 14px; background: #f1f4f9; font-size: .84rem; }
.fee-summary span { color: var(--muted); }
.text-button { width: 100%; padding: 12px; border: 0; color: var(--muted); background: transparent; font-weight: 800; cursor: pointer; }
.agreement-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 10px 0; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.agreement-row[hidden] { display: none; }
.agreement-row label { margin: 0; display: flex; align-items: flex-start; gap: 8px; color: #4f5a6d; font-size: .76rem; font-weight: 700; cursor: pointer; }
.agreement-row input[type="checkbox"] { width: 18px; height: 18px; flex: 0 0 auto; margin: 0; accent-color: var(--blue); }
.agreement-row b { color: var(--blue); }
.agreement-row > button { flex: 0 0 auto; padding: 4px 2px; border: 0; color: var(--muted); background: transparent; font-size: .72rem; text-decoration: underline; cursor: pointer; }

.center-dialog { position: relative; width: min(calc(100% - 32px), 420px); padding: 25px; border-radius: 24px; box-shadow: var(--shadow); }
.center-dialog h2 { margin: 3px 0 19px; }
.dialog-copy { margin: -6px 0 18px; color: var(--muted); font-size: .9rem; word-break: keep-all; }
.location-agree { margin: 3px 0 10px; background: #f6f8fb; }
.listing-location-box { display:grid;gap:9px;padding:13px;border:1px solid #dce3ef;border-radius:14px;background:#f7f9fd; }
.listing-location-box > button { display:flex;align-items:center;gap:10px;width:100%;padding:12px;border:1px solid #cbd7f5;border-radius:12px;background:white;color:var(--blue);text-align:left;cursor:pointer; }
.listing-location-box > button .icon { width:21px;height:21px;flex:none; }
.listing-location-box > button span { display:grid;gap:2px; }
.listing-location-box > button b { font-size:.82rem; }
.listing-location-box > button small { color:var(--muted);font-size:.71rem; }
.listing-location-box > button.is-confirmed { border-color:#8fd8b3;background:#effbf5;color:#087a47; }
.phone-verify { margin-top: 14px; padding: 14px; border-radius: 15px; background: #f1f4f9; }
.phone-verify > label, .phone-verify > div > label { display: block; color: #4f5a6d; font-size: .78rem; font-weight: 800; }
.phone-row { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin-top: 6px; }
.phone-row input { min-width: 0; padding: 12px; border: 1px solid #d7dce5; border-radius: 10px; outline: 0; }
.phone-row input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(34,85,246,.1); }
.phone-row button { padding: 0 12px; border: 0; border-radius: 10px; color: white; background: var(--ink); font-size: .76rem; font-weight: 800; cursor: pointer; }
#otpRow { margin-top: 12px; }
.area-option { width: 100%; display: flex; justify-content: space-between; margin-top: 8px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: white; text-align: left; font-weight: 800; cursor: pointer; }
.area-option span { color: var(--muted); font-size: .8rem; font-weight: 650; }
.area-option.active { color: var(--blue); border-color: var(--blue); background: #f3f6ff; }
.verify-steps { margin: 0 0 20px; padding: 0; list-style: none; }
.verify-steps li { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: 750; }
.verify-steps li span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--blue); background: var(--sky); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.verify-status { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: .74rem; }
.verify-status.success { color: #15945c; font-weight: 800; }
.verify-status.error { color: #d53e50; font-weight: 800; }
.deal-dialog { width: min(calc(100% - 32px), 440px); }
.deal-mode { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin: 2px 0 12px; padding: 4px; background: #edf0f5; border-radius: 13px; }
.deal-mode button { padding: 9px 7px; border: 0; border-radius: 10px; color: var(--muted); background: transparent; font-size: .78rem; font-weight: 850; cursor: pointer; }
.deal-mode button.active { color: white; background: var(--ink); box-shadow: 0 4px 10px rgba(23,36,59,.16); }
.deal-flow { margin: 5px 0 15px; }
.deal-flow > div { position: relative; display: flex; align-items: center; gap: 12px; min-height: 58px; }
.deal-flow > div:not(:last-child)::after { content: ""; position: absolute; left: 16px; top: 46px; width: 1px; height: 24px; background: #ccd5e5; }
.deal-flow > div > span { flex: 0 0 auto; width: 33px; height: 33px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 11px; font-size: .78rem; font-weight: 900; }
.deal-flow p { margin: 0; display: flex; flex-direction: column; }
.deal-flow small { color: var(--muted); }
.deal-note { margin: 0 0 16px; padding: 12px; color: #536076; background: #f1f4f9; border-radius: 12px; font-size: .76rem; line-height: 1.5; }
.policy-sheet h2 { margin: 2px 45px 17px 0; }
.policy-summary { display: flex; flex-direction: column; gap: 4px; margin-bottom: 18px; padding: 15px; color: white; background: var(--ink); border-radius: 15px; }
.policy-summary span { color: #c8d0dd; font-size: .8rem; }
.policy-sheet section { padding: 15px 0; border-top: 1px solid var(--line); }
.policy-sheet section h3 { margin: 0 0 7px; font-size: .95rem; }
.policy-sheet section p, .policy-sheet section ul { margin: 0; color: #566174; font-size: .79rem; line-height: 1.65; }
.policy-sheet section ul { padding-left: 18px; }
.policy-sheet section li + li { margin-top: 4px; }
.policy-footnote { margin: 12px 0 0; color: var(--muted); font-size: .74rem; }
.policy-nav { position:sticky;top:-1px;z-index:2;display:flex;gap:6px;margin:0 0 8px;padding:8px 0;background:var(--white);overflow-x:auto;scrollbar-width:none; }.policy-nav button { flex:0 0 auto;padding:8px 10px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:white;font-size:.72rem;font-weight:800;cursor:pointer; }
.policy-sheet section { scroll-margin-top:68px; }
.legal-footer { display:block;padding:26px 48px 0;color:#7d8697;border-top:1px solid #d8d3c8; }
.legal-footer-links { display:flex;align-items:center;justify-content:flex-start;gap:7px;flex-wrap:wrap; }
.legal-footer button { padding:4px 0;border:0;color:#586274;background:transparent;font-size:.76rem;font-weight:750;text-decoration:underline;cursor:pointer; }
.legal-business-info { margin-top:13px;padding-bottom:22px; }.legal-business-info b { display:block;margin-bottom:6px;color:var(--ink);font-size:.78rem; }.legal-business-info p { margin:3px 0;color:#697386;font-size:.72rem;line-height:1.55; }.legal-business-info p span { margin-left:8px; }.legal-business-info a { color:inherit; }.legal-business-info small { display:block;margin-top:8px;color:#8d95a3;font-size:.68rem;line-height:1.5; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 93px; max-width: calc(100% - 40px); padding: 12px 16px; color: white; background: var(--ink); border-radius: 12px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s ease; font-size: .86rem; font-weight: 750; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.app-page[hidden], .my-panel[hidden] { display: none !important; }
.page-surface { min-height: calc(100dvh - 68px); padding: 44px 36px 20px; }
.page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.page-header h1 { font-size: clamp(2.15rem, 5vw, 3.7rem); }
.page-header p:last-child { max-width: 610px; margin: 12px 0 0; color: var(--muted); }
.soft-button { flex: 0 0 auto; min-height: 45px; padding: 0 15px; color: var(--blue); border: 1px solid #bdcaff; border-radius: 13px; background: #f1f5ff; font-size: .82rem; font-weight: 850; cursor: pointer; }
.map-page-layout { display: grid; grid-template-columns: 1.45fr .8fr; gap: 18px; }
.map-panel-large { height: 560px; margin: 0; }
.place-list { display: flex; flex-direction: column; gap: 10px; }
.place-card { width: 100%; min-height: 94px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 13px; border: 1px solid var(--line); border-radius: 17px; background: white; text-align: left; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.place-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23,36,59,.08); }
.place-symbol { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--ink); font-weight: 900; }
.place-symbol.hospital { background: #ef4e63; }.place-symbol.store { background: var(--orange); }.place-symbol.park { background: #23a96b; }
.place-card > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.place-card small { color: var(--blue); font-size: .68rem; font-weight: 800; }.place-card b { margin: 2px 0; }.place-card em { overflow: hidden; color: var(--muted); font-size: .72rem; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.place-card > strong { align-self: start; color: var(--muted); font-size: .7rem; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 820px; }
.chat-card { position: relative; min-height: 100px; display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 19px; background: white; text-align: left; cursor: pointer; }
.chat-card.unread { border-color: #c3ceff; background: #f8faff; }
.avatar { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; background: var(--sky); font-size: 1.6rem; }.avatar.orange { background: #ffe7d7; }
.chat-card > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }.chat-card small { margin: 4px 0; overflow: hidden; color: #4f5a6d; text-overflow: ellipsis; white-space: nowrap; }.chat-card em { color: #929baa; font-size: .7rem; font-style: normal; }.chat-card > i { position: absolute; right: 14px; top: 14px; width: 20px; height: 20px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-size: .65rem; font-style: normal; font-weight: 900; }
.info-card { grid-column: 1 / -1; display: flex; gap: 14px; padding: 18px; border-radius: 18px; color: white; background: var(--ink); }.info-card > span { font-size: 1.7rem; }.info-card b { color: var(--lime); }.info-card p { margin: 4px 0 0; color: #c4ccda; font-size: .8rem; }
.my-header { margin-bottom: 18px; }.wallet-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px; color: white; background: var(--ink); border-radius: 23px 23px 23px 7px; }.wallet-card small,.wallet-card strong,.wallet-card p { display: block; }.wallet-card small { color: #bfc8d8; }.wallet-card strong { margin: 2px 0; color: var(--lime); font-size: 2rem; }.wallet-card p { margin: 0; color: #bfc8d8; font-size: .78rem; }.wallet-card button { min-height: 45px; padding: 0 15px; border: 0; border-radius: 13px; background: var(--lime); font-weight: 900; cursor: pointer; }
.my-tabs { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 550px; margin: 22px 0 12px; padding: 4px; background: #e9edf4; border-radius: 13px; }.my-tabs button { padding: 9px; border: 0; border-radius: 10px; color: var(--muted); background: transparent; font-size: .8rem; font-weight: 850; cursor: pointer; }.my-tabs button.active { color: var(--ink); background: white; box-shadow: 0 3px 9px rgba(23,36,59,.08); }
.my-panel { max-width: 760px; }.transaction-card { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin-bottom: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 17px; background: white; text-align: left; cursor: pointer; }.mini-art { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 14px; color: white; font-size: 1.8rem; }.transaction-card > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }.transaction-card small { color: var(--blue); font-weight: 800; }.transaction-card b { margin: 2px 0; }.transaction-card em { color: var(--muted); font-size: .75rem; font-style: normal; }.transaction-card > strong { color: var(--blue); font-size: .75rem; }
.empty-box { padding: 44px 20px; border: 1px dashed #c7ceda; border-radius: 18px; background: white; text-align: center; }.empty-box > span,.empty-box > b,.empty-box > p { display: block; }.empty-box > span { font-size: 2rem; }.empty-box > b { margin-top: 8px; }.empty-box > p { margin: 5px 0 14px; color: var(--muted); font-size: .8rem; }.empty-box > button { padding: 10px 14px; border: 0; border-radius: 11px; color: white; background: var(--blue); font-size: .78rem; font-weight: 850; cursor: pointer; }
.guide-list { max-width: 760px; margin-top: 23px; border-top: 1px solid var(--line); }.guide-list button, .guide-list a { width: 100%; display: flex; justify-content: space-between; padding: 15px 2px; border: 0; border-bottom: 1px solid var(--line); color: inherit; background: transparent; text-align: left; text-decoration: none; cursor: pointer; }
.dialog-title-row { display: flex; align-items: center; justify-content: space-between; margin-right: 45px; }.dialog-title-row h2 { margin: 0; }.dialog-title-row button { border: 0; color: var(--blue); background: transparent; font-size: .75rem; font-weight: 850; cursor: pointer; }
.notification-list { margin-top: 15px; }.notification-list button { width: 100%; display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }.notification-list button > span:first-child { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: #eef2fb; }.notification-list button > span:last-child { display: flex; flex-direction: column; }.notification-list small { margin: 2px 0; color: var(--muted); }.notification-list em { color: #9ba3b1; font-size: .68rem; font-style: normal; }
.upload-zone { position: relative; }.upload-zone input { position: absolute; width: 1px !important; height: 1px; opacity: 0; }.upload-zone > span { min-height:96px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:6px;padding:15px;border:1px dashed #b9c4d6;border-radius:14px;color:var(--blue);background:#f4f7ff;cursor:pointer; }.upload-zone > span b { font-size:.84rem; }.upload-zone > span small { color:var(--muted);font-size:.75rem; }.photo-preview { display:flex;gap:8px;overflow-x:auto;padding:2px 0; }.photo-preview-item { position:relative;flex:0 0 auto; }.photo-preview img { width:76px;height:76px;display:block;border:1px solid var(--line);border-radius:11px;object-fit:cover; }.photo-preview button { position:absolute;right:4px;top:4px;width:24px;height:24px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.72);border-radius:50%;color:white;background:rgba(23,36,59,.78);font-size:1rem;line-height:1;cursor:pointer; }
.field-with-counter { position:relative; }.field-with-counter > small { position:absolute;right:10px;bottom:8px;color:var(--muted);font-size:.72rem;font-weight:700; }.field-with-counter textarea { padding-bottom:30px; }
.sell-submit-actions { position:sticky;z-index:2;bottom:calc(-28px - env(safe-area-inset-bottom));display:grid;grid-template-columns:.85fr 1.15fr;gap:8px;margin:18px -25px calc(-28px - env(safe-area-inset-bottom));padding:10px 25px calc(12px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid var(--line);backdrop-filter:blur(14px); }
.draft-close-button { min-height:55px;border:1px solid #bdc9f2;color:var(--blue);background:#f3f6ff;font-size:.8rem;font-weight:850;cursor:pointer; }
.place-detail-hero { margin: 8px 0 17px; padding: 22px; color: white; background: var(--ink); border-radius: 20px; }.place-detail-hero > span { font-size: 2.5rem; }.place-detail-hero h2 { margin: 7px 0 2px; }.place-detail-hero p { margin: 0; color: #c8d0dc; }.place-meta { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin: 15px 0; padding: 15px; border-radius: 15px; background: #f1f4f9; font-size: .82rem; }.place-meta span { color: var(--muted); }.place-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.place-actions button { min-height: 49px; border: 1px solid #bdc9f2; border-radius: 13px; color: var(--blue); background: #f3f6ff; font-weight: 850; cursor: pointer; }.place-actions button:last-child { color: white; border-color: var(--blue); background: var(--blue); }
.chat-sheet { overflow: hidden; }.chat-sheet #chatHeader { margin-right: 44px; }.chat-sheet #chatHeader h2 { margin: 0; }.chat-sheet #chatHeader p { margin: 3px 0 12px; color: var(--muted); font-size: .76rem; }.chat-messages { min-height: 310px; max-height: 46dvh; padding: 15px 3px; overflow-y: auto; border-top: 1px solid var(--line); }.bubble { width: fit-content; max-width: 78%; margin: 8px 0; padding: 10px 12px; border-radius: 14px 14px 14px 3px; background: #edf0f5; font-size: .86rem; }.bubble.me { margin-left: auto; color: white; background: var(--blue); border-radius: 14px 14px 3px 14px; }.message-form { display: grid; grid-template-columns: 1fr auto; gap: 7px; padding-top: 12px; border-top: 1px solid var(--line); }.message-form input { min-width: 0; padding: 12px 13px; border: 1px solid #d7dce5; border-radius: 12px; }.message-form button { padding: 0 15px; border: 0; border-radius: 12px; color: white; background: var(--blue); font-weight: 850; cursor: pointer; }
.field-label { display: block; margin: 14px 0; color: #4f5a6d; font-size: .8rem; font-weight: 800; }.field-label input,.field-label textarea { width: 100%; margin-top: 6px; padding: 12px; border: 1px solid #d7dce5; border-radius: 11px; }.field-label textarea { min-height: 100px; resize: vertical; }.point-balance-box { margin: 5px 0 14px; padding: 18px; color: white; background: var(--ink); border-radius: 17px; }.point-balance-box small,.point-balance-box strong { display: block; }.point-balance-box strong { color: var(--lime); font-size: 1.8rem; }.redemption-code { padding: 24px; border: 2px dashed var(--blue); border-radius: 16px; text-align: center; background: #f3f6ff; }.redemption-code small,.redemption-code strong { display: block; }.redemption-code strong { margin: 7px 0 15px; color: var(--blue); font-size: 2rem; letter-spacing: .12em; }.redemption-code button { padding: 9px 18px; border: 0; border-radius: 10px; color: white; background: var(--ink); cursor: pointer; }
.star-picker { display: flex; justify-content: center; gap: 4px; margin: 12px 0; }.star-picker button { border: 0; color: #d6dae1; background: transparent; font-size: 2rem; cursor: pointer; }.star-picker button.active { color: var(--orange); }
.timeline { margin: 18px 0; }.timeline div { position: relative; display: grid; grid-template-columns: 25px 1fr; gap: 10px; padding-bottom: 18px; }.timeline div:not(:last-child)::after { content:""; position:absolute; left:11px; top:24px; width:2px; height:calc(100% - 20px); background:#dbe0e8; }.timeline span { z-index:1; width:24px; height:24px; display:grid; place-items:center; color:white; background:#23a96b; border-radius:50%; font-size:.68rem; }.timeline b,.timeline small { display:block; }.timeline small { color:var(--muted); }

@media (max-width: 760px) {
  .app-shell { box-shadow: none; }
  .topbar { height: 62px; padding: 0 16px; }
  .brand { font-size: 1.08rem; }
  .brand-logo { width: 88px; height: 48px; }
  .brand-mark { width: 27px; height: 27px; border-radius: 9px 9px 9px 3px; }
  .round-button { width: 37px; height: 37px; }
  .intro { grid-template-columns: 1fr; gap: 18px; padding: 22px 17px 21px; }
  .intro-copy { padding: 0; }
  h1 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .intro-description { margin-top: 14px; font-size: .94rem; }
  .walk-photo { min-height: 220px; border-radius: 23px 23px 23px 7px; }
  .walk-photo figcaption { left: 10px; right: 10px; bottom: 10px; padding: 11px 12px; }
  .discovery { padding: 6px 17px 24px; }
  .search-box { height: 54px; }
  .category-row { margin-bottom: 22px; }
  .section-heading h2 { font-size: 1.32rem; }
  .product-grid { display: flex; gap: 13px; margin-right: -17px; padding-right: 17px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .product-grid::-webkit-scrollbar { display: none; }
  .product-card { flex: 0 0 82%; scroll-snap-align: start; }
  .product-art { height: 198px; }
  .map-panel { height: 350px; }
  .trust-card { margin: 14px 17px 0; padding: 21px; align-items: flex-start; }
  .fee-badge { width: 62px; height: 62px; border-radius: 18px 18px 18px 5px; font-size: 1.4rem; }
  .fee-badge::after { padding-bottom: 12px; }
  .trust-card h2 { font-size: 1.2rem; }
  .trust-card > div:last-child span { font-size: .77rem; }
  .talez-hub { margin: 14px 17px 0; padding: 23px 19px; grid-template-columns: 1fr; gap: 17px; }
  .hub-title h2 { font-size: 1.38rem; }
  .hub-benefits { grid-template-columns: 1fr; }
  .hub-benefits div { min-height: auto; display: grid; grid-template-columns: 28px 1fr; gap: 1px 5px; }
  .hub-benefits span { grid-row: 1 / 3; align-self: start; }
  .hub-benefits small { grid-column: 2; }
  .hub-map-button { min-height: 48px; }
  .hub-map-button span { display: inline; margin: 0 0 0 8px; }
  .floating-add { right: 17px; bottom: 86px; }
  .form-row.three { grid-template-columns: 1fr; gap: 0; }
  .place-pin b { display: none; }
  .place-pin { padding: 5px; border-radius: 10px; }
  .place-hospital { left: 8%; bottom: 22%; }
  .place-cafe { right: 7%; top: 38%; }
  .place-store { right: 34%; bottom: 11%; }
  .page-surface { min-height: calc(100dvh - 62px); padding: 25px 17px 20px; }
  .page-header { align-items: flex-start; margin-bottom: 20px; }.page-header h1 { font-size: 2.25rem; }.page-header p:last-child { font-size: .86rem; }
  .map-page-layout { grid-template-columns: 1fr; }.map-panel-large { height: 390px; }.place-list { display: grid; grid-template-columns: 1fr 1fr; }.place-card { min-height: 82px; grid-template-columns: auto 1fr; }.place-card > strong { display: none; }.place-symbol { width: 39px; height: 39px; }.place-card em { max-width: 180px; }
  .content-grid { grid-template-columns: 1fr; }.info-card { grid-column: auto; }
  .wallet-card { padding: 20px; }.wallet-card strong { font-size: 1.7rem; }.transaction-card { grid-template-columns: auto 1fr; }.transaction-card > strong { display: none; }
}

/* ShareDog Trainer World */
.academy-entry{margin:18px 36px 6px;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff;background:linear-gradient(125deg,#17243b 0%,#213a66 58%,#2255f6 100%);border-radius:26px 26px 26px 8px;overflow:hidden;position:relative}.academy-entry:after{content:"AI";position:absolute;right:155px;top:-36px;font-size:9rem;font-weight:950;letter-spacing:-.1em;color:rgba(255,255,255,.055);transform:rotate(-8deg)}.academy-entry h2{margin:0;font-size:clamp(1.65rem,3vw,2.45rem);line-height:1.08;letter-spacing:-.055em}.academy-entry p:not(.section-kicker){max-width:570px;margin:12px 0 0;color:#c9d5ed}.academy-entry button{z-index:1;flex:0 0 auto;padding:14px 17px;border:0;border-radius:14px;background:var(--lime);font-weight:900;cursor:pointer}.academy-page{padding:28px 36px 70px;background:#f4f6fa}.academy-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:24px}.academy-head h1{font-size:clamp(2.35rem,5vw,4rem)}.academy-head>div>p:last-child{max-width:570px;color:var(--muted)}.academy-controls{display:flex;gap:9px;align-items:end}.academy-controls label{font-size:.78rem;font-weight:850;color:var(--muted)}.academy-controls select,.academy-controls button{display:block;min-height:46px;margin-top:4px;padding:0 14px;border:1px solid #d7dce7;border-radius:13px;background:white;font-weight:800}.academy-controls button{color:white;background:var(--blue);border-color:var(--blue);cursor:pointer}.ai-stage{display:grid;grid-template-columns:1.12fr .88fr;min-height:440px;border-radius:28px;overflow:hidden;background:white;box-shadow:0 18px 48px rgba(23,36,59,.11)}.ai-video-card{position:relative;display:flex;align-items:center;justify-content:center;min-height:440px;background:radial-gradient(circle at 50% 36%,#526b93,#263852 55%,#121d30);overflow:hidden}.ai-video-card:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent 60%,rgba(7,12,23,.72))}.video-top{position:absolute;z-index:2;left:18px;right:18px;top:16px;display:flex;justify-content:space-between;color:white;font-size:.78rem;font-weight:800}.video-top span i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#42df94;box-shadow:0 0 0 5px rgba(66,223,148,.14)}.video-top button{padding:6px 9px;color:white;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(10,20,37,.45);cursor:pointer}.trainer-avatar{position:relative;z-index:1;width:220px;height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:linear-gradient(160deg,#2a61ff,#17243b);border:8px solid rgba(255,255,255,.12);border-radius:48% 48% 36% 36%/40% 40% 20% 20%;box-shadow:0 30px 50px rgba(0,0,0,.3)}.trainer-avatar span{font-size:.68rem;letter-spacing:.2em}.trainer-avatar strong{font-size:3.4rem;letter-spacing:-.08em}.trainer-avatar small{opacity:.6}.video-caption{position:absolute;z-index:3;left:24px;right:24px;bottom:20px;padding:12px 14px;color:white;background:rgba(7,13,25,.78);border-radius:11px;text-align:center;font-size:.9rem}.video-play{position:absolute;z-index:4;width:58px;height:58px;color:#17243b;background:var(--lime);border:0;border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.28);font-size:1.2rem;cursor:pointer}.consult-panel{padding:30px;display:flex;flex-direction:column}.consult-title{display:flex;align-items:center;gap:10px}.trainer-dot{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;background:#17243b;font-weight:900}.consult-title small,.consult-title h2{display:block;margin:0}.consult-title small{color:var(--muted)}.verified-chip{margin-left:auto;padding:5px 8px;border-radius:999px;color:#176643;background:#e4f6ec;font-size:.72rem;font-weight:850}.dog-context{margin:24px 0 14px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;background:#f4f6fa;border-radius:13px;font-size:.82rem}.dog-context button{border:0;background:transparent;font-weight:850}.prompt-chips{display:flex;gap:7px;overflow-x:auto}.prompt-chips button{flex:0 0 auto;padding:8px 10px;color:#3d4a60;border:1px solid #dce1e9;border-radius:999px;background:white;font-size:.76rem;cursor:pointer}#aiConsultForm{margin-top:auto}#aiConsultForm label{display:block;margin-bottom:7px;font-size:.83rem;font-weight:850}#aiConsultForm>div{display:flex;gap:7px}#aiConsultForm input{min-width:0;flex:1;padding:13px;border:1px solid #d5dbe6;border-radius:12px}#aiConsultForm button{padding:0 16px;border:0;border-radius:12px;color:white;background:var(--blue);font-weight:850}.answer-policy{display:flex;gap:7px;margin:12px 0 0;color:#687287;font-size:.75rem}.answer-policy .icon{flex:0 0 auto}.trainer-channel-section{margin-top:38px}.academy-text-button{border:0;color:var(--blue);background:transparent;font-weight:850;cursor:pointer}.trainer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trainer-card{overflow:hidden;border:1px solid #e0e4eb;border-radius:22px;background:white}.trainer-card-visual{height:190px;padding:19px;display:flex;flex-direction:column;justify-content:end;color:white;background:linear-gradient(135deg,#273b5d,#162137)}.trainer-card-visual.talez{background:linear-gradient(145deg,#2255f6,#17243b)}.trainer-card-visual.global{background:linear-gradient(145deg,#ff8c39,#b84327)}.trainer-card-visual.sport{background:linear-gradient(145deg,#358f6c,#183d35)}.trainer-card-visual span{margin-bottom:auto;font-size:.68rem;font-weight:900;letter-spacing:.08em}.trainer-card-visual strong{font-size:2.5rem;letter-spacing:-.07em}.trainer-card-visual small{opacity:.8}.trainer-card-body{padding:17px}.trainer-card-body>div{display:flex;justify-content:space-between;color:var(--muted);font-size:.68rem}.live-badge{color:#176643!important;font-weight:900}.trainer-card h3{margin:12px 0 6px;font-size:1.05rem}.trainer-card p{min-height:61px;margin:0;color:var(--muted);font-size:.82rem}.trainer-card button{width:100%;margin-top:14px;padding:11px;border:1px solid #cad4f6;border-radius:11px;color:var(--blue);background:#f3f6ff;font-weight:850;cursor:pointer}.academy-system{margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dce1e9;border-radius:20px;background:white;overflow:hidden}.academy-system>div{padding:20px;border-right:1px solid #e4e7ed}.academy-system>div:last-child{border:0}.academy-system span{color:var(--blue);font-size:.75rem;font-weight:900}.academy-system b{display:block;margin:7px 0 5px}.academy-system p{margin:0;color:var(--muted);font-size:.78rem}.consult-message{margin:16px 0;padding:13px 15px;border-radius:15px}.consult-message.user{margin-left:42px;background:#eef3ff}.consult-message.ai{display:flex;gap:10px;background:#f3f5f8}.consult-message p{margin:5px 0}.consult-message small{color:var(--muted)}.consult-confidence{display:flex;justify-content:space-between;align-items:center;margin:15px 0;padding:13px;border:1px solid #dce4df;border-radius:12px}.consult-confidence span>*{display:block}.consult-confidence small{color:var(--muted)}.consult-confidence strong{color:#176643;font-size:1.3rem}.trainer-review-request{width:100%;margin-top:9px;padding:10px;border:0;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.studio-status{margin:18px 0;padding:17px;border-radius:16px;background:#eef3ff}.studio-status>div{display:flex;justify-content:space-between}.studio-status strong{font-size:1.35rem;color:var(--blue)}.studio-status progress{width:100%;accent-color:var(--blue)}.studio-status p{margin:7px 0 0;color:var(--muted);font-size:.8rem}.studio-actions{display:grid;gap:8px}.studio-actions>button{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:13px;text-align:left;border:1px solid #e0e4ec;border-radius:13px;background:white;cursor:pointer}.studio-actions>button>span{color:var(--blue);font-weight:900}.studio-actions b,.studio-actions small{display:block}.studio-actions small{color:var(--muted)}.studio-actions>button>strong{font-size:.78rem}.studio-test-box{margin-top:18px;padding-top:17px;border-top:1px solid #e2e5ec}.studio-test-box label{font-weight:850}.studio-test-box textarea{width:100%;min-height:80px;margin:7px 0;padding:12px;border:1px solid #d5dbe6;border-radius:12px}.studio-test-box>button{width:100%;padding:12px;border:0;border-radius:12px;color:white;background:#17243b;font-weight:850}.studio-test-box #studioTestResult{margin-top:12px;padding:13px;border-radius:12px;background:#f4f6f8}.studio-test-box #studioTestResult p{font-size:.85rem}.studio-test-box #studioTestResult>div{display:flex;gap:8px}.studio-test-box #studioTestResult button{flex:1;padding:9px;border:1px solid #ccd3de;border-radius:9px;background:white;font-weight:800}
@media(max-width:760px){.academy-entry{margin:14px 18px;padding:23px;display:block}.academy-entry button{margin-top:18px}.academy-page{padding:22px 18px 50px}.academy-head{display:block}.academy-head h1{font-size:2.65rem}.academy-controls{margin-top:17px}.ai-stage{grid-template-columns:1fr}.ai-video-card{min-height:390px}.consult-panel{min-height:390px;padding:22px}.trainer-grid{grid-template-columns:1fr}.academy-system{grid-template-columns:1fr 1fr}.academy-system>div{border-bottom:1px solid #e4e7ed}.academy-system>div:nth-child(2){border-right:0}.quick-links{grid-template-columns:repeat(5,minmax(108px,1fr));overflow-x:auto}.bottom-nav{grid-template-columns:repeat(5,1fr)}}

@media (max-width: 390px) {
  .topbar { grid-template-columns: auto 1fr auto; }
  .location-button { font-size: .88rem; }
  .intro { padding-top: 17px; }
  h1 { font-size: 2.15rem; }
  .walk-photo { min-height: 195px; }
  .walk-photo figcaption span { display: none; }
  .product-card { flex-basis: 88%; }
  .floating-add { padding: 12px 14px; font-size: .86rem; }
  .trust-card { gap: 14px; }
  .fee-badge { width: 54px; height: 54px; font-size: 1.2rem; }
  .page-header { flex-direction: column; gap: 12px; }.place-list { grid-template-columns: 1fr; }.place-card em { max-width: none; }.wallet-card { align-items: flex-start; }.wallet-card button { padding: 0 10px; font-size: .75rem; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

/* ShareDog Journal — editorial art direction */
:root { --ink:#201f1b; --blue:#8d2f25; --blue-dark:#5f211b; --lime:#d7cfb6; --sky:#e8e2d6; --paper:#f1eee6; --white:#fbfaf6; --muted:#716e65; --line:#d5d0c4; --orange:#b75b34; --shadow:0 18px 45px rgba(35,32,25,.12); }
body { background:#d8d3c8; color:var(--ink); }
.app-shell { width:min(100%,1240px); background:var(--paper); }
.topbar { height:76px; padding:0 34px; background:rgba(241,238,230,.94); border-bottom:1px solid #aaa496; }
.brand-logo { width:116px; filter:saturate(.72) contrast(1.08); }
.location-button { font-size:.76rem; letter-spacing:.06em; text-transform:uppercase; }
.round-button { border-color:#bcb6a9; border-radius:0; background:transparent; }
h1,.section-heading h2,.trust-card h2,.hub-title h2,.page-header h1,.event-editorial-head h1,dialog h2 { font-family:Georgia,"Times New Roman","Noto Serif KR",serif; font-weight:600; }
main { padding-bottom:140px; }
.intro { grid-template-columns:1fr 1.05fr; gap:52px; padding:58px 48px 34px; border-bottom:1px solid var(--ink); }
.intro-copy { padding:34px 0; }
.eyebrow,.section-kicker { color:var(--blue); font-size:.72rem; letter-spacing:.13em; }
.eyebrow span { width:5px;height:5px;background:var(--blue);box-shadow:none; }
h1 { font-size:clamp(3rem,6.2vw,5.4rem); line-height:.98; letter-spacing:-.07em; }
h1 em { color:var(--blue); }
.intro-description { max-width:520px;margin-top:28px;font-family:Georgia,"Noto Serif KR",serif;font-size:1rem;line-height:1.85; }
.walk-photo { min-height:450px;border-radius:0;box-shadow:none; }
.walk-photo img { filter:saturate(.7) sepia(.12) contrast(1.04); }
.walk-photo figcaption { left:0;right:auto;bottom:0;width:72%;padding:15px 17px;border-radius:0;background:rgba(32,31,27,.9); }
.magazine-deck { display:grid;grid-template-columns:.85fr .85fr 1.3fr;margin:0 48px 38px;border-bottom:1px solid var(--ink); }
.magazine-deck>div,.magazine-deck>button { min-height:150px;padding:22px;border:0;border-right:1px solid #bdb6a8;background:transparent;text-align:left; }
.magazine-deck>button { border-right:0;color:var(--white);background:var(--blue);cursor:pointer; }
.magazine-deck span,.magazine-deck p,.magazine-deck b,.magazine-deck small,.magazine-deck strong,.magazine-deck em { display:block; }
.magazine-deck span,.magazine-deck small { color:var(--blue);font-size:.67rem;font-weight:900;letter-spacing:.12em; }
.magazine-deck p { margin:22px 0 5px;font-size:.68rem;font-weight:900;letter-spacing:.12em; }
.magazine-deck b,.magazine-deck strong { font-family:Georgia,"Noto Serif KR",serif;font-size:1.05rem;line-height:1.45; }
.magazine-deck>button small { color:#e4c9c1; }.magazine-deck>button strong { margin:17px 0;color:white;font-size:1.35rem; }.magazine-deck>button em { color:#ead8d0;font-size:.74rem;font-style:normal; }
.discovery { padding:8px 48px 38px; }
.search-box { max-width:none;height:55px;border:0;border-bottom:1px solid var(--ink);border-radius:0;background:transparent;box-shadow:none; }
.search-box kbd { color:var(--ink);background:var(--lime); }
.category-row { margin:14px 0 38px; }
.chip { border-radius:0;border-color:#bdb7aa;background:transparent;font-size:.78rem; }
.chip.active { border-color:var(--ink);background:var(--ink); }
.section-heading { padding-bottom:14px;border-bottom:3px double var(--ink); }
.section-heading h2 { font-size:1.9rem; }
.view-switch { border-radius:0;background:#ddd8cd; }.view-switch button,.view-switch button.active { border-radius:0; }
.product-grid { grid-template-columns:repeat(4,1fr);gap:1px;background:var(--ink);border:1px solid var(--ink); }
.product-card { border:0;border-radius:0;background:var(--white); }
.product-card:hover { transform:none;box-shadow:none; }.product-card:hover .product-art { filter:brightness(.92); }
.product-art { height:205px; }.product-art::after { inset:0;border:0;border-radius:0; }
.art-harness { background:linear-gradient(135deg,#35505a,#192c34); }.art-stroller { background:linear-gradient(135deg,#3d3932,#171714); }.art-toy { background:linear-gradient(135deg,#b9773a,#7c3c21); }.art-recovery { background:linear-gradient(135deg,#765f66,#3d3037); }
.art-label { left:18px;top:15px; }.heart { right:13px;top:12px;border-radius:0;background:rgba(248,245,238,.9); }
.product-info { padding:18px; }.product-info h3 { font-family:Georgia,"Noto Serif KR",serif;font-size:1.05rem; }.fit-tags span { border-radius:0;background:#e9e4da; }.point-earn { color:var(--blue); }.one-line-review { font-family:Georgia,"Noto Serif KR",serif;line-height:1.65; }
.trust-card { margin:24px 48px 0;border-radius:0;background:var(--ink); }.fee-badge { border-radius:0;background:#d7cfb6;transform:none; }
.talez-hub { margin:1px 48px 0;border:1px solid var(--ink);border-radius:0;background:#ddd6c4; }.hub-benefits div { border-radius:0;background:rgba(251,250,246,.48); }.hub-map-button { border-radius:0;background:var(--blue); }
.bottom-nav { width:min(100%,1240px);height:78px;background:rgba(247,245,239,.96);border-top:1px solid var(--ink); }.nav-add { border-radius:0;background:var(--blue); }
.floating-add { border-radius:0;background:var(--blue);box-shadow:0 8px 22px rgba(87,33,27,.25); }
dialog,.sheet,.center-dialog { border-radius:0; }.primary-button,.soft-button,.form-sheet input,.form-sheet textarea,.form-sheet select,.agreement-row,.fee-summary { border-radius:0; }

.event-page { min-height:calc(100dvh - 76px);padding:54px 48px 30px; }
.event-editorial-head { display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end;padding-bottom:30px;border-bottom:1px solid var(--ink); }
.event-editorial-head h1 { margin:0;font-size:clamp(3.2rem,6vw,5.7rem);line-height:.92;letter-spacing:-.07em; }
.event-intro p { margin:0 0 22px;color:var(--muted);font-family:Georgia,"Noto Serif KR",serif;line-height:1.8; }
.event-intro>span { display:flex;align-items:center;gap:9px;font-size:.72rem; }.event-intro i { width:7px;height:7px;border-radius:50%;background:#3a8b5c;box-shadow:0 0 0 5px rgba(58,139,92,.13); }
.event-toolbar { display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 0; }
.event-filters { display:flex;gap:7px;overflow-x:auto;scrollbar-width:none; }.event-filters button { flex:0 0 auto;padding:8px 13px;border:1px solid #aaa496;border-radius:0;background:transparent;font-size:.74rem;font-weight:800;cursor:pointer; }.event-filters button.active { color:white;border-color:var(--ink);background:var(--ink); }
.event-date-filter { display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.72rem;font-weight:800; }.event-date-filter input { padding:8px 10px;border:1px solid #aaa496;border-radius:0;background:transparent; }
.event-layout { display:grid;grid-template-columns:1.6fr .8fr;min-height:620px;border:1px solid var(--ink); }
.event-map-frame { position:relative;min-height:620px;overflow:hidden;background:#d8ddd6;border-right:1px solid var(--ink); }
.event-map-canvas { position:absolute;inset:0;z-index:2; }.event-map-canvas:empty { display:none; }
.event-map-fallback { position:absolute;inset:0;overflow:hidden;background:#e7e5de; }
.event-map-fallback .osm-controls { top:16px; }
.event-marker { position:absolute;z-index:4;width:34px;height:34px;border:2px solid var(--white);border-radius:50%;color:white;background:var(--blue);box-shadow:0 5px 16px rgba(32,31,27,.28);font-size:.68rem;font-weight:900;cursor:pointer;transform:translate(-50%,-50%); }.event-marker.show { background:#303e35; }.event-marker.culture { background:#a96a2f; }.event-marker.active { width:42px;height:42px;outline:5px solid rgba(141,47,37,.18); }
.map-key { position:absolute;z-index:5;left:18px;bottom:18px;display:flex;gap:12px;padding:9px 11px;background:rgba(251,250,246,.9);border:1px solid #aaa496;font-size:.66rem; }.map-key span { display:flex;align-items:center;gap:5px; }.map-key i { width:8px;height:8px;border-radius:50%;background:var(--blue); }.map-key i.show { background:#303e35; }.map-key i.culture { background:#a96a2f; }
.event-agenda { min-width:0;background:var(--white); }.agenda-head { display:flex;align-items:end;justify-content:space-between;padding:24px;border-bottom:1px solid var(--ink); }.agenda-head small { color:var(--blue);font-weight:900;letter-spacing:.12em; }.agenda-head h2 { margin:2px 0 0;font-family:Georgia,"Noto Serif KR",serif;font-size:1.65rem; }.agenda-head>strong { font-family:Georgia,serif;font-size:2rem; }
.event-list { max-height:545px;overflow-y:auto; }.event-card { width:100%;display:grid;grid-template-columns:66px 1fr;gap:14px;padding:20px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;cursor:pointer; }.event-card:hover,.event-card.active { background:#ece7dc; }.event-date-box { height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--ink); }.event-date-box b { font-family:Georgia,serif;font-size:1.7rem;line-height:1; }.event-date-box small { margin-top:4px;font-size:.62rem;letter-spacing:.08em; }.event-card-copy { min-width:0; }.event-card-copy small { color:var(--blue);font-size:.68rem;font-weight:900;letter-spacing:.06em; }.event-card-copy b { display:block;margin:5px 0;font-family:Georgia,"Noto Serif KR",serif;font-size:1rem;line-height:1.35; }.event-card-copy span { display:block;color:var(--muted);font-size:.74rem; }.event-card-copy em { display:inline-block;margin-top:8px;padding:3px 6px;color:#40634c;background:#e0eadf;font-size:.64rem;font-style:normal;font-weight:800; }
.event-loading { padding:55px 20px;text-align:center;color:var(--muted); }.event-loading span { display:block;width:25px;height:25px;margin:0 auto 12px;border:2px solid #c7c1b5;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite; }@keyframes spin{to{transform:rotate(360deg)}}
.source-note { display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:22px 0;border-bottom:3px double var(--ink); }.source-note b { font-family:Georgia,"Noto Serif KR",serif; }.source-note p { margin:0;color:var(--muted);font-size:.78rem; }.source-note a { color:var(--blue);font-size:.75rem;font-weight:900;text-decoration:none; }
.event-detail-hero { padding-bottom:20px;border-bottom:3px double var(--ink); }.event-detail-hero small { color:var(--blue);font-weight:900;letter-spacing:.12em; }.event-detail-hero h2 { margin:7px 45px 8px 0;font-size:2rem;line-height:1.15; }.event-detail-hero p { margin:0;color:var(--muted); }.event-facts { display:grid;grid-template-columns:auto 1fr;gap:10px 18px;padding:20px 0;border-bottom:1px solid var(--line); }.event-facts span { color:var(--muted); }.event-facts strong { text-align:right; }.event-official-link { display:grid;place-items:center;min-height:52px;margin-top:18px;color:white;background:var(--blue);text-decoration:none;font-weight:900; }

@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.event-layout{grid-template-columns:1fr}.event-map-frame{min-height:470px;border-right:0;border-bottom:1px solid var(--ink)}.event-list{max-height:none}.event-editorial-head{gap:30px}.talez-hub{grid-template-columns:1fr}.magazine-deck{grid-template-columns:1fr 1fr}.magazine-deck>button{grid-column:1/-1}.source-note{grid-template-columns:1fr;gap:7px}}
@media(max-width:760px){.topbar{height:64px;padding:0 16px}.intro{grid-template-columns:1fr;padding:28px 17px 22px;gap:20px}.intro-copy{padding:8px 0}.walk-photo{min-height:280px}.magazine-deck{margin:0 17px 28px}.magazine-deck>div,.magazine-deck>button{padding:16px;min-height:130px}.discovery{padding:6px 17px 24px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:0;padding:0;overflow:visible}.product-card{min-width:0;}.product-art{height:150px}.product-info{padding:13px}.one-line-review{font-size:.72rem}.trust-card,.talez-hub{margin-left:17px;margin-right:17px}.event-page{padding:30px 17px 24px}.event-editorial-head{grid-template-columns:1fr;gap:20px}.event-editorial-head h1{font-size:3.2rem}.event-toolbar{align-items:flex-start;flex-direction:column}.event-date-filter{width:100%;justify-content:space-between}.event-layout{min-height:0}.event-map-frame{min-height:390px}.event-map-fallback::before{left:25%;width:50%}.source-note{padding-bottom:16px}.page-surface{padding:28px 17px}.bottom-nav{height:74px}}
@media(max-width:390px){.magazine-deck{grid-template-columns:1fr}.magazine-deck>button{grid-column:auto}.magazine-deck>div{border-right:0;border-bottom:1px solid #bdb6a8}.product-grid{grid-template-columns:1fr}.product-art{height:210px}.event-card{grid-template-columns:58px 1fr;padding:16px}.event-date-box{height:60px}.event-editorial-head h1{font-size:2.8rem}.map-key{right:12px;left:12px;justify-content:center}}

/* ShareDog icon system — clean, rounded line icons */
.icon {
  width: 1em;
  height: 1em;
  display: block;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.location-button > .icon { width: 16px; height: 16px; }
.location-button > .icon-caret { width: 13px; height: 13px; margin-left: 1px; }
.round-button { display: grid; place-items: center; border-radius: 50%; background: rgba(251,250,246,.72); }
.round-button > .icon { width: 20px; height: 20px; }
.search-box > .icon { width: 22px; height: 22px; color: var(--blue); }
.fit-chip { display: inline-flex; align-items: center; gap: 7px; }
.fit-chip .icon { width: 15px; height: 15px; }
.art-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  filter: none;
  transform: none;
  backdrop-filter: blur(5px);
}
.art-icon .icon { width: 45px; height: 45px; stroke-width: 1.55; }
.heart { display: grid; place-items: center; color: var(--ink); border-radius: 50%; }
.heart .icon { width: 18px; height: 18px; }
.heart.liked .icon { fill: currentColor; }
.price-row > span,.detail-price > span { display: inline-flex; align-items: center; gap: 4px; }
.icon-rating { width: 13px; height: 13px; fill: currentColor; stroke-width: 1.6; }
.place-pin > span { border-radius: 50%; }
.place-pin > span .icon { width: 14px; height: 14px; }
.empty-state .empty-icon { width: 50px; height: 50px; display: grid; place-items: center; margin: 0 auto; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.empty-state .empty-icon .icon { width: 25px; height: 25px; }
.floating-add { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; }
.floating-add > .icon { width: 18px; height: 18px; }
.floating-add > span { font-size: inherit; }
.bottom-nav span { display: grid; place-items: center; }
.bottom-nav span > .icon { width: 21px; height: 21px; stroke-width: 1.7; }
.bottom-nav .nav-add { width: 34px; height: 34px; border-radius: 50%; }
.bottom-nav .nav-add .icon { width: 20px; height: 20px; }
.avatar .icon { width: 24px; height: 24px; }
.info-card > span .icon { width: 27px; height: 27px; }
.mini-art .icon { width: 27px; height: 27px; }
.transaction-card > strong { display: inline-flex; align-items: center; gap: 2px; }
.transaction-card > strong .icon { width: 14px; height: 14px; }
.empty-box > span { width: 46px; height: 46px; display: grid; place-items: center; margin: 0 auto; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; }
.empty-box > span .icon { width: 23px; height: 23px; }
.guide-list b .icon { width: 17px; height: 17px; }
.notification-list button > span:first-child .icon { width: 19px; height: 19px; color: var(--blue); }
.upload-zone > span { gap: 8px; }
.upload-zone > span .icon { width: 24px; height: 24px; }
.place-detail-hero > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.place-detail-hero > span .icon { width: 24px; height: 24px; }
.detail-product-icon { width: 64px; height: 64px; stroke-width: 1.45; }
.dog-profile b .icon { width: 19px; height: 19px; }
.timeline span .icon { width: 14px; height: 14px; }
.delivery-journey { margin:18px 0;padding:18px 16px 14px;border:1px solid #dce4f1;border-radius:18px;background:linear-gradient(180deg,#f8faff,#fff); }
.delivery-route { position:relative;height:66px;margin:0 8px; }
.delivery-route::before,.route-progress { position:absolute;left:0;right:0;top:29px;height:4px;border-radius:8px;background:#dce3ee;content:""; }
.route-progress { right:auto;width:52%;background:var(--blue);transition:width .8s ease; }
.moving-dog-profile { position:absolute;z-index:2;left:52%;top:3px;width:49px;height:49px;padding:3px;border-radius:50%;background:white;box-shadow:0 5px 15px rgba(31,69,168,.23);transform:translateX(-50%);transition:left .8s ease; }
.moving-dog-profile img { width:100%;height:100%;display:block;border-radius:50%;object-fit:cover;object-position:45% 74%; }
.delivery-journey.is-moving .moving-dog-profile { animation:dog-travel 1.15s ease-in-out infinite alternate; }
.delivery-journey.is-arrived .route-progress { width:100%;background:#16a06a; }
.delivery-journey.is-arrived .moving-dog-profile { left:100%;box-shadow:0 5px 15px rgba(22,160,106,.25); }
.route-start,.route-end { position:absolute;bottom:0;color:var(--muted);font-size:.66rem;font-style:normal;font-weight:850; }
.route-start { left:0; }.route-end { right:0; }
.delivery-status { display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:7px;margin-top:4px; }
.delivery-status b { color:var(--blue);font-size:.83rem; }.is-arrived .delivery-status b { color:#087a47; }
.delivery-status small { color:var(--muted);font-size:.72rem;text-align:right; }
.status-pulse { width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 0 rgba(34,85,246,.32);animation:status-pulse 1.4s infinite; }
.is-arrived .status-pulse { background:#16a06a;animation:none; }
@keyframes dog-travel { from { transform:translate(-54%,-2px) rotate(-2deg); } to { transform:translate(-46%,2px) rotate(2deg); } }
@keyframes status-pulse { 70% { box-shadow:0 0 0 7px rgba(34,85,246,0); } 100% { box-shadow:0 0 0 0 rgba(34,85,246,0); } }
@media (prefers-reduced-motion: reduce) { .moving-dog-profile,.route-progress,.status-pulse { animation:none!important;transition:none!important; } }
.star-picker button { display: grid; place-items: center; padding: 5px; }
.star-picker button .icon { width: 28px; height: 28px; }
.star-picker button.active .icon { fill: currentColor; }
.magazine-deck em,.source-note a,.event-official-link { display: inline-flex; align-items: center; gap: 6px; }
.magazine-deck em .icon,.source-note a .icon,.event-official-link .icon { width: 14px; height: 14px; }
.hub-map-button span { display: inline-flex; justify-content: center; }
.hub-map-button span .icon { width: 18px; height: 18px; }

.mobile-home-controls { display: none; }

@media (max-width: 760px) {
  body { background: var(--paper); }
  .app-shell { min-height: 100dvh; }
  .topbar {
    height: 60px;
    padding: 0 14px;
    grid-template-columns: auto 1fr auto;
    background: rgba(247,245,239,.96);
    border-bottom-color: rgba(32,31,27,.14);
  }
  .brand-logo { width: 96px; }
  .location-button { font-size: .75rem; letter-spacing: 0; text-transform: none; }
  .round-button { width: 38px; height: 38px; }
  main { padding-bottom: 94px; }

  [data-page="home"] { display: flex; flex-direction: column; }
  .mobile-home-controls {
    display: block;
    order: 1;
    padding: 15px 16px 12px;
    background: var(--paper);
  }
  .mobile-home-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
  .mobile-home-heading small,.mobile-home-heading strong { display: block; }
  .mobile-home-heading small { margin-bottom: 2px; color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
  .mobile-home-heading strong { font-family: Georgia,"Noto Serif KR",serif; font-size: 1.08rem; letter-spacing: -.025em; }
  .mobile-home-heading > button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 13px;
    border: 0;
    border-radius: 999px;
    color: white;
    background: var(--blue);
    font-size: .78rem;
    font-weight: 850;
    cursor: pointer;
  }
  .mobile-home-heading > button .icon { width: 16px; height: 16px; }
  .mobile-search-box {
    height: 50px;
    margin-top: 12px;
    padding: 0 14px;
    border: 1px solid #c9c4b8;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0 5px 18px rgba(32,31,27,.06);
  }
  .mobile-search-box input { font-size: 1rem; }
  .mobile-category-row {
    gap: 7px;
    margin: 10px -16px 0;
    padding: 0 16px 4px;
    scroll-padding-inline: 16px;
  }
  .mobile-category-row .chip {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border-color: #c9c4b8;
    background: rgba(251,250,246,.7);
    font-size: .8rem;
  }
  .mobile-category-row .chip.active { border-color: var(--ink); background: var(--ink); }
  .desktop-discovery-controls { display: none; }

  .intro {
    order: 2;
    grid-template-columns: minmax(0,1fr) 112px;
    align-items: center;
    gap: 14px;
    padding: 11px 16px 17px;
    border: 0;
  }
  .intro-copy { min-width: 0; padding: 0; }
  .intro .eyebrow { margin: 0 0 7px; font-size: .61rem; letter-spacing: .08em; }
  .intro h1 { margin: 0; font-size: 1.62rem; line-height: 1.08; letter-spacing: -.055em; word-break: keep-all; }
  .intro-description { display: none; }
  .walk-photo { min-height: 112px; height: 112px; border-radius: 16px; overflow: hidden; }
  .walk-photo figcaption { display: none; }

  .discovery { order: 3; padding: 8px 16px 14px; }
  .section-heading {
    align-items: center;
    margin: 0 0 12px;
    padding: 10px 0 11px;
    border-bottom: 1px solid var(--ink);
  }
  .section-heading .section-kicker { display: none; }
  .section-heading h2 { font-size: 1.38rem; letter-spacing: -.04em; }
  .view-switch { min-width: 112px; padding: 2px; border-radius: 12px; }
  .view-switch button,.view-switch button.active { min-height: 36px; padding: 0 11px; border-radius: 10px; font-size: .78rem; }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 11px;
    border: 0;
    background: transparent;
  }
  .product-card {
    min-height: 174px;
    display: grid;
    grid-template-columns: 124px minmax(0,1fr);
    border: 1px solid #cec9bd;
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 5px 16px rgba(32,31,27,.045);
  }
  .product-art {
    height: 100%;
    min-height: 174px;
    border-right: 1px solid rgba(255,255,255,.24);
  }
  .product-info { min-width: 0; padding: 14px 13px 13px; }
  .product-info h3 { margin-bottom: 8px; font-size: .95rem; line-height: 1.35; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .product-info .distance { font-size: .69rem; }
  .fit-tags { gap: 4px; margin-bottom: 9px; }
  .fit-tags span { padding: 4px 6px; font-size: .65rem; border-radius: 6px; }
  .price-row strong { font-size: .98rem; }
  .price-row > span { font-size: .72rem; }
  .point-earn { margin: 6px 0 0; font-size: .69rem; }
  .one-line-review { margin-top: 8px; font-size: .7rem; line-height: 1.45; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .art-icon { width: 58px; height: 58px; }
  .art-icon .icon { width: 31px; height: 31px; }
  .art-label { left: 10px; top: 10px; font-size: .56rem; }
  .heart { right: 9px; top: 9px; width: 32px; height: 32px; }
  .heart .icon { width: 16px; height: 16px; }
  .map-panel { height: 350px; margin-bottom: 8px; border-radius: 18px; }

  .magazine-deck {
    order: 4;
    display: block;
    margin: 13px 16px 18px;
    border: 0;
  }
  .magazine-deck > div { display: none; }
  .magazine-deck > button {
    width: 100%;
    min-height: 104px;
    padding: 16px 18px;
    border: 0;
    border-radius: 18px;
  }
  .magazine-deck > button strong { margin: 8px 0 7px; font-size: 1.15rem; }
  .magazine-deck > button em { display: inline-flex; }

  .trust-card { order: 5; margin: 0 16px; padding: 18px; gap: 13px; border-radius: 18px; }
  .fee-badge { width: 52px; height: 52px; flex: 0 0 auto; border-radius: 14px; font-size: 1.12rem; }
  .trust-card h2 { font-size: 1.2rem; }
  .trust-card > div:last-child p { font-size: .67rem; }
  .trust-card > div:last-child span { font-size: .76rem; line-height: 1.5; }
  .talez-hub { order: 6; margin: 12px 16px 0; padding: 18px; gap: 14px; border-radius: 18px; }
  .hub-title h2 { font-size: 1.35rem; line-height: 1.22; }
  .hub-benefits { grid-template-columns: 1fr 1fr; gap: 7px; }
  .hub-benefits div { min-height: 88px; padding: 11px; border-radius: 12px; }
  .hub-map-button { min-height: 48px; border-radius: 13px; }
  .legal-footer { order: 7; padding-top: 17px; }
  .floating-add { display: none; }
  .bottom-nav { height: calc(70px + env(safe-area-inset-bottom)); padding: 7px 12px env(safe-area-inset-bottom); border-top-color: rgba(32,31,27,.18); }
  .bottom-nav a,.bottom-nav button { min-height: 54px; gap: 4px; font-size: .7rem; }
}

@media (max-width: 380px) {
  .intro { grid-template-columns: minmax(0,1fr) 96px; }
  .walk-photo { min-height: 100px; height: 100px; }
  .product-card { grid-template-columns: 108px minmax(0,1fr); }
  .product-info { padding-left: 12px; padding-right: 11px; }
}

/* Pet-fair brand reviews */
.brand-page { min-height: calc(100dvh - 76px); padding: 54px 48px 110px; background: #f7f5ef; }
.brand-review-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; max-width: 1180px; margin: 0 auto 28px; padding-bottom: 30px; border-bottom: 1px solid var(--ink); }
.brand-review-hero h1 { max-width: 780px; margin: 6px 0 14px; color: var(--ink); font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .96; letter-spacing: -.07em; }
.brand-review-hero h1 em { color: var(--blue); font-style: normal; }
.brand-review-hero p:not(.section-kicker) { max-width: 700px; margin: 0; color: #596170; line-height: 1.75; }
.brand-write-button { display: inline-flex; align-items: center; gap: 8px; min-height: 54px; padding: 0 20px; border: 1px solid var(--ink); color: white; background: var(--ink); font-weight: 850; cursor: pointer; }
.brand-write-button .icon { width: 18px; height: 18px; }
.brand-toolbar { display: grid; grid-template-columns: minmax(240px, 1.4fr) minmax(180px, .8fr) minmax(180px, .8fr); gap: 10px; max-width: 1180px; margin: 0 auto 12px; }
.brand-toolbar label { display: flex; align-items: center; gap: 8px; min-height: 52px; padding: 0 14px; border: 1px solid #cfc9bd; background: white; color: #657082; font-size: .72rem; font-weight: 800; }
.brand-toolbar input,.brand-toolbar select { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; font-size: .88rem; }
.brand-search .icon { width: 18px; height: 18px; }
.brand-summary { display: grid; grid-template-columns: 150px 150px 1fr; max-width: 1180px; margin: 0 auto 18px; border: 1px solid var(--ink); background: var(--lime); }
.brand-summary > div { padding: 14px 18px; border-right: 1px solid var(--ink); }
.brand-summary small,.brand-summary strong { display: block; }
.brand-summary small { font-size: .68rem; font-weight: 800; }
.brand-summary strong { margin-top: 2px; font-size: 1.45rem; }
.brand-summary p { display: flex; align-items: center; gap: 8px; margin: 0; padding: 14px 18px; font-size: .8rem; font-weight: 750; }
.brand-summary p .icon { width: 18px; height: 18px; }
.brand-review-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; max-width: 1180px; margin: 0 auto; }
.brand-card { min-width: 0; border: 1px solid var(--ink); background: white; }
.brand-card-head { display: grid; grid-template-columns: 56px 1fr auto; gap: 13px; align-items: center; padding: 18px; border-bottom: 1px solid #d9d4ca; }
.brand-monogram { display: grid; place-items: center; width: 56px; height: 56px; color: white; background: var(--blue); font-size: 1.2rem; font-weight: 900; }
.brand-card-head small,.brand-card-head b { display: block; }
.brand-card-head small { color: #707887; font-size: .7rem; }
.brand-card-head b { margin-top: 3px; font-size: 1.12rem; }
.brand-score { text-align: right; }
.brand-score strong { display: block; color: var(--blue); font-size: 1.6rem; }
.brand-score span { font-size: .7rem; font-weight: 800; }
.brand-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-bottom: 1px solid #d9d4ca; }
.brand-metrics div { padding: 12px 6px; text-align: center; border-right: 1px solid #ebe7df; }
.brand-metrics div:last-child { border-right: 0; }
.brand-metrics dt { color: #747d8c; font-size: .65rem; }
.brand-metrics dd { margin: 3px 0 0; font-weight: 900; }
.brand-review-copy { padding: 17px 18px 18px; }
.brand-review-copy > p { margin: 0 0 12px; line-height: 1.65; }
.brand-review-copy > small { color: #737b88; }
.brand-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.brand-tags span { padding: 5px 8px; color: #243047; background: #edf0f5; font-size: .68rem; font-weight: 800; }
.brand-product { display: inline-block; margin-bottom: 10px; color: var(--blue); font-size: .75rem; font-weight: 850; }
.brand-empty { grid-column: 1 / -1; padding: 70px 20px; border: 1px dashed #bdb6a8; text-align: center; background: rgba(255,255,255,.5); }
.brand-empty span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 15px; color: white; background: var(--blue); border-radius: 50%; }
.brand-empty .icon { width: 28px; height: 28px; }
.brand-empty h2 { margin: 0 0 7px; font-size: 1.25rem; }
.brand-empty p { margin: 0 0 18px; color: #687181; }
.brand-empty button { padding: 11px 16px; border: 0; color: white; background: var(--ink); font-weight: 800; cursor: pointer; }
.brand-review-dialog { width: min(calc(100% - 24px), 720px); max-height: min(90dvh, 900px); padding: 28px; overflow-y: auto; }
.brand-review-dialog form > h2 { margin: 5px 0 5px; font-size: 1.8rem; }
.brand-review-dialog form > label,.brand-review-dialog .form-row label,.brand-rating-grid label { display: grid; gap: 6px; color: #4f5a6d; font-size: .75rem; font-weight: 850; }
.brand-review-dialog input,.brand-review-dialog select,.brand-review-dialog textarea { width: 100%; min-height: 45px; padding: 10px 11px; border: 1px solid #d5d9e0; background: white; font: inherit; }
.brand-review-dialog textarea { min-height: 112px; resize: vertical; }
.brand-rating-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 13px 0; }
.brand-highlights { display: flex; flex-wrap: wrap; gap: 7px; margin: 13px 0; padding: 12px; border: 1px solid #d5d9e0; }
.brand-highlights legend { padding: 0 5px; color: #4f5a6d; font-size: .75rem; font-weight: 850; }
.brand-highlights label { display: flex; align-items: center; gap: 5px; padding: 7px 9px; background: #f1f2f4; font-size: .72rem; }
.brand-highlights input,.recommend-check input { width: auto; min-height: auto; }
.recommend-check { display: flex !important; align-items: center; gap: 10px !important; margin: 13px 0 16px; padding: 12px; background: #f0f4ff; }
.recommend-check span,.recommend-check b,.recommend-check small { display: block; }
.recommend-check small { margin-top: 2px; color: #747d8c; font-weight: 500; }
.event-review-link { width: 100%; min-height: 50px; margin-top: 10px; border: 1px solid var(--ink); color: var(--ink); background: var(--lime); font-weight: 850; cursor: pointer; }

@media (min-width: 761px) { .quick-links { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 760px) {
  .brand-page { padding: 30px 17px 96px; }
  .brand-review-hero { grid-template-columns: 1fr; gap: 20px; }
  .brand-review-hero h1 { font-size: 3rem; }
  .brand-write-button { justify-content: center; width: 100%; }
  .brand-toolbar { grid-template-columns: 1fr; }
  .brand-summary { grid-template-columns: 1fr 1fr; }
  .brand-summary p { grid-column: 1 / -1; border-top: 1px solid var(--ink); }
  .brand-review-list { grid-template-columns: 1fr; }
  .brand-review-dialog { padding: 24px 18px; }
  .brand-rating-grid { grid-template-columns: 1fr 1fr; }
  .quick-links { grid-template-columns: repeat(4, 1fr); }
}

/* ShareDog simple home — product-first, mobile-first */
[data-page="home"] {
  background: #f6f3ec;
}

.simple-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 34px;
  align-items: center;
  padding: 42px 48px 28px;
}

.simple-hero-copy {
  min-width: 0;
}

.simple-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.simple-kicker span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3b8d5d;
  box-shadow: 0 0 0 5px rgba(59,141,93,.11);
}

.simple-hero h1 {
  max-width: 650px;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(2.65rem, 5vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -.065em;
}

.simple-hero-copy > p:not(.simple-kicker) {
  max-width: 560px;
  margin: 20px 0 0;
  color: #625f58;
  font-size: 1rem;
  line-height: 1.75;
  word-break: keep-all;
}

.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

.hero-actions button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 13px;
  font-size: .9rem;
  font-weight: 850;
  cursor: pointer;
}

.hero-actions .icon {
  width: 18px;
  height: 18px;
}

.hero-primary {
  border: 1px solid var(--ink);
  color: white;
  background: var(--ink);
}

.hero-secondary {
  border: 1px solid #bdb7aa;
  color: var(--ink);
  background: rgba(251,250,246,.82);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  color: #777268;
  font-size: .75rem;
  font-weight: 750;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hero-trust .icon {
  width: 14px;
  height: 14px;
  color: var(--blue);
}

.simple-hero-photo {
  position: relative;
  height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #d6d0c3;
}

.simple-hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.simple-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(22,21,18,.68));
}

.simple-hero-photo figcaption {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: white;
}

.simple-hero-photo figcaption span,
.simple-hero-photo figcaption strong {
  display: block;
}

.simple-hero-photo figcaption span {
  margin-bottom: 4px;
  color: #e2d9c6;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .05em;
}

.simple-hero-photo figcaption strong {
  font-size: 1rem;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 48px 30px;
}

.quick-links button {
  min-width: 0;
  min-height: 88px;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  padding: 15px;
  text-align: left;
  border: 1px solid #d2cdc1;
  border-radius: 16px;
  background: rgba(251,250,246,.82);
  cursor: pointer;
}

.quick-links button > span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border-radius: 12px;
  background: #ebe5d9;
}

.quick-links button > span .icon {
  width: 21px;
  height: 21px;
}

.quick-links b {
  align-self: end;
  font-size: .88rem;
}

.quick-links small {
  align-self: start;
  color: #777268;
  font-size: .7rem;
}

[data-page="home"] .discovery {
  padding: 30px 48px 42px;
  border-top: 1px solid #c6c0b4;
  background: #fbfaf6;
}

[data-page="home"] .desktop-discovery-controls {
  display: block;
}

[data-page="home"] .search-box {
  max-width: none;
  height: 54px;
  border-color: #cfc9bd;
  border-radius: 14px;
  box-shadow: none;
}

[data-page="home"] .category-row {
  margin: 11px 0 25px;
}

[data-page="home"] .chip {
  min-height: 38px;
  padding: 0 14px;
  border-color: #d3cec3;
  border-radius: 999px;
  background: white;
  font-size: .8rem;
}

[data-page="home"] .section-heading {
  align-items: center;
  margin-bottom: 16px;
}

[data-page="home"] .section-heading h2 {
  font-family: inherit;
  font-size: 1.55rem;
  letter-spacing: -.04em;
}

[data-page="home"] .section-kicker {
  margin-bottom: 3px;
  font-size: .67rem;
}

[data-page="home"] .product-grid {
  gap: 12px;
  border: 0;
  background: transparent;
}

[data-page="home"] .product-card {
  border: 1px solid #d6d1c6;
  border-radius: 17px;
  background: white;
  box-shadow: 0 5px 18px rgba(32,31,27,.04);
}

[data-page="home"] .product-art {
  height: 168px;
}

[data-page="home"] .product-info {
  padding: 15px;
}

.simple-benefits {
  margin: 24px 48px 0;
  padding: 28px;
  border-radius: 22px;
  color: white;
  background: var(--ink);
}

.benefit-heading p {
  margin: 0 0 5px;
  color: #d7cfb6;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.benefit-heading h2 {
  margin: 0;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: 1.65rem;
  line-height: 1.2;
  letter-spacing: -.04em;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 22px;
}

.benefit-list > div {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
}

.benefit-list span,
.benefit-list b,
.benefit-list small {
  display: block;
}

.benefit-list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  color: var(--ink);
  border-radius: 10px;
  background: #d7cfb6;
}

.benefit-list span .icon {
  width: 18px;
  height: 18px;
}

.benefit-list b {
  font-size: .88rem;
}

.benefit-list small {
  margin-top: 4px;
  color: #c7c2b8;
  font-size: .7rem;
  line-height: 1.45;
}

.benefit-map-button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 15px;
  border: 0;
  border-radius: 13px;
  color: var(--ink);
  background: #d7cfb6;
  font-size: .8rem;
  font-weight: 850;
  cursor: pointer;
}

.benefit-map-button .icon {
  width: 17px;
  height: 17px;
}

.regional-partners { margin:18px 48px 0;padding:22px;border:1px solid #d6d1c6;border-radius:22px;background:#fbfaf6; }
.regional-partners > header { display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px; }.regional-partners > header h2 { margin:0;font-family:Georgia,"Noto Serif KR",serif;font-size:1.45rem;letter-spacing:-.04em; }.regional-partners > header > span { color:var(--muted);font-size:.73rem; }
.regional-partner-list { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px; }.partner-loading { grid-column:1/-1;margin:0;padding:18px;color:var(--muted);text-align:center; }
.regional-partner-card { position:relative;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:16px;color:var(--ink);border:1px solid #ddd8cc;border-radius:16px;background:white;text-decoration:none; }.regional-partner-card:hover { border-color:#9aaea6;box-shadow:0 7px 18px rgba(32,31,27,.07); }.regional-partner-card.is-preparing { background:#f2f0ea; }
.regional-partner-mark { width:46px;height:46px;display:grid;place-items:center;color:white;border-radius:15px 15px 15px 5px;background:var(--blue);font-size:.75rem;font-weight:950; }.regional-partner-card.is-preparing .regional-partner-mark { background:#687287; }
.regional-partner-copy small,.regional-partner-copy b,.regional-partner-copy span { display:block; }.regional-partner-copy small { color:var(--blue);font-size:.66rem;font-weight:900; }.regional-partner-copy b { margin:2px 0;font-size:.94rem; }.regional-partner-copy span { overflow:hidden;color:var(--muted);font-size:.7rem;text-overflow:ellipsis;white-space:nowrap; }.regional-partner-status { position:absolute;right:12px;top:11px;padding:3px 7px;color:#246b4b;border-radius:99px;background:#dff2e8;font-size:.62rem;font-style:normal;font-weight:900; }.regional-partner-card.is-preparing .regional-partner-status { color:#745f35;background:#f4e8ca; }

@media (max-width: 760px) {
  [data-page="home"] {
    display: flex;
    flex-direction: column;
  }

  .simple-hero { order: 1; }
  .quick-links { order: 2; }
  [data-page="home"] .discovery { order: 3; }
  .simple-benefits { order: 4; }
  .regional-partners { order: 5; }
  [data-page="home"] .legal-footer { order: 6; }

  .simple-hero {
    grid-template-columns: minmax(0, 1fr) 108px;
    gap: 14px;
    padding: 20px 16px 16px;
  }

  .simple-kicker {
    margin-bottom: 8px;
    font-size: .66rem;
  }

  .simple-hero h1 {
    font-size: 1.73rem;
    line-height: 1.08;
  }

  .simple-hero-copy > p:not(.simple-kicker),
  .hero-trust {
    display: none;
  }

  .hero-actions {
    gap: 7px;
    margin-top: 14px;
  }

  .hero-actions button {
    min-height: 42px;
    padding: 0 12px;
    border-radius: 11px;
    font-size: .75rem;
  }

  .hero-actions button .icon {
    width: 15px;
    height: 15px;
  }

  .simple-hero-photo {
    height: 154px;
    border-radius: 16px;
  }

  .simple-hero-photo figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .simple-hero-photo figcaption span {
    margin: 0;
    font-size: .58rem;
    line-height: 1.3;
  }

  .simple-hero-photo figcaption strong {
    display: none;
  }

  .quick-links {
    gap: 7px;
    margin: 0 16px 18px;
  }

  .quick-links button {
    min-height: 78px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    padding: 11px;
    border-radius: 14px;
  }

  .quick-links button > span {
    width: 28px;
    height: 28px;
    margin-bottom: 3px;
    border-radius: 9px;
  }

  .quick-links button > span .icon {
    width: 16px;
    height: 16px;
  }

  .quick-links b {
    font-size: .77rem;
  }

  .quick-links small {
    display: none;
  }

  [data-page="home"] .discovery {
    padding: 20px 16px 25px;
  }

  [data-page="home"] .desktop-discovery-controls {
    display: block;
  }

  [data-page="home"] .search-box {
    height: 49px;
    padding: 0 13px;
    border-radius: 13px;
  }

  [data-page="home"] .search-box kbd {
    display: none;
  }

  [data-page="home"] .category-row {
    gap: 7px;
    margin: 9px -16px 18px;
    padding: 0 16px 3px;
  }

  [data-page="home"] .section-heading {
    margin: 0 0 12px;
    padding: 0 0 11px;
  }

  [data-page="home"] .section-heading .section-kicker {
    display: block;
  }

  [data-page="home"] .section-heading h2 {
    font-size: 1.3rem;
  }

  [data-page="home"] .product-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  [data-page="home"] .product-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 166px;
    border-radius: 16px;
  }

  [data-page="home"] .product-art {
    height: 100%;
    min-height: 166px;
  }

  [data-page="home"] .product-info {
    padding: 13px 12px;
  }

  .simple-benefits {
    margin: 14px 16px 0;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .regional-partners { margin:12px 16px 0;padding:17px 14px;border-radius:18px; }.regional-partners > header { display:block; }.regional-partners > header > span { display:block;margin-top:4px; }.regional-partner-list { grid-template-columns:1fr; }.regional-partner-card { padding:14px; }
  [data-page="home"] .legal-footer { padding:20px 16px 0; }.legal-footer-links { gap:5px; }.legal-business-info p span { display:block;margin:2px 0 0; }

  .benefit-heading h2 {
    font-size: 1.38rem;
  }

  .benefit-list {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 16px;
  }

  .benefit-list > div {
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 11px;
    padding: 11px;
  }

  .benefit-list span {
    grid-row: 1 / 3;
    width: 36px;
    height: 36px;
    margin: 0;
  }

  .benefit-list b {
    align-self: end;
  }

  .benefit-list small {
    align-self: start;
    margin: 1px 0 0;
  }
}

/* Commercial operations and trust states */
.service-status-banner {
  margin: 0 48px 18px; padding: 15px 17px; display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 13px; align-items: center;
  border: 1px solid #b8cbd2; background: #f7fbfc;
}
.service-status-icon { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; }
.service-status-icon .icon { width: 21px; height: 21px; }
.service-status-banner b,.service-status-banner small { display: block; }
.service-status-banner small { margin-top: 3px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.service-status-banner button { padding: 8px 10px; border: 1px solid #b8cbd2; color: var(--blue-dark); background: white; font-size: .75rem; font-weight: 850; cursor: pointer; }
.service-status-list { display: grid; gap: 8px; margin-top: 20px; }
.service-status-row { display: grid; grid-template-columns: 74px 1fr; gap: 10px; align-items: center; padding: 13px; border: 1px solid var(--line); background: white; }
.service-status-row span { padding: 4px 7px; text-align: center; color: #7c5429; background: #fff0db; font-size: .68rem; font-weight: 900; }
.service-status-row.ready span { color: #315a4a; background: #dfeee7; }
.service-status-row b { font-size: .88rem; }
.account-signin { display: grid; place-items: center; margin-top: 20px; text-decoration: none; }
.account-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .76rem; }
.report-link { display: block; margin: 13px 0 0 auto; padding: 7px 0; border: 0; color: #7b5a5f; background: transparent; font-size: .72rem; text-decoration: underline; cursor: pointer; }
.demo-product::before { content: "서비스 예시"; position: absolute; z-index: 6; left: 10px; top: 10px; padding: 4px 7px; color: white; background: rgba(20,43,64,.86); font-size: .62rem; font-weight: 900; }
.demo-content-note { margin: 12px 0; padding: 10px 12px; color: #6b583e; background: #fff5e8; border: 1px solid #e2cdaa; font-size: .76rem; }
.brand-review-copy .report-link { margin-top: 8px; }
.listing-facts { display: grid; grid-template-columns: 100px 1fr; gap: 0; margin: 12px 0; border: 1px solid var(--line); }
.listing-facts span,.listing-facts b { padding: 10px 12px; border-bottom: 1px solid var(--line); font-size: .78rem; }
.listing-facts span { color: var(--muted); background: #eef3f5; }
.listing-facts b:nth-last-child(-n+2),.listing-facts span:nth-last-child(-n+2) { border-bottom: 0; }
.deal-service-notice { margin: 12px 0; padding: 11px 12px; color: #6b583e; background: #fff5e8; border: 1px solid #e2cdaa; font-size: .76rem; line-height: 1.5; }
.review-consent { background: #eaf3ef; }
.my-listing-list { display: grid; gap: 9px; }
.my-listing-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 17px; border: 1px solid var(--line); background: white; }
.my-listing-card b,.my-listing-card small { display: block; }
.my-listing-card b { margin: 7px 0 3px; }
.my-listing-card small,.my-listing-card p { color: var(--muted); font-size: .74rem; }
.my-listing-card p { margin: 7px 0 0; color: #8a4f54; }
.listing-status { display: inline-block; padding: 4px 7px; color: #6c592d; background: #fff0c9; font-size: .65rem; font-weight: 900; }
.listing-status.status-published { color: #315a4a; background: #dfeee7; }
.listing-status.status-rejected { color: #8a424a; background: #fae4e6; }
.my-listing-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.my-listing-actions button { padding: 7px 9px; border: 1px solid #b9c8cf; color: var(--blue-dark); background: white; font-size: .7rem; font-weight: 800; cursor: pointer; }
.my-listing-actions button.danger { color: #9b4b53; border-color: #dfc0c4; }
.notification-placeholder { display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; padding: 16px; border: 1px solid var(--line); background: white; }
.notification-placeholder > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); background: var(--sky); border-radius: 50%; }
.notification-placeholder p { margin: 0; }
.notification-placeholder b,.notification-placeholder small { display: block; }
.notification-placeholder small { margin-top: 3px; color: var(--muted); font-size: .72rem; }

@media (max-width: 760px) {
  .service-status-banner { margin: 0 16px 14px; grid-template-columns: 38px minmax(0,1fr) auto; padding: 13px; }
  .service-status-icon { width: 38px; height: 38px; }
  .service-status-banner small { font-size: .72rem; }
  .my-listing-card { grid-template-columns: 1fr; }
  .my-listing-actions { justify-content: flex-start; }
}

@media (max-width: 380px) {
  .simple-hero {
    grid-template-columns: 1fr;
  }

  .simple-hero-photo {
    display: none;
  }

  .hero-actions button {
    flex: 1;
  }
}

/* 관심 상품 매칭 알림 */
.wanted-alert-cta {
  width: 100%; display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: 13px;
  margin: 0 0 28px; padding: 15px 17px; color: var(--ink); background: #eef2df; border: 1px solid #b9c48b;
  border-radius: 16px; text-align: left; cursor: pointer;
}
.wanted-alert-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); border-radius: 50%; }
.wanted-alert-icon .icon { width: 20px; height: 20px; }
.wanted-alert-cta > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.wanted-alert-cta b { font-size: .94rem; }
.wanted-alert-cta small { color: #626857; font-size: .76rem; line-height: 1.45; }
.wanted-alert-cta > strong { display: inline-flex; align-items: center; gap: 4px; font-size: .78rem; white-space: nowrap; }
.wanted-alert-cta > strong .icon { width: 16px; height: 16px; }
.empty-alert-button { margin-top: 12px; padding: 10px 14px; color: white; background: var(--ink); border: 0; border-radius: 11px; font-size: .78rem; font-weight: 850; cursor: pointer; }

.my-tabs { grid-template-columns: repeat(4, 1fr); max-width: 680px; }
.wanted-panel-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 22px 0 14px; padding-bottom: 14px; border-bottom: 3px double var(--ink); }
.wanted-panel-head small { color: var(--blue); font-size: .67rem; font-weight: 900; letter-spacing: .12em; }
.wanted-panel-head h2 { margin: 4px 0 3px; font-size: 1.45rem; }
.wanted-panel-head p { margin: 0; color: var(--muted); font-size: .78rem; }
.wanted-panel-head > button { min-height: 42px; display: inline-flex; align-items: center; gap: 5px; padding: 0 14px; color: white; background: var(--ink); border: 0; border-radius: 12px; font-size: .78rem; font-weight: 850; cursor: pointer; }
.wanted-panel-head > button .icon { width: 16px; height: 16px; }
.wanted-list { display: grid; gap: 9px; }
.wanted-loading,.wanted-empty { padding: 32px 18px; color: var(--muted); background: white; border: 1px dashed #c7ceda; border-radius: 16px; text-align: center; font-size: .82rem; }
.wanted-empty button { margin-top: 12px; padding: 10px 14px; color: white; background: var(--blue); border: 0; border-radius: 10px; font-size: .76rem; font-weight: 850; cursor: pointer; }
.wanted-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 15px; }
.wanted-card.off { opacity: .62; }
.wanted-card-main { min-width: 0; }
.wanted-card-title { display: flex; align-items: center; gap: 7px; }
.wanted-card-title b { overflow: hidden; font-size: .94rem; text-overflow: ellipsis; white-space: nowrap; }
.wanted-card-title i { padding: 3px 7px; color: #415400; background: #e9f4ba; border-radius: 999px; font-size: .63rem; font-style: normal; font-weight: 900; white-space: nowrap; }
.wanted-card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.wanted-card-tags span { padding: 4px 7px; color: #5d6677; background: #f1f3f7; border-radius: 6px; font-size: .68rem; }
.wanted-card-match { margin: 9px 0 0; color: var(--blue); font-size: .72rem; font-weight: 800; }
.wanted-card-actions { display: flex; align-items: center; gap: 5px; }
.wanted-card-actions button { min-height: 34px; padding: 0 9px; border: 1px solid var(--line); border-radius: 9px; background: white; color: var(--ink); font-size: .7rem; font-weight: 800; cursor: pointer; }
.wanted-card-actions button[data-wanted-delete] { width: 34px; padding: 0; color: #9a3d35; font-size: 1.1rem; }

.wanted-dialog-copy { margin: -10px 0 16px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.wanted-notice-preview { display: grid; grid-template-columns: 38px 1fr; gap: 10px; margin: 18px 0; padding: 13px; background: #eef2df; border: 1px solid #cbd3aa; }
.wanted-notice-preview > span { width: 36px; height: 36px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; }
.wanted-notice-preview .icon { width: 18px; height: 18px; }
.wanted-notice-preview p { display: flex; flex-direction: column; gap: 2px; margin: 0; }
.wanted-notice-preview b { font-size: .78rem; }
.wanted-notice-preview small { color: #626857; font-size: .72rem; line-height: 1.45; }
.notification-list button.match-notification { position: relative; }
.notification-list button.match-notification.unread::after { content: ""; position: absolute; top: 17px; right: 2px; width: 7px; height: 7px; background: var(--blue); border-radius: 50%; }
.notification-empty { padding: 26px 8px; color: var(--muted); text-align: center; font-size: .8rem; }

@media (max-width: 760px) {
  .wanted-alert-cta { grid-template-columns: 40px minmax(0,1fr); margin: 2px 0 21px; padding: 13px; border-radius: 15px; }
  .wanted-alert-icon { width: 38px; height: 38px; }
  .wanted-alert-cta > strong { grid-column: 2; justify-self: start; margin-top: -3px; color: var(--blue); }
  .wanted-alert-cta small { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .my-tabs { overflow-x: auto; grid-template-columns: repeat(4, minmax(78px,1fr)); }
  .wanted-panel-head { align-items: center; }
  .wanted-panel-head p { display: none; }
  .wanted-card { grid-template-columns: 1fr; gap: 10px; }
  .wanted-card-actions { justify-content: flex-end; }
}

/* ShareDog trust palette — calm navy, clear blue, reassuring sage */
:root {
  --ink: #142b40;
  --blue: #256483;
  --blue-dark: #163e59;
  --lime: #d8e7e0;
  --sky: #e8f0f4;
  --paper: #f2f6f7;
  --white: #fbfdfd;
  --muted: #60717e;
  --line: #cfdade;
  --orange: #a8643c;
  --shadow: 0 18px 42px rgba(20,43,64,.11);
}

body {
  background: #e4ecef;
  color: var(--ink);
}

.app-shell {
  background: var(--paper);
  box-shadow: 0 0 48px rgba(20,43,64,.1);
}

.topbar {
  background: rgba(242,246,247,.95);
  border-bottom-color: #b7c5cc;
}

.round-button {
  color: var(--ink);
  border-color: #b9c8cf;
  background: rgba(255,255,255,.78);
}

.notice-dot {
  background: #3d8b6b;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(37,100,131,.26);
  outline-offset: 2px;
}

[data-page="home"] {
  background: #edf3f5;
}

.simple-kicker,
.eyebrow,
.section-kicker,
.distance,
.point-earn,
.agenda-head small,
.event-card-copy small,
.source-note a,
.wanted-panel-head small,
.wanted-card-match {
  color: var(--blue);
}

.simple-kicker span,
.eyebrow span,
.distance span,
.event-intro i {
  background: #3d8b6b;
}

.simple-hero h1 em,
h1 em {
  color: var(--blue-dark);
}

.simple-hero-photo::after {
  background: linear-gradient(180deg, transparent 40%, rgba(10,31,48,.78));
}

.simple-hero-photo figcaption span {
  color: #dce9e5;
}

.hero-primary,
.primary-button,
.event-official-link,
.floating-add,
.wanted-panel-head > button,
.wanted-empty button {
  color: white;
  background: var(--blue);
}

.hero-primary {
  border-color: var(--blue);
}

.hero-secondary {
  border-color: #b9c7cd;
  background: rgba(255,255,255,.86);
}

.hero-trust {
  color: #5f717d;
}

.quick-links button {
  border-color: #c6d2d7;
  background: rgba(255,255,255,.82);
  box-shadow: 0 7px 18px rgba(20,43,64,.035);
}

.quick-links button > span {
  color: var(--blue-dark);
  background: var(--sky);
}

.quick-links small {
  color: var(--muted);
}

[data-page="home"] .discovery {
  border-top-color: #bccad0;
  background: #f9fbfb;
}

[data-page="home"] .search-box,
.form-sheet input,
.form-sheet textarea,
.form-sheet select {
  border-color: #c4d0d5;
  background: white;
}

.search-box kbd,
.fit-tags span,
.wanted-card-tags span {
  color: #405869;
  background: #e9f0f3;
}

.chip,
.event-filters button {
  border-color: #c4d0d5;
  background: rgba(255,255,255,.76);
}

.chip.active,
.event-filters button.active {
  color: white;
  border-color: var(--blue-dark);
  background: var(--blue-dark);
}

.fit-chip {
  color: var(--blue-dark);
  border-color: #aac3cf;
  background: #edf5f7;
}

.view-switch {
  background: #dfe8eb;
}

.view-switch button.active {
  color: var(--blue-dark);
  background: white;
}

[data-page="home"] .product-card,
.wanted-card,
.chat-card,
.transaction-card,
.place-card,
.wallet-card,
.info-card,
.empty-box {
  border-color: #cfdbdf;
  background: white;
  box-shadow: 0 5px 18px rgba(20,43,64,.045);
}

.art-harness {
  background: linear-gradient(135deg, #397691, #183f56);
}

.art-stroller {
  background: linear-gradient(135deg, #435b70, #1b3043);
}

.art-toy {
  background: linear-gradient(135deg, #668574, #365947);
}

.art-recovery {
  background: linear-gradient(135deg, #718198, #40546b);
}

.heart {
  color: var(--ink);
  background: rgba(255,255,255,.92);
}

.heart.liked {
  color: #b54f5e;
}

.simple-benefits,
.trust-card {
  background: var(--ink);
}

.benefit-heading p,
.trust-card > div:last-child p {
  color: #b9d6cd;
}

.benefit-list > div {
  border-color: rgba(216,231,224,.18);
  background: rgba(216,231,224,.07);
}

.benefit-list span,
.fee-badge,
.benefit-map-button {
  color: var(--ink);
  background: var(--lime);
}

.benefit-list small {
  color: #c3d1d6;
}

.bottom-nav {
  background: rgba(247,250,250,.96);
  border-top-color: #b9c7cd;
}

.bottom-nav .active {
  color: var(--blue);
}

.nav-add {
  background: var(--blue);
}

.page-surface,
.event-page {
  background: var(--paper);
}

.event-layout,
.event-date-box {
  border-color: #9fb1ba;
}

.event-agenda,
.sheet,
.center-dialog {
  background: var(--white);
}

.event-card:hover,
.event-card.active {
  background: #e8f0f2;
}

.event-marker {
  background: var(--blue);
}

.event-marker.show,
.map-key i.show {
  background: #3f5e55;
}

.event-marker.culture,
.map-key i.culture {
  background: #8b6a4c;
}

.event-marker.active {
  outline-color: rgba(37,100,131,.2);
}

.map-key {
  border-color: #aebdc4;
  background: rgba(251,253,253,.92);
}

.wanted-alert-cta,
.wanted-notice-preview {
  color: var(--ink);
  border-color: #b7ccc3;
  background: #eaf3ef;
}

.wanted-alert-icon,
.wanted-notice-preview > span {
  color: var(--blue-dark);
  background: #d8e7e0;
  border-color: #aac2b8;
}

.wanted-alert-cta small,
.wanted-notice-preview small {
  color: #587066;
}

.wanted-card-title i {
  color: #315a4a;
  background: #dfeee7;
}

.wanted-card-actions button[data-wanted-delete] {
  color: #a14d55;
}

@media (max-width: 760px) {
  body {
    background: var(--paper);
  }

  .topbar {
    background: rgba(242,246,247,.97);
    border-bottom-color: #c4d0d5;
  }
}
.care-network{margin-top:22px;padding:24px;border:1px solid #dce1e9;border-radius:24px;background:white}.care-head{display:flex;justify-content:space-between;align-items:end;gap:20px}.care-head h2{margin:0;font-size:1.6rem;letter-spacing:-.045em}.care-head p:last-child{margin:6px 0;color:var(--muted)}.role-switch{display:flex;padding:4px;border-radius:12px;background:#eef1f5}.role-switch button{padding:9px 12px;border:0;border-radius:9px;background:transparent;font-weight:850}.role-switch button.active{color:white;background:#17243b}.care-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.video-analysis-card,.urgent-care-card{overflow:hidden;border:1px solid #e1e5ec;border-radius:18px}.analysis-preview{position:relative;height:150px;display:grid;place-items:center;color:white;background:linear-gradient(140deg,#2b4567,#162138);overflow:hidden}.analysis-preview>div{text-align:center}.analysis-preview .icon{width:34px;height:34px}.analysis-preview b,.analysis-preview small{display:block}.scan-line{position:absolute;left:0;right:0;top:50%;height:2px;background:#d7ff45;box-shadow:0 0 18px #d7ff45}.analysis-body{padding:16px}.analysis-body h3{margin:0}.analysis-body ul{padding:0;list-style:none}.analysis-body li{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid #edf0f4;font-size:.78rem}.analysis-body li span{color:var(--muted)}.analysis-body button,.urgent-primary{width:100%;padding:11px;border:0;border-radius:11px;color:white;background:var(--blue);font-weight:850}.urgent-care-card{padding:20px;background:#fff8f5;border-color:#f0d4c7}.urgent-label{color:#b44531;font-size:.74rem;font-weight:900}.urgent-care-card h3{margin:7px 0 14px}.symptom-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.symptom-grid button{padding:9px;border:1px solid #efc9ba;border-radius:10px;background:white;font-size:.78rem;font-weight:800}.urgent-care-card>p{color:#875f52;font-size:.77rem}.urgent-primary{background:#b74431}.nearby-care{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.nearby-care>button{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:13px;text-align:left;border:1px solid #e0e4eb;border-radius:14px;background:white}.nearby-care>button>strong{grid-column:2;color:var(--blue);font-size:.72rem}.nearby-care b,.nearby-care small{display:block}.nearby-care small{color:var(--muted);font-size:.7rem}.care-place-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:white;background:#17243b;font-size:.65rem;font-weight:900}.care-place-icon.memorial{background:#806e91}.care-place-icon.record{background:#30775e}.analysis-options{display:flex;gap:12px}.care-video-status{margin:12px 0;padding:12px;border-radius:11px;background:#f1f4f8;color:var(--muted);font-size:.8rem}.urgent-alert{margin:16px 0;padding:15px;border-left:4px solid #ba3f2d;background:#fff3ed}.urgent-alert p{margin:5px 0 0}.urgent-steps{padding:0;list-style:none}.urgent-steps li{display:flex;gap:10px;margin:10px 0}.urgent-steps li>span{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;color:white;background:#17243b;font-weight:900}.urgent-steps b,.urgent-steps small{display:block}.urgent-steps small{color:var(--muted)}.evidence-button{margin-top:8px;padding:0;border:0;color:var(--blue);background:transparent;text-align:left;font-size:.78rem;font-weight:850}.evidence-list article{padding:14px 0;border-bottom:1px solid #e4e7ed}.evidence-list span{color:var(--blue);font-size:.72rem;font-weight:900}.evidence-list b{display:block;margin:4px 0}.evidence-list p{margin:0;color:var(--muted);font-size:.8rem}
@media(max-width:760px){.care-head{display:block}.role-switch{margin-top:13px}.care-grid,.nearby-care{grid-template-columns:1fr}.analysis-body li{display:block}.founding-banner{grid-template-columns:1fr}}
.care-world{margin-top:22px;padding:25px;border-radius:24px;color:white;background:#101a2d}.care-world>header{display:flex;align-items:end;justify-content:space-between;gap:20px}.care-world h2{margin:0;font-size:1.65rem}.care-world header p:last-child{max-width:620px;color:#b9c7df}.care-world header button{padding:11px 13px;border:1px solid rgba(255,255,255,.25);border-radius:11px;color:white;background:rgba(255,255,255,.08);font-weight:850}.world-map{position:relative;height:390px;margin:20px 0;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:radial-gradient(circle,#203a6b 0,#17243b 36%,#0d1525 72%);overflow:hidden}.world-orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(215,255,69,.18);border-radius:50%;transform:translate(-50%,-50%)}.orbit-one{width:370px;height:240px}.orbit-two{width:680px;height:350px}.world-center{position:absolute;left:50%;top:50%;width:150px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(215,255,69,.55);border-radius:50%;background:#17243b;box-shadow:0 0 55px rgba(34,85,246,.5);transform:translate(-50%,-50%)}.world-center strong{font-size:1.35rem}.world-center span{color:var(--lime);font-size:.68rem;letter-spacing:.1em}.world-center small{margin-top:8px;color:#90a2c0;font-size:.5rem}.world-store{position:absolute;padding:12px 14px;text-align:left;border:1px solid rgba(255,255,255,.2);border-radius:13px;color:white;background:#29415f;box-shadow:0 10px 25px rgba(0,0,0,.24)}.world-store span,.world-store b,.world-store small{display:block}.world-store span{color:var(--lime);font-size:.6rem;font-weight:900}.world-store small{color:#bdc9dc}.world-store.hot{left:7%;top:14%;background:#2255f6}.world-store.vet{right:7%;top:16%;background:#246a59}.world-store.memorial{right:13%;bottom:11%;background:#765f83}.world-store:not(.hot):not(.vet):not(.memorial){left:13%;bottom:12%}.world-economy{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden}.world-economy>div{padding:15px;border-right:1px solid rgba(255,255,255,.12)}.world-economy>div:last-child{border:0}.world-economy span{color:var(--lime);font-size:.7rem;font-weight:900}.world-economy b{display:block;margin:5px 0}.world-economy p{margin:0;color:#aebcd2;font-size:.72rem}.fee-preview{display:grid;gap:8px;margin:18px 0}.fee-preview>div{padding:13px;border:1px solid #e0e4eb;border-radius:12px}.fee-preview span{color:var(--blue);font-size:.72rem;font-weight:900}.fee-preview b,.fee-preview small{display:block}.fee-preview small{color:var(--muted)}.demand-formula{padding:15px;border-radius:13px;background:#f2f5fb}.demand-formula p{display:flex;flex-wrap:wrap;gap:6px}.demand-formula span{padding:5px 8px;border-radius:999px;background:white;font-size:.72rem;font-weight:800}.demand-formula small{color:var(--muted)}.scale-lanes{margin:17px 0}.scale-lanes ol{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:0;list-style:none}.scale-lanes li{padding:10px;border-radius:10px;background:#f1f3f7;font-size:.72rem;font-weight:800}.scale-lanes li span{display:block;color:var(--blue)}
@media(max-width:760px){.care-world>header{display:block}.care-world header button{margin-top:10px}.world-map{height:440px}.world-center{width:120px;height:120px}.orbit-one{width:260px}.orbit-two{width:500px}.world-store{max-width:130px}.world-store.hot{left:3%}.world-store.vet{right:3%}.world-store.memorial{right:5%;bottom:7%}.world-store:not(.hot):not(.vet):not(.memorial){left:5%;bottom:7%}.world-economy{grid-template-columns:1fr 1fr}.world-economy>div{border-bottom:1px solid rgba(255,255,255,.12)}.scale-lanes ol{grid-template-columns:1fr 1fr}}
.hero-ai-overlay{position:absolute;z-index:2;left:18px;right:18px;top:18px;padding:14px;color:white;border:1px solid rgba(255,255,255,.24);border-radius:14px;background:rgba(13,27,48,.7);backdrop-filter:blur(10px)}.hero-ai-overlay span,.hero-ai-overlay b,.hero-ai-overlay small{display:block}.hero-ai-overlay span{color:var(--lime);font-size:.68rem;font-weight:900;letter-spacing:.06em}.hero-ai-overlay span i{display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#42df94}.hero-ai-overlay b{margin:7px 0;font-size:1.05rem;line-height:1.35}.hero-ai-overlay small{color:#d7e1f0;font-size:.7rem}.quick-links{grid-template-columns:repeat(5,1fr)}
@media(max-width:760px){[data-page="home"] .simple-hero{order:1}[data-page="home"] .service-status-banner{order:2}[data-page="home"] .quick-links{order:3}[data-page="home"] .academy-entry{order:4}[data-page="home"] .discovery{order:5}[data-page="home"] .simple-benefits{order:6}[data-page="home"] .regional-partners{order:7}[data-page="home"] .legal-footer{order:8}.hero-ai-overlay{left:7px;right:7px;top:7px;padding:8px}.hero-ai-overlay b{font-size:.72rem}.hero-ai-overlay small{display:none}.hero-ai-overlay span{font-size:.52rem}.quick-links{grid-template-columns:repeat(5,minmax(105px,1fr));overflow-x:auto}}
.skill-economy{margin:18px 36px;padding:26px;border:1px solid #cbd5df;border-radius:24px;background:#fff}.skill-economy>header{display:flex;justify-content:space-between;align-items:end;gap:20px}.skill-economy h2{margin:0;font-size:1.7rem;letter-spacing:-.05em}.skill-economy header p:last-child{margin:7px 0;color:var(--muted)}.skill-economy header button{padding:10px 12px;border:0;border-radius:10px;color:white;background:var(--blue);font-weight:850}.skill-score-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:17px 0}.skill-score-grid>div{padding:15px;border-radius:14px;background:#f2f5f8}.skill-score-grid strong{display:block;color:var(--blue);font-size:1.3rem}.skill-score-grid b,.skill-score-grid small{display:block}.skill-score-grid small{margin-top:3px;color:var(--muted);font-size:.72rem}.fair-rank-rule{display:grid;grid-template-columns:auto 1fr 1px auto 1fr;gap:10px;align-items:center;padding:13px;border-radius:12px;background:#17243b;color:white}.fair-rank-rule span{color:var(--lime);font-size:.7rem;font-weight:900}.fair-rank-rule b{font-size:.78rem}.fair-rank-rule i{height:24px;background:rgba(255,255,255,.2)}.skill-note{margin:10px 0 0;color:var(--muted);font-size:.75rem}
@media(max-width:760px){[data-page="home"] .skill-economy{order:5;margin:14px 16px;padding:18px}[data-page="home"] .discovery{order:6}[data-page="home"] .simple-benefits{order:7}[data-page="home"] .regional-partners{order:8}[data-page="home"] .legal-footer{order:9}.skill-economy>header{display:block}.skill-economy header button{margin-top:8px}.skill-score-grid{grid-template-columns:1fr 1fr}.fair-rank-rule{grid-template-columns:1fr}.fair-rank-rule i{width:100%;height:1px}}
.learning-only{margin:0 0 18px;padding:14px 16px;display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;border:1px solid #b9d2c5;border-radius:15px;background:#edf7f2}.learning-only>.icon{width:28px;height:28px;color:#287456}.learning-only b{display:block}.learning-only p{margin:3px 0 0;color:#587066;font-size:.78rem}.learning-only button{padding:8px 10px;border:1px solid #a8c8b8;border-radius:9px;color:#245f47;background:white;font-weight:850}@media(max-width:760px){.learning-only{grid-template-columns:34px 1fr}.learning-only button{grid-column:2;justify-self:start}}
.service-gates{margin:14px 36px 20px}.service-gates>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:12px}.service-gates h2{margin:0;font-size:1.6rem;letter-spacing:-.045em}.service-gate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.service-gate{position:relative;min-height:230px;padding:20px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:0;border-radius:20px;color:white;overflow:hidden;cursor:pointer}.service-gate.training{background:linear-gradient(145deg,#2255f6,#17366e)}.service-gate.hospital{background:linear-gradient(145deg,#23745f,#123b34)}.service-gate.store{background:linear-gradient(145deg,#e96e32,#934022)}.gate-number{position:absolute;right:14px;top:10px;color:rgba(255,255,255,.18);font-size:3rem;font-weight:950}.gate-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:auto;border:1px solid rgba(255,255,255,.25);border-radius:13px;background:rgba(255,255,255,.12);font-size:.7rem;font-weight:950}.gate-icon .icon{width:23px;height:23px}.service-gate strong{font-size:1.55rem}.service-gate b{margin-top:2px}.service-gate p{min-height:42px;margin:7px 0 12px;color:rgba(255,255,255,.75);font-size:.78rem}.service-gate em{font-size:.78rem;font-style:normal;font-weight:900}.service-gate:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(23,36,59,.16)}
@media(max-width:760px){[data-page="home"] .service-gates{order:3;margin:0 16px 16px}[data-page="home"] .quick-links{order:4}[data-page="home"] .academy-entry{order:5}[data-page="home"] .skill-economy{order:6}[data-page="home"] .discovery{order:7}[data-page="home"] .simple-benefits{order:8}[data-page="home"] .regional-partners{order:9}[data-page="home"] .legal-footer{order:10}.service-gates h2{font-size:1.25rem}.service-gate-grid{grid-template-columns:1fr}.service-gate{min-height:160px}.service-gate p{min-height:0}.quick-links{margin-top:0}}
.portal-page{min-height:calc(100dvh - 68px);padding:38px 36px 70px;background:#f4f6fa}.portal-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}.portal-head h1{font-size:clamp(3rem,7vw,5rem)}.portal-head p:last-child{max-width:620px;color:var(--muted)}.portal-head>button{padding:12px 15px;border:0;border-radius:12px;color:white;background:var(--blue);font-weight:900}.care-portal .portal-head>button{background:#23745f}.portal-action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.portal-action-grid>button{min-height:190px;padding:18px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:1px solid #dce2e8;border-radius:18px;background:white}.portal-action-grid span{width:42px;height:42px;display:grid;place-items:center;margin-bottom:auto;border-radius:12px;color:white;background:#23745f;font-size:.7rem;font-weight:950}.portal-action-grid b,.portal-action-grid small{display:block}.portal-action-grid b{font-size:1rem}.portal-action-grid small{margin-top:5px;color:var(--muted)}.portal-trust{margin-top:14px;padding:24px;border-radius:20px;color:white;background:#17243b}.portal-trust h2{margin:0}.portal-trust p{color:#b8c5d8}.portal-trust button{padding:9px 11px;border:1px solid rgba(255,255,255,.2);border-radius:9px;color:var(--lime);background:transparent;font-weight:850}.shop-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px}.shop-choice article{min-height:310px;padding:26px;display:flex;flex-direction:column;border-radius:22px;color:white;background:linear-gradient(145deg,#2255f6,#17243b)}.shop-choice article+article{background:linear-gradient(145deg,#ed763c,#82381e)}.shop-choice span{font-size:.7rem;font-weight:950;letter-spacing:.12em}.shop-choice h2{margin:auto 0 8px;font-size:2rem}.shop-choice p{color:rgba(255,255,255,.75)}.shop-choice button{align-self:flex-start;padding:11px 13px;border:0;border-radius:10px;background:white;font-weight:900}
@media(max-width:760px){.portal-page{padding:24px 18px 50px}.portal-head{display:block}.portal-head h1{font-size:3rem}.portal-head>button{margin-top:12px}.portal-action-grid{grid-template-columns:1fr 1fr}.portal-action-grid>button{min-height:155px}.shop-choice{grid-template-columns:1fr}.shop-choice article{min-height:235px}}
.new-talent-policy,.expert-match,.pricing-settlement{margin-top:22px;padding:24px;border:1px solid #dce2ea;border-radius:22px;background:white}.new-talent-policy>div:first-child{max-width:720px}.new-talent-policy h2,.expert-match h2,.pricing-settlement h2{margin:0;font-size:1.65rem;letter-spacing:-.045em}.new-talent-policy p{color:var(--muted)}.fair-chance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:15px}.fair-chance-grid article{padding:15px;border-radius:14px;background:#f2f5f8}.fair-chance-grid strong,.fair-chance-grid b,.fair-chance-grid small{display:block}.fair-chance-grid strong{color:var(--blue);font-size:1.25rem}.fair-chance-grid small{margin-top:4px;color:var(--muted);font-size:.7rem}.expert-match>header{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end}.expert-match header p{color:var(--muted)}#expertMatchForm{display:flex;gap:7px;align-items:end;padding:10px;border-radius:14px;background:#f1f4f8}#expertMatchForm label{font-size:.72rem;font-weight:850}#expertMatchForm select{display:block;margin-top:4px;padding:9px;border:1px solid #d5dce7;border-radius:9px;background:white}#expertMatchForm button{height:40px;padding:0 12px;border:0;border-radius:9px;color:white;background:var(--blue);font-weight:850}.match-result{margin:16px 0;padding:14px 16px;border-left:4px solid var(--lime);background:#17243b;color:white}.match-result span{color:var(--lime);font-size:.7rem;font-weight:900}.match-result b{display:block;margin:3px 0}.match-result p{margin:0;color:#bdc9da;font-size:.78rem}.skill-profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.skill-profile{padding:16px;border:1px solid #e0e5ed;border-radius:18px;background:#fbfcfd}.skill-profile.is-recommended{border-color:var(--blue);box-shadow:0 0 0 3px rgba(34,85,246,.1)}.profile-head{display:flex;align-items:center;gap:9px}.profile-head>span{width:47px;height:47px;display:grid;place-items:center;border-radius:13px;color:white;background:#17243b;font-weight:900}.profile-head b,.profile-head small{display:block}.profile-head small{color:var(--muted);font-size:.68rem}.profile-head em{margin-left:auto;padding:4px 7px;border-radius:999px;color:#246b4b;background:#e3f5eb;font-size:.65rem;font-style:normal;font-weight:900}.radar-wrap{display:grid;grid-template-columns:1fr .7fr;align-items:center;margin:10px 0}.radar{width:100%;max-height:190px}.radar-grid polygon,.radar-grid line{fill:none;stroke:#d5dce7;stroke-width:1}.radar-value{fill:rgba(34,85,246,.22);stroke:#2255f6;stroke-width:2}.radar-labels{display:grid;gap:4px}.radar-labels span{font-size:.68rem;font-weight:800}.ai-level{padding:11px;border-radius:11px;background:#eef3ff}.ai-level>div{display:flex;justify-content:space-between}.ai-level span,.ai-level b{font-size:.7rem}.ai-level progress{width:100%;accent-color:var(--blue)}.ai-level small{display:block;color:var(--muted);font-size:.65rem}.profile-price{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:8px 0}.profile-price>span{padding:9px;border:1px solid #e1e5eb;border-radius:9px}.profile-price small,.profile-price b{display:block}.profile-price small{color:var(--muted);font-size:.64rem}.skill-profile>button{width:100%;padding:10px;border:0;border-radius:10px;color:white;background:var(--blue);font-weight:850}.profile-disclaimer{color:var(--muted);font-size:.7rem}.pricing-settlement>header{display:flex;justify-content:space-between;align-items:end}.pricing-settlement>header>span{color:var(--muted);font-size:.72rem}.pricing-table{margin-top:15px;border:1px solid #dce2e9;border-radius:14px;overflow:hidden}.pricing-row{display:grid;grid-template-columns:1.5fr repeat(5,1fr);gap:8px;padding:11px 13px;border-top:1px solid #e6e9ef;font-size:.72rem}.pricing-row.head{border:0;color:white;background:#17243b}.pricing-row strong{font-size:.85rem}.pricing-row> b{color:#23745f}.settlement-rule{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.settlement-rule>div{padding:13px;border-radius:12px;background:#f2f5f8}.settlement-rule p{margin:4px 0 0;color:var(--muted);font-size:.72rem}.pricing-note{color:var(--muted);font-size:.7rem}
@media(max-width:760px){.fair-chance-grid{grid-template-columns:1fr 1fr}.expert-match>header{grid-template-columns:1fr}#expertMatchForm{display:grid;grid-template-columns:1fr 1fr}#expertMatchForm button{grid-column:1/-1}.skill-profile-grid{grid-template-columns:1fr}.pricing-settlement>header{display:block}.pricing-table{overflow-x:auto}.pricing-row{min-width:760px}.settlement-rule{grid-template-columns:1fr}.radar-wrap{grid-template-columns:1fr 1fr}}
.avatar-consult{margin-top:22px;padding:24px;display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:center;border-radius:24px;color:white;background:linear-gradient(145deg,#111d33,#233f72)}.avatar-stage,.avatar-room-preview{display:grid;place-items:center;padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:radial-gradient(circle at 50% 25%,#345f9a,#14223a 70%)}.avatar-head{position:relative;width:120px;height:140px;border-radius:55% 55% 45% 45%;background:linear-gradient(#d8ff52,#94c426);box-shadow:inset 0 -18px 0 rgba(0,0,0,.12)}.avatar-head>span{position:absolute;left:50%;top:-13px;padding:5px 9px;border-radius:999px;color:white;background:#2255f6;font-size:.65rem;font-weight:950;transform:translateX(-50%)}.avatar-head i{position:absolute;top:54px;width:12px;height:16px;border-radius:50%;background:#17243b}.avatar-head i:nth-of-type(1){left:30px}.avatar-head i:nth-of-type(2){right:30px}.avatar-head:after{content:"";position:absolute;left:42px;bottom:31px;width:36px;height:13px;border-bottom:4px solid #17243b;border-radius:50%}.avatar-wave{height:28px;display:flex;align-items:center;gap:4px;margin-top:14px}.avatar-wave span{width:4px;height:10px;border-radius:4px;background:var(--lime);animation:avatarWave 1s ease-in-out infinite alternate}.avatar-wave span:nth-child(2),.avatar-wave span:nth-child(4){height:24px;animation-delay:.2s}.avatar-wave span:nth-child(3){height:17px;animation-delay:.4s}@keyframes avatarWave{to{transform:scaleY(.45)}}.avatar-stage small{color:#c4d2e5}.avatar-copy h2{margin:0;font-size:1.8rem}.avatar-copy>p:not(.section-kicker){color:#c0cee2}.privacy-chips{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0}.privacy-chips span{padding:6px 9px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:var(--lime);font-size:.7rem;font-weight:850}.vet-identity-rule{padding:11px 13px;border-left:3px solid var(--lime);background:rgba(255,255,255,.07)}.vet-identity-rule b,.vet-identity-rule span{display:block}.vet-identity-rule span{color:#c0cee2;font-size:.73rem}.avatar-copy>button{margin-top:15px;padding:11px 14px;border:0;border-radius:11px;background:var(--lime);color:#17243b;font-weight:950}.avatar-consult-dialog{max-width:600px}.avatar-room-preview{min-height:220px;color:white}.avatar-room-preview b,.avatar-room-preview small{display:block;margin-top:8px}.avatar-room-preview small{color:#c3d0e2}.room-safety{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:12px 0}.room-safety>div{padding:11px;border-radius:11px;background:#f1f4f8}.room-safety span,.room-safety b,.room-safety small{display:block}.room-safety span{color:var(--blue);font-size:.65rem;font-weight:900}.room-safety small{color:var(--muted);font-size:.65rem}.consult-mode{font-size:.75rem;font-weight:850}.consult-mode select{width:100%;margin-top:5px;padding:10px;border:1px solid #d7dde7;border-radius:10px;background:white}.vet-verification{margin-top:8px;padding:11px;border-radius:10px;color:#235e48;background:#e7f5ee}.vet-verification b,.vet-verification span{display:block}.vet-verification span{font-size:.7rem}#avatarRoomForm{margin-top:12px}#avatarRoomForm label{font-size:.75rem;font-weight:850}#avatarRoomMessage{width:100%;min-height:90px;margin-top:5px;padding:11px;box-sizing:border-box;border:1px solid #d7dde7;border-radius:10px;resize:vertical}#contactBlockNotice{padding:10px;border-radius:9px;color:#9a3f31;background:#fff0ea;font-size:.72rem}.room-policy{display:block;margin-top:10px;color:var(--muted)}.studio-milestones{display:flex;align-items:center;gap:6px;margin:14px 0}.studio-milestones span{padding:5px 8px;border-radius:999px;background:#edf0f5;font-size:.65rem;font-weight:850}.studio-milestones span.active{color:white;background:var(--blue)}.studio-milestones i{flex:1;height:2px;background:#dce2ea}
@media(max-width:760px){.avatar-consult{grid-template-columns:1fr;padding:18px}.avatar-stage{min-height:220px}.room-safety{grid-template-columns:1fr}.studio-milestones{overflow-x:auto}.studio-milestones span{white-space:nowrap}.studio-milestones i{min-width:16px}}
.credential-gate{margin-top:14px;padding:24px;display:flex;justify-content:space-between;align-items:end;gap:20px;border:1px solid #c9d9d2;border-radius:20px;background:#eaf5f0}.credential-gate h2{margin:0}.credential-gate p:last-child{max-width:720px;color:#536b61}.credential-gate button{padding:10px 12px;border:0;border-radius:10px;color:white;background:#23745f;font-weight:900}.license-principle{margin:12px 0;padding:13px;border-left:4px solid var(--lime);background:#17243b;color:white}.license-principle b,.license-principle span{display:block}.license-principle span{margin-top:3px;color:#bdc9da;font-size:.75rem}.vet-gates{padding:0;list-style:none}.vet-gates li{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid #e3e7ed}.vet-gates li>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;color:white;background:#23745f;font-weight:900}.vet-gates b,.vet-gates small{display:block}.vet-gates small{color:var(--muted)}#credentialForm{display:grid;gap:9px;margin-top:14px}#credentialForm label{font-size:.73rem;font-weight:850}#credentialForm input,#credentialForm select{width:100%;box-sizing:border-box;margin-top:4px;padding:10px;border:1px solid #d7dde7;border-radius:9px;background:white}#credentialStatus{margin:0;padding:10px;border-radius:9px;background:#f1f4f8;color:var(--muted);font-size:.72rem}@media(max-width:760px){.credential-gate{display:block}.credential-gate button{margin-top:10px}}
.fraud-exit-policy{margin:12px 0;padding:14px;border:1px solid #efc8be;border-radius:12px;background:#fff4f0}.fraud-exit-policy span{color:#b2402e;font-size:.66rem;font-weight:950;letter-spacing:.08em}.fraud-exit-policy b{display:block;margin:3px 0}.fraud-exit-policy p{margin:5px 0;color:#775b54;font-size:.74rem}.fraud-exit-policy small{color:#9a5548;font-weight:800}
.no-channel-policy{margin:12px 0;padding:14px;border:1px solid #f0c6bc;border-radius:12px;background:#fff2ee}.no-channel-policy span{color:#b43f2c;font-size:.68rem;font-weight:950;letter-spacing:.08em}.no-channel-policy b{display:block;margin:4px 0;color:#702c21}.no-channel-policy p{margin:0;color:#795951;font-size:.78rem;line-height:1.55}.no-channel-policy small{display:block;margin-top:6px;color:#a34a3a;font-weight:850}.message-form input[aria-invalid="true"]{border-color:#b43f2c;background:#fff7f4}
.expert-benefits{margin:12px 0;padding:15px;border-radius:14px;color:white;background:#17243b}.expert-benefits-head span,.expert-benefits-head b{display:block}.expert-benefits-head span{color:var(--lime);font-size:.68rem;font-weight:950;letter-spacing:.08em}.expert-benefits-head b{font-size:1.05rem}.expert-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:12px 0}.expert-benefit-grid article{padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.06)}.expert-benefit-grid strong,.expert-benefit-grid b,.expert-benefit-grid small{display:block}.expert-benefit-grid strong{color:var(--lime);font-size:.65rem}.expert-benefit-grid small{color:#bfcadd;font-size:.68rem}.founding-deal{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.founding-deal>div{padding:9px;border-radius:9px;color:#17243b;background:var(--lime)}.founding-deal span,.founding-deal b{display:block}.founding-deal span{font-size:.62rem}.founding-deal b{font-size:.8rem}.expert-benefits>p{margin:9px 0 0;color:#bfcadd;font-size:.68rem}@media(max-width:560px){.expert-benefit-grid,.founding-deal{grid-template-columns:1fr}}
.expert-benefit-grid .career-benefit{grid-column:1/-1;border-color:rgba(207,255,69,.38);background:linear-gradient(100deg,rgba(207,255,69,.13),rgba(49,94,251,.14))}.career-benefit small{max-width:560px}

/* 2026 app-grade visual system */
:root{--ink:#0b172a;--blue:#315efb;--blue-dark:#1947db;--lime:#cfff45;--paper:#f3f6fb;--muted:#657087;--line:#dfe5ee;--orange:#ff6b35;--shadow:0 24px 70px rgba(11,23,42,.13)}
body{background:radial-gradient(circle at 50% -10%,#dbe5f6 0,#e7edf5 34%,#dfe6ef 100%);font-family:Pretendard,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;letter-spacing:-.012em}
.app-shell{width:min(100%,1280px);background:var(--paper);box-shadow:0 30px 100px rgba(11,23,42,.16)}
.topbar{height:76px;padding:0 32px;background:rgba(246,249,253,.82);border-bottom:1px solid rgba(255,255,255,.8);box-shadow:0 8px 28px rgba(11,23,42,.04);backdrop-filter:blur(24px) saturate(1.4)}
.brand-logo{width:110px;height:56px}.round-button{width:44px;height:44px;border-color:#d8e0eb;box-shadow:0 5px 16px rgba(11,23,42,.06)}
.simple-hero{margin:20px 28px 14px;padding:30px;grid-template-columns:1.08fr .92fr;gap:26px;border-radius:30px;color:white;background:radial-gradient(circle at 10% 0,rgba(49,94,251,.72),transparent 40%),linear-gradient(135deg,#101f38 0,#0b172a 70%);box-shadow:0 28px 60px rgba(11,23,42,.2)}
.simple-hero-copy{padding:12px 4px}.simple-kicker{color:#cfff45}.simple-kicker span{background:#cfff45;box-shadow:0 0 0 5px rgba(207,255,69,.12)}
.simple-hero h1{max-width:660px;font-size:clamp(2.55rem,5vw,4.65rem);line-height:1.01;letter-spacing:-.075em}.simple-hero h1 em{color:#cfff45}.simple-hero-copy>p:not(.simple-kicker){max-width:610px;color:#c8d3e4;font-size:1rem;line-height:1.7}
.hero-primary,.hero-secondary{min-height:52px;border-radius:14px}.hero-primary{color:#0b172a;background:#cfff45;box-shadow:0 12px 28px rgba(207,255,69,.15)}.hero-secondary{color:white;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08)}.hero-trust{color:#c4d0df}.hero-trust .icon{color:#cfff45}
.simple-hero-photo{min-height:350px;border-radius:24px;box-shadow:none}.simple-hero-photo:after{background:linear-gradient(180deg,transparent 35%,rgba(4,12,26,.82))}.hero-ai-overlay{border-color:rgba(255,255,255,.18);background:rgba(6,18,37,.7);backdrop-filter:blur(18px)}
.service-status-banner{margin:0 28px 14px;padding:13px 16px;border:1px solid #d9e2ec;border-radius:16px;background:rgba(255,255,255,.86);box-shadow:0 10px 30px rgba(11,23,42,.05)}.service-status-banner button{min-height:40px;border-radius:10px}
.service-gates{margin:14px 28px 18px}.service-gates>header{margin-bottom:14px}.service-gates h2{font-size:1.7rem}.service-gate-grid{gap:12px}.service-gate{min-height:210px;padding:22px;border-radius:24px;box-shadow:0 16px 35px rgba(11,23,42,.12);transition:transform .22s ease,box-shadow .22s ease}.service-gate.training{background:radial-gradient(circle at 90% 0,rgba(126,161,255,.75),transparent 35%),linear-gradient(145deg,#315efb,#183fa9)}.service-gate.hospital{background:radial-gradient(circle at 90% 0,rgba(76,211,159,.6),transparent 34%),linear-gradient(145deg,#15785f,#0b463b)}.service-gate.store{background:radial-gradient(circle at 90% 0,rgba(255,178,102,.7),transparent 35%),linear-gradient(145deg,#ef6b2e,#aa391a)}.service-gate:hover{transform:translateY(-5px);box-shadow:0 24px 48px rgba(11,23,42,.18)}.gate-icon{width:48px;height:48px;border-radius:15px}.service-gate strong{font-size:1.7rem}.service-gate p{font-size:.85rem}
.quick-links{margin:0 28px 18px;gap:9px}.quick-links button{min-height:118px;padding:16px;border-color:#e0e6ef;border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(11,23,42,.05);transition:transform .2s ease}.quick-links button:hover{transform:translateY(-3px)}.quick-links button>span{border-radius:13px;background:#edf2ff}.quick-links b{font-size:.88rem}.quick-links small{font-size:.72rem}
.academy-entry,.skill-economy,.discovery,.trust-card,.talez-hub,.regional-partners{margin-left:28px;margin-right:28px}.academy-entry,.skill-economy{border-radius:24px;box-shadow:0 12px 35px rgba(11,23,42,.06)}
.product-card,.skill-profile,.new-talent-policy,.expert-match,.pricing-settlement{border-color:#dfe5ee;box-shadow:0 12px 34px rgba(11,23,42,.05)}
button{transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}button:active{transform:scale(.975)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(49,94,251,.35);outline-offset:3px}
.bottom-nav{bottom:14px;width:min(calc(100% - 32px),680px);height:72px;padding:8px 18px;border:1px solid rgba(255,255,255,.86);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 18px 55px rgba(11,23,42,.18);backdrop-filter:blur(25px) saturate(1.5)}.bottom-nav a,.bottom-nav button{border-radius:15px}.bottom-nav .active{color:#315efb;background:#edf2ff}.floating-add{right:max(26px,calc((100vw - 1280px)/2 + 32px));bottom:102px;border-radius:18px;background:#0b172a;box-shadow:0 16px 35px rgba(11,23,42,.24)}
.sheet{border-radius:30px 30px 0 0;background:#fff}.center-dialog{border-radius:26px}.primary-button{border-radius:14px;background:#315efb;box-shadow:0 10px 24px rgba(49,94,251,.22)}
@media(min-width:900px){dialog.sheet{margin:auto;width:min(calc(100% - 40px),720px);max-height:88dvh;border-radius:28px;padding:32px}.sheet-grab{display:none}.dialog-close{top:18px;right:18px}.app-page:not([data-page="home"]){animation:pageIn .28s ease both}@keyframes pageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}
@media(max-width:760px){body{background:var(--paper)}.app-shell{box-shadow:none}.topbar{height:60px;padding:0 16px}.brand-logo{width:88px;height:44px}.location-button{font-size:.76rem}.round-button{width:40px;height:40px}main{padding-bottom:108px}[data-page="home"]{display:flex;flex-direction:column}.simple-hero{order:1;margin:10px 12px 12px;padding:18px;display:grid;grid-template-columns:1fr;gap:14px;border-radius:24px}.simple-hero-copy{padding:0}.simple-kicker{margin-bottom:8px;font-size:.66rem}.simple-hero h1{font-size:2.05rem;line-height:1.04}.simple-hero-copy>p:not(.simple-kicker){margin:12px 0;color:#c7d1df;font-size:.84rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-actions{display:grid;grid-template-columns:1.25fr 1fr;gap:7px;margin-top:14px}.hero-primary,.hero-secondary{min-height:48px;padding:0 10px;font-size:.78rem}.hero-trust{display:none}.simple-hero-photo{min-height:168px;border-radius:18px}.hero-ai-overlay{left:9px;right:9px;top:9px;padding:10px}.hero-ai-overlay b{margin:4px 0;font-size:.78rem}.simple-hero-photo figcaption{left:12px;right:12px;bottom:10px}.service-status-banner{order:2;margin:0 12px 12px;padding:11px 12px;border-radius:14px}.service-status-banner small{display:none}.service-status-banner b{font-size:.78rem}.service-status-banner button{min-height:36px}.service-gates{order:3;margin:0 12px 12px}.service-gates>header{margin:0 0 9px}.service-gates .section-kicker{display:none}.service-gates h2{font-size:1.15rem}.service-gate-grid{grid-template-columns:repeat(3,1fr);gap:7px}.service-gate{min-height:132px;padding:12px;border-radius:18px}.gate-number{right:7px;top:5px;font-size:2rem}.gate-icon{width:35px;height:35px;margin-bottom:13px;border-radius:11px}.gate-icon .icon{width:18px;height:18px}.service-gate strong{font-size:1.08rem}.service-gate b{font-size:.68rem;line-height:1.25}.service-gate p,.service-gate em{display:none}.quick-links{order:4;margin:0 12px 13px;padding-bottom:2px;display:flex;gap:7px;overflow-x:auto;scroll-snap-type:x mandatory}.quick-links button{flex:0 0 112px;min-height:100px;padding:12px;border-radius:16px;scroll-snap-align:start}.quick-links button>span{width:34px;height:34px}.quick-links b{font-size:.76rem}.quick-links small{display:none}.academy-entry{order:5;margin:0 12px 12px;padding:18px;border-radius:20px}.academy-entry h2{font-size:1.3rem}.academy-entry p:last-of-type{font-size:.78rem}.skill-economy{order:6;margin:0 12px 12px;padding:18px}.discovery{order:7;padding:8px 12px 24px}.academy-entry,.skill-economy,.trust-card,.talez-hub,.regional-partners{margin-left:12px;margin-right:12px}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-art{height:132px}.product-info{padding:12px}.bottom-nav{left:8px;right:8px;bottom:8px;width:auto;height:calc(67px + env(safe-area-inset-bottom));padding:6px 8px env(safe-area-inset-bottom);border-radius:22px;transform:none}.bottom-nav a,.bottom-nav button{min-height:52px}.bottom-nav b{font-size:.62rem}.floating-add{right:16px;bottom:88px;padding:12px 14px;font-size:.78rem}.sheet{width:100%;max-height:92dvh;border-radius:26px 26px 0 0}.portal-page{padding:20px 14px 48px}.portal-head h1{font-size:2.45rem}.portal-action-grid{grid-template-columns:1fr 1fr;gap:8px}.portal-action-grid>button{min-height:145px;padding:14px}.skill-profile-grid{grid-template-columns:1fr}.care-grid,.nearby-care{grid-template-columns:1fr}}
@media(max-width:390px){.simple-hero h1{font-size:1.82rem}.service-gate{min-height:120px;padding:10px}.service-gate strong{font-size:.98rem}.service-gate b{font-size:.62rem}.hero-actions{grid-template-columns:1fr}.simple-hero-photo{min-height:150px}.product-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Dedicated local marketplace, reached from the home quick menu. */
.market-header { padding: 24px 28px 0; }
.market-back { min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: var(--navy, #17243b); font-size: 14px; cursor: pointer; }
.market-header h1 { margin: 12px 0 8px; font-size: 2rem; }
.market-header p { margin: 0; color: #586477; font-size: 16px; }
.market-page .discovery { padding: 24px 28px 40px; }
.market-page .desktop-discovery-controls { display: block; }
.market-page .search-box { width: 100%; max-width: none; min-height: 48px; }
.market-page .category-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 20px; }
.market-page .chip { min-height: 44px; font-size: 14px; }
.floating-add[hidden] { display: none !important; }
@media (max-width: 760px) {
  .market-header { padding: 16px 16px 0; }
  .market-page .discovery { padding: 20px 12px 32px; }
  .market-page .search-box kbd { display: none; }
}

/* Online territory storefronts */
.home-dogu-lockup{display:block;width:min(232px,52%);height:auto;margin:0 0 18px;background:transparent;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 7px rgba(255,255,255,.68)) drop-shadow(0 5px 14px rgba(0,0,0,.2))}
.online-entry-brief{margin:0 28px 18px;padding:24px 26px;display:grid;grid-template-columns:170px minmax(0,1fr) auto;align-items:center;gap:24px;border:1px solid #cdd8e8;border-radius:24px;background:linear-gradient(135deg,#fff 0,#edf3ff 100%);box-shadow:0 12px 34px rgba(11,23,42,.06)}
.entry-brief-label{align-self:stretch;padding:17px;display:flex;flex-direction:column;justify-content:center;color:#fff;background:#0b172a;border-radius:17px}
.entry-brief-label span{color:var(--lime);font-size:.68rem;font-weight:950;letter-spacing:.12em}.entry-brief-label b{margin-top:4px;font-size:1rem}
.online-entry-brief h2{margin:0;font-size:1.55rem;line-height:1.12;letter-spacing:-.045em}.online-entry-brief p{max-width:620px;margin:8px 0 0;color:var(--muted);font-size:.86rem;line-height:1.6}
.online-entry-brief>button{min-height:48px;padding:0 16px;display:flex;align-items:center;gap:7px;border:0;border-radius:13px;color:white;background:var(--blue);font-weight:900;white-space:nowrap}.online-entry-brief .icon{width:17px;height:17px}
.territory-page{min-height:calc(100dvh - 76px);padding:34px 34px 110px;background:#eef3f8}
.territory-head{display:grid;grid-template-columns:1fr 300px;gap:18px;align-items:end;max-width:1180px;margin:0 auto 20px}.territory-back{grid-column:1/-1;width:max-content;padding:8px 0;border:0;color:var(--muted);background:transparent;font-weight:800;cursor:pointer}.territory-head h1{margin:4px 0 10px;font-size:clamp(2.4rem,5vw,4.6rem);line-height:.98;letter-spacing:-.07em}.territory-head>div>p:last-child{max-width:720px;margin:0;color:#526078;line-height:1.65}.territory-head>div>p b{color:var(--blue)}
.territory-rule{padding:18px;color:white;background:#0b172a;border-radius:18px}.territory-rule span,.territory-rule b,.territory-rule small{display:block}.territory-rule span{color:var(--lime);font-size:.7rem;font-weight:950;letter-spacing:.08em}.territory-rule b{margin:5px 0;font-size:1.05rem}.territory-rule small{color:#b8c5d8;line-height:1.5}
.territory-role-tabs{max-width:1180px;margin:0 auto 14px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.territory-role-tabs button{min-height:100px;padding:15px 17px;text-align:left;border:1px solid #d6dfe9;border-radius:17px;background:#fff;cursor:pointer}.territory-role-tabs span,.territory-role-tabs b,.territory-role-tabs small{display:block}.territory-role-tabs span{color:var(--blue);font-size:.64rem;font-weight:950;letter-spacing:.1em}.territory-role-tabs b{margin:4px 0;font-size:.95rem}.territory-role-tabs small{color:var(--muted)}.territory-role-tabs button.active{color:white;border-color:#0b172a;background:#0b172a;box-shadow:0 12px 28px rgba(11,23,42,.18)}.territory-role-tabs button.active span{color:var(--lime)}.territory-role-tabs button.active small{color:#b9c6d8}
.territory-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:14px}.territory-map-card,.territory-detail{border:1px solid #d7e0ea;border-radius:24px;background:white;box-shadow:0 16px 40px rgba(11,23,42,.07);overflow:hidden}.territory-map-toolbar{min-height:68px;padding:13px 17px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e1e7ef}.territory-map-toolbar b,.territory-map-toolbar small{display:block}.territory-map-toolbar small{margin-top:3px;color:var(--muted)}.territory-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px;color:#657087;font-size:.67rem}.territory-legend span{display:flex;align-items:center;gap:4px}.territory-legend i{width:9px;height:9px;border-radius:50%;background:#dce3ec}.territory-legend .owned{background:#0b172a}.territory-legend .available{background:#fff;border:2px solid #315efb}.territory-legend .selected{background:var(--lime);border:1px solid #0b172a}
.territory-region-controls{padding:12px 16px;display:flex;align-items:end;gap:8px;border-bottom:1px solid #e1e7ef;background:#f7f9fc}.territory-region-controls label{flex:1;display:grid;gap:5px;color:#526078;font-size:.72rem;font-weight:900}.territory-region-controls select{width:100%;min-height:46px;padding:0 40px 0 12px;border:1px solid #cbd5e2;border-radius:11px;color:#17243b;background:#fff;font:inherit;font-size:.9rem}.territory-region-controls button{min-height:46px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cbd5e2;border-radius:11px;color:#17243b;background:#fff;font-weight:900;cursor:pointer}.territory-region-controls button:hover{border-color:var(--blue);color:var(--blue)}
.territory-map-surface{position:relative;height:540px;border:0;background:#dfe8df}.territory-map-surface:after{content:attr(data-region-label);position:absolute;z-index:4;left:12px;bottom:12px;padding:7px 9px;color:white;background:#0b172a;font-size:.65rem;font-weight:950;letter-spacing:.1em;pointer-events:none}.territory-region-pin{--map-marker-scale:1;position:absolute;z-index:5;min-width:62px;min-height:38px;padding:7px 10px;border:2px solid #17243b;border-radius:999px;color:#17243b;background:#fff;box-shadow:0 5px 12px rgba(11,23,42,.22);transform:translate(-50%,-50%) scale(var(--map-marker-scale));transform-origin:center;font-size:.7rem;font-weight:950;cursor:pointer;white-space:nowrap;transition:transform .16s ease,background .16s ease,border-color .16s ease}.territory-region-pin:hover,.territory-region-pin:focus-visible{z-index:7;color:#fff;background:var(--blue);border-color:var(--blue);transform:translate(-50%,-50%) scale(calc(var(--map-marker-scale) * 1.08))}
.territory-hex{--map-marker-scale:1;position:absolute;z-index:5;width:116px;height:102px;padding:16px 10px 12px;border:0;color:#0b172a;background:rgba(255,255,255,.94);clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%);filter:drop-shadow(0 9px 9px rgba(11,23,42,.22));transform:translate(-50%,-50%) scale(var(--map-marker-scale));transform-origin:center;cursor:pointer;transition:transform .16s ease}.territory-hex:before{content:"";position:absolute;inset:6px;z-index:-1;background:#eaf0f7;clip-path:inherit}.territory-hex span,.territory-hex b,.territory-hex small{display:block}.territory-hex span{color:var(--blue);font-size:.58rem;font-weight:950}.territory-hex b{margin:4px 0;font-size:.73rem;line-height:1.15}.territory-hex small{font-size:.6rem;font-weight:850}.territory-hex.available:before{background:#eaf0ff}.territory-hex.owned{color:white}.territory-hex.owned:before{background:#0b172a}.territory-hex.owned span{color:var(--lime)}.territory-hex.selected{filter:drop-shadow(0 0 0 #000) drop-shadow(0 12px 14px rgba(49,94,251,.36));transform:translate(-50%,-50%) scale(calc(var(--map-marker-scale) * 1.12))}.territory-hex.selected:before{background:var(--lime)}.territory-hex.selected span{color:#1744d0}
.territory-hex.profile-marker{width:190px;height:auto;min-height:82px;padding:10px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:9px;text-align:left;clip-path:none;border:2px solid #17243b;border-radius:17px;background:#fff;filter:drop-shadow(0 9px 9px rgba(11,23,42,.18))}.territory-hex.profile-marker:before{inset:0;clip-path:none;border-radius:14px;background:#0b172a}.territory-marker-avatar{width:46px;height:46px;align-self:center;display:grid;place-items:center;overflow:hidden;border:2px solid rgba(255,255,255,.75);border-radius:50%;color:#17243b;background:var(--lime);font-size:1rem;font-weight:950}.territory-marker-avatar img{width:100%;height:100%;object-fit:cover}.territory-marker-copy{min-width:0}.territory-hex.profile-marker .territory-marker-copy small{color:var(--lime);font-size:.55rem}.territory-hex.profile-marker .territory-marker-copy b{overflow:hidden;margin:2px 0 1px;color:#fff;font-size:.7rem;white-space:nowrap;text-overflow:ellipsis}.territory-hex.profile-marker .territory-marker-copy strong{display:block;color:#ffd767;font-size:.61rem}.territory-hex.profile-marker .territory-marker-copy span{overflow:hidden;margin-top:3px;color:#c5cfdd;font-size:.55rem;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.territory-hex.profile-marker.selected:before{background:#1744d0}.territory-hex.profile-marker.selected .territory-marker-copy small,.territory-hex.profile-marker.selected .territory-marker-copy span{color:#fff}.territory-owner.is-owned{display:flex;align-items:center;gap:12px}.territory-owner-avatar{flex:0 0 auto;width:58px;height:58px;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#17243b;background:var(--lime);font-size:1.2rem;font-weight:950}.territory-owner-avatar img{width:100%;height:100%;object-fit:cover}.territory-owner.is-owned>div:last-child{min-width:0}.territory-owner.is-owned strong{display:block;margin:3px 0;color:#ffd767;font-size:.76rem}.merchant-profile-summary{display:grid;grid-template-columns:76px minmax(0,1fr);gap:15px;align-items:center;margin:8px 0 18px}.merchant-profile-summary h2{margin:3px 0}.merchant-profile-summary p{margin:5px 0 0;color:var(--muted);line-height:1.5}.merchant-profile-summary>div:last-child>b{color:#d68a00;font-size:.8rem}.merchant-profile-avatar{width:76px;height:76px;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#17243b;background:var(--lime);font-size:1.6rem;font-weight:950}.merchant-profile-avatar img{width:100%;height:100%;object-fit:cover}
.territory-map-note{margin:0;padding:11px 16px;color:#6c7687;background:#f7f9fc;font-size:.7rem}.territory-detail{padding:24px}.territory-code{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.territory-code span{font-size:2.4rem;font-weight:950;letter-spacing:-.08em}.territory-code em{padding:5px 8px;color:#1744d0;background:#e9efff;font-size:.64rem;font-style:normal;font-weight:950}.territory-detail h2{margin:5px 0 7px;font-size:1.45rem}.territory-detail>p:not(.section-kicker){min-height:62px;margin:0;color:var(--muted);font-size:.82rem;line-height:1.55}.territory-owner{margin:17px 0;padding:14px;border-left:4px solid var(--blue);background:#eef3ff}.territory-owner small,.territory-owner b,.territory-owner span{display:block}.territory-owner b{margin:3px 0}.territory-owner span{color:var(--muted);font-size:.72rem}.territory-owner.is-owned{border-color:var(--lime);color:white;background:#0b172a}.territory-owner.is-owned span{color:#b9c7d9}.territory-detail dl{margin:0 0 17px}.territory-detail dl div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #e5e9ef;font-size:.76rem}.territory-detail dt{color:var(--muted)}.territory-detail dd{margin:0;text-align:right;font-weight:900}.territory-claim-button{width:100%;min-height:50px;border:0;border-radius:13px;color:white;background:var(--blue);font-weight:900}.territory-claim-button:disabled{color:#8e9aab;background:#dce2e9}.territory-process-button{width:100%;min-height:42px;margin-top:7px;border:0;color:var(--muted);background:transparent;font-size:.75rem;font-weight:850}
.territory-request-button{width:100%;min-height:44px;margin-top:5px;padding:9px 11px;border:1px dashed #9eabc0;border-radius:11px;color:#1744d0;background:#f5f8ff;font-size:.73rem;font-weight:900;cursor:pointer}.territory-request-button:hover{border-color:var(--blue);background:#eaf0ff}.territory-request-dialog form{display:grid;gap:12px}.territory-request-dialog label{display:grid;gap:5px;color:#4f5a6d;font-size:.78rem;font-weight:850}.territory-request-dialog input,.territory-request-dialog select,.territory-request-dialog textarea{width:100%;box-sizing:border-box;padding:0 12px;border:1px solid #d6dce6;border-radius:10px;background:white;font:inherit}.territory-request-dialog input,.territory-request-dialog select{min-height:46px}.territory-request-dialog textarea{min-height:105px;padding-top:11px;resize:vertical}.territory-request-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:560px){.territory-request-fields{grid-template-columns:1fr}}
.founder-allocation{max-width:1180px;margin:14px auto 0;padding:23px 24px;display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;align-items:center;color:white;background:linear-gradient(135deg,#0b172a,#1b3764);border-radius:24px}.founder-allocation h2{margin:0;font-size:1.5rem}.founder-allocation>div>p:last-child{color:#b8c6d8;font-size:.8rem;line-height:1.55}.founder-cards{display:grid;grid-template-columns:1fr 1fr;gap:9px}.founder-cards article{padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(255,255,255,.07)}.founder-cards span,.founder-cards b,.founder-cards small{display:block}.founder-cards span{color:var(--lime);font-size:.63rem;font-weight:950}.founder-cards b{margin:5px 0;font-size:1.04rem}.founder-cards small{color:#bcc8d9}
.territory-guide-steps{padding:0;list-style:none}.territory-guide-steps li{display:flex;gap:11px;padding:12px 0;border-bottom:1px solid #e3e8ef}.territory-guide-steps li>span{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:10px;font-weight:900}.territory-guide-steps b,.territory-guide-steps small{display:block}.territory-guide-steps small{margin-top:3px;color:var(--muted);line-height:1.45}.territory-policy,.territory-payment-notice{margin:14px 0;padding:13px;background:#eef3ff;border-left:4px solid var(--blue)}.territory-policy p{margin:5px 0 0;color:var(--muted);font-size:.78rem;line-height:1.55}.territory-claim-dialog form{display:grid;gap:12px}.territory-claim-dialog form>label:not(.growth-check){display:grid;gap:5px;color:#4f5a6d;font-size:.78rem;font-weight:850}.territory-claim-dialog input[type="text"],.territory-claim-dialog input:not([type]){min-height:46px;padding:0 12px;border:1px solid #d6dce6;border-radius:10px;font:inherit}.territory-payment-notice{margin:0;color:#526078;font-size:.76rem;line-height:1.5}
@media(max-width:760px){.home-dogu-lockup{width:138px;margin-bottom:10px}.online-entry-brief{order:6;margin:0 12px 12px;padding:17px;grid-template-columns:1fr;gap:12px;border-radius:20px}.entry-brief-label{display:block}.entry-brief-label span{margin-right:8px}.online-entry-brief h2{font-size:1.28rem}.online-entry-brief>button{justify-content:center}.skill-economy{order:7}.discovery{order:8}.territory-page{padding:20px 12px 100px}.territory-head{grid-template-columns:1fr}.territory-head h1{font-size:2.65rem}.territory-rule{padding:15px}.territory-role-tabs{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.territory-role-tabs button{flex:0 0 77%;scroll-snap-align:start}.territory-layout{grid-template-columns:1fr}.territory-region-controls{display:grid;grid-template-columns:1fr 1fr;align-items:end}.territory-region-controls label{grid-column:1/-1}.territory-region-controls button{padding:0 9px;font-size:.78rem}.territory-map-toolbar{align-items:flex-start}.territory-legend{max-width:145px}.territory-map-surface{height:430px}.territory-region-pin{min-width:52px;min-height:34px;padding:6px 8px;font-size:.64rem}.territory-hex{width:96px;height:86px}.territory-hex.profile-marker{width:158px;min-height:70px;grid-template-columns:38px minmax(0,1fr);gap:7px;padding:8px}.territory-marker-avatar{width:38px;height:38px}.territory-owner.is-owned{align-items:flex-start}.territory-owner-avatar{width:50px;height:50px}.merchant-profile-summary{grid-template-columns:60px minmax(0,1fr)}.merchant-profile-avatar{width:60px;height:60px}.territory-detail{padding:19px}.founder-allocation{grid-template-columns:1fr;padding:18px}.founder-cards{grid-template-columns:1fr}.academy-controls{flex-wrap:wrap}}

/* Dog parenting story, private referrals and blind trainer audition */
.dog-parenting-guide{margin:0 28px 18px;padding:30px;border-radius:28px;background:#111d32;color:#fff;box-shadow:0 18px 42px rgba(11,23,42,.12)}
.focused-home .home-dogu-lockup{margin-left:auto;margin-right:auto}.focused-home .expert-entry-link{order:11}
.dog-parenting-guide>header{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);column-gap:28px;align-items:end;margin-bottom:22px}.dog-parenting-guide .section-kicker{grid-column:1/-1;margin:0 0 8px;color:#cfff45}.dog-parenting-guide h2{margin:0;font-size:clamp(1.7rem,3.3vw,2.8rem);line-height:1.08;letter-spacing:-.055em}.dog-parenting-guide>header>p:last-child{margin:0;color:#bdc9da;font-size:1rem;line-height:1.7}.dog-parenting-problems{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.dog-parenting-problems article{min-height:176px;padding:18px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(255,255,255,.055)}.dog-parenting-problems span{color:#cfff45;font-size:.7rem;font-weight:950;letter-spacing:.12em}.dog-parenting-problems b{margin-top:auto;font-size:1rem;letter-spacing:-.025em}.dog-parenting-problems p{margin:8px 0 0;color:#adbbcf;font-size:.82rem;line-height:1.55}
.private-circle-entry{margin:0 28px 18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.private-circle-entry>div{min-height:250px;padding:26px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #d8e0eb;border-radius:25px;background:linear-gradient(145deg,#fff,#edf3ff)}.private-circle-entry .audition-teaser{color:#fff;border-color:#17243b;background:linear-gradient(145deg,#17243b,#224a90)}.private-circle-entry span{color:#2255f6;font-size:.68rem;font-weight:950;letter-spacing:.13em}.private-circle-entry .audition-teaser span{color:#cfff45}.private-circle-entry h2{margin:10px 0 8px;font-size:1.65rem;line-height:1.12;letter-spacing:-.045em}.private-circle-entry p{margin:0;color:#617087;font-size:.86rem;line-height:1.6}.private-circle-entry .audition-teaser p{color:#bdc9da}.private-circle-entry button{margin-top:auto;padding:12px 15px;border:0;border-radius:12px;color:#fff;background:#17243b;font-weight:900;cursor:pointer}.private-circle-entry .audition-teaser button{color:#17243b;background:#cfff45}
.private-page,.audition-page{min-height:calc(100dvh - 76px);padding:34px 34px 110px;background:#edf2f8}.private-page-head,.audition-head{max-width:1100px;margin:0 auto 22px}.private-page-head>button,.audition-head>button{padding:8px 0;border:0;color:#66738a;background:transparent;font-weight:850;cursor:pointer}.private-page-head>p,.audition-head>p{margin:18px 0 8px;color:#2255f6;font-size:.72rem;font-weight:950;letter-spacing:.14em}.private-page-head h1,.audition-head h1{margin:0;font-size:clamp(2.5rem,6vw,5.4rem);line-height:.98;letter-spacing:-.075em}.private-page-head>span,.audition-head>span{display:block;max-width:720px;margin-top:16px;color:#5d6a80;font-size:1rem;line-height:1.7}.private-circle-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}.private-card{padding:25px;border:1px solid #d7dfeb;border-radius:24px;background:#fff}.private-card.dark{color:#fff;border-color:#101d33;background:#101d33}.private-step{color:#2255f6;font-size:.67rem;font-weight:950;letter-spacing:.12em}.private-card.dark .private-step{color:#cfff45}.private-card h2{margin:8px 0;font-size:1.55rem}.private-card>p{color:#6a7587;line-height:1.55}.private-card.dark>p{color:#b9c5d5}.private-card form{display:grid;gap:11px;margin-top:20px}.private-card label{display:grid;gap:6px;font-size:.78rem;font-weight:850}.private-card input,.private-card select,.audition-form input,.audition-form select,.audition-form textarea{width:100%;min-height:48px;padding:0 13px;border:1px solid #d4dce7;border-radius:11px;background:#fff;font:inherit}.private-card.dark input{color:#17243b}.private-card form button,.invite-link-box button{min-height:48px;padding:0 14px;border:0;border-radius:11px;color:#fff;background:#2255f6;font-weight:900;cursor:pointer}.private-card.dark form button{color:#17243b;background:#cfff45}.private-form-status{min-height:22px;margin:12px 0 0!important;font-size:.78rem!important;font-weight:800}.invite-link-box{margin-top:14px;padding:13px;border-radius:14px;background:#eef3ff}.invite-link-box>div{display:flex;gap:7px;margin-top:8px}.invite-link-box button{flex:1}.invite-link-box button:last-child{color:#2255f6;background:#fff}.circle-principles{display:flex;flex-wrap:wrap;gap:6px;margin-top:18px}.circle-principles span{padding:6px 8px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#c5d0df;font-size:.68rem}.private-membership{max-width:1100px;margin:12px auto 0;padding:18px 20px;display:grid;grid-template-columns:220px 1fr;gap:20px;border-left:5px solid #2255f6;background:#fff}.private-membership p{margin:0;color:#657188;font-size:.82rem;line-height:1.55}
.audition-head{color:#fff;padding:34px;border-radius:28px;background:radial-gradient(circle at 88% 0,rgba(68,116,255,.72),transparent 35%),#101d33}.audition-head>button,.audition-head>span{color:#bdc8d8}.audition-head>p{color:#cfff45}.audition-scorecard,.audition-process,.audition-form{max-width:1100px;margin:12px auto 0}.audition-scorecard{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.audition-scorecard article{padding:18px;border:1px solid #d8e0eb;border-radius:18px;background:#fff}.audition-scorecard strong{display:block;color:#2255f6;font-size:2rem}.audition-scorecard b{display:block;margin-top:12px}.audition-scorecard p{margin:4px 0 0;color:#6a7588;font-size:.76rem}.audition-process{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #d7dfeb;border-radius:20px;background:#fff}.audition-process>div{padding:18px;border-right:1px solid #e0e5ed}.audition-process>div:last-child{border:0}.audition-process span{color:#2255f6;font-size:.7rem;font-weight:950}.audition-process b{display:block;margin:8px 0 5px}.audition-process p{margin:0;color:#6a7588;font-size:.76rem;line-height:1.45}.audition-form{padding:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:13px;border:1px solid #d7dfeb;border-radius:24px;background:#fff}.audition-form>div{grid-column:1/-1}.audition-form>div p{margin:0;color:#2255f6;font-size:.68rem;font-weight:950;letter-spacing:.12em}.audition-form h2{margin:5px 0}.audition-form>div span{color:#6a7588;font-size:.82rem}.audition-form label{display:grid;gap:6px;color:#4d596d;font-size:.78rem;font-weight:850}.audition-form textarea{min-height:120px;padding:12px;resize:vertical}.audition-wide{grid-column:1/-1}.audition-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start}.audition-consent input{width:18px!important;min-height:18px!important;margin-top:2px}.audition-form>button{min-height:52px;border:0;border-radius:12px;color:#fff;background:#2255f6;font-weight:950;cursor:pointer}
@media(max-width:760px){.simple-hero-copy>p:not(.simple-kicker){display:block;-webkit-line-clamp:unset}.dog-parenting-guide{order:4;margin:0 12px 12px;padding:20px;border-radius:22px}.dog-parenting-guide>header{display:block;margin-bottom:15px}.dog-parenting-guide h2{font-size:1.55rem}.dog-parenting-guide>header>p:last-child{margin-top:10px;font-size:.88rem;line-height:1.55}.dog-parenting-problems{grid-template-columns:1fr 1fr;gap:7px}.dog-parenting-problems article{min-height:148px;padding:14px;border-radius:15px}.dog-parenting-problems b{font-size:.88rem}.dog-parenting-problems p{font-size:.74rem}.private-circle-entry{order:5;margin:0 12px 12px;grid-template-columns:1fr}.private-circle-entry>div{min-height:220px;padding:20px}.quick-links{order:6}.academy-entry{order:7}.online-entry-brief{order:8}.skill-economy{order:9}.discovery{order:10}.private-page,.audition-page{padding:20px 12px 100px}.private-page-head h1,.audition-head h1{font-size:2.7rem}.private-circle-grid{grid-template-columns:1fr}.private-membership{grid-template-columns:1fr;gap:7px}.audition-head{padding:22px}.audition-scorecard{grid-template-columns:1fr 1fr}.audition-process{grid-template-columns:1fr 1fr}.audition-process>div:nth-child(2){border-right:0}.audition-process>div:nth-child(-n+2){border-bottom:1px solid #e0e5ed}.audition-form{grid-template-columns:1fr;padding:18px}.audition-form>*{grid-column:1/-1}.invite-link-box>div{flex-direction:column}}
.account-button { display:inline-flex; align-items:center; gap:.4rem; min-height:42px; padding:.55rem .8rem; border:1px solid rgba(23,36,59,.14); border-radius:999px; background:#fff; color:#17243b; font:inherit; font-weight:800; cursor:pointer; }
.account-button .icon { width:18px; height:18px; }
.account-button.is-authenticated { background:#17243b; color:#fff; border-color:#17243b; }
.account-button { text-decoration:none; }
.account-button.is-navigating,.account-signin.is-navigating { pointer-events:none; opacity:.72; }
.account-button span { max-width:8.5rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.account-dialog #accountMyPageAction { width:100%; margin-top:.65rem; }
.account-dialog .account-signout { background:#fff; color:#17243b; border:1px solid rgba(23,36,59,.18); }
.topbar { grid-template-columns:minmax(0,1fr) auto auto auto; gap:.55rem; }
.saved-product-list { display:grid; gap:.65rem; }
.saved-product-card { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:.5rem; padding:.7rem; border:1px solid rgba(23,36,59,.1); border-radius:16px; background:#fff; }
.saved-product-card>button:first-child { display:flex; align-items:center; gap:.75rem; min-width:0; border:0; background:transparent; color:inherit; text-align:left; cursor:pointer; }
.saved-product-card>button:first-child>span:first-child { display:grid; place-items:center; width:42px; height:42px; flex:0 0 42px; border-radius:12px; background:#edf1f7; }
.saved-product-card b,.saved-product-card small { display:block; overflow-wrap:anywhere; }
.saved-product-card small { margin-top:.2rem; color:#667085; }
.saved-remove { width:38px; height:38px; border:0; border-radius:50%; background:#f1f3f7; color:#526070; font-size:1.3rem; cursor:pointer; }
@media(max-width:760px){.topbar{grid-template-columns:minmax(0,1fr) auto auto auto}.account-button{width:40px;height:40px;min-height:40px;padding:0;justify-content:center}.account-button span{display:none}.location-button span{max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
.trainer-learning{max-width:1240px;margin:24px auto;padding:0;background:transparent;border:0;box-shadow:none}.trainer-learning-simple{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:#17243b;color:#fff;border-radius:24px;padding:22px 24px}.trainer-learning-simple>span{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:#ffffff16;font-size:29px}.trainer-learning-simple small{font-weight:900;letter-spacing:.13em;color:#ffbe62}.trainer-learning-simple h2{margin:4px 0;font-size:23px}.trainer-learning-simple p{margin:0;color:#dbe4ee}.trainer-learning-simple button{background:#fff;color:#17243b;border:0;font-weight:900}.trainer-learning-workspace{margin-top:12px;background:#fff;border:1px solid #dedbd3;border-radius:20px;padding:0 22px 22px}.trainer-learning-workspace>summary{list-style:none;cursor:pointer;padding:19px 0;display:flex;justify-content:space-between;gap:16px}.trainer-learning-workspace>summary::-webkit-details-marker{display:none}.trainer-learning-workspace>summary span{color:#747983;font-size:13px}.trainer-learning-workspace>h2{margin-top:12px}.trainer-learning form{display:grid;gap:12px}.trainer-learning label{display:block;font-size:16px}.trainer-learning input:not([type=checkbox]),.trainer-learning textarea{width:100%;padding:12px;border:1px solid #bcc8da;border-radius:10px;font:inherit}.trainer-learning button{min-height:44px;padding:10px 14px;border:1px solid #b6c6dc;border-radius:10px;background:#eef3ff;color:#17243b;cursor:pointer;font-size:14px}.trainer-learning article{padding:16px 0;border-bottom:1px solid #dce3ed}.trainer-learning article small{display:block;margin-top:5px}.trainer-learning p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6}.trainer-learning input[type=checkbox]{width:20px;height:20px;vertical-align:middle}.trainer-learning .knowledge-answer{max-height:400px;overflow:auto}@media(max-width:760px){.trainer-learning-simple{grid-template-columns:auto 1fr;padding:18px}.trainer-learning-simple button{grid-column:1/-1;width:100%}.trainer-learning-workspace{padding:0 16px 18px}.trainer-learning-workspace>summary{display:grid}}
.material-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0 0 16px;padding:0;list-style:none}.material-flow li{display:flex;align-items:center;gap:12px;padding:15px 17px;border:1px solid #dedbd3;border-radius:16px;background:#fff}.material-flow li>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#edf1f6;color:#536175;font-weight:900}.material-flow li.active{background:#17243b;color:#fff;border-color:#17243b}.material-flow li.active>span{background:#ffb65b;color:#17243b}.material-flow b,.material-flow small{display:block}.material-flow small{margin-top:2px;color:#747c87}.material-flow li.active small{color:#dbe4ee}.material-upload-card{border-top:4px solid #d85e3f}.material-picker{display:grid!important;place-items:center;gap:6px;min-height:132px;margin:18px 0;border:2px dashed #9baac0!important;border-radius:18px!important;background:#f7f9fc;cursor:pointer;text-align:center}.material-picker input{position:absolute;inline-size:1px;block-size:1px;opacity:0}.material-picker small{color:#6e7784}.material-library-head{align-items:flex-end}.material-library-head p{margin:5px 0 0;color:#69717d}.material-library{display:grid;gap:10px}.material-library-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:15px;align-items:center;padding:18px 20px;border:1px solid #dedbd3;border-radius:18px;background:#fff}.material-kind{display:inline-grid;place-items:center;min-width:46px;height:30px;padding:0 8px;margin-right:8px;border-radius:9px;background:#f4eadf;color:#a54b31;font-style:normal;font-size:11px;font-weight:900}.material-library-row>.material-kind{width:54px;height:54px;margin:0;border-radius:14px}.material-library-row b,.material-library-row small{display:block}.material-library-row small{margin-top:5px;color:#747c87}.material-library-row p{margin:8px 0 0;font-size:13px;font-weight:800}.material-library-row p.learned{color:#257255}.material-library-row p.needs-learning{color:#b34d31}.material-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.material-actions a,.material-actions button{min-height:42px;padding:10px 12px;border:1px solid #bdc9d9;border-radius:10px;background:#fff;color:#17243b;text-decoration:none;font:inherit;font-weight:800;cursor:pointer}.material-actions .primary-button{background:#d85e3f;color:#fff;border-color:#d85e3f}.learning-source{display:flex;align-items:center;gap:10px;padding:13px 15px;border:1px solid #e4ba98;border-radius:12px;background:#fff4e9}.learning-source span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.learning-source a{margin-left:auto;white-space:nowrap}@media(max-width:760px){.material-flow{grid-template-columns:1fr}.material-flow li{padding:12px 14px}.material-library-row{grid-template-columns:auto 1fr;padding:15px}.material-actions{grid-column:1/-1;justify-content:stretch}.material-actions>*{flex:1;text-align:center}.learning-source{align-items:flex-start;flex-wrap:wrap}.learning-source a{margin-left:0}}
.owner-learning-dashboard{display:grid;gap:16px;margin-top:30px}.learning-owner-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;background:#17243b;color:#fff;border-radius:26px;padding:27px 30px}.learning-owner-head p,.learning-analysis-card header small,.learning-library-card header small{margin:0;color:#ffbe62;font-size:12px;font-weight:900;letter-spacing:.13em}.learning-owner-head h2{margin:6px 0 8px;font-size:clamp(25px,3vw,38px)}.learning-owner-head span{color:#dce6f2;font-size:15px}.learning-owner-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.trainer-learning button,.trainer-learning a{min-height:44px;border:1px solid #bdc9d9;border-radius:11px;background:#fff;color:#17243b;padding:11px 14px;font-size:14px;font-weight:800;text-decoration:none;cursor:pointer}.trainer-learning .learning-primary{background:#d85e3f;border-color:#d85e3f;color:#fff}.learning-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.learning-metrics article{border:1px solid #dedbd3;border-radius:18px;background:#fff;padding:18px 20px}.learning-metrics small,.learning-metrics span{display:block;color:#69717d}.learning-metrics strong{display:block;margin:5px 0;font-size:30px}.learning-metrics span{font-size:13px}.learning-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);gap:14px}.learning-analysis-card,.learning-next-card,.learning-library-card,.learning-editor-card,.learning-tools-card{background:#fff;border:1px solid #dedbd3;border-radius:22px;padding:22px}.learning-analysis-card header,.learning-library-card>header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.learning-analysis-card h3,.learning-library-card h3{margin:4px 0;font-size:21px}.learning-analysis-card header>span{font-size:13px;color:#6d7580;text-align:right}.learning-coverage{display:grid;gap:12px;margin-top:19px}.learning-coverage>div{display:grid;grid-template-columns:165px 1fr 40px;gap:12px;align-items:center}.learning-coverage span{display:grid}.learning-coverage small{color:#7a8089}.learning-coverage i{height:9px;border-radius:99px;background:#e5e7eb;overflow:hidden}.learning-coverage em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d85e3f,#ffb65b)}.learning-coverage>div>strong{text-align:right;font-size:13px}.learning-analysis-foot{margin:17px 0 0;color:#707782;font-size:13px!important}.learning-next-card{background:#fff3e8;border-color:#efc7ae;display:flex;flex-direction:column;justify-content:center}.learning-next-card>small{color:#b74429;font-weight:900;letter-spacing:.14em}.learning-next-card>b{font-size:23px;line-height:1.2;margin:10px 0}.learning-next-card p{margin:0 0 16px}.learning-next-card a{margin-top:8px;text-align:center;background:transparent}.learning-library-card>header p{margin:3px 0;color:#707782}.learning-library-controls{display:grid;grid-template-columns:1fr 190px;gap:10px;margin:18px 0 8px}.trainer-learning input:not([type=checkbox]),.trainer-learning textarea,.trainer-learning select{width:100%;padding:12px;border:1px solid #bcc8da;border-radius:10px;background:#fff;color:#17243b;font:inherit}.learning-row{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:start;padding:17px 0!important}.learning-file-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:13px;background:#eef3ff;color:#274c86;font-size:12px;font-weight:900}.learning-file-icon.asset{background:#f4eadf;color:#a54b31}.learning-row b{font-size:16px}.learning-row small{display:block;margin-top:5px;color:#727985}.learning-row p{margin:7px 0 0;color:#505a68;font-size:14px!important;line-height:1.5!important}.learning-row>div:last-child{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.learning-empty{text-align:center;padding:34px}.learning-empty p{color:#707782}.learning-editor-card>summary,.learning-tools-card>summary{list-style:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.learning-editor-card>summary::-webkit-details-marker,.learning-tools-card>summary::-webkit-details-marker{display:none}.learning-editor-card>summary span,.learning-tools-card>summary span{display:grid;gap:4px}.learning-editor-card>summary b,.learning-tools-card>summary b{font-size:20px}.learning-editor-card>summary small,.learning-tools-card>summary small{color:#727985}.learning-editor-card[open]>summary,.learning-tools-card[open]>summary{margin-bottom:20px}.learning-editor-card[open]>summary>strong,.learning-tools-card[open]>summary>strong{font-size:0}.learning-editor-card[open]>summary>strong:after,.learning-tools-card[open]>summary>strong:after{content:'접기 −';font-size:14px}.trainer-learning form{display:grid;gap:12px}.learning-check{display:flex!important;align-items:flex-start;gap:9px;line-height:1.5}.trainer-learning input[type=checkbox]{width:20px;height:20px;flex:none}.learning-form-actions{display:flex;gap:8px;flex-wrap:wrap}.learning-tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.learning-tools-grid section+section{border-left:1px solid #e0e3e8;padding-left:24px}.trainer-learning .knowledge-answer{max-height:400px;overflow:auto}.trainer-learning [role=status]{white-space:pre-wrap}.trainer-learning button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:760px){.owner-learning-dashboard{margin-top:20px}.learning-owner-head{display:grid;padding:21px 18px;border-radius:20px}.learning-owner-actions{justify-content:stretch}.learning-owner-actions>*{flex:1;text-align:center}.learning-metrics{grid-template-columns:1fr 1fr}.learning-metrics article{padding:15px}.learning-dashboard-grid,.learning-tools-grid{grid-template-columns:1fr}.learning-coverage>div{grid-template-columns:125px 1fr 35px}.learning-library-card,.learning-analysis-card,.learning-next-card,.learning-editor-card,.learning-tools-card{padding:18px}.learning-library-controls{grid-template-columns:1fr}.learning-row{grid-template-columns:44px 1fr}.learning-file-icon{width:42px;height:42px}.learning-row>div:last-child{grid-column:2;justify-content:flex-start}.learning-tools-grid section+section{border-left:0;border-top:1px solid #e0e3e8;padding:18px 0 0}.learning-editor-card>summary,.learning-tools-card>summary{gap:12px}.learning-editor-card>summary>strong,.learning-tools-card>summary>strong{white-space:nowrap;font-size:12px}}
