@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";html,body,#root{height:100%;width:100%;font-family:Inter,sans-serif}.app{display:flex;position:relative;min-height:100vh;width:100%;align-items:stretch}.content{flex:1;min-width:0;width:100%;overflow-y:auto}body.app-modal-open .app{filter:blur(6px);transition:filter .15s ease}body.app-modal-open [role=presentation],body.app-modal-open .MuiModal-root,body.app-modal-open .JoyModal-root{filter:none!important}.container{height:100dvh;max-width:100dvw;margin:0 auto;padding:2rem 10rem;overflow:auto}.header{margin-bottom:3rem}.header h1{font-size:2rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.header p{color:#64748b;font-size:1rem}.category{margin-bottom:3rem}.category-header{display:flex;align-items:center;margin-bottom:1.5rem}.category-icon{width:24px;height:24px;margin-right:12px;opacity:.7}.category-title{font-size:1.125rem;font-weight:600;color:#374151}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s ease}.product-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000001a}.product-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.product-info{flex:1}.product-title{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.product-description{color:#64748b;font-size:.875rem;margin-bottom:1.5rem;line-height:1.5}.product-status{display:flex;align-items:center;margin-bottom:1rem;font-size:.875rem;color:#64748b}.status-dot{width:8px;height:8px;border-radius:50%;background-color:#10b981;margin-right:8px}.product-button{width:100%;background-color:#3b82f6;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-button:hover{background-color:#2563eb}.product-button:active{transform:translateY(1px)}.button-icon{width:16px;height:16px}.search-container{margin-bottom:2rem;position:relative}.search-input{width:100%;max-width:400px;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background-color:#fff}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#9ca3af}@media (max-width: 768px){.container{padding:1rem}.products-grid{grid-template-columns:1fr}.header h1{font-size:1.5rem}}
