.account-header{text-align:center;margin-bottom:60px}.account-title{font-size:2.5rem;font-weight:700;color:#2c2c2c;margin-bottom:15px;line-height:1.2}.account-subtitle{font-size:1.1rem;color:#666;line-height:1.6}.account-content{max-width:900px;margin:0 auto}.account-tabs{display:flex;justify-content:center;margin-bottom:40px;border-bottom:2px solid #e0e0e0;gap:0}.account-tab{background:transparent;padding:15px 30px;font-size:1rem;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;border:none;border-bottom:3px solid transparent;position:relative}.account-tab:hover{color:#2e8b57}.account-tab.active{color:#2e8b57;border-bottom-color:#2e8b57}.account-tab-content{min-height:300px;padding:20px 0}.profile-section{display:flex;flex-direction:column;gap:40px}.profile-card{display:flex;align-items:center;gap:30px;padding:30px;background:white;border:2px solid #000;border-radius:0}.profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #2e8b57}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:#2e8b57;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:white}.profile-info h3{font-size:1.5rem;color:#333;margin-bottom:5px}.profile-info p{color:#666;margin-bottom:3px}.profile-member-since{font-size:.9rem;color:#999}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-card{background:white;border:2px solid #000;padding:25px;text-align:center}.stat-card h4{color:#666;font-size:.9rem;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.stat-number{font-size:2rem;font-weight:700;color:#2e8b57}.orders-section h3{font-size:1.5rem;color:#333;margin-bottom:30px}.loading-orders,.no-orders{text-align:center;padding:40px;color:#666;font-style:italic}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:white;border:2px solid #000;padding:25px}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px}.order-number{font-weight:700;color:#333}.order-date{color:#666}.order-status{padding:5px 12px;border-radius:15px;font-size:.8rem;font-weight:500;text-transform:uppercase}.order-status.delivered{background:#d4edda;color:#155724}.order-status.pending{background:#fff3cd;color:#856404}.order-status.processing{background:#d1ecf1;color:#0c5460}.order-status.cancelled{background:#f8d7da;color:#721c24}.order-items{margin-bottom:20px}.order-item-detail{display:flex;justify-content:space-between;align-items:flex-start;padding:15px 0;border-bottom:1px solid #eee;gap:15px}.order-item-detail:last-child{border-bottom:none}.item-info{display:flex;flex-direction:column;gap:8px;flex:1}.item-type-badge{display:inline-block;padding:4px 8px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:12px;font-size:.75rem;font-weight:500;width:fit-content}.item-name{font-weight:500;color:#333}.item-details{display:flex;flex-direction:column;align-items:flex-end;gap:5px;text-align:right}.item-participants,.item-quantity{font-size:.9rem;color:#666}.slot-info{display:flex;flex-direction:column;gap:3px;font-size:.85rem;color:#666}.item-price{font-weight:700;color:#2e8b57}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:2px solid #eee;flex-wrap:wrap;gap:10px}.order-type{font-size:.9rem;color:#666;font-style:italic}.order-total{font-weight:700;color:#2e8b57;font-size:1.1rem}.favorites-section h3{font-size:1.5rem;color:#333;margin-bottom:30px}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.favorite-item{background:white;border:2px solid #000;padding:20px;text-align:center}.favorite-item img{width:100%;height:120px;object-fit:cover;margin-bottom:15px}.favorite-item h4{font-size:1rem;color:#333;margin-bottom:8px}.favorite-item p{color:#2e8b57;font-weight:700}.settings-section h3{font-size:1.5rem;color:#333;margin-bottom:30px}.settings-options{display:flex;flex-direction:column;gap:25px}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:20px;background:white;border:2px solid #000}.setting-item h4{color:#333;font-size:1rem;margin:0}.setting-select{padding:8px 12px;border:2px solid #000;background:white;font-size:.9rem}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:24px}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:white;border-radius:50%}input:checked+.slider{background-color:#2e8b57}input:checked+.slider:before{transform:translateX(26px)}.danger-zone{border-color:#dc3545!important}.logout-btn{background:#dc3545;color:white;border:none;padding:10px 20px;font-size:.9rem;cursor:pointer;transition:background .3s ease}.logout-btn:hover{background:#c82333}@media (max-width:768px){.account-title{font-size:2rem}.account-tabs{flex-wrap:wrap;justify-content:center}.account-tab{padding:12px 20px;font-size:.9rem}.profile-card{flex-direction:column;text-align:center;gap:20px}.profile-stats{grid-template-columns:1fr}.order-header,.order-item-detail{flex-direction:column;align-items:flex-start}.order-item-detail{gap:10px}.item-details{align-items:flex-start;text-align:left}.order-footer{flex-direction:column;align-items:flex-start;gap:10px}.order-total{text-align:left}.setting-item{flex-direction:column;align-items:flex-start;gap:15px}}@media (max-width:480px){.account-content{padding:0 10px}.order-card,.profile-card,.setting-item,.stat-card{padding:20px 15px}}