.Products_container__Lh2uh{max-width:1200px;margin:auto}.Products_header__DI_Qz{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.Products_title__TohaX{font-size:2rem;color:#000;margin:0}.Products_addButton__Q4uqH{background:#0070f3;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.Products_addButton__Q4uqH:hover{background:#005bb5}.Products_addButton__Q4uqH:disabled{background:#ccc;cursor:not-allowed}.Products_loginButton__wWkG9{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.Products_loginButton__wWkG9:hover{background:#218838}.Products_logoutButton__i_Ckp{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:background .2s;margin-left:1rem}.Products_logoutButton__i_Ckp:hover{background:#c82333}.Products_productsGrid__PsWXr{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.Products_productCard__rGPhb{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.05);border:1px solid #e5e5e5;transition:transform .2s,box-shadow .2s;cursor:pointer}.Products_productCard__rGPhb:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.1)}.Products_productImage__EZ7M2{position:relative;width:100%;height:250px;border-radius:8px;overflow:hidden;margin-bottom:1rem;background:#f5f5f5}.Products_productImage__EZ7M2 img{width:100%;height:100%;object-fit:cover}.Products_noImage__iYkSL{width:100%;height:250px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;color:#999;margin-bottom:1rem}.Products_productName__qmet_{font-size:1.5rem;color:#000;margin:0 0 .5rem}.Products_productDescription__zGshR{color:#666;margin:.5rem 0;line-height:1.6}.Products_productPrice__IOMZP{font-size:1.25rem;color:#0070f3;font-weight:700;margin:1rem 0 0}.Products_modal__3Wsp_{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.Products_modalContent__ECI3_{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.Products_modalHeader__Ze0xS{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.Products_modalTitle__kW9Un{font-size:1.5rem;color:#000;margin:0}.Products_closeButton__YG_ce{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.Products_closeButton__YG_ce:hover{color:#000}.Products_form__ZjBEy{gap:1rem}.Products_formGroup__lIcO8,.Products_form__ZjBEy{display:flex;flex-direction:column}.Products_label__J0bXw{font-weight:500;margin-bottom:.5rem;color:#333}.Products_input__V7loi,.Products_textarea__xMRp2{padding:.75rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;font-family:inherit}.Products_input__V7loi:focus,.Products_textarea__xMRp2:focus{outline:none;border-color:#0070f3}.Products_textarea__xMRp2{min-height:100px;resize:vertical}.Products_submitButton__7mhPX{background:#0070f3;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s;margin-top:1rem}.Products_submitButton__7mhPX:hover{background:#005bb5}.Products_submitButton__7mhPX:disabled{background:#ccc;cursor:not-allowed}.Products_emptyState__LBbCA{text-align:center;padding:3rem;color:#666}.Products_error__ksXim{background:#fee;border:1px solid #fcc;color:#c00;padding:1rem;border-radius:8px;margin-bottom:1rem}.Products_authInfo__DryjW{display:flex;align-items:center;gap:1rem}.Products_userEmail__F7CvJ{color:#666;font-size:.9rem}