@font-face{font-family:Pretendard Variable;font-weight:45 920;font-display:swap;font-style:normal;src:url(/fonts/PretendardVariable.ttf) format("truetype")}:root{color-scheme:light;--blue-40: #0054d1;--blue-45: #005eeb;--blue-50: #0066ff;--blue-55: #1a75ff;--blue-60: #3385ff;--blue-80: #9ec5ff;--blue-90: #c9defe;--blue-95: #eaf2fe;--blue-99: #f7fbff;--cool-neutral-10: #171719;--cool-neutral-20: #292a2d;--cool-neutral-22: #2e2f33;--cool-neutral-25: #37383c;--cool-neutral-30: #46474c;--cool-neutral-40: #5a5c63;--cool-neutral-50: #70737c;--cool-neutral-60: #878a93;--cool-neutral-70: #989ba2;--cool-neutral-80: #aeb0b6;--cool-neutral-90: #c2c4c8;--cool-neutral-95: #dbdcdf;--cool-neutral-96: #e1e2e4;--cool-neutral-97: #eaebec;--cool-neutral-98: #f4f4f5;--cool-neutral-99: #f7f7f8;--red-40: #e52222;--red-50: #ff4242;--green-40: #009632;--green-50: #00bf40;--orange-39: #d17600;--orange-50: #ff9200;--bg-app: #f0f1f3;--bg-page: #ffffff;--surface: #ffffff;--surface-high: #f4f4f5;--surface-pressed: #eaebec;--surface-input: #f4f4f5;--stroke: rgba(112, 115, 124, .16);--stroke-strong: rgba(112, 115, 124, .22);--line-alternative: rgba(112, 115, 124, .08);--line-solid: #e1e2e4;--text: #171719;--text-strong: #000000;--text-secondary: rgba(46, 47, 51, .88);--text-muted: rgba(55, 56, 60, .78);--text-subtle: rgba(55, 56, 60, .55);--brand: #171719;--brand-pressed: #000000;--brand-heavy: #000000;--brand-gradient: #171719;--brand-gradient-pressed: #000000;--brand-soft: rgba(23, 23, 25, .05);--brand-line: rgba(23, 23, 25, .26);--logo-red: #aa0e0f;--accent: #9ec5ff;--accent-soft: rgba(158, 197, 255, .2);--accent-line: rgba(158, 197, 255, .55);--critical: #e52222;--critical-strong: #ff4242;--critical-soft: rgba(255, 66, 66, .08);--warning: #a85a00;--warning-strong: #ff9200;--warning-soft: rgba(255, 146, 0, .08);--success: #007a2e;--success-strong: #00bf40;--success-soft: rgba(0, 191, 64, .08);--info: #005eeb;--info-soft: rgba(0, 102, 255, .08);--gold: #a05600;--fill-alternative: rgba(112, 115, 124, .05);--fill-normal: rgba(112, 115, 124, .08);--fill-strong: rgba(112, 115, 124, .16);--elevation-xs: 0 1px 2px -1px rgba(23, 23, 25, .1);--elevation-sm: 0 2px 4px -2px rgba(23, 23, 25, .06), 0 4px 6px -1px rgba(23, 23, 25, .06);--elevation-md: 0 4px 6px -2px rgba(23, 23, 25, .07), 0 10px 15px -3px rgba(23, 23, 25, .07);--elevation-lg: 0 6px 10px -4px rgba(23, 23, 25, .08), 0 16px 24px -6px rgba(23, 23, 25, .08);--elevation-xl: 0 10px 15px -5px rgba(23, 23, 25, .1), 0 24px 38px -10px rgba(23, 23, 25, .12);--motion-fast: .12s;--motion-base: .2s;--motion-slow: .32s;--ease-standard: cubic-bezier(.2, 0, 0, 1);--ease-decelerate: cubic-bezier(0, 0, 0, 1);--ease-accelerate: cubic-bezier(.3, 0, 1, 1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 999px;--font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans KR", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg-app);color:var(--text);font-family:var(--font);letter-spacing:.0057em;font-feature-settings:"tnum"}button,input,textarea{font:inherit}button{border:0;color:inherit;cursor:pointer;transition:background-color var(--motion-fast) var(--ease-standard),border-color var(--motion-fast) var(--ease-standard),color var(--motion-fast) var(--ease-standard)}@media (prefers-reduced-motion: reduce){button{transition:none}}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app-shell{display:grid;grid-template-columns:264px minmax(0,1fr);min-height:100vh;background:var(--bg-app)}.sidebar{position:sticky;top:0;align-self:start;height:100vh;padding:24px 18px;border-right:1px solid var(--stroke);background:#fffffff5}.sidebar-logo{display:flex;align-items:center;gap:10px;min-height:48px;margin-bottom:22px;color:var(--text);font-size:15px;font-weight:700}.sidebar-logo img{width:150px;height:30px;border-radius:0;object-fit:contain;object-position:center;border:0}.sidebar nav{display:grid;gap:6px}.sidebar nav a{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border-radius:var(--radius-md);color:var(--text-muted);font-size:15px;font-weight:600}.sidebar nav a:hover{background:var(--surface-high);color:var(--brand-pressed)}.content{width:100%;max-width:1440px;margin:0 auto;padding:32px 32px 64px}.page-header,.overview-grid,.gallery-section{border-bottom:1px solid var(--stroke)}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:28px}.page-header h1{margin:14px 0 10px;color:var(--text);font-size:32px;line-height:38px;font-weight:700;letter-spacing:-.0253em}.page-header p,.section-heading p,.page-footer{margin:0;color:var(--text-muted);font-size:15px;line-height:21px}.button-row,.badge-row,.meta-line,.icon-stack,.reaction-row,.header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.overview-grid{display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:28px;padding:32px 0 36px}.overview-stack{display:grid;align-content:start;gap:16px}.gallery-section{padding:40px 0}.section-heading{display:grid;gap:8px;margin-bottom:22px}.section-heading span{color:var(--brand-pressed);font-size:12px;font-weight:700;text-transform:uppercase}.section-heading h2{margin:0;font-size:24px;line-height:30px;letter-spacing:-.023em}.component-grid{display:grid;gap:16px;align-items:start}.component-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.component-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.component-grid.three>.shop-card{grid-column:span 2}.component-grid.masonry{display:block;column-count:2;column-gap:16px}.component-grid.masonry>*{display:grid;break-inside:avoid;margin-bottom:16px}.example-panel,.vehicle-card,.alert-card,.issue-card,.shop-card,.product-card,.post-card,.reservation-card,.estimate-card,.result-card,.point-card,.settings-group,.backoffice-panel,.detail-panel{border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.example-panel{padding:18px}.example-panel>h3{margin:0 0 14px;color:var(--text-secondary);font-size:15px;line-height:20px}.example-body{display:grid;gap:14px}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:0 7px;border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-secondary);font-size:11px;font-weight:400;line-height:1;text-align:center;white-space:nowrap}.badge__label{display:inline-flex;align-items:center;justify-content:center;font-weight:inherit;transform:translateY(1px)}.badge--brand{background:var(--brand-gradient);color:#fff}.badge--brand .badge__label{color:#fff}.badge--critical{background:var(--critical);color:#fff}.badge--warning{background:var(--warning-soft);color:var(--warning)}.badge--success{background:var(--success-soft);color:var(--success)}.badge--info{background:var(--info-soft);color:var(--info)}.badge--gold{background:#ff920029;color:var(--gold)}.badge--outline{background:transparent;border:1px solid var(--stroke-strong);color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 14px;border-radius:var(--radius-md);font-size:13px;font-weight:500;line-height:1;text-align:center;text-decoration:none;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .12s ease}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--brand-gradient);color:#fff;font-weight:500;box-shadow:inset 0 1px #ffffff38}.btn--primary:hover{background:var(--brand-gradient-pressed)}.btn--primary span,.btn--primary svg{color:#fff}.btn--secondary{border:1px solid var(--stroke-strong);background:var(--surface-high);color:var(--text);font-weight:500}.btn--ghost{background:transparent;color:var(--brand-pressed);font-weight:500;padding-inline:0}.btn--critical{border:1px solid rgba(255,66,66,.4);background:var(--critical-soft);color:var(--critical)}.btn:disabled{border-color:var(--stroke);background:var(--surface-high);color:var(--text-subtle)}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary)}.icon-btn--brand{border-color:var(--brand-line);color:var(--brand-pressed)}.icon-btn--critical{border-color:#ff424275;color:var(--critical)}.notification-badge{position:absolute;top:-5px;right:-5px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border:0;border-radius:var(--radius-full);background:var(--critical);color:#fff;font-size:11px;font-weight:400;line-height:18px;transform:translateY(1px)}.phone-frame{position:relative;overflow:hidden;width:100%;max-width:390px;min-height:844px;border:1px solid var(--stroke);border-radius:30px;background:var(--bg-page)}.phone-scroll{display:grid;gap:16px;padding:0 20px 104px}.app-header{display:grid;gap:18px;padding:22px 20px 18px;background:var(--bg-page)}.brand-row,.profile-row,.vehicle-card__top,.inline-title,.issue-card__head{display:flex;align-items:center;gap:12px}.brand-row{justify-content:space-between}.brand-logo{width:150px;height:30px;object-fit:contain;object-position:center}.profile-row{gap:12px}.profile-row>div:nth-child(2){min-width:0;flex:1}.avatar-img{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:var(--radius-full);background:var(--accent);color:#171719;font-size:15px;font-weight:700;line-height:1;text-align:center;flex:0 0 auto}.avatar-img__label{display:block;transform:translateY(1.5px)}.muted{margin:0;color:var(--text-muted);font-size:13px;line-height:18px}.inline-title{justify-content:space-between;min-width:0}.inline-title--snug{justify-content:flex-start;gap:7px}.inline-title h3,.inline-title h4{margin:0;min-width:0}.bottom-nav{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:70px;padding:9px 6px 14px;border-top:1px solid var(--stroke);background:#fffffffa;box-shadow:0 -2px 8px #1717190a}.phone-frame>.bottom-nav{position:absolute;right:0;bottom:0;left:0}.bottom-nav__item{position:relative;display:grid;place-items:center;align-content:center;gap:6px;min-width:0;border-radius:var(--radius-xl);background:transparent;color:var(--text-muted)}.bottom-nav__item.is-active{color:var(--text)}.bottom-nav__icon{position:relative;display:inline-flex}.bottom-nav__dot{width:4px;height:4px;border-radius:var(--radius-full);background:transparent}.bottom-nav__item.is-active .bottom-nav__dot{background:var(--logo-red)}.vehicle-card,.promo-card,.alert-card,.issue-card,.shop-card,.post-card,.reservation-card,.estimate-card,.result-card,.point-card,.settings-group,.detail-panel{padding:18px}.vehicle-card{display:grid;gap:16px;border-radius:var(--radius-xl);background:var(--surface)}.vehicle-card__top img{width:86px;height:68px;border-radius:var(--radius-lg);object-fit:cover;border:1px solid var(--stroke)}.vehicle-card h3,.video-card h3,.alert-card h3,.issue-card h3,.shop-card h3,.product-card h3,.post-card h3,.reservation-card h3,.estimate-card h3,.result-card h3,.detail-panel h3,.point-card strong{margin:0;color:var(--text);font-size:16px;line-height:23px;font-weight:700}.promo-card h3{margin:0;padding:0 18px;color:var(--text);font-size:24px;line-height:32px;font-weight:800;letter-spacing:-.01em}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric-tile{display:flex;gap:10px;align-items:center;min-width:0;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.metric-tile svg{color:var(--brand-pressed);flex:0 0 auto}.metric-tile--warning svg{color:var(--warning)}.metric-tile span,.summary-list span,.estimate-item span,.type-preview span,.token-item small,.settings-row small,.service-row small{display:block;color:var(--text-muted);font-size:12px;line-height:17px}.metric-tile strong{display:block;margin-top:2px;color:var(--text);font-size:15px;line-height:20px;font-variant-numeric:tabular-nums}.promo-card{position:relative;display:grid;gap:8px;overflow:hidden;border-radius:var(--radius-xl);background:#f3efe7}.alert-card p,.issue-card p,.post-card p,.result-card p{margin:6px 0 0;color:var(--text-muted);font-size:13px;line-height:19px}.promo-card__kicker{padding:20px 18px 0;color:var(--text-secondary);font-size:13px;font-weight:600}.promo-card__fav{position:absolute;top:16px;right:14px;z-index:1;padding:0;border:0;background:transparent;color:#17171966}.promo-card__visual{height:150px;margin-top:8px;background-position:center;background-size:cover}.video-card{overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.video-card h3,.video-card .icon-text{margin:12px 14px 0}.video-card .icon-text{margin-bottom:14px}.video-thumb{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:var(--surface-high)}.video-thumb img{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--radius-full);background:var(--critical);color:#fff;transform:translate(-50%,-50%)}.duration{position:absolute;right:10px;bottom:10px;padding:4px 7px;border-radius:var(--radius-sm);background:#000000c2;color:#fff;font-size:11px;font-weight:700}.icon-text{display:inline-flex;align-items:center;gap:5px;color:var(--text-muted);font-size:12px;line-height:17px}.alert-card{display:flex;align-items:flex-start;gap:14px;background:var(--critical-soft);border-color:#ff424259}.alert-icon,.row-icon,.check-dot{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;border-radius:var(--radius-md);background:var(--surface-high)}.alert-icon{color:var(--critical)}.list-stack{display:grid;gap:9px}.maintenance-card-list{display:grid;gap:10px}.maintenance-home-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;min-height:72px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);text-align:left}.maintenance-home-row--critical{border-color:#ff424247;background:var(--critical-soft)}.maintenance-home-row--warning{border-color:#ff920052;background:#ff92000f}.maintenance-home-row--info{border-color:var(--brand-line);background:var(--surface-high)}.maintenance-home-row__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--radius-lg);background:var(--surface)}.maintenance-home-row__icon--critical{color:var(--critical)}.maintenance-home-row__icon--warning{color:var(--warning)}.maintenance-home-row__icon--info{color:var(--brand-pressed)}.maintenance-home-row__main{display:grid;gap:3px;min-width:0}.maintenance-home-row__main strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:15px;line-height:19px;font-weight:600}.maintenance-home-row__main small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-muted);font-size:12px;line-height:17px;word-break:keep-all;overflow-wrap:break-word}.list-row,.service-row,.settings-row{display:flex;align-items:center;gap:12px;width:100%;min-height:58px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);text-align:left}.service-row span:nth-child(2),.settings-row span{min-width:0;flex:1}.row-icon--warning{color:var(--warning)}.row-icon--success{color:var(--success)}.row-icon--brand{color:var(--brand-pressed)}.issue-card{display:grid;gap:10px}.issue-card__head{justify-content:space-between;color:var(--warning)}.issue-card__meta{display:grid;gap:6px;padding-top:6px}.search-field{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 2px;border:0;border-bottom:1px solid var(--stroke-strong);background:transparent;color:var(--text-muted)}.search-field:focus-within{border-bottom-color:var(--text)}.search-field input,.field input,.field textarea,.tag-field input,.comment-bar input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text)}.search-field input::placeholder,.field input::placeholder,.field textarea::placeholder,.tag-field input::placeholder,.comment-bar input::placeholder{color:var(--text-subtle)}.field-stack,.chip-board,.calendar-board{display:grid;gap:14px}.field,.tag-field{display:grid;gap:8px}.field>span,.tag-field>span{color:var(--text-secondary);font-size:13px;font-weight:700}.field input,.field textarea,.tag-field>div{border:0;border-bottom:1px solid var(--stroke-strong);border-radius:0;background:transparent}.field input:focus,.field textarea:focus,.tag-field>div:focus-within{border-bottom-color:var(--text)}.comment-bar{border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-input)}.field input{min-height:46px;padding:0 2px}.field textarea{resize:vertical;min-height:120px;padding:12px 2px;line-height:20px}.field small{color:var(--text-subtle);text-align:right}.tag-field>div{display:flex;align-items:center;gap:8px;min-height:50px;padding:5px 0 5px 2px}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{min-height:36px;padding:0 13px;border:1px solid var(--stroke-strong);border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-secondary);font-size:13px;font-weight:500}.chip.is-selected{border-color:var(--brand-pressed);background:var(--brand);color:#fff;font-weight:500}.chip--trend{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand-pressed)}.service-row.is-selected{border-color:var(--brand-line);background:var(--brand-soft)}.service-row strong,.settings-row strong{display:block;color:var(--text);font-size:15px;line-height:20px}.check-dot{width:34px;height:34px;color:var(--brand-pressed)}.calendar-days,.slot-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.slot-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.calendar-day,.time-slot{min-height:42px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-weight:700;font-variant-numeric:tabular-nums}.calendar-day.is-selected,.time-slot.is-selected{border-color:var(--brand-pressed);background:var(--brand);color:#fff}.calendar-day.is-disabled,.time-slot.is-disabled{color:var(--text-subtle);opacity:.45;text-decoration:line-through}.legend{display:flex;gap:12px;color:var(--text-muted);font-size:12px}.shop-card{display:grid;grid-template-columns:184px minmax(0,1fr);gap:18px;align-items:stretch}.shop-card.is-selected{border-color:var(--brand-line);background:var(--brand-soft)}.shop-card>img{width:100%;height:184px;border-radius:var(--radius-md);object-fit:cover}.shop-card__body{display:grid;grid-template-rows:auto auto auto 1fr auto;gap:12px;align-content:stretch;min-width:0;min-height:184px}.shop-card__title{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start}.shop-card__title h3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;max-width:100%}.shop-card .badge-row,.shop-card .meta-line,.shop-card__actions{flex-wrap:nowrap}.shop-card .meta-line{gap:14px}.shop-card__availability{color:var(--text-muted);font-size:12px}.shop-card__availability .icon-text{color:inherit}.shop-card .badge-row{gap:7px}.shop-card .badge-row .badge{min-width:60px}.shop-card__actions{display:grid;grid-template-columns:112px 152px;gap:10px;align-items:center;justify-content:start;align-self:end;margin-top:0}.shop-card__actions .btn{width:100%;min-height:48px;padding-inline:14px;white-space:nowrap}.shop-list-panel .shop-card{grid-template-columns:128px minmax(0,1fr);gap:12px;padding:12px;border-radius:var(--radius-md);background:var(--surface)}.shop-list-panel .shop-card.is-selected{background:var(--brand-soft)}.shop-list-panel .shop-card>img{height:148px}.shop-list-panel .shop-card__body{gap:8px;min-height:148px}.shop-list-panel .shop-card .badge-row{flex-wrap:wrap}.shop-list-panel .shop-card .badge-row .badge{min-width:0}.shop-list-panel .shop-card__actions{grid-template-columns:88px 112px;gap:8px}.shop-list-panel .shop-card__actions .btn{min-height:40px;padding-inline:10px;font-size:13px}.product-card{display:grid;gap:10px;padding:14px}.product-image,.product-hero{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--surface-high)}.product-image{aspect-ratio:1 / 1}.product-image img,.product-hero img{width:100%;height:100%;object-fit:cover}.product-image .badge{position:absolute;top:10px;left:10px}.price-row{display:flex;align-items:baseline;gap:8px}.strike{color:var(--text-subtle);font-size:12px;text-decoration:line-through}.price-row strong{color:var(--brand-pressed);font-size:16px;font-weight:700}.product-hero{aspect-ratio:16 / 10}.tab-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.tab-row button{min-height:38px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-muted);font-size:13px;font-weight:500}.tab-row button.is-selected{border-color:var(--brand-pressed);color:var(--brand-pressed)}.purchase-bar{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center}.post-card{display:grid;gap:12px}.comment-bar{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;min-height:58px;padding:8px}.reaction-row{color:var(--text-muted);font-size:13px}.reaction-row span{display:inline-flex;align-items:center;gap:5px}.summary-list{display:grid;gap:10px}.summary-list div{display:flex;align-items:baseline;justify-content:space-between;gap:14px;min-width:0}.summary-list strong{color:var(--text);font-size:15px;font-weight:700;text-align:right}.summary-list .total{padding-top:12px;border-top:1px solid var(--stroke)}.summary-list .total strong,.positive{color:var(--brand-pressed)}.reservation-card,.estimate-card,.result-card,.detail-panel,.point-card{display:grid;gap:14px}.qr-card{display:grid;place-items:center;gap:10px;min-height:132px;border:1px dashed var(--stroke-strong);border-radius:var(--radius-lg);background:var(--surface-high);color:var(--text-secondary)}.qr-card span{width:62px;height:62px;background:linear-gradient(90deg,var(--brand) 10px,transparent 10px) 0 0 / 18px 18px,linear-gradient(var(--brand) 10px,transparent 10px) 0 0 / 18px 18px,var(--surface);border:6px solid var(--text)}.estimate-items{display:grid;gap:8px}.estimate-item{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.estimate-item>div{display:flex;gap:8px;align-items:center;min-width:0}.estimate-item .badge{display:inline-grid;place-items:center;flex:0 0 auto;width:68px;height:26px;min-height:26px;padding:0 9px;font-size:11px;font-weight:400;line-height:1}.estimate-item .badge__label{width:100%;height:100%;transform:translateY(2px)}.estimate-item .badge--brand{background:var(--brand-gradient);color:#fff}.estimate-item .badge--brand .badge__label{color:#fff}.estimate-item .badge:not(.badge--brand){background:var(--surface);color:var(--text-muted);border:1px solid var(--stroke)}.estimate-item strong{min-width:0;color:var(--text);font-size:15px}.result-card{place-items:center;text-align:center}.result-card .btn{display:inline-grid;place-items:center;min-width:146px;gap:0;padding-inline:20px}.result-card .btn span{display:block;width:100%;text-align:center}.result-card svg{color:var(--brand-pressed)}.point-card strong{font-size:28px;line-height:34px;font-variant-numeric:tabular-nums}.point-card>.badge{justify-self:start;min-height:44px;padding:0 16px;border-radius:var(--radius-md);font-size:13px;font-weight:500}.point-card>.badge .badge__label{transform:translateY(1.5px)}.settings-group{display:grid;gap:8px}.settings-group h3{margin:0 0 8px}.settings-row.is-critical{color:var(--critical)}.backoffice-panel{display:grid;gap:16px;padding:18px}.filter-bar{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:10px;align-items:center}.status-stepper{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.status-stepper span{min-height:38px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-muted);font-size:12px;font-weight:700}.status-stepper span.is-done{border-color:var(--brand-line);color:var(--brand-pressed)}.status-stepper span.is-current{background:var(--brand);color:#fff}.data-table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-md);color:var(--text-secondary);font-size:13px}.data-table th,.data-table td{height:44px;padding:0 12px;border-bottom:1px solid var(--stroke);text-align:left;white-space:nowrap}.data-table th{background:var(--surface-high);color:var(--text-muted);font-size:12px;font-weight:700}.data-table tr:last-child td{border-bottom:0}.estimate-builder{display:grid;gap:12px;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface-high)}.builder-grid{display:grid;grid-template-columns:minmax(160px,1fr) minmax(120px,auto) minmax(120px,auto) 38px;gap:8px;align-items:center;color:var(--text-secondary);font-size:13px}.builder-grid span{min-height:38px;padding:10px;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--surface)}.builder-grid button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,66,66,.36);border-radius:var(--radius-sm);background:var(--critical-soft);color:var(--critical)}.token-board{display:grid;gap:18px}.token-group{display:grid;gap:8px}.token-group__title{color:var(--text-muted);font-size:12px;line-height:16px;font-weight:600;letter-spacing:.0252em}.token-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.token-item{display:grid;gap:8px;min-width:0;padding:10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.token-item strong{overflow-wrap:anywhere;color:var(--text);font-size:12px;font-weight:600}.token-item small{font-variant-numeric:tabular-nums}.token-swatch{height:40px;border-radius:var(--radius-sm)}.token-swatch--outlined{box-shadow:inset 0 0 0 1px var(--stroke)}.type-preview{display:grid;gap:16px}.type-preview>div{display:grid;gap:4px}.type-preview span em{font-style:normal;color:var(--text-subtle);font-variant-numeric:tabular-nums}.type-display{font-size:32px;line-height:44px;font-weight:700;letter-spacing:-.0253em}.type-screen{font-size:24px;line-height:32px;font-weight:700;letter-spacing:-.023em}.type-headline{color:var(--text);font-size:18px;line-height:26px;font-weight:600;letter-spacing:-.002em}.type-label{color:var(--text-secondary);font-size:13px;line-height:18px;font-weight:500;letter-spacing:.0194em}.type-preview p{margin:0;color:var(--text-secondary);font-size:15px;line-height:22px;letter-spacing:.0096em}.type-preview small{color:var(--text-muted);font-size:12px;line-height:16px;letter-spacing:.0252em}.foundation-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.foundation-demo{display:grid;gap:2px;padding:14px 12px;border-radius:var(--radius-md);background:var(--surface)}.foundation-demo strong{color:var(--text);font-size:12px;font-weight:600}.foundation-demo small{color:var(--text-muted);font-size:11px}.foundation-demo--fill{background:var(--fill-normal)}.foundation-notes{display:grid;gap:6px;margin:14px 0 0;padding:0 0 0 18px;color:var(--text-muted);font-size:13px;line-height:19px}.loader-demo-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.loader-demo{display:grid;gap:10px;place-items:center;align-content:center;min-height:108px;padding:14px 10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.loader-demo small{color:var(--text-muted);font-size:11px;line-height:15px}.loader-demo-inline{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px}.loader-demo-inline .btn{display:inline-flex;align-items:center;gap:8px}.loader-demo-inline__note{color:var(--text-muted);font-size:12px;line-height:16px}.btn .rev-loader{gap:0}.btn .rev-loader svg{width:22px}.btn--primary .rev-loader__track{stroke:#ffffff59}.btn--primary .rev-loader__arc{stroke:#fff}.btn--primary .rev-loader__redline{stroke:#ffb5b5f2}.btn--primary .rev-loader__needle{stroke:#fff}.btn--primary .rev-loader__hub{fill:#fff}.dark-token-grid{padding:12px;border-radius:var(--radius-md);background:var(--bg-app)}.dark-token-grid .token-item{border-color:#2e2f33;background:var(--surface)}.button-stack{display:flex;gap:10px;flex-wrap:wrap}.site-page{min-height:100vh;padding:24px clamp(18px,4vw,48px) 64px;background:var(--bg-app)}.site-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1180px;margin:0 auto 28px;padding:14px 0}.site-logo img{width:166px;height:34px;object-fit:contain}.site-doc-nav{display:inline-flex;align-items:center;gap:4px;flex-wrap:nowrap;padding:4px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:#ffffffdb}.site-doc-nav a{display:inline-grid;place-items:center;min-height:36px;padding:0 14px;border:0;border-radius:var(--radius-sm);color:var(--text-muted);font-size:13px;line-height:16px;font-weight:600;white-space:nowrap}.site-doc-nav a:hover{background:var(--surface-high);color:var(--text-secondary)}.site-doc-nav a.is-active{background:var(--brand-soft);color:var(--brand-pressed)}.hub-hero,.hub-grid,.hub-strip,.report-section{width:100%;max-width:1180px;margin:0 auto}.hub-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:24px;align-items:center;padding:34px;border:1px solid var(--stroke);border-radius:var(--radius-xl);background:var(--surface)}.hub-hero>*{min-width:0}.hub-hero h1{margin:16px 0 14px;color:var(--text);font-size:clamp(32px,4.4vw,54px);line-height:1.08;font-weight:700;letter-spacing:-.02em;word-break:keep-all;overflow-wrap:break-word}.hub-hero p{max-width:720px;margin:0;color:var(--text-muted);font-size:16px;line-height:25px}.hub-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.hub-visual,.hub-screen{border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface-high)}.hub-visual{padding:18px}.hub-screen{display:grid;gap:12px;padding:16px;background:var(--surface)}.hub-screen__bar{display:flex;gap:6px;padding-bottom:8px;border-bottom:1px solid var(--stroke)}.hub-screen__bar span{width:9px;height:9px;border-radius:var(--radius-full);background:var(--stroke-strong)}.hub-screen__bar span:first-child{background:var(--brand)}.hub-flow{display:flex;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.hub-flow.is-active{border-color:var(--brand-line);background:var(--brand-soft)}.hub-flow strong{color:var(--text);font-size:15px}.hub-flow span{color:var(--text-muted);font-size:12px;line-height:17px;text-align:right}.hub-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px}.hub-card{display:grid;gap:10px;min-height:232px;padding:22px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.hub-card:hover{border-color:var(--brand-line)}.hub-card__icon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand-pressed)}.hub-card small,.section-heading span{letter-spacing:0}.hub-card small{color:var(--brand-pressed);font-size:12px;font-weight:700;text-transform:uppercase}.hub-card strong{color:var(--text);font-size:22px;line-height:28px}.hub-card p{margin:0;color:var(--text-muted);font-size:15px;line-height:21px}.hub-card__link{display:inline-flex;align-items:center;gap:4px;margin-top:auto;color:var(--brand-pressed);font-size:13px;font-weight:700}.hub-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:18px 20px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.hub-strip div{display:grid;gap:4px}.hub-strip strong{font-size:15px}.hub-strip span{color:var(--text-muted);font-size:13px;line-height:19px}.report-section{padding-top:80px}.report-page .section-heading{gap:10px;margin-bottom:36px;max-width:760px}.report-page .section-heading span{font-size:11px;letter-spacing:.14em;font-weight:700}.report-page .section-heading h2{font-size:clamp(26px,3.2vw,36px);line-height:1.2;font-weight:700}.report-page .section-heading p{max-width:660px;font-size:15px;line-height:25px;color:var(--text-muted)}.report-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.sheet-preview{position:relative;overflow:hidden;min-height:420px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:linear-gradient(180deg,#1717190d,#17171929),var(--surface-high)}.sheet-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#1717191f}.bottom-sheet{position:absolute;right:14px;bottom:14px;left:14px;display:grid;gap:14px;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-xl) 22px var(--radius-lg) var(--radius-lg);background:var(--surface)}.sheet-handle{justify-self:center;width:44px;height:4px;border-radius:var(--radius-full);background:var(--stroke-strong)}.sheet-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:8px}.feedback-preview,.notice-card,.write-card,.community-list-card,.comment-thread,.search-panel,.timeline-card,.empty-state{display:grid;gap:14px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.toast-stack{display:grid;gap:8px}.toast{display:flex;align-items:center;gap:9px;min-height:46px;padding:0 12px;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand-pressed);font-size:13px;font-weight:700}.toast.warning{border-color:#ff92003d;background:var(--warning-soft);color:var(--warning)}.modal-preview{display:grid;place-items:center;gap:10px;padding:22px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface-high);text-align:center}.modal-preview svg{color:var(--brand-pressed)}.modal-preview h3,.empty-state h3{margin:0;font-size:18px}.modal-preview p,.empty-state p{margin:0;color:var(--text-muted);font-size:13px;line-height:20px}.notice-list{display:grid;gap:8px}.notice-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;min-height:58px;padding:11px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);text-align:left}.notice-rank{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:var(--radius-full);background:var(--brand);color:#fff;font-size:12px;font-weight:700}.notice-row strong{display:block;color:var(--text);font-size:15px;line-height:20px}.notice-row small{display:block;margin-top:2px;color:var(--text-muted);font-size:12px;line-height:17px}.attachment-row{display:flex;gap:8px;flex-wrap:wrap}.attachment-row button{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 11px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-secondary);font-size:12px;font-weight:600}.filter-bar.compact{grid-template-columns:minmax(0,1fr) auto}.comment-thread .comment-bar{margin-top:2px}.comment-row{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;padding:12px 0;border-bottom:1px solid var(--stroke)}.comment-meta{display:flex;align-items:center;gap:7px}.comment-meta strong{font-size:13px}.comment-meta button{margin-left:auto;background:transparent;color:var(--text-muted)}.comment-row p{margin:6px 0 8px;color:var(--text-secondary);font-size:13px;line-height:20px}.text-action{display:inline-flex;align-items:center;gap:4px;background:transparent;color:var(--text-muted);font-size:12px;font-weight:500}.result-summary{display:grid;gap:4px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--brand-soft)}.result-summary strong{color:var(--brand-pressed);font-size:24px;line-height:30px}.result-summary span{color:var(--text-muted);font-size:12px}.timeline{position:relative;display:grid;gap:14px}.timeline:before{position:absolute;top:13px;bottom:13px;left:8px;width:2px;background:var(--stroke);content:""}.timeline-item{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px}.timeline-dot{z-index:1;width:18px;height:18px;margin-top:2px;border:3px solid var(--surface);border-radius:var(--radius-full);background:var(--brand)}.timeline-dot--warning{background:var(--warning)}.timeline-dot--critical{background:var(--critical)}.timeline-dot--info{background:var(--info)}.timeline-item>div{display:grid;gap:6px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.timeline-item .badge{justify-self:start}.timeline-item strong{color:var(--text);font-size:15px}.timeline-item p{margin:0;color:var(--text-muted);font-size:12px;line-height:18px}.empty-state{place-items:center;align-content:center;min-height:300px;text-align:center}.empty-state svg{color:var(--brand-pressed)}.empty-state .btn{display:inline-grid;place-items:center;min-width:148px}.empty-state .btn span{display:block;width:100%;text-align:center}.auth-preview,.form-controls-card,.payment-card,.upload-card,.data-ops-card,.message-preview,.editor-card,.faq-card,.location-card,.shop-finder-card,.document-card,.floating-preview{display:grid;gap:16px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.auth-preview{grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)}.signup-preview{display:grid;gap:16px;margin-top:16px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.auth-phone,.auth-side,.auth-benefit-card,.permission-card,.notification-list,.message-thread-panel{display:grid;gap:14px}.auth-phone,.auth-benefit-card,.permission-card{padding:22px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface-high)}.auth-phone{align-content:center;justify-items:stretch;gap:18px;min-height:100%}.auth-phone h3,.auth-benefit-card h3,.permission-card h3,.form-controls-card h3,.payment-card h3,.data-ops-card h3,.message-preview h3,.editor-card h3,.faq-card h3,.location-card h3,.shop-finder-card h3,.document-card h3,.floating-preview h3{margin:0;color:var(--text);font-size:18px;line-height:24px;font-weight:700}.auth-phone p{margin:6px 0 0;color:var(--text-muted);font-size:13px;line-height:19px}.auth-login-head{display:grid;justify-items:center;gap:12px;text-align:center}.auth-logo{width:214px;height:46px}.auth-login-head h3{font-size:24px;line-height:32px}.social-stack{display:grid;gap:12px;width:100%;max-width:440px;justify-self:center}.social-login{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;min-height:60px;padding:8px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);text-align:center}.social-login__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px}.social-login__icon img{width:34px;height:34px;object-fit:contain}.social-login__mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface);color:#171719;font-size:16px;font-weight:500}.social-login strong{display:block;color:var(--text);font-size:16px;line-height:22px;font-weight:500;text-align:center}.social-login svg{justify-self:center;color:var(--text-subtle)}.social-login--kakao{border-color:#fee500;background:#fee500;color:#181600}.social-login--naver{border-color:#03c75a;background:#03c75a;color:#fff}.social-login--apple{border-color:#111;background:#111;color:#fff}.social-login--google{border-color:var(--stroke);background:#fff}.social-login--kakao strong,.social-login--kakao svg{color:#181600}.social-login--naver strong,.social-login--naver svg,.social-login--apple strong,.social-login--apple svg{color:#fff}.auth-login-note{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;padding:12px;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:var(--brand-soft);color:var(--text-secondary);font-size:12px;line-height:18px;font-weight:600}.auth-login-note svg{margin-top:1px;color:var(--brand-pressed)}.auth-flow-list{display:grid;gap:10px}.auth-flow-row{display:grid;grid-template-columns:28px 34px minmax(0,1fr);gap:10px;align-items:center;min-height:62px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.auth-flow-row>span:first-child{display:grid;place-items:center;width:28px;height:28px;border-radius:var(--radius-full);background:var(--brand);color:#fff;font-size:12px;font-weight:700}.auth-flow-row svg{color:var(--brand-pressed)}.auth-flow-row strong{display:block;color:var(--text);font-size:13px;line-height:18px;font-weight:700}.auth-flow-row small{display:block;margin-top:2px;color:var(--text-muted);font-size:12px;line-height:17px}.signup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.signup-card{display:grid;align-content:start;gap:14px;min-width:0;padding:16px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface-high)}.signup-card--wide{grid-column:span 2}.signup-card__head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start}.signup-step{display:grid;place-items:center;width:30px;height:30px;border-radius:var(--radius-full);background:var(--brand);color:#fff;font-size:13px;font-weight:700}.signup-card h4{margin:0;color:var(--text);font-size:16px;line-height:22px;font-weight:700}.signup-card p{margin:3px 0 0;color:var(--text-muted);font-size:12px;line-height:18px}.consent-list{display:grid;gap:8px}.consent-row{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:48px;padding:9px 10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.consent-row.is-checked{border-color:var(--brand-line);background:var(--brand-soft)}.consent-check{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--stroke-strong);border-radius:var(--radius-full);background:var(--surface);color:var(--brand-pressed)}.consent-row strong{overflow:hidden;color:var(--text);font-size:13px;line-height:18px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.profile-setup{display:grid;grid-template-columns:82px minmax(0,1fr);gap:12px;align-items:end}.profile-photo{display:grid;place-items:center;gap:5px;width:82px;height:82px;border:1px dashed var(--brand-line);border-radius:var(--radius-lg);background:var(--brand-soft);color:var(--brand-pressed);font-size:12px;font-weight:700}.otp-grid.otp-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}.account-link-card,.signup-vehicle-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;min-height:64px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.account-link-card svg,.signup-vehicle-card svg{color:var(--brand-pressed)}.account-link-card strong,.signup-vehicle-card strong{display:block;color:var(--text);font-size:13px;line-height:18px;font-weight:700}.account-link-card small,.signup-vehicle-card small{display:block;margin-top:2px;color:var(--text-muted);font-size:12px;line-height:17px}.otp-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.otp-grid span{display:grid;place-items:center;height:48px;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:var(--surface);color:var(--text);font-size:22px;font-weight:700}.otp-grid span.is-empty{border-color:var(--stroke);background:var(--surface-input)}.permission-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;min-height:58px;padding:11px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.permission-row svg:first-child,.permission-row>svg:last-child{color:var(--brand-pressed)}.permission-row strong,.control-row strong,.refund-preview strong{display:block;color:var(--text);font-size:13px;line-height:18px}.permission-row small,.control-row small,.refund-preview small{display:block;color:var(--text-muted);font-size:12px;line-height:17px}.segmented-control{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:5px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.segmented-control button{min-height:38px;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-size:13px;font-weight:500}.segmented-control button.is-selected{background:var(--brand);color:#fff;font-weight:600}.control-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.control-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;min-height:66px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.control-row svg{color:var(--text-muted)}.control-row.is-selected{border-color:var(--brand-line);background:var(--brand-soft)}.control-row.is-selected svg{color:var(--brand-pressed)}.control-row.has-error{border-color:#ff42426b;background:var(--critical-soft)}.control-row.has-error svg,.control-row.has-error small{color:var(--critical)}.select-field{display:grid;gap:8px}.select-field>span{color:var(--text-secondary);font-size:13px;font-weight:700}.select-field button{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 2px;border:0;border-bottom:1px solid var(--stroke-strong);border-radius:0;background:transparent;color:var(--text);font-size:15px;font-weight:500}.skeleton-card{display:grid;gap:9px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.skeleton-card span{height:12px;border-radius:var(--radius-full);background:linear-gradient(90deg,var(--stroke),var(--surface),var(--stroke))}.skeleton-card span:nth-child(1){width:68%}.skeleton-card span:nth-child(2){width:92%}.skeleton-card span:nth-child(3){width:48%}.payment-methods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.payment-methods button{display:grid;place-items:center;gap:6px;min-height:76px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12px;font-weight:500}.payment-methods button.is-selected{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand-pressed)}.payment-summary .total strong{color:var(--brand-pressed)}.refund-preview{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.refund-preview>svg{color:var(--brand-pressed)}.rating-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.rating-row>span{color:var(--text-muted);font-size:13px;font-weight:700}.rating-row div{display:flex;gap:2px;color:#ff9200}.dropzone{display:grid;place-items:center;gap:10px;min-height:210px;padding:24px;border:1px dashed var(--brand-line);border-radius:var(--radius-lg);background:var(--brand-soft);text-align:center}.dropzone svg{color:var(--brand-pressed)}.dropzone h3{margin:0;font-size:18px}.dropzone p{max-width:520px;margin:0;color:var(--text-muted);font-size:13px;line-height:20px}.upload-grid{display:grid;gap:8px}.upload-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.upload-row>svg{color:var(--brand-pressed)}.upload-row strong,.upload-row small{display:block}.upload-row strong{font-size:13px}.upload-row small{margin-top:2px;color:var(--text-muted);font-size:12px}.upload-row i{display:block;overflow:hidden;height:6px;margin-top:7px;border-radius:var(--radius-full);background:var(--stroke)}.upload-row b{display:block;height:100%;border-radius:inherit;background:var(--brand)}.upload-row.is-error{border-color:#ff42426b;background:var(--critical-soft)}.upload-row.is-error b{background:var(--critical)}.image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.image-grid div{position:relative;overflow:hidden;aspect-ratio:4 / 3;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.image-grid img{width:100%;height:100%;object-fit:cover}.image-grid .badge{position:absolute;top:8px;left:8px}.ops-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tree-panel,.queue-panel,.editable-table,.version-panel,.package-panel{display:grid;gap:9px;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.tree-panel h4,.queue-panel h4,.version-panel h4,.package-panel h4{display:flex;align-items:center;gap:6px;margin:0;font-size:15px}.tree-panel h4 svg,.queue-panel h4 svg,.version-panel h4 svg,.package-panel h4 svg{color:var(--brand-pressed)}.tree-panel button{display:flex;align-items:center;gap:6px;min-height:34px;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-secondary);font-size:12px;font-weight:500;text-align:left}.tree-panel button svg{color:var(--brand-pressed)}.queue-panel div{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px;padding:0 10px;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--surface)}.queue-panel span{color:var(--text-secondary);font-size:12px;font-weight:700}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.table-toolbar strong{display:inline-flex;align-items:center;gap:6px;font-size:15px}.table-toolbar svg{color:var(--brand-pressed)}.editable-row{display:grid;grid-template-columns:minmax(0,1fr) 120px 90px 38px;gap:8px;align-items:center}.editable-row span,.editable-row input,.editable-row button{height:38px;min-height:38px;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--surface)}.editable-row span,.editable-row input{padding:0 10px;color:var(--text-secondary);font-size:12px;font-weight:700;line-height:38px}.editable-row__label{display:flex;align-items:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editable-row__amount{text-align:right}.editable-row__duration{text-align:center}.editable-row button{display:grid;place-items:center;padding:0;color:var(--brand-pressed)}.version-panel p{margin:0;color:var(--text-muted);font-size:13px;line-height:19px}.message-preview{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.notification-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;min-height:60px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);text-align:left}.notification-dot{width:10px;height:10px;border-radius:var(--radius-full);background:var(--brand)}.notification-dot--warning{background:var(--warning)}.notification-dot--critical{background:var(--critical)}.notification-dot--info{background:var(--info)}.notification-row strong,.notification-row small{display:block}.notification-row strong{color:var(--text);font-size:13px}.notification-row small{margin-top:2px;color:var(--text-muted);font-size:12px}.message-thread-panel{padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.chat-bubble{max-width:78%;padding:11px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font-size:13px;line-height:20px}.chat-bubble.incoming{display:inline-flex;align-items:flex-start;gap:6px}.chat-bubble.incoming svg{color:var(--brand-pressed);flex:0 0 auto;margin-top:2px}.chat-bubble.outgoing{justify-self:end;border-color:var(--brand-line);background:var(--brand);color:#fff}.message-compose{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;padding:8px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.message-compose input{min-width:0;border:0;outline:0;background:transparent}.editor-toolbar{display:flex;gap:6px;flex-wrap:wrap;padding:8px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.editor-toolbar button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-secondary)}.editor-toolbar button:first-child{border-color:var(--brand-line);color:var(--brand-pressed)}.editor-canvas{display:grid;gap:10px;min-height:220px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.editor-canvas h3,.editor-canvas p,.editor-canvas blockquote{margin:0}.editor-canvas h3{font-size:22px;line-height:28px}.editor-canvas p,.editor-canvas blockquote{color:var(--text-secondary);font-size:15px;line-height:22px}.editor-canvas blockquote{padding:12px;border-left:3px solid var(--brand);border-radius:var(--radius-sm);background:var(--surface)}.editor-meta{display:grid;gap:10px}.help-bubble{display:flex;align-items:center;gap:8px;padding:12px;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:var(--brand-soft);color:var(--text-secondary);font-size:13px;line-height:20px}.help-bubble svg{color:var(--brand-pressed);flex:0 0 auto}.faq-list{display:grid;gap:8px}.faq-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);text-align:left}.faq-row span,.faq-row strong,.faq-row small,.faq-row em{display:block}.faq-row small{color:var(--brand-pressed);font-size:11px;font-weight:700}.faq-row strong{margin-top:4px;color:var(--text);font-size:15px;line-height:20px}.faq-row em{margin-top:8px;color:var(--text-muted);font-size:13px;font-style:normal;line-height:20px}.faq-row svg{color:var(--text-muted)}.faq-row.is-open{border-color:var(--brand-line);background:var(--brand-soft)}.faq-row.is-open svg{color:var(--brand-pressed);transform:rotate(90deg)}.map-preview{position:relative;overflow:hidden;min-height:280px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:radial-gradient(circle at 58% 42%,rgba(0,102,255,.12),transparent 24%),var(--blue-95)}.map-preview:before,.map-preview:after{position:absolute;content:""}.map-preview:before{top:22%;right:-8%;left:-10%;height:42px;border:1px solid rgba(112,115,124,.16);border-right:0;border-left:0;background:#ffffff80;transform:rotate(-14deg)}.map-preview:after{top:-18%;bottom:-14%;left:42%;width:48px;border:1px solid rgba(112,115,124,.14);border-top:0;border-bottom:0;background:#ffffff75;transform:rotate(28deg)}.map-grid-line{position:absolute;background:#0066ff1c}.map-grid-line--vertical{top:0;bottom:0;left:18%;width:1px}.map-grid-line--horizontal{top:70%;right:0;left:0;height:1px}.map-marker,.map-locate{position:absolute;z-index:1;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--brand-line);background:var(--surface);color:var(--brand-pressed);font-weight:700}.map-marker{min-width:38px;height:38px;padding:0 10px;border-radius:var(--radius-full);transform:translate(-50%,-50%)}.map-marker span{margin-left:4px;font-size:12px}.map-marker.is-selected{background:var(--brand);color:#fff}.map-locate{right:12px;bottom:12px;gap:6px;height:40px;padding:0 12px;border-radius:var(--radius-md);font-size:12px}.location-result{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.location-result strong,.location-result small{display:block}.location-result strong{color:var(--text);font-size:15px}.location-result small{margin-top:3px;color:var(--text-muted);font-size:12px;line-height:18px}.shop-filter-panel{display:grid;gap:12px;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.shop-filter-panel>div{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;align-items:center}.shop-filter-panel>div>span{color:var(--text-secondary);font-size:13px;font-weight:600}.brand-filter-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(126px,1fr));gap:8px;min-width:0}.brand-filter-card{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px;min-height:58px;padding:8px 10px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:#fff;color:var(--text);text-align:left}.brand-filter-card.is-selected{border-color:#0066ff8c;background:var(--brand-soft)}.brand-filter-card__logo{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.brand-filter-card__logo img{display:block;width:34px;height:26px;object-fit:contain}.brand-filter-card__text{display:grid;gap:1px;min-width:0}.brand-filter-card__text strong{overflow:hidden;color:var(--text);font-size:13px;line-height:18px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.brand-filter-card__text small{overflow:hidden;color:var(--text-muted);font-size:11px;line-height:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.brand-filter-card.is-selected .brand-filter-card__text strong{color:var(--brand-strong)}.shop-finder-layout{display:grid;grid-template-columns:minmax(360px,1.06fr) minmax(340px,.94fr);gap:14px;align-items:stretch}.shop-finder-map,.shop-list-panel{min-width:0}.shop-finder-map .map-preview{height:100%;min-height:470px}.shop-list-panel{display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface-high)}.shop-list-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.shop-list-head strong,.shop-list-head small{display:block}.shop-list-head strong{color:var(--text);font-size:15px}.shop-list-head small{margin-top:3px;color:var(--text-muted);font-size:12px}.shop-result-list{display:grid;gap:9px}.document-drop{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px dashed var(--brand-line);border-radius:var(--radius-md);background:var(--brand-soft)}.document-drop>svg{color:var(--brand-pressed)}.document-drop strong,.document-drop small{display:block}.document-drop strong{color:var(--text);font-size:15px}.document-drop small{margin-top:3px;color:var(--text-muted);font-size:12px;line-height:18px}.document-list{display:grid;gap:8px}.document-row{display:grid;grid-template-columns:auto minmax(0,1fr) 40px;gap:10px;align-items:center;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.document-icon{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:var(--radius-md);background:var(--surface);color:var(--brand-pressed)}.document-icon--success{color:var(--success)}.document-icon--warning{color:var(--warning)}.document-row strong,.document-row small{display:block}.document-row strong{color:var(--text);font-size:13px}.document-row small{margin-top:2px;color:var(--text-muted);font-size:12px}.document-row i{display:block;overflow:hidden;height:6px;margin-top:8px;border-radius:var(--radius-full);background:var(--stroke)}.document-row b{display:block;height:100%;border-radius:inherit;background:var(--brand)}.floating-preview{max-width:520px}.floating-screen{position:relative;display:grid;gap:12px;overflow:hidden;min-height:520px;padding:18px;border:1px solid var(--stroke);border-radius:28px;background:var(--surface-high)}.floating-spacer{min-height:130px}.fab{position:absolute;right:24px;bottom:104px;z-index:2;display:grid;place-items:center;width:56px;height:56px;border-radius:var(--radius-full);background:var(--brand-gradient);color:#fff;box-shadow:inset 0 1px #ffffff38}.floating-cta{position:absolute;right:14px;bottom:14px;left:14px;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-xl);background:#fffffff5}.floating-cta>div span,.floating-cta>div strong{display:block}.floating-cta>div span{color:var(--text-muted);font-size:12px;font-weight:700}.floating-cta>div strong{margin-top:3px;color:var(--text);font-size:18px;line-height:24px}.screen-design-page{padding-bottom:96px}.screen-design-hero,.screen-design-summary,.screen-design-nav,.app-screen-section{width:100%;max-width:1180px;margin:0 auto}.screen-design-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:24px;align-items:stretch;padding:34px;border:1px solid var(--stroke);border-radius:var(--radius-xl);background:var(--surface)}.screen-design-hero h1{margin:16px 0 14px;color:var(--text);font-size:clamp(34px,4.4vw,56px);line-height:1.08;font-weight:700;letter-spacing:-.02em}.screen-design-hero p{max-width:720px;margin:0;color:var(--text-muted);font-size:16px;line-height:25px}.screen-design-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.screen-design-summary div{display:grid;align-content:start;gap:4px;min-height:132px;padding:16px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-design-summary strong{color:var(--brand-pressed);font-size:28px;line-height:36px;font-weight:700}.screen-design-summary span{color:var(--text);font-size:15px;font-weight:700}.screen-design-summary small{color:var(--text-muted);font-size:12px;line-height:17px}.screen-design-nav{position:sticky;top:0;z-index:5;display:flex;gap:8px;overflow-x:auto;margin-top:18px;padding:10px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:#fffffff5}.screen-design-nav a{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 13px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:13px;font-weight:600;white-space:nowrap}.screen-design-nav a:hover{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand-pressed)}.app-screen-section{scroll-margin-top:86px;padding-top:48px}.app-screen-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}.app-screen-frame{display:grid;gap:12px;min-width:0}.app-screen-frame>header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;min-height:42px}.app-screen-frame>header strong,.app-screen-frame>header span{display:block}.app-screen-frame>header strong{color:var(--text);font-size:16px;line-height:22px}.app-screen-frame>header span{color:var(--text-muted);font-size:12px;line-height:17px;text-align:right}.app-phone{position:relative;overflow:hidden;min-height:760px;border:1px solid var(--stroke);border-radius:30px;background:var(--bg-app)}.app-phone--entry{background:var(--bg-page)}.app-phone--entry:has(.screen-home-component-layout){background:var(--bg-app)}.app-phone--entry:has(.screen-canvas-gray){background:var(--bg-app)}.app-phone--entry{display:block}.app-phone--no-nav .app-phone__body{min-height:758px;padding-bottom:18px}.app-phone__top{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:72px;padding:18px 18px 12px;border-bottom:1px solid var(--stroke);background:#fffffff5}.app-phone__top img{width:136px;height:28px;object-fit:contain}.app-phone__top>div{display:flex;gap:6px}.app-phone__top--menu{display:grid;grid-template-columns:80px minmax(0,1fr) 80px;justify-content:normal;gap:0}.app-phone__top--menu>img{justify-self:center}.app-phone__top--menu .screen-menu-button{justify-self:start}.app-phone__top--menu .app-phone__top-actions{justify-self:end}.app-phone__top--detail{justify-content:flex-start;min-height:64px;padding:14px 16px 10px}.app-phone__back-title{display:flex;align-items:center;gap:6px;min-width:0}.app-phone__back-title .screen-back-button{margin-left:-8px}.screen-back-button{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:0;background:transparent;color:var(--text-subtle)}.app-phone__back-title strong{overflow:hidden;color:var(--text);font-size:16px;line-height:23px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.app-phone__top .icon-btn,.app-header .header-actions .icon-btn{width:36px;height:36px;border:0;border-radius:var(--radius-md);background:transparent}.screen-menu-button{display:inline-grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);color:var(--text)}.screen-menu-drawer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9;display:flex;align-items:stretch;pointer-events:auto}.screen-menu-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:0;border-radius:inherit;background:#17171957}.screen-menu-drawer__panel{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);gap:4px;width:min(288px,calc(100% - 44px));min-height:100%;padding:14px 14px 16px;overflow-y:auto;border-right:1px solid var(--stroke);background:var(--surface);box-shadow:12px 0 32px #1717191f}.screen-menu-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding-bottom:8px;border-bottom:1px solid var(--stroke)}.screen-menu-drawer__head>div{display:grid;gap:4px}.screen-menu-drawer__head strong{color:var(--text);font-size:16px;line-height:21px}.screen-menu-close{display:inline-grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--surface-high);color:var(--text-subtle)}.screen-menu-category-list{display:grid;align-content:start;gap:0}.screen-menu-link{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:44px;padding:5px 0;border:0;border-bottom:1px solid var(--stroke);border-radius:0;background:transparent;color:var(--text);text-decoration:none}.screen-menu-link__icon{display:grid;place-items:center;width:22px;height:22px;border:0;background:transparent;color:var(--text-muted)}.screen-menu-link strong,.screen-menu-link small{display:block}.screen-menu-link strong{color:var(--text);font-size:12px;line-height:16px}.screen-menu-link small{color:var(--text-muted);font-size:11px;line-height:13px}.screen-menu-drawer__panel--community{grid-template-rows:auto auto auto auto minmax(0,1fr);gap:9px;width:min(304px,calc(100% - 42px));padding:15px 16px 16px}.screen-menu-drawer__panel--community .screen-menu-drawer__head{padding-bottom:10px}.screen-community-menu-summary{display:grid;gap:2px;padding-bottom:8px;border-bottom:1px solid var(--stroke)}.screen-community-menu-summary strong,.screen-community-menu-summary small{display:block}.screen-community-menu-summary strong{color:var(--text);font-size:15px;line-height:19px;font-weight:600}.screen-community-menu-summary small{color:var(--text-muted);font-size:11px;line-height:15px}.screen-community-menu-search{display:grid;grid-template-columns:18px minmax(0,1fr);gap:7px;align-items:center;min-height:36px;padding:0 11px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-muted);font-size:12px;font-weight:500}.screen-community-menu-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.screen-community-menu-shortcuts a{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:34px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font-size:11px;font-weight:500;text-decoration:none}.screen-community-menu-shortcuts a:first-child{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand-pressed)}.screen-community-menu-list{display:grid;align-content:start;gap:8px;min-height:0;overflow-y:auto;padding-right:2px}.screen-community-menu-section{display:grid;gap:0;padding-bottom:3px;border-bottom:1px solid var(--stroke)}.screen-community-menu-section:last-child{border-bottom:0}.screen-community-menu-section__title{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:7px;align-items:center;min-height:32px}.screen-community-menu-section__title>span{display:grid;place-items:center;width:20px;height:20px;color:var(--text-muted)}.screen-community-menu-section__title strong{color:var(--text);font-size:13px;line-height:17px;font-weight:600}.screen-community-menu-section__title small{color:var(--text-muted);font-size:11px;line-height:14px;font-weight:500}.screen-community-menu-section__items{display:grid;gap:0}.screen-community-menu-section__items a{display:grid;grid-template-columns:minmax(0,1fr) auto 14px;gap:7px;align-items:center;min-height:38px;padding:4px 0 4px 31px;color:var(--text);text-decoration:none}.screen-community-menu-section__items a.is-active{padding-left:29px;box-shadow:inset 2px 0 0 var(--brand)}.screen-community-menu-section__items a strong,.screen-community-menu-section__items a small{display:block;min-width:0}.screen-community-menu-section__items a strong{overflow:hidden;color:var(--text);font-size:12px;line-height:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.screen-community-menu-section__items a small{overflow:hidden;color:var(--text-muted);font-size:11px;line-height:13px;text-overflow:ellipsis;white-space:nowrap}.screen-community-menu-section__items a em{display:grid;place-items:center;min-width:22px;min-height:20px;padding:0 6px;border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-muted);font-size:11px;line-height:12px;font-style:normal;font-weight:500}.screen-community-menu-section__items a.is-active em{background:var(--brand-soft);color:var(--brand-pressed)}.screen-community-menu-section__items a svg{color:var(--text-subtle)}.app-phone__body{display:grid;align-content:start;gap:14px;padding:16px 16px 100px}.app-phone .btn{align-self:center;min-height:38px;padding-inline:13px;border-radius:var(--radius-md);font-size:13px;font-weight:500}.app-phone .btn svg{width:16px;height:16px}.app-phone .button-row{gap:8px}.screen-bottom-nav{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:68px;padding:9px 6px 15px;border-top:1px solid var(--stroke);background:#fffffffa;box-shadow:0 -2px 8px #1717190a}.screen-bottom-nav button{display:grid;place-items:center;align-content:center;gap:5px;min-width:0;border-radius:var(--radius-md);background:transparent;color:var(--text-subtle)}.screen-bottom-nav__dot{width:4px;height:4px;border-radius:var(--radius-full);background:transparent}.screen-bottom-nav button.is-active .screen-bottom-nav__dot{background:var(--logo-red)}.screen-home-component-layout{gap:0;padding:0 0 100px}.screen-home-component-layout .app-header{padding-inline:14px}.screen-home-component-layout .phone-scroll{padding:0 14px}.screen-login-layout,.screen-splash-layout,.screen-onboarding-layout{min-height:758px}.screen-splash-layout{position:relative;align-content:stretch;justify-items:center;overflow:hidden;padding:34px 24px 26px;background:#fff}.screen-splash-content{position:relative;z-index:1;display:grid;justify-items:center;align-self:start;gap:10px;width:100%;margin-top:8px;text-align:center}.screen-splash-character{width:188px;height:162px;object-fit:contain;object-position:center bottom;background:transparent;border:0;border-radius:0;box-shadow:none;filter:none;mix-blend-mode:multiply}.screen-splash-logo{width:226px;height:50px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(23,23,25,.12))}.screen-splash-content h3{margin:0;color:var(--text);font-size:24px;line-height:31px;font-weight:700;word-break:keep-all}@property --rev{syntax: "<number>"; inherits: true; initial-value: 0;}.rev-loader{display:inline-grid;gap:10px;justify-items:center;animation:revCycle 1.3s cubic-bezier(.45,0,.25,1) infinite alternate}@keyframes revCycle{0%{--rev: 0}to{--rev: 1}}.rev-loader svg{width:44px;height:auto;overflow:visible}.rev-loader--sm svg{width:28px}.rev-loader--lg svg{width:66px}.screen-splash-loader{position:relative;z-index:1;display:grid;justify-items:center;align-self:end;margin-top:auto;padding-bottom:58px}.screen-splash-loader .rev-loader__label{--redzone: clamp(0, (var(--rev) - .82) * 5.56, 1);color:color-mix(in srgb,var(--critical-strong) calc(var(--redzone) * 100%),var(--brand));font-size:15px;line-height:20px;font-weight:600;letter-spacing:.04em;opacity:calc(.35 + var(--rev) * .65);transform:scale(calc(.96 + var(--rev) * .12))}.rev-loader path{fill:none;stroke-width:5;stroke-linecap:round}.rev-loader__track{stroke:var(--fill-strong)}.rev-loader__arc{stroke:var(--brand);stroke-dasharray:56.6;stroke-dashoffset:calc(54px - var(--rev) * 51px)}.rev-loader__redline{stroke:var(--critical-strong)}.rev-loader__needle{stroke:var(--text);stroke-width:3;stroke-linecap:round;transform-origin:24px 27px;transform:rotate(calc(var(--rev) * 160deg - 80deg))}.rev-loader__hub{fill:var(--text)}.rev-loader__label{color:var(--text-muted);font-size:12px;line-height:16px;letter-spacing:.0252em}@media (prefers-reduced-motion: reduce){.rev-loader{animation:none;--rev: .55}}.screen-splash-ad{display:grid;grid-template-columns:minmax(0,1fr) 88px;gap:12px;align-items:center;align-self:end;width:100%;min-height:116px;margin-top:auto;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-xl);background:var(--blue-95)}.screen-splash-ad div{display:grid;gap:4px;min-width:0}.screen-splash-ad span{color:var(--brand-pressed);font-size:11px;font-weight:600}.screen-splash-ad strong{color:var(--text);font-size:15px;line-height:20px;font-weight:600}.screen-splash-ad small{color:var(--text-muted);font-size:12px;line-height:17px}.screen-splash-ad img{align-self:end;width:88px;height:92px;object-fit:contain;object-position:center bottom;mix-blend-mode:multiply}.screen-login-layout{grid-template-rows:minmax(220px,1fr) auto;gap:18px}.screen-login-logo-zone{display:grid;place-items:center;min-height:260px}.screen-login-logo-zone img{width:218px;height:50px;object-fit:contain}.screen-login-bottom{display:grid;gap:14px;align-content:end;padding-bottom:4px;text-align:center}.screen-login-bottom h3,.screen-login-bottom p{margin:0}.screen-login-bottom h3{color:var(--text);font-size:22px;line-height:29px;font-weight:700;word-break:keep-all}.screen-login-bottom p{color:var(--text-muted);font-size:13px;line-height:20px}.screen-onboarding-layout{grid-template-rows:minmax(0,1fr) auto;gap:16px}.screen-onboarding-center{display:grid;align-content:center;gap:14px;min-height:0}.screen-bottom-actions{display:grid;gap:8px;padding-top:10px}.screen-bottom-actions.split{grid-template-columns:1fr 1.35fr}.screen-bottom-actions .btn{width:100%;min-height:40px}.screen-bottom-actions--muted{padding:12px;border:1px dashed var(--stroke-strong);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-muted);font-size:12px;line-height:18px;text-align:center}.screen-character-visual{display:grid;place-items:end center;justify-self:stretch;overflow:hidden;min-height:136px;padding:8px 10px 0;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.screen-character-visual img{width:100%;height:100%;max-height:152px;object-fit:contain;object-position:center bottom}.screen-character-visual--compact{min-height:108px;padding-top:4px}.screen-character-visual--compact img{max-height:118px}.screen-character-visual--wide{min-height:124px}.screen-character-visual--wide img{max-height:142px}.screen-character-visual--hero{min-height:168px}.screen-character-visual--hero img{max-height:184px}.screen-region-panel{display:grid;gap:14px;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.screen-region-panel>div{display:grid;gap:8px}.screen-region-panel span{color:var(--text-muted);font-size:12px;font-weight:500;line-height:17px}.screen-region-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.screen-region-grid--cities{grid-template-columns:repeat(3,minmax(0,1fr))}.screen-region-grid button{min-height:38px;padding:0 10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12px;font-weight:500}.screen-region-grid button.is-selected{border-color:var(--brand-line);background:var(--brand);color:#fff}.screen-title-block.center{justify-items:center;text-align:center}.screen-title-block h3{margin:0;color:var(--text);font-size:22px;line-height:29px;font-weight:700;word-break:keep-all}.screen-title-block p{margin:0;color:var(--text-muted);font-size:13px;line-height:20px}.screen-social-stack,.screen-form-stack,.screen-consent-box,.screen-estimate-steps,.screen-chat-list{display:grid;gap:8px}.screen-social-button{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:center;min-height:50px;padding:6px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text);text-align:left}.screen-social-button img,.screen-social-button span{width:32px;height:32px}.screen-social-button img{object-fit:contain}.screen-social-button span{display:grid;place-items:center;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface);color:var(--brand-pressed);font-weight:600}.screen-social-button strong{font-size:15px;font-weight:500}.screen-social-button--kakao{border-color:#fee500;background:#fee500;color:#181600}.screen-social-button--naver{border-color:#03c75a;background:#03c75a;color:#fff}.screen-social-button--apple{border-color:#111;background:#111;color:#fff}.screen-social-button--google{border-color:var(--stroke);background:#fff;color:var(--text)}.screen-consent-row{display:grid;grid-template-columns:28px 30px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:60px;padding:10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);color:var(--text);text-align:left}.screen-consent-check{display:grid;place-items:center;width:24px;height:24px;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted)}.screen-consent-term-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:var(--radius-sm);background:var(--surface-high);color:var(--brand-pressed)}.screen-consent-row.is-checked{border-color:var(--brand-line);background:var(--surface)}.screen-consent-row.is-checked .screen-consent-check{border-color:var(--brand-pressed);background:var(--brand);color:#fff}.screen-consent-row--all{grid-template-columns:28px minmax(0,1fr) auto;min-height:66px;padding:12px;background:var(--brand-soft)}.screen-consent-count{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:24px;padding:0 8px;border-radius:var(--radius-full);background:var(--surface);color:var(--brand-pressed);font-size:11px;font-weight:700}.screen-consent-copy{min-width:0}.screen-consent-meta{display:inline-flex;align-items:center;gap:4px;color:var(--text-subtle)}.screen-consent-row strong,.screen-consent-row small{display:block}.screen-consent-row strong{color:var(--text);font-size:13px;line-height:18px;font-weight:600}.screen-consent-row small{color:var(--text-muted);font-size:11px;line-height:16px}.screen-vehicle-card,.screen-progress-rail,.screen-purchase-bar,.screen-profile-card,.screen-point-card,.screen-total-card,.screen-search-summary,.screen-result{display:grid;gap:12px;align-items:center;padding:16px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.screen-otp-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.screen-otp-row span{display:grid;place-items:center;height:50px;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:var(--surface);color:var(--text);font-size:22px;font-weight:700}.screen-otp-row span.is-empty{border-color:var(--stroke);background:var(--surface-high)}.screen-note{display:flex;align-items:center;gap:6px;color:var(--text-muted);font-size:12px;line-height:18px}.screen-note svg{flex:none}.screen-login-bottom .screen-note{justify-content:center}.screen-note svg,.mini-screen-row__icon{color:var(--text-muted)}.screen-title-block{display:grid;gap:8px}.screen-title-block .badge{justify-self:start}.screen-list-head{display:grid;gap:2px;margin-top:8px;padding-top:14px;border-top:1px solid var(--line-alternative)}.screen-list-head strong{color:var(--text);font-size:18px;line-height:24px;font-weight:700}.screen-list-head small{color:var(--text-subtle);font-size:12px;line-height:16px}.screen-title-block--row{grid-template-columns:minmax(0,1fr) auto;align-items:start}.screen-title-block--row>div{display:grid;gap:8px}.screen-fav-btn{display:grid;place-items:center;gap:1px;padding:2px 6px;background:transparent;color:var(--text-subtle)}.screen-fav-btn span{color:var(--text-subtle);font-size:11px;line-height:14px;font-weight:600;font-variant-numeric:tabular-nums}.screen-fav-btn.is-active{color:var(--critical-strong)}.screen-brand-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.screen-filter-row{display:flex;gap:6px;overflow-x:auto;padding-bottom:1px}.screen-filter-row button{min-height:34px;padding:0 12px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-muted);font-size:12px;font-weight:500;white-space:nowrap}.screen-filter-row button.is-selected{border-color:var(--brand-line);background:var(--brand);color:#fff}.screen-brand-grid button{display:grid;place-items:center;gap:6px;min-height:88px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12px;font-weight:600}.screen-brand-grid button.is-selected{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand-pressed)}.screen-brand-grid img{width:44px;height:32px;object-fit:contain}.screen-form-stack{gap:0;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.screen-form-stack label{display:grid;gap:4px;min-height:60px;padding:12px 16px;align-content:center}.screen-form-stack label+label{border-top:1px solid var(--line-alternative)}.screen-form-stack label strong{font-size:15px;line-height:21px}.screen-form-stack label span,.screen-vehicle-card span,.mini-screen-row small,.screen-metric-card span,.screen-metric-card small,.screen-purchase-bar>div span,.screen-profile-card small,.screen-point-card span{color:var(--text-muted);font-size:12px;line-height:17px}.screen-form-stack label strong,.screen-vehicle-card strong,.mini-screen-row strong,.screen-profile-card strong{color:var(--text);font-size:15px;line-height:20px}.screen-vehicle-card>div,.screen-profile-card>div,.screen-booking-shop>div{display:grid;gap:2px;min-width:0}.screen-vehicle-card{grid-template-columns:52px minmax(0,1fr) auto;background:var(--surface)}.screen-vehicle-card img{width:48px;height:38px;object-fit:contain}.screen-metric-grid,.screen-request-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.screen-metric-card{display:grid;gap:4px;min-height:92px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-metric-card strong{color:var(--brand-pressed);font-size:24px;line-height:30px;font-weight:700}.screen-search-summary,.screen-total-card{justify-items:start;background:var(--brand-soft);border-color:var(--brand-line)}.screen-search-summary strong,.screen-total-card strong{color:var(--text);font-size:16px;line-height:22px}.screen-search-summary small,.screen-total-card span{color:var(--text-muted);font-size:12px;line-height:17px}.screen-total-card strong{color:var(--text);font-size:28px;line-height:34px;font-weight:800;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.screen-ledger-hero{display:grid;gap:6px}.screen-ledger-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:16px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-ledger-summary div{display:grid;gap:3px;min-width:0}.screen-ledger-summary span{color:var(--text-muted);font-size:13px;line-height:18px}.screen-ledger-summary strong{overflow:hidden;color:var(--text);font-size:16px;line-height:23px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.screen-ledger-module-grid{display:grid;padding:2px 16px;border-radius:var(--radius-xl);background:#fff}.screen-ledger-module{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:62px;padding:10px 0;border:0;background:transparent;color:var(--text);text-align:left;text-decoration:none}.screen-ledger-module+.screen-ledger-module{border-top:1px solid var(--line-alternative)}.screen-ledger-module__icon{display:grid;place-items:center;width:40px;height:40px;border:0;background:transparent;color:var(--text-secondary)}.screen-ledger-module strong,.screen-ledger-module small{display:block}.screen-ledger-module strong{color:var(--text);font-size:16px;line-height:22px;font-weight:600}.screen-ledger-module small{color:var(--text-muted);font-size:13px;line-height:18px}.screen-ledger-module__meta{display:inline-flex;align-items:center;gap:3px;color:var(--text-subtle)}.screen-ledger-panel{display:grid;gap:5px;padding:10px 11px;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:var(--brand-soft)}.screen-ledger-panel span,.screen-ledger-panel small{color:var(--text-muted);font-size:12px;line-height:17px}.screen-ledger-panel strong{display:block;color:var(--text);font-size:15px;line-height:21px}.screen-promo .btn{width:100%}.mini-screen-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:60px;padding:9px 2px 10px;border:0;border-bottom:1px solid var(--stroke);border-radius:0;background:transparent}.mini-screen-row__icon{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:0;background:transparent}.mini-screen-row strong,.mini-screen-row small{display:block}.screen-mileage-timeline .timeline-item>div{gap:7px;padding:12px 13px}.screen-mileage-timeline__head .badge{justify-self:auto}.screen-chip-tabs{display:flex;gap:18px;min-width:0;overflow-x:auto;border-bottom:1px solid var(--line-alternative);scrollbar-width:none}.screen-chip-tabs::-webkit-scrollbar{display:none}.screen-chip-tabs button{flex:0 0 auto;min-height:40px;padding:0 2px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--text-muted);font-size:15px;font-weight:500}.screen-chip-tabs button.is-selected{border-bottom-color:var(--text);background:transparent;color:var(--text);font-weight:700}.screen-request-grid button{display:grid;gap:4px;min-height:86px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);text-align:left}.screen-request-grid button.is-selected{border-color:var(--brand-line);background:var(--brand-soft)}.screen-request-grid strong{color:var(--text);font-size:15px}.screen-request-grid small{color:var(--text-muted);font-size:11px;line-height:16px}.screen-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.screen-request-grid--rows{grid-template-columns:1fr}.screen-request-grid--rows button{text-align:left}.screen-check-grid--rows{grid-template-columns:1fr}.screen-step-progress{display:grid;gap:6px}.screen-step-progress__track{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px}.screen-step-progress__track span{height:4px;border-radius:var(--radius-full);background:var(--fill-strong)}.screen-step-progress__track span.is-done{background:var(--brand)}.screen-step-progress small{color:var(--text-muted);font-size:11px;line-height:15px;font-variant-numeric:tabular-nums}.screen-step-hint{margin:0;color:var(--text-muted);font-size:12px;line-height:18px}.screen-cta-bar{position:absolute;right:0;bottom:0;left:0;z-index:2;display:grid;gap:8px;padding:10px 14px 16px;border-top:1px solid var(--stroke);background:#fffffffa}.screen-cta-bar--split{grid-template-columns:1fr 1.35fr}.screen-cta-bar .btn{width:100%;min-height:42px}.app-phone:has(.screen-cta-bar) .app-phone__body{padding-bottom:92px}.screen-check-grid span{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-height:44px;padding:0 14px;border:1px solid var(--text);border-radius:var(--radius-full);background:var(--surface);color:var(--text-muted);font-size:11px;font-weight:500}.screen-check-grid span.is-checked{border-color:var(--brand-line);background:var(--brand);color:#fff}.screen-check-grid span.is-checked svg{color:#fff}.screen-profile-card{grid-template-columns:auto minmax(0,1fr);background:var(--brand-soft);border-color:var(--brand-line)}.screen-shop-mini .btn{position:absolute;right:13px;bottom:13px;width:auto;min-width:92px;min-height:42px;padding-inline:16px}.screen-map-preview{position:relative;min-height:210px;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:radial-gradient(circle at 56% 44%,rgba(0,102,255,.12),transparent 26%),var(--blue-95)}.screen-map-preview:before,.screen-map-preview:after{position:absolute;content:"";background:#ffffff8c}.screen-map-preview:before{top:38%;right:-12%;left:-10%;height:34px;border:1px solid rgba(112,115,124,.15);transform:rotate(-15deg)}.screen-map-preview:after{top:-12%;bottom:-12%;left:45%;width:38px;border:1px solid rgba(112,115,124,.14);transform:rotate(24deg)}.screen-map-preview>span{position:absolute;z-index:1;display:grid;place-items:center;width:34px;height:34px;border-radius:var(--radius-full);background:var(--brand);color:#fff;font-size:12px;font-weight:700;transform:translate(-50%,-50%)}.screen-map-preview button{position:absolute;right:12px;bottom:12px;z-index:1;display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 10px;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:var(--surface);color:var(--brand-pressed);font-size:12px;font-weight:600}.screen-shop-hero,.screen-product-hero{display:grid;align-content:start;min-height:180px;padding:14px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#17171905,#1717192e),url(https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=640&q=80) center / cover}.screen-product-hero{align-content:center;justify-items:center;gap:8px;background:var(--blue-95);color:var(--brand-pressed)}.screen-product-hero--photo{position:relative;overflow:hidden;min-height:200px;padding:12px;background:var(--surface-high)}.screen-product-hero--photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.screen-design-page .screen-product-hero--photo .badge,.screen-product-hero--photo .badge{position:relative;z-index:1;align-self:start;background:#fffffff0;color:var(--brand-pressed);box-shadow:0 1px 4px #1717192e}.screen-product-hero strong{color:var(--text);font-size:16px;line-height:22px;font-weight:600}.screen-shop-hero .badge,.screen-product-hero .badge{justify-self:start}.screen-booking-shop{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;padding:13px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.screen-booking-shop h3,.screen-booking-shop p{margin:0}.screen-booking-shop h3{color:var(--text);font-size:18px;line-height:24px;font-weight:600}.screen-booking-shop p{color:var(--text-muted);font-size:12px;line-height:17px}.screen-booking-shop__name{display:flex;align-items:center;gap:6px;min-width:0}.screen-booking-shop__rating{display:inline-flex;align-items:center;gap:4px;padding-top:3px;color:var(--text);font-size:15px;font-weight:700;font-variant-numeric:tabular-nums}.screen-booking-shop__rating svg{color:var(--warning-strong);fill:currentColor}.screen-booking-month{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;gap:8px;align-items:center}.screen-booking-month strong{justify-self:center;color:var(--text);font-size:16px;line-height:22px}.screen-booking-month button{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:var(--radius-full);background:transparent;color:var(--text-secondary)}.screen-date-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.screen-date-button{display:grid;justify-items:center;gap:6px;padding:4px 0;border:0;background:transparent}.screen-date-button small{color:var(--text-subtle);font-size:11px;line-height:14px}.screen-date-button strong{display:grid;place-items:center;width:38px;height:38px;border-radius:var(--radius-full);color:var(--text);font-size:16px;line-height:1;font-weight:600}.screen-date-button.is-selected strong{background:var(--brand);color:#fff;font-weight:700}.screen-date-button.is-disabled{opacity:.35}.screen-booking-summary{display:grid;gap:10px;padding:16px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.screen-booking-summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.screen-booking-summary__row span{flex:none;color:var(--text-muted);font-size:12px;line-height:17px}.screen-booking-summary__row strong{color:var(--text);font-size:15px;line-height:19px;font-weight:600;text-align:right}.screen-booking-summary__row em{margin-left:6px;color:var(--text-subtle);font-size:11px;font-weight:400;font-style:normal}.screen-slot-section{display:grid;gap:8px}.screen-slot-section__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.screen-slot-section__head strong{color:var(--text);font-size:15px;line-height:19px}.screen-slot-section__head small{color:var(--text-muted);font-size:11px}.screen-time-slot-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.screen-time-slot-list--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.screen-time-slot{display:grid;gap:3px;min-height:54px;align-content:center;padding:8px 10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);text-align:left}.screen-time-slot strong{color:var(--text);font-size:15px;line-height:18px}.screen-time-slot small{color:var(--text-muted);font-size:11px;line-height:15px}.screen-time-slot.is-selected{border-color:var(--brand-line);background:var(--brand)}.screen-time-slot.is-selected strong,.screen-time-slot.is-selected small{color:#fff}.screen-time-slot.is-disabled{opacity:.45;text-decoration:line-through}.screen-time-slot-list--compact .screen-time-slot{min-height:46px;justify-items:center;align-content:center;text-align:center}.screen-payment-methods{display:grid;gap:8px}.screen-payment-methods button{display:grid;place-items:center;gap:4px;min-height:58px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12px;font-weight:500}.screen-payment-methods button.is-selected{border-color:var(--brand-line);background:var(--brand);color:#fff}.screen-estimate-steps div{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:8px;align-items:center;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-estimate-steps div.is-current{border-color:var(--brand-line);background:var(--brand-soft)}.screen-estimate-steps div>span:first-child{display:grid;place-items:center;width:30px;height:30px;border-radius:var(--radius-full);background:var(--surface);color:var(--brand-pressed);font-size:12px;font-weight:700}.screen-estimate-steps strong,.screen-estimate-steps small{display:block}.screen-estimate-steps strong{color:var(--text);font-size:13px}.screen-estimate-steps small{grid-column:2;color:var(--text-muted);font-size:12px}.screen-estimate-steps .badge{grid-column:3;grid-row:1 / span 2;align-self:center;min-width:76px}.screen-progress-rail{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:8px}.screen-progress-rail span{display:grid;place-items:center;min-height:36px;border:1px solid var(--text);border-radius:var(--radius-full);background:var(--surface);color:var(--text-muted);font-size:11px;font-weight:600}.screen-progress-rail span.is-done{background:var(--brand);color:#fff}.screen-result{justify-items:center;min-height:210px;text-align:center;background:var(--brand-soft);border-color:var(--brand-line)}.screen-result svg{color:var(--brand-pressed)}.screen-result-character{width:118px;height:112px;object-fit:contain;object-position:center bottom;mix-blend-mode:multiply}.screen-result h3,.screen-result p{margin:0}.screen-result h3{color:var(--text);font-size:22px;line-height:27px}.screen-result p{color:var(--text-muted);font-size:13px;line-height:20px}.screen-payment-methods{grid-template-columns:repeat(3,minmax(0,1fr))}.screen-rating-large{display:flex;justify-content:center;gap:4px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:#ff9200}.screen-purchase-bar{grid-template-columns:minmax(0,1fr) auto;background:var(--surface)}.screen-purchase-bar .btn span{color:inherit;font-size:inherit;line-height:inherit}.screen-purchase-bar strong{display:block;margin-top:3px;color:var(--text);font-size:18px}.screen-market-hero,.screen-market-banner,.screen-market-compatible{display:grid;gap:10px;padding:13px;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:var(--brand-soft)}.screen-market-hero{grid-template-columns:minmax(0,1fr) 92px;align-items:center;background:var(--blue-95)}.screen-market-hero--compact{gap:12px}.screen-market-hero>img{align-self:end;width:92px;height:96px;object-fit:contain;object-position:center bottom;border-radius:var(--radius-xl);background:#fff}.screen-market-hero strong,.screen-market-banner strong,.screen-market-compatible strong,.screen-market-section-title strong{display:block;color:var(--text);font-size:15px;line-height:21px;font-weight:600}.screen-market-hero small,.screen-market-banner span,.screen-market-compatible small{display:block;margin-top:3px;color:var(--text-muted);font-size:12px;line-height:17px}.screen-market-hero .btn{grid-column:1 / -1;width:100%;min-height:42px}.screen-market-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.screen-market-categories button{display:grid;place-items:center;min-height:44px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);font-size:13px;font-weight:500}.screen-market-categories button.is-selected{border-color:var(--brand-line);background:var(--brand);color:#fff}.screen-market-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.screen-market-section-title span{color:var(--brand-pressed);font-size:12px;font-weight:600}.screen-market-list-row>span:first-child,.screen-market-cart-row>span:first-child{overflow:hidden;border-radius:var(--radius-sm);background:var(--surface-high)}.screen-market-list-row>span:first-child img,.screen-market-cart-row>span:first-child img{width:100%;height:100%;object-fit:cover}.screen-market-product .badge{position:absolute;top:16px;left:16px}.screen-market-list-row strong,.screen-market-cart-row strong{color:var(--text);font-size:13px;line-height:18px;font-weight:600}.screen-market-list-row small,.screen-market-cart-row small{color:var(--text-muted);font-size:11px;line-height:16px}.screen-market-list-row em,.screen-market-cart-row em{color:var(--text);font-size:15px;font-style:normal;font-weight:700;letter-spacing:.0057em;font-variant-numeric:tabular-nums}.screen-market-banner{background:#ff92000f;border-color:#ff92002e}.screen-market-list,.screen-market-cart-row{display:grid;gap:8px}.screen-market-list-row,.screen-market-cart-row{display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:92px;padding:10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-market-list-row>span:first-child,.screen-market-cart-row>span:first-child{display:grid;place-items:center;width:74px;height:72px;color:var(--brand-pressed)}.screen-market-list-row>div,.screen-market-cart-row>div{display:grid;gap:3px;min-width:0}.screen-board-notice,.screen-board-article{display:grid;gap:10px;padding:13px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-board-article h3{margin:0;color:var(--text);font-size:18px;line-height:24px;font-weight:600}.screen-board-list{display:grid;gap:0;overflow:hidden;border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke);background:var(--surface)}.screen-board-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;min-height:58px;padding:11px 8px;border-bottom:1px solid var(--stroke);background:transparent}.screen-board-list-row:last-child{border-bottom:0}.screen-board-list-row.is-selected{background:#0066ff0d;box-shadow:inset 3px 0 0 var(--brand)}.screen-board-list-row strong,.screen-board-row__main strong{display:block;color:var(--text);font-size:13px;line-height:18px;font-weight:600}.screen-board-list-row small,.screen-board-row__main small,.screen-board-row__stats small,.screen-board-article__meta{color:var(--text-muted);font-size:11px;line-height:16px}.screen-board-list-row>span{color:var(--text-secondary);font-size:11px;font-weight:500;white-space:nowrap}.screen-board-actions .btn,.screen-board-write-bar .btn{width:100%;min-height:42px}.screen-board-table-head{display:grid;grid-template-columns:58px minmax(0,1fr) 44px;gap:8px;padding:0 10px;color:var(--text-muted);font-size:11px;font-weight:600}.screen-board-table-head span:last-child{text-align:right}.screen-board-row{display:grid;grid-template-columns:58px minmax(0,1fr) 44px;gap:8px;align-items:center;min-height:64px;padding:10px;border-bottom:1px solid var(--stroke);background:transparent}.screen-board-row:last-child{border-bottom:0}.screen-board-row.is-pinned{background:#ff920014}.screen-board-row.is-expert{background:#0066ff0d}.screen-board-row__category{display:inline-grid;place-items:center;min-height:28px;padding:0 6px;border-radius:var(--radius-sm);background:var(--surface-high);color:var(--brand-pressed);font-size:11px;font-weight:600}.screen-board-row__main{min-width:0}.screen-board-row__main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.screen-board-row__stats{display:grid;justify-items:end;gap:2px}.screen-board-row__stats strong{color:var(--text);font-size:15px;line-height:18px;font-weight:600}.screen-board-notice{background:#ff92000f;border-color:#ff92002e}.screen-board-notice-row{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:center;min-height:42px}.screen-board-notice-row>span{display:grid;place-items:center;width:24px;height:24px;border-radius:var(--radius-full);background:var(--surface);color:var(--gold);font-size:11px;font-weight:600}.screen-board-notice-row strong,.screen-board-notice-row small{display:block}.screen-board-notice-row strong{overflow:hidden;color:var(--text);font-size:12px;line-height:17px;text-overflow:ellipsis;white-space:nowrap}.screen-board-notice-row small{color:var(--text-muted);font-size:11px;line-height:15px}.screen-board-breadcrumb{display:flex;align-items:center;gap:4px;color:var(--text-muted);font-size:11px;font-weight:500}.screen-board-breadcrumb strong{color:var(--brand-pressed)}.screen-board-article{justify-items:start;background:var(--surface)}.screen-board-article__meta{display:flex;gap:8px;flex-wrap:wrap}.screen-social-account-list{display:grid;gap:8px}.screen-social-account-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center;min-height:54px;padding:7px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.screen-social-account-row__icon{display:grid;place-items:center;width:32px;height:32px}.screen-social-account-row__icon img{width:32px;height:32px;object-fit:contain}.screen-social-account-row div>strong,.screen-social-account-row div>small{display:block}.screen-social-account-row div>strong{color:var(--text);font-size:13px;line-height:18px}.screen-social-account-row div>small{color:var(--text-muted);font-size:11px;line-height:16px}.screen-social-account-row--kakao{border-color:#fee500;background:#fee500}.screen-social-account-row--naver{border-color:#03c75a;background:#03c75a}.screen-social-account-row--apple{border-color:#111;background:#111}.screen-social-account-row--google{border-color:var(--stroke);background:#fff}.screen-social-account-row--kakao div>strong,.screen-social-account-row--kakao div>small{color:#181600}.screen-social-account-row--naver div>strong,.screen-social-account-row--naver div>small,.screen-social-account-row--apple div>strong,.screen-social-account-row--apple div>small{color:#fff}.screen-profile-social-icons{display:flex;gap:4px;margin-top:7px}.screen-profile-social-icons img,.screen-profile-social-icons span{display:grid;place-items:center;width:22px;height:22px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface);object-fit:contain}.screen-profile-social-icons img{padding:3px}.screen-profile-social-icons span{color:var(--brand-pressed);font-size:11px;font-weight:600}.screen-post-body{padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-post-body p{margin:0;color:var(--text-secondary);font-size:13px;line-height:21px}.screen-reaction-row{display:flex;gap:8px;flex-wrap:wrap}.screen-reaction-row button{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:0 11px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-secondary);font-size:12px;font-weight:500}.screen-chat-list p{max-width:82%;margin:0;padding:11px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:13px;line-height:20px}.screen-chat-list p.outgoing{justify-self:end;border-color:var(--brand-line);background:var(--brand);color:#fff}.screen-comment-box{display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:8px;padding:8px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-comment-box input{min-width:0;border:0;outline:0;background:transparent}#app-community .screen-board-notice,#app-community .screen-board-article{padding:0;border:0;border-radius:0;background:transparent}#app-community .screen-board-article{padding-bottom:12px;border-bottom:1px solid var(--stroke)}#app-community .screen-board-home__title .badge,#app-community .screen-board-article .badge{justify-self:start}#app-community .screen-board-notice{gap:0}#app-community .screen-board-notice-row{min-height:44px;padding:9px 0;border-bottom:1px solid var(--stroke)}#app-community .screen-board-notice-row:last-child{border-bottom:0}#app-community .screen-board-notice-row>span{background:var(--surface-high);font-weight:500}#app-community .screen-board-list{overflow:visible;border:0;background:transparent}#app-community .screen-board-list-row,#app-community .screen-board-row{min-height:56px;padding:11px 0;border-bottom:1px solid var(--stroke)}#app-community .screen-board-list-row.is-selected,#app-community .screen-board-row.is-pinned,#app-community .screen-board-row.is-expert{background:transparent}#app-community .screen-board-list-row.is-selected,#app-community .screen-board-row.is-expert{padding-left:8px;box-shadow:inset 2px 0 0 var(--brand)}#app-community .screen-board-row.is-pinned{padding-left:8px;box-shadow:inset 2px 0 0 var(--gold)}#app-community .screen-board-row__category{min-height:22px;padding-inline:7px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:transparent;font-size:11px;font-weight:500}#app-community .screen-board-actions .btn,#app-community .screen-board-write-bar .btn{width:auto;min-height:36px;padding-inline:12px;justify-self:end}#app-community .screen-post-body{padding:10px 0;border:0;border-bottom:1px solid var(--stroke);border-radius:0;background:transparent}#app-community .screen-reaction-row button{min-height:30px;padding-inline:9px;font-weight:500}.screen-offline-layout{min-height:684px;grid-template-rows:auto auto minmax(0,1fr) auto;background:#fff}.screen-offline-page{display:grid;justify-items:center;gap:9px;min-height:244px;padding:34px 18px 28px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:#fff;text-align:center}.screen-offline-page__icon{display:grid;place-items:center;width:76px;height:76px;border:1px solid rgba(255,66,66,.18);border-radius:var(--radius-full);background:#ff424214;color:var(--critical)}.screen-offline-page h3,.screen-offline-page p{margin:0}.screen-offline-page h3{max-width:260px;color:var(--text);font-size:22px;line-height:29px;font-weight:700}.screen-offline-page p{max-width:270px;color:var(--text-muted);font-size:13px;line-height:20px}.screen-offline-status{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke)}.screen-offline-status div{display:grid;gap:3px;min-height:54px;place-items:center;border-right:1px solid var(--stroke)}.screen-offline-status div:last-child{border-right:0}.screen-offline-status span{color:var(--text-muted);font-size:11px;line-height:14px}.screen-offline-status strong{color:var(--text);font-size:13px;line-height:17px;font-weight:600}.screen-offline-guides{display:grid;align-content:start;gap:8px}.screen-community-detail-layout>.screen-comment-box{align-self:end;margin-top:auto;background:var(--surface)}.screen-chat-thread-layout{min-height:686px;grid-template-rows:auto auto minmax(0,1fr) auto auto;align-content:stretch;padding-bottom:16px}.screen-chat-thread-header{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto auto;gap:6px;align-items:center;margin:-4px -2px 0;padding:8px 2px 12px;border-bottom:1px solid var(--stroke);background:var(--bg-page)}.screen-chat-thread-header>div{min-width:0}.screen-chat-back-button{display:inline-grid;place-items:center;width:44px;height:44px;margin-left:-8px;padding:0;border:0;border-radius:0;background:transparent;color:var(--text-subtle)}.screen-chat-peer-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:var(--radius-full);background:var(--brand-gradient);color:#fff;font-size:15px;font-weight:600}.screen-chat-thread-header h3{margin:0 0 2px;color:var(--text);font-size:16px;line-height:21px}.screen-chat-thread-header small{color:var(--text-muted);font-size:12px;line-height:17px}.screen-chat-thread-header .badge{justify-self:end}.screen-chat-context{display:grid;gap:3px;padding:10px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-chat-context span{color:var(--text-muted);font-size:11px;line-height:15px}.screen-chat-context strong{color:var(--text);font-size:12px;line-height:17px;font-weight:500}.screen-chat-thread-layout .screen-chat-list{align-self:end;align-content:end;max-height:420px;overflow:hidden}.screen-chat-date{justify-self:center;padding:4px 10px;border-radius:var(--radius-full);background:var(--surface);color:var(--text-muted);font-size:11px;line-height:15px}.screen-chat-attachment{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;min-height:42px;padding:8px 10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12px}.screen-chat-attachment svg{color:var(--brand-pressed)}.screen-chat-composer{align-self:end;min-height:56px;background:var(--surface)}.screen-profile-card{grid-template-columns:auto minmax(0,1fr) auto;background:var(--surface)}.screen-point-card{justify-items:start;background:var(--brand);color:#fff}.screen-point-card span,.screen-point-card strong{color:#fff}.screen-point-card strong{font-size:28px;line-height:36px;font-weight:700}.flow-standard-card{display:grid;gap:16px;min-width:0;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.flow-standard-card h3{margin:0;color:var(--text);font-size:18px;line-height:24px;font-weight:700}.flow-standard-card>.btn{justify-self:start}.wizard-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wizard-steps span{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-muted);font-size:12px;font-weight:600;text-align:center}.wizard-steps span.is-active{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand-pressed)}.wizard-steps small{color:inherit;font-size:12px;font-weight:500;line-height:16px}.vehicle-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.vehicle-brand-tile{display:grid;place-items:center;gap:8px;min-height:104px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary)}.vehicle-brand-tile.is-selected{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand-pressed)}.vehicle-brand-tile img{width:48px;height:34px;object-fit:contain}.vehicle-brand-tile strong{font-size:13px;line-height:18px;font-weight:500}.vehicle-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.question-flow{display:grid;gap:10px}.question-card{display:grid;gap:12px;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.question-card.is-selected{border-color:var(--brand-line);background:var(--brand-soft)}.question-card strong,.question-card small{display:block}.question-card strong{color:var(--text);font-size:15px;line-height:20px}.question-card small{margin-top:2px;color:var(--text-muted);font-size:12px;line-height:17px}.check-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mini-check{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 10px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:500;white-space:nowrap}.mini-check.is-checked{border-color:var(--brand-line);background:var(--brand);color:#fff}.mini-check.is-checked svg{color:#fff}.toggle-line,.upload-inline,.estimate-stage-row,.estimate-check-row,.point-ledger-row,.coupon-exchange-card,.support-case-card,.audit-reason-card{display:grid;gap:10px;align-items:center;min-width:0;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.toggle-line{grid-template-columns:minmax(0,1fr) auto;color:var(--text-secondary);font-size:13px;font-weight:600}.toggle-line svg{color:var(--brand-pressed)}.upload-inline{grid-template-columns:auto minmax(0,1fr) auto;color:var(--text-secondary);font-size:13px;font-weight:600}.upload-inline svg{color:var(--brand-pressed)}.estimate-stage-list,.estimate-line-items,.point-ledger-list,.review-thread,.support-thread{display:grid;gap:8px}.estimate-stage-row{grid-template-columns:30px minmax(0,1fr) auto;background:var(--surface)}.estimate-stage-row.is-current{border-color:var(--brand-line);background:var(--brand-soft)}.estimate-stage-row>span{display:grid;place-items:center;width:30px;height:30px;border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-muted);font-size:12px;font-weight:600}.estimate-stage-row.is-current>span{background:var(--brand);color:#fff}.estimate-stage-row .badge{min-width:96px;min-height:28px;padding-inline:10px;line-height:1.1}.estimate-stage-row .badge__label{transform:none}.estimate-stage-row.is-current .badge--warning{border:1px solid var(--brand-line);background:var(--surface);color:var(--brand-pressed)}.estimate-stage-row strong,.estimate-stage-row small,.point-ledger-row strong,.point-ledger-row small,.coupon-exchange-card strong,.coupon-exchange-card small,.support-case-card strong,.support-case-card small,.audit-reason-card strong,.audit-reason-card small{display:block}.estimate-stage-row strong,.point-ledger-row strong,.coupon-exchange-card strong,.support-case-card strong,.audit-reason-card strong{color:var(--text);font-size:13px;line-height:18px}.estimate-stage-row small,.point-ledger-row small,.coupon-exchange-card small,.support-case-card small,.audit-reason-card small{margin-top:2px;color:var(--text-muted);font-size:12px;line-height:17px}.estimate-check-row{grid-template-columns:30px minmax(120px,1fr) minmax(180px,auto) auto;background:var(--surface)}.estimate-check-row strong{color:var(--text);font-size:15px;line-height:20px}.estimate-check-row small{color:var(--text-muted);font-size:12px;line-height:17px;text-align:right}.rating-input-card{display:grid;gap:10px;padding:14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.rating-stars{display:flex;gap:3px;color:#ff9200}.rating-input-card textarea{width:100%;min-height:86px;resize:vertical;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);color:var(--text-secondary);line-height:20px;outline:0}.review-row,.review-reply{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.review-reply{grid-template-columns:auto minmax(0,1fr);margin-left:24px;background:var(--surface-high)}.review-row>svg,.review-reply>svg{color:var(--brand-pressed)}.review-row strong,.review-row small,.review-row p,.review-reply strong,.review-reply small{display:block;margin:0}.review-row strong,.review-reply strong{color:var(--text);font-size:13px;line-height:18px}.review-row small,.review-reply small{margin-top:2px;color:var(--text-muted);font-size:12px;line-height:18px}.review-row p{margin-top:6px;color:var(--text-secondary);font-size:13px;line-height:20px}.point-ledger-row{grid-template-columns:auto minmax(0,1fr) auto;background:var(--surface)}.point-ledger-row svg,.coupon-exchange-card svg,.support-case-card svg,.audit-reason-card svg{color:var(--brand-pressed)}.coupon-exchange-card{grid-template-columns:auto minmax(0,1fr) auto;border-color:var(--brand-line);background:var(--brand-soft)}.support-case-card{grid-template-columns:auto minmax(0,1fr) auto;background:var(--warning-soft)}.support-message{display:grid;gap:4px;padding:10px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.support-message strong{color:var(--brand-pressed);font-size:12px}.support-message p{margin:0;color:var(--text-secondary);font-size:13px;line-height:20px}.ops-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:8px;align-items:center}.dense-table th,.dense-table td{height:40px;padding:0 10px;font-size:12px}.dense-table .icon-btn{width:34px;height:34px;border-radius:var(--radius-md)}.audit-reason-card{grid-template-columns:auto minmax(0,1fr);border-color:#ff42423d;background:var(--critical-soft)}.state-pattern-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.state-pattern-tile{display:grid;gap:7px;min-height:118px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.state-pattern-tile svg{color:var(--brand-pressed)}.state-pattern-tile strong{color:var(--text);font-size:13px;line-height:18px}.state-pattern-tile small{color:var(--text-muted);font-size:12px;line-height:17px}.page-footer{display:flex;align-items:center;gap:8px;padding-top:24px}.page-footer svg{color:var(--brand-pressed);flex:0 0 auto}.report-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.legend{display:grid;gap:8px;margin:0;padding:0;list-style:none}.legend li{display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:9px;padding:6px 10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.legend strong{font-size:13px;color:var(--text-secondary)}.legend em{color:var(--brand-pressed);font-style:normal;font-weight:700;font-size:12px}.report-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border:1px solid var(--brand-line);border-radius:var(--radius-xl);background:var(--brand-soft)}.report-cta--mascot{display:grid;grid-template-columns:168px minmax(0,1fr) auto;align-items:center;gap:22px;overflow:hidden;background:linear-gradient(90deg,#ffffffbd,#ffffff2e 48%,#fff0),var(--brand-soft)}.report-cta__mascot{justify-self:center;width:150px;height:150px;object-fit:contain;object-position:center bottom;mix-blend-mode:multiply}.report-cta strong{display:block;margin:8px 0 4px;font-size:18px;color:var(--text)}.report-cta p{margin:0;color:var(--text-muted);font-size:13px}.report-cta__actions{display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 1180px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--stroke)}.sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 920px){.content{padding:22px 18px 48px}.page-header{align-items:flex-start;flex-direction:column}.overview-grid,.component-grid.two,.component-grid.three,.auth-preview,.message-preview,.shop-finder-layout,.hub-hero,.screen-design-hero,.hub-grid,.report-grid.two,.report-grid.three,.app-screen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-cta{flex-direction:column;align-items:flex-start;text-align:left}.report-cta--mascot{grid-template-columns:132px minmax(0,1fr)}.report-cta__mascot{width:124px;height:124px}.report-cta--mascot .report-cta__actions{grid-column:1 / -1}.component-grid.masonry{column-count:1}.phone-frame{margin:0 auto}.filter-bar,.estimate-item{grid-template-columns:1fr}.check-option-grid,.state-pattern-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-grid,.ops-grid{grid-template-columns:1fr}.builder-grid button{width:100%}}@media (max-width: 560px){.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.content{padding:18px 12px 42px}.page-header h1{font-size:24px;line-height:32px}.overview-grid,.component-grid.two,.component-grid.three,.hub-hero,.hub-grid,.report-grid.two{grid-template-columns:1fr}.button-row,.button-stack{width:100%}.auth-preview,.signup-grid{grid-template-columns:1fr}.signup-card--wide{grid-column:auto}.auth-phone,.signup-preview,.signup-card,.auth-benefit-card,.permission-card{padding:16px}.auth-logo{width:188px;height:42px}.auth-login-head h3{font-size:22px;line-height:29px}.social-login{grid-template-columns:40px minmax(0,1fr) 40px;min-height:56px;padding-inline:10px}.social-login__icon{width:36px;height:36px}.social-login__icon img,.social-login__mark{width:32px;height:32px}.flow-standard-card{padding:16px}.flow-standard-card>.btn{width:100%}.wizard-steps,.vehicle-brand-grid,.vehicle-spec-grid,.check-option-grid,.state-pattern-grid,.ops-toolbar{grid-template-columns:1fr}.estimate-stage-row{grid-template-columns:30px minmax(0,1fr);align-items:start}.estimate-stage-row>span{grid-row:1 / span 2}.estimate-stage-row>div{grid-column:2}.estimate-stage-row .badge{grid-column:2;grid-row:2;justify-self:start;margin-top:4px}.estimate-check-row{grid-template-columns:30px minmax(0,1fr)}.estimate-check-row small,.estimate-check-row .badge{grid-column:2;justify-self:start;text-align:left}.upload-inline,.point-ledger-row,.coupon-exchange-card,.support-case-card,.audit-reason-card{grid-template-columns:1fr}.review-row{grid-template-columns:auto minmax(0,1fr)}.review-row .badge{grid-column:2;justify-self:start}.review-reply{margin-left:0}.shop-card{grid-template-columns:1fr}.shop-card>img{height:220px}.shop-card__actions{grid-template-columns:1fr 1fr}.shop-list-panel .shop-card{grid-template-columns:1fr}.shop-list-panel .shop-card>img{height:180px}.shop-list-panel .shop-card__body{min-height:0}.shop-list-panel .shop-card__actions{grid-template-columns:1fr 1fr}.shop-filter-panel>div{grid-template-columns:1fr}.brand-filter-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-finder-layout{grid-template-columns:1fr}.shop-finder-map .map-preview{min-height:320px}.page-actions .btn,.button-stack .btn,.button-row .btn{flex:1 1 150px}.token-grid,.metric-grid,.slot-grid,.status-stepper{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-days{grid-template-columns:repeat(4,minmax(0,1fr))}.data-table{display:block;overflow-x:auto}.phone-frame{min-height:820px;border-radius:28px}.site-topbar{align-items:flex-start;flex-direction:column}.site-doc-nav,.hub-actions,.hub-strip{width:100%}.site-doc-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.site-doc-nav a,.hub-actions .btn{width:100%}.hub-hero,.screen-design-hero{padding:22px}.report-cta--mascot{grid-template-columns:1fr;justify-items:start}.report-cta__mascot{justify-self:start;width:112px;height:112px}.screen-design-hero,.app-screen-grid{grid-template-columns:1fr}.screen-design-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.report-grid.three{grid-template-columns:1fr}.hub-strip{align-items:flex-start;flex-direction:column}.screen-design-summary{grid-template-columns:1fr}.app-phone{min-height:720px;border-radius:28px}.app-phone--no-nav .app-phone__body,.screen-login-layout,.screen-onboarding-layout{min-height:718px}.sheet-actions,.filter-bar.compact,.notice-row,.control-grid,.payment-methods,.image-grid,.editable-row{grid-template-columns:1fr}.segmented-control{grid-template-columns:repeat(2,minmax(0,1fr))}.refund-preview,.upload-row,.permission-row,.location-result,.document-drop,.floating-cta{grid-template-columns:1fr}.floating-preview{max-width:none}.floating-cta .btn{width:100%}.table-toolbar,.rating-row{align-items:flex-start;flex-direction:column}}.screen-design-page{--screen-ink: #171719;--screen-muted: #70737c;--screen-line: #e1e2e4;--screen-panel: #ffffff;--screen-raised: #f7f7f8;background:#f7f7f8}.screen-design-page .site-topbar{max-width:1180px;margin-bottom:28px;padding:14px 0}.screen-design-page .site-doc-nav a{min-height:36px;border-radius:var(--radius-sm);font-size:13px}.screen-design-page .site-doc-nav a.is-active,.screen-design-page .badge--brand{background:var(--brand-soft);color:var(--brand-pressed)}.screen-design-page .badge--brand .badge__label{color:var(--brand-pressed)}.screen-design-page .btn--primary{background:var(--brand);color:#fff;box-shadow:none}.screen-design-page .btn--primary:hover{background:var(--brand-pressed)}.screen-design-page .btn--secondary{background:#fff;border-color:var(--screen-line)}.screen-design-hero,.screen-design-summary,.screen-design-nav,.app-screen-section{max-width:1200px}.screen-design-hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:22px;padding:24px;border-color:var(--screen-line);border-radius:var(--radius-md);background:var(--screen-panel)}.screen-design-hero h1{max-width:680px;margin:12px 0 10px;color:var(--screen-ink);font-size:clamp(30px,3.2vw,44px);line-height:1.12;font-weight:700}.screen-design-hero p{max-width:680px;color:var(--screen-muted);font-size:15px;line-height:22px}.screen-design-hero .hub-actions{margin-top:18px}.screen-design-summary{gap:8px}.screen-design-summary div{min-height:96px;padding:14px;border-color:var(--screen-line);border-radius:var(--radius-md);background:var(--screen-raised)}.screen-design-summary strong{color:var(--brand-pressed);font-size:28px;line-height:32px;font-weight:700}.screen-design-summary span{color:var(--screen-ink);font-size:13px}.screen-design-summary small{color:var(--screen-muted)}.screen-design-nav{top:0;margin-top:14px;padding:8px;border-color:var(--screen-line);border-radius:var(--radius-md);background:#fff;box-shadow:var(--elevation-md)}.screen-design-nav a{min-height:34px;padding:0 12px;border-color:transparent;border-radius:var(--radius-sm);background:transparent;color:var(--screen-muted);font-size:12px;font-weight:600}.screen-design-nav a:hover{border-color:var(--screen-ink);background:var(--screen-ink);color:#fff}.screen-design-page .section-heading{gap:6px;margin-bottom:16px}.screen-design-page .section-heading span{color:var(--brand-pressed);font-size:11px}.screen-design-page .section-heading h2{color:var(--screen-ink);font-size:24px;line-height:30px;font-weight:700}.screen-design-page .section-heading p{max-width:760px;color:var(--screen-muted);font-size:13px;line-height:20px}.app-screen-section{scroll-margin-top:76px;padding-top:36px}.app-screen-grid{gap:20px}.app-screen-frame{gap:8px;scroll-margin-top:88px}.app-screen-frame>header{min-height:34px;align-items:center}.app-screen-frame>header strong{color:var(--screen-ink);font-size:15px;line-height:21px;font-weight:600}.app-screen-frame>header span{color:var(--screen-muted);font-size:11px;line-height:16px}.app-phone{min-height:748px;border-color:var(--screen-line);border-radius:22px;background:var(--bg-app);box-shadow:none}.app-phone--no-nav .app-phone__body,.screen-login-layout,.screen-splash-layout,.screen-onboarding-layout{min-height:746px}.app-phone__top{min-height:64px;padding:14px 16px 10px;border-color:var(--screen-line)}.app-phone__top img{width:128px;height:26px}.app-phone__top .icon-btn{width:34px;height:34px;border:0;border-radius:var(--radius-sm);background:transparent}.app-phone__top .screen-menu-button{width:34px;height:34px;border-color:var(--screen-line);border-radius:var(--radius-sm);background:#fff}.app-phone__body{gap:12px;padding:14px 14px 94px}.app-phone .btn{min-height:38px;border-radius:var(--radius-md);font-weight:600}.screen-bottom-nav{right:0;bottom:0;left:0;min-height:62px;border-top-color:var(--screen-line);background:#fffffffa}.screen-bottom-nav button{border-radius:var(--radius-md)}.screen-bottom-nav button.is-active{background:transparent;color:var(--text)}.screen-design-page :where(.screen-vehicle-card,.screen-point-card,.screen-metric-card,.screen-market-hero,.screen-market-banner,.screen-market-compatible,.screen-total-card,.screen-booking-summary,.screen-result,.screen-profile-card,.screen-character-visual){border-color:var(--stroke);border-radius:var(--radius-xl);background-color:#fff;box-shadow:none}.screen-design-page :where(.screen-note,.screen-progress-rail,.screen-search-summary,.screen-region-panel,.mini-screen-row,.screen-booking-shop,.screen-market-list-row,.screen-market-cart-row,.screen-board-notice,.screen-board-article){border-color:transparent;border-radius:var(--radius-md);background-color:transparent;box-shadow:none;padding-inline:0}.screen-design-page :where(.screen-social-button,.screen-time-slot,.screen-purchase-bar,.screen-consent-row){border-color:var(--stroke);border-radius:var(--radius-md);background-color:#fff;box-shadow:none}.screen-design-page .mini-screen-row{min-height:54px;padding:9px 0;border-bottom:0}.screen-design-page :where(.screen-character-visual,.screen-splash-layout){background:#fff}.screen-design-page .screen-social-button--kakao{border-color:#fee500;background:#fee500;color:#181600}.screen-design-page .screen-social-button--naver{border-color:#03c75a;background:#03c75a;color:#fff}.screen-design-page .screen-social-button--naver strong,.screen-design-page .screen-social-button--naver svg{color:#fff}.screen-design-page .screen-social-button--apple{border-color:#111;background:#111;color:#fff}.screen-design-page .screen-social-button--apple strong,.screen-design-page .screen-social-button--apple svg{color:#fff}.screen-design-page .screen-social-button--google{border-color:var(--screen-line);background:#fff;color:var(--screen-ink)}.screen-design-page .screen-point-card{border-color:var(--brand-pressed);background:var(--brand);color:#fff}.screen-design-page .screen-point-card span,.screen-design-page .screen-point-card strong,.screen-design-page .screen-point-card small{color:#fff}.screen-design-page :is(.screen-region-grid button.is-selected,.screen-filter-row button.is-selected,.screen-request-grid button.is-selected,.screen-market-categories button.is-selected,.screen-time-slot.is-selected,.screen-payment-methods button.is-selected){border-color:var(--text);background:var(--text);color:#fff}.screen-design-page :is(.screen-region-grid button.is-selected,.screen-filter-row button.is-selected,.screen-market-categories button.is-selected,.screen-time-slot.is-selected,.screen-payment-methods button.is-selected) strong,.screen-design-page :is(.screen-time-slot.is-selected) small,.screen-design-page :is(.screen-payment-methods button.is-selected,.screen-market-categories button.is-selected) :where(span,small,strong,svg){color:#fff}.screen-design-page .screen-consent-box{gap:9px}.screen-design-page .screen-consent-row,.screen-design-page .screen-consent-row.is-checked{border-color:var(--screen-line);background:#fff}.screen-design-page .screen-consent-row--all,.screen-design-page .screen-consent-row--all.is-checked{border-color:var(--text);background:var(--surface)}.screen-design-page .screen-consent-check{border-color:var(--screen-line);background:#fff;color:transparent}.screen-design-page .screen-consent-row.is-checked .screen-consent-check{border-color:var(--brand-pressed);background:var(--brand);color:#fff}.screen-design-page .screen-consent-term-icon{background:var(--screen-raised);color:var(--brand-pressed)}.screen-design-page .screen-consent-meta{color:var(--screen-muted)}.screen-design-page .screen-consent-count{background:#fff;color:var(--brand-pressed)}.screen-design-page :where(.screen-title-block h3,.screen-booking-shop h3){color:var(--screen-ink);font-weight:700}.screen-design-page :where(.screen-title-block p,.screen-booking-shop p){color:var(--screen-muted)}.screen-design-page .screen-mileage-bar div span,.screen-design-page .screen-chat-peer-avatar{background:var(--brand)}.screen-design-page .report-cta{border-color:var(--screen-line);border-radius:var(--radius-md);background:#fff}.screen-community-board-search{display:grid;grid-template-columns:18px minmax(0,1fr);gap:7px;align-items:center;min-height:38px;padding:0 12px;border:1px solid var(--screen-line);border-radius:var(--radius-md);background:#f7f7f8;color:var(--screen-muted);font-size:12px;font-weight:500}@media (max-width: 920px){.screen-design-page .site-topbar{max-width:720px}.screen-design-hero{grid-template-columns:1fr}.screen-design-summary{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 560px){.screen-design-page{padding-inline:18px}.screen-design-page .site-topbar{gap:14px;margin-bottom:14px}.screen-design-page .site-logo img{width:150px;height:32px}.screen-design-page .site-doc-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:6px}.screen-design-page .site-doc-nav a{min-height:36px}.screen-design-hero{padding:20px;border-radius:var(--radius-md)}.screen-design-hero h1{font-size:28px;line-height:1.14}.screen-design-hero p{font-size:15px;line-height:22px}.screen-design-hero .hub-actions .btn{min-height:40px}.screen-design-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.screen-design-summary div{min-height:96px;padding:12px}.screen-design-summary strong{font-size:24px;line-height:30px}.screen-design-nav{top:0;flex-wrap:wrap;gap:6px;overflow-x:visible;margin-inline:-4px;padding:8px;border-radius:var(--radius-md)}.screen-design-nav a{min-height:34px;padding:0 10px;font-size:12px}.app-screen-section{padding-top:30px}.app-phone{min-height:710px;border-radius:var(--radius-xl)}.app-phone--no-nav .app-phone__body,.screen-login-layout,.screen-splash-layout,.screen-onboarding-layout{min-height:708px}}.screen-design-page .screen-home-component-layout{padding:0 0 94px}.screen-design-page .screen-home-component-layout .app-header,.screen-design-page .screen-home-component-layout .phone-scroll{padding-inline:14px}.screen-estimate-confirm-layout .screen-estimate-steps{grid-template-columns:1fr;gap:8px}.screen-estimate-confirm-layout .screen-estimate-steps>div{grid-template-columns:38px minmax(0,1fr) auto;grid-template-rows:min-content min-content;gap:6px 10px;align-items:center;min-height:0;padding:12px;border-radius:var(--radius-md)}.screen-estimate-confirm-layout .screen-estimate-steps>div>span:first-child{grid-row:1 / span 2;width:38px;height:38px;font-size:15px}.screen-estimate-confirm-layout .screen-estimate-step-copy{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:2px;min-width:0;min-height:0;padding:0;border:0;border-radius:0;background:transparent}.screen-estimate-confirm-layout .screen-estimate-steps strong,.screen-estimate-confirm-layout .screen-estimate-steps small{display:block}.screen-estimate-confirm-layout .screen-estimate-steps strong{color:var(--screen-ink);font-size:15px;line-height:20px;font-weight:700}.screen-estimate-confirm-layout .screen-estimate-steps small{grid-column:auto;color:var(--screen-muted);font-size:12px;line-height:16px;font-weight:400}.screen-estimate-confirm-layout .screen-estimate-steps b{grid-column:3;justify-self:end;color:var(--screen-ink);font-size:16px;line-height:20px;font-weight:700;white-space:nowrap}.screen-estimate-confirm-layout .screen-estimate-steps .badge{grid-column:3;grid-row:2;justify-self:end;min-width:0;min-height:22px;padding-inline:7px}.screen-estimate-confirm-layout .screen-estimate-steps .badge__label{font-size:11px;line-height:12px}.screen-estimate-confirm-layout .screen-estimate-steps>div.is-current{box-shadow:inset 0 0 0 1px var(--brand-line)}.center-screen-design-page{--center-bg: #f4f4f5;--center-shell: #ffffff;--center-panel: #ffffff;--center-muted-panel: #f7f7f8;--center-line: #dbdcdf;--center-line-strong: #c2c4c8;--center-ink: #171719;--center-muted: #5a5c63;--center-subtle: #989ba2;--center-brand: #0066ff;--center-brand-text: #005eeb;--center-brand-soft: rgba(0, 102, 255, .08);--center-success: #009632;--center-success-soft: rgba(0, 191, 64, .08);--center-warning: #d17600;--center-warning-soft: rgba(255, 146, 0, .08);--center-critical: #e52222;--center-critical-soft: rgba(255, 66, 66, .08);--center-radius: 10px;--center-shadow-sm: 0 1px 2px rgba(23, 23, 25, .04), 0 1px 3px rgba(23, 23, 25, .03);--center-chip-grad: var(--blue-95);background:var(--center-bg)}.center-screen-design-page .site-doc-nav{max-width:100%}.center-screen-hero .hub-actions{flex-wrap:wrap}.center-screen-section{width:100%;max-width:1200px;margin:0 auto;scroll-margin-top:76px;padding-top:36px}.center-screen-grid{display:grid;gap:22px}.center-screen-frame{display:grid;gap:10px;min-width:0}.center-screen-frame>header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:34px}.center-screen-frame>header div{display:grid;gap:2px;min-width:0}.center-screen-frame>header strong{color:var(--center-ink);font-size:15px;line-height:21px;font-weight:700}.center-screen-frame>header span{color:var(--center-muted);font-size:11px;line-height:16px}.center-screen-canvas{overflow-x:auto;width:100%;border:1px solid var(--center-line-strong);border-radius:var(--radius-md);background:var(--center-bg);box-shadow:var(--center-shadow-sm)}.center-desktop,.center-login-desktop{min-width:1040px;background:var(--center-bg)}.center-login-desktop{display:grid;grid-template-columns:minmax(0,1fr) 372px;gap:0}.center-login-visual{display:grid;align-content:center;gap:18px;padding:64px;background:var(--blue-95)}.center-login-visual h3,.center-login-visual p{margin:0}.center-login-visual h3{max-width:520px;color:var(--center-ink);font-size:32px;line-height:46px;font-weight:700;letter-spacing:-.027em;word-break:keep-all;text-wrap:balance}.center-login-visual p{max-width:560px;color:var(--center-muted);font-size:15px;line-height:24px}.center-login-character-card{display:grid;grid-template-columns:152px minmax(0,1fr);gap:18px;align-items:center;max-width:620px;min-height:168px;padding:18px 22px;border:1px solid rgba(0,102,255,.14);border-radius:var(--radius-xl);background:var(--blue-99);box-shadow:0 18px 38px #0066ff12}.center-login-character-card img{width:142px;height:132px;object-fit:contain;object-position:center bottom;mix-blend-mode:multiply}.center-login-character-card div{display:grid;gap:7px}.center-login-character-card strong{color:var(--center-ink);font-size:18px;line-height:24px;font-weight:700}.center-login-character-card span{color:var(--center-muted);font-size:13px;line-height:20px;font-weight:500}.center-login-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:620px;margin-top:14px}.center-login-flow div{display:grid;gap:8px;min-height:104px;padding:16px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:#fff}.center-login-flow span{color:var(--center-brand);font-size:12px;font-weight:700}.center-login-flow strong{color:var(--center-ink);font-size:15px;line-height:20px;font-weight:700}.center-login-panel{display:grid;align-content:center;gap:16px;padding:52px 42px;border-left:1px solid var(--center-line);background:#fff}.center-login-panel img{width:154px;height:32px;object-fit:contain}.center-login-panel h3,.center-login-panel p{margin:0}.center-login-panel h3{margin-top:8px;color:var(--center-ink);font-size:24px;line-height:30px;font-weight:700}.center-login-panel p,.center-login-panel>small{color:var(--center-muted);font-size:12px;line-height:18px}.center-login-panel label{display:grid;gap:7px}.center-login-panel label span{color:var(--center-muted);font-size:12px;font-weight:600}.center-login-panel input{width:100%;min-height:44px;padding:0 13px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-muted-panel);color:var(--center-ink);font-size:13px;font-weight:500}.center-login-options{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--center-muted);font-size:12px;font-weight:600}.center-login-options span{display:inline-flex;align-items:center;gap:5px}.center-login-options a{color:var(--center-brand);font-weight:600}.center-desktop{display:grid;grid-template-columns:210px minmax(0,1fr)}.center-sidebar{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:18px;padding:18px 14px;border-right:1px solid var(--center-line);background:var(--center-shell);color:var(--center-ink)}.center-sidebar__brand{display:grid;gap:6px;padding:6px 6px 10px;border-radius:0;border-bottom:1px solid var(--center-line);background:transparent;color:var(--center-ink)}.center-sidebar__brand img{width:134px;height:auto;max-height:32px;object-fit:contain;filter:none}.center-sidebar__brand span{color:var(--center-subtle);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.center-sidebar nav{display:grid;align-content:start;gap:14px}.center-sidebar__group{display:grid;gap:3px}.center-sidebar__group-label{padding:0 11px 3px;color:var(--center-subtle);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.center-sidebar nav a{display:flex;align-items:center;gap:9px;min-height:36px;padding:0 11px;border-radius:var(--radius-sm);color:var(--center-muted);font-size:13px;line-height:16px;font-weight:600}.center-sidebar nav a:hover{background:var(--center-muted-panel);color:var(--center-ink)}.center-sidebar nav a.is-active{background:var(--center-brand-soft);color:var(--center-brand);font-weight:700}.center-sidebar__shop{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1px solid var(--center-line-strong);border-radius:var(--center-radius);background:var(--center-muted-panel)}.center-sidebar__shop-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--center-success);box-shadow:0 0 0 3px #00bf4026}.center-sidebar__shop div{display:grid;gap:2px;min-width:0}.center-sidebar__shop strong{color:var(--center-ink);font-size:13px;line-height:17px;font-weight:700}.center-sidebar__shop small{color:var(--center-success);font-size:11px;line-height:15px;font-weight:600}.center-workspace{display:grid;grid-template-rows:auto;grid-auto-rows:min-content;align-content:start;gap:16px;min-width:0;padding:18px}.center-workspace__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-height:54px;padding:0 4px}.center-pageheader{display:grid;gap:7px;min-width:0}.center-breadcrumb{display:flex;align-items:center;gap:5px;color:var(--center-subtle);font-size:12px;font-weight:600}.center-breadcrumb svg{color:var(--center-subtle)}.center-breadcrumb span{color:var(--center-muted)}.center-breadcrumb b{color:var(--center-brand);font-weight:700}.center-pagetitle{position:relative;margin:0;padding-left:13px;overflow:hidden;color:var(--center-ink);font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.0194em;text-overflow:ellipsis;white-space:nowrap}.center-pagetitle:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;border-radius:2px;background:var(--brand)}.center-workspace__tools{display:flex;align-items:center;gap:8px}.center-workspace__tools label{display:flex;align-items:center;gap:7px;min-width:210px;min-height:36px;padding:0 10px;border:1px solid var(--center-line);border-radius:var(--radius-sm);background:#fff;color:var(--center-muted)}.center-workspace__tools input{width:100%;border:0;background:transparent;color:var(--center-ink);font-size:12px;font-weight:600}.center-workspace__tools button{position:relative;display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid var(--center-line);border-radius:var(--radius-sm);background:#fff;color:var(--center-ink)}.center-workspace__tools button span{position:absolute;top:2px;right:2px;display:grid;place-items:center;min-width:15px;height:15px;padding:0 4px;border-radius:var(--radius-full);background:var(--critical);color:#fff;font-size:11px;line-height:15px;font-weight:400}.center-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.center-metric-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.center-metric{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:center;min-height:84px;padding:14px 15px;border:1px solid var(--center-line-strong);border-radius:var(--center-radius);background:var(--center-panel);box-shadow:var(--center-shadow-sm)}.center-metric__chip{display:grid;place-items:center;width:24px;height:24px;border-radius:0;border:0;background:transparent;color:var(--center-muted)}.center-metric__body{display:grid;gap:5px;min-width:0;container-type:inline-size}.center-metric span{color:var(--center-muted);font-size:12px;font-weight:600}.center-metric strong{display:block;min-width:0;max-width:100%;overflow:hidden;color:var(--center-ink);font-size:clamp(16px,13cqi,24px);line-height:30px;font-weight:700;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis}.center-metric small{color:var(--center-muted);font-size:11px;line-height:16px}.center-metric--success .center-metric__chip,.center-metric--warning .center-metric__chip,.center-metric--critical .center-metric__chip{background:transparent;color:var(--center-muted)}.center-dashboard-grid,.center-estimate-layout,.center-work-grid,.center-schedule-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:12px;align-items:start}.center-board-layout,.center-chat-layout,.center-customer-layout,.center-ledger-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:start}.center-chat-layout,.center-customer-layout,.center-ledger-layout{grid-template-columns:minmax(270px,.82fr) minmax(0,1.65fr)}.center-ledger-layout{grid-template-columns:minmax(0,1.65fr) minmax(270px,.82fr)}.center-split-layout{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.72fr);gap:12px;align-items:start}.center-admin-layout{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.6fr);gap:12px;align-items:start}.center-panel{display:grid;gap:13px;min-width:0;padding:14px;border:1px solid var(--center-line-strong);border-radius:var(--center-radius);background:var(--center-panel);box-shadow:var(--center-shadow-sm)}.center-board-column{display:grid;gap:11px;min-width:0;padding:13px;border:1px solid var(--center-line-strong);border-radius:var(--center-radius);background:var(--center-panel);box-shadow:var(--center-shadow-sm)}.center-panel--wide{min-width:0}.center-panel__head{display:flex;align-items:center;gap:10px}.center-panel__head div{display:grid;flex:1 1 auto;gap:2px;min-width:0}.center-panel__head span{color:var(--center-subtle);font-size:11px;line-height:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.center-panel__head strong{overflow:hidden;color:var(--center-ink);font-size:15px;line-height:20px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.center-panel__head button,.center-filter-row button,.center-reservation-list button{border:1px solid var(--center-line);background:#fff;color:var(--center-muted);font-weight:600}.center-panel__head button{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border-radius:var(--radius-sm);font-size:12px}.center-chip{display:inline-grid;place-items:center;flex:0 0 auto;width:24px;height:24px;border-radius:0;border:0;background:transparent;color:var(--center-muted)}.center-filter-card{display:flex;align-items:center;flex-wrap:wrap;gap:14px;padding:11px 14px;border:1px solid var(--center-line-strong);border-radius:var(--center-radius);background:var(--center-panel);box-shadow:var(--center-shadow-sm)}.center-filter-card__title{display:flex;align-items:center;gap:9px}.center-filter-card__title strong{color:var(--center-ink);font-size:13px;font-weight:700;white-space:nowrap}.center-filter-card__fields{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;flex:1 1 auto;min-width:0}.center-filter-card__fields label{display:grid;gap:4px}.center-filter-card__fields label>span{color:var(--center-muted);font-size:11px;font-weight:700}.center-select-mock{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:148px;min-height:32px;padding:0 10px;border:1px solid var(--center-line-strong);border-radius:var(--radius-sm);background:#fff;color:var(--center-ink);font-size:12px;font-weight:500}.center-select-mock svg{color:var(--center-subtle)}.center-table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--center-line-strong);border-radius:var(--center-radius);background:#fff;font-size:12px;font-variant-numeric:tabular-nums}.center-table th,.center-table td{height:44px;padding:8px 12px;border-bottom:1px solid var(--center-line);color:var(--center-ink);text-align:left;vertical-align:middle}.center-table th{height:38px;background:var(--center-muted-panel);color:var(--center-muted);font-size:12px;font-weight:600}.center-table tbody tr:hover td{background:#0066ff08}.center-table tr:last-child td{border-bottom:0}.center-table--estimate td:last-child,.center-table--estimate th:last-child{font-variant-numeric:tabular-nums}.center-status{display:inline-grid;place-items:center;min-height:23px;padding:2px 9px;border-radius:var(--radius-sm);background:var(--center-muted-panel);color:var(--center-muted);font-size:11px;line-height:15px;font-weight:700;white-space:nowrap}.center-status--brand{background:var(--center-brand-soft);color:var(--center-brand)}.center-status--success{background:#00bf401a;color:var(--center-success)}.center-status--warning{background:#ff92001a;color:var(--center-warning)}.center-status--critical{background:#ff42421a;color:var(--center-critical)}.center-task-list,.center-capacity-list,.center-mini-timeline,.center-board-card-list,.center-ledger-list{display:grid;gap:8px}.center-board-card-list button{display:grid;gap:4px;min-height:72px;padding:10px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-muted-panel);text-align:left}.center-board-card-list span,.center-ledger-list span{color:var(--center-brand-text);font-size:11px;line-height:15px;font-weight:700}.center-board-card-list strong,.center-ledger-list strong{color:var(--center-ink);font-size:13px;line-height:18px;font-weight:700}.center-board-card-list small,.center-ledger-list small{color:var(--center-muted);font-size:11px;line-height:16px}.center-task-list{gap:0}.center-task-list div{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:center;min-height:44px;padding:9px 2px;border:0;border-radius:0;background:transparent;color:var(--center-ink);font-size:12px;line-height:17px;font-weight:600;word-break:keep-all;overflow-wrap:break-word}.center-task-list div+div{border-top:1px solid var(--center-line)}.center-task-list div>span{min-width:0}.center-task-list svg{color:var(--center-muted)}.center-filter-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.center-filter-row button{min-height:34px;padding:0 12px;border-radius:var(--radius-full);font-size:12px;line-height:16px;white-space:nowrap}.center-filter-row button.is-selected{border-color:var(--center-brand);background:var(--center-brand);color:#fff}.center-reservation-list{display:grid;gap:8px}.center-reservation-list button{display:grid;gap:4px;width:100%;min-height:78px;padding:11px;border-radius:var(--radius-md);text-align:left}.center-reservation-list button.is-selected{border-color:#0066ff57;background:var(--center-brand-soft)}.center-reservation-list span{color:var(--center-brand);font-size:11px;font-weight:700}.center-reservation-list strong{color:var(--center-ink);font-size:13px;line-height:18px;font-weight:700}.center-reservation-list small{color:var(--center-muted);font-size:11px;line-height:16px}.center-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--center-line)}.center-detail-head h3,.center-detail-head p{margin:0}.center-detail-head h3{margin-top:8px;color:var(--center-ink);font-size:22px;line-height:27px;font-weight:700}.center-detail-head p{margin-top:5px;color:var(--center-muted);font-size:12px;line-height:18px}.center-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.center-info-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.center-info-grid div{display:grid;gap:5px;min-height:74px;padding:11px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-muted-panel)}.center-info-grid span,.center-settlement-card span{color:var(--center-muted);font-size:11px;font-weight:600}.center-info-grid strong{color:var(--center-ink);font-size:12px;line-height:17px;font-weight:700;overflow-wrap:anywhere}.center-message-preview,.center-price-rules,.center-note-editor{display:grid;gap:6px;padding:12px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:#fff}.center-message-preview strong,.center-price-rules strong,.center-note-editor strong{color:var(--center-ink);font-size:13px;font-weight:700}.center-message-preview p,.center-price-rules p,.center-policy-card p,.center-note-editor p{margin:0;color:var(--center-muted);font-size:12px;line-height:19px}.center-chat-thread{display:grid;gap:9px;padding:12px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-muted-panel)}.center-chat-thread p{width:fit-content;max-width:72%;margin:0;padding:10px 12px;border-radius:var(--radius-md);color:var(--center-ink);font-size:12px;line-height:19px}.center-chat-thread p.incoming{background:#fff}.center-chat-thread p.outgoing{justify-self:end;background:var(--center-brand);color:#fff}.center-chat-day{justify-self:center;padding:3px 11px;border-radius:var(--radius-full);background:#fff;color:var(--center-muted);font-size:11px;font-weight:700}.center-chat-estimate{justify-self:start;width:fit-content;max-width:82%;display:grid;gap:8px;padding:12px;border:1px solid rgba(0,102,255,.22);border-radius:var(--radius-md);background:#fff}.center-chat-estimate__head{display:flex;align-items:center;gap:7px}.center-chat-estimate__head svg{color:var(--center-brand)}.center-chat-estimate__head strong{margin-right:auto;color:var(--center-ink);font-size:13px;font-weight:700}.center-chat-estimate__body{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:9px 11px;border-radius:var(--radius-md);background:var(--center-brand-soft)}.center-chat-estimate__body span{color:var(--center-muted);font-size:11px;font-weight:600}.center-chat-estimate__body strong{color:var(--center-brand);font-size:18px;line-height:22px;font-weight:700;white-space:nowrap}.center-chat-estimate small{color:var(--center-subtle);font-size:11px;line-height:15px}.center-action-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.center-table--estimate td:last-child,.center-table--estimate th:last-child{text-align:right}.center-estimate-total{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:14px;border:1px solid rgba(0,102,255,.22);border-radius:var(--radius-md);background:var(--center-brand-soft)}.center-estimate-total span{color:var(--center-muted);font-size:12px;font-weight:600}.center-estimate-total strong{color:var(--center-brand);font-size:24px;line-height:30px;font-weight:700;white-space:nowrap}.center-estimate-validity{display:grid;gap:8px;padding:12px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-muted-panel)}.center-estimate-validity strong{color:var(--center-ink);font-size:13px;font-weight:700}.center-chip-row{display:flex;flex-wrap:wrap;gap:6px}.center-chip-row button{min-height:30px;padding:0 12px;border:1px solid var(--center-line);border-radius:var(--radius-sm);background:#fff;color:var(--center-muted);font-size:12px;font-weight:600}.center-chip-row button.is-selected{border-color:var(--center-brand);background:var(--center-brand-soft);color:var(--center-brand)}.center-estimate-breakdown{display:grid;gap:6px}.center-estimate-breakdown div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:36px;padding:0 12px;border:1px dashed var(--center-line-strong);border-radius:var(--radius-md);background:var(--center-muted-panel)}.center-estimate-breakdown span{color:var(--center-muted);font-size:12px;font-weight:600}.center-estimate-breakdown strong{color:var(--center-ink);font-size:13px;font-weight:700;white-space:nowrap}.center-policy-card{display:grid;gap:8px;padding:14px;border:1px solid rgba(0,102,255,.2);border-radius:var(--radius-md);background:var(--center-brand-soft)}.center-policy-card svg{color:var(--center-brand)}.center-policy-card strong{color:var(--center-ink);font-size:15px;font-weight:700}.center-mini-timeline div{display:grid;grid-template-columns:26px minmax(0,1fr);gap:8px;align-items:center;min-height:38px}.center-mini-timeline span,.center-progress-steps span{display:grid;place-items:center;border-radius:50%;background:var(--center-muted-panel);color:var(--center-muted);font-size:11px;font-weight:700}.center-mini-timeline span{width:26px;height:26px}.center-mini-timeline strong{color:var(--center-ink);font-size:12px;font-weight:600}.center-mini-timeline div.is-done span,.center-mini-timeline div.is-current span,.center-progress-steps div.is-done span,.center-progress-steps div.is-current span{background:var(--center-brand);color:#fff}.center-mini-timeline div.is-current strong{color:var(--center-brand-text)}.center-progress-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.center-progress-steps div{display:grid;justify-items:center;gap:7px;min-height:78px;padding:12px 8px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-muted-panel)}.center-progress-steps div.is-done,.center-progress-steps div.is-current{border-color:#0066ff40;background:var(--center-brand-soft)}.center-progress-steps span{width:30px;height:30px}.center-progress-steps strong{color:var(--center-ink);font-size:12px;font-weight:700}.center-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.center-check-grid label{display:flex;align-items:center;gap:8px;min-height:40px;padding:0 10px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-muted-panel);color:var(--center-muted);font-size:12px;font-weight:600}.center-check-grid label.is-checked{border-color:#00bf4033;background:var(--center-success-soft);color:var(--center-success)}.center-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.center-photo-grid--large div{min-height:108px}.center-photo-grid div{display:grid;place-items:center;gap:8px;min-height:84px;border:1px dashed var(--center-line-strong);border-radius:var(--radius-md);background:var(--center-muted-panel);color:var(--center-muted);font-size:11px;font-weight:600;text-align:center}.center-slot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.center-slot-grid div{display:grid;gap:5px;min-height:86px;padding:12px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-muted-panel)}.center-slot-grid div.is-booked{border-color:#06f3;background:var(--center-brand-soft)}.center-slot-grid div.is-open{border-color:#00bf4033;background:var(--center-success-soft)}.center-slot-grid span{color:var(--center-muted);font-size:11px;font-weight:600}.center-slot-grid strong{color:var(--center-ink);font-size:15px;font-weight:700}.center-slot-grid small{color:var(--center-muted);font-size:11px;line-height:15px}.center-capacity-list{gap:0}.center-capacity-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:0 2px;border:0;border-radius:0;background:transparent}.center-capacity-list div+div{border-top:1px solid var(--center-line)}.center-capacity-list span{color:var(--center-muted);font-size:12px;font-weight:600}.center-capacity-list strong{color:var(--center-ink);font-size:13px;font-weight:700}.center-profile-card{display:grid;gap:7px;padding:15px;border:1px solid rgba(0,102,255,.2);border-radius:var(--center-radius);background:var(--center-brand-soft)}.center-profile-card span{color:var(--center-brand-text);font-size:12px;font-weight:700}.center-profile-card strong{color:var(--center-ink);font-size:22px;line-height:28px;font-weight:700}.center-profile-card small{color:var(--center-muted);font-size:11px;line-height:16px}.center-ledger-list{gap:0}.center-ledger-list div{display:grid;grid-template-columns:84px minmax(0,.8fr) minmax(0,1fr);gap:10px;align-items:center;min-height:52px;padding:10px 2px;border:0;border-radius:0;background:transparent}.center-ledger-list div+div{border-top:1px solid var(--center-line)}.center-settlement-card{display:grid;gap:6px;padding:15px;border:1px solid rgba(0,102,255,.22);border-radius:var(--center-radius);background:var(--center-brand-soft)}.center-settlement-card strong{color:var(--center-ink);font-size:24px;line-height:32px;font-weight:700;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.center-settlement-card small{color:var(--center-muted);font-size:11px;line-height:16px}.center-payout-settings{display:grid;gap:9px;padding:13px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-muted-panel)}.center-payout-settings>strong{color:var(--center-ink);font-size:13px;font-weight:700}.center-payout-settings div{display:flex;align-items:center;justify-content:space-between;gap:12px}.center-payout-settings span{color:var(--center-muted);font-size:12px;font-weight:600}.center-payout-settings div strong{color:var(--center-ink);font-size:12px;font-weight:700;text-align:right}.center-menu-map{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.center-menu-map div{display:grid;grid-template-columns:24px minmax(0,1fr);gap:4px 8px;align-items:center;min-height:58px;padding:10px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-muted-panel)}.center-menu-map div.is-active{border-color:#0066ff47;background:var(--center-brand-soft)}.center-menu-map svg{color:var(--center-brand)}.center-menu-map span{overflow:hidden;color:var(--center-ink);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.center-menu-map small{grid-column:2;color:var(--center-muted);font-size:11px;line-height:14px}.center-summary-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:13px 16px;border:1px solid var(--center-line);border-radius:var(--radius-md);background:var(--center-panel)}.center-summary-bar span{color:var(--center-brand);font-size:11px;font-weight:700;white-space:nowrap}.center-summary-bar strong{color:var(--center-ink);font-size:13px;line-height:18px;font-weight:600}@media (max-width: 760px){.center-desktop,.center-login-desktop{min-width:980px}}.phone-frame h1,.phone-frame h2,.phone-frame h3,.phone-frame h4{letter-spacing:-.01em}.app-phone h1,.app-phone h2,.app-phone h3,.app-phone h4,.phone-frame h1,.phone-frame h2,.phone-frame h3,.phone-frame h4,.center-desktop h2,.center-desktop h3,.screen-title-block h3,.screen-result strong{text-wrap:balance}.app-phone,.center-desktop,.center-login-desktop,.site-page p,.site-page li,.site-page h1,.site-page h2,.site-page h3,.site-page h4,.site-page figcaption,.site-page blockquote{word-break:keep-all;overflow-wrap:break-word}@keyframes pitchHintFade{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.cmty-tabs{display:flex;gap:18px;min-width:0;overflow-x:auto;border-bottom:1px solid var(--line-alternative);scrollbar-width:none}.cmty-tabs::-webkit-scrollbar{display:none}.cmty-tabs button{flex:0 0 auto;min-height:40px;padding:0 2px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--text-muted);font-size:15px;font-weight:500}.cmty-tabs button.is-selected{border-bottom-color:var(--text);color:var(--text);font-weight:700}.cmty-tabs .cmty-tabs__all{align-self:center;margin-left:auto;min-height:32px;padding:0 4px;color:var(--text-subtle)}.cmty-feed{display:grid}.cmty-post{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;padding:12px 0}.cmty-post:has(.cmty-post__thumb){grid-template-columns:minmax(0,1fr) auto}.cmty-post+.cmty-post{border-top:1px solid var(--line-alternative)}.cmty-post__main{display:grid;grid-template-columns:minmax(0,1fr);gap:4px;min-width:0;align-content:start}.cmty-post__title{color:var(--text);font-size:15px;line-height:21px;font-weight:600;letter-spacing:.0096em}.cmty-post__flair{margin-right:4px;color:var(--text-muted);font-style:normal;font-weight:500}.cmty-post__dot{display:inline-block;width:5px;height:5px;margin-left:5px;border-radius:var(--radius-full);background:var(--critical-strong);vertical-align:3px}.cmty-post__receipt{display:inline-flex;align-items:center;flex-wrap:wrap;gap:2px 5px;max-width:100%;color:var(--text-secondary);font-size:13px;line-height:18px;font-weight:600;font-variant-numeric:tabular-nums}.cmty-post__receipt small{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.cmty-post__receipt svg{color:var(--success)}.cmty-post__receipt small{color:var(--text-subtle);font-size:12px;font-weight:400}.cmty-post__preview{display:-webkit-box;overflow:hidden;margin:0;color:var(--text-muted);font-size:13px;line-height:19px;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cmty-post__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px;color:var(--text-subtle);font-size:12px;line-height:17px}.cmty-post__source{display:block;overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.cmty-post__source>span+span:before{content:"·";margin:0 5px}.cmty-post__author{display:inline-flex;align-items:center;gap:4px;color:var(--text-muted);font-weight:500}.cmty-post__stats{display:flex;flex:0 0 auto;gap:10px}.cmty-post__stats span{display:inline-flex;align-items:center;gap:3px}.cmty-post__stats .cmty-post__comments{color:var(--critical);font-weight:600}.cmty-post__stats .is-waiting{color:var(--warning);font-weight:600}.cmty-post__stats .is-answered{color:var(--success);font-weight:500}.cmty-post__stats .is-accepted{color:var(--brand-pressed);font-weight:500}.cmty-post__thumb{position:relative;overflow:hidden;width:64px;height:64px;border-radius:var(--radius-sm);background:var(--surface-high)}.cmty-post__thumb img{width:100%;height:100%;object-fit:cover}.cmty-post__thumb em{position:absolute;right:4px;bottom:4px;padding:1px 5px;border-radius:4px;background:#1717199e;color:#fff;font-size:11px;font-style:normal}.cmty-hot{display:grid;padding:2px 0 6px;border-bottom:1px solid var(--line-alternative)}.cmty-hot__title{display:flex;align-items:center;gap:5px;padding:4px 2px 8px;color:var(--text);font-size:13px;font-weight:600}.cmty-hot__title svg{color:var(--critical)}.cmty-hot button{display:flex;align-items:center;gap:10px;padding:6px 2px;background:transparent;font-size:13px;line-height:19px;text-align:left}.cmty-hot button em{flex:0 0 auto;width:12px;color:var(--text);font-size:13px;font-style:normal;font-weight:700;font-variant-numeric:tabular-nums}.cmty-hot button span{flex:1;overflow:hidden;min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap}.cmty-hot button small{flex:0 0 auto;color:var(--text-subtle);font-size:11px}.app-phone:has(.cmty-fab) .app-phone__body{padding-bottom:150px}.cmty-fab{position:absolute;right:14px;bottom:78px;z-index:3;display:grid;place-items:center;width:46px;height:46px;border-radius:var(--radius-full);background:var(--brand);color:#fff;box-shadow:var(--elevation-lg)}.cmty-channel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line-alternative)}.cmty-channel-head>div{min-width:0}.cmty-channel-head h3{margin:0;color:var(--text);font-size:22px;line-height:28px;font-weight:700;letter-spacing:-.012em}.cmty-channel-head p{margin:2px 0 0;color:var(--text-muted);font-size:13px;line-height:19px}.cmty-channel-head small{display:block;margin-top:6px;color:var(--text-subtle);font-size:12px;line-height:16px;font-variant-numeric:tabular-nums}.cmty-channel-head button{flex:0 0 auto;min-height:32px;padding:0 12px;border:1px solid var(--brand);border-radius:var(--radius-sm);background:var(--brand);color:#fff;font-size:13px;font-weight:600}.cmty-channel-head button.is-on{border-color:var(--stroke);background:transparent;color:var(--text-muted);font-weight:500}.cmty-pinned{display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:var(--radius-sm);background:var(--surface-high);color:var(--text-muted);font-size:12px;text-align:left}.cmty-pinned strong{flex:1;overflow:hidden;min-width:0;color:var(--text-secondary);font-weight:500;text-overflow:ellipsis;white-space:nowrap}.cmty-filter{display:flex;gap:6px;min-width:0;overflow-x:auto;scrollbar-width:none}.cmty-filter::-webkit-scrollbar{display:none}.cmty-filter button{flex:0 0 auto;min-height:30px;padding:0 11px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:500}.cmty-filter button.is-selected{border-color:var(--text);background:var(--text);color:var(--surface);font-weight:600}.cmty-explore{display:grid}.cmty-explore__label{padding:14px 0 4px;color:var(--text-muted);font-size:12px;line-height:16px;font-weight:600}.cmty-explore__row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:56px;padding:8px 0}.cmty-explore__row+.cmty-explore__row{border-top:1px solid var(--line-alternative)}.cmty-explore__row>span{display:grid;gap:2px;min-width:0}.cmty-explore__row strong{overflow:hidden;color:var(--text);font-size:15px;line-height:21px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.cmty-explore__row small{overflow:hidden;color:var(--text-muted);font-size:12px;line-height:17px;text-overflow:ellipsis;white-space:nowrap}.cmty-explore__row button{flex:0 0 auto;min-height:30px;padding:0 12px;border:1px solid var(--brand);border-radius:var(--radius-sm);background:transparent;color:var(--brand-pressed);font-size:12px;font-weight:600}.cmty-explore__row button.is-on{border-color:var(--stroke);color:var(--text-muted);font-weight:500}.cmty-search-bar{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border-radius:var(--radius-md);background:var(--surface-input);color:var(--text-muted)}.cmty-search-bar span{display:flex;flex:1;align-items:center;min-width:0;color:var(--text);font-size:15px;font-weight:500}.cmty-search-bar button{padding:2px;background:transparent;color:var(--text-subtle)}.cmty-search-bar.is-focused{background:var(--surface);box-shadow:inset 0 0 0 1.5px var(--brand)}.cmty-caret{width:2px;height:16px;margin-left:2px;background:var(--brand);animation:cmtyCaret 1s steps(2) infinite}@keyframes cmtyCaret{50%{opacity:0}}.cmty-search-group{display:grid}.cmty-search-group__head{display:flex;align-items:baseline;justify-content:space-between;padding:14px 0 6px}.cmty-search-group__head strong{color:var(--text);font-size:15px}.cmty-search-group__head small{color:var(--text-subtle);font-size:12px}.cmty-search-group__head button{background:transparent;color:var(--text-muted);font-size:12px;font-weight:500}.cmty-search-row{display:flex;align-items:center;gap:9px;min-height:40px;color:var(--text-secondary);font-size:15px}.cmty-search-row>svg{color:var(--text-subtle)}.cmty-search-row span{flex:1;overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.cmty-search-row button{padding:2px;background:transparent;color:var(--text-subtle)}.cmty-search-row.is-rank em{width:16px;color:var(--brand-pressed);font-style:normal;font-weight:700;font-variant-numeric:tabular-nums}.cmty-search-row.is-rank>svg{color:var(--critical)}.cmty-result-summary{margin:0;color:var(--text-muted);font-size:13px;line-height:19px}.cmty-result-summary strong{color:var(--text)}.screen-cmty-detail-layout{align-content:start}.cmty-detail-channel{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:10px;border-bottom:1px solid var(--line-alternative)}.cmty-detail-channel span{color:var(--brand-pressed);font-size:13px;font-weight:600}.cmty-detail-channel button{min-height:28px;padding:0 10px;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-size:12px;font-weight:500}.cmty-detail-channel em{color:var(--critical);font-size:12px;font-style:normal;font-weight:600}.cmty-detail{display:grid;gap:12px}.cmty-detail h3{margin:2px 0 0;color:var(--text);font-size:18px;line-height:26px;font-weight:700;letter-spacing:-.002em}.cmty-detail-body{display:grid;gap:8px}.cmty-detail-body p{margin:0;color:var(--text-secondary);font-size:15px;line-height:22px}.cmty-author{display:flex;align-items:center;gap:9px}.cmty-author>div{display:grid;flex:1;gap:1px;min-width:0}.cmty-author strong{display:flex;flex-wrap:wrap;align-items:center;gap:4px;color:var(--text);font-size:15px;line-height:19px}.cmty-author small{color:var(--text-subtle);font-size:12px;line-height:16px}.cmty-author>button{flex:0 0 auto;min-height:28px;padding:0 10px;border:1px solid var(--brand);border-radius:var(--radius-sm);background:transparent;color:var(--brand-pressed);font-size:12px;font-weight:600}.cmty-photo-strip{display:flex;gap:8px}.cmty-photo-strip span{display:grid;overflow:hidden;place-items:center;width:86px;height:86px;border-radius:var(--radius-sm);background:var(--surface-high)}.cmty-photo-strip img{width:100%;height:100%;object-fit:cover}.cmty-photo-strip__more{color:var(--text-muted);font-size:13px;font-weight:600}.cmty-car-tag{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:var(--radius-sm);background:var(--surface-high);color:var(--text-muted);font-size:12px;line-height:17px}.cmty-car-tag span{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.cmty-car-tag small{flex:0 0 auto;margin-left:auto;color:var(--text-subtle);font-size:11px}.cmty-receipt{display:grid;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-md)}.cmty-receipt__row{display:flex;align-items:baseline;gap:12px;min-height:40px;padding:9px 12px}.cmty-receipt__row+.cmty-receipt__row{border-top:1px solid var(--line-alternative)}.cmty-receipt__row>span{flex:0 0 64px;color:var(--text-subtle);font-size:12px}.cmty-receipt__row strong{display:flex;flex-wrap:wrap;align-items:baseline;gap:5px;color:var(--text);font-size:15px;font-weight:600}.cmty-receipt__row strong .cmty-verified{align-self:center}.cmty-receipt__row strong.is-amount{font-size:16px;font-variant-numeric:tabular-nums}.cmty-receipt__row strong small{color:var(--text-subtle);font-size:11px;font-weight:400}.cmty-receipt__cta{display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;border-top:1px solid var(--line-alternative);background:var(--brand-soft);color:var(--brand-pressed);font-size:13px;font-weight:600}.cmty-reactions{display:flex;justify-content:space-between;padding:8px 2px;border-top:1px solid var(--line-alternative);border-bottom:1px solid var(--line-alternative)}.cmty-reactions button{display:inline-flex;align-items:center;gap:5px;padding:6px 4px;background:transparent;color:var(--text-muted);font-size:13px}.cmty-answer-head{display:grid;gap:2px;padding:4px 2px 0}.cmty-answer-head strong{color:var(--text);font-size:15px;line-height:20px}.cmty-answer-head small{color:var(--text-muted);font-size:12px;line-height:17px}.cmty-comment{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;padding:10px 0}.cmty-comment+.cmty-comment{border-top:1px solid var(--line-alternative)}.cmty-comment.is-reply{margin-left:28px}.cmty-comment.is-mechanic{margin:2px 0;padding:12px 10px;border-radius:var(--radius-md);background:#0066ff0a}.cmty-comment.is-mechanic+.cmty-comment{border-top:0}.cmty-comment>div{display:grid;gap:3px;min-width:0}.cmty-comment strong{display:flex;flex-wrap:wrap;align-items:center;gap:4px;color:var(--text);font-size:13px;line-height:18px}.cmty-comment strong small{margin-left:2px;color:var(--text-subtle);font-size:12px;font-weight:400}.cmty-comment p{margin:0;color:var(--text-secondary);font-size:15px;line-height:20px}.cmty-comment__actions{display:flex;gap:12px;margin-top:3px}.cmty-comment__actions button{display:inline-flex;align-items:center;gap:4px;padding:0;background:transparent;color:var(--text-subtle);font-size:12px}.cmty-comment__actions .cmty-comment__accept{color:var(--brand-pressed);font-weight:600}.cmty-accepted{display:inline-flex;align-items:center;gap:4px;width:fit-content;padding:2px 7px;border-radius:4px;background:var(--success-soft);color:var(--success);font-size:11px;font-weight:600}.cmty-composer{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;gap:8px;padding:10px 14px 14px;border-top:1px solid var(--stroke);background:#fffffffa}.cmty-composer input{flex:1;min-width:0;min-height:38px;padding:0 12px;border:0;border-radius:var(--radius-md);background:var(--surface-input);font:inherit;font-size:13px}.app-phone:has(.cmty-composer) .app-phone__body{padding-bottom:86px}.cmty-avatar{display:inline-grid;flex:0 0 auto;place-items:center;width:32px;height:32px;border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-secondary);font-size:13px;font-weight:600;line-height:1}.cmty-avatar.is-mechanic{background:var(--brand-soft);color:var(--brand-pressed)}.cmty-avatar--lg{width:56px;height:56px;font-size:22px}.cmty-verified{display:inline-flex;align-items:center;gap:2px;padding:1px 5px;border-radius:4px;background:var(--brand-soft);color:var(--brand-pressed);font-size:11px;font-style:normal;font-weight:600}.cmty-profile{display:grid;gap:4px;justify-items:center;padding:18px 0 8px;text-align:center}.cmty-profile strong{color:var(--text);font-size:18px;line-height:24px}.cmty-profile small{color:var(--text-muted);font-size:13px}.cmty-profile p{margin:6px 0 0;color:var(--text-muted);font-size:13px}.cmty-profile p strong{font-size:15px}.cmty-mechanic-intro{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid var(--line-alternative)}.cmty-mechanic-intro>div{display:grid;flex:1;gap:1px;min-width:0}.cmty-mechanic-intro strong{display:flex;flex-wrap:wrap;align-items:center;gap:4px;color:var(--text);font-size:15px}.cmty-mechanic-intro small{color:var(--text-subtle);font-size:12px}.cmty-mechanic-intro>button{flex:0 0 auto;min-height:28px;padding:0 10px;border:1px solid var(--brand);border-radius:var(--radius-sm);background:transparent;color:var(--brand-pressed);font-size:12px;font-weight:600}.cmty-steps{display:grid;gap:10px;margin:0;padding:0;list-style:none;counter-reset:cmty-step}.cmty-steps li{position:relative;display:grid;gap:1px;padding-left:26px;counter-increment:cmty-step}.cmty-steps li:before{content:counter(cmty-step);position:absolute;top:1px;left:0;display:grid;place-items:center;width:18px;height:18px;border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-secondary);font-size:11px;font-weight:700}.cmty-steps strong{color:var(--text);font-size:15px;line-height:20px}.cmty-steps small{color:var(--text-muted);font-size:12px;line-height:17px}.cmty-msg-list{display:grid}.cmty-msg-row{display:flex;align-items:center;gap:10px;min-height:64px;padding:10px 0;background:transparent;text-align:left}.cmty-msg-row+.cmty-msg-row{border-top:1px solid var(--line-alternative)}.cmty-msg-row__body{display:grid;flex:1;gap:2px;min-width:0}.cmty-msg-row__body strong{display:flex;flex-wrap:wrap;align-items:center;gap:4px;color:var(--text);font-size:15px;line-height:19px}.cmty-msg-row__body strong small{color:var(--text-subtle);font-size:12px;font-weight:400}.cmty-msg-row__body>small{overflow:hidden;color:var(--text-muted);font-size:13px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.cmty-msg-row__meta{display:grid;flex:0 0 auto;gap:5px;justify-items:end}.cmty-msg-row__meta small{color:var(--text-subtle);font-size:11px}.cmty-msg-row__meta i{width:7px;height:7px;border-radius:var(--radius-full);background:var(--critical-strong)}.cmty-write-channel{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);color:var(--text);text-align:left}.cmty-write-channel small{display:block;color:var(--text-muted);font-size:11px}.cmty-write-channel strong{font-size:15px}.cmty-write-body strong{min-height:88px}.cmty-write-body small{color:var(--text-muted);font-size:11px}.cmty-photo-add{display:flex;gap:8px}.cmty-photo-add__tile{display:grid;gap:2px;place-items:center;width:64px;height:64px;border:1px dashed var(--stroke-strong);border-radius:var(--radius-md);background:var(--surface);color:var(--text-muted)}.cmty-photo-add__tile small{font-size:11px}.cmty-photo-add>span{overflow:hidden;width:64px;height:64px;border-radius:var(--radius-sm);background:var(--surface-high)}.cmty-photo-add img{width:100%;height:100%;object-fit:cover}.cmty-write-option{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12px}.cmty-write-option span{display:inline-flex;align-items:center;gap:6px}.cmty-write-option .is-on{color:var(--brand-pressed)}.motion-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.motion-demo{display:grid;gap:2px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.motion-demo strong{color:var(--text);font-size:13px;font-weight:600;font-variant-numeric:tabular-nums}.motion-demo small{color:var(--text-muted);font-size:11px;line-height:15px}.motion-demo i{width:28px;height:4px;margin-top:8px;border-radius:var(--radius-full);background:var(--brand)}.motion-demo:hover i{width:100%}.motion-demo:nth-child(1) i{transition:width var(--motion-fast) var(--ease-standard)}.motion-demo:nth-child(2) i{transition:width var(--motion-base) var(--ease-standard)}.motion-demo:nth-child(3) i{transition:width var(--motion-slow) var(--ease-standard)}.illust-rule{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.illust-rule>div{display:grid;gap:6px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.illust-rule strong{font-size:12px;font-weight:600}.illust-rule .is-do strong{color:var(--success)}.illust-rule .is-dont strong{color:var(--critical)}.illust-rule ul{display:grid;gap:3px;margin:0;padding-left:16px;color:var(--text-muted);font-size:12px;line-height:17px}.shop-price{display:grid}.shop-price__head{display:flex;align-items:baseline;justify-content:space-between;padding:4px 0 6px}.shop-price__head strong{color:var(--text);font-size:15px}.shop-price__head small{color:var(--text-subtle);font-size:11px}.shop-price__row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:6px 0}.shop-price__row+.shop-price__row{border-top:1px solid var(--line-alternative)}.shop-price__row>div{display:grid;gap:1px;min-width:0}.shop-price__row strong{color:var(--text);font-size:13px;line-height:19px;font-weight:500}.shop-price__row small{color:var(--text-muted);font-size:12px;line-height:16px}.shop-price__row em{flex:0 0 auto;color:var(--text);font-size:15px;font-style:normal;font-weight:700;letter-spacing:.0057em;font-variant-numeric:tabular-nums}.screen-option-row{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);color:var(--text);text-align:left}.screen-option-row small{display:block;color:var(--text-muted);font-size:11px}.screen-option-row strong{font-size:13px}.screen-estimate-steps .screen-estimate-step-copy small,.screen-estimate-step-copy small{color:var(--text-secondary)}.cmty-comment__actions button,.screen-community-board-search{color:var(--text-muted)}.screen-design-page .badge .badge__label{color:inherit}.screen-design-page .badge--brand,.screen-design-page .badge--brand .badge__label{color:var(--brand-pressed)}.screen-social-account-row--kakao .badge--brand,.screen-social-account-row--kakao .badge--brand .badge__label{color:#003e9c}.screen-design-page .badge--success,.screen-design-page .badge--success .badge__label{color:var(--success)}.screen-design-page .badge--warning,.screen-design-page .badge--warning .badge__label{color:var(--warning)}.screen-design-page .badge--info,.screen-design-page .badge--info .badge__label{color:var(--info)}.screen-design-page .badge--gold,.screen-design-page .badge--gold .badge__label{color:var(--gold)}.screen-design-page .badge--critical,.screen-design-page .badge--critical .badge__label{color:#fff}.screen-design-page .screen-point-card .badge,.screen-design-page .screen-point-card .badge .badge__label{background:#fffffff2;color:var(--brand-heavy)}.screen-design-page .screen-point-card .badge .badge__label{background:transparent}.screen-design-page .screen-point-card--plain{border-color:var(--stroke);background:var(--surface)}.screen-design-page .screen-point-card--plain span,.screen-design-page .screen-point-card--plain small{color:var(--text-muted)}.screen-design-page .screen-point-card--plain strong{color:var(--brand-pressed)}.screen-countdown{display:grid;gap:10px;padding:16px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--warning-soft)}.screen-countdown__row{display:flex;align-items:center;gap:8px}.screen-countdown__row svg{color:var(--warning)}.screen-countdown__row strong{color:var(--warning);font-size:22px;font-weight:700;font-variant-numeric:tabular-nums}.screen-countdown__row small{margin-left:auto;color:var(--text-muted);font-size:12px;line-height:17px;text-align:right}.screen-countdown__track{overflow:hidden;height:4px;border-radius:var(--radius-full);background:var(--fill-normal)}.screen-countdown__track i{display:block;height:100%;border-radius:inherit;background:var(--warning-strong)}.screen-onboarding-center--top{align-content:start;padding-top:4px}.screen-coach-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:#17171973}.screen-coach-tip{position:absolute;right:18px;bottom:108px;left:18px;z-index:5;display:grid;gap:6px;padding:16px;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--elevation-lg)}.screen-coach-tip:after{content:"";position:absolute;bottom:-6px;left:50%;width:12px;height:12px;transform:translate(-50%) rotate(45deg);background:var(--surface)}.screen-coach-tip strong{color:var(--text);font-size:15px;font-weight:700}.screen-coach-tip p{margin:0;color:var(--text-muted);font-size:12px;line-height:18px}.screen-coach-tip button{justify-self:end;min-height:34px;padding:0 16px;border:0;border-radius:var(--radius-sm);background:var(--brand);color:#fff;font-size:13px;font-weight:600}.screen-bottom-nav--labeled{z-index:4}.screen-bottom-nav--labeled button{gap:3px}.screen-bottom-nav__label{font-size:11px;line-height:13px;color:inherit}.screen-design-page :is(.screen-region-grid button.is-selected,.screen-filter-row button.is-selected,.screen-request-grid button.is-selected,.screen-market-categories button.is-selected,.screen-time-slot.is-selected,.screen-payment-methods button.is-selected) :where(span,small,strong,svg,em){color:#fff}.app-phone:has(.screen-flat-white){background:var(--bg-page)}.hc-search-head{display:flex;align-items:center;gap:8px;padding:4px 0 12px;border-bottom:2px solid var(--text)}.hc-search-head .screen-back-button{margin-left:-10px}.hc-search-head__placeholder{flex:1;color:var(--text-subtle);font-size:22px;font-weight:500}.hc-search-head>svg{color:var(--text)}.hc-quick-chips{display:flex;flex-wrap:wrap;gap:8px}.hc-quick-chip{padding:10px 14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);color:var(--text);font-size:13px;font-weight:600}.hc-sec-title{display:block;color:var(--text);font-size:18px;line-height:24px;font-weight:700}.hc-recent,.hc-rank{display:grid;gap:12px;padding-top:10px}.hc-recent__chips{display:flex;flex-wrap:wrap;gap:8px}.hc-recent__chip{display:inline-flex;align-items:center;gap:6px;padding:9px 12px 9px 14px;border:1px solid var(--stroke-strong);border-radius:var(--radius-full);background:var(--surface);color:var(--text);font-size:15px}.hc-recent__chip svg{color:var(--text-subtle)}.hc-rank__list{margin:0;padding:0;border-top:2px solid var(--text);list-style:none}.hc-rank__list li{display:flex;align-items:center;gap:18px;min-height:54px;border-bottom:1px solid var(--line-alternative)}.hc-rank__list em{width:18px;color:var(--text);font-size:16px;font-style:normal;font-weight:700}.hc-rank__list span{color:var(--text);font-size:16px;font-weight:500}.hc-kv-section{display:grid;gap:2px;padding-top:10px}.hc-kv-section .hc-sec-title{padding-bottom:6px}.hc-kv-row{display:flex;align-items:center;justify-content:space-between;min-height:56px}.hc-kv-row span{color:var(--text);font-size:15px}.hc-kv-row b{display:inline-flex;align-items:center;gap:2px;color:var(--text);font-size:22px;font-weight:700;font-variant-numeric:tabular-nums}.hc-kv-row b svg{color:var(--text-secondary)}.hc-notes{display:grid;gap:8px;margin-top:14px;padding-top:18px;border-top:1px solid var(--line-solid)}.hc-notes strong{color:var(--text);font-size:15px}.hc-notes p{margin:0;color:var(--text-muted);font-size:12px;line-height:18px}.hc-stmt-head{display:grid;gap:8px;padding:4px 0 16px}.hc-stmt-head>span{display:flex;align-items:center;gap:8px;color:var(--text);font-size:15px;font-weight:600}.hc-stmt-head>strong{color:var(--text);font-size:32px;line-height:44px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.hc-stmt{border-top:2px solid var(--text)}.hc-stmt__item{display:flex;align-items:flex-start;gap:14px;padding:16px 0 14px}.hc-stmt__item em{color:var(--text);font-size:16px;font-style:normal;font-weight:700}.hc-stmt__item>div{display:grid;flex:1;gap:3px}.hc-stmt__item strong{color:var(--text);font-size:16px;font-weight:700}.hc-stmt__item small{color:var(--text-muted);font-size:12px}.hc-stmt__item b{color:var(--text);font-size:18px;font-weight:700;font-variant-numeric:tabular-nums}.hc-stmt__sub{display:flex;align-items:center;justify-content:space-between;min-height:48px;border-top:1px dashed var(--stroke-strong)}.hc-stmt__sub span{color:var(--text-muted);font-size:13px}.hc-stmt__sub b{color:var(--text);font-size:15px;font-weight:700;font-variant-numeric:tabular-nums}.hc-profile{display:grid;justify-items:center;gap:5px;padding:20px 16px 16px;border-radius:var(--radius-xl);background:var(--surface)}.hc-profile__avatar{display:grid;place-items:center;width:92px;height:92px;border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-secondary);font-size:32px;font-weight:700}.hc-profile__photo{margin-top:-14px;padding:5px 12px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface);color:var(--text-secondary);font-size:11px}.hc-profile__name{margin-top:8px;color:var(--text);font-size:24px;line-height:30px;font-weight:800}.hc-profile__since{display:inline-flex;align-items:center;gap:5px;color:var(--text-muted);font-size:13px}.hc-profile__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%;margin-top:16px}.hc-profile__stats button{display:grid;justify-items:center;gap:6px;padding:8px 0;border:0;background:transparent}.hc-profile__stats span{color:var(--text);font-size:13px;font-weight:600}.hc-profile__stats b{display:inline-flex;align-items:center;color:var(--text);font-size:24px;font-weight:800;font-variant-numeric:tabular-nums}.hc-profile__stats b svg{color:var(--text-subtle)}.hc-sec-label{display:flex;align-items:center;gap:6px;margin-top:8px;padding:2px 4px;color:var(--text-secondary);font-size:13px;font-weight:600}.hc-group{display:grid;padding:2px 16px;border-radius:var(--radius-xl);background:var(--surface)}.hc-group__row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:60px;padding:0;border:0;border-radius:0;background:transparent;color:var(--text);font-size:16px;font-weight:600;text-align:left}.hc-group__row+.hc-group__row{border-top:1px solid var(--line-alternative)}.hc-group__row svg{color:var(--text-secondary)}.hc-group__row--info span{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:500}.screen-design-page .hc-group .mini-screen-row{min-height:60px;padding:10px 0;border-radius:0;background:transparent}.screen-design-page .hc-group .mini-screen-row+.mini-screen-row{border-top:1px solid var(--line-alternative)}.hc-toggle{position:relative;flex:none;width:52px;height:32px;border-radius:var(--radius-full);background:var(--cool-neutral-90)}.hc-toggle:after{content:"";position:absolute;top:3px;left:3px;width:26px;height:26px;border-radius:var(--radius-full);background:#fff;box-shadow:var(--elevation-xs);transition:left var(--motion-base) var(--ease-standard)}.hc-toggle.is-on{background:var(--text)}.hc-toggle.is-on:after{left:23px}.screen-design-page .mini-screen-row strong{font-size:16px;line-height:22px}.screen-design-page .mini-screen-row small{font-size:13px;line-height:18px}.hc-group__row--stack{min-height:68px;padding:13px 0}.hc-group__row--stack>div{display:grid;gap:3px;min-width:0}.hc-group__row--stack strong{color:var(--text);font-size:16px;line-height:22px;font-weight:600}.hc-group__row--stack small{color:var(--text-muted);font-size:13px;line-height:18px;font-weight:400}.screen-design-page :is(.screen-payment-methods button:not(.is-selected),.screen-filter-row button:not(.is-selected),.screen-region-grid button:not(.is-selected),.screen-brand-grid button:not(.is-selected),.screen-request-grid button:not(.is-selected),.screen-estimate-steps>div:not(.is-current),.screen-otp-row span.is-empty,.screen-bottom-actions--muted,.screen-post-body,.screen-reaction-row button,.screen-comment-box,.screen-chat-context,.screen-chat-attachment,.screen-menu-close,.screen-community-menu-search,.screen-metric-card,.screen-ledger-summary,.screen-ledger-panel,.screen-splash-ad,.metric-tile--brand,.maintenance-home-row--info,.cmty-pinned,.cmty-write-option,.cmty-car-tag,.cmty-photo-add>span,.cmty-receipt__cta){border:1px solid var(--stroke);background:var(--surface)}.screen-design-page :is(.screen-estimate-steps>div.is-current,.screen-consent-row--all){border:1px solid var(--text);background:var(--surface)}.screen-design-page .screen-ledger-summary{gap:12px}.screen-canvas-gray :is(.screen-result,.screen-form-stack,.screen-character-visual,.screen-vehicle-card,.screen-profile-card,.screen-total-card){border-color:transparent;border-radius:var(--radius-xl);background:var(--surface)}.screen-design-page .screen-result--critical>svg{color:var(--critical)}.screen-design-page .screen-result--success>svg{color:var(--success)}.screen-design-page .screen-result--warning>svg{color:var(--warning)}.screen-design-page .screen-result--muted>svg{color:var(--text-subtle)}.screen-design-page .screen-brand-grid button.is-selected{border-color:var(--text);box-shadow:inset 0 0 0 1px var(--text);background:var(--surface);color:var(--text)}.screen-design-page .app-phone:has(:is(.screen-splash-layout,.screen-login-layout,.screen-chat-thread-layout,.screen-flat-white,.screen-cmty-layout,.screen-cmty-detail-layout,.screen-canvas-white)){background:var(--bg-page)}.screen-design-page .screen-market-list{gap:0;padding:2px 14px;border-radius:var(--radius-xl);background:var(--surface)}.screen-design-page .screen-market-list-row+.screen-market-list-row,.screen-design-page .screen-market-cart-row+.screen-market-cart-row{border-top:1px solid var(--line-alternative)}.screen-design-page .screen-booking-shop{padding:14px;border-radius:var(--radius-xl);background:var(--surface)}.screen-design-page :is(.screen-canvas-white,.screen-cmty-layout,.screen-cmty-detail-layout) .hc-group{border:1px solid var(--stroke)}.screen-design-page .screen-chat-list p:not(.outgoing){background:var(--surface)}.screen-design-page .screen-vehicle-list{display:grid;padding:0 14px;border-radius:var(--radius-xl);background:var(--surface)}.screen-design-page .screen-vehicle-list .screen-vehicle-card{padding-inline:0;border:0;border-radius:0;background:transparent}.screen-design-page .screen-vehicle-list .screen-vehicle-card+.screen-vehicle-card{border-top:1px solid var(--line-alternative)}.screen-design-page :is(.hc-sec-title,.hc-sec-label,.screen-list-head strong,.screen-market-section-title strong){display:flex;align-items:center;gap:6px;margin:0;padding:2px 2px 0;color:var(--text);font-size:18px;line-height:24px;font-weight:700}.screen-design-page .hc-sec-label svg{flex:none;color:var(--text-secondary)}.screen-design-page :is(.screen-list-head small,.screen-market-section-title span){color:var(--text-muted);font-size:12px;line-height:16px;font-weight:500}.screen-design-page :is(.hc-stmt,.hc-kv-section,.hc-notes){padding:4px 14px;border-radius:var(--radius-xl);background:var(--surface)}.screen-design-page .hc-notes{padding:14px}.screen-design-page :is(.hc-sec-title,.screen-list-head strong,.screen-market-section-title strong,.hc-stmt-head>span,.cmty-post__title){text-wrap:balance}.screen-design-page .app-phone :is(p,small,.screen-step-hint,.hc-group__row span){text-wrap:pretty}.screen-design-page .badge{padding-inline:6px}.screen-design-page .hc-stmt{border-top:0}
