@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap");:root{--background:#fbfbfa;--foreground:#1c1917;--accent:#d9631d;--accent-light:#fbeee6;--card-bg:#fff;--card-border:#eee9e4;--input-bg:#f5f2ee;--input-border:#dcd6ce;--text-muted:#78716c;--text-light:#44403c;--header-bg:hsla(60,11%,98%,.72);--shadow-sm:0 2px 8px rgba(28,25,23,.04);--shadow-md:0 10px 30px rgba(28,25,23,.06);--shadow-lg:0 20px 40px rgba(28,25,23,.1)}*{box-sizing:border-box;padding:0;margin:0}body,html{width:100%;max-width:100%;overflow-x:hidden;touch-action:manipulation;min-height:100%;background:var(--background);color:var(--foreground);font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f5f2ee}::-webkit-scrollbar-thumb{background:rgba(217,99,29,.15);border-radius:99px;border:2px solid #f5f2ee}::-webkit-scrollbar-thumb:hover{background:rgba(217,99,29,.4)}.no-scrollbar::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.no-scrollbar{-ms-overflow-style:none!important;scrollbar-width:none!important}a{color:inherit;text-decoration:none}.toast-container{position:fixed;top:90px;right:24px;z-index:999999;display:flex;flex-direction:column;gap:10px;max-width:380px;width:calc(100vw - 48px);pointer-events:none}.toast-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:hsla(0,0%,100%,.88);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.6);border-radius:14px;box-shadow:0 10px 30px rgba(28,25,23,.08),inset 0 1px 1px hsla(0,0%,100%,.3);pointer-events:auto;animation:toast-slide-in .4s cubic-bezier(.16,1,.3,1) forwards;transition:all .3s ease}@keyframes toast-slide-in{0%{transform:translateY(-20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.toast-icon-success{background:#10b981}.toast-icon-info,.toast-icon-success{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border-radius:50%;color:#fff;padding:4px}.toast-icon-info{background:var(--accent)}.toast-thumb{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#f5f2ee;border:1px solid var(--card-border);flex-shrink:0}.toast-content{flex-grow:1;font-size:13px;line-height:1.4;color:var(--foreground);font-weight:500}.toast-action{font-size:12px;font-weight:700;color:var(--accent);cursor:pointer;white-space:nowrap;flex-shrink:0;padding:6px 10px;border-radius:8px;background:var(--accent-light);transition:all .2s;border:none}.toast-action:hover{background:var(--accent);color:#fff}.toast-close{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.toast-close:hover{background:rgba(0,0,0,.05);color:var(--foreground)}@media (max-width:768px){.toast-container{top:auto;bottom:24px;right:16px;left:16px;width:auto;max-width:none}}@keyframes cart-bounce{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.cart-pulse{animation:cart-bounce .4s cubic-bezier(.175,.885,.32,1.275)}@media (max-width:1024px){input,select,textarea{font-size:16px!important}}