@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background:#05966933;color:#111827}.toast-container{position:fixed;top:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:12px;background:#fff;box-shadow:0 10px 40px -10px #00000026,0 0 2px #0000001a;animation:slideIn .3s ease-out;border-left:4px solid}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-icon{flex-shrink:0;width:24px;height:24px}.toast-icon svg{width:100%;height:100%}.toast-success{border-left-color:#10b981}.toast-success .toast-icon{color:#10b981}.toast-error{border-left-color:#ef4444}.toast-error .toast-icon{color:#ef4444}.toast-warning{border-left-color:#f59e0b}.toast-warning .toast-icon{color:#f59e0b}.toast-info{border-left-color:#3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-content{flex:1;min-width:0}.toast-message{margin:0;font-size:.875rem;color:#1f2937;line-height:1.5}.toast-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:6px;transition:all .2s}.toast-close:hover{background:#f3f4f6;color:#6b7280}.toast-close svg{width:16px;height:16px}@media(max-width:640px){.toast-container{top:1rem;right:1rem;left:1rem;max-width:none}}.sidebar{position:fixed;top:0;left:0;height:100vh;width:220px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar.closed{width:70px}.sidebar-header{padding:1.25rem;border-bottom:1px solid #e5e7eb}.sidebar-logo{display:flex;align-items:center;gap:.75rem}.logo-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#059669,#047857);border-radius:10px;color:#fff}.logo-icon svg{width:24px;height:24px}.logo-text{font-size:1.25rem;font-weight:700;color:#111827;white-space:nowrap}.sidebar-nav{flex:1;padding:1rem .75rem;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:.25rem;color:#6b7280;text-decoration:none;border-radius:10px;transition:all .2s;background:transparent;border:none;width:100%;cursor:pointer;font-family:inherit;font-size:.9375rem}.nav-item:hover{background:#f3f4f6;color:#374151}.nav-item.active{background:#0596691a;color:#059669;font-weight:500}.nav-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.nav-icon svg{width:20px;height:20px}.nav-label{white-space:nowrap;overflow:hidden}.sidebar-footer{padding:1rem .75rem;border-top:1px solid #e5e7eb}.logout-btn{color:#ef4444}.logout-btn:hover{background:#ef44441a;color:#dc2626}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:99;opacity:0;transition:opacity .3s}.sidebar-overlay.active{opacity:1}@media(max-width:1024px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:block}}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e5e7eb}.header-left{display:flex;align-items:center;gap:1rem}.header-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:none;color:#6b7280;cursor:pointer;border-radius:8px;transition:all .2s}.header-toggle:hover{background:#f3f4f6;color:#374151}.header-toggle svg{width:24px;height:24px}.header-title{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.header-right{display:flex;align-items:center;gap:1rem}.header-user{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#f9fafb;border-radius:12px}.user-avatar{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#059669,#047857);color:#fff;font-weight:600;font-size:1rem;border-radius:10px}.user-info{display:flex;flex-direction:column}.user-name{font-size:.875rem;font-weight:500;color:#111827}.user-role{font-size:.75rem;color:#6b7280}@media(max-width:640px){.header{padding:1rem}.header-title{font-size:1.25rem}.user-info{display:none}}.layout{display:flex;min-height:100vh;background:#f8fafc;flex-wrap:nowrap}.layout-main{flex:1;display:flex;flex-direction:column;min-width:0}.layout-content{flex:1;padding:1.5rem;overflow-y:auto}@media(max-width:1024px){.layout.sidebar-open .layout-main,.layout.sidebar-closed .layout-main{margin-left:0}}@media(max-width:640px){.layout-content{padding:1rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:500;border:none;border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;position:relative;overflow:hidden}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-small{padding:.5rem 1rem;font-size:.8125rem;height:36px}.btn-medium{padding:.625rem 1.25rem;font-size:.875rem;height:42px}.btn-large{padding:.75rem 1.5rem;font-size:1rem;height:48px}.btn-primary{background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 2px 8px -2px #05966966}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px -2px #05966980}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-outline{background:transparent;color:#059669;border:1.5px solid #059669}.btn-outline:hover:not(:disabled){background:#05966914}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px -2px #ef444466}.btn-danger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px -2px #ef444480}.btn-ghost{background:transparent;color:#6b7280}.btn-ghost:hover:not(:disabled){background:#f3f4f6;color:#374151}.btn-full{width:100%}.btn-loading .btn-text{opacity:.7}.btn-spinner{display:inline-flex;animation:spin 1s linear infinite}.btn-spinner svg{width:18px;height:18px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-icon{display:inline-flex;align-items:center;justify-content:center}.btn-icon svg{width:18px;height:18px}.input-wrapper{display:flex;flex-direction:column;gap:.5rem}.input-label{font-size:.875rem;font-weight:500;color:#374151}.input-container{position:relative;display:flex;align-items:center}.input-field{width:100%;height:44px;padding:0 1rem;font-family:inherit;font-size:.9375rem;color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;transition:all .2s}.input-field::placeholder{color:#9ca3af}.input-field:hover{border-color:#d1d5db}.input-field:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a}.input-with-icon .input-field{padding-left:2.75rem}.input-with-icon.input-icon-right .input-field{padding-left:1rem;padding-right:2.75rem}.input-icon{position:absolute;display:flex;align-items:center;justify-content:center;color:#9ca3af;pointer-events:none}.input-icon svg{width:20px;height:20px}.input-icon-left{left:.875rem}.input-icon-right{right:.875rem}.input-password-toggle{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;color:#9ca3af;cursor:pointer;border-radius:6px;transition:all .2s}.input-password-toggle:hover{background:#f3f4f6;color:#6b7280}.input-password-toggle svg{width:20px;height:20px}.input-error .input-field{border-color:#ef4444}.input-error .input-field:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-helper{font-size:.8125rem;color:#6b7280}.input-helper-error{color:#ef4444}.input-full{width:100%}.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{position:relative;width:100%;max-height:calc(100vh - 2rem);background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-small{max-width:400px}.modal-medium{max-width:540px}.modal-large{max-width:720px}.modal-full{max-width:90vw;max-height:90vh}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.modal-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;color:#6b7280;cursor:pointer;border-radius:8px;transition:all .2s}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-close svg{width:20px;height:20px}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 16px 16px}.select-wrapper{display:flex;flex-direction:column;gap:.5rem}.select-label{font-size:.875rem;font-weight:500;color:#374151}.select-container{position:relative;display:flex;align-items:center}.select-field{width:100%;height:44px;padding:0 2.5rem 0 1rem;font-family:inherit;font-size:.9375rem;color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;cursor:pointer;appearance:none;transition:all .2s}.select-field:hover{border-color:#d1d5db}.select-field:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a}.select-arrow{position:absolute;right:.875rem;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#9ca3af}.select-arrow svg{width:20px;height:20px}.select-error .select-field{border-color:#ef4444}.select-error .select-field:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.select-helper{font-size:.8125rem;color:#6b7280}.select-helper-error{color:#ef4444}.select-full{width:100%}.card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #e5e7eb}.card-padding{padding:1.5rem}.card-hoverable{cursor:pointer;transition:all .2s}.card-hoverable:hover{transform:translateY(-2px);box-shadow:0 10px 40px -10px #00000026}.card-header{margin-bottom:1rem}.card-title{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.card-subtitle{margin:.25rem 0 0;font-size:.875rem;color:#6b7280}.card-content{color:#374151}.card-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#f0fdf4,#ecfdf5,#d1fae5)}.login-background{position:absolute;inset:0;overflow:hidden;pointer-events:none}.bg-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.bg-shape-1{width:600px;height:600px;background:#10b981;top:-200px;right:-100px;animation:float 20s ease-in-out infinite}.bg-shape-2{width:400px;height:400px;background:#059669;bottom:-100px;left:-100px;animation:float 15s ease-in-out infinite reverse}.bg-shape-3{width:300px;height:300px;background:#34d399;top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 10s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.5}}.login-container{position:relative;z-index:10;width:100%;max-width:440px;padding:1.5rem}.login-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 25px 50px -12px #00000026,0 0 2px #0000000d}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:72px;height:72px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#059669,#047857);border-radius:18px;color:#fff;box-shadow:0 8px 20px -4px #05966966}.login-logo svg{width:36px;height:36px}.login-title{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#111827}.login-subtitle{margin:0;font-size:.9375rem;color:#6b7280}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-api-error{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-size:.9375rem}.login-api-error svg{width:20px;height:20px;flex-shrink:0}.login-footer{margin-top:2rem;text-align:center}.login-footer p{margin:0;font-size:.8125rem;color:#9ca3af}@media(max-width:480px){.login-card{padding:1.5rem;border-radius:20px}.login-logo{width:60px;height:60px;border-radius:16px}.login-logo svg{width:30px;height:30px}.login-title{font-size:1.5rem}}.dashboard{width:100%;max-width:100%}.dashboard-header{margin-bottom:2rem}.dashboard-title{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#111827}.dashboard-subtitle{margin:0;color:#6b7280;font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{display:flex;align-items:center;gap:1rem;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%}.stat-card-primary:before{background:#3b82f6}.stat-card-success:before{background:#10b981}.stat-card-warning:before{background:#f59e0b}.stat-card-danger:before{background:#ef4444}.stat-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0}.stat-card-primary .stat-icon{background:#3b82f61a;color:#3b82f6}.stat-card-success .stat-icon{background:#10b9811a;color:#10b981}.stat-card-warning .stat-icon{background:#f59e0b1a;color:#f59e0b}.stat-card-danger .stat-icon{background:#ef44441a;color:#ef4444}.stat-icon svg{width:26px;height:26px}.stat-content{display:flex;flex-direction:column;flex:1;min-width:0}.stat-value{font-size:1.75rem;font-weight:700;color:#111827;line-height:1.2}.stat-title{font-size:.875rem;color:#6b7280}.stat-trend{position:absolute;top:1rem;right:1rem;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:6px}.stat-trend.positive{background:#10b9811a;color:#10b981}.stat-trend.negative{background:#ef44441a;color:#ef4444}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.action-list{display:flex;flex-direction:column;gap:.75rem}.action-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;text-decoration:none;transition:all .2s}.action-item:hover{background:#f3f4f6;transform:translate(4px)}.action-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.action-icon svg{width:22px;height:22px}.action-icon.success{background:#10b9811a;color:#10b981}.action-icon.info{background:#3b82f61a;color:#3b82f6}.action-icon.primary{background:#0596691a;color:#059669}.action-content{display:flex;flex-direction:column}.action-title{font-size:.9375rem;font-weight:500;color:#111827}.action-desc{font-size:.8125rem;color:#6b7280}.info-content{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.info-item:last-child{padding-bottom:0;border-bottom:none}.info-label{font-size:.875rem;color:#6b7280}.info-value{font-size:.9375rem;font-weight:500;color:#111827}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:640px){.stats-grid{grid-template-columns:1fr}.stat-card{padding:1.25rem}}.students-page{width:100%;max-width:100%}.table-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;gap:1rem;flex-wrap:wrap}.toolbar-left{display:flex;gap:.75rem;flex-wrap:wrap}.toolbar-right{display:flex;align-items:center;gap:.75rem}.selected-count{font-size:.875rem;color:#6b7280;padding-right:.5rem}.th-checkbox{width:50px}.font-mono{font-family:SF Mono,Monaco,Courier New,monospace;font-size:.875rem}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px}.status-success{background:#10b9811a;color:#059669}.status-warning{background:#f59e0b1a;color:#d97706}.status-danger{background:#ef44441a;color:#dc2626}.action-btn.approve{color:#10b981}.action-btn.approve:hover{background:#10b9811a}.action-btn.reject{color:#ef4444}.action-btn.reject:hover{background:#ef44441a}.import-content{text-align:center;padding:1rem 0}.import-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:16px;color:#6b7280}.import-icon svg{width:40px;height:40px}.import-text{margin:0 0 .75rem;font-size:1rem;color:#374151}.import-hint{margin:0;font-size:.8125rem;color:#9ca3af}input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#059669}@media(max-width:768px){.table-toolbar{flex-direction:column;align-items:stretch}.toolbar-left,.toolbar-right,.toolbar-left .input-wrapper{width:100%}.toolbar-right{justify-content:flex-start}}.users-page{width:100%;max-width:100%}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.page-subtitle{margin:.25rem 0 0;font-size:.875rem;color:#6b7280}.header-actions{display:flex;gap:.75rem}.table-card{overflow:hidden}.table-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;gap:1rem}.toolbar-left{display:flex;gap:.75rem}.toolbar-left .input-wrapper{width:280px}.table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.data-table th{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#f9fafb}.data-table td{font-size:.9375rem;color:#374151}.data-table tbody tr:hover{background:#f9fafb}.user-name{font-weight:500}.role-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px;background:#3b82f61a;color:#2563eb}.action-buttons{display:flex;gap:.5rem}.action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s}.action-btn svg{width:18px;height:18px}.action-btn.edit{color:#3b82f6}.action-btn.edit:hover{background:#3b82f61a}.action-btn.delete{color:#ef4444}.action-btn.delete:hover{background:#ef44441a}.loading-cell,.empty-cell{text-align:center;padding:3rem 1rem!important}.loading-spinner{width:32px;height:32px;margin:0 auto .75rem;border:3px solid #e5e7eb;border-top-color:#059669;border-radius:50%;animation:spin 1s linear infinite}.empty-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#9ca3af}.empty-state svg{width:48px;height:48px}.form-content{display:flex;flex-direction:column;gap:1rem}.delete-content{text-align:center;padding:1rem 0}.delete-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#ef44441a;border-radius:50%;color:#ef4444}.delete-icon svg{width:32px;height:32px}.delete-content p{margin:0 0 .5rem;color:#374151}.delete-hint{font-size:.875rem;color:#9ca3af}@media(max-width:768px){.table-toolbar{flex-direction:column;align-items:stretch}.toolbar-left .input-wrapper{width:100%}}.profile-page{width:100%;max-width:100%}.page-header{margin-bottom:1.5rem}.page-title{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.profile-content{display:flex;flex-direction:column;gap:1.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;color:#6b7280}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#059669;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.profile-card{padding:2rem}.profile-header{display:flex;align-items:center;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.profile-avatar{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#059669,#047857);color:#fff;font-weight:700;font-size:2rem;border-radius:20px;flex-shrink:0}.profile-info{flex:1}.profile-name{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;color:#111827}.profile-email{margin:0 0 .5rem;color:#6b7280}.profile-role{display:inline-flex;padding:.25rem .75rem;font-size:.75rem;font-weight:500;background:#0596691a;color:#059669;border-radius:9999px}.profile-details{display:grid;gap:1rem;margin-bottom:1.5rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.detail-item:last-child{border-bottom:none}.detail-label{font-size:.9375rem;color:#6b7280}.detail-value{font-size:.9375rem;font-weight:500;color:#111827}.profile-actions{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.password-form{display:flex;flex-direction:column;gap:1rem}@media(max-width:640px){.profile-card{padding:1.5rem}.profile-header{flex-direction:column;text-align:center}.profile-actions{flex-direction:column}}#root{width:100%;min-height:100vh}
