:root{--bg:#f4f6f8;--surface:#fff;--text:#1f2a30;--text-soft:#7a8a92;--text-description:#2f3940;--text-meta:#b0b7bc;--border:#d9dddf;--border-soft:#9fb7a4;--box-shadow:0 0 0 4px #2f6f3c14;--primary:#266431;--primary-hover:#21572c;--success:#2c7a39;--success-surface:#def8df;--danger:#ff1814;--danger-strong:#9d231d;--danger-surface:#fff1f0;--danger-border:#f3c6c3;--freeze:#2f7da8;--shadow-soft:0 10px 30px #0000000a;--panel-border:1px solid #1f2a3014;--panel-border-radius:5px;--panel-bg-disabled:#e5e5e5;--input-border-radius:5px;--shell-max-width:1250px;--public-page-padding:2rem 6rem;--brand-logo-width:9.75rem;--font:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--pro:#812ca8;--premium:#d79a0e;--role-color:var(--primary);--role-admin-color:var(--pro);--role-super-admin-color:var(--premium);--bar-bg-gray:#e8edf2;--bar-fill-gray:#b8b6b7}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:clamp(11px,1vw,14px)}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p,h1,h2,h3{margin:0}img,svg,video{max-width:100%;display:block}[hidden]{display:none!important}.hgo-icon{color:currentColor;flex:none;width:1em;height:1em;display:block}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}svg:not(.hgo-icon){fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}svg.primary{fill:var(--primary)}.hide{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.locale{width:10.5rem;min-width:10.5rem;position:relative}.locale-flag{object-fit:cover;pointer-events:none;z-index:2;width:2rem;position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.locale:after{content:"";pointer-events:none;border-bottom:2px solid #70767b;border-right:2px solid #70767b;width:.625rem;height:.625rem;position:absolute;top:45%;right:1rem;transform:translateY(-45%)rotate(45deg)}.locale-select{border:1px solid var(--border);background:var(--surface);width:100%;height:2.5rem;color:var(--text);appearance:none;cursor:pointer;border-radius:0;outline:none;padding:0 2rem 0 3.2rem;font-size:1rem;font-weight:500}.locale-select:focus{border-color:var(--border-soft);box-shadow:var(--box-shadow)}.panel-search{width:min(100%,16.6rem);min-width:16.6rem;position:relative}.panel-search-input{border:1px solid var(--border);background:var(--surface);width:100%;height:2.5rem;color:var(--text);border-radius:0;outline:none;padding:0 .95rem;font-size:1rem;font-weight:500}.panel-search-input::placeholder{color:#7b848a}.panel-search-input:focus{border-color:var(--border-soft);box-shadow:var(--box-shadow)}.app-modal{z-index:80;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.app-modal[hidden]{display:none!important}.app-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a94;position:absolute;inset:0}.app-modal-panel{z-index:1;width:min(100%, var(--app-modal-width,40rem));border:1px solid var(--border);background:var(--surface);border-radius:var(--panel-border-radius);max-height:calc(100vh - 3rem);position:relative;overflow:auto;box-shadow:0 30px 80px #0f172a3d}.app-modal-close{width:2.4rem;height:2.4rem;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:999px;font-size:1.4rem;position:absolute;top:.9rem;right:.9rem}.users-notes-panel{--app-modal-width:62rem;overflow:auto}.users-notes-header{border-bottom:1px solid var(--border);min-height:5.35rem;padding:1.35rem 4rem 1rem 1.5rem}.users-notes-header h2{margin:0;font-size:1.35rem}.users-notes-status{min-height:1.25rem;color:var(--success,#247349);margin:.35rem 0 0;font-size:.88rem}.users-notes-status.is-error{color:var(--danger,#b42318)}.users-notes-grid{grid-template-columns:minmax(17rem,.8fr) minmax(0,1.2fr);min-height:31rem;display:grid}.users-notes-list-column,.users-notes-editor-column{min-width:0;padding:1.25rem}.users-notes-list-column{border-right:1px solid var(--border);background:var(--surface-soft,#f8fafc);flex-direction:column;display:flex;position:relative}.users-notes-toolbar,.users-notes-delete-confirmation>div{flex-wrap:wrap;gap:.55rem;display:flex}.users-notes-primary-action,.users-notes-secondary-action,.users-notes-danger-action,.users-notes-save{border:1px solid var(--border);background:var(--surface);min-height:2.35rem;color:var(--text);font:inherit;cursor:pointer;padding:.55rem .8rem;font-size:.88rem;font-weight:700}.users-notes-primary-action,.users-notes-save{border-color:var(--primary,#006d77);background:var(--primary,#006d77);color:#fff}.users-notes-danger-action{border-color:var(--danger,#b42318);color:var(--danger,#b42318)}.users-notes-primary-action:disabled,.users-notes-secondary-action:disabled,.users-notes-danger-action:disabled,.users-notes-save:disabled{cursor:not-allowed;opacity:.5}.users-notes-list{align-content:start;gap:.55rem;max-height:23.5rem;margin-top:1rem;display:grid;overflow-y:auto}.users-notes-list-item{border:1px solid var(--border);background:var(--surface);grid-template-columns:0 minmax(0,1fr);transition:border-color .15s,box-shadow .15s;display:grid}.users-notes-list-item.is-active{border-color:var(--primary,#006d77);box-shadow:inset 3px 0 0 var(--primary,#006d77)}.users-notes-list.is-delete-mode .users-notes-list-item{grid-template-columns:2.4rem minmax(0,1fr)}.users-notes-select{place-items:center;width:0;display:grid;overflow:hidden}.users-notes-list.is-delete-mode .users-notes-select{width:auto}.users-notes-select input{width:1rem;height:1rem;accent-color:var(--danger,#b42318)}.users-notes-list-button{min-width:0;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;gap:.35rem;padding:.75rem;display:grid}.users-notes-list-date{color:var(--text-muted,#64748b);font-size:.77rem;font-weight:700}.users-notes-list-excerpt{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;overflow:hidden}.users-notes-empty{color:var(--text-muted,#64748b);margin:1.25rem 0 0;font-size:.9rem}.users-notes-delete-confirmation{margin-top:auto;padding-top:1rem}.users-notes-delete-confirmation p{color:var(--danger,#b42318);margin:0 0 .65rem;font-size:.88rem;font-weight:700}.users-notes-editor-column{grid-template-rows:auto minmax(15rem,1fr) auto auto;gap:.65rem;display:grid}.users-notes-editor-column label{font-size:.9rem;font-weight:700}.users-notes-editor-column textarea{resize:vertical;border:1px solid var(--border);background:var(--surface);width:100%;min-height:20rem;color:var(--text);font:inherit;padding:.9rem;line-height:1.5}.users-notes-editor-column textarea:focus{border-color:var(--primary,#006d77);outline:2px solid color-mix(in srgb, var(--primary,#006d77) 20%, transparent)}.users-notes-editor-column textarea:disabled{background:var(--surface-soft,#f8fafc);cursor:not-allowed}.users-notes-character-count{color:var(--text-muted,#64748b);text-align:right;margin:0;font-size:.78rem}.users-notes-save{justify-self:end;min-width:8rem}.loading-overlay{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#12161c7a;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.loading-overlay[hidden]{display:none!important}.loading-overlay-box{border-radius:var(--panel-border-radius);text-align:center;background:#fff;flex-direction:column;align-items:center;gap:1rem;min-width:min(22rem,100%);padding:2rem 2.25rem;display:flex;box-shadow:0 20px 60px #0000002e}.loading-overlay-spinner{border:.25rem solid #277a3e2e;border-top-color:var(--primary);border-radius:50%;width:3.25rem;height:3.25rem;animation:.85s linear infinite loading-overlay-spin}.loading-overlay-text{color:#1f2937;margin:0;font-size:1rem;font-weight:600;line-height:1.4}.is-loading{overflow:hidden}button.is-submitting{pointer-events:none;opacity:.75}@keyframes loading-overlay-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.loading-overlay-spinner{animation-duration:1.6s}}.password-field{position:relative}.password-field-toggle{width:2rem;height:2rem;color:var(--primary);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.password-field-toggle img,.password-field-toggle svg{object-fit:contain;width:100%;height:100%;display:block}.password-rules{border:1px solid var(--border);background:#f8faf8;margin-top:.9rem;padding:1rem 1.1rem}.password-rules-title{color:var(--text);margin-bottom:.75rem;font-size:.95rem;font-weight:700}.password-rules-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.password-rule{color:var(--text-soft);align-items:center;gap:.7rem;font-size:.92rem;line-height:1.35;display:flex}.password-rule-icon{opacity:.7;border:2px solid;border-radius:50%;flex:0 0 1rem;width:1rem;height:1rem}.password-rule.is-valid{color:#1f7a3f}.password-rule.is-valid .password-rule-icon{background:#1f7a3f;border-color:#1f7a3f;box-shadow:inset 0 0 0 2px #fff}.password-rule.is-invalid{color:var(--text-soft)}.app-shell-body{min-height:100vh}.app-shell{grid-template-columns:13.4rem minmax(0,1fr);min-height:100vh;transition:grid-template-columns .24s;display:grid}.app-sidebar{background:#e8ecef;border-right:1px solid #1f2a300d;flex-direction:column;min-height:100vh;padding:0;transition:padding .24s;display:flex;position:sticky;top:0;overflow:hidden}.app-sidebar-top{justify-content:space-between;align-items:flex-start;gap:.8rem;min-height:9.7rem;padding:2rem 1rem 1.4rem 1.55rem;display:flex}.app-sidebar-brand{justify-content:center;align-items:center;padding:0;transition:width .24s,opacity .2s;display:inline-flex;overflow:hidden}.app-sidebar-brand img{width:5.55rem;min-width:2.55rem;height:auto}.app-sidebar-toggle{width:2rem;height:2rem;color:var(--text-soft);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;transition:background-color .2s,color .2s,transform .24s;display:inline-flex}.app-sidebar-toggle:hover{color:var(--text);background:#ffffff94}.app-sidebar-toggle svg{stroke-width:2.2px;width:2rem;height:2rem;transition:transform .24s}.app-sidebar-nav{flex-direction:column;gap:.18rem;padding:0;display:flex}.app-sidebar-link{color:#68757c;cursor:pointer;border-radius:0;align-items:center;gap:.7rem;min-height:2.75rem;padding:.6rem 1rem .6rem 1.4rem;font-size:.98rem;font-weight:600;transition:background-color .2s,color .2s,padding .24s,box-shadow .2s;display:flex;position:relative}.app-sidebar-link-form{margin:0}.app-sidebar-link-button{text-align:left;cursor:pointer;background:0 0;border:0;width:100%}.app-sidebar-link:after{content:"";background:0 0;border-radius:999px;width:.34rem;height:100%;position:absolute;right:0}.app-sidebar-link:hover{color:var(--text);background:#ffffff7a;transform:none}.app-sidebar-link.is-active{color:#1d2730;background:#fff;box-shadow:inset 0 1px #ffffffb3,0 1px 2px #1f2a300a}.app-sidebar-link.is-active:after{background:var(--primary)}.app-sidebar-link.is-disabled{opacity:1}.app-sidebar-link-icon{color:#9099a1;background:0 0;flex:0 0 2rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.app-sidebar-link-icon img,.app-sidebar-link-icon svg{object-fit:contain;width:2rem;height:2rem}.app-sidebar-link-label{white-space:nowrap;transition:opacity .18s,transform .18s,width .18s,margin .18s}.app-main{flex-direction:column;min-width:0;min-height:100vh;padding:2rem;display:flex}.app-main-header{flex-direction:row;justify-content:flex-end;margin-bottom:2rem;display:flex}.app-main-header-tools{justify-content:flex-end;align-items:center;gap:.85rem;width:100%;display:flex}.app-main-page-header,.app-main-inner{width:100%;max-width:none}.app-main-inner{flex:1 0 auto}.app-main-page-header{margin-bottom:2rem}.app-footer{width:100%;margin-top:2rem;padding:1.1rem 0 0}.app-footer-copy{color:#6e777d;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;font-size:.86rem;line-height:1.45;display:flex}.app-footer-copy a,.app-footer-copy span{white-space:nowrap}.app-footer-copy a{transition:color .2s}.app-footer-copy a:before{content:"-";color:#9aa2a8;margin-right:.35rem}.app-footer-copy a:hover{color:var(--text)}.user-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem 2rem;display:flex}.user-page-header-copy{flex:38rem;min-width:0;max-width:60rem}.user-page-header-title{letter-spacing:-.03em;font-size:clamp(2rem,3vw,3.05rem);line-height:1.02}.user-page-header-subtitle{color:#505c63;margin-top:.8rem;font-size:1.1rem;line-height:1.45}.user-page-header-meta{flex:0 auto;align-items:stretch;gap:.95rem;width:fit-content;min-width:0;margin-left:auto;padding-top:.1rem;display:flex}.user-page-header-info{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:.65rem;min-height:3.55rem;display:flex}.user-page-header-names{color:#5b656c;text-align:right;font-size:.98rem;font-weight:600;line-height:1.2}.user-page-header-badges{justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.user-page-header-type{white-space:nowrap;background:var(--role-color);color:#fff;border-radius:.38rem;justify-content:center;align-items:center;min-height:2.25rem;padding:.45rem 1.2rem;font-size:.94rem;font-weight:600;line-height:1;display:inline-flex}.user-page-header-type.user-page-header-type-role{background:var(--role-color);color:#fff}.user-page-header-type.user-page-header-type-admin{background:var(--role-admin-color);color:#fff}.user-page-header-type.user-page-header-type-super-admin{background:var(--role-super-admin-color);color:#fff}.user-page-header-media{justify-content:flex-end;align-items:center;gap:.65rem;min-height:3.55rem;display:flex}.user-page-header-avatar,.user-page-header-avatar-fallback{border-radius:999px;flex:none;width:3.5rem;height:3.5rem}.user-page-header-avatar{object-fit:cover;box-shadow:0 6px 18px #1f2a301f}.user-page-header-avatar-fallback{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#c7d8db,#8fb3ba);justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 6px 18px #1f2a301f}.sidebar-collapsed .app-shell{grid-template-columns:5.7rem minmax(0,1fr)}.sidebar-collapsed .app-sidebar-top{flex-direction:column;justify-content:flex-start;align-items:center;min-height:7.4rem;padding:1.4rem .8rem 1rem}.sidebar-collapsed .app-sidebar-brand{opacity:.92;justify-content:flex-start;width:2.7rem}.sidebar-collapsed .app-sidebar-toggle svg{transform:rotate(180deg)}.sidebar-collapsed .app-sidebar-nav{padding-inline:.55rem}.sidebar-collapsed .app-sidebar-link{justify-content:center;padding:.7rem}.sidebar-collapsed .app-sidebar-link-label{opacity:0;pointer-events:none;width:0;margin:0;overflow:hidden;transform:translate(-.25rem)}@media (width<=980px){.app-shell{grid-template-columns:1fr}.app-sidebar{min-height:auto;padding-bottom:1.2rem;position:static}.app-sidebar-nav{flex-direction:row;gap:.5rem;padding:0 1rem .2rem;overflow-x:auto}.app-sidebar-link{border-radius:999px;min-width:max-content;padding:.75rem 1rem}.app-sidebar-link:after{display:none}.app-sidebar-link.is-active{box-shadow:0 8px 20px #1f2a300f}.app-main{padding-top:1.2rem}.app-main-page-header{margin-bottom:1.5rem}.sidebar-collapsed .app-shell{grid-template-columns:1fr}.sidebar-collapsed .app-sidebar-top{flex-direction:row;justify-content:space-between;align-items:flex-start;min-height:9.7rem;padding:2rem 1rem 1.4rem 1.55rem}.sidebar-collapsed .app-sidebar-brand{opacity:1;width:auto}.sidebar-collapsed .app-sidebar-nav{padding:0 1rem .2rem}.sidebar-collapsed .app-sidebar-link{justify-content:flex-start;padding:.75rem 1rem}.sidebar-collapsed .app-sidebar-link-label{opacity:1;pointer-events:auto;width:auto;overflow:visible;transform:none}.user-page-header{flex-direction:column;align-items:flex-start}.user-page-header-meta{align-items:flex-start;width:100%;min-width:0;margin-left:0}.user-page-header-info{align-items:flex-start}.user-page-header-names,.user-page-header-badges{text-align:left;justify-content:flex-start}.user-page-header-meta{justify-content:space-between}}@media (width<=800px){.users-notes-modal{padding:.75rem}.users-notes-panel{max-height:calc(100vh - 1.5rem);overflow:auto}.users-notes-grid{grid-template-columns:1fr;min-height:0}.users-notes-list-column{border-right:0;border-bottom:1px solid var(--border)}.users-notes-list{max-height:14rem}.users-notes-editor-column textarea{min-height:14rem}}@media (width<=640px){.app-main{padding:1rem}.app-main-header{margin-bottom:1.25rem}.app-main-header-tools{flex-direction:column;align-items:stretch}.panel-search{width:100%;min-width:0}.user-page-header-title{font-size:2.3rem}.user-page-header-subtitle{font-size:1rem}.user-page-header-badges,.user-page-header-type{width:100%}.app-footer{margin-top:1.5rem;padding-top:.85rem}.app-footer-copy{justify-content:center;gap:.2rem .35rem;font-size:.8rem}.app-footer-copy a,.app-footer-copy span{white-space:normal}}
