@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";body{margin:0;font-family:Inter,sans-serif;background:linear-gradient(135deg,#eef2ff,#fdfdfd)}.auth-container{display:flex;justify-content:center;align-items:center;height:100vh;padding:1rem}.auth-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 30px #00000014;width:100%;max-width:420px;text-align:center;animation:fadeIn .5s ease}.auth-card h2{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:#111827}.subtitle{font-size:.95rem;color:#6b7280;margin-bottom:1.8rem}form{display:flex;flex-direction:column;gap:1.2rem}input{padding:.9rem 1rem;border:1px solid #e5e7eb;border-radius:10px;font-size:1rem;outline:none;transition:border .2s ease,box-shadow .2s ease}input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e533}.auth-btn{background:#4f46e5;color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.auth-btn:hover{background:#3730a3}.switch-text{margin-top:1.5rem;font-size:.95rem;color:#6b7280}.switch-text span{color:#4f46e5;font-weight:600;cursor:pointer;transition:color .2s ease}.switch-text span:hover{color:#3730a3}@keyframes fadeIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}body{margin:0;font-family:Inter,sans-serif;background:#f5f7fb;color:#333}.dashboard{padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h1{font-size:1.8rem;font-weight:700;color:#222}.add-btn{background:#4f46e5;color:#fff;border:none;padding:.7rem 1.4rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease}.add-btn:hover{background:#3730a3}.stats{display:flex;gap:1.5rem;margin-bottom:2.5rem}.stat-card{flex:1;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 8px #0000000d;text-align:center}.stat-card h3{margin-bottom:.5rem;font-weight:600;color:#444}.stat-card p{font-size:1.5rem;font-weight:700;color:#4f46e5}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.item-card{background:#fff;padding:1.2rem;border-radius:12px;box-shadow:0 4px 10px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.item-card:hover{transform:translateY(-5px);box-shadow:0 6px 15px #00000014}.item-card img{width:100%;border-radius:8px;margin-bottom:1rem}.item-card h4{font-weight:600;margin-bottom:.4rem}.item-card .price{font-size:1.1rem;font-weight:700;color:#16a34a;margin-bottom:.6rem}.item-card .desc{font-size:.9rem;color:#666;line-height:1.4}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease;z-index:999}.modal{background:#fff;padding:2rem;border-radius:14px;width:100%;max-width:480px;position:relative;animation:slideUp .3s ease;box-shadow:0 10px 25px #00000026}.modal h2{margin-bottom:1.2rem;font-weight:700;font-size:1.4rem}.modal form{display:flex;flex-direction:column;gap:1rem}.modal input,.modal textarea{padding:.8rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;outline:none;transition:border .2s ease}.modal input:focus,.modal textarea:focus{border-color:#4f46e5}.modal textarea{resize:none;min-height:80px}.modal-add-btn{background:#4f46e5;color:#fff;border:none;padding:.9rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.modal-add-btn:hover{background:#3730a3}.modal-close{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:1.3rem;cursor:pointer;color:#555;transition:color .2s ease}.modal-close:hover{color:#000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}
