:root{--ink:#30241e;--muted:#7b6b62;--cream:#fffaf1;--paper:#fffdf9;--sand:#f3e8d3;--orange:#c95622;--orange-dark:#8f3214;--gold:#e8a93f;--green:#45735a;--red:#b23b30;--line:#eadfce;--shadow:0 20px 60px rgba(83,50,28,.12);font-family:"Cairo",sans-serif;color:var(--ink);background:var(--cream);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink)}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.hidden{display:none!important}.site-header{height:88px;padding:0 clamp(20px,6vw,96px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:rgba(255,250,241,.92);backdrop-filter:blur(15px);z-index:20;border-bottom:1px solid rgba(234,223,206,.7)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:50% 50% 45% 45%;background:var(--orange);color:white;font:700 25px "Reem Kufi",sans-serif;box-shadow:inset 0 -4px rgba(0,0,0,.08)}.brand strong,.brand small{display:block}.brand strong{font:700 21px "Reem Kufi",sans-serif}.brand small{font-size:10px;color:var(--muted);margin-top:1px}.desktop-nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:600}.desktop-nav a:hover,.link-button:hover{color:var(--orange)}.link-button{border:0;background:none;color:inherit;font:inherit;padding:0}.cart-button{border:0;border-radius:24px;background:var(--ink);color:#fff;padding:10px 18px;display:flex;gap:12px;align-items:center}.cart-button b{background:var(--gold);color:var(--ink);width:24px;height:24px;display:grid;place-items:center;border-radius:50%;font-size:12px}.hero{min-height:620px;padding:60px clamp(20px,7vw,110px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;overflow:hidden;background:radial-gradient(circle at 82% 35%,#f8dfae 0 16%,transparent 43%),linear-gradient(135deg,#fffaf1 0%,#fff5e2 100%)}.hero-copy{max-width:610px;z-index:2}.eyebrow{color:var(--orange);font-size:13px;font-weight:800;letter-spacing:.04em;display:inline-flex;align-items:center;gap:8px}.eyebrow:before{content:"";width:25px;height:2px;background:var(--gold)}h1,h2,h3,p{margin-top:0}.hero h1{font:700 clamp(46px,6vw,82px)/1.2 "Reem Kufi",sans-serif;margin:18px 0 22px;letter-spacing:-.04em}.hero h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{max-width:540px;font-size:17px;line-height:2;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:35px}.primary-button{border:0;background:var(--orange);color:#fff;border-radius:14px;padding:15px 24px;font-weight:800;box-shadow:0 10px 25px rgba(201,86,34,.22);display:inline-flex;align-items:center;justify-content:center}.primary-button:hover{background:var(--orange-dark);transform:translateY(-1px)}.primary-button.wide{width:100%}.delivery-note{display:flex;align-items:center;gap:10px}.delivery-note>span:first-child{font-size:28px}.delivery-note b,.delivery-note small{display:block}.delivery-note small{color:var(--muted);font-size:11px}.hero-art{height:480px;position:relative;display:grid;place-items:center}.sun{position:absolute;width:360px;height:360px;border-radius:50%;background:#f4cc79;filter:blur(.2px)}.plate{position:relative;width:370px;height:210px;border-radius:50%;background:#fdf7ea;box-shadow:0 35px 50px rgba(89,50,22,.23),inset 0 -18px 30px #e6d5ba;transform:rotate(-4deg);z-index:1}.plate:after{content:"";position:absolute;inset:16px;border:2px solid #eadbc5;border-radius:50%}.pastry{position:absolute;font-size:92px;filter:drop-shadow(0 12px 8px rgba(67,36,17,.19));z-index:2}.pastry.p1{right:32px;top:38px;transform:rotate(12deg)}.pastry.p2{right:138px;top:14px;transform:rotate(-10deg)}.pastry.p3{left:25px;top:50px}.float-card{position:absolute;background:rgba(255,255,255,.92);border:1px solid #fff;border-radius:12px;padding:10px 16px;font-size:12px;font-weight:700;box-shadow:var(--shadow);z-index:3}.float-card.one{right:0;top:80px;transform:rotate(4deg)}.float-card.two{left:10px;bottom:65px;transform:rotate(-4deg)}.benefits{margin:-20px auto 0;max-width:1050px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);padding:22px}.benefits article{display:flex;justify-content:center;align-items:center;gap:14px;border-left:1px solid var(--line)}.benefits article:last-child{border:0}.benefits article>span{width:42px;height:42px;border-radius:50%;background:#f7ead4;color:var(--orange);display:grid;place-items:center;font-weight:800}.benefits b,.benefits small{display:block}.benefits b{font-size:13px}.benefits small{font-size:11px;color:var(--muted)}.products-section,.how-section{padding:100px clamp(20px,7vw,110px)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:42px}.section-heading h2{font:700 clamp(34px,4vw,52px) "Reem Kufi",sans-serif;margin:8px 0 0}.section-heading>p{max-width:360px;color:var(--muted);font-size:14px}.section-heading.centered{text-align:center;display:block}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-visual{height:180px;background:linear-gradient(145deg,#f9ebd2,#f1d39c);display:grid;place-items:center;position:relative}.product-visual>span{font-size:84px;filter:drop-shadow(0 12px 10px rgba(88,47,22,.16))}.stock-badge{position:absolute;top:14px;right:14px;background:rgba(255,255,255,.9);padding:6px 10px;border-radius:10px;font-size:10px;font-weight:700}.stock-badge.low{color:var(--red)}.product-body{padding:20px}.product-body h3{font-size:17px;margin-bottom:7px}.product-body p{font-size:12px;line-height:1.8;color:var(--muted);min-height:44px}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.price{font-size:19px;color:var(--orange);font-weight:800}.add-button{width:40px;height:40px;border:0;background:var(--ink);color:#fff;border-radius:12px;font-size:22px}.add-button:hover{background:var(--orange)}.how-section{background:var(--sand)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:950px;margin:auto}.steps article{text-align:center;position:relative}.steps article>b{position:absolute;right:calc(50% - 50px);top:-6px;background:var(--orange);color:#fff;width:24px;height:24px;border-radius:50%;font-size:11px;display:grid;place-items:center}.steps article>span{font-size:48px;width:100px;height:100px;display:grid;place-items:center;background:var(--paper);border-radius:50%;margin:0 auto 18px;box-shadow:0 10px 30px rgba(83,50,28,.08)}.steps h3{margin-bottom:5px}.steps p{color:var(--muted);font-size:13px}footer{padding:35px clamp(20px,7vw,110px);background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between}footer .brand small,footer p{color:#cbbdb3}footer p{margin:0;font-size:13px}.drawer{position:fixed;inset:0;z-index:50;pointer-events:none}.drawer.open{pointer-events:auto}.drawer-backdrop{position:absolute;inset:0;background:rgba(32,23,18,.55);opacity:0;transition:.3s}.drawer-panel{position:absolute;top:0;bottom:0;left:0;width:min(430px,100%);background:var(--paper);transform:translateX(-100%);transition:.3s;display:flex;flex-direction:column}.drawer.open .drawer-backdrop{opacity:1}.drawer.open .drawer-panel{transform:none}.drawer-panel header{padding:24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.drawer-panel h2{margin:2px 0}.drawer-panel small{color:var(--muted)}.icon-button{border:0;background:#f3ece3;width:38px;height:38px;border-radius:50%;font-size:24px;color:var(--ink)}.cart-items{padding:20px;overflow:auto;flex:1}.empty-state{text-align:center;padding:70px 20px;color:var(--muted)}.empty-state span{font-size:55px;display:block;margin-bottom:15px}.cart-item{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item-emoji{width:58px;height:58px;background:var(--sand);border-radius:14px;display:grid;place-items:center;font-size:29px}.cart-item h4{margin:0 0 4px;font-size:13px}.cart-item small{color:var(--orange);font-weight:700}.quantity{display:flex;align-items:center;gap:9px}.quantity button{width:26px;height:26px;border:1px solid var(--line);background:white;border-radius:8px}.quantity span{font-size:12px}.cart-summary{padding:20px;border-top:1px solid var(--line);background:#fffaf4}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:5px}.cart-summary>small{display:block;margin-bottom:16px}.modal{border:0;border-radius:24px;padding:30px;width:min(620px,calc(100% - 24px));max-height:90vh;overflow:auto;box-shadow:var(--shadow);background:var(--paper);color:var(--ink)}.modal::backdrop{background:rgba(32,23,18,.62);backdrop-filter:blur(3px)}.modal-close{position:absolute;left:20px;top:20px}.modal-heading{text-align:center;margin-bottom:25px}.modal-heading h2{font:700 31px "Reem Kufi",sans-serif;margin:8px 0}.modal-heading p{color:var(--muted);font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid .full{grid-column:1/-1}label>span,fieldset legend{display:block;font-size:12px;font-weight:700;margin-bottom:7px}.modal input,.modal select,.dashboard input,.dashboard select{width:100%;border:1px solid var(--line);background:#fffaf4;border-radius:12px;padding:12px 14px;outline:none}.modal input:focus,.dashboard input:focus,.dashboard select:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(201,86,34,.1)}.input-suffix{position:relative}.input-suffix i{position:absolute;left:14px;top:11px;font-size:12px;color:var(--muted);font-style:normal}.delivery-preview{background:var(--sand);border-radius:12px;padding:10px 14px}.delivery-preview small,.delivery-preview b{display:block}.delivery-preview b{color:var(--orange);font-size:18px}fieldset{border:0;padding:20px 0 10px;margin:0}fieldset legend{margin-bottom:10px}.payment-option{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:13px;padding:12px;margin-bottom:9px;cursor:pointer}.payment-option:has(input:checked){border-color:var(--orange);background:#fff5e9}.payment-option input{width:auto}.payment-option>span{font-size:24px}.payment-option b,.payment-option small{display:block}.payment-option b{font-size:13px}.payment-option small{font-size:10px;color:var(--muted)}.checkout-total{display:flex;justify-content:space-between;align-items:center;padding:15px 0;font-size:15px}.checkout-total b{font-size:22px;color:var(--orange)}.login-modal{max-width:400px}.login-modal form{display:grid;gap:15px}.login-modal .brand-mark{margin:auto}.demo-hint{text-align:center;color:var(--muted)}.success-modal{max-width:400px;text-align:center}.success-icon{width:75px;height:75px;border-radius:50%;display:grid;place-items:center;background:#e6f3e9;color:var(--green);font-size:40px;margin:0 auto 18px}.success-modal p{color:var(--muted)}.order-number{padding:13px;background:var(--sand);border-radius:12px;font-weight:800;margin:20px 0}.toast{position:fixed;top:105px;left:50%;transform:translate(-50%,-20px);padding:12px 18px;border-radius:12px;background:var(--ink);color:white;z-index:100;opacity:0;pointer-events:none;transition:.25s;font-size:13px;box-shadow:var(--shadow)}.toast.show{opacity:1;transform:translate(-50%,0)}.toast.error{background:var(--red)}.loading{text-align:center;grid-column:1/-1;padding:50px;color:var(--muted)}
.dashboard{min-height:100vh;background:#f5f0e8;display:grid;grid-template-columns:245px 1fr}.dashboard-sidebar{position:sticky;top:0;height:100vh;background:var(--ink);color:#fff;padding:28px 18px;display:flex;flex-direction:column}.dashboard-brand{padding:0 8px 28px;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-brand small{color:#bdaea4}.dashboard-sidebar nav{display:grid;gap:6px;margin-top:28px}.dashboard-sidebar nav button{border:0;background:transparent;color:#cfc2ba;text-align:right;padding:12px 14px;border-radius:10px;font-weight:600}.dashboard-sidebar nav button.active,.dashboard-sidebar nav button:hover{background:rgba(255,255,255,.1);color:#fff}.logout-button{margin-top:auto;border:1px solid rgba(255,255,255,.15);background:transparent;color:#fff;border-radius:10px;padding:11px}.dashboard-main{min-width:0}.dashboard-header{height:90px;background:#fff;border-bottom:1px solid var(--line);padding:0 32px;display:flex;align-items:center;justify-content:space-between}.dashboard-header h2{margin:2px 0;font-size:20px}.dashboard-header small{color:var(--muted)}.dashboard-header .mobile-menu{display:none}.availability{display:flex;align-items:center;gap:12px;font-size:12px}.switch input{display:none}.switch>span{display:block;width:48px;height:26px;border-radius:20px;background:#ccbfb5;position:relative;transition:.2s}.switch>span:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:white;top:3px;right:3px;transition:.2s}.switch input:checked+span{background:var(--green)}.switch input:checked+span:before{right:25px}.dashboard-main>#dashboardContent{padding:30px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:25px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.stat-card small,.stat-card b{display:block}.stat-card small{color:var(--muted)}.stat-card b{font-size:28px;margin-top:8px}.stat-card.orange{background:var(--orange);color:white}.stat-card.orange small{color:#ffe9df}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;margin-bottom:20px}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-header h3{margin:0}.filter-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:5px}.filter-tabs button{white-space:nowrap;border:1px solid var(--line);background:white;border-radius:20px;padding:7px 12px;font-size:11px}.filter-tabs button.active{background:var(--ink);color:#fff}.orders-list{display:grid;gap:12px}.order-card{border:1px solid var(--line);border-radius:14px;padding:16px;display:grid;grid-template-columns:1.2fr 1fr auto;align-items:center;gap:15px}.order-id{font-weight:800}.order-card small{color:var(--muted);display:block}.status{display:inline-block;padding:5px 9px;border-radius:12px;background:#f3ece3;color:var(--muted);font-size:10px;font-weight:700}.status.delivered{background:#e5f2e8;color:var(--green)}.status.cancelled{background:#f8e5e3;color:var(--red)}.status.out_for_delivery{background:#fff1d7;color:#90611b}.order-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.small-button{border:0;border-radius:9px;padding:8px 10px;font-size:10px;font-weight:700;background:var(--ink);color:#fff}.small-button.secondary{background:#f1e9df;color:var(--ink)}.small-button.danger{background:#f8e5e3;color:var(--red)}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:600px}.data-table th,.data-table td{padding:12px;text-align:right;border-bottom:1px solid var(--line);font-size:12px}.data-table th{color:var(--muted);font-weight:600}.stock-input{width:85px!important;padding:7px!important}.employee-form{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:10px;align-items:end}.employee-form label>span{margin-bottom:5px}.empty-dashboard{text-align:center;padding:50px;color:var(--muted)}
@media(max-width:900px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding-top:40px}.hero-copy{text-align:center;margin:auto}.hero-copy>p{margin-inline:auto}.hero-actions{justify-content:center}.hero-art{height:390px}.benefits{margin:0 20px}.products-grid{grid-template-columns:repeat(2,1fr)}.dashboard{grid-template-columns:1fr}.dashboard-sidebar{position:fixed;z-index:40;right:0;width:245px;transform:translateX(100%);transition:.25s}.dashboard-sidebar.open{transform:none}.dashboard-header .mobile-menu{display:block;border:0;background:var(--sand);width:40px;height:40px;border-radius:10px}.stats-grid{grid-template-columns:repeat(2,1fr)}.employee-form{grid-template-columns:1fr 1fr}.employee-form button{align-self:end}}
@media(max-width:600px){.site-header{height:72px;padding:0 14px}.site-header .brand small{display:none}.brand-mark{width:40px;height:40px}.cart-button span{display:none}.hero{padding:48px 18px;min-height:auto}.hero h1{font-size:45px}.hero-copy>p{font-size:14px}.hero-actions{flex-direction:column}.hero-art{height:300px}.sun{width:260px;height:260px}.plate{width:285px;height:160px}.pastry{font-size:66px}.pastry.p2{right:105px}.benefits{grid-template-columns:1fr;margin:0;border-radius:0;padding:15px 24px}.benefits article{border-left:0;border-bottom:1px solid var(--line);justify-content:flex-start;padding:10px}.products-section,.how-section{padding:70px 16px}.section-heading{display:block}.products-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:125px 1fr}.product-visual{height:auto}.product-visual>span{font-size:56px}.product-body{padding:16px}.steps{grid-template-columns:1fr;gap:35px}footer{flex-direction:column;gap:20px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.modal{padding:24px 18px}.dashboard-main>#dashboardContent{padding:16px}.dashboard-header{padding:0 16px}.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:14px}.stat-card b{font-size:22px}.order-card{grid-template-columns:1fr}.order-actions{justify-content:flex-start}.employee-form{grid-template-columns:1fr}}

