@font-face{font-family:NanumSquareNeo;font-weight:300 900;font-display:swap;src:url(/fonts/NanumSquareNeo-Variable.ttf) format("truetype")}:root{color-scheme:light;--bg-app: #f4f7fb;--bg-page: #ffffff;--surface: #ffffff;--surface-high: #f7f9fc;--surface-pressed: #eef3f9;--surface-input: #f3f6fa;--stroke: #e2e8f0;--stroke-strong: #cbd5e1;--text: #101828;--text-secondary: #344054;--text-muted: #667085;--text-subtle: #98a2b3;--brand: #1453d9;--brand-pressed: #0b43b5;--brand-gradient: linear-gradient(135deg, #1453d9 0%, #1f6fff 56%, #35c6ff 100%);--brand-gradient-pressed: linear-gradient(135deg, #0b43b5 0%, #1453d9 58%, #1f9bff 100%);--brand-soft: rgba(20, 83, 217, .09);--brand-line: rgba(20, 83, 217, .28);--accent: #a6e600;--accent-soft: rgba(166, 230, 0, .13);--accent-line: rgba(166, 230, 0, .38);--critical: #e11945;--critical-soft: rgba(225, 25, 69, .1);--warning: #b77900;--warning-soft: rgba(183, 121, 0, .12);--success: #148c52;--success-soft: rgba(20, 140, 82, .1);--info: #2563eb;--info-soft: rgba(37, 99, 235, .1);--gold: #9a6b00;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 24px;--radius-full: 999px;--font: "NanumSquareNeo", -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)}button,input,textarea{font:inherit}button{border:0;color:inherit;cursor:pointer}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:14px;font-weight:800}.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:14px;font-weight:700}.sidebar nav a:hover{background:var(--surface-high);color:var(--brand)}.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:850;letter-spacing:0}.page-header p,.section-heading p,.page-footer{margin:0;color:var(--text-muted);font-size:14px;line-height:21px}.page-actions,.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);font-size:12px;font-weight:800;text-transform:uppercase}.section-heading h2{margin:0;font-size:24px;line-height:30px;letter-spacing:0}.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:14px;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:10.5px;font-weight:500;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:#d6a60029;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:13.5px;font-weight:600;line-height:1;text-align:center;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:660;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:580}.btn--ghost{background:transparent;color:var(--brand);font-weight:580;padding-inline:0}.btn--critical{border:1px solid rgba(255,23,77,.5);background:var(--critical-soft);color:#ff5f82}.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:14px;background:var(--surface-high);color:var(--text-secondary)}.icon-btn--brand{border-color:var(--brand-line);color:var(--brand)}.icon-btn--critical{border-color:#ff174d75;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:2px solid var(--surface);border-radius:var(--radius-full);background:var(--critical);color:#fff;font-size:10px;font-weight:850}.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,.author-row,.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:#111827;font-size:15px;font-weight:850;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 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:76px;padding:8px;border:1px solid var(--stroke);border-radius:28px;background:#fffffff5}.phone-frame>.bottom-nav{position:absolute;right:12px;bottom:12px;left:12px}.bottom-nav__item{position:relative;display:grid;place-items:center;align-content:center;gap:5px;min-width:0;border-radius:20px;background:transparent;color:var(--text-muted);font-size:10px;font-weight:800}.bottom-nav__item.is-active{color:var(--brand)}.bottom-nav__icon{position:relative;display:inline-flex}.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:16px;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:17px;line-height:23px;font-weight:850}.promo-card h3{margin:0;color:#fff;font-size:17px;line-height:23px;font-weight:850;text-shadow:0 2px 8px rgba(0,0,0,.48)}.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);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:14px;line-height:20px;font-variant-numeric:tabular-nums}.promo-card{position:relative;display:grid;min-height:180px;align-content:end;gap:14px;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-xl);background-position:center;background-size:cover}.promo-card:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(180deg,#050c1a47,#050c1aa8),#07163052}.promo-card>*{position:relative}.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 p{margin:6px 0 0;color:#ffffffdb;font-size:13px;line-height:19px;text-shadow:0 2px 7px rgba(0,0,0,.46)}.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:8px;background:#000000c2;color:#fff;font-size:11px;font-weight:800}.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:#ff174d59}.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:14px;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:#ff174d47;background:var(--critical-soft)}.maintenance-home-row--warning{border-color:#f29f053d;background:#fffaf1}.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:15px;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)}.maintenance-home-row__main{display:grid;gap:3px;min-width:0}.maintenance-home-row__main strong,.maintenance-home-row__main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.maintenance-home-row__main strong{color:var(--text);font-size:14px;line-height:19px;font-weight:760}.maintenance-home-row__main small{color:var(--text-muted);font-size:12px;line-height:17px}.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}.row-main,.service-row span:nth-child(2),.settings-row span{min-width:0;flex:1}.row-title{display:flex;align-items:center;gap:8px;color:var(--text);font-size:14px;font-weight:800}.row-icon--warning{color:var(--warning)}.row-icon--success{color:var(--success)}.row-icon--brand{color:var(--brand)}.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 14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-input);color:var(--text-muted)}.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:800}.field input,.field textarea,.tag-field>div,.comment-bar{border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-input)}.field input{min-height:46px;padding:0 14px}.field textarea{resize:vertical;min-height:120px;padding:14px;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 5px 5px 14px}.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:600}.chip.is-selected{border-color:var(--brand);background:var(--brand);color:#fff;font-weight:660}.chip--trend{border-color:var(--accent-line);background:var(--accent-soft);color:#315500}.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:14px;line-height:20px}.check-dot{width:34px;height:34px;color:var(--brand)}.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:800;font-variant-numeric:tabular-nums}.calendar-day.is-selected,.time-slot.is-selected{border-color:var(--brand);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);font-size:17px;font-weight:850}.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:620}.tab-row button.is-selected{border-color:var(--brand);color:var(--brand)}.purchase-bar{display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px}.post-card{display:grid;gap:12px}.author-row{align-items:flex-start}.author-row>div{min-width:0;flex:1}.author-row>div strong,.author-row>div span{display:block}.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:14px;font-weight:850;text-align:right}.summary-list .total{padding-top:12px;border-top:1px solid var(--stroke)}.summary-list .total strong,.positive{color:var(--brand)}.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:10.5px;font-weight:520;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:14px}.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)}.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:620}.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:#ff5f82}.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:800}.status-stepper span.is-done{border-color:var(--brand-line);color:var(--brand)}.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:850}.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,23,77,.36);border-radius:var(--radius-sm);background:var(--critical-soft);color:var(--critical)}.token-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.token-item{display:grid;gap:8px;min-width:0;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.token-item strong{overflow-wrap:anywhere;color:var(--text);font-size:12px}.token-swatch{height:42px;border:1px solid var(--stroke-strong);border-radius:var(--radius-sm)}.swatch--lime{background:var(--accent)}.swatch--brand{background:var(--brand)}.swatch--red{background:var(--critical)}.swatch--surface{background:var(--surface)}.swatch--raised{background:var(--surface-high)}.swatch--stroke{background:var(--stroke)}.type-preview{display:grid;gap:16px}.type-preview>div{display:grid;gap:4px}.type-display{font-size:32px;line-height:38px;font-weight:850}.type-screen{font-size:24px;line-height:30px;font-weight:850}.type-preview p{margin:0;color:var(--text-secondary);font-size:14px;line-height:21px}.type-preview small{color:var(--text-muted);font-size:12px;line-height:17px}.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-topbar nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.site-topbar nav a{display:inline-grid;place-items:center;min-height:38px;padding:0 13px;border:1px solid transparent;border-radius:var(--radius-md);color:var(--text-muted);font-size:13px;font-weight:800}.site-topbar nav a:hover,.site-topbar nav a.is-active{border-color:var(--brand-line);background:var(--surface);color:var(--brand)}.hub-hero,.report-hero,.hub-grid,.hub-strip,.report-section{width:100%;max-width:1180px;margin:0 auto}.hub-hero,.report-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 h1,.report-hero h1{margin:16px 0 14px;color:var(--text);font-size:clamp(32px,4.4vw,54px);line-height:1.08;font-weight:850;letter-spacing:0;word-break:keep-all;overflow-wrap:break-word}.hub-hero p,.report-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,.chart-panel{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:14px}.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)}.hub-card small,.section-heading span{letter-spacing:0}.hub-card small{color:var(--brand);font-size:12px;font-weight:850;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:14px;line-height:21px}.hub-card__link{display:inline-flex;align-items:center;gap:4px;margin-top:auto;color:var(--brand);font-size:13px;font-weight:850}.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-page{padding-bottom:80px}.report-hero{align-items:start}.report-stat-grid,.system-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.report-stat,.system-map div{display:grid;gap:6px;min-height:116px;padding:16px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.report-stat strong{color:var(--brand);font-size:30px;line-height:36px;font-weight:850}.report-stat span,.system-map span{color:var(--text-muted);font-size:13px;line-height:19px}.system-map div.is-active{border-color:var(--brand-line);background:var(--brand-soft)}.system-map strong{font-size:17px}.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:800}.report-page .section-heading h2{font-size:clamp(26px,3.2vw,36px);line-height:1.2;font-weight:850}.report-page .section-heading p{max-width:660px;font-size:15px;line-height:25px;color:var(--text-muted)}.report-page .thesis-card,.report-page .persona-card,.report-page .kpi-card,.report-page .risk-card,.report-page .loop-card,.report-page .scope-card,.report-page .estimate-stage-card,.report-page .report-card,.report-page .chart-panel,.report-page .arch-layer,.report-page .kanban-col{padding:24px}.report-page .thesis-card,.report-page .persona-card,.report-page .kpi-card,.report-page .risk-card,.report-page .loop-card,.report-page .scope-card,.report-page .estimate-stage-card{gap:12px}.report-page .thesis-card p,.report-page .loop-card p,.report-page .risk-card p,.report-page .report-card p{line-height:21px}.report-page .thesis-card h3,.report-page .persona-card h3,.report-page .scope-card header strong,.report-page .kpi-card header strong,.report-page .loop-card header strong{font-size:16px;font-weight:800}.report-page .thesis-card small,.report-page .scope-card header em{font-weight:700}.report-page .persona-card li{font-size:13px;line-height:20px}.report-grid{display:grid;gap:16px}.report-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.report-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.report-card,.chart-panel{padding:18px}.report-card{border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.report-card h3,.chart-panel h3{margin:0 0 10px;color:var(--text);font-size:17px;line-height:23px}.report-card p{margin:0;color:var(--text-muted);font-size:13px;line-height:20px}.bar-row{display:grid;grid-template-columns:72px minmax(0,1fr) 44px;gap:10px;align-items:center;padding:8px 0}.bar-row span,.bar-row strong{font-size:12px;font-weight:800}.bar-row span{color:var(--text-secondary)}.bar-row strong{color:var(--brand);text-align:right}.bar-row i{overflow:hidden;height:10px;border-radius:var(--radius-full);background:var(--stroke)}.bar-row b{display:block;height:100%;border-radius:inherit;background:var(--brand)}.revenue-list,.api-list{display:grid;gap:9px}.revenue-list div{display:grid;gap:3px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.revenue-list strong{font-size:14px}.revenue-list span{color:var(--text-muted);font-size:12px}.execution-timeline,.product-flow{display:grid;gap:12px}.execution-step{display:grid;grid-template-columns:42px 180px minmax(0,1fr);gap:14px;align-items:center;padding:15px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.execution-step span{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-full);background:var(--brand);color:#fff;font-size:13px;font-weight:850}.execution-step strong{font-size:15px}.execution-step p{margin:0;color:var(--text-muted);font-size:13px;line-height:19px}.product-flow{grid-template-columns:repeat(6,minmax(0,1fr))}.flow-node{position:relative;display:grid;gap:8px;min-height:118px;padding:15px;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:var(--surface)}.flow-node:after{position:absolute;top:50%;right:-12px;width:12px;height:1px;background:var(--brand-line);content:""}.flow-node:last-child:after{display:none}.flow-node strong{color:var(--brand);font-size:14px}.flow-node span{color:var(--text-muted);font-size:12px;line-height:18px}.domain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.domain-grid span,.api-list code{padding:10px 12px;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-secondary);font-size:12px;font-weight:800}.api-list code{color:var(--brand);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sheet-preview{position:relative;overflow:hidden;min-height:420px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:linear-gradient(180deg,#1018280d,#10182829),var(--surface-high)}.sheet-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#1018281f}.bottom-sheet{position:absolute;right:14px;bottom:14px;left:14px;display:grid;gap:14px;padding:14px;border:1px solid var(--stroke);border-radius:22px 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);font-size:13px;font-weight:800}.toast.warning{border-color:#b779003d;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)}.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,.post-list,.mini-result-list{display:grid;gap:8px}.notice-row,.post-list-row,.mini-result-list button{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:850}.notice-row strong,.post-list-row strong{display:block;color:var(--text);font-size:14px;line-height:20px}.notice-row small,.post-list-row small{display:block;margin-top:2px;color:var(--text-muted);font-size:12px;line-height:17px}.post-list-row{grid-template-columns:minmax(0,1fr) auto}.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:680}.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:600}.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);font-size:24px;line-height:30px}.result-summary span{color:var(--text-muted);font-size:12px}.mini-result-list button{grid-template-columns:auto minmax(0,1fr);color:var(--text-secondary);font-size:13px;font-weight:620}.mini-result-list svg{color:var(--brand)}.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:14px}.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)}.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,.verification-card,.permission-card,.notification-list,.message-thread-panel{display:grid;gap:14px}.auth-phone,.auth-benefit-card,.verification-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,.verification-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:850}.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:#111827;font-size:17px;font-weight:650}.social-login strong{display:block;color:var(--text);font-size:16px;line-height:22px;font-weight:650;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:700}.auth-login-note svg{margin-top:1px;color:var(--brand)}.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:850}.auth-flow-row svg{color:var(--brand)}.auth-flow-row strong{display:block;color:var(--text);font-size:13px;line-height:18px;font-weight:850}.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:850}.signup-card h4{margin:0;color:var(--text);font-size:16px;line-height:22px;font-weight:850}.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)}.consent-row strong{overflow:hidden;color:var(--text);font-size:13px;line-height:18px;font-weight:800;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);font-size:12px;font-weight:800}.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)}.account-link-card strong,.signup-vehicle-card strong{display:block;color:var(--text);font-size:13px;line-height:18px;font-weight:850}.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:20px;font-weight:850}.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)}.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:620}.segmented-control button.is-selected{background:var(--brand);color:#fff;font-weight:680}.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)}.control-row.has-error{border-color:#e119456b;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:800}.select-field button{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:0 14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-input);color:var(--text);font-size:14px;font-weight:620}.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:620}.payment-methods button.is-selected{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand)}.payment-summary .total strong{color:var(--brand)}.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)}.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:800}.rating-row div{display:flex;gap:2px;color:#f5a400}.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)}.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)}.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:#e119456b;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:14px}.tree-panel h4 svg,.queue-panel h4 svg,.version-panel h4 svg,.package-panel h4 svg{color:var(--brand)}.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:600;text-align:left}.tree-panel button svg{color:var(--brand)}.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:800}.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:14px}.table-toolbar svg{color:var(--brand)}.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:800;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)}.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);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)}.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:20px;line-height:28px}.editor-canvas p,.editor-canvas blockquote{color:var(--text-secondary);font-size:14px;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);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);font-size:11px;font-weight:850}.faq-row strong{margin-top:4px;color:var(--text);font-size:14px;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);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(20,83,217,.16),transparent 24%),linear-gradient(135deg,#eef4ff,#f9fbff 48%,#edf8f1)}.map-preview:before,.map-preview:after{position:absolute;content:""}.map-preview:before{top:22%;right:-8%;left:-10%;height:42px;border:1px solid rgba(100,116,139,.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(100,116,139,.14);border-top:0;border-bottom:0;background:#ffffff75;transform:rotate(28deg)}.map-grid-line{position:absolute;background:#1453d91f}.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);font-weight:850}.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:14px}.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:700}.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:16px;background:#fff;color:var(--text);text-align:left}.brand-filter-card.is-selected{border-color:#2657e88c;background:linear-gradient(135deg,#edf4ff,#fff 58%,#e8f7ff)}.brand-filter-card__logo{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--stroke);border-radius:14px;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:620;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:650;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:14px}.shop-list-head small{margin-top:3px;color:var(--text-muted);font-size:12px}.shop-result-list{display:grid;gap:9px}.shop-result-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;min-height:104px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);text-align:left}.shop-result-row.is-selected{border-color:var(--brand-line);background:var(--brand-soft)}.shop-result-row>span:nth-child(2){min-width:0}.shop-result-row strong,.shop-result-row small,.shop-result-row i{display:block}.shop-result-row strong{overflow:hidden;color:var(--text);font-size:14px;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.shop-result-row small{margin-top:2px;color:var(--text-muted);font-size:12px;line-height:18px}.shop-result-row i{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px;font-style:normal}.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)}.document-drop strong,.document-drop small{display:block}.document-drop strong{color:var(--text);font-size:14px}.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:14px;background:var(--surface);color:var(--brand)}.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:20px;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:800}.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:850;letter-spacing:0}.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);font-size:30px;line-height:36px;font-weight:850}.screen-design-summary span{color:var(--text);font-size:14px;font-weight:800}.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:700;white-space:nowrap}.screen-design-nav a:hover{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand)}.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-page)}.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--detail{min-height:64px;padding:14px 16px 10px}.app-phone__back-title{display:flex;align-items:center;gap:8px;min-width:0}.app-phone__back-title strong{overflow:hidden;color:var(--text);font-size:17px;line-height:23px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.app-phone__top .icon-btn{width:36px;height:36px;border-radius:12px}.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:12px;font-size:13px;font-weight:590}.app-phone .btn svg{width:16px;height:16px}.app-phone .button-row{gap:8px}.screen-bottom-nav{position:absolute;right:12px;bottom:12px;left:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:72px;padding:7px;border:1px solid var(--stroke);border-radius:24px;background:#fffffffa}.screen-bottom-nav button{display:grid;place-items:center;align-content:center;gap:5px;min-width:0;border-radius:18px;background:transparent;color:var(--text-muted);font-size:10px;font-weight:700}.screen-bottom-nav button.is-active{background:var(--brand-soft);color:var(--brand)}.screen-home-component-layout{gap:0;padding:0 0 100px}.screen-home-component-layout .phone-scroll{padding:0 20px}.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:linear-gradient(180deg,#fff,#f8fbff)}.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(15,23,42,.12))}.screen-splash-content h3{margin:0;color:var(--text);font-size:24px;line-height:31px;font-weight:800;word-break:keep-all}.screen-splash-spinner{width:28px;height:28px;margin-top:2px;border:3px solid #e5edf8;border-top-color:var(--brand);border-radius:var(--radius-full);animation:splashSpinner .76s linear infinite}.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:24px;background:linear-gradient(135deg,#1453d914,#35c6ff1f),var(--surface)}.screen-splash-ad div{display:grid;gap:4px;min-width:0}.screen-splash-ad span{color:var(--brand);font-size:11px;font-weight:700}.screen-splash-ad strong{color:var(--text);font-size:15px;line-height:20px;font-weight:760}.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}@keyframes splashSpinner{to{transform:rotate(360deg)}}.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:850;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-vehicle-intro-visual{display:grid;place-items:center;justify-self:center;width:112px;height:112px;border:1px solid var(--brand-line);border-radius:32px;background:var(--brand-soft);color:var(--brand)}.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:linear-gradient(180deg,#fff,#f7faff),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:650;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:550}.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-login-hero{display:grid;justify-items:center;gap:10px;padding:18px 12px 8px;text-align:center}.screen-login-hero img{width:190px;height:42px;object-fit:contain}.screen-login-hero h3,.screen-title-block h3{margin:0;color:var(--text);font-size:22px;line-height:29px;font-weight:850;word-break:keep-all}.screen-login-hero p,.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-timeline-list,.screen-estimate-steps,.screen-estimate-list,.screen-post-list,.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);font-weight:700}.screen-social-button strong{font-size:14px;font-weight:650}.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:34px minmax(0,1fr) auto;gap:9px;align-items:center;min-height:58px;padding:9px 10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text);text-align:left}.screen-consent-row>span{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface);color:var(--text-muted)}.screen-consent-row.is-checked{border-color:var(--brand-line);background:var(--brand-soft)}.screen-consent-row.is-checked>span{border-color:var(--brand);background:var(--brand);color:#fff}.screen-consent-row--all{background:var(--surface)}.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:720}.screen-consent-row small{color:var(--text-muted);font-size:11px;line-height:16px}.screen-note,.screen-user-line,.screen-vehicle-card,.screen-map-card,.screen-shop-mini,.screen-progress-rail,.screen-purchase-bar,.screen-profile-card,.screen-point-card,.screen-total-card,.screen-search-summary,.screen-question-card,.screen-result{display:grid;gap:10px;align-items:center;padding:13px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.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:800}.screen-otp-row span.is-empty{border-color:var(--stroke);background:var(--surface-high)}.screen-note{grid-template-columns:auto minmax(0,1fr);color:var(--text-secondary);font-size:12px;line-height:18px}.screen-note svg,.mini-screen-row__icon,.screen-map-card svg{color:var(--brand)}.screen-title-block{display:grid;gap:8px}.screen-title-block .badge{justify-self:start}.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:650;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:700}.screen-brand-grid button.is-selected{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand)}.screen-brand-grid img{width:44px;height:32px;object-fit:contain}.screen-form-stack label{display:grid;gap:3px;min-height:56px;padding:10px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-form-stack label span,.screen-user-line small,.screen-vehicle-card span,.mini-screen-row small,.screen-metric-card span,.screen-metric-card small,.screen-promo span,.screen-map-card small,.screen-shop-mini small,.screen-product-card small,.screen-purchase-bar span,.screen-profile-card small,.screen-point-card span,.screen-post-list small{color:var(--text-muted);font-size:12px;line-height:17px}.screen-form-stack label strong,.screen-user-line strong,.screen-vehicle-card strong,.mini-screen-row strong,.screen-map-card strong,.screen-shop-mini strong,.screen-profile-card strong{color:var(--text);font-size:14px;line-height:20px}.screen-user-line{grid-template-columns:auto minmax(0,1fr) auto;background:var(--surface)}.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,.screen-store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.screen-metric-card,.screen-product-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);font-size:24px;line-height:30px;font-weight:850}.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(--brand);font-size:28px;line-height:34px;font-weight:850}.screen-promo{display:grid;gap:8px;min-height:150px;align-content:end;padding:16px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#0716302e,#071630b8),url(https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=640&q=80) center / cover;color:#fff}.screen-promo strong{font-size:18px;line-height:24px;text-shadow:0 2px 8px rgba(0,0,0,.45)}.screen-promo span{color:#ffffffe6}.screen-promo .btn{width:100%}.mini-screen-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:56px;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:32px;height:32px;border:1px solid var(--brand-line);border-radius:12px;background:var(--surface-high)}.mini-screen-row strong,.mini-screen-row small{display:block}.screen-mileage-bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;padding:13px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-mileage-bar div{grid-column:1 / -1;overflow:hidden;height:12px;border-radius:var(--radius-full);background:var(--stroke)}.screen-mileage-bar div span{display:block;height:100%;border-radius:inherit;background:var(--brand-gradient)}.screen-mileage-bar strong,.screen-mileage-bar small{font-size:12px}.screen-mileage-bar strong{color:var(--brand);text-align:center}.screen-timeline-row{display:grid;grid-template-columns:62px 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-timeline-row>span{color:var(--brand);font-size:12px;font-weight:800}.screen-timeline-row strong,.screen-timeline-row small{display:block}.screen-timeline-row strong{color:var(--text);font-size:13px;line-height:18px}.screen-timeline-row small{color:var(--text-muted);font-size:11px;line-height:16px}.screen-mileage-timeline{gap:10px}.screen-mileage-timeline:before{top:12px;bottom:12px}.screen-mileage-timeline .timeline-item>div{gap:7px;padding:12px 13px}.screen-mileage-timeline__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.screen-mileage-timeline__head .badge{justify-self:auto}.screen-chip-tabs{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)}.screen-chip-tabs button{min-height:34px;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-size:12px;font-weight:650}.screen-chip-tabs button.is-selected{background:var(--brand);color:#fff}.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:14px}.screen-request-grid small{color:var(--text-muted);font-size:11px;line-height:16px}.screen-question-card{align-items:stretch}.screen-question-card>strong{color:var(--text);font-size:14px;line-height:20px}.screen-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.screen-check-grid span{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface);color:var(--text-muted);font-size:11px;font-weight:650}.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-map-card,.screen-profile-card{grid-template-columns:auto minmax(0,1fr);background:var(--brand-soft);border-color:var(--brand-line)}.screen-shop-mini{position:relative;grid-template-columns:82px minmax(0,1fr);align-items:start;min-height:122px;padding-bottom:58px;background:var(--surface)}.screen-shop-mini>div:first-child{width:82px;height:98px;border-radius:var(--radius-md);background:linear-gradient(180deg,#1018280f,#1018282e),url(https://images.unsplash.com/photo-1487754180451-c456f719a1fc?auto=format&fit=crop&w=360&q=80) center / cover}.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(20,83,217,.16),transparent 26%),linear-gradient(135deg,#edf4ff,#f8fbff 52%,#eff8f3)}.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(100,116,139,.15);transform:rotate(-15deg)}.screen-map-preview:after{top:-12%;bottom:-12%;left:45%;width:38px;border:1px solid rgba(100,116,139,.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:850;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);font-size:12px;font-weight:700}.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,#10182805,#1018282e),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:linear-gradient(135deg,#eef4ff,#fff 52%,#e8f7ff),var(--surface-high);color:var(--brand)}.screen-product-hero strong{color:var(--text);font-size:16px;line-height:22px;font-weight:760}.screen-shop-hero .badge,.screen-product-hero .badge{justify-self:start}.screen-booking-shop{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:12px;align-items:center;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{margin-top:7px;color:var(--text);font-size:18px;line-height:24px;font-weight:760}.screen-booking-shop p{color:var(--text-muted);font-size:12px;line-height:17px}.screen-booking-shop>span{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--brand-line);border-radius:var(--radius-full);background:var(--brand-soft);color:var(--brand);font-size:16px;font-weight:800}.screen-booking-month{display:grid;grid-template-columns:56px minmax(0,1fr) 56px;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{min-height:34px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-muted);font-size:11px;font-weight:650}.screen-date-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.screen-date-button{display:grid;place-items:center;gap:3px;min-height:76px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary)}.screen-date-button small,.screen-date-button span{color:var(--text-muted);font-size:10px;line-height:13px}.screen-date-button strong{color:var(--text);font-size:20px;line-height:24px;font-weight:800}.screen-date-button.is-selected{border-color:var(--brand-line);background:var(--brand)}.screen-date-button.is-selected small,.screen-date-button.is-selected strong,.screen-date-button.is-selected span{color:#fff}.screen-date-button.is-disabled{opacity:.48}.screen-booking-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 13px;border:1px solid var(--brand-line);border-radius:var(--radius-md);background:var(--brand-soft)}.screen-booking-summary span,.screen-booking-summary strong{display:block}.screen-booking-summary span{color:var(--text-muted);font-size:11px;line-height:15px}.screen-booking-summary strong{margin-top:2px;color:var(--text);font-size:15px;line-height:20px;font-weight:760}.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:14px;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:50px;text-align:center}.screen-booking-fee-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;min-height:44px;padding:10px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12px;line-height:16px}.screen-booking-fee-note svg{color:var(--brand)}.screen-calendar-grid,.screen-slot-grid,.screen-payment-methods{display:grid;gap:8px}.screen-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.screen-calendar-grid button,.screen-slot-grid button,.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:650}.screen-calendar-grid button.is-selected,.screen-slot-grid button.is-selected,.screen-payment-methods button.is-selected{border-color:var(--brand-line);background:var(--brand);color:#fff}.screen-calendar-grid button.is-disabled,.screen-slot-grid button.is-disabled{color:var(--text-subtle);opacity:.45;text-decoration:line-through}.screen-calendar-grid strong,.screen-calendar-grid small{color:inherit;font-size:11px}.screen-slot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.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);font-size:12px;font-weight:800}.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-radius:var(--radius-full);background:var(--surface);color:var(--text-muted);font-size:11px;font-weight:700}.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)}.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:20px;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:#f5a400}.screen-product-card span{height:84px;border-radius:var(--radius-md);background:linear-gradient(135deg,#eef4ff,#fff 54%,#e8f7ff),var(--surface-high)}.screen-product-card strong{color:var(--text);font-size:13px;line-height:18px}.screen-product-card em{color:var(--brand);font-size:14px;font-style:normal;font-weight:850}.screen-purchase-bar{grid-template-columns:minmax(0,1fr) auto;background:var(--surface)}.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:linear-gradient(135deg,#1453d91c,#35c6ff1f),var(--surface)}.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:24px;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:760}.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;gap:5px;min-height:66px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12px;font-weight:650}.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);font-size:12px;font-weight:700}.screen-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.screen-market-product{position:relative;display:grid;gap:5px;min-height:190px;padding:10px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.screen-market-product>div:first-child,.screen-market-list-row>span:first-child,.screen-market-cart-row>span:first-child{border-radius:var(--radius-md);background:linear-gradient(135deg,#eef4ff,#fff 52%,#e8f7ff),var(--surface-high)}.screen-market-product>div:first-child{height:82px}.screen-market-product .badge{position:absolute;top:16px;left:16px}.screen-market-product strong,.screen-market-list-row strong,.screen-market-cart-row strong{color:var(--text);font-size:13px;line-height:18px;font-weight:720}.screen-market-product small,.screen-market-list-row small,.screen-market-cart-row small{color:var(--text-muted);font-size:11px;line-height:16px}.screen-market-product em,.screen-market-list-row em,.screen-market-cart-row em{color:var(--brand);font-size:15px;font-style:normal;font-weight:800}.screen-market-banner{background:#fffaf1;border-color:#b779002e}.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)}.screen-market-list-row>div,.screen-market-cart-row>div{display:grid;gap:3px;min-width:0}.screen-board-index,.screen-board-home,.screen-board-headline,.screen-board-notice,.screen-board-write-bar,.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-index,.screen-board-home{background:var(--surface)}.screen-board-index__brand{display:grid;grid-template-columns:54px minmax(0,1fr);gap:11px;align-items:center}.screen-board-index__brand img{width:54px;height:42px;padding:8px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);object-fit:contain}.screen-board-index__brand strong,.screen-board-home__title strong,.screen-board-headline h3,.screen-board-article h3{margin:0;color:var(--text);font-size:18px;line-height:24px;font-weight:760}.screen-board-index__brand small,.screen-board-home__title small,.screen-board-headline p{display:block;margin:3px 0 0;color:var(--text-muted);font-size:12px;line-height:17px}.screen-board-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.screen-board-stats span{display:grid;gap:2px;min-height:48px;place-items:center;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--surface-high);color:var(--text-muted);font-size:11px;line-height:14px}.screen-board-stats strong{color:var(--brand);font-size:17px;line-height:20px;font-weight:760}.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:linear-gradient(90deg,rgba(20,83,217,.08),transparent 72%);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:720}.screen-board-list-row small,.screen-board-row__main small,.screen-board-row__stats small,.screen-board-article__meta,.screen-board-prevnext span{color:var(--text-muted);font-size:11px;line-height:16px}.screen-board-list-row>span{color:var(--text-secondary);font-size:11px;font-weight:650;white-space:nowrap}.screen-board-actions,.screen-board-write-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.screen-board-actions .btn,.screen-board-write-bar .btn{width:100%;min-height:42px}.screen-board-headline{grid-template-columns:minmax(0,1fr) auto;align-items:center;background:var(--surface)}.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:10px;font-weight:720}.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:linear-gradient(90deg,rgba(183,121,0,.12),transparent 74%)}.screen-board-row.is-expert{background:linear-gradient(90deg,rgba(20,83,217,.08),transparent 74%)}.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);font-size:11px;font-weight:720}.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:760}.screen-board-write-bar{grid-template-columns:minmax(0,1fr) 112px;align-items:center;background:var(--surface)}.screen-board-write-bar>span{color:var(--text-muted);font-size:12px;line-height:17px}.screen-board-home__title{display:grid;gap:5px}.screen-board-notice{background:#fffaf1;border-color:#b779002e}.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:760}.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:650}.screen-board-breadcrumb strong{color:var(--brand)}.screen-board-article{justify-items:start;background:var(--surface)}.screen-board-article__meta{display:flex;gap:8px;flex-wrap:wrap}.screen-board-prevnext{display:grid;gap:6px;padding:10px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-comment-thread{display:grid;gap:8px}.screen-comment-item{display:grid;grid-template-columns:30px minmax(0,1fr);gap:9px;padding:11px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-comment-item.is-expert{border-color:var(--brand-line);background:var(--brand-soft)}.screen-comment-item.is-reply{margin-left:24px;background:var(--surface)}.screen-comment-item>span{display:grid;place-items:center;width:30px;height:30px;border-radius:var(--radius-full);background:var(--surface);color:var(--brand);font-size:12px;font-weight:760}.screen-comment-item strong,.screen-comment-item small,.screen-comment-item p{display:block}.screen-comment-item strong{color:var(--text);font-size:13px;line-height:18px}.screen-comment-item small{color:var(--text-muted);font-size:11px;font-weight:500}.screen-comment-item p{margin:5px 0 6px;color:var(--text-secondary);font-size:12px;line-height:18px}.screen-comment-item button{color:var(--brand);background:transparent;font-size:11px;font-weight:650}.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);font-size:11px;font-weight:760}.screen-post-list div{display:grid;gap:4px;padding:13px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high)}.screen-post-list div.is-expert{border-color:var(--brand-line);background:var(--brand-soft)}.screen-post-list strong{color:var(--text);font-size:14px;line-height:20px}.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:650}.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-index,#app-community .screen-board-home,#app-community .screen-board-headline,#app-community .screen-board-notice,#app-community .screen-board-write-bar,#app-community .screen-board-article{padding:0;border:0;border-radius:0;background:transparent}#app-community .screen-board-home,#app-community .screen-board-headline,#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-stats span{min-height:42px;border:0;border-radius:10px;background:var(--surface-high)}#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:620}#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:10px;font-weight:560}#app-community .screen-board-actions,#app-community .screen-board-write-bar{grid-template-columns:minmax(0,1fr) auto;align-items:center}#app-community .screen-board-write-bar{padding-top:10px;border-top:1px solid var(--stroke)}#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-list>div,#app-community .screen-post-body,#app-community .screen-board-prevnext,#app-community .screen-comment-item{padding:10px 0;border:0;border-bottom:1px solid var(--stroke);border-radius:0;background:transparent}#app-community .screen-post-list>div.is-expert,#app-community .screen-comment-item.is-expert,#app-community .screen-comment-item.is-reply{background:transparent}#app-community .screen-comment-item.is-expert{border-bottom-color:var(--brand-line)}#app-community .screen-comment-item.is-reply{margin-left:18px}#app-community .screen-reaction-row button{min-height:30px;padding-inline:9px;font-weight:560}.screen-community-detail-layout{min-height:686px;align-content:start;padding-bottom:16px}.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:42px minmax(0,1fr) auto 40px;gap:10px;align-items:center;margin:-4px -2px 0;padding:8px 2px 12px;border-bottom:1px solid var(--stroke);background:var(--bg-page)}.screen-chat-peer-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:var(--radius-full);background:var(--brand-gradient);color:#fff;font-size:16px;font-weight:700}.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:650}.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)}.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:30px;line-height:36px;font-weight:850}.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:850}.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:680;text-align:center}.wizard-steps span.is-active{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand)}.wizard-steps small{color:inherit;font-size:12px;font-weight:620;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)}.vehicle-brand-tile img{width:48px;height:34px;object-fit:contain}.vehicle-brand-tile strong{font-size:13px;line-height:18px;font-weight:650}.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:14px;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:620;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:700}.toggle-line svg{color:var(--brand)}.upload-inline{grid-template-columns:auto minmax(0,1fr) auto;color:var(--text-secondary);font-size:13px;font-weight:700}.upload-inline svg{color:var(--brand)}.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:760}.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)}.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:14px;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:#f5a400}.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)}.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)}.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);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:12px}.audit-reason-card{grid-template-columns:auto minmax(0,1fr);border-color:#e119453d;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)}.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);flex:0 0 auto}.report-hero--rich{align-items:stretch;gap:36px;padding:44px}.report-page .report-hero h1{margin:18px 0;font-size:clamp(34px,4.4vw,56px);line-height:1.1}.report-page .report-hero p{font-size:16px;line-height:26px;color:var(--text-secondary)}.report-page .hero-bullets{margin-top:28px;gap:6px}.report-page .hero-bullets div{background:transparent;border-color:var(--stroke);padding:11px 14px}.report-hero .hero-bullets{display:grid;gap:8px;margin-top:22px}.report-hero .hero-bullets div{display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:13px;font-weight:700}.report-hero .hero-bullets div svg{color:var(--brand)}.hero-engine{display:grid;gap:14px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface-high)}.hero-engine--clean{gap:16px;padding:28px;background:linear-gradient(180deg,#fff,#f8fbff),var(--surface)}.hero-engine__top{display:grid;grid-template-columns:minmax(0,1fr) 132px;align-items:center;gap:12px;min-height:126px;padding-bottom:14px;border-bottom:1px solid var(--stroke)}.hero-engine__mascot{justify-self:end;width:132px;height:116px;object-fit:contain;object-position:center bottom;flex:0 0 auto;border-radius:18px;mix-blend-mode:multiply;filter:none}.hero-engine__kicker{display:inline-flex;align-items:center;align-self:flex-start;justify-self:start;width:fit-content;padding:5px 11px;border-radius:var(--radius-full);background:var(--brand-soft);color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-engine--clean .hero-engine__route--vertical{display:grid;grid-template-columns:1fr;gap:6px;padding:0;border:0;background:transparent}.hero-route-step{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);transition:border-color .2s ease,background .2s ease}.hero-route-step__icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:var(--radius-md);background:var(--surface);color:var(--text-muted);flex:0 0 auto}.hero-route-step strong{display:block;color:var(--text);font-size:14px;font-weight:800}.hero-route-step small{display:block;margin-top:2px;color:var(--text-muted);font-size:12px;line-height:17px}.hero-route-step--active{border-color:var(--brand-line);background:var(--brand-soft)}.hero-route-step--active .hero-route-step__icon{background:var(--brand);color:#fff}.hero-route-step--active strong{color:var(--brand)}.hero-route-step--loop .hero-route-step__icon{background:var(--surface);color:var(--brand);border:1px dashed var(--brand-line)}.hero-route-arrow{display:block;width:1px;height:14px;margin:0 auto;background:var(--stroke-strong)}.hero-engine__head{display:flex;align-items:center;gap:6px;padding-bottom:10px;border-bottom:1px solid var(--stroke);color:var(--text-muted);font-size:11px;font-weight:850;letter-spacing:.06em}.hero-engine__head strong{margin-left:6px;color:var(--text)}.hero-engine__dot{width:8px;height:8px;border-radius:var(--radius-full);background:var(--stroke-strong)}.hero-engine__dot:first-child{background:var(--brand)}.hero-engine__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hero-engine__grid>div{display:grid;gap:4px;padding:12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.hero-engine__grid svg{color:var(--brand)}.hero-engine__grid strong{font-size:22px;line-height:26px;font-weight:850;color:var(--text)}.hero-engine__grid span{color:var(--text-muted);font-size:12px}.hero-engine__route{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:10px;border:1px dashed var(--brand-line);border-radius:var(--radius-md);background:var(--surface)}.hero-engine__route svg{color:var(--text-subtle);flex:0 0 auto}.route-node{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-secondary);font-size:12px;font-weight:800;white-space:nowrap}.route-node--brand{background:var(--brand);color:#fff}.route-node--accent{background:var(--brand-soft);color:var(--brand)}.report-stat-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.report-stat{position:relative;gap:4px}.report-stat__icon{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand);margin-bottom:6px}.report-stat small{margin-top:2px;color:var(--text-subtle);font-size:11px;line-height:16px}.thesis-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.thesis-card{position:relative;display:grid;gap:8px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface);transition:border-color .2s ease,transform .2s ease}.thesis-card:hover{border-color:var(--brand-line);transform:translateY(-2px)}.thesis-card__icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand)}.thesis-card h3{margin:6px 0 0;font-size:15px;line-height:21px;color:var(--text)}.thesis-card p{margin:0;font-size:13px;line-height:19px;color:var(--text-muted)}.thesis-card small{display:inline-flex;align-items:center;gap:5px;margin-top:4px;padding:6px 10px;border-radius:var(--radius-full);background:var(--brand-soft);color:var(--brand);font-size:11px;font-weight:850;width:fit-content}.report-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.chart-panel h3{display:flex;align-items:center;gap:7px}.chart-panel h3 svg{color:var(--brand)}.chart-panel__source{margin:12px 0 0;padding-top:10px;border-top:1px dashed var(--stroke);color:var(--text-subtle);font-size:11px;line-height:16px}.chart-panel__source a{color:var(--brand);text-decoration:underline}.bar-list{display:grid;gap:4px;margin-top:4px}.bar-row--rich{grid-template-columns:84px minmax(0,1fr) 76px}.bar-row--rich strong{display:inline-flex;align-items:baseline;justify-content:flex-end;gap:4px;font-size:13px}.bar-row--rich strong em{color:var(--text-muted);font-size:11px;font-style:normal;font-weight:700}.bar-fill--brand{background:var(--brand)}.bar-fill--info{background:#4f7ce6}.bar-fill--success{background:#6b95ee}.bar-fill--accent{background:#8eb1ee}.bar-fill--warning{background:#b8cef3}.bar-fill--neutral{background:var(--stroke-strong)}.area-chart{display:grid;gap:8px}.area-svg{width:100%;height:160px;border-radius:var(--radius-md);background:var(--surface)}.area-chart__labels{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:2px;text-align:center}.area-chart__labels span{display:grid;gap:1px;padding:4px 0;border-radius:var(--radius-sm);font-size:10px;color:var(--text-muted)}.area-chart__labels em{color:var(--brand);font-style:normal;font-weight:850;font-size:11px}.area-chart__labels small{font-size:9px;color:var(--text-subtle)}.funnel-chart{display:grid;gap:10px}.funnel-row{display:grid;grid-template-columns:130px minmax(0,1fr) 60px;gap:12px;align-items:center}.funnel-row__label{display:grid;gap:2px}.funnel-row__label strong{font-size:14px;color:var(--text)}.funnel-row__label small{font-size:11px;color:var(--text-muted)}.funnel-row__bar{position:relative;display:block;height:22px;border-radius:var(--radius-full);background:var(--surface-pressed);overflow:hidden}.funnel-row__fill{position:absolute;inset:0 auto 0 0;display:block;border-radius:inherit;background:var(--brand);transition:width .4s ease}.funnel-row__fill--info{background:#4f7ce6}.funnel-row__fill--success{background:#6b95ee}.funnel-row__fill--accent{background:#8eb1ee}.funnel-row__value{text-align:right;font-size:14px;font-weight:850;color:var(--brand)}.persona-card{display:grid;gap:10px;align-content:start;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.persona-card__mascot{justify-self:center;width:100%;height:168px;margin:-4px 0 4px;padding:4px 10px 0;object-fit:contain;object-position:center bottom;border-bottom:1px solid var(--stroke);mix-blend-mode:multiply}.persona-card h3{margin:4px 0 0;color:var(--text);font-size:16px}.persona-card ul{margin:0;padding:0;display:grid;gap:8px;list-style:none}.persona-card li{position:relative;padding:9px 11px 9px 26px;border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:13px;line-height:19px}.persona-card li:before{position:absolute;top:13px;left:11px;width:6px;height:6px;border-radius:var(--radius-full);background:var(--brand);content:""}.persona-card__icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand)}.persona-card--info .persona-card__icon,.persona-card--success .persona-card__icon{background:var(--brand-soft);color:var(--brand)}.persona-card--info li:before,.persona-card--success li:before{background:var(--brand)}.arch-stack{display:grid;gap:8px}.arch-layer{display:grid;gap:12px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.arch-layer--user{border-color:var(--stroke);background:var(--surface)}.arch-layer--platform{border-color:var(--brand-line);background:var(--brand-soft)}.arch-layer--partner{border-color:var(--stroke);background:var(--surface)}.arch-layer__head{display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px dashed var(--stroke)}.arch-layer__head strong{margin-right:auto;font-size:16px;color:var(--text)}.arch-layer__head svg{color:var(--brand)}.arch-layer__tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-full);border:1px solid var(--brand-line);background:var(--surface);color:var(--brand);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.arch-layer__tag--solid{border-color:transparent;background:var(--brand);color:#fff}.arch-layer__chips{display:flex;flex-wrap:wrap;gap:6px}.arch-layer__chips span{padding:7px 11px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface);color:var(--text-secondary);font-size:12px;font-weight:800}.arch-flow{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:4px 0;color:var(--text-muted);font-size:12px;font-weight:800;text-align:center}.arch-flow span{height:1px;background:var(--stroke)}.kanban-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.kanban-col{display:grid;gap:10px;padding:16px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.kanban-col header{display:flex;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px dashed var(--stroke)}.kanban-col__step{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:var(--radius-full);background:var(--brand);color:#fff;font-size:12px;font-weight:850}.kanban-col header strong{margin-right:auto;font-size:15px;color:var(--text)}.kanban-col header svg{color:var(--text-muted)}.kanban-col ul{margin:0;padding:0;display:grid;gap:8px;list-style:none}.kanban-col li{padding:11px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12.5px;line-height:18px}.donut-wrap{display:grid;grid-template-columns:160px minmax(0,1fr);gap:16px;align-items:center}.donut-svg{width:100%;height:auto}.donut-svg__cap{fill:var(--text-muted);font-size:11px;font-weight:800}.donut-svg__val{fill:var(--text);font-size:22px;font-weight:850}.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:12.5px;color:var(--text-secondary)}.legend em{color:var(--brand);font-style:normal;font-weight:850;font-size:12px}.legend-dot{width:12px;height:12px;border-radius:4px}.report-table-wrap{margin-top:16px;overflow:hidden;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.report-table{width:100%;border-collapse:collapse}.report-table th,.report-table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--stroke);font-size:13px;line-height:19px}.report-table th{background:var(--surface-high);color:var(--text-muted);font-size:11px;text-transform:uppercase;letter-spacing:.04em;font-weight:850}.report-table tbody tr:last-child td{border-bottom:0}.report-table td:first-child{color:var(--brand);font-weight:850}.tam-stack{display:grid;gap:18px;padding:4px 0 8px}.tam-row{display:grid;gap:8px}.tam-row__head{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:12px;align-items:baseline}.tam-row__head strong{font-size:12px;font-weight:850;letter-spacing:.06em;color:var(--brand)}.tam-row__head span{color:var(--text-secondary);font-size:13px;line-height:19px}.tam-row__head em{font-style:normal;font-weight:850;font-size:14px;color:var(--text)}.tam-row__track{height:12px;border-radius:var(--radius-full);background:var(--surface-pressed);overflow:hidden}.tam-row__fill{height:100%;border-radius:inherit;transition:width .4s ease}.tam-row__fill--tam{background:var(--brand)}.tam-row__fill--sam{background:#4f7ce6}.tam-row__fill--som{background:#8eb1ee}.region-bars{display:grid;gap:8px}.region-row{display:grid;grid-template-columns:90px minmax(0,1fr) 100px;gap:10px;align-items:center}.region-row__name{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:800;color:var(--text-secondary)}.region-row__name svg{color:var(--brand)}.region-row__bar{position:relative;display:block;height:12px;border-radius:var(--radius-full);background:var(--surface-pressed);overflow:hidden}.region-row__fill{position:absolute;inset:0 auto 0 0;display:block;border-radius:inherit;background:var(--brand)}.region-row__fill--info{background:#4f7ce6}.region-row__fill--success{background:#6b95ee}.region-row__fill--accent{background:#8eb1ee}.region-row__fill--warning{background:#b8cef3}.region-row__fill--neutral{background:var(--stroke-strong)}.region-row__meta{display:grid;gap:1px;text-align:right}.region-row__meta strong{font-size:13px;color:var(--text)}.region-row__meta small{font-size:11px;color:var(--text-muted)}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.kpi-card{display:grid;gap:10px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.kpi-card header{display:flex;align-items:center;gap:9px;padding-bottom:10px;border-bottom:1px dashed var(--stroke)}.kpi-card header strong{font-size:15px}.kpi-card__icon{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand)}.kpi-card--info .kpi-card__icon,.kpi-card--success .kpi-card__icon,.kpi-card--accent .kpi-card__icon{background:var(--brand-soft);color:var(--brand)}.kpi-card ul{margin:0;padding:0;display:grid;gap:7px;list-style:none}.kpi-card li{display:flex;align-items:flex-start;gap:7px;padding:8px 10px;border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12.5px;line-height:18px}.kpi-card li svg{color:var(--brand);flex:0 0 auto;margin-top:2px}.kpi-card--info li svg,.kpi-card--success li svg,.kpi-card--accent li svg{color:var(--brand)}.execution-step--rich{grid-template-columns:42px 200px minmax(0,1fr)}.execution-step--rich strong{display:flex;align-items:center;gap:7px;font-size:15px}.execution-step--rich strong svg{color:var(--brand);flex:0 0 auto}.execution-step--rich strong em{margin-left:auto;padding:3px 8px;border-radius:var(--radius-full);background:var(--brand-soft);color:var(--brand);font-size:11px;font-style:normal;font-weight:850}.risk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.risk-card{display:grid;gap:8px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.risk-card__icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand)}.risk-card h3{margin:4px 0 0;font-size:15px;color:var(--text)}.risk-card p{margin:0;color:var(--text-muted);font-size:13px;line-height:19px}.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}.report-footer-note{display:flex;align-items:center;justify-content:center;gap:6px;margin:20px 0 0;color:var(--text-subtle);font-size:12px}.product-flow--rich{gap:8px}.flow-node--rich{display:grid;gap:6px;padding:14px;border:1px solid var(--stroke);background:var(--surface)}.flow-node--rich .flow-node__icon{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand);margin-bottom:2px}.flow-node--rich strong{color:var(--text);font-size:14px}.flow-node--rich span{color:var(--text-muted);font-size:12px;line-height:17px}.state-machine{display:grid;gap:6px}.state-row{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px 16px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.state-row--emphasis{border-color:var(--brand-line);background:var(--brand-soft)}.state-row__step{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:var(--radius-full);background:var(--surface-pressed);color:var(--text-secondary);font-size:12px;font-weight:800}.state-row--emphasis .state-row__step{background:var(--brand);color:#fff}.state-row__body{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.state-row__body strong{color:var(--text);font-size:14px}.state-row__body code{padding:3px 8px;border-radius:var(--radius-sm);background:var(--surface-pressed);color:var(--brand);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:800}.state-row__actor{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--radius-full);border:1px solid var(--stroke);background:var(--surface);color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.state-row__actor--user{border-color:var(--brand-line);background:var(--brand-soft);color:var(--brand)}.state-row__actor--partner{border-color:var(--stroke-strong)}.state-row__actor--system{background:var(--surface-pressed)}.estimate-stage-card{display:grid;gap:8px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.estimate-stage-card__icon{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand)}.estimate-stage-card code{width:fit-content;padding:3px 8px;border-radius:var(--radius-sm);background:var(--surface-pressed);color:var(--brand);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:800}.estimate-stage-card strong{font-size:16px;color:var(--text)}.estimate-stage-card ul{margin:4px 0 0;padding:0;display:grid;gap:6px;list-style:none}.estimate-stage-card li{display:grid;grid-template-columns:80px minmax(0,1fr);gap:8px;padding:8px 10px;border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12px;line-height:17px}.estimate-stage-card li span{color:var(--text-subtle);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.scope-card{display:grid;gap:10px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.scope-card header{display:flex;align-items:center;gap:9px;padding-bottom:10px;border-bottom:1px dashed var(--stroke)}.scope-card__icon{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand)}.scope-card header strong{margin-right:auto;font-size:15px;color:var(--text)}.scope-card header em{font-style:normal;font-weight:850;font-size:14px;color:var(--brand);padding:4px 10px;border-radius:var(--radius-full);background:var(--brand-soft)}.scope-card ul{margin:0;padding:0;display:grid;gap:6px;list-style:none}.scope-card li{padding:9px 11px;border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-secondary);font-size:12.5px;line-height:17px}.taxonomy-tree{display:grid;gap:6px;padding:4px 0}.tax-node{display:grid;gap:2px;padding:12px 14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.tax-node strong{font-size:13px;color:var(--text)}.tax-node span{color:var(--text-muted);font-size:12px;line-height:17px}.tax-node--lv0{border-color:var(--brand-line);background:var(--brand-soft)}.tax-node--lv0 strong{color:var(--brand)}.tax-node--lv1{margin-left:16px}.tax-node--lv2{margin-left:32px}.tax-node--lv3{margin-left:48px}.tax-node--lv4{margin-left:64px}.tax-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:4px;padding:10px 12px;border-radius:var(--radius-md);background:var(--surface-high);color:var(--text-muted);font-size:12px}.tax-breadcrumb span{display:inline-flex;align-items:center;gap:4px}.tax-breadcrumb span.is-leaf{color:var(--brand);font-weight:800}.tax-questions{display:grid;gap:8px;margin-top:4px}.tax-question{display:grid;gap:8px;padding:12px 14px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface)}.tax-question header{display:flex;align-items:center;gap:8px}.tax-question header strong{font-size:13px;color:var(--text)}.tax-question header em{margin-left:auto;padding:3px 8px;border-radius:var(--radius-sm);background:var(--brand-soft);color:var(--brand);font-style:normal;font-weight:800;font-size:10px;letter-spacing:.04em}.tax-options{display:flex;flex-wrap:wrap;gap:6px}.tax-options span{padding:5px 10px;border:1px solid var(--stroke);border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-secondary);font-size:11.5px;font-weight:700}.domain-list{display:grid;gap:6px}.domain-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--stroke);border-radius:var(--radius-md);background:var(--surface);font-size:13px}.domain-row span{color:var(--text-secondary);font-weight:700}.domain-row em{font-style:normal;font-weight:850;font-size:12px;color:var(--brand);padding:3px 8px;border-radius:var(--radius-full);background:var(--brand-soft)}.report-table--matrix th,.report-table--matrix td{text-align:center}.report-table--matrix th:first-child,.report-table--matrix td:first-child{text-align:left}.report-table--matrix td{font-size:12.5px;font-weight:700;color:var(--text-secondary)}.loop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.loop-card{display:grid;gap:12px;padding:18px;border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface)}.loop-card header{display:flex;align-items:center;gap:9px;padding-bottom:10px;border-bottom:1px dashed var(--stroke)}.loop-card__icon{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-md);background:var(--brand-soft);color:var(--brand)}.loop-card header strong{font-size:15px;color:var(--text)}.loop-card__flow{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.loop-card__node{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--radius-full);background:var(--surface-high);color:var(--text-secondary);font-size:12px;font-weight:700}.loop-card__node svg{color:var(--text-subtle);flex:0 0 auto}.loop-card p{margin:0;color:var(--text-muted);font-size:12.5px;line-height:18px}@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,.report-hero,.hub-grid,.report-grid.two,.report-grid.three,.report-grid.four,.thesis-grid,.kanban-board,.kpi-grid,.risk-grid,.loop-grid,.product-flow,.app-screen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.donut-wrap{grid-template-columns:140px minmax(0,1fr)}.funnel-row{grid-template-columns:110px minmax(0,1fr) 50px}.region-row{grid-template-columns:78px minmax(0,1fr) 80px}.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}.persona-card__mascot{height:150px}.state-row{grid-template-columns:28px minmax(0,1fr)}.state-row__actor{grid-column:2;justify-self:flex-start}.tax-node--lv4{margin-left:48px}.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%}.flow-node:after{display:none}.execution-step,.execution-step--rich{grid-template-columns:36px minmax(0,1fr)}.execution-step--rich strong{flex-wrap:wrap}.execution-step p{grid-column:2}.area-chart__labels{grid-template-columns:repeat(6,minmax(0,1fr))}.area-chart__labels span:nth-child(n+7){display:none}}@media (max-width: 560px){.sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.content{padding:18px 12px 42px}.page-header h1{font-size:26px;line-height:32px}.overview-grid,.component-grid.two,.component-grid.three,.hub-hero,.report-hero,.hub-grid,.report-grid.two,.product-flow{grid-template-columns:1fr}.page-actions,.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-topbar nav,.hub-actions,.hub-strip{width:100%}.site-topbar nav a,.hub-actions .btn{flex:1 1 auto}.hub-hero,.screen-design-hero,.report-hero{padding:22px}.hero-engine__top{grid-template-columns:1fr 104px;min-height:104px}.hero-engine__mascot{width:104px;height:94px}.report-cta--mascot{grid-template-columns:1fr;justify-items:start}.report-cta__mascot{justify-self:start;width:112px;height:112px}.persona-card__mascot{height:132px}.screen-design-hero,.app-screen-grid{grid-template-columns:1fr}.screen-design-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.report-stat-grid,.report-stat-grid.four,.system-map,.domain-grid,.thesis-grid,.kanban-board,.kpi-grid,.risk-grid,.loop-grid,.report-grid.three,.estimate-stage-card li{grid-template-columns:1fr}.tax-node--lv1,.tax-node--lv2,.tax-node--lv3,.tax-node--lv4{margin-left:12px}.scope-card header{flex-wrap:wrap}.donut-wrap{grid-template-columns:1fr;justify-items:center}.funnel-row{grid-template-columns:1fr}.funnel-row__value{text-align:left}.arch-layer__chips span{font-size:11px}.report-table-wrap{overflow-x:auto}.report-table th,.report-table td{white-space:nowrap}.hub-strip{align-items:flex-start;flex-direction:column}.screen-design-summary,.screen-metric-grid,.screen-request-grid,.screen-store-grid{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}.app-phone__body{padding-inline:14px}.screen-timeline-row,.mini-screen-row,.screen-estimate-steps div{grid-template-columns:1fr}.mini-screen-row .badge,.screen-timeline-row .badge,.screen-estimate-steps .badge{grid-column:auto;grid-row:auto;justify-self:start}.sheet-actions,.filter-bar.compact,.notice-row,.post-list-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}}
