:root{--orange:#ff572d;--ink:#201d1b;--muted:#766f6b;--line:#eadfd9;--paper:#fff;--bg:#f7f3f0}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.45 Inter,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit}button,input,select{font:inherit}.top{height:68px;padding:0 max(20px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:4}.top>div{display:flex;align-items:center;gap:18px}.top a{text-decoration:none}.top>div a{color:var(--orange)}.title{font-size:20px;font-weight:800}.title b{color:var(--orange)}.dashboard{max-width:1180px;margin:auto;padding:28px 20px 70px}.dashboard section{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;margin-bottom:20px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.section-title h1,.section-title h2{margin:2px 0;font-size:25px}.section-title small,section>small{color:var(--orange);font-weight:800;letter-spacing:.1em}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.company-card{border:1px solid var(--line);padding:18px;border-radius:14px}.company-card h3,.company-card p{margin:0 0 5px}.actions{display:flex;gap:10px;margin-top:14px}.actions a,.actions button,.primary{border:0;border-radius:9px;background:var(--orange);color:#fff;padding:9px 13px;text-decoration:none;cursor:pointer}.actions button{background:#eee7e3;color:var(--ink)}.actions button.danger{color:#b62e18}details{margin-top:16px;border-top:1px solid var(--line);padding-top:15px}summary{cursor:pointer;font-weight:750;color:var(--orange)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));align-items:end;gap:12px;margin-top:15px}label{display:grid;gap:6px;font-weight:650}input,select{width:100%;padding:11px;border:1px solid #d9cbc4;border-radius:9px;background:#fff}.form-grid button,.login-card button,.pay{padding:12px 16px;border:0;border-radius:9px;background:var(--orange);color:white;font-weight:800;cursor:pointer}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips a{padding:9px 13px;border:1px solid var(--line);border-radius:99px;text-decoration:none}.chips a.active{background:var(--ink);color:#fff}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:650px}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line)}th{font-size:12px;color:var(--muted)}.link-btn{border:0;background:none;color:var(--orange);cursor:pointer}.product-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.product-list>div{display:grid;border:1px solid var(--line);border-radius:12px;padding:13px}.product-list span{color:var(--muted)}.flash{padding:12px 15px;border-radius:10px;margin:0 0 16px;background:#e6f8ed;color:#176c36}.flash.error{background:#fff0ec;color:#a1321c}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,#2b211e,#ff6338)}.login-card{width:min(420px,100%);padding:32px;border-radius:24px;background:#fff;box-shadow:0 24px 70px #1b090740;display:grid;gap:15px}.login-card h1,.login-card p{margin:0}.login-card p{color:var(--muted)}.brand{display:grid;place-items:center;width:50px;height:50px;background:var(--orange);color:#fff;border-radius:14px;font-size:25px;font-weight:900}.mobile-pos{display:grid;grid-template-columns:minmax(0,1fr) 360px;max-width:1400px;margin:auto;min-height:calc(100vh - 68px)}.catalog{padding:25px}.search{max-width:260px}.pos-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.pos-products>button{display:grid;text-align:left;gap:5px;min-height:150px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff;cursor:pointer}.pos-products>button:hover{border-color:var(--orange);transform:translateY(-2px)}.pos-products button>span{font-size:30px}.pos-products button small{color:var(--muted)}.pos-products button strong{color:var(--orange);font-size:17px}.order{background:#fff;border-left:1px solid var(--line);padding:22px;position:sticky;top:68px;height:calc(100vh - 68px);overflow:auto}.order h2{margin-top:0}.order h2 span{float:right;background:var(--orange);color:#fff;border-radius:99px;padding:2px 9px;font-size:14px}.lines{min-height:170px}.lines>p{text-align:center;color:var(--muted);padding:50px 0}.line{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.line>span{display:grid}.line small{color:var(--muted)}.line>div{display:flex;align-items:center;gap:8px}.line button{border:0;border-radius:7px;width:30px;height:30px}.segments{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:13px 0}.segments#payments{grid-template-columns:1fr 1fr}.segments button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 4px}.segments button.active{background:var(--ink);color:#fff}.total{display:flex;justify-content:space-between;font-size:22px;font-weight:800;margin:22px 0}.pay{width:100%;font-size:17px}.pay:disabled{opacity:.5}
@media(max-width:760px){.top{height:58px;padding:0 14px}.top span{display:none}.dashboard{padding:14px}.dashboard section{padding:17px;border-radius:15px}.section-title{align-items:flex-start}.mobile-pos{display:block}.catalog{padding:15px;padding-bottom:390px}.pos-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pos-products>button{min-height:130px;padding:12px}.order{position:fixed;top:auto;bottom:0;left:0;right:0;height:360px;border-left:0;border-top:2px solid var(--orange);border-radius:18px 18px 0 0;z-index:5;padding:15px}.lines{min-height:70px;max-height:100px;overflow:auto}.segments{margin:8px 0}.total{margin:10px 0;font-size:19px}.order h2{font-size:18px}.table-wrap{margin:0 -17px}.form-grid{grid-template-columns:1fr}.search{max-width:150px}}
