*{box-sizing:border-box}body{margin:0;background:#f5f3ee;color:#171717;font:15px system-ui,-apple-system,Segoe UI,sans-serif}header{height:70px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e0d8;background:#faf9f6}header a{color:#171717;text-decoration:none;font-weight:800}.brand{display:flex;align-items:center;gap:10px}.brand>b{background:#171717;color:white;border-radius:12px;width:38px;height:38px;display:grid;place-items:center}.brand small{display:block;font-size:9px;letter-spacing:.16em;color:#777}.brand span{font-weight:900;letter-spacing:.12em}main{width:min(1100px,92%);margin:auto}.hero{padding:75px 0 65px;max-width:750px}label{font-size:10px;font-weight:900;letter-spacing:.18em;color:#777}.hero h1{font-size:clamp(46px,9vw,82px);line-height:.94;letter-spacing:-.06em;margin:15px 0}.hero em{color:#89847d;font-style:normal}.hero p{font-size:18px;line-height:1.6;color:#777}.primary{background:#171717;color:#fff;border:0;border-radius:13px;padding:13px 18px;font-weight:900;cursor:pointer}h2{font-size:34px;letter-spacing:-.04em}.chips{display:flex;gap:8px;overflow:auto;padding-bottom:15px}.chip,.sizes button,.quick button{border:1px solid #e4dfd7;background:white;border-radius:13px;padding:10px 13px;font-weight:800;white-space:nowrap}.chip.active{background:#171717;color:#fff}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.cards article{background:#fff;border:1px solid #e4dfd7;border-radius:22px;padding:20px;display:flex;gap:15px}.ico{width:48px;height:48px;border-radius:15px;background:#f0eee9;display:grid;place-items:center;font-size:22px;flex:none}.cards h3{margin:2px 0 5px}.cards p{margin:0 0 13px;color:#777}.sizes{display:flex;gap:7px;flex-wrap:wrap}.sizes button{font-size:11px;background:#f6f3ee}.notice{margin:50px 0 80px;background:#eeeae2;border:1px dashed #cfc8bc;border-radius:18px;padding:18px}.notice span{display:block;color:#777;margin-top:7px}.modal{display:none;position:fixed;inset:0;background:#0008;align-items:end;justify-content:center;padding:18px;z-index:5}.modal.show{display:flex}.chat{width:min(520px,100%);height:min(700px,92vh);background:#f7f5f0;border-radius:26px;overflow:hidden;display:flex;flex-direction:column}.chathead{background:#171717;color:white;padding:18px;display:flex;justify-content:space-between}.chathead small{display:block;color:#aaa;font-size:10px}.chathead button{background:none;border:0;color:white;font-size:28px}.messages{flex:1;overflow:auto;padding:16px}.bubble{max-width:85%;padding:12px 14px;border-radius:16px;margin:8px 0;line-height:1.45}.bot{background:#fff;border:1px solid #e5e0d8;border-top-left-radius:5px}.user{background:#171717;color:white;margin-left:auto;border-top-right-radius:5px}.quick{padding:12px;display:flex;gap:7px;flex-wrap:wrap;border-top:1px solid #e5e0d8}.admin{padding:45px 0 80px}.adminhead{display:flex;justify-content:space-between;align-items:end}.adminhead h1{font-size:48px;margin:8px 0 25px}.status{padding:8px 12px;border-radius:99px;font-size:11px;font-weight:900}.on{background:#ddf7eb;color:#08734d}.off{background:#eee;color:#777}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stats>div,.panel{background:white;border:1px solid #e4dfd7;border-radius:20px;padding:20px;margin-top:12px}.stats small{color:#777}.stats strong{display:block;font-size:28px}.panel p{color:#777;line-height:1.55}.pair{display:flex;gap:20px;align-items:center;background:#f6f3ee;padding:16px;border-radius:16px}.qr{width:110px;height:110px;background:repeating-linear-gradient(45deg,#171717 0 4px,#fff 4px 8px);color:#fff;display:grid;place-items:center;text-align:center;border-radius:10px;font-weight:900}.qr small{background:#171717;padding:2px}form label{display:block;margin:15px 0;color:#171717;letter-spacing:0}input,textarea{display:block;width:100%;margin-top:7px;padding:12px;border:1px solid #e4dfd7;border-radius:12px;background:#faf9f6}.toggle{display:flex!important;gap:8px;align-items:center}.toggle input{width:auto;margin:0}.order{display:grid;grid-template-columns:1fr 1fr auto;padding:12px 0;border-bottom:1px solid #eee;gap:8px}.order span{color:#777}@media(max-width:700px){.cards{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.hero{padding:50px 0}.order{grid-template-columns:1fr auto}.order span{grid-column:1/-1}.adminhead{align-items:start}.pair{align-items:flex-start}}