:root{--ink:#243d37;--muted:#7a8780;--green:#315d4d;--dark:#193f32;--sage:#eaf0e9;--line:#e5e9e3;--paper:#f6f7f3;--warm:#f3ece2;--red:#b6544b;font-family:'Yu Gothic UI','Meiryo',sans-serif;color:var(--ink);font-size:14px;line-height:1.65;background:var(--paper)}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;background:none;color:inherit}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #b1c8ab;outline-offset:3px}button svg{pointer-events:none}h1,h2,h3,p{margin:0}input,select,textarea{width:100%;padding:11px 13px;border:1px solid #d9e1d7;border-radius:7px;background:white;color:var(--ink)}input[type=checkbox]{width:auto;accent-color:var(--green)}label{display:block;font-size:12px;font-weight:600}label input,label select,label textarea{margin-top:6px}img{max-width:100%;display:block}table{width:100%;border-collapse:collapse;white-space:nowrap;text-align:left}th{font-size:11px;font-weight:500;color:var(--muted);background:#fafbf8;padding:12px 17px;border-bottom:1px solid var(--line)}td{font-size:12px;padding:17px;border-bottom:1px solid #edf0eb}tr:last-child td{border-bottom:0}td strong{font-weight:600}td small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.table-wrap{overflow:auto}small,.muted{color:var(--muted)}.icon{width:20px;height:20px;flex-shrink:0;vertical-align:middle}.icon-btn{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:7px}.icon-btn:hover{background:var(--sage)}.btn{display:inline-flex;gap:9px;align-items:center;justify-content:center;border-radius:7px;padding:11px 18px;font-size:12px;font-weight:600;min-height:40px;transition:.2s}.btn.primary{background:var(--green);color:#fff}.btn.primary:hover{background:var(--dark)}.btn.outline{border:1px solid #dbe3d7;background:#fff}.btn.soft{background:var(--sage);color:var(--green)}.btn.danger{background:#f9eae7;color:#ab4b42}.btn.small{padding:7px 12px;min-height:32px;font-size:11px}.btn.full{width:100%}.text-link{color:var(--green);font-weight:600;font-size:12px;display:inline-flex;align-items:center;gap:8px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:600;color:#6b8675}.pill{padding:3px 10px;border-radius:4px;background:var(--sage);font-size:10px;white-space:nowrap}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:4px 8px;background:#eef1ec;color:#647a6c;font-size:10px;white-space:nowrap}.badge i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-ordered,.status-pending{background:#fcf1dc;color:#a98229}.status-processing,.status-accepted{background:#eaf0f9;color:#527ca6}.status-partially_shipped,.status-shipped{background:#e9f1e8;color:#557c58}.status-delivered{background:#e3efe9;color:#2f6b54}.status-cancelled,.status-returned{background:#eee;color:#7d8580}.status-return_requested{background:#f9e8e4;color:#b06453}.error{color:var(--red);font-size:12px;margin-top:12px}.notice{font-size:11px;padding:12px 15px;background:#f5f3eb;border:1px solid #ebe7d9;border-radius:6px;line-height:1.8;color:#7b755d}.subtle-note{font-size:11px;color:var(--muted);line-height:1.8}.flex{display:flex;align-items:center;gap:12px}.between{display:flex;justify-content:space-between;align-items:center;gap:16px}.stack{display:grid;gap:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.span-2{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.check-label{display:flex;align-items:center;gap:9px}.check-label input{margin:0}.empty-state{text-align:center;padding:60px 24px;color:var(--muted)}.empty-state>.icon{width:36px;height:36px;opacity:.4;margin-bottom:16px}.empty-state h3{font-size:17px;font-weight:500;color:var(--ink);margin-bottom:8px}.empty-state .btn{margin-top:22px}.loading-state{padding:20vh 20px;text-align:center;font-size:15px}.brand{display:flex;align-items:center;gap:11px}.brand-mark{display:grid;place-items:center;background:var(--green);color:white;width:35px;height:35px;border-radius:8px;font-family:Georgia,serif;font-size:24px}.brand-word{font-size:13px;letter-spacing:1.4px;font-weight:650;line-height:1.3}.brand-word small{display:block;font-size:8px;color:#96a396;letter-spacing:1.5px;margin-top:6px;font-weight:400}#toast{position:fixed;left:50%;bottom:28px;z-index:500;transform:translate(-50%,20px);background:#234739;color:white;box-shadow:0 8px 35px #203a322b;padding:13px 24px;border-radius:8px;opacity:0;pointer-events:none;transition:.2s;font-size:13px;max-width:min(90vw,650px);width:max-content}#toast.visible{opacity:1;transform:translate(-50%,0)}dialog{border:0;border-radius:14px;width:min(600px,94vw);max-height:90dvh;padding:0;color:var(--ink);box-shadow:0 24px 100px #16332633}dialog.wide{width:min(820px,94vw)}dialog::backdrop{background:#162a255c;backdrop-filter:blur(3px)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 26px;border-bottom:1px solid var(--line);position:sticky;top:0;background:white;z-index:2}.modal-head h2{font-size:18px;font-weight:600}.modal-body{padding:26px}.modal-body h3{font-size:15px}.detail-list{display:grid;grid-template-columns:110px 1fr;gap:12px;font-size:12px;padding:20px;background:var(--paper);border-radius:8px;margin:18px 0}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;overflow-wrap:anywhere}.order-line{display:flex;align-items:center;gap:15px;padding:14px 0;border-bottom:1px solid var(--line)}.order-line img{width:55px;height:66px;object-fit:cover;border-radius:5px}.order-line .line-copy{flex:1}.order-line strong{font-size:12px}.order-line small{font-size:10px}.total-list{margin:20px 0;padding-top:8px}.total-list>div{display:flex;justify-content:space-between;font-size:12px;padding:7px 0}.total-list .grand{font-size:18px;border-top:1px solid var(--line);margin-top:10px;padding-top:18px;font-weight:600}.timeline{padding:0;list-style:none;margin:22px 0}.timeline li{border-left:1px solid #dbe5d8;padding:0 0 20px 21px;position:relative;font-size:12px}.timeline li:before{content:'';position:absolute;left:-4px;top:5px;width:7px;height:7px;border-radius:50%;background:#6d947b}.timeline li:last-child{padding-bottom:0}.timeline time{display:block;color:var(--muted);font-size:10px}.shipment{padding:16px;border:1px solid var(--line);border-radius:8px;margin-top:12px;font-size:12px}.shipment p{margin-top:7px}.success-mark{width:64px;height:64px;border-radius:50%;background:var(--sage);color:var(--green);display:grid;place-items:center;margin:0 auto 18px}.success-mark .icon{width:28px;height:28px}.success-copy{text-align:center;padding:15px 0}.success-copy h3{font-size:22px;margin-bottom:10px}.success-copy p{color:var(--muted);font-size:12px;margin-bottom:8px}
/* Management console */
.sidebar{position:fixed;top:0;left:0;bottom:0;width:224px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:28px 20px;z-index:20}.sidebar .brand{padding:0 4px 32px}.sidebar-label{font-size:9px;letter-spacing:1.7px;color:#98a196;margin:15px 13px 12px}.side-nav{display:grid;gap:6px}.side-nav button{display:flex;align-items:center;gap:13px;width:100%;text-align:left;padding:12px 14px;color:#78867a;border-radius:7px;font-size:12px}.side-nav button:hover{background:#f5f7f1}.side-nav button.active{background:var(--green);color:white}.nav-count{margin-left:auto;background:#edf2e9;color:var(--green);font-size:10px;border-radius:4px;padding:0 6px}.active .nav-count{background:#ffffff22;color:white}.sidebar-bottom{margin-top:auto;padding-top:30px}.sidebar-help{padding:15px;background:#f5f7f0;border-radius:8px;font-size:10px;color:#83917f;margin-bottom:20px}.sidebar-help b{color:#586d55;display:block;font-size:11px;margin-bottom:7px}.operator-card{border-top:1px solid var(--line);padding:18px 3px 0;display:flex;align-items:center;gap:10px}.avatar{width:32px;height:32px;background:#eee9db;color:#827555;border-radius:50%;display:grid;place-items:center;font-size:11px;flex-shrink:0}.operator-card strong{font-size:10px;display:block}.operator-card small{font-size:9px}.admin-main{margin-left:224px;min-height:100vh}.admin-topbar{height:73px;display:flex;justify-content:space-between;align-items:center;padding:0 34px;background:#ffffffc9;border-bottom:1px solid var(--line)}.breadcrumb{display:flex;gap:12px;align-items:center;font-size:11px;color:#94a08f}.breadcrumb strong{color:#596954;font-weight:500}.topbar-tools{display:flex;gap:15px;align-items:center;font-size:10px;color:#879180}.topbar-tools .btn{font-size:10px;min-height:32px;padding:6px 13px}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#80a079;margin-right:7px}.admin-content{padding:30px 34px 24px;max-width:1600px;margin:auto}.page-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;gap:20px}.page-title h1{font-size:24px;font-weight:600;letter-spacing:1px}.page-title p{font-size:11px;color:var(--muted);margin-top:5px}.period-chip{font-size:11px;background:#fff;padding:9px 13px;border:1px solid var(--line);border-radius:6px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px}.metric{background:white;border:1px solid var(--line);border-radius:10px;padding:20px}.metric-top{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#7f8a7b}.metric-top .icon{color:#7b9173;width:18px;height:18px}.metric-value{font-size:28px;font-weight:550;letter-spacing:.4px;margin:12px 0 7px;font-variant-numeric:tabular-nums;line-height:1.2}.metric-value small{font-size:12px;margin-left:5px;font-weight:400}.metric-bottom{font-size:10px;color:#95a08c}.metric-bottom b{color:#668261;font-weight:500;margin-right:5px}.dashboard-charts{display:grid;grid-template-columns:1.75fr 1fr;gap:20px;margin-bottom:22px}.panel{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.panel-head{padding:21px 22px;display:flex;align-items:center;justify-content:space-between;gap:14px}.panel-head h2{font-size:13px;font-weight:600}.panel-head p{font-size:10px;color:#92a08c;margin-top:5px}.panel-head .text-link{font-size:10px}.chart-legend{font-size:9px;color:#899982}.chart-legend i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#749471;margin-right:5px}.chart-box{padding:0 22px 15px}.sales-chart{width:100%;height:182px;overflow:visible}.sales-chart text{font-family:inherit;font-size:10px;fill:#9ca792}.task-list{padding:0 22px 14px}.task-item{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid #edf0e8;text-align:left;width:100%}.task-icon{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;background:#f7f0de;color:#b79d67}.task-icon.green{background:#eaf0e7;color:#6a8b62}.task-icon.red{background:#f9ece6;color:#bd8b6a}.task-item .task-copy{flex:1}.task-item strong{font-size:11px;font-weight:500}.task-item small{display:block;font-size:9px;margin-top:3px}.task-item>b{font-size:18px;font-weight:500}.dashboard-bottom{display:grid;grid-template-columns:1.75fr 1fr;gap:20px;margin-top:22px}.salon-ranking{padding:0 22px 18px}.rank-row{display:flex;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.rank-row:last-child{border:0}.rank-num{font-family:Georgia,serif;font-size:18px;color:#acb5a3;width:16px}.rank-copy{flex:1}.rank-copy b{font-size:11px;font-weight:500;display:block}.rank-copy small{font-size:9px}.rank-row>strong{font-size:13px;font-weight:550}.activity-list{padding:0 22px 13px}.activity-item{font-size:10px;display:flex;gap:10px;padding:10px 0}.activity-item i{width:5px;height:5px;background:#a1b39a;border-radius:50%;margin-top:6px;flex-shrink:0}.activity-item time{font-size:9px;color:#a0ab96}.activity-item p{color:#607059}.activity-item small{font-size:9px}.admin-foot{display:flex;justify-content:space-between;gap:15px;color:#a0aa97;font-size:9px;margin-top:25px}.filter-bar{display:flex;gap:12px;padding:0 22px 20px;flex-wrap:wrap;align-items:center}.filter-search{position:relative;flex:1;min-width:200px;max-width:330px}.filter-search .icon{position:absolute;left:12px;top:12px;width:15px;color:#a2ad98}.filter-search input{padding-left:36px;font-size:11px;height:39px}.filter-bar select{width:auto;min-width:130px;font-size:11px;height:39px;padding:7px 12px}.row-button{color:#557951;font-size:11px;display:inline-flex;align-items:center;gap:5px}.row-button:hover{text-decoration:underline}.mini-product{display:flex;align-items:center;gap:12px}.mini-product img{width:39px;height:47px;object-fit:cover;border-radius:4px}.stock-low{color:#b88942}.stock-out{color:#b65e52}.stat-strip{display:flex;align-items:center;gap:16px;font-size:11px;margin-bottom:20px}.salon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.salon-card{background:white;border:1px solid var(--line);border-radius:10px;padding:24px}.salon-card .salon-avatar{font-family:Georgia,serif;font-size:28px;display:grid;place-items:center;width:60px;height:60px;border-radius:50%;background:var(--sage);color:#7a9270;margin-bottom:18px}.salon-card h2{font-size:17px;margin:10px 0}.salon-card p{font-size:11px;color:var(--muted)}.salon-card .salon-kpis{display:flex;gap:25px;margin:22px 0;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.salon-kpis small{font-size:9px;display:block}.salon-kpis strong{font-size:18px;font-weight:500}.salon-card .btn{margin-top:15px}.role-info{margin-bottom:22px}.login-layout{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-brand-side{background:var(--dark);color:white;padding:65px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.login-brand-side:after{content:'';position:absolute;width:600px;height:600px;border:1px solid #ffffff14;border-radius:50%;right:-290px;bottom:-200px;box-shadow:0 0 0 70px #ffffff05,0 0 0 140px #ffffff04;pointer-events:none}.login-brand-side .brand-mark{background:#ffffff18}.login-brand-side .brand-word small{color:#a5b7a8}.login-brand-side h1{font-size:36px;font-weight:400;line-height:1.7;letter-spacing:3px;margin-bottom:25px}.login-brand-side p{color:#a7c0af;font-size:12px;line-height:2.2}.login-brand-side .eyebrow{color:#b8c7af;margin-bottom:20px}.login-form-side{display:flex;align-items:center;justify-content:center;padding:50px;background:#fcfcf8}.login-box{width:100%;max-width:385px}.login-box h2{font-size:25px;font-weight:500;margin-bottom:10px}.login-box>p{font-size:11px;color:var(--muted);margin-bottom:28px}.login-box label{margin-bottom:18px}.login-box .notice{margin-top:25px}.demo-personas{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.demo-personas button{font-size:10px}.mobile-menu{display:none}.inline-code{font-family:Consolas,monospace;font-size:11px;background:#f2f5ee;padding:3px 6px;border-radius:3px}.copy-row{display:flex;gap:8px;margin:16px 0}.copy-row input{font-size:11px}.copy-row .btn{white-space:nowrap}
/* Customer store */
.store-body{background:#fff}.demo-ribbon{background:var(--green);color:#d9e4da;display:flex;justify-content:center;align-items:center;gap:20px;padding:7px 20px;font-size:9px;letter-spacing:.5px}.demo-ribbon span{font-weight:600;color:white;font-size:8px;letter-spacing:1.5px}.store-header{height:94px;display:flex;justify-content:space-between;align-items:center;padding:0 6%;border-bottom:1px solid #edf0e9;gap:30px}.store-logo{font-family:Georgia,'Times New Roman',serif;font-size:25px;letter-spacing:2px;color:#304d3e;line-height:1.1;white-space:nowrap}.store-logo small{display:block;font-size:8px;letter-spacing:3.8px;margin-top:10px;color:#899380}.store-header-actions{display:flex;gap:25px;align-items:center}.store-header-actions button{display:flex;align-items:center;gap:8px;font-size:11px}.cart-count{background:var(--green);color:white;min-width:17px;height:17px;padding:0 4px;border-radius:50%;font-size:9px;line-height:17px}.salon-select{font-size:11px;display:flex;align-items:center;gap:10px;color:#73856c}.salon-select b{color:var(--ink);font-size:12px;font-weight:500}.salon-select .icon{width:17px}.store-nav{display:flex;align-items:center;justify-content:center;gap:42px;height:49px;font-size:10px;color:#798371}.store-nav button{height:100%;position:relative}.store-nav button.active{color:var(--green);font-weight:600}.store-nav button.active:after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:#668164}.store-hero{display:grid;grid-template-columns:1fr 1fr;min-height:440px;background:#f3f0e9;margin:0 4%;overflow:hidden}.store-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:55px 11%}.store-hero-copy .eyebrow{font-size:9px;letter-spacing:2.3px;margin-bottom:25px}.store-hero-copy h1{font-family:'Yu Mincho','YuMincho',serif;font-size:36px;font-weight:400;line-height:1.85;letter-spacing:4px;margin-bottom:20px}.store-hero-copy p{font-size:11px;line-height:2.2;color:#8d9583}.store-hero-copy .btn{align-self:flex-start;margin-top:28px;padding:13px 24px;border-radius:0;font-size:11px}.store-hero-visual{position:relative;background:#eae9df;overflow:hidden;min-height:440px}.hero-main-img{height:100%;width:100%;object-fit:cover;object-position:center 50%;mix-blend-mode:multiply}.hero-caption{position:absolute;bottom:22px;left:27px;right:27px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.6px;color:#658069}.hero-small-card{position:absolute;right:25px;top:25px;background:#ffffffd4;padding:12px 16px;font-size:9px;letter-spacing:1px;color:#648060}.hero-small-card strong{display:block;font-family:Georgia,serif;font-size:15px;margin-bottom:2px;font-weight:400}.store-benefits{display:grid;grid-template-columns:repeat(3,1fr);max-width:1000px;margin:auto;padding:24px 0;border-bottom:1px solid var(--line)}.store-benefits>div{display:flex;justify-content:center;align-items:center;gap:14px;border-right:1px solid var(--line)}.store-benefits>div:last-child{border:0}.store-benefits .icon{color:#7d9573;width:24px;height:24px}.store-benefits b{font-size:10px;font-weight:500;display:block}.store-benefits small{font-size:9px;display:block;margin-top:3px}.store-content{max-width:1220px;margin:auto;padding:55px 30px 70px}.store-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.store-section-head h2{font-family:Georgia,serif;font-weight:400;font-size:28px;letter-spacing:1.6px;margin-top:6px}.store-section-head h2 span{font-size:11px;letter-spacing:0;color:var(--muted);margin-left:18px}.store-section-head>p{font-size:10px;color:var(--muted)}.product-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.category-pills{display:flex;gap:8px;flex-wrap:wrap}.category-pills button{padding:8px 16px;font-size:10px;background:#f4f6ef;border-radius:3px;color:#7a8a70}.category-pills button.active{background:var(--green);color:white}.product-search{position:relative;display:flex;gap:10px}.product-search input{padding:8px 35px 8px 12px;font-size:10px;width:205px;border-radius:3px}.product-search .icon{position:absolute;right:11px;top:10px;width:16px;color:#8a9a80}.product-search select{font-size:10px;width:125px;padding:8px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px 26px}.product-card .photo{position:relative;background:#f4f2ed;overflow:hidden;aspect-ratio:1.14}.photo>button:first-child{width:100%;height:100%;padding:0}.photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.photo:hover img{transform:scale(1.04)}.product-tag{position:absolute;left:12px;top:12px;background:#fffdf6;padding:4px 8px;font-size:8px;letter-spacing:.9px;color:#897652}.favorite-btn{position:absolute;right:9px;top:9px;background:#ffffffb8;border-radius:50%;width:30px;height:30px;display:grid;place-items:center;color:#8e9a84}.favorite-btn .icon{width:16px;height:16px}.favorite-btn.saved{color:#ad746c}.favorite-btn.saved .icon{fill:#efd7cc}.brand-label{font-size:8px;letter-spacing:1.4px;color:#88927e;margin:16px 0 5px}.product-name{font-size:13px;text-align:left;padding:0;font-weight:500}.product-card .size{font-size:10px;color:#9ba392;margin-top:5px}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:13px}.product-card .price{font-size:16px;font-family:Georgia,serif;letter-spacing:.7px}.price small{font-size:8px;margin-left:7px}.add-cart{border:1px solid #dfe5d7;font-size:9px;padding:8px 11px;border-radius:3px;display:flex;align-items:center;gap:10px}.add-cart:hover{background:var(--sage)}.add-cart .icon{width:13px;height:13px}.soldout-layer{position:absolute;left:0;right:0;bottom:0;background:#ffffffbc;text-align:center;letter-spacing:2px;font-size:10px;padding:12px;color:#89917c;pointer-events:none}.salon-message{background:#f5f4ec;padding:28px 35px;margin-top:52px;display:flex;gap:27px;align-items:center}.salon-monogram{width:62px;height:62px;background:#e6ebdf;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:27px;color:#809477;flex-shrink:0}.salon-message .eyebrow{font-size:8px;margin-bottom:6px}.salon-message h3{font-family:'Yu Mincho',serif;font-size:18px;font-weight:400;margin-bottom:7px}.salon-message p{font-size:10px;color:#8d9682}.salon-message button{margin-left:auto;white-space:nowrap;font-size:10px}.store-footer{background:#eef1e9;padding:38px 6% 24px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-bottom:26px}.footer-links{display:flex;gap:25px;font-size:10px;color:#7b8870}.footer-bottom{border-top:1px solid #dce3d5;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#9ba590}.store-page{max-width:1020px;padding:45px 25px 75px;margin:auto;min-height:60vh}.store-page h1{font-family:'Yu Mincho',serif;font-size:28px;font-weight:400;letter-spacing:2px;margin-bottom:12px}.store-page>.subtle-note{margin-bottom:28px}.account-layout{display:grid;grid-template-columns:1fr 1.25fr;gap:30px}.account-panel{border:1px solid var(--line);border-radius:8px;padding:28px}.account-panel h2{font-size:17px;font-weight:500;margin-bottom:20px}.account-panel p{font-size:12px;margin:10px 0}.order-card{border:1px solid var(--line);border-radius:9px;padding:23px;margin-bottom:20px}.order-card-head{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:13px}.order-card-head b{font-size:12px;font-weight:500}.order-card-head small{font-size:10px}.order-card-foot{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:16px}.order-card-foot>div{font-size:11px}.order-card-foot>div strong{font-size:16px;margin-left:10px}.cart-line{display:flex;gap:17px;padding:20px 0;border-bottom:1px solid var(--line);align-items:center}.cart-line img{width:78px;height:94px;object-fit:cover;border-radius:5px}.cart-line-copy{flex:1}.cart-line h3{font-size:12px;font-weight:500}.cart-line p{font-size:10px;color:var(--muted);margin:5px 0 10px}.qty-control{display:inline-flex;border:1px solid var(--line);border-radius:4px;align-items:center}.qty-control button{width:29px;height:28px}.qty-control span{font-size:11px;min-width:27px;text-align:center}.remove-item{font-size:9px;color:#ac9284;margin-left:13px;text-decoration:underline}.cart-line>strong{font-size:13px;font-weight:500}.detail-product{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}.detail-product>img{width:100%;border-radius:7px}.detail-product h3{font-size:20px;font-weight:500;margin:14px 0}.description{font-size:12px;color:var(--muted);line-height:1.9;margin:20px 0}.salon-choice{display:flex;align-items:center;gap:15px;width:100%;border:1px solid var(--line);padding:20px;border-radius:8px;margin-bottom:12px;text-align:left}.salon-choice .avatar{width:42px;height:42px;font-family:Georgia,serif;font-size:20px}.salon-choice div{flex:1}.salon-choice b{display:block;font-size:13px}.salon-choice small{font-size:9px}.salon-choice.selected{border-color:#92ab85;background:#f6f9f2}.login-tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:22px}.login-tabs button{flex:1;padding:12px;color:var(--muted);font-size:12px}.login-tabs button.active{border-bottom:2px solid var(--green);color:var(--green)}.flow-steps{display:flex;align-items:center;justify-content:center;gap:12px;margin:5px 0 22px;font-size:10px;color:#a6ad9d}.flow-steps b{color:var(--green);font-weight:500}.flow-steps i{height:1px;width:24px;background:var(--line)}.review-salon{padding:12px 15px;border-left:3px solid #809a72;background:#f5f7ef;font-size:11px;margin:16px 0}.review-salon b{display:block;font-size:12px;margin-bottom:3px}.return-reason{margin:18px 0;color:#956e5d;background:#fbf4ec;border-radius:5px;padding:12px;font-size:12px}
@media(max-width:1200px){.sidebar{width:195px;padding:25px 14px}.admin-main{margin-left:195px}.admin-content{padding:25px 22px}.admin-topbar{padding:0 22px}.metric-grid{gap:12px}.metric{padding:17px}.metric-value{font-size:24px}.salon-grid{grid-template-columns:1fr 1fr}.store-header{padding:0 4%}.store-header-actions{gap:17px}.store-hero-copy{padding:35px 9%}.store-hero-copy h1{font-size:30px}.store-hero,.store-hero-visual{min-height:390px}.product-tools{flex-wrap:wrap}}
@media(max-width:900px){.dashboard-charts,.dashboard-bottom{grid-template-columns:1fr}.metric-grid{grid-template-columns:1fr 1fr}.topbar-tools>.today,.breadcrumb>span{display:none}.salon-grid{grid-template-columns:1fr}.login-layout{grid-template-columns:1fr}.login-brand-side{min-height:250px;padding:30px}.login-brand-side h1{font-size:26px;margin:25px 0 10px}.login-brand-side>p{display:none}.login-form-side{padding:35px 25px}.store-header .salon-select{display:none}.store-header-actions{gap:19px}.action-label{display:none}.store-header{height:78px}.store-logo{font-size:22px}.store-hero-copy h1{font-size:26px;letter-spacing:2px}.store-hero-copy .eyebrow{letter-spacing:1px;font-size:8px}.store-benefits{margin:0 25px}.store-benefits small{font-size:8px}.product-grid{gap:28px 18px}.product-bottom{align-items:flex-start;gap:10px;flex-direction:column}.add-cart{width:100%;justify-content:center}.account-layout{grid-template-columns:1fr}.salon-message{padding:22px}.salon-message h3{font-size:15px}}
@media(max-width:650px){.sidebar{transform:translateX(-100%);transition:transform .2s;width:220px;box-shadow:10px 0 40px #233c3420}.menu-open .sidebar{transform:translateX(0)}.admin-main{margin:0}.mobile-menu{display:inline-grid}.admin-topbar{height:60px;padding:0 15px}.breadcrumb{gap:5px}.topbar-tools{gap:7px}.connection-label{display:none}.admin-content{padding:22px 15px}.page-title{align-items:flex-start;margin-bottom:20px;gap:10px}.page-title h1{font-size:21px}.page-title p{font-size:10px;max-width:230px}.period-chip{font-size:9px;padding:6px 8px}.metric{padding:15px}.metric-value{font-size:25px;margin-top:14px}.metric-top{font-size:10px}.metric-top .icon{width:15px}.metric-bottom{font-size:9px}.panel-head{padding:18px 16px}.filter-bar{padding:0 16px 17px;gap:8px}.filter-search{max-width:none;flex-basis:100%}.filter-bar select{min-width:0;flex:1}td{padding:14px}th{padding:11px 14px}.admin-foot{flex-direction:column;gap:4px}.page-title .btn{font-size:10px;padding:8px 11px}.page-title .btn .icon{display:none}.role-info{font-size:10px}.demo-ribbon{gap:10px;font-size:8px;letter-spacing:0}.store-header{gap:10px;padding:0 20px;height:76px}.store-logo{font-size:19px;letter-spacing:1.3px}.store-logo small{font-size:6px;letter-spacing:2.7px;margin-top:8px}.store-header-actions{gap:10px}.store-header-actions button{padding:5px 0;gap:3px}.store-header-actions .icon{width:19px}.store-nav{justify-content:space-evenly;gap:0;height:44px;font-size:9px}.store-hero{margin:0;grid-template-columns:1fr;min-height:0}.store-hero-copy{padding:34px 28px 30px}.store-hero-copy h1{font-size:29px;line-height:1.7;margin-bottom:14px}.store-hero-copy .eyebrow{margin-bottom:15px}.store-hero-copy p{font-size:10px}.store-hero-copy .btn{margin-top:20px;padding:11px 18px;font-size:10px}.store-hero-visual{min-height:0;height:270px}.hero-main-img{object-position:center 47%}.hero-small-card{top:16px;right:18px;font-size:8px}.hero-caption{font-size:8px;left:20px;right:20px;bottom:15px}.store-benefits{margin:0 16px;padding:20px 0;gap:10px}.store-benefits>div{flex-direction:column;gap:8px;text-align:center;padding-right:8px}.store-benefits .icon{width:21px;height:21px}.store-benefits b{font-size:9px}.store-benefits small{font-size:7px}.store-content{padding:33px 18px 45px}.store-section-head h2{font-size:25px}.store-section-head h2 span{font-size:9px;margin-left:10px}.store-section-head .eyebrow{font-size:8px}.store-section-head>p{font-size:9px;white-space:nowrap}.product-tools{gap:15px;margin-bottom:20px}.category-pills{gap:6px}.category-pills button{font-size:9px;padding:7px 10px}.product-search{width:100%}.product-search input{width:100%;flex:1;min-width:0}.product-search select{width:125px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 14px}.product-card .photo{aspect-ratio:.84}.product-tag{font-size:6px;left:7px;top:8px;padding:3px 5px;letter-spacing:0}.favorite-btn{width:26px;height:26px;right:5px;top:5px}.brand-label{font-size:6px;letter-spacing:.7px;margin-top:12px}.product-name{font-size:11px;line-height:1.8}.product-card .size{font-size:9px}.add-cart{font-size:9px;min-height:34px}.salon-message{align-items:flex-start;flex-wrap:wrap;gap:15px;padding:22px 20px}.salon-monogram{width:42px;height:42px;font-size:22px}.salon-message>div:nth-child(2){flex:1;min-width:170px}.salon-message h3{font-size:14px}.salon-message p{font-size:9px}.salon-message button{margin-left:57px}.footer-top{align-items:flex-start;flex-direction:column;gap:25px}.footer-links{flex-wrap:wrap;gap:15px;font-size:9px}.footer-bottom{flex-direction:column;gap:8px;font-size:8px}.store-page{padding:30px 18px 45px}.store-page h1{font-size:24px}.order-card{padding:17px}.order-card-head,.order-card-foot{flex-wrap:wrap}.account-panel{padding:21px}.detail-product{grid-template-columns:1fr}.detail-product>img{max-height:220px;object-fit:cover}.modal-body{padding:21px}.modal-head{padding:17px 21px}.modal-head h2{font-size:16px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.detail-list{grid-template-columns:80px 1fr;padding:15px;font-size:11px}.form-actions{flex-wrap:wrap}.cart-line{gap:12px}.cart-line img{width:60px;height:78px}.cart-line>strong{font-size:12px}.copy-row{flex-wrap:wrap}.copy-row .btn{width:100%}}
.qr-preview{display:flex;justify-content:center;padding:15px;background:#f6f8f1;border-radius:8px}.qr-preview img{image-rendering:pixelated}
.period-chip{width:auto;min-width:145px;flex-shrink:0}.page-title>div:first-child{min-width:0}.panel-head .chart-legend{white-space:nowrap}

/* Desktop storefront: readable type at normal browser zoom. */
@media (min-width:901px) {
  .store-body{font-size:16px}
  .store-body .demo-ribbon{font-size:12px;padding:9px 20px}
  .store-body .demo-ribbon span{font-size:11px}
  .store-body .store-header{min-height:104px;height:auto;padding-top:22px;padding-bottom:22px}
  .store-body .store-logo small{font-size:10px}
  .store-body .store-header-actions button,.store-body .salon-select{font-size:14px}
  .store-body .salon-select b{font-size:16px}
  .store-body .cart-count{font-size:12px;min-width:21px;height:21px;line-height:21px}
  .store-body .store-nav{font-size:15px;height:58px}
  .store-body .eyebrow,.store-body .store-hero-copy .eyebrow{font-size:12px}
  .store-body .store-hero-copy h1{font-size:clamp(36px,3vw,52px);line-height:1.7}
  .store-body .store-hero-copy p{font-size:16px;line-height:2}
  .store-body .btn,.store-body .store-hero-copy .btn{font-size:16px;min-height:46px}
  .store-body .btn.small,.store-body .text-link{font-size:14px}
  .store-body .hero-caption,.store-body .hero-small-card{font-size:12px}
  .store-body .hero-small-card strong{font-size:18px}
  .store-body .store-benefits{max-width:1160px}
  .store-body .store-benefits b{font-size:15px}
  .store-body .store-benefits small{font-size:13px}
  .store-body .store-section-head h2{font-size:32px}
  .store-body .store-section-head h2 span{font-size:15px}
  .store-body .store-section-head>p{font-size:14px}
  .store-body .category-pills button{font-size:14px}
  .store-body .product-search input{font-size:14px;width:250px}
  .store-body .product-search select{font-size:14px;width:160px}
  .store-body .product-tools{flex-wrap:wrap}
  .store-body .product-tag{font-size:11px}
  .store-body .brand-label{font-size:12px}
  .store-body .product-name{font-size:18px;line-height:1.7}
  .store-body .product-card .size{font-size:14px}
  .store-body .product-card .price{font-size:23px}
  .store-body .price small{font-size:12px}
  .store-body .product-bottom{flex-wrap:wrap;gap:12px}
  .store-body .add-cart{font-size:14px;min-height:42px}
  .store-body .add-cart .icon{width:17px;height:17px}
  .store-body .soldout-layer{font-size:14px}
  .store-body .salon-message{flex-wrap:wrap}
  .store-body .salon-message .eyebrow{font-size:11px}
  .store-body .salon-message h3{font-size:22px}
  .store-body .salon-message p,.store-body .salon-message button{font-size:14px}
  .store-body .footer-top,.store-body .footer-links,.store-body .footer-bottom{flex-wrap:wrap}
  .store-body .footer-links{font-size:14px}
  .store-body .footer-bottom{font-size:12px}
  .store-body .store-page h1{font-size:34px}
  .store-body .account-panel h2{font-size:22px}
  .store-body .account-panel p,.store-body label,.store-body input,.store-body select,.store-body textarea{font-size:16px}
  .store-body .subtle-note,.store-body .notice,.store-body .error,.store-body .description{font-size:14px}
  .store-body .badge{font-size:13px}
  .store-body .order-card-head b,.store-body .order-card-foot>div{font-size:15px}
  .store-body .order-card-head small,.store-body .order-line small{font-size:13px}
  .store-body .order-line strong{font-size:16px}
  .store-body .order-card-foot>div strong{font-size:22px}
  .store-body .modal-head h2{font-size:22px}
  .store-body .modal-body h3{font-size:19px}
  .store-body .cart-line h3,.store-body .cart-line>strong{font-size:16px}
  .store-body .cart-line p,.store-body .qty-control span,.store-body .remove-item{font-size:14px}
  .store-body .qty-control button{width:34px;height:34px}
  .store-body .total-list>div,.store-body .detail-list,.store-body .timeline li,.store-body .shipment{font-size:15px}
  .store-body .total-list .grand{font-size:22px}
  .store-body .timeline time{font-size:13px}
  .store-body .detail-product h3{font-size:24px}
  .store-body .salon-choice b,.store-body .login-tabs button{font-size:16px}
  .store-body .salon-choice small,.store-body .flow-steps{font-size:14px}
  .store-body .review-salon,.store-body .return-reason,.store-body .success-copy p{font-size:15px}
  .store-body .review-salon b{font-size:16px}
  .store-body #toast{font-size:15px}
}
/* Spec alignment: closed store gate, concern search, sales report, salon master */
.pill-rows{display:grid;gap:10px;flex:1;min-width:0}.pills-label{font-size:9px;letter-spacing:1px;color:#98a196;align-self:center;margin-right:4px;white-space:nowrap}.concern-tags{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 12px}.concern-tags span{font-size:9px;padding:4px 9px;background:#f4f6ef;border-radius:3px;color:#7a8a70}.kana{font-size:11px;font-weight:400;color:var(--muted);margin-left:6px}
#member-gate .account-layout{margin-top:6px}
.page-actions{display:flex;justify-content:flex-end;margin-bottom:18px}
.sales-form{padding:0 22px 22px;align-items:flex-end}.sales-form label{display:grid;gap:5px;font-size:10px;color:#7a8780;font-weight:600}.sales-form input,.sales-form select{height:39px;font-size:11px;padding:7px 12px;width:auto;min-width:150px}.metric-value.sales-metric{font-size:20px;white-space:nowrap}
.sales-table td.num,.sales-table th.num{text-align:right;white-space:nowrap}.sales-table tr.total td{font-weight:600;background:#f8faf5}
.salon-address{font-size:11px;color:var(--muted);line-height:1.8;margin:8px 0 12px}
@media(max-width:650px){.sales-form label{flex:1;min-width:120px}.sales-form input,.sales-form select{min-width:0;width:100%}.page-actions .btn{width:100%;justify-content:center}}
