:root{--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg-base:#030711;--bg-sidebar:#080c16;--bg-surface:#0f1524;--bg-surface-hover:#1b2132;--border-subtle:#27344966;--border-focus:#4786eb80;--text-primary:#f8fafc;--text-secondary:#bcc5d2;--text-muted:#8792a1;--primary-glow:linear-gradient(135deg, #9355f6, #3882fa);--accent-color:#856ef7}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;min-height:100vh;overflow:hidden}.app-layout{width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{background-color:var(--bg-sidebar);border-right:1px solid var(--border-subtle);z-index:10;flex-direction:column;width:260px;padding:2rem 1.25rem;display:flex}.logo{font-family:var(--font-heading);letter-spacing:.05em;align-items:center;gap:.6rem;margin-bottom:2.5rem;padding-left:.5rem;font-size:1.4rem;font-weight:800;display:flex}.logo-icon{background:var(--primary-glow);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.6rem}.logo-text span{color:var(--text-secondary);font-weight:300}.sidebar-nav{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.nav-item{color:var(--text-secondary);border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:var(--text-primary);background:#ffffff0a}.nav-item.active{background:var(--primary-glow);color:#fff;box-shadow:0 4px 14px #6366f140}.nav-icon{font-size:1.1rem}.sidebar-footer{border-top:1px solid var(--border-subtle);padding-top:1rem}.status-badge{color:#8cf2bf;background:#10b9811a;border:1px solid #10b98133;border-radius:9999px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.status-indicator{background-color:#1ae680;border-radius:50%;width:6px;height:6px}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.2)}}.content-wrapper{flex-direction:column;flex:1;height:100%;display:flex;position:relative;overflow:hidden}.grid-background{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60%,#000 80%,#0000 100%);mask-image:radial-gradient(70% 60%,#000 80%,#0000 100%)}.top-header{border-bottom:1px solid var(--border-subtle);z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0c164d;justify-content:space-between;align-items:center;height:70px;padding:0 2.5rem;display:flex}.top-header h2{font-family:var(--font-heading);font-size:1.4rem;font-weight:700}.user-profile{cursor:pointer;border-radius:10px;align-items:center;gap:.75rem;padding:.4rem .75rem;transition:background .2s;display:flex}.user-profile:hover{background:#ffffff0d}.profile-caret{color:var(--text-muted);font-size:.75rem;transition:transform .2s}.user-profile:hover .profile-caret{transform:translateY(1px)}.avatar{background:var(--primary-glow);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.username{color:var(--text-secondary);font-size:.95rem;font-weight:600}.views-container{z-index:1;flex:1;padding:2.5rem;position:relative;overflow-y:auto}.tab-view{animation:.4s fadeIn;display:none}.tab-view.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.welcome-box{margin-bottom:3rem}.welcome-box h1{font-family:var(--font-heading);margin-bottom:.5rem;font-size:2.8rem;font-weight:800}.gradient-text{background:var(--primary-glow);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.welcome-box p{color:var(--text-secondary);font-size:1.1rem}.welcome-box code{color:var(--accent-color);background:#ffffff14;border-radius:4px;padding:.15rem .4rem;font-family:monospace}.solutions-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.solution-card{background:var(--bg-surface);border:1px solid var(--border-subtle);cursor:pointer;border-radius:14px;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.75rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.solution-card:hover{border-color:var(--border-focus);background:var(--bg-surface-hover);transform:translateY(-3px)}.card-badge{text-transform:uppercase;color:var(--accent-color);background:#6366f11a;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.solution-card h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:600}.solution-card p{color:var(--text-muted);flex-grow:1;font-size:.9rem;line-height:1.4}.card-link{color:var(--text-primary);margin-top:.5rem;font-size:.85rem;font-weight:600}.module-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:16px;max-width:800px;margin:0 auto;padding:2.25rem}.module-card-header{border-bottom:1px solid var(--border-subtle);margin-bottom:2rem;padding-bottom:1rem}.module-card-header h2{font-family:var(--font-heading);font-size:1.6rem;font-weight:700}.module-card-header p{color:var(--text-muted);font-size:.95rem}.todo-input-group{gap:.75rem;margin-bottom:1.5rem;display:flex}.todo-input-group input,.post-creator textarea,.inbox-search input,.chat-input-bar input{border:1px solid var(--border-subtle);color:#fff;font-family:var(--font-body);background:#0003;border-radius:8px;outline:none;flex-grow:1;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.todo-input-group input:focus,.post-creator textarea:focus,.inbox-search input:focus,.chat-input-bar input:focus{border-color:var(--border-focus)}.btn-primary{background:var(--primary-glow);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:filter .2s}.btn-primary:hover{filter:brightness(1.1)}.todo-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.todo-item{border:1px solid var(--border-subtle);background:#ffffff04;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .2s;display:flex}.todo-item:hover{background:#ffffff08}.todo-item-content{cursor:pointer;align-items:center;gap:.75rem;display:flex}.todo-checkbox{border:2px solid var(--border-subtle);border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;transition:all .2s;display:flex}.todo-item.completed .todo-checkbox{background:var(--accent-color);border-color:var(--accent-color);color:var(--bg-base)}.todo-item.completed .todo-text{color:var(--text-muted);text-decoration:line-through}.todo-delete{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.1rem;transition:color .2s}.todo-delete:hover{color:#ed5e5e}.calendar-layout{flex-direction:column;gap:1.5rem;display:flex}.calendar-header-nav{justify-content:space-between;align-items:center;display:flex}.calendar-header-nav button{border:1px solid var(--border-subtle);color:#fff;cursor:pointer;background:#ffffff0d;border-radius:8px;width:36px;height:36px;transition:background .2s}.calendar-header-nav button:hover{background:#ffffff1a}.calendar-grid{text-align:center;grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.calendar-day-header{color:var(--text-muted);text-transform:uppercase;padding:.5rem 0;font-size:.8rem;font-weight:700}.calendar-cell{border:1px solid var(--border-subtle);cursor:pointer;background:#ffffff03;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.35rem;min-height:80px;padding:.5rem;transition:all .2s;display:flex;position:relative}.calendar-cell:hover{border-color:var(--border-focus);background:#ffffff0a}.calendar-cell.today{border-color:var(--accent-color);background:#6366f10d}.calendar-date-number{font-size:.9rem;font-weight:600}.calendar-event{background:var(--primary-glow);color:#fff;text-align:left;white-space:nowrap;text-overflow:ellipsis;border-radius:4px;width:100%;padding:.15rem .35rem;font-size:.7rem;overflow:hidden}.post-creator{border-bottom:1px solid var(--border-subtle);flex-direction:column;align-items:flex-end;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.post-creator textarea{resize:vertical;width:100%;min-height:80px}.feed-timeline{flex-direction:column;gap:1.25rem;display:flex}.feed-post{border:1px solid var(--border-subtle);background:#ffffff04;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.post-header{align-items:center;gap:.75rem;display:flex}.post-meta{flex-direction:column;display:flex}.post-author{font-size:.95rem;font-weight:700}.post-time{color:var(--text-muted);font-size:.75rem}.post-body{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.storage-container{flex-direction:column;gap:2rem;display:flex}.drag-drop-zone{border:2px dashed var(--border-subtle);text-align:center;cursor:pointer;background:#ffffff01;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:3rem;transition:all .2s;display:flex}.drag-drop-zone:hover{border-color:var(--border-focus);background:#6366f105}.upload-icon{font-size:2.5rem}.file-list-container h4{font-family:var(--font-heading);margin-bottom:1rem;font-size:1.1rem}.file-list{flex-direction:column;gap:.75rem;display:flex}.file-item{border:1px solid var(--border-subtle);background:#ffffff04;border-radius:8px;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.9rem;display:flex}.file-info{align-items:center;gap:.75rem;display:flex}.file-icon{font-size:1.2rem}.file-size{color:var(--text-muted);font-size:.8rem}.comm-layout{max-width:900px;height:520px;padding:0;display:flex;overflow:hidden}.inbox-sidebar{border-right:1px solid var(--border-subtle);background:#0000001a;flex-direction:column;width:250px;display:flex}.inbox-search{border-bottom:1px solid var(--border-subtle);padding:1rem}.inbox-search input{padding:.5rem .75rem;font-size:.85rem}.contact-list{flex-grow:1;overflow-y:auto}.contact-item{cursor:pointer;border-bottom:1px solid #ffffff05;align-items:center;gap:.75rem;padding:1rem;transition:background .2s;display:flex}.contact-item:hover,.contact-item.active{background:#ffffff08}.contact-avatar{background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:700;display:flex}.contact-info{flex-direction:column;gap:.15rem;display:flex;overflow:hidden}.contact-name{font-size:.9rem;font-weight:600}.contact-last-msg{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.chat-area{background:#00000026;flex-direction:column;flex:1;display:flex}.chat-header{border-bottom:1px solid var(--border-subtle);background:#0000001a;padding:1rem 1.5rem}.chat-header h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:600}.chat-messages{flex-direction:column;flex-grow:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.chat-placeholder{color:var(--text-muted);margin:auto;font-size:.9rem;font-style:italic}.chat-bubble{border-radius:12px;max-width:70%;padding:.75rem 1rem;font-size:.9rem;line-height:1.4}.chat-bubble.incoming{background:#ffffff0d;border-bottom-left-radius:2px;align-self:flex-start}.chat-bubble.outgoing{background:var(--primary-glow);color:#fff;border-bottom-right-radius:2px;align-self:flex-end}.chat-input-bar{border-top:1px solid var(--border-subtle);background:#0000001a;gap:.75rem;padding:1rem 1.5rem;display:flex}.chat-input-bar input{padding:.6rem 1rem;font-size:.9rem}.monitor-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.refresh-indicator{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.refresh-indicator:before{content:"";background:var(--accent-color);border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulse;display:inline-block}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.metric-card{border:1px solid var(--border-subtle);background:#ffffff04;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.metric-card h4{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;font-size:.8rem}.metric-value{font-family:var(--font-heading);font-size:1.6rem;font-weight:800}.progress-bar-container{background:#ffffff0d;border-radius:999px;width:100%;height:6px;margin-top:.25rem;overflow:hidden}.progress-bar{background:var(--primary-glow);border-radius:999px;height:100%;transition:width .8s cubic-bezier(.16,1,.3,1)}.services-container h3{font-family:var(--font-heading);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.services-list{flex-direction:column;gap:.65rem;display:flex}.service-item{border:1px solid var(--border-subtle);background:#ffffff04;border-radius:8px;justify-content:space-between;align-items:center;padding:.85rem 1.15rem;font-size:.9rem;display:flex}.service-name{font-family:monospace;font-weight:500}.service-status{text-transform:uppercase;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.service-status.active{color:#8cf2bf;background:#10b9811a}.service-status.inactive{color:#f28c8c;background:#ef44441a}.service-item.loading{color:var(--text-muted);justify-content:center;font-style:italic}footer{text-align:center;border-top:1px solid var(--border-subtle);color:var(--text-muted);margin-top:auto;padding:2rem;font-size:.85rem}@media (width<=850px){.app-layout{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--border-subtle);width:100%;height:auto;padding:1.25rem}.logo{margin-bottom:1rem}.sidebar-nav{flex-flow:wrap}.comm-layout{flex-direction:column;height:auto}.inbox-sidebar{border-right:none;border-bottom:1px solid var(--border-subtle);width:100%;height:180px}}@media (width<=600px){body{overflow:auto}.app-layout{height:auto;min-height:100vh;overflow:visible}.sidebar{padding:.85rem;position:sticky;top:0}.sidebar .logo{margin-bottom:.75rem;padding-left:.25rem;font-size:1rem}.sidebar-nav{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:.45rem;margin:0 -.25rem;padding:0 .25rem .35rem;overflow-x:auto}.nav-item{white-space:nowrap;flex:none;min-height:40px;padding:.55rem .75rem;font-size:.82rem}.sidebar-footer{display:none}.content-wrapper{min-height:0;overflow:visible}.top-header{height:58px;padding:0 1rem}.top-header h2{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1.05rem;overflow:hidden}.user-profile{gap:.5rem;padding:.35rem}.username,.profile-caret{display:none}.views-container{padding:1rem;overflow:visible}.welcome-box{margin-bottom:1.25rem}.welcome-box h1{font-size:1.9rem;line-height:1.05}.welcome-box p{font-size:.95rem;line-height:1.55}.solutions-grid{grid-template-columns:1fr;gap:.85rem}.solution-card,.module-card{border-radius:12px;padding:1.1rem}.module-card-header{margin-bottom:1.25rem}.module-card-header h2{font-size:1.25rem}.todo-input-group,.chat-input-bar{flex-direction:column}.btn-primary{width:100%;min-height:44px}.calendar-grid{gap:.3rem}.calendar-day-header{padding:.35rem 0;font-size:.68rem}.calendar-cell{border-radius:6px;min-height:54px;padding:.35rem}.calendar-event{padding:.12rem .2rem;font-size:.6rem}.comm-layout{min-height:560px}.inbox-sidebar{height:150px}.chat-header,.chat-messages,.chat-input-bar{padding:.9rem}.chat-bubble{max-width:86%}.auth-card{border:none;border-radius:0;flex-direction:column;justify-content:center;max-width:none;min-height:100vh;padding:2rem 1.25rem;display:flex}}.auth-overlay{z-index:9999;background:radial-gradient(circle,#080f21,#030711);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-card{background:var(--bg-surface);border:1px solid var(--border-subtle);text-align:center;border-radius:16px;width:100%;max-width:400px;padding:3rem 2.5rem;box-shadow:0 20px 40px -15px #000000b3}.auth-card .logo{justify-content:center;margin-bottom:1.5rem}#auth-title{font-family:var(--font-heading);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.auth-subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:.85rem}.auth-form{text-align:left;flex-direction:column;gap:1.25rem;display:flex}.input-field{flex-direction:column;gap:.4rem;display:flex}.input-field label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.input-field input{border:1px solid var(--border-subtle);color:#fff;background:#00000040;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:.95rem}.input-field input:focus{border-color:var(--border-focus)}.auth-toggle-text{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.85rem}#auth-toggle-link{color:var(--accent-color);cursor:pointer;font-weight:600}#auth-toggle-link:hover{text-decoration:underline}.btn-logout{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border-radius:8px;width:100%;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.btn-logout:hover{color:#f28c8c;background:#ef44441a;border-color:#ef444433}.profile-module{background:linear-gradient(145deg,#0f1524fa,#0b101dfa),radial-gradient(circle at 16% 16%,#5eead414,#0000 28%);width:min(100%,980px);max-width:980px;padding:2rem}.profile-layout{grid-template-columns:280px minmax(0,1fr);align-items:stretch;gap:2.25rem;display:grid}.profile-module .module-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.profile-security-badge{white-space:nowrap;color:#88f2e7;background:#14b8a61a;border:1px solid #5eead438;border-radius:999px;align-items:center;padding:.4rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.profile-avatar-section{border:1px solid var(--border-subtle);background:#ffffff06;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:360px;padding:1.5rem;display:flex}.profile-avatar-ring{background:var(--primary-glow);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:156px;height:156px;padding:5px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 46px #3882fa2e}.profile-avatar-ring:hover{transform:translateY(-2px);box-shadow:0 22px 54px #6366f147}.profile-avatar-letter{background:var(--bg-surface);width:calc(100% - 10px);height:calc(100% - 10px);font-family:var(--font-heading);color:var(--text-primary);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:3.6rem;font-weight:800;display:flex}.profile-avatar-img{object-fit:cover;z-index:1;border-radius:50%;width:calc(100% - 10px);height:calc(100% - 10px);position:absolute}.profile-avatar-overlay{color:#fff;opacity:0;z-index:2;background:#000000a6;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;font-size:.75rem;font-weight:600;transition:opacity .25s;display:flex;position:absolute;inset:0}.profile-avatar-overlay span:first-child{font-size:1.3rem}.profile-avatar-ring:hover .profile-avatar-overlay{opacity:1}.profile-avatar-hint{max-width:210px;color:var(--text-muted);text-align:center;font-size:.8rem;line-height:1.5}.profile-avatar-btn{color:var(--text-primary);font-family:var(--font-body);cursor:pointer;background:#ffffff0e;border:1px solid #94a3b838;border-radius:8px;padding:.65rem .95rem;font-size:.86rem;font-weight:700;transition:border-color .2s,background .2s,transform .2s}.profile-avatar-btn:hover{border-color:var(--border-focus);background:#ffffff16;transform:translateY(-1px)}.profile-mini-stats{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.25rem;display:flex}.profile-mini-stats span{color:#c2ec83;background:#84cc1614;border:1px solid #84cc162e;border-radius:999px;padding:.28rem .55rem;font-size:.72rem;font-weight:700}.profile-form{flex-direction:column;gap:1rem;min-width:0;display:flex}.profile-section-title{justify-content:space-between;align-items:baseline;gap:1rem;padding-top:.2rem;display:flex}.profile-section-title:not(:first-child){border-top:1px solid var(--border-subtle);margin-top:.45rem;padding-top:1.25rem}.profile-section-title span{font-family:var(--font-heading);font-size:1rem;font-weight:700}.profile-section-title small{color:var(--text-muted);font-size:.78rem}.profile-field{flex-direction:column;gap:.5rem;display:flex}.profile-field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:800}.profile-field input{border:1px solid var(--border-subtle);color:#fff;min-height:52px;font-family:var(--font-body);background:#00000040;border-radius:8px;outline:none;padding:.8rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s,background .2s}.profile-field input:focus{border-color:var(--border-focus);background:#00000057;box-shadow:0 0 0 3px #6366f114}.profile-field-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.profile-actions{border-top:1px solid var(--border-subtle);align-items:center;gap:1rem;margin-top:.75rem;padding-top:1.25rem;display:flex}.profile-save-status{font-size:.85rem;font-weight:500;transition:opacity .3s}.profile-save-status.saving{color:var(--text-muted);animation:1s infinite statusPulse}.profile-save-status.success{color:#5eeda6}.profile-save-status.error{color:#ed5e5e}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.4}}@media (width<=850px){.profile-layout{grid-template-columns:1fr}.profile-avatar-section{min-height:auto}.profile-field-row{grid-template-columns:1fr}.profile-module .module-card-header,.profile-section-title,.profile-actions{flex-direction:column;align-items:flex-start}}@media (width<=600px){.profile-module{width:100%;padding:1rem}.profile-avatar-section{padding:1.25rem}.profile-avatar-ring{width:128px;height:128px}.profile-avatar-letter{font-size:3rem}.profile-section-title small{line-height:1.4}.profile-field input{min-height:48px;font-size:.95rem}.profile-actions{gap:.75rem}}
