/* =========================
   AUTH PAGE
========================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
background:#f5f7fa;
min-height:100vh;
display:flex;
justify-content:center;
align-items:center;
padding:20px;
}

.auth-container{
width:100%;
max-width:500px;
}

.auth-card{
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.auth-logo{
text-align:center;
margin-bottom:20px;
}

.auth-logo img{
max-width:180px;
}

.auth-title{
text-align:center;
margin-bottom:25px;
}

.auth-title h1{
font-size:28px;
color:#0f172a;
margin-bottom:8px;
}

.auth-title p{
color:#64748b;
font-size:14px;
}

.form-group{
margin-bottom:18px;
}

.form-group label{
display:block;
margin-bottom:6px;
font-weight:600;
color:#334155;
}

.form-group input{
width:100%;
padding:12px 15px;
border:1px solid #dbe2ea;
border-radius:10px;
font-size:15px;
transition:.3s;
box-sizing:border-box;
}

.form-group input:focus{
outline:none;
border-color:#14b8a6;
box-shadow:0 0 0 3px rgba(20,184,166,.15);
}

.btn-auth{
width:100%;
padding:14px;
border:none;
border-radius:10px;
background:#14b8a6;
color:#fff;
font-size:16px;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.btn-auth:hover{
background:#0f9f90;
}

.alert-error{
background:#fee2e2;
color:#b91c1c;
padding:12px;
border-radius:10px;
margin-bottom:15px;
}

.alert-success{
background:#dcfce7;
color:#166534;
padding:12px;
border-radius:10px;
margin-bottom:15px;
}

.auth-links{
margin-top:20px;
text-align:center;
font-size:14px;
}

.auth-links a{
text-decoration:none;
color:#14b8a6;
font-weight:600;
}

.auth-links a:hover{
text-decoration:underline;
}

.auth-divider{
text-align:center;
margin:20px 0;
color:#94a3b8;
font-size:13px;
}

.login-box{
max-width:450px;
margin:50px auto;
background:#fff;
padding:30px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.login-box h2{
text-align:center;
margin-bottom:25px;
}

.btn-login{
width:100%;
padding:12px;
background:#00c8d7;
border:none;
border-radius:8px;
color:#fff;
font-size:16px;
font-weight:bold;
cursor:pointer;
}

.error{
color:red;
padding:10px;
border-radius:8px;
margin-bottom:15px;
}

.links{
margin-top:15px;
text-align:center;
}

.links a{
text-decoration:none;
color:#00c8d7;
}

.register-box{
max-width:500px;
margin:50px auto;
padding:30px;
background:#fff;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.register-box h2{
text-align:center;
margin-bottom:20px;
}

.btn-register{
width:100%;
padding:12px;
background:#00c6d7;
color:#fff;
border:none;
border-radius:8px;
cursor:pointer;
font-weight:bold;
}

.success{
color:green;
margin-bottom:15px;
}


.verify-card{

max-width:620px;

margin:auto;

text-align:center;

padding:50px;

}

.verify-icon{

font-size:72px;

color:#17bebb;

margin-bottom:25px;

}

.verify-card h1{

font-size:42px;

margin-bottom:10px;

}

.subtitle{

font-size:18px;

color:#666;

margin-bottom:35px;

}

.email-box{

background:#ecfdf5;

border:2px solid #22c55e;

padding:22px;

border-radius:12px;

margin:25px 0;

}

.email-box div{

color:#16a34a;

font-size:17px;

margin-bottom:10px;

}

.email-box h2{

margin:0;

font-size:28px;

color:#065f46;

word-break:break-word;

}

.info{

font-size:17px;

line-height:30px;

color:#555;

margin-bottom:35px;

}

.verify-buttons{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

margin-top:30px;

}

.verify-buttons a,

.verify-buttons button{

min-width:240px;

}

.btn-secondary{

background:#f8f9fa;

border:2px solid #14b8a6;

color:#14b8a6 !important;

padding:15px 25px;

border-radius:10px;

font-weight:600;

cursor:pointer;

transition:.3s;

}

.btn-secondary:hover{

background:#14b8a6;

color:#fff !important;

}

.btn-secondary:disabled{

background:#ececec;

border-color:#dcdcdc;

color:#888 !important;

cursor:not-allowed;

opacity:1;

}

.links{

margin-top:35px;

text-align:center;

}
.verify-box{

margin-top:25px;

padding:25px;

border-radius:15px;

background:#f8fffd;

border:1px solid #b7ece7;

text-align:center;

}

.verify-icon{

font-size:55px;

color:#14b8a6;

margin-bottom:15px;

}

.verify-email{

font-size:22px;

font-weight:bold;

color:#0f766e;

margin:18px 0;

word-break:break-word;

}

.btn-secondary{

background:#fff;

border:2px solid #14b8a6;

color:#14b8a6;

padding:14px 25px;

border-radius:10px;

cursor:not-allowed;

font-weight:600;

}

.btn-secondary.active{

background:#14b8a6;

color:#fff;

cursor:pointer;

}

.verify-box{

margin-top:25px;

padding:25px;

border-radius:15px;

background:#f8fffd;

border:1px solid #b7ece7;

text-align:center;

}

.verify-icon{

font-size:55px;

color:#14b8a6;

margin-bottom:15px;

}

.verify-email{

font-size:22px;

font-weight:bold;

color:#0f766e;

margin:18px 0;

word-break:break-word;

}

.btn-secondary{

background:#fff;

border:2px solid #14b8a6;

color:#14b8a6;

padding:14px 25px;

border-radius:10px;

cursor:not-allowed;

font-weight:600;

}

.btn-secondary.active{

background:#14b8a6;

border-color:#14b8a6;

color:#fff !important;

cursor:pointer;

}
@media(max-width:768px){
.auth-card{
padding:25px;
}

.auth-title h1{
font-size:24px;
}

.product-card img{
width:100%;
aspect-ratio:1/1;
object-fit:cover;
display:block;
}

.products-title h1{
font-size:28px;
}

.products-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:1200px){
.products-grid{
grid-template-columns:repeat(3,1fr);
}
}

@media(max-width:480px){
.products-grid{
grid-template-columns:1fr;
}
}