.bs-dashboard,.bs-dashboard *,.bs-dashboard *:before,.bs-dashboard *:after{box-sizing:border-box}.bs-dashboard{display:grid;grid-template-columns:1fr;gap:1rem;padding:1rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.bs-dashboard{grid-template-columns:1fr 1fr}.bs-dashboard__full{grid-column:1 / -1}.bs-dashboard__sidebar{grid-column:1 / 2}.bs-dashboard__main{grid-column:2 / -1}}@media(min-width:1024px){.bs-dashboard{grid-template-columns:280px 1fr}.bs-dashboard__sidebar{grid-column:1 / 2}.bs-dashboard__main{grid-column:2 / -1}}.bs-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px #0000000d}.bs-card__header{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.bs-field-group{display:flex;flex-direction:column;margin-bottom:1rem}.bs-field-group label{font-size:.875rem;font-weight:500;margin-bottom:.25rem;color:#374151}.bs-field{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;transition:border-color .15s ease;width:100%}.bs-field:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.bs-field[aria-invalid=true]{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.bs-field-error{color:#dc2626;font-size:.8rem;margin-top:.25rem;line-height:1.3}.bs-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s ease,opacity .15s ease;min-width:140px}.bs-submit:hover:not(:disabled){background:#1d4ed8}.bs-submit:disabled,.bs-submit--loading{opacity:.65;cursor:not-allowed}.bs-spinner{display:inline-flex;align-items:center}.bs-spinner__icon{animation:bs-spin .8s linear infinite}@keyframes bs-spin{to{transform:rotate(360deg)}}.bs-profile-progress{width:100%;margin-bottom:1.5rem}.bs-profile-progress__label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.375rem;display:block}.bs-profile-progress__track{width:100%;height:10px;background:#e5e7eb;border-radius:99px;overflow:hidden}.bs-profile-progress__bar{height:100%;width:0%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:99px;transition:width .3s ease}#bs-toast{display:none;position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;padding:.875rem 1.25rem;background:#059669;color:#fff;border-radius:8px;font-size:.9rem;box-shadow:0 4px 12px #00000026;animation:bs-toast-in .3s ease}@keyframes bs-toast-in{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@media(max-width:782px){.postbox .inside .bs-admin-meta{flex-direction:column}.postbox .inside .bs-admin-meta>*{width:100%;margin-bottom:.5rem}}.bs-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.bs-table-wrap table{min-width:600px}@media(pointer:coarse){.bs-field,.bs-submit{min-height:44px}.bs-field-group label{padding-top:.25rem}}
.bs-profile-app{max-width:900px;margin:0 auto}.bs-profile-app>h1{font-size:1.75rem;font-weight:700;margin:0 0 1rem;color:#111827}.bs-profile-form{margin-top:1rem}.bs-profile-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media(min-width:900px){.bs-profile-layout{grid-template-columns:1fr 300px}}.bs-profile-main{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.bs-profile-sidebar{display:flex;flex-direction:column;gap:1rem}@media(min-width:900px){.bs-profile-sidebar{position:sticky;top:1.5rem}}.bs-form-section{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #f3f4f6}.bs-form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.bs-form-section h2{font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:#111827}.bs-profile-input{display:block;width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;color:#111827;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.bs-profile-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.bs-profile-input[aria-invalid=true]{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.1)}.bs-avatar-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.bs-avatar-preview img{width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.bs-avatar-upload{display:flex;flex-direction:column;gap:.25rem}.bs-sidebar-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.bs-sidebar-card h3{font-size:1rem;font-weight:600;margin:0 0 .75rem;color:#111827}.bs-sidebar-card ul{margin:0;padding-left:1.1rem;color:#4b5563;font-size:.875rem;line-height:1.6}.bs-progress-section{margin-bottom:1.5rem}.bs-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.bs-progress-label{font-size:.9rem;font-weight:600;color:#374151}.bs-progress-pct{font-size:.9rem;font-weight:700;color:#2563eb}.bs-progress-track{width:100%;height:10px;background:#e5e7eb;border-radius:99px;overflow:hidden}.bs-progress-fill{height:100%;border-radius:99px;transition:width .3s ease}.bs-progress-hint{margin:.5rem 0 0;font-size:.825rem;color:#6b7280}
