.account-page{background:#f7f7f7;min-height:100vh;font-family:Segoe UI,Arial,sans-serif}.account-container{max-width:900px;margin:90px auto;padding:20px}.account-container h1{font-size:28px;color:#222;margin-bottom:25px}.order-card{background:white;border-radius:14px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:20px;margin-bottom:20px;transition:.2s ease}.order-card:hover{transform:translateY(-2px);box-shadow:0 3px 10px rgba(0,0,0,.1)}.order-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:15px}.order-id{color:#333;margin:0}.order-date{font-size:13px;color:#777}.status{font-size:13px;padding:4px 10px;border-radius:20px;text-transform:capitalize;font-weight:500}.status.delivered{background:#e7f9ef;color:#27ae60}.status.cancelled{background:#fdecea;color:#e74c3c}.status.pending{background:#fff5e5;color:#f39c12}.status.processing{background:#eaf3ff;color:#3498db}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-item{display:flex;align-items:center;border-bottom:1px solid #eee;padding-bottom:10px}.cart-img{width:60px;height:60px;border-radius:10px;object-fit:cover;border:1px solid #ddd;margin-right:15px}.cart-info{flex:1 1}.cart-name{font-weight:600;color:#222}.cart-qty{color:#666;font-size:13px}.cart-price{font-weight:600;color:#333}.order-footer{background:#fafafa;border-radius:10px;padding:10px 15px;margin-top:10px;font-size:14px;color:#444}.order-total{margin-top:8px;font-size:15px;color:#000;text-align:right}.account-empty{background:#f5f5f5;min-height:100vh;flex-direction:column}.empty-box{padding:30px;border-radius:14px;box-shadow:0 3px 10px rgba(0,0,0,.1)}.account-loading{font-size:18px}.phone-form{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:15px}.phone-input{width:260px;padding:10px 14px;font-size:15px;border:1px solid #ccc;border-radius:8px;outline:none;transition:all .2s ease;text-align:center}.phone-input:focus{border-color:#3498db;box-shadow:0 0 6px rgba(52,152,219,.3)}.phone-btn{background:#3498db;color:white;font-size:15px;font-weight:600;border:none;border-radius:8px;padding:10px 18px;cursor:pointer;transition:background .25s ease,transform .15s ease}.phone-btn:hover{background:#2d86c5;transform:translateY(-1px)}.phone-btn:active{transform:scale(.97)}.empty-box h2{color:#222;font-size:22px;margin-bottom:8px}.empty-box p{color:#666;font-size:14px;margin-bottom:10px}.account-empty{display:flex;justify-content:center;align-items:center;min-height:90vh;background:#f8f8f8}.empty-box{background:white;padding:30px 25px;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);text-align:center;width:100%;max-width:400px}.account-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:#f7f7f7;color:#555;font-size:16px;font-weight:500;gap:14px}.account-loading:before{content:"";width:38px;height:38px;border:4px solid #d9d9d9;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.account-loading{animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}