*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#1a73e8;--blue-dark:#1557b0;--blue-light:#e8f0fe;--blue-mid:#4a90e2;--white:#fff;--gray-50:#f8f9fa;--gray-100:#f1f3f4;--gray-200:#e8eaed;--gray-300:#dadce0;--gray-400:#bdc1c6;--gray-500:#80868b;--gray-700:#3c4043;--gray-900:#202124;--red:#d93025;--red-light:#fce8e6;--green:#1e8e3e;--green-light:#e6f4ea;--orange:#f29900;--orange-light:#fef7e0;--shadow-sm:0 1px 3px #00000014,0 1px 2px #0000000f;--shadow-md:0 4px 12px #0000001a;--radius:12px;--radius-sm:8px;--radius-xs:6px}body{background:#f8f9fa;background:var(--gray-50);color:#202124;color:var(--gray-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.header{background:#fff;background:var(--white);border-bottom:1px solid #e8eaed;border-bottom:1px solid var(--gray-200);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;box-shadow:var(--shadow-sm);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-inner{gap:32px;height:60px;margin:0 auto;max-width:1200px;padding:0 24px}.header-inner,.header-logo{align-items:center;display:flex}.header-logo{gap:8px;text-decoration:none}.logo-icon{font-size:24px}.logo-text{color:#1a73e8;color:var(--blue);font-size:20px;font-weight:700;letter-spacing:-.5px}.header-nav{display:flex;gap:4px;margin-left:auto}.nav-link{align-items:center;background:#0000;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#3c4043;color:var(--gray-700);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;position:relative;transition:all .15s ease}.nav-link--active,.nav-link:hover{background:#e8f0fe;background:var(--blue-light);color:#1a73e8;color:var(--blue)}.nav-badge{background:#1a73e8;background:var(--blue);border-radius:99px;color:#fff;font-size:11px;font-weight:600;min-width:18px;padding:1px 6px;text-align:center}.main{margin:0 auto;max-width:1200px;padding:24px}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:10px 20px;transition:all .15s ease;white-space:nowrap}.btn:active{transform:scale(.97)}.btn:disabled{cursor:not-allowed;opacity:.5}.btn--primary{background:#1a73e8;background:var(--blue);color:#fff}.btn--primary:hover:not(:disabled){background:#1557b0;background:var(--blue-dark)}.btn--outline{background:#fff;border:1.5px solid #1a73e8;border:1.5px solid var(--blue);color:#1a73e8;color:var(--blue)}.btn--outline:hover:not(:disabled){background:#e8f0fe;background:var(--blue-light)}.btn--ghost{background:#0000;border:1px solid #dadce0;border:1px solid var(--gray-300);color:#3c4043;color:var(--gray-700)}.btn--ghost:hover:not(:disabled){background:#f1f3f4;background:var(--gray-100)}.btn--danger{background:#0000;border:1px solid #d93025;border:1px solid var(--red);color:#d93025;color:var(--red)}.btn--danger:hover:not(:disabled){background:#fce8e6;background:var(--red-light)}.btn--sm{font-size:13px;padding:6px 12px}.btn--lg{font-size:15px;padding:12px 28px}.btn--full{width:100%}.qty-btn{align-items:center;background:#1a73e8;background:var(--blue);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;height:36px;justify-content:center;transition:background .15s;width:36px}.qty-btn:hover{background:#1557b0;background:var(--blue-dark)}.qty-btn--outline{background:#0000;border:1.5px solid #1a73e8;border:1.5px solid var(--blue);color:#1a73e8;color:var(--blue)}.qty-btn--outline:hover{background:#e8f0fe;background:var(--blue-light)}.card{background:#fff;background:var(--white);border:1px solid #e8eaed;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.card:hover{border-color:#4a90e2;border-color:var(--blue-mid);box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md)}.status-badge{align-items:center;border-radius:99px;display:inline-flex;font-size:12px;font-weight:500;gap:4px;padding:4px 12px;white-space:nowrap}.status-badge--created{background:#e8f0fe;background:var(--blue-light);color:#1557b0;color:var(--blue-dark)}.status-badge--paid{background:#e6f4ea;background:var(--green-light);color:#1e8e3e;color:var(--green)}.status-badge--assembling{background:#fef7e0;background:var(--orange-light);color:#b06000}.status-badge--delivery{background:#e8f5e9;color:#2e7d32}.status-badge--delivered{background:#e6f4ea;background:var(--green-light);color:#1e8e3e;color:var(--green)}.status-badge--cancelled{background:#f1f3f4;background:var(--gray-100);color:#80868b;color:var(--gray-500)}.progress-bar{background:#e8eaed;background:var(--gray-200);border-radius:99px;height:4px;margin-top:6px;overflow:hidden}.progress-bar__fill{background:#1a73e8;background:var(--blue);border-radius:99px;height:100%;transition:width .5s linear}.discount-badge{background:#d93025;background:var(--red);border-radius:6px;border-radius:var(--radius-xs);color:#fff;font-size:11px;font-weight:600;padding:2px 6px}.empty-state{color:#80868b;color:var(--gray-500);padding:60px 20px;text-align:center}.empty-state__icon{font-size:56px;margin-bottom:16px;opacity:.6}.empty-state__title{color:#3c4043;color:var(--gray-700);font-size:18px;font-weight:600;margin-bottom:8px}.empty-state__text{color:#80868b;color:var(--gray-500);font-size:14px}.alert{align-items:flex-start;border-radius:8px;border-radius:var(--radius-sm);display:flex;font-size:13px;gap:8px;margin-bottom:16px;padding:12px 16px}.alert--error{background:#fce8e6;background:var(--red-light);border:1px solid #f5c6c4;color:#b31412}.alert--success{background:#e6f4ea;background:var(--green-light);border:1px solid #b7dfbb;color:#1e8e3e;color:var(--green)}.alert--info{background:#e8f0fe;background:var(--blue-light);border:1px solid #c5d8fb;color:#1557b0;color:var(--blue-dark)}.modal-wrapper{align-items:center;background:#0006;display:flex;justify-content:center;margin-bottom:16px;min-height:200px}.modal-box,.modal-wrapper{border-radius:12px;border-radius:var(--radius)}.modal-box{background:#fff;max-width:90%;padding:28px;width:400px}.modal-title{font-size:18px;font-weight:600;margin-bottom:12px}.modal-text{color:#3c4043;color:var(--gray-700);font-size:14px;line-height:1.6;margin-bottom:20px}.modal-actions{display:flex;gap:8px;justify-content:flex-end}.section-title{align-items:center;display:flex;font-size:20px;font-weight:700;gap:8px;margin-bottom:20px}.input,.section-title{color:#202124;color:var(--gray-900)}.input{background:#fff;border:1.5px solid #dadce0;border:1.5px solid var(--gray-300);border-radius:8px;border-radius:var(--radius-sm);font-size:14px;outline:none;padding:10px 14px;transition:border-color .15s;width:100%}.input:focus{border-color:#1a73e8;border-color:var(--blue)}.select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%2380868b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border:1.5px solid #dadce0;border:1.5px solid var(--gray-300);border-radius:8px;border-radius:var(--radius-sm);color:#202124;color:var(--gray-900);cursor:pointer;font-size:14px;outline:none;padding:10px 36px 10px 14px;transition:border-color .15s;width:100%}.select:focus{border-color:#1a73e8;border-color:var(--blue)}.price{color:#202124;color:var(--gray-900);font-size:18px;font-weight:700}.price--old{color:#bdc1c6;color:var(--gray-400);font-size:13px;font-weight:400;text-decoration:line-through}.divider{background:#e8eaed;background:var(--gray-200);height:1px;margin:16px 0}
/*# sourceMappingURL=main.bd13d3b1.css.map*/