*{box-sizing:border-box}body{color:var(--hp-text-primary);line-height:1.5}.fui-Button,.fui-Input,.fui-Dialog,.fui-Field,.fui-Label{font-family:Segoe UI,system-ui,sans-serif!important}.fui-FluentProvider{height:100vh;width:100%}.fui-FluentProvider[data-portal-node=true]{height:auto;width:auto}a{color:#f89a21;text-decoration:none}a:hover{color:#e6881d}h1,h2,h3,h4,h5,h6{font-family:Segoe UI,system-ui,sans-serif;margin:0 0 1rem}.blockNoteContainer:focus-within{border-color:#f89a21!important;box-shadow:0 0 0 2px #f89a211a}.bn-editor,.bn-container,.bn-block-content,.bn-inline-content{font-family:Segoe UI,system-ui,sans-serif!important;font-size:14px;line-height:1.6;color:var(--hp-text-secondary)}.bn-toolbar{background-color:var(--hp-bg-light)!important;border-bottom:1px solid var(--hp-border-light);border-radius:6px 6px 0 0}.bn-menu,.bn-suggestion-menu{box-shadow:var(--hp-shadow-dropdown)!important;border-radius:6px!important;border:1px solid var(--hp-border-light)!important;background-color:var(--hp-bg-white)!important}.bn-menu-dropdown{max-height:220px!important;overflow-y:auto}.bn-container{display:flex;flex-direction:column-reverse}.bn-formatting-toolbar{width:100%!important;justify-content:flex-start!important;box-shadow:none!important;border-radius:6px 6px 0 0!important;border:none!important;border-bottom:1px solid var(--hp-border-light)!important;background-color:var(--hp-bg-white)!important}.bn-button:hover,.bn-toolbar-button:hover{background-color:var(--hp-bg-muted)!important}.bn-button[data-selected=true],.bn-toolbar-button[data-selected=true],.bn-button.bn-selected{background-color:#f89a21!important;color:#fff!important}.bn-suggestion-menu-item:hover,.bn-menu-item:hover{background-color:var(--hp-bg-muted)!important}.bn-suggestion-menu-item[data-hovered=true]{background-color:#f89a21!important;color:#fff!important}.bn-editor a,.bn-inline-content a{color:#f89a21!important;text-decoration:underline}.bn-image-block{border-radius:6px;overflow:hidden}.bn-image-block img{max-width:100%;height:auto;border-radius:4px}.bn-block-content[data-is-empty-and-focused=true]:before,.bn-editor .ProseMirror p.is-empty:before{color:var(--hp-text-muted)!important}.bn-side-menu{opacity:.6}.bn-side-menu:hover{opacity:1}.bn-drag-handle{color:var(--hp-text-muted)}.bn-drag-handle:hover{color:var(--hp-text-secondary);background-color:var(--hp-bg-muted);border-radius:4px}.fui-Calendar,.fui-DatePicker__calendar{background-color:var(--colorNeutralBackground1, #ffffff)!important;border:1px solid var(--colorNeutralStroke2, #e0e0e0)!important;border-radius:var(--borderRadiusMedium, 6px)!important;box-shadow:var( --hp-shadow-dropdown, 0 4px 12px rgba(0, 0, 0, .15) )!important;padding:8px!important;position:absolute!important;z-index:1000!important;font-size:.875rem!important}.fui-Calendar *,.fui-DatePicker__calendar *{font-size:inherit!important}.fui-CalendarDay__monthAndYear{font-size:.9rem!important;font-weight:600!important}.fui-CalendarDayGrid__dayCell{min-width:28px!important;height:28px!important;cursor:pointer;border-radius:4px;transition:background-color .1s ease}.fui-CalendarDayGrid__dayCell:hover,.fui-CalendarDayGrid__dayCell button:hover{background-color:#f89a212e!important;color:#f89a21!important}.fui-CalendarDayGrid__dayCell[aria-selected=true],.fui-CalendarDayGrid__dayCell button[aria-selected=true]{background-color:#f89a21!important;color:#fff!important}[data-theme=dark] .fui-Calendar,[data-theme=dark] .fui-DatePicker__calendar{background-color:var(--hp-bg-muted)!important;border-color:var(--hp-border-light)!important}[data-theme=dark] .fui-Dropdown{background-color:var(--hp-bg-muted);color:var(--hp-text-primary);border-color:var(--hp-border-light)}[data-theme=dark] .fui-Dropdown__button{color:var(--hp-text-primary)}[data-theme=dark] .fui-Dropdown__expandIcon{color:var(--hp-text-muted)}[data-theme=dark] .fui-Listbox{background-color:var(--hp-bg-muted);border-color:var(--hp-border-light)}[data-theme=dark] .fui-Option{color:var(--hp-text-primary)}[data-theme=dark] .fui-Option:hover,[data-theme=dark] .fui-Option[aria-selected=true]{background-color:var(--hp-bg-hover)}[data-theme=dark] .fui-Input{background-color:var(--hp-bg-muted);color:var(--hp-text-primary);border-color:var(--hp-border-light)}[data-theme=dark] .fui-Field__label{color:var(--hp-text-secondary)}[data-theme=dark] .fui-MenuPopover{background-color:var(--hp-bg-muted);border-color:var(--hp-border-light)}[data-theme=dark] .fui-MenuItem{color:var(--hp-text-primary)}[data-theme=dark] .fui-MenuItem:hover{background-color:var(--hp-bg-hover)}html,body,#root{height:100%;min-height:100vh;width:100%;margin:0;padding:0}:root{--hp-text-primary: #333333;--hp-text-secondary: #525252;--hp-text-tertiary: #666666;--hp-text-muted: #999999;--hp-text-disabled: #e0e0e0;--hp-bg-white: #ffffff;--hp-bg-light: #fafafa;--hp-bg-muted: #f5f5f5;--hp-bg-hover: #e0e0e0;--hp-bg-dark: #5a5a5a;--hp-bg-dark-hover: #3d3d3d;--hp-bg-resource-1: #de725c;--hp-bg-resource-2: #75a491;--hp-bg-resource-3: #636f7b;--hp-bg-resource-4: #282828;--hp-border-light: #e0e0e0;--hp-border-divider: #fafafa;--hp-success-light: #e8f5e9;--hp-success-light-alt: #f0fafa;--hp-error-light: #ffebee;--hp-warning-light: #fff3e0;--hp-info-light: #e3f2fd;--hp-pink-light: #fce4ec;--hp-text-on-brand: #ffffff;--hp-overlay-backdrop: rgba(0, 0, 0, .4);--hp-sidebar-text: rgba(255, 255, 255, .7);--hp-sidebar-text-muted: rgba(255, 255, 255, .6);--hp-sidebar-text-bright: #ffffff;--hp-shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--hp-shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--hp-shadow-lg: 0 4px 12px rgba(0, 0, 0, .12);--hp-shadow-dropdown: 0 4px 12px rgba(0, 0, 0, .15)}[data-theme=dark]{--hp-text-primary: #aaaaaa;--hp-text-secondary: #999999;--hp-text-tertiary: #888888;--hp-text-muted: #777777;--hp-text-disabled: #555555;--hp-bg-white: #1e1e1e;--hp-bg-light: #141414;--hp-bg-muted: #2a2a2a;--hp-bg-hover: #333333;--hp-bg-dark: #111111;--hp-bg-dark-hover: #252525;--hp-bg-resource-1: #c45d49;--hp-bg-resource-2: #5f8a7a;--hp-bg-resource-3: #515b65;--hp-bg-resource-4: #1a1a1a;--hp-border-light: #333333;--hp-border-divider: #2a2a2a;--hp-success-light: #1b3a1b;--hp-success-light-alt: #1a3333;--hp-error-light: #3a1a1a;--hp-warning-light: #3a2a10;--hp-info-light: #1a2a3a;--hp-pink-light: #3a1a2a;--hp-text-on-brand: #000000;--hp-overlay-backdrop: rgba(0, 0, 0, .6);--hp-sidebar-text: rgba(255, 255, 255, .7);--hp-sidebar-text-muted: rgba(255, 255, 255, .6);--hp-sidebar-text-bright: #ffffff;--hp-shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--hp-shadow-md: 0 2px 8px rgba(0, 0, 0, .3);--hp-shadow-lg: 0 4px 12px rgba(0, 0, 0, .4);--hp-shadow-dropdown: 0 4px 12px rgba(0, 0, 0, .5)}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--hp-bg-light);transition:background .2s ease}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#b3b3b3}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#555}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#777}
