.auth-page{background:linear-gradient(135deg,#e8f4f1 0%,#f4f7f9 50%,#eaeded 100%);min-height:calc(100vh - 2rem);display:flex}.auth-split{border-radius:12px;width:100%;max-width:1100px;min-height:560px;margin:2rem auto;display:flex;overflow:hidden;box-shadow:0 8px 32px #0012191f}.auth-split-brand{color:#fff;background:linear-gradient(145deg,#088c42 0%,#064e3b 100%);flex-direction:column;flex:1;justify-content:center;padding:2.5rem;display:none;position:relative;overflow:hidden}@media (min-width:900px){.auth-split-brand{display:flex}}.auth-split-brand h1{margin:0 0 1rem;font-size:1.75rem;line-height:1.25}.auth-split-brand p{opacity:.9;margin:0 0 1.5rem;line-height:1.6}.auth-split-brand ul{margin:0;padding:0;list-style:none}.auth-split-brand li{gap:.5rem;padding:.5rem 0;font-size:.95rem;display:flex}.auth-brand-logo-img{object-fit:contain;width:auto;max-width:220px;height:52px;margin-bottom:1.25rem;display:block}.auth-split-form{background:#fff;flex-direction:column;flex:1;justify-content:center;padding:2rem 2.25rem;display:flex}.auth-card-title{color:#0f1111;margin:0 0 .25rem;font-size:1.5rem}.auth-card-sub{color:#565959;margin:0 0 1.5rem;font-size:.95rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field label{color:#0f1111;margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.auth-field input{border:1px solid #d5d9d9;border-radius:8px;width:100%;padding:.7rem .85rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.auth-field input:focus{border-color:#27755e;outline:none;box-shadow:0 0 0 3px #27755e33}.auth-field-error input{border-color:#c40000}.auth-error-msg{color:#c40000;margin:.25rem 0 0;font-size:.8rem}.auth-alert{border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.auth-alert-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.auth-alert-success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.auth-card-shake{animation:.45s auth-shake}@keyframes auth-shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.auth-password-wrap{align-items:center;display:flex;position:relative}.auth-password-wrap input{width:100%;padding-right:3.5rem}.auth-toggle-pw{color:#565959;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.8rem;position:absolute;right:.5rem}@media (max-width:480px){.auth-split-form{padding:1.25rem}.auth-btn-primary{width:100%}}.auth-row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.auth-checkbox{color:#565959;cursor:pointer;align-items:flex-start;gap:.5rem;font-size:.88rem;display:flex}.auth-checkbox input{margin-top:.2rem}.auth-btn-primary{cursor:pointer;color:#0f1111;background:linear-gradient(#f7dfa5 0%,#febd69 100%);border:1px solid #a88734;border-radius:8px;width:100%;min-height:48px;padding:.8rem;font-size:1rem;font-weight:600;transition:filter .15s}.auth-btn-primary:hover:not(:disabled){filter:brightness(.97)}.auth-btn-primary:disabled{opacity:.7;cursor:not-allowed}.auth-divider{color:#565959;align-items:center;gap:1rem;margin:1.25rem 0;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#d5d9d9;flex:1;height:1px}.auth-social-row{gap:.75rem;display:flex}.auth-social-btn{cursor:not-allowed;opacity:.65;color:#565959;background:#f7fafa;border:1px solid #d5d9d9;border-radius:8px;flex:1;padding:.65rem;font-size:.85rem}.auth-switch{text-align:center;color:#565959;margin-top:1.25rem;font-size:.9rem}.auth-switch a{color:#007185;font-weight:600}.auth-switch a:hover{color:#c7511f;text-decoration:underline}.auth-demo{color:#0f1111;background:#e8f4f1;border-radius:8px;margin-top:1rem;padding:.75rem;font-size:.82rem}.auth-layout-minimal{background:linear-gradient(#27755e 0% 80px,#eaeded 80px);min-height:100vh;padding:1rem}.auth-layout-minimal .auth-split{margin-top:1rem}@media (max-width:899px){.auth-split{flex-direction:column;min-height:auto;margin:1rem}.auth-split-form{padding:1.5rem}}.account-shell{max-width:1200px;margin:0 auto;padding:1.5rem 1rem 3rem}.account-topbar{border-bottom:1px solid #d5d9d9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.account-greeting h1{color:#0f1111;margin:0;font-size:1.5rem}.account-greeting p{color:#565959;margin:.25rem 0 0}.account-logout-btn{cursor:pointer;background:#fff;border:1px solid #d5d9d9;border-radius:8px;padding:.5rem 1rem;font-size:.9rem}.account-logout-btn:hover{background:#f7fafa}.account-body{grid-template-columns:220px 1fr;gap:1.5rem;display:grid}@media (max-width:768px){.account-body{grid-template-columns:1fr}}.account-nav{flex-direction:column;gap:.25rem;display:flex}@media (max-width:768px){.account-nav{flex-direction:row;gap:.5rem;padding-bottom:.5rem;overflow-x:auto}}.account-nav-link{color:#0f1111;white-space:nowrap;border-radius:8px;padding:.65rem 1rem;font-size:.95rem;transition:background .15s}.account-nav-link:hover{background:#e3e6e6}.account-nav-link.active{color:#fff;background:#27755e;font-weight:600}.account-content{min-width:0}.account-cards{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.account-hub-card{background:#fff;border:1px solid #d5d9d9;border-radius:8px;padding:1.25rem;transition:box-shadow .2s,border-color .2s;display:block}.account-hub-card:hover{border-color:#27755e;box-shadow:0 4px 12px #00000014}.account-hub-card h3{margin:0 0 .35rem;font-size:1rem}.account-hub-card p{color:#565959;margin:0;font-size:.9rem}.account-hub-card .chevron{float:right;color:#27755e;font-size:1.25rem}.account-panel{background:#fff;border:1px solid #d5d9d9;border-radius:8px;padding:1.25rem}.account-panel h2{margin:0 0 1rem;font-size:1.2rem}.order-card{border:1px solid #e3e6e6;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:1rem;display:flex}.order-status{border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.order-status-processing{color:#d97706;background:#fffbeb}.order-status-shipped{color:#0369a1;background:#e0f2fe}.order-status-delivered{color:#059669;background:#ecfdf5}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.wishlist-item-wrap{position:relative}.wishlist-remove{z-index:2;color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;width:28px;height:28px;font-size:.85rem;position:absolute;top:4px;right:4px}.cart-line{border-bottom:1px solid #e3e6e6;align-items:center;gap:1rem;padding:1rem 0;display:flex}.cart-line-img{background:#f3f3f3;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:80px;font-size:1.5rem;display:flex}.cart-line-info{flex:1;min-width:0}.cart-qty{align-items:center;gap:.5rem;display:flex}.cart-qty button{cursor:pointer;background:#f7fafa;border:1px solid #d5d9d9;border-radius:4px;width:32px;height:32px}.cart-summary{background:#f7fafa;border-radius:8px;max-width:320px;margin-top:1.5rem;margin-left:auto;padding:1rem}.cart-summary-row{justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;display:flex}.cart-checkout-btn{cursor:not-allowed;opacity:.7;background:#ffd814;border:1px solid #fcd200;border-radius:8px;width:100%;margin-top:1rem;padding:.75rem;font-weight:600}.account-loading{justify-content:center;align-items:center;min-height:40vh;display:flex}
