.profile-addresses{margin-top:30px;padding:20px}.address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:15px}.address-card{background:#fff;border:1px solid #e5e7eb;padding:16px;border-radius:10px;position:relative;transition:.3s}.address-card:hover{box-shadow:0 5px 15px #00000014}.primary-address{border:2px solid #2563eb}.primary-badge{position:absolute;top:10px;right:10px;background:#2563eb;color:#fff;padding:3px 8px;font-size:12px;border-radius:20px}.address-actions{display:flex;gap:10px;margin-top:10px}.btn-small{font-size:12px;padding:6px 10px;border-radius:6px;cursor:pointer}.btn-edit{background:#f3f4f6}.btn-delete{background:#fee2e2;color:#b91c1c}:root{--primary: #1976d2;--bg: #f7f9fc;--text: #1f2937}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:var(--bg);color:var(--text)}@media (max-width: 768px){svg motion-path,svg animateMotion{display:none}}[data-theme=dark] svg path{stroke:#818cf8}a{color:inherit;text-decoration:none}.container{max-width:none;margin:0 auto;padding:1rem}.card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000000f;padding:1rem 1.25rem}.btn{border:0;border-radius:999px;padding:.65rem 1.1rem;font-weight:600;cursor:pointer}.btn-primary{background:var(--primary);color:#fff}.input,select{width:100%;padding:.6rem .8rem;border:1px solid #e5e7eb;border-radius:10px}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(4,minmax(0,1fr))}.nav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eef2f7}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;max-width:1100px;margin:0 auto}.nav-brand{display:flex;align-items:center;gap:.6rem;font-weight:800;letter-spacing:-.02em}.nav-links{display:flex;gap:1rem;align-items:center}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:.7rem;border-bottom:1px solid #eef2f7;text-align:left}.table th{background:#fafafa;font-weight:700}.badge{padding:.25rem .5rem;border-radius:.5rem;background:#eef2ff;color:#3730a3;font-weight:600}.action-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;font-size:16px;cursor:pointer;border:none;transition:all .2s ease-in-out}.btn-edit{background-color:#e0f0ff;color:#007bff}.btn-edit:hover{background-color:#cce4ff}.btn-delete{background-color:#ffe0e0;color:#e63946}.btn-delete:hover{background-color:#fcc}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50}.confirm-box{background:#fff;padding:20px 25px;border-radius:8px;width:300px;text-align:center;box-shadow:0 4px 12px #0003}.confirm-box .actions{display:flex;justify-content:space-between;margin-top:15px}.btn{padding:8px 14px;border-radius:6px;border:none;cursor:pointer;font-size:14px;transition:background .2s}.btn-cancel:hover{background:#d0d0d0}.btn-confirm{background:#e63946;color:#fff}.btn-confirm:hover{background:#cc2c3a}.btn-warning{background:#ffc107;color:#fff}.btn-warning:hover{background:#fbbc00}.profile-card{background:#fff;padding:0 0 30px;border-radius:12px;width:100%;box-shadow:0 4px 15px #0000001a}.profile-header{text-align:center;margin-bottom:25px}.subtitle{color:#666;font-size:14px}.profile-container{display:flex;justify-content:center;padding:40px 20px}.profile-header{text-align:center;margin-bottom:20px;position:relative}.avatar{width:80px;height:80px;border-radius:50%;margin-bottom:10px}.subtitle{color:#666;font-size:14px;margin-bottom:10px}.edit-btn{display:inline-flex;align-items:center;gap:6px;background:#007bff;color:#fff;border:none;padding:8px 14px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s}.edit-btn:hover{background:#0056b3}.profile-details{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;padding:30px}.detail-row{display:flex;flex-direction:column;width:300px;border:1px solid #eee;border-radius:8px;padding:5px 15px;background:#fafafa}.detail-row label{font-size:13px;font-weight:900;margin-bottom:4px;color:#444}.detail-row p{padding:10px;background:#f9f9f9;border-radius:6px;font-size:14px;color:#333}.input{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.btn{padding:10px 16px;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s}.btn-cancel{background:#e0e0e0;color:#333}.btn-cancel:hover{background:#c9c9c9}.btn-save{background:#28a745;color:#fff}.btn-save:hover{background:#218838}.splash-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffc9;display:flex;justify-content:center;align-items:center;z-index:9999}.splash-box{text-align:center;animation:fadeIn .3s ease-in-out}.splash-box img{margin-bottom:12px}.splash-box p{font-size:16px;color:#333}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.profile-cover{height:80px;background:linear-gradient(180deg,#1976d2c5,#fff);border-radius:12px}.value{font-size:15px;color:#111827}.detail-row p,.detail-row span{margin:0}*{transition:background-color .3s ease,color .3s ease}body.dark-mode{background-color:#121212;color:#fff}body.light-mode{background-color:#f5f5f5;color:#2d3748}.dark-mode .container,.light-mode .container{background-color:transparent}.dark-mode .card,.dark-mode .paper-element{background-color:#1e1e1e;border-color:#333}.light-mode .card,.light-mode .paper-element{background-color:#fff;border-color:#e0e0e0}.dark-mode input,.dark-mode textarea,.dark-mode select{color:#fff;border-color:#444}.light-mode input,.light-mode textarea,.light-mode select{color:#2d3748;border-color:#e0e0e0}.dark-mode a{color:#8b9cf5}.light-mode a{color:#667eea}.dark-mode ::-webkit-scrollbar{width:12px}.dark-mode ::-webkit-scrollbar-track{background:#1e1e1e}.dark-mode ::-webkit-scrollbar-thumb{background:#444;border-radius:6px}.dark-mode ::-webkit-scrollbar-thumb:hover{background:#555}.light-mode ::-webkit-scrollbar{width:12px}.light-mode ::-webkit-scrollbar-track{background:#f1f1f1}.light-mode ::-webkit-scrollbar-thumb{background:#888;border-radius:6px}.light-mode ::-webkit-scrollbar-thumb:hover{background:#555}.dark-mode table{background-color:#1e1e1e;color:#fff}.dark-mode table th{background-color:#2a2a3e;border-color:#444}.dark-mode table td{border-color:#333}.light-mode table{background-color:#fff;color:#2d3748}.light-mode table th{background-color:#f7fafc;border-color:#e0e0e0}.light-mode table td{border-color:#e0e0e0}.dark-mode .loading-spinner{border-color:#444;border-top-color:#667eea}.light-mode .loading-spinner{border-color:#e0e0e0;border-top-color:#667eea}.dark-mode .modal,.dark-mode .dialog{background-color:#1e1e1e;border-color:#333}.light-mode .modal,.light-mode .dialog{background-color:#fff;border-color:#e0e0e0}.dark-mode pre,.dark-mode code{background-color:#2a2a3e;color:#f8f8f2}.light-mode pre,.light-mode code{background-color:#f7fafc;color:#2d3748}.dark-mode ::selection{background-color:#667eea;color:#fff}.light-mode ::selection{background-color:#667eea;color:#fff}.dark-mode *:focus{outline-color:#667eea}.light-mode *:focus{outline-color:#667eea}
