*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;background:#fafafa;color:#111;-webkit-font-smoothing:antialiased}button{font-family:inherit}.muted{color:#8a8a8e}.App-header{background:#fff;border-bottom:1px solid #ececef;position:sticky;top:0;z-index:20}.App-header-inner{max-width:1280px;margin:0 auto;padding:12px 16px;display:flex;flex-direction:column;gap:12px}.header-top{display:flex;justify-content:space-between;align-items:center}.header-title{display:flex;align-items:baseline;gap:8px}.header-title h1{margin:0;font-size:18px;font-weight:700;letter-spacing:-.02em}.header-sub{font-size:12px;color:#8a8a8e}.info-btn{width:36px;height:36px;border-radius:50%;background:#f2f2f4;border:0;cursor:pointer;font-size:18px;line-height:1;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#111}.info-btn:hover:not(:disabled){background:#e5e5e7}.info-btn:disabled{opacity:.35;cursor:not-allowed}.header-client{position:relative}.client-picker{position:relative;width:100%}.client-picker-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:1px solid #e5e5e7;border-radius:10px;background:#fff;font-size:14px;color:#111;cursor:pointer;text-align:left}.client-picker-trigger:hover{background:#fafafa}.client-picker-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.client-picker-id{font-size:12px}.client-picker-list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e5e7;border-radius:10px;max-height:60vh;overflow-y:auto;z-index:50;padding:4px;box-shadow:0 8px 24px #0000001f}.client-picker-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:8px 10px;border:0;background:transparent;cursor:pointer;text-align:left;border-radius:6px}.client-picker-item:hover{background:#f2f2f4}.client-picker-item.active{background:#111;color:#fff}.client-picker-item.active .muted{color:#ccc}.client-picker-name{font-size:14px;font-weight:500}.gender-tabs{display:flex;gap:8px;flex-wrap:wrap}.gender-tab{padding:8px 18px;border:1px solid #e5e5e7;background:#fff;border-radius:999px;cursor:pointer;font-size:13px;font-weight:500;color:#333}.gender-tab.active{background:#111;color:#fff;border-color:#111}@media (min-width: 720px){.App-header-inner{flex-direction:row;align-items:center;gap:16px;padding:14px 24px}.header-top{flex:0 0 auto}.header-title h1{font-size:20px}.header-client{flex:1 1 320px;max-width:360px}.gender-tabs{flex:0 0 auto}}.App-main{max-width:1280px;margin:0 auto;padding:16px}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width: 600px){.products-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (min-width: 900px){.products-grid{grid-template-columns:repeat(4,1fr);gap:20px}}@media (min-width: 1200px){.products-grid{grid-template-columns:repeat(5,1fr)}}.product-card{background:transparent;cursor:pointer;display:flex;flex-direction:column;transition:transform .12s}.product-card:active{transform:scale(.98)}.product-image{width:100%;aspect-ratio:3/4;object-fit:cover;background:#f2f2f4;border-radius:10px;display:block}.product-image-empty{background:#ececef}.product-info{padding:10px 4px 0}.product-brand{margin:0 0 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#111}.product-title{margin:0 0 6px;font-size:13px;font-weight:400;color:#444;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-category{margin:0 0 6px;font-size:11px;color:#8a8a8e}.product-price{margin:4px 0 0;font-size:14px;font-weight:600;color:#111}.size-badge{margin-top:8px;display:inline-block;padding:3px 8px;font-size:11px;font-weight:600;border-radius:6px;line-height:1.4}.size-badge-stock{background:#d1fae5;color:#065f46}.size-badge-out{background:#fef3c7;color:#92400e}.size-badge-none{background:#f2f2f4;color:#6b6b70}.load-more-btn{display:block;margin:24px auto;padding:12px 28px;background:#111;color:#fff;border:0;border-radius:999px;cursor:pointer;font-size:14px;font-weight:500}.load-more-btn:hover:not(:disabled){background:#333}.load-more-btn:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:100;padding:0;overflow-y:auto}.modal{background:#fff;width:100%;max-width:100vw;min-width:0;min-height:100vh;padding:20px 16px 40px;position:relative;overflow-x:hidden}.modal-profile{max-width:100%}@media (min-width: 720px){.modal-overlay{padding:40px 20px}.modal{width:100%;max-width:980px;min-height:0;border-radius:14px;padding:28px}.modal-profile{max-width:880px}}.modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:0;background:#f2f2f4;cursor:pointer;font-size:18px;line-height:1;padding:0;display:inline-flex;align-items:center;justify-content:center}.modal-close:hover{background:#e5e5e7}.modal-loading{padding:60px;text-align:center;color:#8a8a8e}.modal-body{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;padding-top:28px}@media (min-width: 720px){.modal-body{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:28px;padding-top:0}}.modal-info{min-width:0}.modal-gallery{display:flex;flex-direction:column;gap:10px}.modal-main-img{width:100%;aspect-ratio:3/4;background:#f2f2f4;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.modal-main-img img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:cover;display:block}.modal-thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:thin;padding-bottom:4px}.modal-thumb{flex:0 0 64px;width:64px;height:84px;padding:0;background:#f2f2f4;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer}.modal-thumb.active{border-color:#111}.modal-thumb img{width:100%;height:100%;object-fit:cover;display:block}.modal-noimage{padding:40px;text-align:center;background:#f2f2f4;border-radius:10px;color:#8a8a8e}@media (min-width: 720px){.modal-gallery{flex-direction:row-reverse;gap:12px;max-height:80vh}.modal-main-img{flex:1 1 auto;min-width:0;aspect-ratio:3/4;max-height:80vh}.modal-thumbs{flex-direction:column;overflow-x:visible;overflow-y:auto;width:64px;flex-shrink:0}}.modal-info p{margin:6px 0}.modal-brand{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#111}.modal-title{margin:6px 0;font-size:20px;font-weight:600;line-height:1.25}.modal-category{color:#8a8a8e;font-size:13px}.modal-price{margin:12px 0;font-size:22px;font-weight:700}.modal-price-old{margin-left:10px;text-decoration:line-through;color:#8a8a8e;font-size:15px;font-weight:400}.modal-sizes-header{margin-top:16px;font-weight:600;font-size:14px}.modal-sizes{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 0}.modal-size{padding:8px 12px;border:1px solid #e5e5e7;border-radius:8px;font-size:13px;min-width:44px;text-align:center;background:#fff}.modal-size.out{color:#c4c4c7;text-decoration:line-through}.modal-size.recommended{background:#111;color:#fff;border-color:#111;font-weight:600}.modal-size.recommended-out{background:#fff;color:#92400e;font-weight:600;border:1.5px dashed #f59e0b;text-decoration:line-through}.modal-size.nearest{background:#fef3c7;border-color:#f59e0b;color:#92400e;font-weight:600}.alt-block{margin-top:16px;min-width:0}.alt-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}.alt-header{font-size:14px;font-weight:600}.alt-count{font-weight:400}.alt-nav{display:flex;gap:4px}.alt-nav-btn{width:28px;height:28px;border-radius:50%;border:1px solid #e5e5e7;background:#fff;cursor:pointer;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;color:#111;padding:0}.alt-nav-btn:hover{background:#f2f2f4}.alt-loading{padding:8px 0;font-size:13px}.alt-strip{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%;padding:4px 0 14px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.alt-strip::-webkit-scrollbar{height:6px}.alt-strip::-webkit-scrollbar-thumb{background:#d0d0d3;border-radius:4px}.alt-strip::-webkit-scrollbar-track{background:transparent}.alt-card{flex:0 0 120px;width:120px;text-decoration:none;color:inherit;scroll-snap-align:start}@media (min-width: 720px){.alt-card{flex:0 0 140px;width:140px}}.alt-card img,.alt-noimg{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:8px;background:#f2f2f4;display:block}.alt-brand{margin-top:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alt-name{margin-top:2px;font-size:11px;color:#444;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.alt-price{margin-top:4px;font-size:12px;font-weight:600}.alt-size{margin-top:2px;font-size:11px;color:#065f46}.modal-recommend{margin-top:16px;padding:12px 14px;border-radius:10px;font-size:14px}.modal-recommend.in-stock{background:#d1fae5;color:#065f46}.modal-recommend.out-stock{background:#fef3c7;color:#92400e}.modal-nearest{margin-top:6px;font-size:13px}.modal-section{margin-top:20px}.modal-section h3{margin:0 0 8px;font-size:14px;font-weight:600}.modal-props{display:grid;grid-template-columns:1fr 1.5fr;gap:4px 12px;margin:0;font-size:13px}.modal-props dt{color:#8a8a8e}.modal-props dd{margin:0}.modal-profile h2{margin:28px 0 16px;font-size:18px;font-weight:600}.modal-profile h3{margin:20px 0 8px;font-size:14px;font-weight:600}.profile-row{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px}@media (min-width: 600px){.profile-row{grid-template-columns:1fr 1fr;gap:24px}}.profile-gender h4{margin:0 0 10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#8a8a8e}.profile-gender ul{list-style:none;padding:0;margin:0}.profile-gender li{padding:4px 0;font-size:14px}.profile-bucket{color:#8a8a8e}.profile-bucket-row{padding:6px 0}.profile-sub{list-style:none;padding:4px 0 0 12px;margin:0;border-left:2px solid #ececef}.profile-sub li{padding:3px 8px;font-size:13px}.profile-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 16px}.profile-tab{padding:6px 14px;background:#f2f2f4;border:0;border-radius:999px;cursor:pointer;font-size:13px}.profile-tab.active{background:#111;color:#fff}.profile-purchases{overflow-x:auto}.profile-purchases table{width:100%;border-collapse:collapse;font-size:13px;min-width:560px}.profile-purchases th,.profile-purchases td{text-align:left;padding:8px 10px;border-bottom:1px solid #ececef}.profile-purchases th{font-weight:600;color:#8a8a8e}
