@import url(https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--of-font-sans:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--of-bg-app:#f3f6fb;--of-surface:#fff;--of-surface-alt:#f8fafc;--of-border:#e2e8f0;--of-border-strong:#cbd5e1;--of-text:#0f172a;--of-text-soft:#334155;--of-text-muted:#64748b;--of-brand-600:#163b84;--of-brand-500:#2457d6;--of-brand-400:#0ea5e9;--of-success-bg:#f0fdf4;--of-success-border:#bbf7d0;--of-success-text:#166534;--of-warning-bg:#fff7ed;--of-warning-border:#fed7aa;--of-warning-text:#c2410c;--of-danger-bg:#fef2f2;--of-danger-border:#fecaca;--of-danger-text:#991b1b;--of-info-bg:#eff6ff;--of-info-border:#bfdbfe;--of-info-text:#1d4ed8;--of-gradient-hero:linear-gradient(135deg,#081225,#122b57 56%,#2457d6);--of-gradient-sidebar:linear-gradient(180deg,#07101e,#0c1831 52%,#0d2044);--of-gradient-cta:linear-gradient(135deg,#2457d6,#4f46e5);--of-radius-xs:8px;--of-radius-sm:10px;--of-radius-md:14px;--of-radius-lg:18px;--of-radius-xl:22px;--of-radius-pill:999px;--of-shadow-soft:0 6px 16px #0f172a0a;--of-shadow-card:0 10px 24px #0f172a0d;--of-shadow-hero:0 18px 40px #0f172a24}#root,body,html{min-height:100%}body,html{background:#f3f6fb;background:var(--of-bg-app)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a;color:var(--of-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--of-font-sans);margin:0}*{box-sizing:border-box}::selection{background:#2457d629}button,input,select,textarea{font:inherit}button{border:none}input,select,textarea{color:#0f172a;color:var(--of-text)}a{color:inherit}h1,h2,h3,h4,h5,h6{color:#0f172a;color:var(--of-text);letter-spacing:-.02em;margin:0}p{margin:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 0 3px #2457d624;outline:none}.of-card{background:#fff;background:var(--of-surface);border:1px solid #e2e8f0;border:1px solid var(--of-border);border-radius:14px;border-radius:var(--of-radius-md);box-shadow:0 10px 24px #0f172a0d;box-shadow:var(--of-shadow-card)}.of-card--soft{background:#f8fafc;background:var(--of-surface-alt)}.of-card--success{background:#f0fdf4;background:var(--of-success-bg);border-color:#bbf7d0;border-color:var(--of-success-border)}.of-card--warning{background:#fff7ed;background:var(--of-warning-bg);border-color:#fed7aa;border-color:var(--of-warning-border)}.of-card--danger{background:#fef2f2;background:var(--of-danger-bg);border-color:#fecaca;border-color:var(--of-danger-border)}.of-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.of-grid{grid-gap:10px;display:grid;gap:10px}.of-stack-sm{grid-gap:8px;display:grid;gap:8px}.of-stack-md{grid-gap:12px;display:grid;gap:12px}.of-stack-lg{grid-gap:16px;display:grid;gap:16px}.of-section-title{color:#0f172a;color:var(--of-text);font-size:16px;font-weight:900;line-height:1.15}.of-text-muted{line-height:1.4}.of-label,.of-text-muted{color:#64748b;color:var(--of-text-muted);font-size:12px}.of-label{font-weight:800}.of-input,.of-select{min-height:40px;padding:0 12px}.of-input,.of-select,.of-textarea{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--of-border);border-radius:10px;border-radius:var(--of-radius-sm);color:#0f172a;color:var(--of-text);outline:none;width:100%}.of-textarea{min-height:100px;padding:10px 12px;resize:vertical}.of-input:focus,.of-select:focus,.of-textarea:focus{border-color:#2457d66b;box-shadow:0 0 0 3px #2457d61f}.of-button{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--of-border);border-radius:10px;border-radius:var(--of-radius-sm);color:#0f172a;color:var(--of-text);cursor:pointer;font-size:12px;font-weight:800;min-height:40px;padding:0 14px;white-space:nowrap}.of-button--primary{background:linear-gradient(135deg,#2457d6,#4f46e5);background:var(--of-gradient-cta);border:none;box-shadow:0 10px 20px #2457d62e;color:#fff}.of-button--info{background:#eff6ff;background:var(--of-info-bg);border-color:#bfdbfe;border-color:var(--of-info-border);color:#1d4ed8;color:var(--of-info-text)}.of-button--success{background:#f0fdf4;background:var(--of-success-bg);border-color:#bbf7d0;border-color:var(--of-success-border);color:#166534;color:var(--of-success-text)}.of-button--warning{background:#fff7ed;background:var(--of-warning-bg);border-color:#fed7aa;border-color:var(--of-warning-border);color:#c2410c;color:var(--of-warning-text)}.of-button--danger{background:#fef2f2;background:var(--of-danger-bg);border-color:#fecaca;border-color:var(--of-danger-border);color:#991b1b;color:var(--of-danger-text)}.of-button:disabled{cursor:not-allowed;opacity:.7}.of-empty-state{align-items:center;background:#f8fafc;background:var(--of-surface-alt);border:1px dashed #e2e8f0;border:1px dashed var(--of-border);border-radius:14px;border-radius:var(--of-radius-md);color:#64748b;color:var(--of-text-muted);display:flex;font-size:14px;font-weight:700;justify-content:center;min-height:220px;padding:20px;text-align:center}.of-segmented{align-items:center;display:inline-flex;flex-wrap:wrap;gap:8px}.of-segmented__item{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--of-border);border-radius:999px;border-radius:var(--of-radius-pill);color:#334155;color:var(--of-text-soft);cursor:pointer;font-size:12px;font-weight:800;min-height:38px;padding:0 14px}.of-segmented__item--active{background:#eff6ff;background:var(--of-info-bg);border-color:#bfdbfe;border-color:var(--of-info-border);box-shadow:0 8px 18px #2457d61a;color:#1d4ed8;color:var(--of-info-text)}.of-drawer{bottom:0;display:flex;position:fixed;top:0;z-index:1200}.of-drawer--right{right:0}.of-drawer--left{left:0}.of-drawer--md .of-drawer__inner{max-width:100vw;width:520px}.of-drawer--lg .of-drawer__inner{max-width:100vw;width:680px}.of-drawer__inner{background:#fff;background:var(--of-surface);box-shadow:0 0 40px #0f172a1f;display:flex;flex-direction:column;height:100%}.of-drawer__header{background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--of-border);padding:16px}.of-drawer__title{color:#0f172a;color:var(--of-text);font-size:22px;font-weight:900;letter-spacing:-.02em;line-height:1.05}.of-drawer__subtitle{color:#64748b;color:var(--of-text-muted);font-size:12px;margin-top:4px}.of-drawer__close{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--of-border);border-radius:10px;border-radius:var(--of-radius-sm);color:#0f172a;color:var(--of-text);cursor:pointer;font-size:12px;font-weight:800;min-height:38px;padding:0 12px}.of-drawer__body{flex:1 1;overflow-y:auto;padding:16px}.of-stat-row{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:120px minmax(0,1fr)}.of-stat-label{color:#64748b;color:var(--of-text-muted);font-size:12px;font-weight:700}.of-stat-value{color:#0f172a;color:var(--of-text);font-size:14px;font-weight:700;word-break:break-word}.of-stat-list{grid-gap:8px;color:#334155;color:var(--of-text-soft);display:grid;font-size:13px;gap:8px}@media (max-width:768px){.of-drawer--lg .of-drawer__inner,.of-drawer--md .of-drawer__inner{width:100vw}.of-drawer__body,.of-drawer__header{padding:14px}.of-drawer__title{font-size:20px}.of-stat-row{gap:4px;grid-template-columns:1fr}}.of-auth-page{align-items:center;background:radial-gradient(circle at top left,#3b82f638,#0000 30%),radial-gradient(circle at bottom right,#7c3aed33,#0000 32%),linear-gradient(135deg,#071226,#08142d 38%,#132a64);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:28px;position:relative}.of-auth-bg-glow{border-radius:50%;filter:blur(60px);opacity:.45;pointer-events:none;position:absolute}.of-auth-bg-glow-1{background:#3b82f64d;height:280px;left:-40px;top:-50px;width:280px}.of-auth-bg-glow-2{background:#7c3aed47;bottom:-80px;height:320px;right:-80px;width:320px}.of-auth-shell{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:28px;box-shadow:0 28px 80px #02081773,inset 0 1px 0 #ffffff0f;display:grid;grid-template-columns:1.05fr .95fr;max-width:1180px;min-height:680px;overflow:hidden;position:relative;width:100%;z-index:1}.of-auth-brand{background:radial-gradient(circle at top left,#ffffff14,#0000 26%),linear-gradient(180deg,#0a1836f5,#0d1f48eb);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:42px 40px 32px;position:relative}.of-auth-brand:after{background:linear-gradient(135deg,#3b82f61f,#0000 40%),linear-gradient(315deg,#7c3aed1a,#0000 45%);content:"";inset:0;pointer-events:none;position:absolute}.of-auth-brand-bottom,.of-auth-brand-top,.of-auth-feature-list{position:relative;z-index:1}.of-auth-badge{align-items:center;background:#ffffff1a;border:1px solid #ffffff24;border-radius:999px;color:#dbeafe;display:inline-flex;font-size:12px;font-weight:800;justify-content:center;letter-spacing:.02em;margin-bottom:22px;padding:8px 12px;width:fit-content}.of-auth-logo-row{align-items:flex-start;display:flex;gap:16px}.of-auth-logo-mark{align-items:center;background:linear-gradient(135deg,#3b82f6,#7c3aed);border-radius:18px;box-shadow:0 14px 30px #3b82f647;display:flex;height:52px;justify-content:center;min-width:52px;width:52px}.of-auth-logo-mark span{background:#fff;border-radius:50%;box-shadow:16px 0 0 #ffffff59;height:18px;width:18px}.of-auth-logo-block{min-width:0}.of-auth-title{font-size:clamp(42px,5vw,64px);font-weight:900;letter-spacing:-.04em;line-height:.95;margin:0}.of-auth-title-main{color:#f8fafc}.of-auth-title-accent{color:#8b5cf6;margin-left:2px;text-shadow:0 0 18px #8b5cf647}.of-auth-subtitle{color:#ffffffd1;font-size:16px;font-weight:500;line-height:1.6;margin:14px 0 0;max-width:520px}.of-auth-divider{background:linear-gradient(90deg,#ffffff2e,#ffffff0a);height:1px;margin:26px 0 24px;position:relative;width:100%;z-index:1}.of-auth-feature-list{grid-gap:14px;display:grid;gap:14px}.of-auth-feature{grid-gap:14px;align-items:start;background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;display:grid;gap:14px;grid-template-columns:16px minmax(0,1fr);padding:16px 18px}.of-auth-feature strong{color:#fff;display:block;font-size:15px;margin-bottom:4px}.of-auth-feature p{color:#ffffffbd;font-size:13px;line-height:1.5;margin:0}.of-auth-feature-icon{border-radius:50%;box-shadow:0 0 0 6px #ffffff0a;height:12px;margin-top:4px;width:12px}.of-auth-feature-icon.blue{background:#3b82f6}.of-auth-feature-icon.purple{background:#8b5cf6}.of-auth-feature-icon.green{background:#10b981}.of-auth-brand-bottom{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px}.of-auth-kpi-card{background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;padding:14px 14px 16px}.of-auth-kpi-card span{color:#ffffff9e;display:block;font-size:12px;font-weight:700;margin-bottom:6px}.of-auth-kpi-card strong{color:#fff;display:block;font-size:18px;font-weight:900;letter-spacing:-.02em}.of-auth-panel{align-items:center;background:linear-gradient(180deg,#f8fafcfa,#f1f5f9f5);display:flex;justify-content:center;padding:34px}.of-auth-form-wrap{max-width:450px;width:100%}.of-auth-form-card{background:#ffffffeb;border:1px solid #94a3b82e;border-radius:28px;box-shadow:0 24px 60px #0f172a1f,inset 0 1px 0 #ffffffb3;padding:34px 28px 24px}.of-auth-form-header{margin-bottom:22px}.of-auth-form-kicker{color:#6366f1;font-size:12px;font-weight:900;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.of-auth-form-header h2{color:#0f172a;font-size:38px;font-weight:900;letter-spacing:-.04em;line-height:1;margin:0}.of-auth-form-header p{color:#64748b;font-size:15px;line-height:1.5;margin:10px 0 0}.of-auth-error{background:#fef2f2;border:1px solid #fecaca;border-radius:16px;color:#b91c1c;font-size:14px;font-weight:700;margin-bottom:16px;padding:12px 14px}.of-auth-form{grid-gap:16px;display:grid;gap:16px}.of-auth-field{grid-gap:8px;display:grid;gap:8px}.of-auth-field label{color:#334155;font-size:13px;font-weight:800}.of-auth-field input{background:#f8fafc;border:1px solid #dbe3ef;border-radius:16px;box-sizing:border-box;color:#0f172a;font-size:15px;height:52px;outline:none;padding:0 16px;transition:.2s ease;width:100%}.of-auth-field input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 4px #3b82f61a}.of-auth-password-wrap{position:relative}.of-auth-password-wrap input{padding-right:84px}.of-auth-password-toggle{background:#0000;border:none;border-radius:10px;color:#475569;cursor:pointer;font-size:12px;font-weight:800;padding:6px 8px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.of-auth-password-toggle:hover{background:#94a3b81a}.of-auth-submit{background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:16px;box-shadow:0 18px 35px #3b82f63d;color:#fff;cursor:pointer;font-size:15px;font-weight:900;height:54px;letter-spacing:.01em;margin-top:6px;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease;width:100%}.of-auth-submit:hover:not(:disabled){box-shadow:0 22px 40px #3b82f647;transform:translateY(-1px)}.of-auth-submit:disabled{cursor:not-allowed;opacity:.7}.of-auth-helper{color:#94a3b8;font-size:12px;font-weight:700;margin-top:18px;text-align:center}@media (max-width:980px){.of-auth-page{padding:18px}.of-auth-shell{grid-template-columns:1fr;min-height:auto}.of-auth-brand{padding:30px 24px 24px}.of-auth-brand-bottom{grid-template-columns:1fr}.of-auth-panel{padding:22px}.of-auth-form-card{padding:28px 22px 22px}.of-auth-form-header h2{font-size:32px}}@media (max-width:640px){.of-auth-page{padding:12px}.of-auth-brand{padding:24px 18px 20px}.of-auth-panel{padding:16px}.of-auth-form-card{border-radius:22px;padding:24px 18px 18px}.of-auth-logo-row{gap:12px}.of-auth-logo-mark{border-radius:14px;height:44px;min-width:44px;width:44px}.of-auth-title{font-size:42px}.of-auth-subtitle{font-size:14px}.of-auth-feature{padding:14px}}.ofc-shell .fc{--fc-border-color:#e5e7eb;--fc-now-indicator-color:#ef4444;--fc-page-bg-color:#0000;--fc-neutral-bg-color:#f8fafc;--fc-list-event-hover-bg-color:#f8fafc;font-size:13px}.ofc-shell .fc-theme-standard td,.ofc-shell .fc-theme-standard th{border-color:#e5e7eb}.ofc-shell .fc-scrollgrid{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.ofc-shell .fc-toolbar{margin-bottom:8px!important}.ofc-shell .fc-toolbar.fc-header-toolbar{padding:0!important}.ofc-shell .fc-toolbar-title{color:#0f172a;font-size:17px;font-weight:900}.ofc-shell .fc-button{background:#334155!important;border:1px solid #cbd5e1!important;border-radius:10px!important;box-shadow:none!important;color:#fff!important;font-size:12px!important;font-weight:800!important;padding:.42rem .6rem!important}.ofc-shell .fc-button:hover{filter:brightness(1.04)}.ofc-shell .fc-button:disabled{opacity:.65!important}.ofc-shell .fc-col-header-cell{padding-bottom:2px;padding-top:2px}.ofc-shell .fc-col-header-cell-cushion,.ofc-shell .fc-timegrid-axis-cushion,.ofc-shell .fc-timegrid-slot-label-cushion{color:#334155;font-size:12px;font-weight:700}.ofc-shell .fc-timegrid-axis{width:54px!important}.ofc-shell .fc-timegrid-slot-label{vertical-align:top}.ofc-shell .fc-timegrid-slot-label-frame{padding-top:2px}.ofc-shell .fc-timegrid-slot{height:1.65rem}.ofc-shell--compact .fc-timegrid-slot{height:1.45rem}.ofc-shell .fc-day-today{background:#fffbea!important}.ofc-shell .fc-event{background:#0000!important;border:none!important}.ofc-shell .fc-timegrid-event-harness{margin-right:1px}.ofc-shell .fc-timegrid-event{inset-inline-end:1px!important;inset-inline-start:1px!important}.ofc-shell .fc-timegrid-slot.ofc-slot-quarter{border-top-color:#e5e7eb;border-top-style:dotted}.ofc-shell .fc-timegrid-slot.ofc-slot-half-hour{border-top:1px solid #cbd5e1!important}.ofc-event{background:linear-gradient(180deg,#fff,#eff6ff);border:1px solid #bfdbfe;border-radius:8px;box-shadow:0 3px 8px #0f172a0f;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:flex-start;min-height:100%;overflow:hidden;padding:4px 6px 4px 8px;position:relative}.ofc-event:before{background:#3b82f6;border-radius:8px 0 0 8px;content:"";inset:0 auto 0 0;position:absolute;width:3px}.ofc-event__top{align-items:flex-start;display:flex;gap:6px;justify-content:space-between}.ofc-event__title{color:#0f172a;flex:1 1;font-size:11px;font-weight:900;line-height:1.1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ofc-event__badges{align-items:center;display:flex;flex-shrink:0;gap:4px}.ofc-event__badge{background:#ffffffeb;border:1px solid #94a3b859;border-radius:999px;color:#334155;flex-shrink:0;font-size:7px;font-weight:900;letter-spacing:.02em;padding:1px 5px}.ofc-event__badge--warm{background:#fff7ed;border-color:#ea580c33;color:#9a3412}.ofc-event__badge--teal{background:#ecfeff;border-color:#0f766e33;color:#0f766e}.ofc-event__badge--success{background:#f0fdf4;border-color:#16a34a40;color:#166534}.ofc-event__meta{color:#64748b;font-size:9px;line-height:1.1;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ofc-event__meta--primary{color:#475569;font-weight:700}.ofc-event--compact{border-radius:7px;padding:2px 4px 2px 6px}.ofc-event--compact .ofc-event__title{font-size:8px}.ofc-event--normal{background:linear-gradient(180deg,#fff,#eff6ff);border-color:#bfdbfe}.ofc-event--normal:before{background:#3b82f6}.ofc-event--checked-overlay{background-blend-mode:multiply}.ofc-event--normal.ofc-event--checked-overlay{background:linear-gradient(135deg,#eff6ff,#fff 42%,#dcfce7);border-color:#86efac}.ofc-event--normal.ofc-event--checked-overlay:before{background:linear-gradient(180deg,#3b82f6,#16a34a)}.ofc-event--plan.ofc-event--checked-overlay{background:linear-gradient(135deg,#ecfeff,#fff 42%,#dcfce7);border-color:#86efac}.ofc-event--plan.ofc-event--checked-overlay:before{background:linear-gradient(180deg,#0f766e,#16a34a)}.ofc-event--held.ofc-event--checked-overlay{background:linear-gradient(135deg,#fff7ed,#fff 42%,#dcfce7);border-color:#86efac}.ofc-event--held.ofc-event--checked-overlay:before{background:linear-gradient(180deg,#ea580c,#16a34a)}.ofc-event--held-plan.ofc-event--checked-overlay{background:linear-gradient(135deg,#fffbeb,#fff 42%,#dcfce7);border-color:#86efac}.ofc-event--held-plan.ofc-event--checked-overlay:before{background:linear-gradient(180deg,#0f766e,#ea580c 55%,#16a34a)}.ofc-event--recall.ofc-event--checked-overlay{background:linear-gradient(135deg,#ecfeff,#fff 42%,#dcfce7);border-color:#86efac}.ofc-event--recall.ofc-event--checked-overlay:before{background:linear-gradient(180deg,#14b8a6,#16a34a)}.ofc-event--held{background:linear-gradient(180deg,#fff,#fff7ed);border-color:#fdba74}.ofc-event--held:before{background:#ea580c}.ofc-event--plan{background:linear-gradient(180deg,#fff,#ecfeff);border-color:#99f6e4}.ofc-event--plan:before{background:#0f766e}.ofc-event--held-plan{background:linear-gradient(180deg,#fff,#fffbeb);border-color:#fcd34d}.ofc-event--held-plan:before{background:linear-gradient(180deg,#0f766e,#ea580c)}.ofc-event--recall{background:linear-gradient(180deg,#fff,#ecfeff);border-color:#67e8f9}.ofc-event--recall:before{background:#14b8a6}.ofc-shell .fc .fc-day-today,.ofc-shell .fc .fc-daygrid-day.fc-day-today,.ofc-shell .fc .fc-timegrid-col-frame.fc-day-today,.ofc-shell .fc .fc-timegrid-col.fc-day-today{background:#2563eb14!important}.ofc-shell .fc .fc-timegrid-now-indicator-arrow,.ofc-shell .fc .fc-timegrid-now-indicator-line{border-color:#2563eba6!important}.ofc-shell .fc .fc-button-group .fc-button{border-radius:10px!important}.ofc-shell .fc .fc-button-group .fc-button.fc-button-active{background:#1d4ed8!important;border-color:#1d4ed8!important;box-shadow:none!important}.ofc-shell .fc .fc-timegrid-event-harness .ofc-event--compact{align-items:center;display:flex;min-height:22px}.ofc-shell .fc .fc-timegrid-event-harness .ofc-event--compact .ofc-event__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.of-settings-page{background:#0000;min-height:100vh;padding:20px}.of-settings-hero{background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 24px #0f172a0d;margin-bottom:16px;padding:18px 20px}.of-settings-hero__title{color:#0f172a;font-size:28px;font-weight:900;line-height:1.05;margin:0}.of-settings-hero__subtitle{color:#64748b;font-size:14px;line-height:1.45;margin-top:6px}.of-settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 8px 22px #0f172a0a;padding:16px}.of-settings-card--soft{background:#f8fafc}.of-settings-card__title{color:#0f172a;font-size:17px;font-weight:900;margin:0 0 6px}.of-settings-card__subtitle{color:#64748b;font-size:13px;margin:0 0 14px}.of-settings-banner{border-radius:14px;font-weight:700;margin-bottom:14px;padding:12px 14px}.of-settings-banner--warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.of-settings-banner--danger{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.of-settings-banner--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.of-settings-summary{display:flex;flex-wrap:wrap;gap:10px}.of-settings-pill{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#334155;display:inline-flex;font-size:12px;font-weight:800;padding:8px 10px}.of-settings-grid{grid-gap:16px;display:grid;gap:16px}.of-settings-grid--2{grid-template-columns:1fr 1fr}.of-settings-grid--form{grid-gap:10px;align-items:end;display:grid;gap:10px;grid-template-columns:1fr 1fr 220px 140px}.of-settings-field{grid-gap:6px;display:grid;gap:6px}.of-settings-label{color:#64748b;font-size:12px;font-weight:700}.of-settings-input,.of-settings-select,.of-settings-textarea{background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-sizing:border-box;color:#0f172a;font-size:14px;outline:none;padding:10px 12px;width:100%}.of-settings-input:focus,.of-settings-select:focus,.of-settings-textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.of-settings-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.of-settings-button{background:#fff;border:1px solid #cbd5e1;border-radius:10px;color:#334155;cursor:pointer;font-weight:800;padding:10px 14px;transition:all .16s ease}.of-settings-button:hover{transform:translateY(-1px)}.of-settings-button:disabled{cursor:not-allowed;opacity:.65;transform:none}.of-settings-button--primary{background:linear-gradient(135deg,#2563eb,#4f46e5);border:none;box-shadow:0 10px 20px #2563eb2e;color:#fff}.of-settings-button--success{background:#dcfce7;border-color:#86efac;color:#166534}.of-settings-button--info{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.of-settings-button--warning{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.of-settings-list{grid-gap:10px;display:grid;gap:10px}.of-settings-item{grid-gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:grid;gap:8px;padding:14px}.of-settings-item__row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:1.2fr 1fr 180px}.of-settings-item__title{color:#0f172a;font-size:16px;font-weight:800}.of-settings-item__meta{color:#64748b;font-size:13px}.of-settings-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px;color:#64748b;padding:16px}.of-settings-topbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.of-settings-muted{color:#64748b;font-size:13px}@media (max-width:1100px){.of-settings-grid--2{grid-template-columns:1fr}.of-settings-grid--form{grid-template-columns:1fr 1fr}.of-settings-item__row{grid-template-columns:1fr}}@media (max-width:680px){.of-settings-page{padding:14px}.of-settings-hero{border-radius:16px;padding:16px}.of-settings-hero__title{font-size:24px}.of-settings-grid--form{grid-template-columns:1fr}}
/*# sourceMappingURL=main.800606c2.css.map*/