@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#fff;color:#111827}a{text-decoration:none;color:inherit}.navbar{width:100%;padding:8px 7%;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;border-bottom:1px solid #eeeeee;position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100}.logo{font-size:25px;font-weight:800}.brand{display:inline-flex;align-items:center;justify-content:flex-start;justify-self:start;flex-shrink:0}.brand-logo{width:190px;height:72px;object-fit:contain;display:block}.navbar-controls{display:contents}.navbar-controls nav{grid-column:2;justify-self:center}.navbar-controls>.header-actions{grid-column:3;justify-self:end}.menu-toggle,.mobile-language{display:none}.navbar nav{display:flex;gap:35px}.navbar nav a{color:#555;font-size:15px}.cart-button,.add-button{border:none;background:#111827;color:#fff;padding:11px 18px;border-radius:8px;cursor:pointer}.hero{max-width:1400px;margin:auto;min-height:620px;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:70px 7%;gap:70px}.hero-small,.about-label{font-size:13px;letter-spacing:3px;font-weight:700;margin-bottom:20px;color:#777}.hero h1{font-size:clamp(50px,7vw,88px);line-height:.98;letter-spacing:-4px}.hero h1 span{color:#777}.hero-description{color:#666;line-height:1.7;max-width:520px;margin:30px 0 35px;font-size:17px}.shop-button{display:inline-block;background:#ff4d8d;color:#fff;padding:15px 28px;border-radius:8px;font-weight:600}.hero-image img{width:100%;height:520px;object-fit:cover;border-radius:20px}.products-section{padding:90px 7%;max-width:1400px;margin:auto}.section-heading{margin-bottom:40px}.section-heading p{color:#777;font-size:12px;letter-spacing:2px;font-weight:700;margin-bottom:8px}.section-heading h2{font-size:36px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.product-card{border:1px solid #ebebeb;border-radius:15px;overflow:hidden;background:#fff;transition:all .25s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px #00000014}.product-link,.product-title-link{display:block;width:100%;border:0;background:transparent;color:inherit;text-align:inherit;cursor:pointer}.product-title-link h3:hover{color:#d92d68}.image-container{height:300px;overflow:hidden;background:#f5f5f5}.image-container img{width:100%;height:100%;object-fit:cover}.product-info{padding:20px}.product-info h3{margin-bottom:16px}.product-description{color:#667085;font-size:14px;line-height:1.55;margin:-6px 0 16px}.product-bottom{display:flex;justify-content:space-between;align-items:center}.product-bottom span{font-size:18px;font-weight:700}.product-detail-page{max-width:1280px;min-height:calc(100vh - 88px);margin:0 auto;padding:48px 7% 80px}.detail-back{border:0;background:transparent;color:#475467;font-size:15px;font-weight:600;cursor:pointer;margin-bottom:28px}.product-detail{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:56px;align-items:start}.detail-main-image{width:100%;height:min(620px,65vh);object-fit:contain;border-radius:18px;background:#f6f7f9}.detail-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.detail-thumbnails button{border:2px solid transparent;border-radius:10px;padding:3px;background:#fff;cursor:pointer}.detail-thumbnails button.active{border-color:#ff4d8d}.detail-thumbnails img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;display:block}.detail-copy{padding-top:24px}.detail-copy h1{font-size:clamp(34px,5vw,58px);line-height:1.05;letter-spacing:-2px}.detail-price{margin:24px 0;font-size:26px;font-weight:700}.detail-description{color:#5d6675;line-height:1.8;white-space:pre-wrap}.detail-actions{display:flex;gap:12px;margin-top:32px}.about-section{padding:90px 7%;background:#f6f6f6;text-align:center}.about-section h2{font-size:42px}footer{padding:35px 7%;display:flex;justify-content:space-between;border-top:1px solid #eee}.footer-logo{font-weight:800;font-size:22px}@media(max-width:900px){.hero{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr;gap:24px}.detail-main-image{height:min(520px,58vh)}}@media(max-width:600px){.products-grid{grid-template-columns:1fr}.hero{padding-top:40px}.hero-image img{height:350px}footer{flex-direction:column;gap:10px}}.cart-dialog{margin:auto;width:min(640px,calc(100% - 32px));max-height:85vh;overflow-y:auto;padding:24px;border:1px solid #ebebeb;border-radius:16px;color:#111827}.cart-dialog::backdrop{background:#11182780}.cart-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.cart-empty{padding:32px 0;line-height:1.6;color:#555}.cart-items{list-style:none;margin-top:24px}.cart-item{display:flex;align-items:center;gap:16px;padding:20px 0;border-bottom:1px solid #eee;flex-wrap:wrap}.cart-item img{width:64px;height:64px;object-fit:cover;border-radius:8px}.cart-item-details{flex:1;min-width:160px}.cart-item h3{font-size:16px;margin-bottom:6px}.cart-item p{color:#666;font-size:14px}.cart-quantity{display:flex;align-items:center;gap:12px;margin-top:12px}.cart-quantity button{background:#f6f6f6;border:1px solid #ddd;border-radius:6px;padding:8px 12px;cursor:pointer;color:#111827}.cart-total{margin-top:24px;text-align:end;font-size:20px;font-weight:700}button:focus-visible{outline:3px solid #6366f1;outline-offset:3px}.shop-button:hover{background:#ff75a9}.header-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.language-selector{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 10px;border:1px solid #e5e7eb;border-radius:9px;background:#fff}.language-selector select{border:0;outline:0;background:transparent;color:#344054;font:inherit;font-size:13px;font-weight:600;cursor:pointer}button{font-family:inherit}.product-bottom{gap:12px;flex-wrap:wrap}[dir=rtl] .hero h1{letter-spacing:normal;line-height:1.25}[dir=rtl] .hero-small,[dir=rtl] .about-label,[dir=rtl] .section-heading p,[dir=rtl] .admin-eyebrow{letter-spacing:normal}@media(max-width:600px){.app>.navbar{padding:7px 14px;grid-template-columns:44px minmax(0,1fr) auto;gap:8px}.app>.navbar .menu-toggle{display:grid;place-items:center;width:42px;height:42px;border:1px solid #e5e7eb;border-radius:9px;background:#fff;font-size:20px;cursor:pointer}.app>.navbar .brand{grid-column:2;justify-self:center}.app>.navbar .brand-logo{width:218px;height:84px;max-width:58vw}.app>.navbar .navbar-controls>nav{display:none;grid-column:1 / -1;grid-row:2;width:100%;padding:12px 0 6px;border-top:1px solid #eee;flex-direction:column;align-items:stretch;gap:2px}.app>.navbar .navbar-controls.menu-open>nav{display:flex}.app>.navbar nav a{padding:12px;text-align:center;border-radius:8px}.app>.navbar nav a:hover{background:#f7f8fa}.app>.navbar .mobile-language{display:flex;justify-content:center;padding-top:8px}.app>.navbar .desktop-language{display:none}.app>.navbar .navbar-controls>.header-actions{grid-column:3;justify-self:end;width:auto}.app>.navbar .cart-button{padding:10px 12px}.hero{gap:36px}}.admin-page{min-height:100vh;background:#f6f7f9}.admin-login{max-width:460px;margin:70px auto;padding:36px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.admin-eyebrow{color:#777;font-size:12px;font-weight:700;letter-spacing:2px;margin-bottom:12px}.admin-muted{color:#667085;font-size:14px;line-height:1.6}.admin-login h1,.admin-workspace h1{margin-bottom:10px;letter-spacing:-1px}.admin-form{margin-top:24px;display:grid;gap:20px}.admin-form fieldset{border:0;min-width:0;display:grid;gap:20px}.admin-form label,.admin-search{display:grid;gap:8px;font-size:14px;font-weight:500}.admin-page input{width:100%;padding:12px;border:1px solid #d0d5dd;border-radius:8px;font:inherit;background:#fff}.admin-page textarea{width:100%;padding:12px;border:1px solid #d0d5dd;border-radius:8px;font:inherit;background:#fff;resize:vertical}.admin-page input:focus-visible,.admin-page a:focus-visible{outline:3px solid #6366f1;outline-offset:2px}.admin-page button{font:inherit;font-size:14px}.admin-page button:disabled{opacity:.55;cursor:wait}.admin-error,.admin-success{padding:14px;border-radius:8px;line-height:1.5;font-size:14px;overflow-wrap:anywhere}.admin-error{color:#991b1b;background:#fef2f2}.admin-success{color:#166534;background:#dcfce7}.admin-workspace{max-width:1280px;margin:auto;padding:48px 5%;display:grid;gap:24px}.admin-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-columns{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:start}.admin-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;min-width:0}.admin-panel h2{font-size:20px}.admin-secondary{border:1px solid #d0d5dd;background:#fff;color:#344054;padding:10px 14px;border-radius:8px;cursor:pointer;white-space:nowrap}.admin-search{margin:24px 0 8px}.admin-products{list-style:none}.admin-products li{display:flex;align-items:center;gap:14px;padding:20px 0;border-bottom:1px solid #eee}.admin-products li:last-child{border-bottom:0}.admin-products img{width:58px;height:64px;object-fit:cover;border-radius:8px;background:#f5f5f5}.admin-products li div{flex:1;min-width:0;overflow-wrap:anywhere}.admin-products h3{font-size:15px;margin-bottom:6px}.admin-products p{font-size:14px;color:#667085}.admin-products .admin-product-description{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:320px;margin-bottom:5px;font-size:12px}.admin-product-actions{display:flex;gap:8px;align-items:center}.admin-delete{border:1px solid #b42318;border-radius:8px;background:#d92d20;color:#fff;padding:10px 14px;cursor:pointer;white-space:nowrap}.admin-delete:hover{background:#b42318}.admin-preview{width:100%;height:180px;object-fit:contain;background:#f6f7f9;border-radius:8px}.admin-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-image-grid figure{position:relative;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.admin-image-grid .admin-preview{height:130px;border-radius:0;display:block}.admin-remove-image{width:100%;border:0;background:#f2f4f7;color:#b42318;padding:8px;cursor:pointer}.confirm-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#11182785}.confirm-window{width:min(420px,100%);border-radius:16px;background:#fff;padding:26px;box-shadow:0 24px 64px #0000003d}.confirm-window h2{margin-bottom:12px;font-size:22px}.confirm-window p{color:#667085;line-height:1.6}.confirm-window .admin-actions{justify-content:flex-end;margin-top:24px}.image-upload-field{display:grid;gap:8px;font-size:14px;font-weight:500}.visually-hidden{position:absolute!important;width:1px!important;height:1px;padding:0!important;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0!important}.image-picker-row{display:flex;align-items:center;gap:12px;min-height:48px;padding:7px;border:1px solid #d0d5dd;border-radius:8px;background:#fff}.image-picker-button{border:0;border-radius:7px;background:#111827;color:#fff;padding:10px 14px;cursor:pointer;white-space:nowrap}.admin-actions{display:flex;gap:12px}.admin-account>.admin-muted{margin-top:8px;max-width:680px}.admin-account .admin-form{max-width:540px}@media(max-width:800px){.admin-columns{grid-template-columns:1fr}}@media(max-width:500px){.admin-login{margin:32px 16px;padding:24px}.admin-panel{padding:18px}.admin-workspace{padding:32px 16px}}.shop-button:focus-visible{outline:3px solid #ff4d8d;outline-offset:4px}.cart-quantity{border:0;flex-wrap:wrap}button:disabled{opacity:.55;cursor:not-allowed}button.shop-button{border:0;cursor:pointer;font:inherit}.purchase-request{border-top:1px solid #eee;margin-top:24px;padding-top:24px}.purchase-request h3{margin-bottom:10px}.purchase-request>p{margin-bottom:14px}.request-form,.request-form fieldset{display:grid;gap:16px}.request-form{margin:20px 0}.request-form fieldset{border:0;min-width:0}.request-form label{display:grid;gap:8px;font-size:14px;font-weight:500}.request-form input:not([type=checkbox]),.request-form textarea{width:100%;padding:12px;border:1px solid #d0d5dd;border-radius:8px;font:inherit;background:#fff;color:#111827}.request-form textarea{resize:vertical}.request-form input:focus-visible,.request-form textarea:focus-visible{outline:3px solid #ff4d8d;outline-offset:2px}.request-form .request-consent{display:flex;align-items:flex-start;gap:10px;font-weight:400;line-height:1.5}.request-consent input{margin-top:4px}.request-success{margin-top:24px}.request-success p{margin-top:8px}.admin-actions{flex-wrap:wrap}.order-filters{display:flex;gap:10px;margin:24px 0}.order-filters [aria-pressed=true]{background:#111827;color:#fff}.order-columns{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}.order-table-wrap{max-width:100%;max-height:350px;overflow:auto;border:1px solid #e5e7eb;border-radius:12px;scrollbar-gutter:stable}.order-table{width:100%;min-width:640px;table-layout:fixed;border-collapse:collapse;text-align:start;font-size:13px}.order-table th{position:sticky;top:0;z-index:1;padding:12px 14px;color:#667085;background:#f8f9fb;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:start;white-space:nowrap}.order-table td{padding:14px;border-top:1px solid #eef0f3;vertical-align:middle;overflow-wrap:anywhere}.order-table th:nth-child(1){width:14%}.order-table th:nth-child(2){width:18%}.order-table th:nth-child(3){width:23%}.order-table th:nth-child(4){width:16%}.order-table th:nth-child(5){width:15%}.order-table th:nth-child(6){width:14%}.order-table td:nth-child(2),.order-table td:nth-child(6){white-space:nowrap}.order-table tbody tr{height:61px}.order-table tbody tr{cursor:pointer;transition:background .15s}.order-table tbody tr:hover{background:#fff8fb}.order-table tbody tr.selected{background:#fff0f6;box-shadow:inset 3px 0 #ff4d8d}.table-view-button{border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#344054;padding:7px 10px;cursor:pointer}.order-list{list-style:none;display:grid;gap:12px}.order-card{display:grid;gap:12px;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;text-align:start;color:#111827;cursor:pointer}.order-card[aria-pressed=true]{border-color:#ff4d8d;background:#fff5f9}.order-card-heading{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px}.order-status{display:inline-block;font-size:12px;border-radius:20px;background:#f2f4f7;padding:4px 10px}.status-new{background:#fff0f6;color:#a51d50}.status-in_progress{background:#eef2ff;color:#3730a3}.status-completed{background:#dcfce7;color:#166534}.order-details{display:grid;gap:16px;padding:24px;border:1px solid #eee;border-radius:12px;min-width:0;scroll-margin-top:24px}.order-details>.order-status{justify-self:start}.order-details a{text-decoration:underline;text-underline-offset:3px}.order-description{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6}.order-line-items{list-style:none;display:grid;gap:12px}.order-line-items li{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}@media(max-width:800px){.order-columns{grid-template-columns:1fr}}.admin-authenticated>.navbar{position:static;padding:20px 32px}.admin-shell{display:grid;grid-template-columns:252px minmax(0,1fr);min-height:calc(100vh - 83px)}.admin-sidebar{background:#fff;border-right:1px solid #e8e9ed;padding:30px 18px 22px;display:flex;flex-direction:column;gap:22px;position:sticky;top:0;height:calc(100vh + -0px);max-height:900px}.sidebar-eyebrow{font-size:10px;font-weight:700;color:#89909d;letter-spacing:1.5px;padding-inline:14px}.admin-navigation{display:grid;gap:7px}.admin-navigation button{display:flex;align-items:center;gap:12px;padding:14px;border:0;border-radius:10px;color:#5b6473;background:transparent;text-align:start;line-height:1.4;cursor:pointer}.admin-navigation button svg{width:20px;height:20px;flex-shrink:0}.admin-navigation button:hover{background:#f7f8fa;color:#111827}.admin-navigation button[aria-current=page]{background:#fff0f6;color:#bd245b;font-weight:600}.sidebar-account{border-top:1px solid #eef0f3;padding:22px 10px 0;margin-top:auto;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px}.sidebar-account>div{min-width:0;overflow-wrap:anywhere}.sidebar-account .admin-muted{font-size:11px}.sidebar-account strong{font-size:13px}.sidebar-account button{grid-column:1 / -1;margin-top:6px}.admin-avatar{width:36px;height:36px;display:grid;place-items:center;background:#f2f4f7;border-radius:50%;font-size:14px;font-weight:700}.admin-shell .admin-workspace{width:100%;max-width:1440px;padding:40px;margin:0 auto;align-content:start;gap:28px}.admin-shell .admin-workspace>.admin-heading h1{font-size:32px;font-weight:700;margin-bottom:8px}.admin-shell .admin-eyebrow{font-size:10px;letter-spacing:1.6px;color:#8b929f}.admin-shell .admin-panel{box-shadow:0 2px 5px #11182705}.orders-toolbar{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid #eef0f3;flex-wrap:wrap}.orders-toolbar h2{display:flex;align-items:center;gap:10px;font-size:17px}.order-count{display:inline-grid;place-items:center;min-width:25px;height:25px;border-radius:6px;background:#f2f4f7;color:#667085;font-size:12px}.orders-empty{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px}.orders-empty>span{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#fff0f6;color:#bd245b;font-size:24px}.orders-empty h3{font-size:18px;font-weight:600}.order-details-placeholder{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:28px;background:#fafbfc;border:1px dashed #e1e5eb;border-radius:12px;text-align:center}.order-details-placeholder h3{font-size:16px}.admin-shell .order-card{transition:background .15s,border-color .15s}.admin-shell .order-card:hover{border-color:#ffb4d0}.admin-shell .order-card>span:last-child{color:#667085;font-size:12px}.admin-shell .admin-account{max-width:800px}.admin-shell .admin-account .admin-form{max-width:none}[dir=rtl] .sidebar-eyebrow{letter-spacing:normal}@media(max-width:1100px){.admin-shell{grid-template-columns:220px minmax(0,1fr)}.admin-shell .admin-workspace{padding:28px}.admin-shell .admin-columns,.admin-shell .order-columns{grid-template-columns:1fr}}@media(max-width:700px){.admin-page>.navbar{padding:10px 16px 14px;grid-template-columns:1fr;justify-items:center}.admin-page>.navbar .brand{grid-column:1;justify-self:center}.admin-page>.navbar .brand-logo{width:240px;height:90px;max-width:76vw}.admin-page>.navbar .navbar-controls>.header-actions{grid-column:1;justify-self:center;justify-content:center}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto;max-height:none;padding:16px;border-right:0;border-bottom:1px solid #e8e9ed;gap:12px}.admin-navigation{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.admin-navigation button{padding:12px;font-size:12px;gap:8px}.sidebar-account{margin-top:0;padding:12px 8px 0;grid-template-columns:30px minmax(0,1fr) auto;gap:10px}.sidebar-account button{grid-column:auto;margin-top:0;font-size:12px}.admin-shell .admin-workspace{padding:26px 16px;gap:20px}.admin-shell .admin-workspace>.admin-heading h1{font-size:27px}.orders-empty{min-height:240px;padding:16px}}
