.dashboard-container{padding:2rem}.profile-container{min-height:100vh;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.profile-content{max-width:100%;width:100%;margin:0;background-color:#fff;border-radius:12px;box-shadow:none;border:none;overflow:hidden}.profile-header{padding:3rem 3rem 2.5rem;border-bottom:1px solid #e5e7eb;background:#fff;position:relative}.profile-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--profile-foreground-color, #009688) 0%,var(--profile-background-color, #B2DFDB) 100%)}.profile-header h1{font-size:2.5rem;font-weight:700;color:#111827;margin:0 0 .5rem;font-family:Inter,sans-serif;letter-spacing:-.025em}.profile-header p{font-size:1.125rem;color:#6b7280;margin:0;line-height:1.6;max-width:600px;font-weight:400}.profile-section{border-bottom:1px solid #f0f2f5;padding:2rem 3rem}.profile-section:last-child{border-bottom:none}.profile-section h2{font-size:1.375rem;font-weight:600;color:#333;margin:0 0 .75rem;font-family:Inter,sans-serif}.profile-section>p{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.6;max-width:600px}.profile-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1rem}.profile-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;border-radius:12px;transition:all .2s ease;border:1px solid #e5e7eb;background-color:#fff}.profile-item:hover{background-color:#f8fafc;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.profile-item:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.item-left{display:flex;flex-direction:column;flex:1}.item-label{font-size:1rem;color:#6b7280;margin-bottom:.375rem;font-weight:500}.item-value{font-size:1.125rem;color:#333;line-height:1.5;font-weight:500}.item-description{font-size:.9375rem;color:#9ca3af;line-height:1.4;margin-top:.375rem}.item-right{display:flex;align-items:center;gap:1rem}.profile-avatar{width:3rem;height:3rem;border-radius:50%;background-color:var(--profile-background-color, #B2DFDB);display:flex;align-items:center;justify-content:center;color:var(--profile-foreground-color, #009688);font-size:1.25rem;font-weight:600;flex-shrink:0;border:none}.chevron-icon{width:1.5rem;height:1.5rem;color:#9ca3af;flex-shrink:0;transition:color .2s ease}.profile-item:hover .chevron-icon{color:#6b7280}.loading{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1rem;color:#6b7280;background-color:#fff;font-family:Inter,sans-serif}@media (max-width: 1024px){.profile-items{grid-template-columns:1fr}.profile-container{padding:0}.profile-header{padding:2rem 2rem 1.5rem}.profile-section{padding:1.5rem 2rem}}@media (max-width: 768px){.profile-container{padding:0}.profile-content{border-radius:0}.profile-header{padding:1.5rem 1.5rem 1.25rem}.profile-header h1{font-size:1.875rem}.profile-section{padding:1.25rem 1.5rem}.profile-section h2{font-size:1.25rem}.profile-item{padding:1.25rem;border-radius:12px}.profile-item:hover{transform:translateY(-1px)}.item-right{gap:.75rem}.profile-avatar{width:2.5rem;height:2.5rem;font-size:1.125rem;background-color:var(--profile-background-color, #B2DFDB);color:var(--profile-foreground-color, #009688);border:none}.profile-items{grid-template-columns:1fr;gap:.75rem}}@media (max-width: 480px){.profile-container{padding:0}.profile-header{padding:1.25rem 1rem 1rem}.profile-header h1{font-size:1.625rem}.profile-section{padding:1rem}.profile-section h2{font-size:1.125rem}.item-value{font-size:1rem}.profile-avatar{width:2.25rem;height:2.25rem;font-size:1rem;background-color:var(--profile-background-color, #B2DFDB);color:var(--profile-foreground-color, #009688);border:none}.profile-item{padding:1rem;border-radius:10px}}.popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.popup-container{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:500px;max-height:90vh;overflow:hidden}.popup-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f0f2f5}.popup-header h3{margin:0;font-size:1.375rem;font-weight:600;color:#111827;font-family:Inter,sans-serif}.popup-content{padding:1.5rem}.popup-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem;font-family:Inter,sans-serif}.popup-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:all .2s ease;box-sizing:border-box}.popup-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.popup-buttons{display:flex;gap:.75rem;padding:1rem 1.5rem 1.5rem;background-color:#f9fafb;justify-content:flex-end}.popup-button{padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease;border:none;min-width:80px}.popup-button-cancel{background-color:#fff;color:#374151;border:1px solid #d1d5db}.popup-button-cancel:hover{background-color:#f9fafb;border-color:#9ca3af}.popup-button-save{background-color:#3b82f6;color:#fff}.popup-button-save:hover{background-color:#2563eb}.popup-button:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (max-width: 768px){.popup-overlay{padding:.5rem}.popup-container{max-width:100%;border-radius:8px}.popup-header{padding:1.25rem 1.25rem .75rem}.popup-header h3{font-size:1.25rem}.popup-content{padding:1.25rem}.popup-buttons{padding:.75rem 1.25rem 1.25rem;flex-direction:column-reverse}.popup-button{width:100%}}.loading,.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:2rem;text-align:center}.loading{font-size:1.125rem;color:#6b7280;font-weight:500}.error{color:#dc2626}.error h3{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#dc2626}.error p{font-size:1rem;margin:0 0 1.5rem;color:#6b7280;max-width:400px}.retry-button{background-color:var(--profile-foreground-color, #009688);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.retry-button:hover{background-color:var(--profile-foreground-color, #00796b);filter:brightness(.9)}.retry-button:focus{outline:2px solid var(--profile-foreground-color, #009688);outline-offset:2px}
