@import"https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&display=swap";:root{--glyde-primary: #0B4572;--glyde-primary-rgb: 11, 69, 114;--glyde-dark: #022948;--glyde-dark-rgb: 2, 41, 72;--glyde-secondary: #19A8B1;--glyde-secondary-rgb: 25, 168, 177;--glyde-blue-accent: #1B75BB;--glyde-orange: #D3660D;--glyde-orange-rgb: 211, 102, 13;--glyde-btn-shadow: inset 0px 8px 0px rgba(161, 227, 248, .2);--glyde-light: #f4f5f8;--glyde-light-rgb: 244, 245, 248;--glyde-success: #2dd36f;--glyde-danger: #eb445a;--glyde-medium: #92949c;--glyde-text: #222428;--glyde-border: #e2e8f0;--glyde-radius: 12px;--glyde-radius-pill: 50px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Heebo,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5;color:var(--glyde-text);background:var(--glyde-light);-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--glyde-blue-accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit;font-size:16px}.portal-shell{display:flex;min-height:100vh}.portal-sidebar{width:240px;min-width:240px;background:var(--glyde-dark);color:#fff;display:flex;flex-direction:column}.portal-sidebar-header{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.75rem}.portal-sidebar-header img{height:32px;width:auto}.portal-logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.portal-tagline{font-size:.75rem;opacity:.85;font-weight:400}.portal-nav{padding:1rem 0;display:flex;flex-direction:column;gap:2px}.portal-nav-link{padding:.65rem 1.5rem;color:#ffffffe6;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .15s,color .15s}.portal-nav-link:hover{background:#ffffff14;color:#fff}.portal-nav-link.active{background:var(--glyde-primary);color:#fff;font-weight:600}.portal-main{flex:1;display:flex;flex-direction:column;max-width:920px;background:linear-gradient(180deg,#e3edf6,#f3f3f3 30%,#fff);min-height:100vh}.portal-main-header{flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;padding:.75rem 2rem 0;margin-bottom:.5rem}.account-dropdown{position:relative}.account-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:#ffffffe6;border:1px solid var(--glyde-border);border-radius:var(--glyde-radius);font-size:.95rem;font-weight:500;color:var(--glyde-text);cursor:pointer;box-shadow:0 1px 2px #0000000d}.account-dropdown-trigger:hover{background:#fff;border-color:var(--glyde-primary)}.account-dropdown-chevron{font-size:.6rem;opacity:.7}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-dialog{background:#fff;border-radius:var(--glyde-radius);box-shadow:0 20px 60px #0003;max-width:90%;width:100%;max-height:90vh;margin:auto;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}.modal-dialog .modal-header{flex-shrink:0}.modal-dialog form{flex:1;min-height:0;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--glyde-border);flex-shrink:0}.modal-header h2{margin:0;font-size:1.25rem}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--glyde-medium)}.modal-close:hover{color:var(--glyde-text)}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap;margin-top:1.25rem;flex-shrink:0}.modal-content{background:#fff;border-radius:var(--glyde-radius);box-shadow:0 20px 60px #0003;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;padding:1.25rem 1.5rem}.modal-content h2{margin:0 0 1rem;font-size:1.25rem}.account-dropdown-menu{position:absolute;top:100%;right:0;margin:4px 0 0;padding:4px 0;min-width:160px;background:#fff;border:1px solid var(--glyde-border);border-radius:var(--glyde-radius);box-shadow:0 4px 12px #0000001a;list-style:none;z-index:100}.account-dropdown-item{display:block;width:100%;padding:.5rem 1rem;text-align:left;background:none;border:none;font-size:.95rem;color:var(--glyde-text);text-decoration:none;cursor:pointer;box-sizing:border-box}.account-dropdown-item:hover{background:var(--glyde-light)}.env-badge{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:capitalize}.env-badge[data-env=develop]{background:#dbeafe;color:#1e40af}.env-badge[data-env=uat]{background:#fef3c7;color:#92400e}.env-badge[data-env=production]{background:#d1fae5;color:#065f46}.env-badge[data-env=admin]{background:#e9d5ff;color:#6b21a8}.env-badge[data-env=staff]{background:#e0e7ff;color:#3730a3}.portal-main>.page-title{padding:0 2rem}.portal-main>.card,.portal-main>form,.portal-main>p{margin-left:2rem;margin-right:2rem}.portal-main-content{padding:1.5rem 2rem;flex:1}@media(max-width:768px){.portal-shell{flex-direction:column}.portal-sidebar{width:100%;flex-direction:row;flex-wrap:wrap;padding:.75rem 1rem;gap:.25rem}.portal-sidebar-header{width:100%;border-bottom:none;padding-bottom:.5rem}.portal-nav{flex-direction:row;flex-wrap:wrap;padding:0;gap:.25rem}.portal-nav-link{padding:.5rem .75rem;font-size:.875rem;border-radius:var(--glyde-radius-pill)}.portal-main{padding:1rem 1.25rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--glyde-radius-pill);font-weight:600;font-size:1rem;font-family:Heebo,sans-serif;transition:background .15s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background:var(--glyde-orange);color:#fff;box-shadow:var(--glyde-btn-shadow)}.btn-primary:hover{background:#b8580b}.btn-secondary{background:var(--glyde-secondary);color:#fff;box-shadow:var(--glyde-btn-shadow)}.btn-secondary:hover{background:#158a92}.btn-outline{background:transparent;color:var(--glyde-primary);border:2px solid var(--glyde-primary)}.btn-outline:hover{background:#0b457214}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;margin-bottom:.35rem;color:var(--glyde-text)}.form-group label:has(>input[type=checkbox]),.form-group label:has(>input[type=radio]){display:inline-flex;align-items:center;gap:.35rem;margin-bottom:0}.form-group .checkbox-group label,label.form-inline{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:0}.form-group .checkbox-group{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.form-group .checkbox-group label{margin-bottom:0}.admin-user-checkbox-group{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:.25rem}.admin-user-checkbox-label{display:flex;align-items:center;gap:.35rem;margin-bottom:.25rem;cursor:pointer;justify-content:flex-start;width:100%}.admin-user-checkbox-label input[type=checkbox]{margin:0;flex-shrink:0;width:1.125rem;min-width:1.125rem}.admin-user-checkbox-spacer{height:.5rem;margin-bottom:.25rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--glyde-border);border-radius:8px;background:#fff}.form-group textarea{min-height:120px;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--glyde-primary);box-shadow:0 0 0 3px #0b457226}.edit-form-image-row{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.edit-form-thumbnail{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--glyde-bg-subtle, #f3f4f6);border:1px solid var(--glyde-border)}.edit-form-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.edit-form-image-row .edit-form-image-field{flex:1;min-width:0}.error-text,.form-error{font-size:.875rem;color:var(--glyde-danger);margin-top:.25rem}.form-error{margin-bottom:1rem;padding:.75rem;background:#fef2f2;border-radius:8px}.card{background:#fff;border:1px solid var(--glyde-border);border-radius:var(--glyde-radius);padding:1.25rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000000f}.card-title{font-size:1.1rem;font-weight:700;margin:0 0 .5rem;color:var(--glyde-text)}.page-title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:var(--glyde-dark)}.page-subtitle{color:var(--glyde-medium);margin-bottom:1.5rem;font-size:.95rem}
