@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800&display=swap";*{margin:0;padding:0}html,body,#root{min-height:100%}body{background:#e8ecf2;margin:0}:root{--bg:#f7f2e8;--surface:#fff;--line:#eadcc2;--text:#2e2113;--muted:#8a7252;--nav:#2f1d10;--active:#ffbf47;--shadow:0 12px 30px #10182814;--sidebar-width:340px;--sidebar-width-lg:280px}*{box-sizing:border-box}.page{background:radial-gradient(circle at 20% 10%, #fffaf0 0%, var(--bg) 50%);height:100vh;min-height:100vh;color:var(--text);grid-template-columns:var(--sidebar-width) 1fr;font-family:Cairo,sans-serif;display:grid;overflow:hidden}.sidebar{background:linear-gradient(180deg, #26180f 0%, var(--nav) 45%, #6a3f15 120%);color:#fff3db;height:100vh;padding:1rem 1rem 1.5rem;position:sticky;top:0;overflow-y:auto}.brand{background:#fff9e814;border:1px solid #ffdca752;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1rem;padding:.45rem .55rem;display:flex}.brand__logo-wrap{border-radius:8px;justify-content:center;align-items:center;width:100%;height:auto;display:flex;overflow:hidden}.brand__logo-img{object-fit:contain;width:65%;height:auto;display:block}.menu{gap:.58rem;display:grid}.menu__item{color:#fff7e7;text-align:right;cursor:pointer;background:0 0;border:0;border-radius:14px;justify-content:flex-start;align-items:center;gap:.8rem;width:100%;padding:.9rem 1.05rem;font-family:inherit;font-size:1.23rem;font-weight:600;transition:background .15s;display:flex}.menu__item:hover{background:#ffbf473d}.menu__item.is-active{background:var(--active);color:#38220f}.menu__label{text-align:right;flex:1}.menu__icon{flex:none;margin-inline-start:.25rem;font-size:1.25rem}.content{height:100vh;padding:1.1rem 1.5rem 1.5rem;overflow-y:auto}.content--dashboard{overflow-y:auto}.mobile-nav-toggle,.mobile-nav-backdrop{display:none}.creative-hero{z-index:1;background:radial-gradient(circle at 15% 20%,#ffffff94,#0000 34%),radial-gradient(circle at 84% 80%,#ffb30042,#0000 30%),linear-gradient(120deg,#ffe681 0%,#ffc944 46%,#ffb127 100%);border:1px solid #f6d778;border-radius:22px;grid-template-columns:1.3fr 1fr;gap:1rem;margin-top:.2rem;padding:1.4rem 1.4rem 1.15rem;display:grid;position:relative;top:auto;overflow:hidden;box-shadow:0 16px 32px #af71003d}.creative-hero:after{content:"";background:radial-gradient(circle,#ffffff75 0%,#fff0 70%);border-radius:50%;width:280px;height:280px;position:absolute;inset:auto -130px -140px auto}.creative-hero__content{z-index:1;color:#251502;position:relative}.creative-hero__kicker{letter-spacing:.08em;text-transform:uppercase;opacity:.72;margin:0;font-size:.88rem;font-weight:800}.creative-hero__content h2{margin:.32rem 0 0;font-size:2rem;line-height:1.2}.creative-hero__content p{max-width:58ch;margin:.45rem 0 0;font-size:1rem}.creative-hero__chips{flex-wrap:wrap;gap:.48rem;margin-top:.92rem;display:flex}.creative-hero__chips span{background:#2515021f;border:1px solid #25150233;border-radius:999px;padding:.35rem .75rem;font-size:.83rem;font-weight:700}.creative-hero__visual{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:.65rem;min-height:165px;display:grid;position:relative}.mock-card{background:#ffffffe0;border:1px solid #ffffffeb;border-radius:16px;padding:.8rem .85rem;box-shadow:0 10px 20px #764f052e}.mock-card h3{color:#2e1c06;margin:0;font-size:.9rem}.mock-card p{color:#5c3b0a;margin:.35rem 0 0;font-size:.98rem;font-weight:800}.mock-card--tilt-left{transform:rotate(-8deg)}.mock-card--tilt-right{transform:rotate(8deg)translateY(8px)}.mock-phone{background:#fffef9;border:6px solid #25160a;border-radius:20px;grid-column:1/-1;justify-self:center;width:118px;height:150px;padding:.62rem .55rem;box-shadow:0 14px 24px #432c0940}.mock-phone__head{background:#25160a;border-radius:999px;width:36px;height:6px;margin:0 auto .6rem}.mock-phone__line{background:linear-gradient(90deg,#ffd25f 0%,#ffbb2f 100%);border-radius:8px;height:11px;margin-bottom:.45rem}.mock-phone__line.short{width:72%}.topbar{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;justify-content:space-between;align-items:center;padding:.65rem .9rem;display:flex}.notify,.logout{color:#5d3f1c;cursor:pointer;background:#fff3de;border:0;border-radius:10px;place-items:center;width:40px;height:40px;display:grid;position:relative}.notify svg,.logout svg{width:20px}.notify span{background:#ff5f5f;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:8px}.profile{align-items:center;gap:.7rem;display:flex}.profile__avatar{color:#fff;background:#d79223;border-radius:12px;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.profile h3{margin:0;font-size:1rem}.profile p{color:#907656;margin:0;font-size:.8rem}.hero{text-align:right;margin:1.3rem 0 1rem}.hero__row{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.dashboard-page{grid-template-rows:auto 1fr;height:auto;min-height:0;display:grid}.dashboard-summary{z-index:1;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding-bottom:.75rem;position:static;top:auto}.dashboard-actions{background:linear-gradient(130deg,#5a3516 0%,#6f4219 45%,#4a2b14 100%);border:1px solid #8b5a1f;border-radius:14px;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin:.75rem 0 1rem;padding:.7rem;display:grid}.dashboard-actions__btn{color:#fff5df;cursor:pointer;background:#ffbf470f;border:1px solid #ffdda699;border-radius:12px;padding:.74rem .65rem;font-family:inherit;font-size:1.08rem;font-weight:700;transition:background .14s,border-color .14s,transform .14s}.dashboard-actions__btn:hover:not(:disabled){background:#ffbf4733;border-color:#ffdda6e6;transform:translateY(-1px)}.dashboard-actions__btn.is-disabled{opacity:.45;cursor:not-allowed;color:#a0a0a0;background:#0000001a;border-color:#ffffff1a}.hero h1{margin:0;font-size:2.25rem;line-height:1.15}.hero p{color:#8a7252;margin:.15rem 0 0;font-size:1.3rem}.hero__row--order{align-items:flex-start}.hero__row--actions{justify-content:flex-start;margin-top:.75rem}.hero__project-select{gap:.4rem;min-width:min(360px,100%);display:grid}.hero__project-select span{color:#6d4a24;font-weight:700}.hero__project-select select{color:#3d2a14;background:#fffaf1;border:1px solid #dcc49a;border-radius:12px;width:100%;padding:.8rem .85rem;font-family:inherit;font-size:1rem}.hero__project-select select:focus{border-color:#cf9734;outline:none;box-shadow:0 0 0 3px #cf973433}.stats{grid-template-columns:repeat(5,minmax(120px,1fr));gap:.8rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--line);min-height:160px;box-shadow:var(--shadow);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;display:flex}.stat-card strong{font-size:2.3rem;line-height:1}.stat-card span{color:#8a7252;font-size:1.4rem}.stat-card__icon{border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.stat-card__icon svg{width:24px}.tone-blue{color:#8a5a14;background:#fff0d4}.tone-indigo{color:#9a6520;background:#ffe8c3}.tone-amber{color:#d18a00;background:#fff4df}.tone-green{color:#0ea870;background:#e3f8ef}.tone-red{color:#eb4343;background:#ffe8e8}.tone-violet{color:#8c4f1d;background:#ffe4bf}.orders,.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;margin-top:1rem;overflow:hidden}.dashboard-highlight{background:0 0;border:0;border-radius:0;min-height:0;margin-top:1rem;padding:0;position:relative;overflow:hidden}.dashboard-highlight:after{content:none}.dashboard-highlight__pill{z-index:2;color:#fff6df;border:1px solid #fff6dfbf;border-radius:12px;padding:.4rem .85rem;font-weight:700;display:inline-block;position:relative}.dashboard-highlight__content{z-index:2;justify-content:space-between;gap:1rem;margin-top:.85rem;display:flex;position:relative}.dashboard-highlight__content--visual{justify-content:stretch;align-items:center;min-height:0;margin-top:0}.dashboard-highlight__illustration{filter:drop-shadow(0 8px 12px #3b1e081f);width:100%}.dashboard-highlight__illustration svg{width:100%;height:auto;display:block}.dashboard-highlight__image{object-fit:cover;object-position:center;border-radius:16px;width:100%;height:240px;display:block}.dashboard-highlight__right h3{color:#fff;margin:0;font-size:2.05rem;line-height:1.2}.dashboard-highlight__right strong{color:#fff;margin-top:.2rem;font-size:3rem;display:block}.dashboard-highlight__center{text-align:center;color:#fff;max-width:460px}.dashboard-highlight__center p{margin:.2rem 0;font-size:1.1rem;font-weight:700}.dashboard-page .orders{flex-direction:column;min-height:0;margin-top:.8rem;display:flex}.orders-search{gap:.4rem;max-width:380px;margin-top:.6rem;display:grid}.orders-search label{color:#6d4a24;font-weight:700}.orders-search input{color:#3d2a14;background:#fffaf1;border:1px solid #dcc49a;border-radius:12px;width:100%;padding:.7rem .85rem;font-family:inherit;font-size:1rem}.orders-search input:focus{border-color:#cf9734;outline:none;box-shadow:0 0 0 3px #cf973433}.orders__header{border-bottom:1px solid var(--line);padding:1rem;font-size:1.7rem;font-weight:700}.orders__table-wrap{overflow-y:auto}.dashboard-page .orders__table-wrap{flex:1;min-height:0;padding-bottom:.4rem}.orders__table-wrap thead th{z-index:2;position:sticky;top:0}table{border-collapse:collapse;width:100%}th,td{text-align:center;border-bottom:1px solid #ebeff5;padding:.75rem;font-size:1.2rem}.tracking-response{min-width:8rem}.tracking-response summary{color:#8a5a19;cursor:pointer;font-weight:700}.tracking-response pre{color:#f8fafc;text-align:left;white-space:pre-wrap;background:#111827;border:1px solid #e1d3bd;border-radius:.85rem;max-width:min(44rem,70vw);max-height:18rem;margin:.75rem 0 0;padding:.85rem;font-size:.82rem;line-height:1.55;overflow:auto}.orders__phone-link{font-family:inherit;font-size:inherit;color:#9a6520;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;font-weight:700;text-decoration:underline}.orders__phone-link:hover{color:#6a4212}.orders__status-link{cursor:pointer;border:0;font-family:inherit;transition:transform .12s,opacity .12s}.orders__status-link:hover{opacity:.92;transform:translateY(-1px)}.user-modal{z-index:120;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.user-modal__backdrop{background:#25150273;border:0;position:absolute;inset:0}.user-modal__panel{background:#fffdf8;border:1px solid #e5cb9d;border-radius:16px;width:min(640px,100%);padding:1rem;position:relative;box-shadow:0 18px 36px #2d1a0840}.user-modal__header{justify-content:space-between;align-items:center;gap:.7rem;margin-bottom:.8rem;display:flex}.user-modal__header h3{color:#3d2a14;margin:0;font-size:1.2rem}.user-modal__close{color:#5b3b16;cursor:pointer;background:#fff5e2;border:1px solid #e3c993;border-radius:10px;padding:.5rem .75rem;font-family:inherit}.user-modal__loading{color:#6d4a24;margin:0;font-weight:700}.user-modal__form{gap:.75rem;display:grid}.user-modal__form label{gap:.35rem;display:grid}.user-modal__form span{color:#6d4a24;font-weight:700}.user-modal__form input{color:#3d2a14;background:#fffaf1;border:1px solid #dcc49a;border-radius:12px;width:100%;padding:.75rem .85rem;font-family:inherit;font-size:1rem}.user-modal__form input:focus{border-color:#cf9734;outline:none;box-shadow:0 0 0 3px #cf973433}.user-modal__actions{justify-content:flex-start;gap:.6rem;display:flex}.user-modal__details{gap:.65rem;display:grid}.user-modal__details div{background:#fffaf1;border:1px solid #ead8b8;border-radius:10px;grid-template-columns:130px minmax(0,1fr);align-items:center;gap:.75rem;padding:.7rem .8rem;display:grid}.user-modal__details span{color:#6d4a24;font-weight:800}.user-modal__details strong{overflow-wrap:anywhere;color:#3d2a14;min-width:0}th{color:#5e3f1e;background:#fff4df;font-weight:700}tbody tr:last-child td{border-bottom:0}.orders__pagination{border-top:1px solid var(--line);background:#fffdf8;justify-content:center;gap:.5rem;margin-top:.2rem;padding:1rem 1rem 1.2rem;display:flex}.orders__page-btn{color:#5b3b16;cursor:pointer;background:#fff3d9;border:1px solid #d9b877;border-radius:10px;min-width:40px;height:36px;font-family:inherit;font-weight:700;transition:background .14s,color .14s,border-color .14s}.orders__page-btn:hover{background:#ffe6b7}.orders__page-btn.is-active{color:#2d1a08;background:linear-gradient(135deg,#ffca54 0%,#f2a11c 100%);border-color:#e0a032}.pill{border-radius:999px;padding:.26rem .65rem;font-size:1rem;font-weight:700;display:inline-block}.panel{padding:1rem}.order-form,.collection-request-form{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:.9rem;display:grid}.collection-request-form label{text-align:right;gap:.6rem;display:grid}.collection-request-form span{color:#2e2113;font-size:1.1rem;font-weight:700}.collection-request-form input{color:#2e2113;background:#fff;border:1px solid #eadcc2;border-radius:12px;width:100%;padding:.9rem 1rem;font-family:inherit;font-size:1.1rem;transition:border-color .14s,box-shadow .14s,transform .14s}.collection-request-form input:hover{background:#fffdfa;border-color:#dcc49a}.collection-request-form input:focus{background:#fff;border-color:#cf9734;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #cf97341f,0 4px 12px #cf973414}.collection-request-form__full{grid-column:1/-1}.collection-live-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.collection-live-stats__card{background:#fff9ec;border:1px solid #e7d3ae;border-radius:12px;gap:.3rem;padding:.75rem .85rem;display:grid}.collection-live-stats__card span{color:#6e4a1f;margin:0;font-size:.95rem;font-weight:700}.collection-live-stats__card strong{color:#2d1b0b;margin:0;font-size:1.2rem}.collection-projects-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem;display:grid}.collection-project-card{text-align:right;color:#3e2b15;cursor:pointer;background:#fffdf8;border:1px solid #e1cdab;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.7rem .8rem;font-family:inherit;transition:border-color .14s,background .14s,box-shadow .14s,transform .14s;display:grid}.collection-project-card:hover{background:#fff5e3;border-color:#d8a75b;transform:translateY(-1px)}.collection-project-card.is-selected{background:linear-gradient(#fff8eb 0%,#ffeecf 100%);border-color:#cf9734;box-shadow:0 0 0 3px #cf973424}.collection-project-card.is-depleted{opacity:.6;cursor:not-allowed;background:#f7f3e9;border-color:#ddd2bd}.collection-project-card__checkbox{color:#805310;background:#fffaf0;border:1px solid #d4b278;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-weight:800;display:inline-flex}.collection-project-card__meta{gap:.12rem;min-width:0;display:grid}.collection-project-card__meta strong{font-size:1rem}.collection-project-card__meta small{color:#8a7252;font-weight:700}.collection-project-card__amount{color:#6e4916;white-space:nowrap;font-weight:800}.collection-request-summary{background:#fff9ec;border:1px solid #e7d3ae;border-radius:12px;gap:.4rem;padding:.75rem .85rem;display:grid}.collection-request-summary p{color:#4a3217;margin:0;font-weight:700}.order-form label{text-align:right;gap:.6rem;display:grid}.order-form__service-field{grid-column:1/-1}.order-form__service-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:.75rem;display:grid}.order-form__service-col{gap:.45rem;display:grid}.order-form__type-label-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.type-cost-info-btn{color:#6f4b16;cursor:pointer;background:#fff9eb;border:1px solid #d6b983;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-weight:800;display:inline-flex}.type-cost-info-btn:hover{background:#f9eed4}.order-form__type-cost-hint{color:#6f4b16;text-align:right;background:#fff8e8;border:1px solid #e8d4a8;border-radius:10px;grid-column:1/-1;margin:0;padding:.7rem .85rem;font-weight:700}.order-form__note-cost-row{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:.75rem;display:grid}.order-form__service-cost,.order-form__note-column{gap:.45rem;display:grid}.cost-badge{color:#4c3a20;text-align:center;background:#f8f3e6;border:1px solid #e6d5b5;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:52px;padding:.72rem .95rem;font-size:.95rem;font-weight:800;display:flex}.order-form__phone{position:relative}.order-form span{color:#2e2113;font-size:1.1rem;font-weight:700}.order-form input,.order-form select{color:#2e2113;background:#fff;border:1px solid #eadcc2;border-radius:12px;width:100%;padding:.9rem 1rem;font-family:inherit;font-size:1.1rem;transition:border-color .14s,box-shadow .14s,transform .14s}.order-form input:hover,.order-form select:hover{background:#fffdfa;border-color:#dcc49a}.order-form input:focus,.order-form select:focus{background:#fff;border-color:#cf9734;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #cf97341f,0 4px 12px #cf973414}.fancy-select{flex:1;width:100%;min-width:0;position:relative}.fancy-select__trigger{color:#2e2113;text-align:right;background:linear-gradient(#fff,#fffaf1);border:1px solid #eadcc2;border-radius:12px;justify-content:space-between;align-items:center;gap:.8rem;width:100%;min-height:52px;padding:.9rem 1rem;font-family:inherit;font-size:1.06rem;font-weight:700;transition:border-color .14s,box-shadow .14s,transform .14s;display:flex}.fancy-select__trigger:hover,.fancy-select.is-open .fancy-select__trigger{border-color:#cf9734;box-shadow:0 0 0 4px #cf97341f,0 8px 18px #5d3f1c14}.fancy-select.is-open .fancy-select__trigger{transform:translateY(-1px)}.fancy-select.is-disabled .fancy-select__trigger{cursor:not-allowed;opacity:.68}.fancy-select__trigger span,.fancy-select__option span{min-width:0;color:inherit;font-size:inherit;font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fancy-select__trigger .is-placeholder{color:#8a7252;font-weight:700}.fancy-select__chevron{color:#8a642f;flex:none;transition:transform .14s}.fancy-select.is-open .fancy-select__chevron{transform:rotate(180deg)}.fancy-select__menu{z-index:30;inset-inline:0;background:#fffdf8;border:1px solid #e8d0aa;border-radius:12px;gap:.25rem;max-height:260px;padding:.35rem;display:grid;position:absolute;top:calc(100% + 8px);overflow-y:auto;box-shadow:0 18px 40px #5d3f1c2e}.fancy-select__option{color:#2e2113;text-align:right;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;gap:.75rem;width:100%;min-height:44px;padding:.65rem .75rem;font-family:inherit;font-size:1rem;font-weight:700;display:flex}.fancy-select__option:hover,.fancy-select__option.is-selected{background:#fff1d9}.fancy-select__option svg{color:#b8790c;flex:none}.dev-links-url-input{text-align:left;direction:ltr;unicode-bidi:plaintext}.order-form__phone-feedback{margin-top:.2rem;padding:.25rem .45rem;font-size:.85rem}.order-form__full{grid-column:1/-1}.order-form__receiver-column{grid-column:2}.vehicle-types-group{background:#fffaf1;border:1px solid #dcc49a;border-radius:12px;margin:0;padding:.75rem .85rem}.vehicle-types-group legend{color:#6d4a24;padding:0 .35rem;font-weight:700}.vehicle-types-legend{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.vehicle-types-copy{text-align:right;margin-bottom:.6rem}.vehicle-types-copy h3{color:#4a3217;margin:0;font-size:1.1rem}.vehicle-types-copy p{color:#8a7252;margin:.25rem 0 0;font-size:.95rem;font-weight:700}.vehicle-types-options{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.6rem;display:grid}.vehicle-type-card{color:#4e3418;cursor:pointer;background:#fffdf8;border:1px solid #e6d0aa;border-radius:12px;grid-template-columns:auto auto 1fr;align-items:center;gap:.65rem;min-height:52px;padding:.62rem .72rem;font-weight:700;transition:border-color .14s,background .14s,box-shadow .14s,transform .14s;display:grid}.vehicle-type-card:hover{background:#fff4df;border-color:#d5a458;transform:translateY(-1px)}.vehicle-type-card.is-selected{background:linear-gradient(#fff7e8 0%,#ffefcf 100%);border-color:#cf9734;box-shadow:0 0 0 3px #cf973424}.vehicle-type-card__radio,.vehicle-type-card__checkbox{accent-color:#d8941f;width:18px;height:18px;margin:0}.vehicle-type-card__icon{color:#875515;background:#ffe8bf;border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.vehicle-type-card__icon svg{width:21px;height:21px}.vehicle-type-card__name{text-align:right;min-width:0}.vehicle-types-help{color:#8a5a14;margin:.6rem 0 0;font-size:.92rem;font-weight:700}.order-form__swap-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:.9rem;display:grid}.order-form__swap-row select:disabled{opacity:.72;cursor:not-allowed}.form-actions{justify-content:flex-start;gap:.8rem;margin-top:1.2rem;display:flex}.orders__header--actions{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.orders__toolbar{flex-wrap:wrap;align-items:center;gap:.65rem;display:inline-flex}.orders__selection-count{color:#6d4a24;font-size:.95rem;font-weight:700}.orders__select-checkbox{cursor:pointer;accent-color:#d8941f;width:18px;height:18px}.pickup-actions{flex-wrap:wrap;gap:.55rem;display:inline-flex}.pickup-checkbox{cursor:pointer;accent-color:#d8941f;width:20px;height:20px}.btn-primary{color:#2d1a08;cursor:pointer;background:linear-gradient(135deg,#ffca54 0%,#f2a11c 100%);border:0;border-radius:12px;padding:.75rem 1.4rem;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .14s,box-shadow .14s,filter .14s;box-shadow:0 8px 18px #ca830f47}.btn-primary:hover:not(:disabled){filter:saturate(1.05);transform:translateY(-1px);box-shadow:0 10px 20px #ca830f52}.btn-primary:disabled{opacity:.65;cursor:wait}.btn-secondary{color:#5b3b16;cursor:pointer;background:#fffaf0;border:1px solid #e3c993;border-radius:12px;padding:.75rem 1.1rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background .14s,border-color .14s}.btn-secondary:hover{background:#fff3d9;border-color:#d9b877}.pickup-cancel-btn{color:#9a2727;background:#fff2f2;border-color:#efb8b8;padding:.4rem .8rem}.pickup-cancel-btn:hover:not(:disabled){background:#ffe7e7;border-color:#e5a2a2}.feedback{border-radius:10px;margin:.9rem 0 0;padding:.75rem .85rem;font-weight:700}.feedback.is-success{color:#0d8a5d;background:#e8f8ef}.feedback.is-info{color:#8a5a14;background:#fff5de}.feedback.is-error{color:#bf2f2f;background:#ffe9e9}.links-box{color:#5e3f1e;background:#fff9ef;border:1px dashed #dbc29b;border-radius:12px;margin-top:1rem;padding:.75rem}.links-box h3{margin:0 0 .4rem;font-size:1.1rem}.links-box p{word-break:break-word;margin:.2rem 0;font-size:.95rem}.empty-state{text-align:center;color:#7e6340;padding:2rem 1rem}.empty-state h2{margin:0 0 .5rem}.empty-state p{margin:0}@media (width<=1300px){.page{grid-template-columns:var(--sidebar-width-lg) 1fr}.creative-hero{grid-template-columns:1fr}.creative-hero__content h2{font-size:1.65rem}.dashboard-page{height:auto}.hero h1{font-size:1.8rem}.hero p{font-size:1.1rem}.stats{grid-template-columns:repeat(3,minmax(120px,1fr))}.dashboard-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-highlight__right strong{font-size:2.2rem}}@media (width<=1024px){:root{--mobile-sidebar-width:min(90vw, 360px)}.page{grid-template-columns:1fr;height:auto;overflow:visible}.sidebar{width:var(--mobile-sidebar-width);z-index:130;height:100vh;padding:1rem 1rem 1.2rem;transition:transform .18s;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-12px 0 24px #0f090359}.sidebar.is-open{transform:translate(0)}.mobile-nav-toggle{z-index:140;cursor:pointer;background:#fff5e2;border:1px solid #d9b877;border-radius:10px;place-items:center;gap:4px;width:42px;height:42px;margin-bottom:.6rem;padding:8px 9px;transition:right .18s,background .18s,border-color .18s;display:inline-grid;position:fixed;top:12px;right:12px}.mobile-nav-toggle span{background:#5a3a17;border-radius:999px;width:100%;height:3px;transition:transform .18s,opacity .14s}.mobile-nav-toggle.is-open{right:calc(var(--mobile-sidebar-width) + 12px);background:#ffe6b7;border-color:#d5a458}.mobile-nav-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-nav-toggle.is-open span:nth-child(2){opacity:0}.mobile-nav-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav-backdrop{z-index:120;background:#20140b73;border:0;display:block;position:fixed;inset:0}.menu{gap:.5rem;padding-bottom:0;display:grid;overflow:visible}.menu__item{justify-content:flex-start;min-width:0;padding:.75rem .95rem;font-size:1.08rem}.content{height:auto;padding:3.9rem .85rem 1rem;overflow:visible}.creative-hero{border-radius:18px;grid-template-columns:1fr;padding:1.05rem}.creative-hero__content h2{font-size:1.45rem}.hero h1{font-size:1.65rem}.hero p{font-size:1.05rem}.stats{grid-template-columns:repeat(3,minmax(120px,1fr))}.order-form,.collection-request-form{grid-template-columns:1fr;gap:.75rem}.collection-live-stats,.order-form__service-row,.order-form__note-cost-row{grid-template-columns:1fr}.dashboard-highlight{min-height:190px}.dashboard-highlight__content{flex-direction:column;align-items:flex-end}.dashboard-highlight__content--visual{justify-content:center;align-items:center}.dashboard-highlight__center{text-align:right}.dashboard-actions{grid-template-columns:1fr}.order-form__full,.order-form__receiver-column{grid-column:1}.order-form__swap-row{grid-template-columns:1fr;gap:.75rem}.vehicle-types-options{grid-template-columns:1fr}.panel{padding:.8rem}table{min-width:640px}}@media (width<=900px){.content--dashboard{overflow:visible}.creative-hero{border-radius:16px;padding:1rem}.dashboard-summary{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding-bottom:0;position:static;top:auto}.dashboard-page{height:auto;display:block}.creative-hero__content h2{font-size:1.35rem}.hero__row{flex-direction:column;align-items:flex-start}.orders__header--actions{align-items:flex-start}.hero__project-select{min-width:100%}.creative-hero__content p{font-size:.93rem}.creative-hero__visual{grid-template-columns:1fr;min-height:0}.mock-card--tilt-left,.mock-card--tilt-right{transform:none}.stats{grid-template-columns:repeat(2,minmax(120px,1fr))}.orders{overflow-x:auto}.brand__mark{width:auto;height:auto}.brand__wordmark{font-size:1.75rem}.user-modal{padding:.65rem}.user-modal__panel{padding:.85rem}.user-modal__actions{flex-direction:column}}@media (width<=640px){.mobile-nav-toggle{width:40px;height:40px;top:10px;right:10px}.content{padding-top:3.65rem}.hero{margin:.9rem 0 .75rem}.hero h1{font-size:1.4rem}.hero p{font-size:.95rem}.menu__item{min-width:0;font-size:1rem}.brand__wordmark{font-size:1.55rem}.stats{grid-template-columns:1fr}.stat-card{min-height:120px}.orders__header{padding:.75rem;font-size:1.35rem}.orders__toolbar{justify-content:flex-start;width:100%}th,td{padding:.62rem;font-size:1rem}table{min-width:560px}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.creative-hero__chips span{padding:.3rem .6rem;font-size:.76rem}}
