.account-page{background:#faf9f7;min-height:calc(100vh - 400px);padding:2rem 1.5rem}@media (max-width:768px){.account-page{padding:1.5rem 1rem}}.account-page .account-container{max-width:1200px;margin:0 auto}.account-page .account-form-wrapper{justify-content:center;align-items:center;min-height:600px;display:flex}@media (max-width:768px){.account-page .account-form-wrapper{min-height:auto;padding:1rem 0}}.account-page .account-form-wrapper .form-box{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:3rem 2rem;box-shadow:0 2px 8px #0000000d}@media (max-width:768px){.account-page .account-form-wrapper .form-box{padding:2rem 1.5rem}}.account-page .account-form-wrapper .form-box h1{color:#1a1a1a;margin-bottom:.5rem;font-family:Adoha,serif;font-size:2rem;font-weight:500}.account-page .account-form-wrapper .form-box>p{color:#666;margin-bottom:1.5rem;font-size:.95rem}.account-page .account-form-wrapper .form-box .error-message{color:#c00;background:#ffebee;border-radius:4px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.account-page .account-form-wrapper .form-box form .form-group{margin-bottom:1.5rem}.account-page .account-form-wrapper .form-box form .form-group label{color:#1a1a1a;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.account-page .account-form-wrapper .form-box form .form-group input{border:1px solid #e0e0e0;border-radius:4px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .3s}.account-page .account-form-wrapper .form-box form .form-group input:focus{border-color:#5c4033;outline:none;box-shadow:0 0 0 3px #5c40331a}.account-page .account-form-wrapper .form-box form .form-group input::placeholder{color:#bbb}.account-page .account-form-wrapper .form-box form .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:478px){.account-page .account-form-wrapper .form-box form .form-row{grid-template-columns:1fr;gap:0}}.account-page .account-form-wrapper .form-box form .form-row .form-group{margin-bottom:1.5rem}.account-page .account-form-wrapper .form-box .btn-submit{color:#fff;cursor:pointer;background:#5c4033;border:none;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:background .3s}.account-page .account-form-wrapper .form-box .btn-submit:hover:not(:disabled){background:#3b2921}.account-page .account-form-wrapper .form-box .btn-submit:disabled{opacity:.6;cursor:not-allowed}.account-page .account-form-wrapper .form-box .form-footer{text-align:center;color:#666;margin-top:1.5rem;font-size:.9rem}.account-page .account-form-wrapper .form-box .form-footer a{color:#5c4033;font-weight:600;text-decoration:none}.account-page .account-form-wrapper .form-box .form-footer a:hover{text-decoration:underline}.account-page .profile-wrapper{grid-template-columns:280px 1fr;gap:2rem;display:grid}@media (max-width:968px){.account-page .profile-wrapper{grid-template-columns:1fr;gap:1.5rem}}.account-page .profile-sidebar .user-card{text-align:center;background:#fff;border-radius:8px;margin-bottom:2rem;padding:2rem}.account-page .profile-sidebar .user-card .user-avatar{color:#1a1a1a;background:#f8d47f;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;font-size:2rem;font-weight:600;display:flex}.account-page .profile-sidebar .user-card h2{color:#1a1a1a;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.account-page .profile-sidebar .user-card p{color:#666;margin:0;font-size:.9rem}.account-page .profile-sidebar .profile-menu{flex-direction:column;gap:.5rem;display:flex}@media (max-width:968px){.account-page .profile-sidebar .profile-menu{flex-flow:wrap;gap:.5rem}.account-page .profile-sidebar .profile-menu .menu-item{text-align:center;flex:1;min-width:120px;padding:.6rem .75rem;font-size:.85rem}}.account-page .profile-sidebar .profile-menu .menu-item{color:#1a1a1a;cursor:pointer;text-align:left;background:#fff;border:none;border-radius:4px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.account-page .profile-sidebar .profile-menu .menu-item:hover{color:#5c4033;background:#faf9f7}.account-page .profile-sidebar .profile-menu .menu-item.active{color:#fff;background:#5c4033}.account-page .profile-sidebar .profile-menu .menu-item.logout{color:#c00}.account-page .profile-sidebar .profile-menu .menu-item.logout:hover{color:#c00;background:#ffebee}.account-page .profile-sidebar .profile-menu .menu-item.logout.active{color:#fff;background:#c00}.account-page .profile-content .profile-section{background:#fff;border-radius:8px;margin-bottom:2rem;padding:2rem}@media (max-width:768px){.account-page .profile-content .profile-section{padding:1.5rem}}.account-page .profile-content .profile-section h1{color:#1a1a1a;margin-bottom:1.5rem;font-family:Adoha,serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:500}.account-page .profile-content .profile-section h2{color:#1a1a1a;border-bottom:2px solid #faf9f7;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:600}.account-page .profile-content .profile-section .info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.account-page .profile-content .profile-section .info-grid{grid-template-columns:1fr;gap:1.5rem}}.account-page .profile-content .profile-section .info-grid .info-item label{color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.account-page .profile-content .profile-section .info-grid .info-item p{color:#1a1a1a;margin:0;font-size:1rem}.account-page .profile-content .profile-section .profile-actions{gap:1rem;display:flex}@media (max-width:768px){.account-page .profile-content .profile-section .profile-actions{flex-direction:column}}.account-page .profile-content .profile-section .profile-actions button{cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.account-page .profile-content .profile-section .profile-actions .btn-secondary{color:#5c4033;background:#fff;border:2px solid #5c4033}.account-page .profile-content .profile-section .profile-actions .btn-secondary:hover{color:#fff;background:#5c4033}.account-page .profile-content .profile-section .empty-state{text-align:center;background:#faf9f7;border-radius:4px;padding:3rem 2rem}.account-page .profile-content .profile-section .empty-state p{color:#666;margin-bottom:1.5rem;font-size:1rem}.account-page .profile-content .profile-section .empty-state .btn-primary{color:#fff;background:#5c4033;border-radius:4px;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.account-page .profile-content .profile-section .empty-state .btn-primary:hover{background:#3b2921}.account-page .profile-content .profile-section .preferences{flex-direction:column;gap:1rem;display:flex}.account-page .profile-content .profile-section .preferences .preference-item{cursor:pointer;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.account-page .profile-content .profile-section .preferences .preference-item input{cursor:pointer;accent-color:#5c4033;width:18px;height:18px}.account-page .profile-content .profile-section .preferences .preference-item span{color:#1a1a1a}.account-page .wishlist-count{color:#666;margin-bottom:1.5rem;font-size:.95rem}.account-page .wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.account-page .wishlist-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:478px){.account-page .wishlist-grid{grid-template-columns:1fr}}.account-page .wishlist-grid a{text-decoration:none}
