.prof-login-prompt{text-align:center;min-height:70vh;color:var(--text-light);flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.prof-login-prompt h2{color:var(--text-dark);margin:1.5rem 0 .5rem;font-size:1.5rem;font-weight:700}.prof-login-prompt p{color:var(--text-gray);margin-bottom:2rem}.prof-signin-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:13px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:background .2s}.prof-signin-btn:hover{background:var(--primary-dark)}.prof-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.prof-spinner{border:4px solid #f0f0f0;border-top-color:var(--primary);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin}.prof-page{background:var(--bg-light);min-height:100vh;padding-bottom:40px}.prof-header{background:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:20px 24px;display:flex}.prof-user-info{align-items:center;gap:16px;display:flex}.prof-avatar{background:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden;box-shadow:0 4px 12px #ff63474d}.prof-avatar img{object-fit:cover;width:100%;height:100%}.prof-avatar-letter{color:#fff;font-size:1.75rem;font-weight:800}.prof-name{color:var(--text-dark);margin:0 0 4px;font-size:1.4rem;font-weight:700}.prof-email{color:var(--text-gray);margin:0;font-size:13px}.prof-logout-btn{border:2px solid var(--border);color:var(--text-gray);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex}.prof-logout-btn:hover{color:#ef4444;border-color:#ef4444}.prof-tabs{background:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-sm);scrollbar-width:none;border-radius:12px;gap:6px;margin-bottom:20px;padding:6px;display:flex;overflow-x:auto}.prof-tabs::-webkit-scrollbar{display:none}.prof-tab{color:var(--text-gray);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:7px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex}.prof-tab:hover{background:var(--bg-light);color:var(--text-dark)}.prof-tab--active{color:var(--primary);background:#fff5f3}.prof-tab-content{background:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:14px;min-height:400px;padding:24px}.prof-section-title{color:var(--text-dark);margin:0 0 1.25rem;font-size:1.35rem;font-weight:700}.prof-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:1.25rem;display:flex}.prof-empty{text-align:center;color:var(--text-light);flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.prof-empty h3{color:var(--text-dark);margin:1.25rem 0 .5rem;font-size:1.2rem;font-weight:700}.prof-empty p{color:var(--text-gray);margin-bottom:1.5rem}.prof-shop-btn{background:var(--primary);color:#fff;border-radius:10px;padding:11px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s;display:inline-block}.prof-shop-btn:hover{background:var(--primary-dark)}.prof-orders-list{flex-direction:column;gap:14px;display:flex}.prof-order-card{border:1px solid var(--border);border-radius:12px;transition:box-shadow .2s;overflow:hidden}.prof-order-card:hover{box-shadow:var(--shadow-sm);border-color:var(--primary)}.prof-order-preview{cursor:pointer;padding:16px;transition:background .15s}.prof-order-preview:hover{background:var(--bg-light)}.prof-order-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.prof-order-row h3{color:var(--text-dark);margin:0 0 3px;font-size:15px;font-weight:700}.prof-order-date{color:var(--text-gray);margin:0;font-size:13px}.prof-order-right{color:var(--text-gray);align-items:center;gap:10px;display:flex}.prof-status{text-transform:capitalize;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:700}.prof-status--pending{color:#854d0e;background:#fef9c3}.prof-status--processing{color:#1e40af;background:#dbeafe}.prof-status--shipped{color:#5b21b6;background:#ede9fe}.prof-status--delivered,.prof-status--completed{color:#166534;background:#dcfce7}.prof-status--cancelled{color:#991b1b;background:#fee2e2}.prof-order-summary{color:var(--text-gray);justify-content:space-between;font-size:14px;display:flex}.prof-order-summary strong{color:var(--primary);font-size:16px;font-weight:800}.prof-order-details{border-top:1px solid var(--border);padding:0 16px 16px;animation:.25s profSlideDown}@keyframes profSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.prof-items-label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-gray);margin:14px 0 10px;font-size:11px;font-weight:700}.prof-order-item{background:var(--bg-light);border-radius:8px;gap:12px;margin-bottom:8px;padding:10px;display:flex}.prof-order-item-img{object-fit:cover;border-radius:6px;flex-shrink:0;width:48px;height:48px}.prof-order-item-info{flex:1;min-width:0}.prof-order-item-name{color:var(--text-dark);margin:0 0 4px;font-size:14px;font-weight:600}.prof-order-item-meta{color:var(--text-gray);justify-content:space-between;font-size:13px;display:flex}.prof-order-item-meta strong{color:var(--primary);font-weight:700}.prof-order-total{border-top:1px solid var(--border);color:var(--text-gray);justify-content:space-between;align-items:center;padding-top:14px;font-size:14px;display:flex}.prof-order-total strong{color:var(--primary);font-size:18px;font-weight:800}.prof-add-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:flex}.prof-add-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.prof-addr-form-box{background:var(--bg-light);border:2px solid var(--border);border-radius:12px;margin-bottom:20px;padding:20px}.prof-addr-form-box h3{margin:0 0 16px;font-size:15px;font-weight:700}.prof-addr-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.prof-addr-card{background:var(--bg-white);border:2px solid var(--border);border-radius:12px;padding:16px;transition:all .2s}.prof-addr-card:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.prof-addr-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.prof-addr-icon{width:36px;height:36px;color:var(--primary);background:#fff5f3;border-radius:8px;justify-content:center;align-items:center;display:flex}.prof-addr-btns{gap:6px;display:flex}.prof-icon-btn{border:1px solid var(--border);cursor:pointer;width:30px;height:30px;color:var(--text-gray);background:#fff;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.prof-icon-btn:hover{background:var(--bg-light);border-color:var(--text-gray)}.prof-icon-btn--danger{color:#ef4444;border-color:#fecaca}.prof-icon-btn--danger:hover{background:#fee2e2;border-color:#ef4444}.prof-addr-card h4{color:var(--text-dark);margin:0 0 3px;font-size:14px;font-weight:700}.prof-addr-card p{color:var(--text-gray);margin:0 0 2px;font-size:13px}.prof-addr-text{line-height:1.6!important}.prof-settings-section{border:2px solid var(--border);border-radius:12px;margin-bottom:14px;padding:18px}.prof-settings-section h3{color:var(--text-dark);margin:0 0 4px;font-size:15px;font-weight:700}.prof-settings-desc{color:var(--text-gray);margin:0 0 14px;font-size:13px;line-height:1.5}.prof-info-box{background:var(--bg-light);border-radius:8px;margin-bottom:14px;padding:4px 14px}.prof-info-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.prof-info-row:last-child{border-bottom:none}.prof-info-label{color:var(--text-gray);font-size:13px;font-weight:600}.prof-info-value{color:var(--text-dark);text-align:right;font-size:13px}.prof-edit-btn{border:2px solid var(--border);color:var(--text-gray);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.prof-edit-btn:hover{border-color:var(--primary);color:var(--primary)}.prof-edit-form{flex-direction:column;gap:14px;display:flex}.prof-form-group label{color:var(--text-gray);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.cart-input{border:2px solid var(--border);background:var(--bg-white);color:var(--text-dark);border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.cart-input:focus{border-color:var(--primary)}.addr-form-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:1.25rem;display:grid}.addr-full{grid-column:1/-1}.cart-checkout-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;margin-top:1.5rem;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:all .2s;display:flex}.cart-checkout-btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 14px #ff63474d}.cart-checkout-btn:disabled{opacity:.5;cursor:not-allowed}.addr-form-actions{gap:12px;display:flex}.addr-cancel-btn{border:2px solid var(--border);color:var(--text-gray);cursor:pointer;background:0 0;border-radius:10px;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.addr-cancel-btn:hover{border-color:var(--primary);color:var(--primary)}@media (max-width:640px){.prof-tab{padding:8px 12px;font-size:13px}.prof-tab-content{padding:16px}.prof-name{font-size:1.2rem}.prof-logout-btn{justify-content:center;width:100%}.prof-addr-grid{grid-template-columns:1fr}}@media (max-width:767px){.prof-page{padding-bottom:100px}}
