@charset "UTF-8";:root{--navbar-height: 62px;--navbar-bg: #ffffff;--navbar-surface: #ffffff;--navbar-text: #334155;--navbar-text-strong: #0f172a;--navbar-muted: #64748b;--navbar-border: #eef2f7;--navbar-hover-bg: #f1f5f9;--navbar-accent: #4338ca;--navbar-accent-soft: #eef2ff;--navbar-accent-strong: #3730a3;--navbar-danger: #dc2626;--navbar-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 8px 24px rgba(15, 23, 42, .04)}.navbar{background:var(--navbar-bg);height:var(--navbar-height);position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;border-bottom:1px solid var(--navbar-border);box-shadow:var(--navbar-shadow);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--navbar-text)}.navbar__inner{max-width:1280px;height:100%;margin:0 auto;padding:0 1rem;display:flex;align-items:center;gap:1rem}.navbar__brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--navbar-text-strong);flex-shrink:0;outline:none}.navbar__brand:focus-visible{outline:2px solid var(--navbar-accent-soft);outline-offset:4px;border-radius:6px}.navbar__brand-logo{height:36px;width:auto;display:block;transition:transform .2s ease,filter .2s ease}.navbar__brand:hover .navbar__brand-logo{transform:translateY(-1px)}.navbar__brand-tag{display:inline-block;padding:2px 8px;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navbar-accent);background:var(--navbar-accent-soft);border-radius:999px;line-height:1.6}.navbar__nav{display:flex;align-items:center;gap:.125rem;flex:1 1 auto;justify-content:center;list-style:none;margin:0;padding:0;overflow-x:auto;scrollbar-width:none}.navbar__nav::-webkit-scrollbar{display:none}.navbar__link{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;color:var(--navbar-muted);text-decoration:none;border-radius:10px;transition:color .15s ease,background-color .15s ease;white-space:nowrap;position:relative}.navbar__link:hover{color:var(--navbar-text-strong);background:var(--navbar-hover-bg)}.navbar__link-icon{font-size:.8125rem;color:inherit;transition:color .15s ease}.navbar__link--active{color:var(--navbar-accent-strong);background:var(--navbar-accent-soft);font-weight:600}.navbar__link--active .navbar__link-icon{color:var(--navbar-accent)}.navbar__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.navbar__login{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .875rem;font-size:.8125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:10px;text-decoration:none;box-shadow:0 4px 14px #3b82f640;transition:transform .15s ease,box-shadow .2s ease}.navbar__login:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f659;color:#fff}.navbar__login--block{width:100%;justify-content:center}.navbar__profile{position:relative}.navbar__profile-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .625rem .25rem .25rem;border:1px solid var(--navbar-border);background:var(--navbar-surface);color:var(--navbar-text-strong);font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;border-radius:999px;transition:background-color .2s ease,border-color .2s ease;max-width:240px}.navbar__profile-trigger:hover{background:var(--navbar-hover-bg);border-color:#e2e8f0}.navbar__avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;letter-spacing:.02em;flex-shrink:0}.navbar__avatar--lg{width:40px;height:40px;font-size:.9375rem}.navbar__profile-name{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar__profile-caret{font-size:.625rem;color:var(--navbar-muted);transition:transform .2s ease}.navbar__profile-caret--open{transform:rotate(180deg)}.navbar__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:var(--navbar-surface);border:1px solid var(--navbar-border);border-radius:12px;box-shadow:0 12px 32px #0f172a1a;z-index:2000;overflow:hidden;animation:navbar__menu-in .15s ease both}@keyframes navbar__menu-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar__menu-header{display:flex;align-items:center;gap:.625rem;padding:.75rem .875rem;background:#fafafa;border-bottom:1px solid var(--navbar-border)}.navbar__menu-meta{min-width:0;display:flex;flex-direction:column;gap:2px}.navbar__menu-name{font-size:.875rem;font-weight:700;color:var(--navbar-text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar__menu-role{font-size:.6875rem;font-weight:600;color:var(--navbar-muted);text-transform:capitalize;letter-spacing:.02em}.navbar__menu-item{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .875rem;background:none;border:none;color:var(--navbar-text);font-size:.8125rem;font-weight:500;font-family:inherit;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}.navbar__menu-item:hover{background:var(--navbar-hover-bg)}.navbar__menu-item--danger{color:var(--navbar-danger)}.navbar__menu-item--danger:hover{background:#fef2f2}.navbar__burger{display:none;width:38px;height:38px;border-radius:10px;border:1px solid var(--navbar-border);background:var(--navbar-surface);color:var(--navbar-text-strong);cursor:pointer;font-size:.9375rem;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.navbar__burger:hover{background:var(--navbar-hover-bg);border-color:#e2e8f0}.navbar__burger--open{background:var(--navbar-accent-soft);color:var(--navbar-accent-strong);border-color:var(--navbar-accent-soft)}.navbar__sheet{position:fixed;top:var(--navbar-height);right:0;width:min(320px,100%);max-height:calc(100vh - var(--navbar-height));background:var(--navbar-surface);border-left:1px solid var(--navbar-border);box-shadow:-12px 0 32px #0f172a1f;z-index:1001;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;overflow-y:auto}.navbar__sheet--open{transform:translate(0)}.navbar__backdrop{position:fixed;inset:var(--navbar-height) 0 0 0;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;animation:navbar__backdrop-in .2s ease both}@keyframes navbar__backdrop-in{0%{opacity:0}to{opacity:1}}.navbar__sheet-header{display:flex;align-items:center;gap:.625rem;padding:1rem 1rem .75rem;border-bottom:1px solid var(--navbar-border);background:#fafafa}.navbar__sheet-list{list-style:none;margin:0;padding:.5rem;flex:1}.navbar__sheet-link{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;text-decoration:none;color:var(--navbar-text);border-radius:10px;font-size:.9375rem;font-weight:500;transition:background-color .15s ease,color .15s ease}.navbar__sheet-link:hover{background:var(--navbar-hover-bg);color:var(--navbar-text-strong)}.navbar__sheet-link--active{background:var(--navbar-accent-soft);color:var(--navbar-accent-strong);font-weight:600}.navbar__sheet-icon{width:20px;text-align:center;color:var(--navbar-muted)}.navbar__sheet-link--active .navbar__sheet-icon{color:var(--navbar-accent)}.navbar__sheet-chevron{margin-left:auto;font-size:.625rem;color:var(--navbar-muted)}.navbar__sheet-footer{padding:.75rem 1rem 1.25rem;border-top:1px solid var(--navbar-border)}.navbar__sheet-logout{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.625rem .875rem;font-size:.875rem;font-weight:600;color:var(--navbar-danger);background:#fef2f2;border:1px solid #fecaca;border-radius:10px;cursor:pointer;font-family:inherit;transition:background-color .15s ease}.navbar__sheet-logout:hover{background:#fee2e2}@media (max-width: 1024px){.navbar__nav{display:none}.navbar__burger{display:inline-flex}}@media (max-width: 560px){.navbar__profile-name{display:none}.navbar__profile-trigger{padding:.25rem .375rem .25rem .25rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-font: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";--secondary-font: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;--standard-theme-bg: #1f1f24;--standard-theme-text: gainsboro;--standard-theme-border-color: #000000;--primary-color: #007bff;--primary-color-hover: #0056b3;--light-gray: #f5f5f5;--medium-gray: #ddd;--dark-gray: #333;--white: #fff;--shadow: 0 2px 8px rgba(0, 0, 0, .1)}body{font-family:var(--primary-font);line-height:1.6;background-color:var(--light-gray);color:var(--dark-gray);margin:0;padding:0}.app{display:flex;flex-direction:column}.main-content{flex:1;width:100%}@media (max-width: 768px){.main-content{padding:1rem}}h1,h2,h3{margin-bottom:1rem;line-height:1.2}h1{font-size:clamp(1.75rem,5vw,2.5rem)}h2{font-size:clamp(1.5rem,4vw,2rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{font-size:clamp(1rem,2.5vw,1.1rem)}.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}h1{font-size:clamp(1.5rem,5vw,2.5rem)}h2{font-size:clamp(1.25rem,4vw,2rem)}p{font-size:clamp(1rem,3vw,1.125rem)}#root{margin:0 auto;padding:2rem}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}#root{margin:0;padding:0;height:100%}:root{--secondary-font: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;--primary-font: ui-sans-serif, -apple-system, system-ui, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";--bs-custom-gutter-x: 0px;--bs-custom-gutter-y: 1.5rem;--small-text-small: 11px;--small-text-normal: 12px;--small-text-large: 14px;--normal-text-small: 14px;--normal-text-normal: 16px;--normal-text-large: 18px;--large-text-small: 20px;--large-text-normal: 24px;--large-text-large: 28px;--standard-primary: #40667d;--standard-seconday: #cccccc;--standart-success-text: #198754;--standart-success-textbox: #cdf0d8;--standart-danger-text: #dc3545;--standart-danger-textbox: #fde3e3;--standart-warning-text: #828263;--standart-warning-textbox: #fffd84;--standard-primary-bg: #e0e0e0;--standard-secondary-bg: #d0e0e5;--primary-font-color: #333;--standard-theme-bg: #1f1f24;--standard-theme-border-color: #000000;--standard-theme-text: gainsboro;--standard-icon-color: #fbfbfb;--modes-button-fontSize: 9px}.root-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.delta{padding:.1rem .5rem;font-size:11px;margin:2px auto;border-radius:3px}.delta.green{color:var(--standart-success-text);background-color:var(--standart-success-textbox);border:.5px solid var(--standart-success-text)}.delta.red{color:var(--standart-danger-text);background-color:var(--standart-danger-textbox);border:.5px solid var(--standart-danger-text)}.delta.yellow{color:var(--standart-warning-text);background-color:var(--standart-warning-textbox);border:.5px solid var(--standart-warning-text)}.datepicker-popper{z-index:2000!important}.primary-bg-color{color:var(--standard-primary-bg)}.secondary-bg-color{color:var(--standard-secondary-bg)}.primary-color{color:var(--standard-primary)}.secondary-color{color:var(--standard-seconday)}.standart-success-text-color{color:var(--standard-success-text)}.standart-success-textbox-color{color:var(--standard--success-textbox)}.standart-danger-text-color{color:var(--standard-danger-text)}.standart-danger-textbox-color{color:var(--standard-danger-textbox)}.standart-warning-text-color{color:var(--standard-warning-text)}.standart-warning-textbox-color{color:var(--standard-warning-textbox)}.theme{background-color:var(--standard-theme-bg);border:1px solid var(--standard-theme-border-color);color:var(--standard-theme-text)}.theme-text-color{color:var(--standard-theme-text)}.primary-text{font-family:var(--primary-font);font-weight:600;color:var(--primary-font-color);line-height:1.6;letter-spacing:-.011em}.primary-text:focus{outline:2px solid #005fcc;outline-offset:2px}.secondary-text{font-family:var(--secondary-font)}.small-text--small{font-size:var(--small-text-small)}.small-text--normal{font-size:var(--small-text-normal)}.small-text--large{font-size:var(--small-text-large)}.normal-text--small{font-size:var(--normal-text-small)}.normal-text--normal{font-size:var(--normal-text-normal)}.normal-text--large{font-size:var(--normal-text-large)}.large-text--small{font-size:var(--large-text-small)}.large-text--normal{font-size:var(--large-text-normal)}.large-text--large{font-size:var(--large-text-large)}.bloomberg-logo{font-family:Work Sans,sans-serif;font-weight:800;letter-spacing:-.03em}.bloomberg-terminal{font-family:IBM Plex Mono,monospace;font-weight:400;font-size:clamp(1vh,1.5vh,3vh)}html,body{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.unselectable{pointer-events:none}.no-hover:hover{background-color:transparent!important;color:inherit!important;border-color:inherit!important}.close-btn{top:1dvh;right:3dvh;color:#d6d9df;background:transparent;border:none;border-radius:.5rem;font-size:.875rem;line-height:1.25rem;width:2rem;height:2rem;margin-left:auto}.close-btn:hover{background-color:#e5e7eb;color:#111827;background-color:#ea3a3ae6;color:#fff}.custom-container{width:100%;padding-right:var(--bs-gutter-x);padding-left:var(--bs-gutter-x);margin-right:45px;margin-left:45px;box-sizing:border-box;display:block}.custom-Select{z-index:1!important}@media (min-width: 576px){.custom-container{max-width:540px}}@media (min-width: 768px){.custom-container{max-width:720px}}@media (min-width: 992px){.custom-container{max-width:960px}}@media (min-width: 1200px){.custom-container{max-width:1140px}}@media (min-width: 1400px){.custom-container{max-width:1320px}}.custom-container-fluid{width:100%;padding-right:var(--bs-gutter-x);padding-left:var(--bs-gutter-x);margin-right:auto;margin-left:auto}.custom-container-sm{max-width:100%}@media (min-width: 576px){.custom-container-sm{max-width:540px}}.custom-container-md{max-width:100%}@media (min-width: 768px){.custom-container-md{max-width:720px}}.custom-container-lg{max-width:100%}@media (min-width: 992px){.custom-container-lg{max-width:960px}}.custom-container-xl{max-width:100%}@media (min-width: 1200px){.custom-container-xl{max-width:1140px}}.custom-container-xxl{max-width:100%}@media (min-width: 1400px){.custom-container-xxl{max-width:1320px}}.react-select__menu,.custom-datepicker-popper{z-index:9999!important}.login-page{display:flex;min-height:100vh;width:100%;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;position:fixed;inset:0}.login-page__left{flex:1;display:flex;align-items:center;justify-content:center;background:#fff;position:relative;overflow:hidden}.login-page__left:before,.login-page__left:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.login-page__left:before{width:400px;height:400px;background:linear-gradient(135deg,#3b82f60f,#8b5cf60f);top:-100px;left:-100px}.login-page__left:after{width:300px;height:300px;background:linear-gradient(135deg,#8b5cf60d,#3b82f60d);bottom:-80px;right:-60px}.login-page__brand{text-align:center;z-index:1;animation:login-page__fade-in .8s ease both}.login-page__elephant{width:320px;height:320px;object-fit:contain;display:block;margin:0 auto 1.5rem;mix-blend-mode:multiply;animation:login-page__bob 3s ease-in-out infinite}@keyframes login-page__bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.login-page__logo{height:68px;width:auto;object-fit:contain;display:block;margin:0 auto}.login-page__right{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fafafa}.login-page__container{width:100%;max-width:420px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 24px #0f172a0f;padding:2.25rem 2rem;animation:login-page__slide-up .6s ease both}@keyframes login-page__slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes login-page__fade-in{0%{opacity:0}to{opacity:1}}.login-page__title{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 6px;line-height:1.2;letter-spacing:-.02em}.login-page__subtitle{font-size:.9375rem;color:#6b7280;margin:0 0 28px;line-height:1.6}.login-form{display:flex;flex-direction:column;gap:16px}.login-form__field{display:flex;flex-direction:column}.login-form__label{font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:6px}.login-form__input{width:100%;padding:12px 14px;font-size:.9375rem;color:#111827;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;box-sizing:border-box;font-family:inherit}.login-form__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;background:#fff}.login-form__input::placeholder{color:#9ca3af}.login-form__password{position:relative}.login-form__password .login-form__input{padding-right:44px}.login-form__eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;font-size:16px;transition:color .2s ease}.login-form__eye:hover{color:#4b5563}.login-form__error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:.8125rem;font-weight:500;line-height:1.5}.login-form__submit{width:100%;padding:12px;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:10px;cursor:pointer;transition:transform .2s ease,box-shadow .25s ease;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 14px #3b82f640;margin-top:4px;font-family:inherit}.login-form__submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #3b82f659}.login-form__submit:active:not(:disabled){transform:translateY(0)}.login-form__submit:disabled{opacity:.7;cursor:not-allowed}.login-form__footer{text-align:center;margin-top:24px;font-size:.8125rem;color:#9ca3af}.login-form__footer strong{color:#4b5563}@media (max-width: 860px){.login-page{flex-direction:column;position:relative}.login-page__left{display:none}.login-page__right{padding:1.25rem}.login-page__container{padding:1.75rem 1.5rem;border-radius:12px}}.error-page{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;overflow:hidden}.error-page:before,.error-page:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.error-page:before{width:420px;height:420px;background:linear-gradient(135deg,#3b82f60f,#8b5cf60f);top:-120px;left:-120px}.error-page:after{width:320px;height:320px;background:linear-gradient(135deg,#ef44440d,#fbbf240d);bottom:-100px;right:-80px}.error-page__brand{position:relative;z-index:1;animation:error-page__fade-in .5s ease both}.error-page__elephant{width:220px;height:220px;object-fit:contain;mix-blend-mode:multiply;animation:error-page__bob 3.5s ease-in-out infinite}.error-page__logo{height:44px;margin-top:.5rem;opacity:.85}.error-page__card{position:relative;z-index:1;margin-top:1rem;max-width:500px;padding:1.5rem 1.75rem 1.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 24px #0f172a0f;animation:error-page__slide-up .55s ease both}.error-page__title{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .35rem;letter-spacing:-.02em}.error-page__subtitle{font-size:.9375rem;color:#6b7280;margin:0 0 .75rem;line-height:1.5}.error-page__detail{font-size:.8125rem;color:#9ca3af;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;margin:0 0 1.25rem;word-break:break-word}.error-page__actions{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.error-page__action{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:10px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .25s ease,background-color .2s ease;border:1px solid transparent;cursor:pointer;font-family:inherit}.error-page__action--primary{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 4px 14px #3b82f640}.error-page__action--primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f659}.error-page__action--ghost{background:#fff;color:#374151;border-color:#e5e7eb}.error-page__action--ghost:hover{background:#f3f4f6}@keyframes error-page__bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes error-page__fade-in{0%{opacity:0}to{opacity:1}}@keyframes error-page__slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 560px){.error-page__elephant{width:160px;height:160px}.error-page__logo{height:36px}.error-page__title{font-size:1.5rem}.error-page__card{padding:1.25rem}}.error-boundary{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff}.error-boundary__brand{animation:error-boundary__fade-in .5s ease both}.error-boundary__elephant{width:180px;height:180px;object-fit:contain;mix-blend-mode:multiply;animation:error-boundary__bob 3.5s ease-in-out infinite}.error-boundary__card{max-width:480px;width:100%;margin-top:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 24px #0f172a0f;padding:1.75rem 1.75rem 2rem;animation:error-boundary__slide-up .55s ease both}.error-boundary__title{font-size:1.375rem;font-weight:700;color:#111827;margin:0 0 .5rem;letter-spacing:-.01em}.error-boundary__message{font-size:.9375rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.error-boundary__actions{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.error-boundary__action{display:inline-flex;align-items:center;justify-content:center;padding:9px 16px;border-radius:10px;font-size:.9375rem;font-weight:600;border:1px solid transparent;cursor:pointer;font-family:inherit;transition:transform .15s ease,box-shadow .25s ease,background-color .2s ease}.error-boundary__action--primary{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 4px 14px #3b82f640}.error-boundary__action--primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f659}.error-boundary__action--ghost{background:#fff;color:#374151;border-color:#e5e7eb}.error-boundary__action--ghost:hover{background:#f3f4f6}@keyframes error-boundary__bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes error-boundary__fade-in{0%{opacity:0}to{opacity:1}}@keyframes error-boundary__slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-page{min-height:calc(100vh - 60px);padding:2rem 1.25rem 3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.home-page__hero{max-width:1040px;margin:0 auto 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#eef2ff,#fff 55% 100%);border:1px solid #e0e7ff;border-radius:18px;box-shadow:0 2px 12px #0f172a0a;animation:home__fade .45s ease both}@keyframes home__fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.home-page__hero-text{min-width:0;flex:1}.home-page__eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4338ca;background:#eef2ff;padding:3px 10px;border-radius:999px;margin-bottom:.35rem}.home-page__title{font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;color:#0f172a;margin:0 0 .35rem;letter-spacing:-.025em;line-height:1.2}.home-page__subtitle{font-size:.9375rem;color:#475569;margin:0;line-height:1.5}.home-page__elephant{width:120px;height:120px;object-fit:contain;mix-blend-mode:multiply;animation:home__bob 3.5s ease-in-out infinite;flex-shrink:0}@keyframes home__bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.home-page__grid{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-card{position:relative;background:#fff;color:#0f172a;padding:1.5rem 1.5rem 1.75rem;border-radius:16px;border:1px solid #eef2f7;box-shadow:0 1px 2px #0f172a08;cursor:pointer;transition:transform .2s ease,box-shadow .25s ease,border-color .2s ease;text-align:left;display:flex;flex-direction:column;gap:.5rem;min-height:140px;overflow:hidden;font-family:inherit}.home-card:after{content:"";position:absolute;right:-40px;bottom:-40px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.08),transparent 70%);pointer-events:none;transition:transform .3s ease}.home-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0f172a14;border-color:#c7d2fe}.home-card:hover:after{transform:scale(1.15)}.home-card__icon{width:42px;height:42px;border-radius:10px;background:#eef2ff;color:#4338ca;display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem;transition:background-color .2s ease,color .2s ease}.home-card--upload .home-card__icon{background:#ecfdf5;color:#047857}.home-card--accent .home-card__icon{background:#fff7ed;color:#b45309}.home-card__title{font-size:1rem;font-weight:700;margin:.5rem 0 0;color:#0f172a;letter-spacing:-.01em}.home-card__subtitle{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.45}.home-card__arrow{align-self:flex-end;margin-top:auto;font-size:.875rem;color:#6b7280;transition:transform .2s ease,color .2s ease}.home-card:hover .home-card__arrow{transform:translate(4px);color:#4338ca}@media (max-width: 900px){.home-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.home-page{padding:1.25rem .75rem 2rem}.home-page__hero{padding:1.25rem;border-radius:14px}.home-page__elephant{width:84px;height:84px}.home-page__grid{grid-template-columns:1fr}}.upload{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f172a}.upload__hint{background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:.875rem 1rem;font-size:.8125rem;color:#475569;line-height:1.55;margin:0 0 1rem}.upload__hint strong{color:#0f172a}.upload__dropzone{border:2px dashed #cbd5e1;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc);padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .15s ease}.upload__dropzone:hover{border-color:#6366f1;background:linear-gradient(180deg,#eef2ff,#f8fafc)}.upload__dropzone--active{border-color:#4338ca;background:linear-gradient(180deg,#eef2ff,#e0e7ff);transform:translateY(-1px)}.upload__dropzone-icon{width:64px;height:64px;border-radius:50%;background:#eef2ff;color:#4338ca;display:inline-flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:.875rem;transition:transform .2s ease}.upload__dropzone:hover .upload__dropzone-icon,.upload__dropzone--active .upload__dropzone-icon{transform:scale(1.05)}.upload__dropzone-title{font-size:1.0625rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}.upload__dropzone-subtitle{font-size:.8125rem;color:#64748b;margin:0 0 1rem}.upload__browse{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#4338ca;background:#fff;border:1px solid #c7d2fe;border-radius:10px;cursor:pointer;font-family:inherit;transition:background-color .15s ease,transform .15s ease}.upload__browse:hover{background:#eef2ff;transform:translateY(-1px)}.upload__selected{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:1.25rem 1.25rem 1.5rem;box-shadow:0 1px 2px #0f172a08}.upload__file-row{display:flex;align-items:center;gap:.875rem;padding:.75rem .875rem;background:#fafafa;border:1px solid #eef2f7;border-radius:12px;margin-bottom:1rem}.upload__file-icon{width:44px;height:44px;border-radius:10px;background:#fee2e2;color:#b91c1c;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.upload__file-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.upload__file-name{font-size:.9375rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload__file-size{font-size:.75rem;color:#6b7280}.upload__file-remove{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;color:#64748b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease;flex-shrink:0}.upload__file-remove:hover{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.upload__file-remove:disabled{opacity:.5;cursor:not-allowed}.upload__label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.375rem}.upload__input{width:100%;padding:10px 12px;font-size:.9375rem;color:#111827;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;font-family:inherit;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;margin-bottom:1rem}.upload__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;background:#fff}.upload__progress{margin-bottom:1rem}.upload__progress-label{display:flex;justify-content:space-between;font-size:.75rem;color:#475569;font-weight:500;margin-bottom:.375rem}.upload__progress-bar{height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden;border:1px solid #e5e7eb}.upload__progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);background-size:200% 100%;animation:upload__shimmer 1.4s linear infinite;transition:width .25s ease}@keyframes upload__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.upload__preview{margin-bottom:1rem;border:1px solid #eef2f7;border-radius:12px;overflow:hidden;background:#fafafa}.upload__preview-head{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:#f8fafc;border-bottom:1px solid #eef2f7;font-size:.75rem;font-weight:600;color:#475569;letter-spacing:.02em}.upload__preview-head i{color:#64748b}.upload__preview-frame{width:100%;height:360px;display:block;background:#fff}.upload__actions{display:flex;gap:.5rem;justify-content:flex-end;padding-top:.75rem;border-top:1px solid #f1f5f9;flex-wrap:wrap}.upload__btn{padding:9px 18px;border-radius:10px;font-size:.875rem;font-weight:600;border:1px solid transparent;cursor:pointer;font-family:inherit;transition:transform .15s ease,background-color .15s ease,box-shadow .25s ease;display:inline-flex;align-items:center;gap:.375rem}.upload__btn:disabled{opacity:.6;cursor:not-allowed}.upload__btn--ghost{background:#fff;color:#374151;border-color:#e5e7eb}.upload__btn--ghost:hover:not(:disabled){background:#f3f4f6}.upload__btn--primary{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 4px 14px #3b82f640}.upload__btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #3b82f659}.dropzone{border:2px dashed #ced4da;border-radius:.375rem;padding:1rem .1rem;transition:background-color .2s,border-color .2s;background-color:#fff;cursor:pointer}.dropzone--active{background-color:#e2e6ea;border-color:#86b7fe}@media (max-width: 560px){.upload__selected{padding:1rem}.upload__preview-frame{height:280px}.upload__actions{justify-content:stretch}.upload__btn{flex:1;justify-content:center}}.popup-overlay{position:fixed;inset:0;z-index:1050;background:#00000040;display:flex}.popup-blur{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.popup-canvas{position:absolute;min-width:260px;max-width:90vw;max-height:90vh;overflow:auto}.loading{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:loading__fade-in .3s ease}@keyframes loading__fade-in{0%{opacity:0}to{opacity:1}}.loading__scene{position:relative;width:340px;height:340px;display:flex;align-items:center;justify-content:center}.loading__elephant-wrapper{position:relative;z-index:10;display:flex;align-items:center;justify-content:center}.loading__elephant{width:240px;height:240px;mix-blend-mode:multiply;object-fit:contain;animation:loading__breathe 4s ease-in-out infinite;transform-origin:bottom center}@keyframes loading__breathe{0%{transform:scale(1) rotate(0)}15%{transform:scale(1.02) rotate(2deg)}30%{transform:scale(1.02) rotate(-1deg)}45%{transform:scale(1) rotate(0)}60%{transform:scale(.98) rotate(-2deg)}75%{transform:scale(.98) rotate(1deg)}to{transform:scale(1) rotate(0)}}.loading__flying-item{position:absolute;width:36px;height:36px;z-index:5;opacity:0}.loading__paper-svg{width:100%;height:100%;filter:drop-shadow(0 4px 6px rgba(0,0,0,.05))}.loading__flying-item--paper{left:100%;top:30%;animation:loading__float-paper 4s linear infinite 2.5s}.loading__flying-item--book{left:0%;top:5%;animation:loading__float-book 4.8s linear infinite 1.5s}@keyframes loading__float-paper{0%{transform:translate(30px) rotate(0) scale(.9);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translate(-60px,-80px) rotate(-60deg) scale(1);opacity:0}}@keyframes loading__float-book{0%{transform:translateY(30px) rotate(20deg) scale(.8);opacity:0}20%{opacity:1}80%{opacity:1}to{transform:translate(50px,-120px) rotate(-30deg) scale(1.1);opacity:0}}.loading__content{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:-12px}.loading__text{font-size:1.075rem;color:#475569;font-weight:500;margin:0;letter-spacing:-.01em;animation:loading__pulse-text 2s ease-in-out infinite}@keyframes loading__pulse-text{0%,to{opacity:.7}50%{opacity:1}}.loading__dots{display:flex;gap:6px;margin-bottom:4px}.loading__dots span{width:10px;height:10px;background:#3b82f6;border-radius:50%;animation:loading__bounce 1.4s infinite ease-in-out both}.loading__dots span:nth-child(1){animation-delay:-.32s}.loading__dots span:nth-child(2){animation-delay:-.16s}.loading__dots span:nth-child(3){animation-delay:0s}@keyframes loading__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.renamer{display:flex;flex-direction:column;gap:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f172a}.renamer__section{background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:1.25rem 1.25rem 1.5rem;box-shadow:0 1px 2px #0f172a08}.renamer__section-head{display:flex;align-items:flex-start;gap:.75rem;padding-bottom:.875rem;margin-bottom:1rem;border-bottom:1px solid #f1f5f9}.renamer__step-badge{width:28px;height:28px;border-radius:50%;background:#eef2ff;color:#4338ca;font-size:.8125rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.renamer__section-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.renamer__section-sub{font-size:.8125rem;color:#6b7280;margin:.125rem 0 0;line-height:1.5}.renamer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem 1rem}.renamer__field{min-width:0}.renamer__label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.375rem}.renamer__required{color:#dc2626;margin-left:2px}.renamer__input{width:100%;padding:10px 12px;font-size:.9375rem;color:#111827;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;font-family:inherit;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.renamer__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;background:#fff}.renamer__drop{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.75rem 1rem;text-align:center;border:2px dashed #cbd5e1;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fafc);cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .15s ease}.renamer__drop:hover{border-color:#6366f1;background:linear-gradient(180deg,#eef2ff,#f8fafc);transform:translateY(-1px)}.renamer__drop-icon{width:52px;height:52px;border-radius:50%;background:#eef2ff;color:#4338ca;display:inline-flex;align-items:center;justify-content:center;font-size:1.375rem;margin-bottom:.75rem}.renamer__drop-title{font-size:.9375rem;font-weight:600;color:#0f172a;margin-bottom:.125rem}.renamer__drop-sub{font-size:.75rem;color:#6b7280}.renamer__drop-input{display:none}.renamer__file-card{display:flex;align-items:center;gap:.875rem;padding:.75rem .875rem;background:#fafafa;border:1px solid #eef2f7;border-radius:12px}.renamer__file-icon{width:44px;height:44px;border-radius:10px;background:#fee2e2;color:#b91c1c;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.renamer__file-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.renamer__file-name{font-size:.9375rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.renamer__file-size{font-size:.75rem;color:#6b7280}.renamer__file-remove{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;color:#64748b;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease;flex-shrink:0}.renamer__file-remove:hover{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.renamer__preview{margin-top:1rem;border:1px solid #eef2f7;border-radius:12px;overflow:hidden;background:#fafafa}.renamer__preview-head{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:#f8fafc;border-bottom:1px solid #eef2f7;font-size:.75rem;font-weight:600;color:#475569;letter-spacing:.02em}.renamer__preview-head i{color:#64748b}.renamer__preview-frame{width:100%;height:400px;background:#fff;display:block}.renamer__preview-image{width:100%;max-height:400px;object-fit:contain;display:block;background:#fff;padding:1rem;box-sizing:border-box}.renamer__preview-generic{padding:1.5rem;text-align:center;color:#475569;font-size:.875rem}.renamer__preview-loading{padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#475569;font-size:.875rem}.renamer__spinner{width:14px;height:14px;border:2px solid #cbd5e1;border-top-color:#3b82f6;border-radius:50%;display:inline-block;animation:renamer__spin .75s linear infinite}@keyframes renamer__spin{to{transform:rotate(360deg)}}.renamer__preview-filename{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;background:linear-gradient(135deg,#eef2ff,#fff);border:1px solid #c7d2fe;border-radius:12px;margin-bottom:1rem}.renamer__preview-filename-icon{width:40px;height:40px;border-radius:10px;background:#fff;color:#4338ca;display:inline-flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0;box-shadow:0 1px 2px #0f172a0d}.renamer__preview-filename-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.renamer__preview-filename-label{font-size:.6875rem;font-weight:700;color:#4338ca;letter-spacing:.08em;text-transform:uppercase}.renamer__preview-filename-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:.8125rem;color:#0f172a;word-break:break-all;background:transparent;padding:0}.renamer__actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.renamer__btn{display:inline-flex;align-items:center;gap:.375rem;padding:9px 18px;font-size:.875rem;font-weight:600;border:1px solid transparent;border-radius:10px;cursor:pointer;font-family:inherit;transition:transform .15s ease,box-shadow .25s ease,background-color .15s ease}.renamer__btn:disabled{opacity:.6;cursor:not-allowed}.renamer__btn--ghost{background:#fff;color:#4338ca;border-color:#c7d2fe}.renamer__btn--ghost:hover:not(:disabled){background:#eef2ff}.renamer__btn--primary{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 4px 14px #3b82f640}.renamer__btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #3b82f659}.renamer__toast{position:fixed;right:1.25rem;bottom:1.25rem;z-index:2000;display:flex;align-items:center;gap:.625rem;padding:.875rem 2.5rem .875rem 1rem;border-radius:12px;font-size:.875rem;font-weight:500;box-shadow:0 10px 24px #0f172a26;cursor:pointer;animation:renamer__toast-in .2s ease both;max-width:360px}@keyframes renamer__toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.renamer__toast--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.renamer__toast--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.renamer__toast-close{position:absolute;right:.625rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:inherit;cursor:pointer;opacity:.6;padding:2px 6px;font-size:.8125rem}.renamer__toast-close:hover{opacity:1}@media (max-width: 640px){.renamer__grid{grid-template-columns:1fr}.renamer__section{padding:1rem}.renamer__actions{justify-content:stretch}.renamer__btn{flex:1;justify-content:center}}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(180deg,#fff,#f9fafb);border:1px solid #eef2f7;border-radius:14px;box-shadow:0 1px 2px #0f172a08;margin-bottom:1rem;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header__text{min-width:0;flex:1}.page-header__eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4338ca;background:#eef2ff;padding:3px 10px;border-radius:999px;margin-bottom:.5rem}.page-header__title{font-size:1.375rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em;line-height:1.25}.page-header__subtitle{font-size:.875rem;color:#6b7280;margin:.35rem 0 0;line-height:1.5}.page-header__meta{font-size:.75rem;color:#94a3b8;margin:.5rem 0 0;display:inline-flex;align-items:center;gap:.35rem}.page-header__meta i{font-size:.7rem}.page-header__actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.state-view{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;background:#fff;border:1px dashed #e5e7eb;border-radius:14px;min-height:320px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:state-view__fade .3s ease both}.state-view--compact{padding:1.5rem 1rem;min-height:180px}@keyframes state-view__fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.state-view__elephant{width:140px;height:140px;object-fit:contain;mix-blend-mode:multiply;opacity:.9;margin-bottom:.25rem;animation:state-view__bob 3.5s ease-in-out infinite}@keyframes state-view__bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.state-view__icon{width:64px;height:64px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#4338ca;font-size:1.5rem;margin-bottom:1rem}.state-view__icon--danger{background:#fee2e2;color:#b91c1c}.state-view__title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 .35rem;letter-spacing:-.01em}.state-view__message{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5;max-width:420px}.state-view__action{margin-top:1rem}.state-view__btn{display:inline-flex;align-items:center;gap:.5rem;padding:9px 18px;border-radius:10px;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;cursor:pointer;box-shadow:0 4px 14px #3b82f640;transition:transform .15s ease,box-shadow .25s ease;font-family:inherit}.state-view__btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f659}.skeleton-block{background:linear-gradient(90deg,#f1f5f9,#e5e7eb,#f1f5f9);background-size:200% 100%;animation:skeleton__shimmer 1.4s ease-in-out infinite;border-radius:6px;min-height:12px}@keyframes skeleton__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-table{width:100%;background:#fff;border:1px solid #eef2f7;border-radius:12px;padding:.75rem;box-shadow:0 1px 2px #0f172a08}.skeleton-table__row{display:grid;grid-template-columns:repeat(var(--sk-cols, 5),minmax(0,1fr));gap:.75rem;padding:.625rem .5rem;border-bottom:1px solid #f1f5f9}.skeleton-table__row:last-child{border-bottom:none}.skeleton-table__row--head .skeleton-block{height:10px;background:linear-gradient(90deg,#e5e7eb,#d1d5db,#e5e7eb);background-size:200% 100%}.skeleton-table__cell{height:14px}.skeleton-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem}.skeleton-card{padding:1rem;background:#fff;border:1px solid #eef2f7;border-radius:12px;box-shadow:0 1px 2px #0f172a08;display:flex;flex-direction:column;gap:.5rem}.skeleton-card__header{display:flex;gap:.75rem;align-items:center;margin-bottom:.5rem}.skeleton-card__avatar{width:42px;height:42px;border-radius:8px;flex-shrink:0}.skeleton-card__meta{display:flex;flex-direction:column;gap:.35rem;flex:1}.skeleton-card__line{height:10px;width:60%}.skeleton-card__line--wide{width:85%}.skeleton-card__body{height:12px;width:100%}.skeleton-card__body--short{width:70%}.inline-loader{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;color:#475569;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px}.inline-loader--compact{padding:.25rem .5rem;font-size:.75rem}.inline-loader__spinner{width:12px;height:12px;border:2px solid #cbd5e1;border-top-color:#3b82f6;border-radius:50%;animation:inline-loader__spin .75s linear infinite}@keyframes inline-loader__spin{to{transform:rotate(360deg)}}.inline-loader__label{letter-spacing:.01em}.upload-canvas{padding:1.25rem 1rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.upload-canvas__inner{max-width:960px;margin:0 auto}.upload-canvas__tabs{display:inline-flex;gap:.25rem;padding:.25rem;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1rem}.upload-canvas__tab{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;color:#64748b;background:transparent;border:none;border-radius:8px;cursor:pointer;font-family:inherit;transition:color .15s ease,background-color .15s ease,box-shadow .15s ease;white-space:nowrap}.upload-canvas__tab:hover:not(.upload-canvas__tab--active){color:#0f172a}.upload-canvas__tab--active{color:#4338ca;background:#fff;box-shadow:0 1px 3px #0f172a14}.upload-canvas__tab-icon{font-size:.875rem;color:inherit}.upload-canvas__panel{animation:upload-canvas__fade .2s ease both}@keyframes upload-canvas__fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 560px){.upload-canvas{padding:1rem .75rem 2rem}.upload-canvas__tabs{width:100%}.upload-canvas__tab{flex:1;justify-content:center}.upload-canvas__tab span{font-size:.75rem}}.rich-text-editor{margin-bottom:20px}.rich-text-toolbar{display:flex;align-items:center;gap:4px;padding:8px;border:1px solid #d1d5db;border-bottom:none;border-radius:6px 6px 0 0;background-color:#f9fafb;flex-wrap:wrap}.toolbar-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.toolbar-btn:hover{background-color:#e5e7eb}.toolbar-btn:active{background-color:#d1d5db}.toolbar-select{height:32px;border:1px solid #d1d5db;border-radius:4px;background:#fff;font-size:12px;cursor:pointer}.toolbar-separator{width:1px;height:20px;background-color:#d1d5db;margin:0 4px}.rich-text-content{font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.6}.rich-text-content:empty:before{content:attr(data-placeholder);color:#9ca3af;font-style:italic}.rich-text-content h1{font-size:2em;font-weight:700;margin:.67em 0}.rich-text-content h2{font-size:1.5em;font-weight:700;margin:.75em 0}.rich-text-content h3{font-size:1.17em;font-weight:700;margin:.83em 0}.rich-text-content ul,.rich-text-content ol{padding-left:1.5em;margin:.5em 0}.rich-text-content a{color:#3b82f6;text-decoration:underline}.rich-text-content a:hover{color:#1d4ed8}.sun-editor{width:auto;height:auto;box-sizing:border-box;font-family:Helvetica Neue;border:1px solid #dadada;background-color:#fff;color:#000;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor *{box-sizing:border-box;-webkit-user-drag:none;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{margin:0;padding:0;border:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{resize:none;border:0;padding:0}.sun-editor button{border:0;background-color:transparent;touch-action:manipulation;cursor:pointer;outline:none}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sun-editor button *{pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{width:16px;height:16px;margin:auto;fill:currentColor;display:block;text-align:center;float:none}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{width:10px;height:10px}.sun-editor .se-btn-select>svg{float:right;width:10px;height:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;width:16px;height:16px;margin:-1px 10px 0 0;vertical-align:middle}.sun-editor .se-line-breaker>button>svg{width:24px;height:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;font-size:15px;line-height:2}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{position:absolute;display:block;width:0;height:0;border:11px solid transparent}.sun-editor .se-arrow.se-arrow-up{top:-11px;left:20px;margin-left:-11px;border-top-width:0;border-bottom-color:#dadada}.sun-editor .se-arrow.se-arrow-up:after{top:1px;margin-left:-11px;content:" ";border-top-width:0;border-bottom-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{top:0;left:0;margin-left:-11px;border-bottom-width:0;border-top-color:#dadada}.sun-editor .se-arrow.se-arrow-down:after{top:-12px;margin-left:-11px;content:" ";border-bottom-width:0;border-top-color:#fff}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{position:relative;width:auto;height:auto}.sun-editor button{color:#000}.sun-editor .se-btn{float:left;width:34px;height:34px;border:0;border-radius:4px;margin:1px!important;padding:0;font-size:12px;line-height:27px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{color:#000;background-color:#c7deff;border:1px solid #80bdff;border-radius:4px}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{color:#000;background-color:#80bdff;border-color:#3f9dff;outline:0 none}.sun-editor .se-btn-primary:active{color:#fff;background-color:#3f9dff;border-color:#4592ff;-webkit-box-shadow:inset 0 3px 5px #4592ff;box-shadow:inset 0 3px 5px #4592ff}.sun-editor input,.sun-editor select,.sun-editor textarea{color:#000;border:1px solid #ccc;border-radius:4px}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{cursor:not-allowed;background-color:inherit;color:#bdbdbd}.sun-editor .se-loading-box{position:absolute;display:none;width:100%;height:100%;top:0;left:0;background-color:#fff;opacity:.7;filter:alpha(opacity=70);z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{position:absolute;display:block;top:50%;left:50%;height:25px;width:25px;border-top:2px solid #07d;border-right:2px solid transparent;border-radius:50%;animation:spinner .8s linear infinite;margin:-25px 0 0 -25px}.sun-editor .se-line-breaker{position:absolute;display:none;width:100%;height:1px;cursor:text;border-top:1px solid #3288ff;z-index:7}.sun-editor .se-line-breaker>button.se-btn{position:relative;display:inline-block;width:30px;height:30px;top:-15px;float:none;left:-50%;background-color:#fff;border:1px solid #0c2240;opacity:.6;cursor:pointer}.sun-editor .se-line-breaker>button.se-btn:hover{opacity:.9;background-color:#fff;border-color:#041b39}.sun-editor .se-line-breaker-component{position:absolute;display:none;width:24px;height:24px;background-color:#fff;border:1px solid #0c2240;opacity:.6;border-radius:4px;cursor:pointer;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{display:block;position:relative;height:auto;width:100%;overflow:visible;padding:0;margin:0;background-color:#fafafa;outline:1px solid #dadada;z-index:5}.sun-editor .se-toolbar-shadow{display:block!important;height:0!important;padding:0!important;margin:0!important;background-color:transparent!important;outline:none!important;border:none!important;z-index:0!important}.sun-editor .se-toolbar-cover{position:absolute;display:none;font-size:36px;width:100%;height:100%;top:0;left:0;background-color:#fefefe;opacity:.5;filter:alpha(opacity=50);cursor:not-allowed;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;width:0;margin:0;vertical-align:top}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{display:none;position:absolute;box-shadow:0 3px 9px #00000080;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5)}.sun-editor .se-toolbar.se-toolbar-balloon{z-index:2147483647;width:auto}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{display:block;width:100%;height:0;margin:0;padding:0;background-color:transparent}.sun-editor .se-toolbar-more-layer{margin:0 -3px;background-color:#fafafa}.sun-editor .se-toolbar-more-layer .se-more-layer{display:none;border-top:1px solid #dadada}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;width:100%;height:auto;padding:4px 3px 0}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{width:auto;padding:0 4px}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{color:#000;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{color:#333;background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{color:#000;background-color:#c1c1c1;border-color:#b1b1b1;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;padding:0;margin:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{width:auto;display:flex;padding:4px 6px}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{position:relative;width:100%;height:auto;padding:4px 3px 0;margin:0}.sun-editor .se-menu-tray{position:absolute;top:0;left:0;width:100%;height:0}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:unset;overflow-y:unset}.sun-editor .se-list-layer{display:none;position:absolute;top:0;left:0;height:auto;z-index:5;border:1px solid #bababa;border-radius:4px;padding:6px 0;background-color:#fff;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-list-layer .se-list-inner{padding:0;margin:0;overflow-x:initial;overflow-y:initial;overflow:visible}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{width:100%;padding:0}.sun-editor .se-list-inner li>button{min-width:100%;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;-webkit-box-shadow:inset 0 3px 5px #407dd1;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{width:100%;height:auto;min-height:32px;padding:0 14px;cursor:pointer;font-size:12px;line-height:normal;text-indent:0;text-decoration:none;text-align:left}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-top:1px dotted #b1b1b1;border-bottom:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{min-width:140px;max-height:300px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{font-size:2em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h2{font-size:1.5em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h3{font-size:1.17em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h4{font-size:1em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h5{font-size:.83em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul h6{font-size:.67em;font-weight:700;color:#333}.sun-editor .se-list-layer.se-list-format ul blockquote{font-size:13px;color:#999;height:22px;margin:0;background-color:transparent;line-height:1.5;border-color:#b1b1b1;padding:0 0 0 7px;border-left:5px #b1b1b1;border-style:solid}.sun-editor .se-list-layer.se-list-format ul pre{font-size:13px;color:#666;padding:4px 11px;margin:0;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px}.sun-editor .se-selector-table{display:none;position:absolute;top:34px;left:1px;z-index:5;padding:5px 0;float:left;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px #0000002d}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{position:absolute!important;z-index:3;font-size:18px;width:10em;height:10em;cursor:pointer}.sun-editor .se-selector-table .se-table-size-highlighted{position:absolute!important;z-index:2;font-size:18px;width:1em;height:1em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat}.sun-editor .se-selector-table .se-table-size-unhighlighted{position:relative!important;z-index:1;font-size:18px;width:10em;height:10em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;width:max-content;max-width:270px;height:auto;padding:0;margin:auto}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{width:100%;height:100%;padding:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;position:relative;margin:0}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{display:block;cursor:default;width:30px;height:30px;text-indent:-9999px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;width:100%;min-height:40px;height:auto;padding:4px}.sun-editor .se-form-group input{flex:auto;display:inline-block;width:auto;height:33px;font-size:12px;margin:1px 0;padding:0;border-radius:.25rem;border:1px solid #ccc}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;width:34px;height:34px;margin:0 2px!important}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-form-group-label{width:100%;height:auto;padding:0 4px}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{width:auto;height:33px;color:#555}.sun-editor .se-submenu .se-form-group .se-color-input{width:72px;text-transform:uppercase;border:none;border-bottom:2px solid #b1b1b1;outline:none}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{position:relative!important;width:100%;height:auto;overflow:hidden;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{width:100%;height:100%;min-height:65px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;word-break:break-all;padding:4px;margin:0;resize:none!important}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{position:absolute;display:none;white-space:nowrap;text-overflow:ellipsis;z-index:1;color:#b1b1b1;font-size:13px;line-height:1.5;top:0;left:0;right:0;overflow:hidden;margin-top:0;padding-top:16px;padding-left:16px;margin-left:0;padding-right:16px;margin-right:0;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-resizing-bar{display:flex;width:auto;height:auto;min-height:16px;border-top:1px solid #dadada;padding:0 4px;background-color:#fafafa;cursor:ns-resize}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{position:absolute;display:none;cursor:default;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{flex:auto;position:relative;width:auto;height:auto;color:#666;margin:0;padding:0;font-size:10px;line-height:1.5;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper{flex:none;position:relative;display:block;width:auto;height:auto;margin:0;padding:0;color:#999;font-size:13px;background:transparent}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{color:#b94a48;animation:blinker .2s linear infinite}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{position:absolute;width:100%;height:100%;top:0;left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{position:relative;width:auto;max-width:500px;margin:1.75rem auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{display:inline-block;padding:6px 12px;margin:0 0 10px!important;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;margin:0;padding:0;line-height:2.5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{position:relative;padding:15px 15px 5px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-top:10px;margin-bottom:0}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{width:70px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;width:25px;text-align:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{height:auto;min-height:55px;padding:10px 15px 0;text-align:right;border-top:1px solid #e5e5e5}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-right:16px;margin-left:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{position:relative;display:flex;align-items:center}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{flex:auto;opacity:.8;border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{width:8px;height:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;-webkit-box-shadow:inset 0 3px 5px #d6d6d6;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;width:auto;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;width:70px;height:34px;font-size:14px;text-align:center;line-height:1.42857143}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;width:100%;height:34px;font-size:14px;line-height:1.42857143;padding:0 4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{text-decoration:line-through;color:#999}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{width:70px;margin-left:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{width:100%;height:25px;border-bottom:1px solid #e5e5e5}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{resize:vertical;height:14em;border:1px solid #ccc;font-size:13px;padding:4px;direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{width:6em;height:28px;margin-left:1em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{display:inline-block;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{color:#b94a48;-webkit-box-shadow:0 0 0 .1rem #f2dede;box-shadow:0 0 0 .1rem #f2dede}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{width:auto;height:30px;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{display:block;height:auto;max-height:18px;font-size:13px;font-weight:400;font-family:inherit;color:#666;background-color:transparent;overflow:hidden;text-overflow:ellipsis;word-break:break-all;white-space:pre}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{width:100%;display:flex;margin-top:4px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{flex:unset;display:none;line-height:1.5;color:#4592ff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{width:46px;color:#3f9dff}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:#00000040}.sun-editor .se-controller{position:absolute;display:none;overflow:visible;z-index:6;border:1px solid rgba(0,0,0,.25);border-radius:4px;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003;line-break:auto}.sun-editor .se-controller .se-btn-group{position:relative;display:flex;vertical-align:middle;padding:2px;top:0;left:0}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{left:50%;min-width:auto;width:max-content;display:none}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{position:relative;min-height:34px;height:auto;border:none;border-radius:4px;margin:1px;padding:5px 10px;font-size:12px;line-height:1.5;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;padding:0;margin:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;-webkit-box-shadow:inset 0 3px 5px #c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;-webkit-box-shadow:inset 0 3px 5px #b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{margin-top:-50px!important;padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{position:absolute;display:none;outline:1px solid #3f9dff;background-color:transparent}.sun-editor .se-resizing-container .se-modal-resize{position:absolute;display:inline-block;background-color:#3f9dff;opacity:.3}.sun-editor .se-resizing-container .se-resize-dot{position:absolute;top:0;left:0;width:100%;height:100%}.sun-editor .se-resizing-container .se-resize-dot>span{position:absolute;width:7px;height:7px;background-color:#3f9dff;border:1px solid #4592ff}.sun-editor .se-resizing-container .se-resize-dot>span.tl{top:-5px;left:-5px;cursor:nw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.tr{top:-5px;right:-5px;cursor:ne-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;left:-5px;cursor:sw-resize}.sun-editor .se-resizing-container .se-resize-dot>span.br{right:-5px;bottom:-5px;cursor:se-resize}.sun-editor .se-resizing-container .se-resize-dot>span.lw{left:-7px;bottom:50%;cursor:w-resize}.sun-editor .se-resizing-container .se-resize-dot>span.th{left:50%;top:-7px;cursor:n-resize}.sun-editor .se-resizing-container .se-resize-dot>span.rw{right:-7px;bottom:50%;cursor:e-resize}.sun-editor .se-resizing-container .se-resize-dot>span.bh{right:50%;bottom:-7px;cursor:s-resize}.sun-editor .se-resizing-container .se-resize-display{position:absolute;right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#333;border-radius:4px}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{padding:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sun-editor .se-controller-link .link-content{padding:0;margin:0}.sun-editor .se-controller-link .link-content a{display:inline-block;color:#4592ff;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;margin-left:5px}.sun-editor .se-select-list{position:absolute;top:0;left:0;display:none;width:auto;max-width:100%;background-color:#fff;padding:0;margin:0;border:1px solid #bababa;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080;outline:0 none}.sun-editor .se-select-list .se-select-item{line-height:28px;min-height:28px;font-size:13px;padding:0 5px;margin:2px 0;cursor:pointer}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{position:absolute;display:none;top:0;left:0;width:100%;height:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{font-size:14px;line-height:1.5;color:#111;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{position:absolute;display:block;width:100%;height:100%;top:0;left:0}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{position:relative;width:960px;max-width:100%;margin:20px auto;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:4px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}.sun-editor .se-file-browser .se-file-browser-header{height:auto;min-height:50px;padding:6px 15px;border-bottom:1px solid #e5e5e5}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{float:right;font-weight:700;text-shadow:0 1px 0 #fff;-webkit-appearance:none;filter:alpha(opacity=100);opacity:1}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{width:12px;height:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;margin:0;padding:0;line-height:2.2}.sun-editor .se-file-browser .se-file-browser-tags{display:block;width:100%;padding:0;text-align:left;margin:0 -15px}.sun-editor .se-file-browser .se-file-browser-tags a{display:inline-block;background-color:#f5f5f5;padding:6px 12px;margin:8px 0 8px 8px;color:#333;text-decoration:none;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{position:relative;height:auto;min-height:350px;padding:20px;overflow-y:auto}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{position:relative;display:block;height:auto;float:left}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(25% - 20px);margin:0 10px}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{position:relative;display:block;cursor:pointer;width:100%;height:auto;border-radius:4px;outline:0;margin:10px 0}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{opacity:.8;-webkit-box-shadow:0 0 0 .2rem #3288ff;box-shadow:0 0 0 .2rem #3288ff}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{position:relative;display:block;width:100%;border-radius:4px;outline:0;height:auto}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{position:absolute;z-index:1;font-size:13px;color:#fff;left:0;bottom:0;padding:5px 10px;background-color:transparent;width:100%;height:30px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;pointer-events:none}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6;pointer-events:none}.sun-editor .se-notice{position:absolute;top:0;display:none;z-index:7;width:100%;height:auto;word-break:break-all;font-size:13px;color:#b94a48;background-color:#f2dede;padding:15px;margin:0;border:1px solid #eed3d7;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{position:relative;overflow:visible}.sun-editor .se-tooltip .se-tooltip-inner{visibility:hidden;position:absolute;display:block;width:auto;height:auto;top:120%;left:50%;background:transparent;opacity:0;z-index:1;line-height:1.5;transition:opacity .5s;margin:0;padding:0;bottom:auto;float:none;pointer-events:none;backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{position:relative;display:inline-block;width:auto;height:auto;left:-50%;font-size:.9em;margin:0;padding:4px 6px;border-radius:2px;background-color:#333;color:#fff;text-align:center;line-height:unset;white-space:nowrap;cursor:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#333}.sun-editor .se-tooltip:hover .se-tooltip-inner{visibility:visible;opacity:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{flex:auto;text-align:right;direction:rtl}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{padding:0 7px 0 0;border-right-width:5px;border-left-width:0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog-tabs button,.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;outline:0;-webkit-box-shadow:0 0 0 .2rem #eed3d7;box-shadow:0 0 0 .2rem #eed3d7;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{transform:rotate(361deg)}}.sun-editor-editable{font-family:Helvetica Neue;font-size:13px;color:#333;background-color:#fff;line-height:1.5;word-break:normal;word-wrap:break-word;padding:16px;margin:0}.sun-editor-editable *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family:inherit;font-size:inherit;color:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;vertical-align:baseline;margin:0;padding:0}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{cursor:pointer;color:#0093ff;text-decoration:underline}.sun-editor-editable a.on{color:#0093ff;background-color:#e8f7ff}.sun-editor-editable pre{display:block;padding:8px;margin:0 0 10px;font-family:monospace;color:#666;line-height:1.45;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;white-space:pre-wrap!important;word-wrap:break-word;overflow:visible}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{list-style-position:outside;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;text-align:-webkit-match-parent;margin-bottom:5px}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{display:block;font-family:inherit;font-size:inherit;color:#999;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;padding:0 5px 0 20px;border:solid #b1b1b1;border-width:0 0 0 5px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{padding-left:5px;padding-right:20px;border-left-width:0;border-right-width:5px}.sun-editor-editable h1{font-size:2em;margin-block-start:.67em;margin-block-end:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h2{font-size:1.5em;margin-block-start:.83em;margin-block-end:.83em}.sun-editor-editable h3{font-size:1.17em;margin-block-start:1em;margin-block-end:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h4{font-size:1em;margin-block-start:1.33em;margin-block-end:1.33em}.sun-editor-editable h5{font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;margin-inline-start:0;margin-inline-end:0;font-weight:700}.sun-editor-editable h6{font-size:.67em;margin-block-start:2.33em;margin-block-end:2.33em}.sun-editor-editable hr{display:flex;border-width:1px 0 0;border-color:#000;border-image:initial;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;-webkit-box-shadow:0 0 0 .1rem #c7deff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{display:table;table-layout:auto!important;border:1px solid #ccc;width:100%;max-width:100%;margin:0 0 10px;background-color:transparent;border-spacing:0;border-collapse:collapse}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{border:1px solid #e1e1e1;padding:.4em;background-clip:padding-box}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;padding:1px;margin:0 0 10px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{-webkit-box-shadow:0 0 0 .2rem #80bdff;box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;margin:0;padding:0;width:auto;height:auto;max-width:100%}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{position:absolute;content:"";z-index:1;inset:0;cursor:default;display:block;background:transparent}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;outline:0;-webkit-box-shadow:0 0 0 .2rem #c7deff;box-shadow:0 0 0 .2rem #c7deff}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{width:auto;height:auto;max-width:100%}.sun-editor-editable figure{display:block;outline:none;padding:0;margin:0}.sun-editor-editable .__se__float-center figure,.sun-editor-editable .__se__float-left figure,.sun-editor-editable .__se__float-right figure{margin:auto!important}.sun-editor-editable figure figcaption{padding:1em .5em;margin:0;background-color:#f9f9f9;outline:none}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{padding:1px;margin:1px;outline:1px solid #4592ff}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{outline:1px solid #9e9e9e;position:absolute;top:0;left:0;border:0;width:100%;height:100%}.sun-editor-editable .se-video-container figure{left:0;width:100%;max-width:100%}.sun-editor-editable audio{width:300px;height:54px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor-editable .__se__p-bordered,.sun-editor .__se__p-bordered{border-top:1px solid #b1b1b1;border-bottom:1px solid #b1b1b1;padding:4px 0}.sun-editor-editable .__se__p-spaced,.sun-editor .__se__p-spaced{letter-spacing:1px}.sun-editor-editable .__se__p-neon,.sun-editor .__se__p-neon{font-weight:200;font-style:italic;background:#000;color:#fff;padding:6px 4px;border:2px solid #fff;border-radius:6px;text-transform:uppercase;animation:neonFlicker 1.5s infinite alternate}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40;box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f}20%,24%,55%{text-shadow:none;box-shadow:none}}.sun-editor-editable .__se__t-shadow,.sun-editor .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor-editable .__se__t-code,.sun-editor .__se__t-code{font-family:monospace;color:#666;background-color:#1b1f230d;border-radius:6px;padding:.2em .4em}.notes-wizard{overflow:visible}.notes-header{position:sticky;top:0;z-index:20;background:#fff;border-top-left-radius:14px;border-top-right-radius:14px;border-bottom:1px solid #eef2f7;padding:.875rem 1.25rem;margin:0;box-shadow:0 1px #0f172a05;transition:box-shadow .2s ease}.notes-header__row{display:flex;gap:1rem 1.25rem;align-items:center;flex-wrap:wrap;min-height:44px}.notes-header__stepper{flex:1 1 320px;min-width:260px}.notes-header__quarter{display:flex;align-items:center;gap:.625rem;flex-shrink:0;padding:.375rem .625rem;border-radius:10px;background:#f8fafc;border:1px solid #eef2f7;transition:background-color .2s ease,border-color .2s ease;max-width:100%}.notes-header__quarter:hover{background:#f1f5f9;border-color:#e2e8f0}.notes-header__quarter-label{font-size:11px;font-weight:600;color:#64748b;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.notes-header__quarter-select{width:180px;max-width:180px;min-width:140px;flex-shrink:1}@media (max-width: 640px){.notes-header{padding:.75rem .875rem}.notes-header__row{gap:.75rem}.notes-header__stepper{flex:1 1 100%;min-width:0}.notes-header__quarter{flex:1 1 100%;justify-content:space-between}.notes-header__quarter-select{width:auto;max-width:none;flex:1}}.notes-stepper{display:flex;align-items:flex-start;list-style:none;margin:0;padding:.25rem 0}.notes-stepper__step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;cursor:default}.notes-stepper__step--clickable{cursor:pointer}.notes-stepper__step:before,.notes-stepper__step:after{content:"";position:absolute;top:17px;height:2px;width:50%;background:#dee2e6;z-index:0;transition:background .25s ease}.notes-stepper__step:before{left:0}.notes-stepper__step:after{right:0}.notes-stepper__step:first-child:before{display:none}.notes-stepper__step:last-child:after{display:none}.notes-stepper__step--completed:before,.notes-stepper__step--completed:after,.notes-stepper__step--active:before{background:#212529}.notes-stepper__circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;position:relative;z-index:1;border:2px solid #dee2e6;background:#fff;color:#9ca3af;transition:all .2s ease}.notes-stepper__step--clickable:hover .notes-stepper__circle{border-color:#6b7280;color:#374151}.notes-stepper__step--active .notes-stepper__circle{background:#111827;border-color:#111827;color:#fff;box-shadow:0 0 0 4px #1118271f}.notes-stepper__step--completed .notes-stepper__circle{background:#111827;border-color:#111827;color:#fff}.notes-stepper__label{margin-top:8px;font-size:11.5px;font-weight:500;color:#9ca3af;text-align:center;white-space:nowrap;transition:color .2s ease}.notes-stepper__step--active .notes-stepper__label{color:#111827;font-weight:700}.notes-stepper__step--completed .notes-stepper__label,.notes-stepper__step--clickable:hover .notes-stepper__label{color:#374151}.notes-popup{width:min(420px,90vw);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;padding:.25rem .5rem .5rem;max-height:85vh;overflow-y:auto}.notes-popup__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.notes-popup__title{font-size:1.0625rem;font-weight:700;color:#111827;margin:0;letter-spacing:-.01em}.notes-popup__icon-btn{width:34px;height:34px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:.8125rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.notes-popup__icon-btn:hover{background:#f3f4f6;color:#374151;border-color:#d1d5db}.notes-popup__icon-btn--active{background:#111827;color:#fff;border-color:#111827}.notes-popup__field{margin-bottom:.875rem}.notes-popup__label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.35rem;letter-spacing:.01em}.notes-popup__required{color:#dc2626;margin-left:2px}.notes-popup__input{width:100%;padding:10px 12px;font-size:.9375rem;color:#111827;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;font-family:inherit;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.notes-popup__input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;background:#fff}.notes-popup__input::placeholder{color:#9ca3af}.notes-popup__field--error .notes-popup__label{color:#b91c1c}.notes-popup__input--error,.notes-popup__input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f;background:#fff}.notes-popup__select--error>div:first-of-type,.notes-popup__select--error .rs__control{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441f!important}.notes-popup__field-error{font-size:.75rem;color:#b91c1c;margin:.35rem 0 0;line-height:1.4;display:flex;align-items:center;gap:.375rem}.notes-popup__field-error:before{content:"";font-family:"Font Awesome 6 Free","Font Awesome 5 Free",sans-serif;font-weight:900;font-size:.7rem}.notes-popup__field-meta{display:flex;justify-content:flex-end;margin-top:.25rem}.notes-popup__field-hint{font-size:.7rem;color:#9ca3af;letter-spacing:.02em}.notes-popup__editor-wrap{border-radius:10px;transition:box-shadow .2s ease}.notes-popup__editor-wrap--error{border:1px solid #ef4444;box-shadow:0 0 0 3px #ef444414;padding:2px}.notes-popup__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;display:inline-block;margin-right:.5rem;animation:notes-popup__spin .75s linear infinite}@keyframes notes-popup__spin{to{transform:rotate(360deg)}}.notes-popup__actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.notes-popup__btn{padding:9px 16px;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;border:1px solid transparent;font-family:inherit;transition:transform .15s ease,background-color .2s ease,box-shadow .25s ease,color .2s ease}.notes-popup__btn:disabled{opacity:.6;cursor:not-allowed}.notes-popup__btn--ghost{background:#fff;color:#374151;border-color:#e5e7eb}.notes-popup__btn--ghost:hover:not(:disabled){background:#f3f4f6}.notes-popup__btn--primary{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;box-shadow:0 4px 14px #3b82f640}.notes-popup__btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #3b82f659}.notes-popup__btn--danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;box-shadow:0 4px 14px #ef444440}.notes-popup__btn--danger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #ef444459}.notes-confirm{width:min(420px,90vw);padding:.5rem .25rem;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.notes-confirm__icon{width:54px;height:54px;border-radius:50%;background:#fef3c7;color:#d97706;display:inline-flex;align-items:center;justify-content:center;font-size:1.375rem;margin:.25rem auto .75rem}.notes-confirm__title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.01em}.notes-confirm__message{font-size:.875rem;color:#475569;margin:0 auto 1rem;line-height:1.55;max-width:340px}.notes-confirm__message strong{color:#0f172a}.notes-confirm__actions{display:flex;gap:.5rem;justify-content:center;margin-top:.5rem;flex-wrap:wrap}.notes-wizard{border:1px solid #eef2f7;border-radius:14px;background:#fff}.notes-step{padding:1.5rem 1.75rem 1.75rem;animation:notes-step__fade .25s ease both}@keyframes notes-step__fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.notes-step__body{max-width:880px;margin:0 auto}.notes-step__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.notes-step__eyebrow{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#4338ca;background:#eef2ff;padding:3px 10px;border-radius:999px;margin-bottom:.5rem}.notes-step__title{font-size:1.375rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.02em}.notes-step__subtitle{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.notes-step__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.25rem}.notes-step__grid--full{grid-column:1 / -1}.notes-step__grid>.notes-popup__field{margin-bottom:0}.notes-step__actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f1f5f9;flex-wrap:wrap}@media (max-width: 640px){.notes-step{padding:1rem 1rem 1.25rem}.notes-step__grid{grid-template-columns:1fr}}.notes-sentiment{padding:.5rem .25rem 0}.notes-sentiment__slider{width:100%;height:6px;border-radius:5px;outline:none;cursor:pointer;background:linear-gradient(to right,#dc3545,#fd7e14,#ffc107,#28a745,#198754)}.notes-sentiment__ticks{display:flex;justify-content:space-between;margin-top:.625rem;font-size:.75rem;color:#6b7280}.notes-sentiment__tick{flex:1;text-align:center;transition:color .2s ease,font-weight .2s ease}.notes-sentiment__tick--active{font-weight:700}.notes-sentiment__badge{margin-left:.625rem;display:inline-block;padding:2px 10px;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#eef2ff;color:#4338ca;border-radius:999px;vertical-align:middle}.notes-attachments{display:flex;gap:.5rem;margin-bottom:.75rem;align-items:center}.notes-attachments-usage{margin:.25rem 0 .75rem}.notes-attachments-usage__meta{display:flex;justify-content:space-between;font-size:.75rem;color:#64748b;font-variant-numeric:tabular-nums;margin-bottom:.25rem}.notes-attachments-usage__bar{height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden;border:1px solid #e5e7eb}.notes-attachments-usage__fill{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6 70%,#ef4444);background-size:140% 100%;transition:width .25s ease}.notes-popup__hint-chip{margin-left:.625rem;display:inline-block;padding:2px 8px;font-size:.6875rem;font-weight:500;letter-spacing:.01em;color:#64748b;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:999px;vertical-align:middle}.attachments{margin-top:.5rem}.attachments__heading{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:#475569;letter-spacing:.02em;margin-bottom:.5rem}.attachments__warning{margin-bottom:.5rem;padding:.5rem .75rem;background:#fef3c7;border:1px solid #fde68a;color:#78350f;border-radius:8px;font-size:.8125rem}.attachments__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.attachments__tile{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem;display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .25s ease,transform .15s ease}.attachments__tile:hover{border-color:#c7d2fe;box-shadow:0 4px 14px #0f172a0f}.attachments__tile--image{flex-direction:column;align-items:stretch;padding:0;overflow:hidden}.attachments__tile--image a{display:block;background:#f1f5f9;line-height:0}.attachments__tile--image img{width:100%;height:120px;object-fit:cover;display:block}.attachments__tile--image .attachments__meta{padding:.5rem .625rem .625rem}.attachments__tile--pdf{cursor:pointer}.attachments__tile--error{background:#fef2f2;border-color:#fecaca;color:#7f1d1d;font-size:.8125rem;flex-wrap:wrap}.attachments__tile--error em{font-style:normal;color:#b91c1c;font-size:.75rem;width:100%;margin-top:.25rem}.attachments__doc-icon{width:44px;height:44px;border-radius:10px;background:#fee2e2;color:#b91c1c;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.attachments__meta{display:flex;flex-direction:column;min-width:0;flex:1;gap:2px}.attachments__name{font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachments__size{font-size:.75rem;color:#6b7280}.attachments__close{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;border:none;background:#fffffff2;color:#475569;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;box-shadow:0 1px 3px #0f172a1a;transition:background-color .2s ease,color .2s ease,transform .15s ease}.attachments__close:hover{background:#ef4444;color:#fff;transform:scale(1.08)}.notes-share{display:flex;gap:.625rem;flex-wrap:wrap}.notes-share__option{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem .875rem;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;color:#374151;font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.notes-share__option input{accent-color:#3b82f6}.notes-share__option:hover{border-color:#c7d2fe;background:#f8fafc}.notes-share__option--active{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.notes-share--error .notes-share__option{border-color:#ef4444}.notes-summary{border:1px solid #e5e7eb;background:linear-gradient(180deg,#fff,#f9fafb);border-radius:14px;padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;box-shadow:0 1px 2px #0f172a08}.notes-summary__title{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#475569;padding-bottom:.5rem;border-bottom:1px dashed #e5e7eb;margin-bottom:.25rem}.notes-summary__title i{color:#4338ca}.notes-summary__row{display:grid;grid-template-columns:160px 1fr;gap:.75rem;align-items:baseline;font-size:.875rem;line-height:1.5}.notes-summary__label{color:#6b7280;font-weight:600;letter-spacing:.01em;display:inline-flex;align-items:center;gap:.45rem}.notes-summary__label i{color:#94a3b8;width:14px;text-align:center}.notes-summary__value{color:#0f172a;word-break:break-word;font-weight:500}@media (max-width: 560px){.notes-summary__row{grid-template-columns:1fr;gap:.125rem}.notes-summary__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}}.notes-alert{width:min(420px,80vw);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827}.notes-alert__header{display:flex;align-items:center;gap:.625rem;margin-bottom:.75rem}.notes-alert__icon{font-size:1.125rem;color:#d97706}.notes-alert__title{font-size:1rem;font-weight:700;color:#111827;margin:0;letter-spacing:-.01em}.notes-alert__list{margin:0;padding:.5rem 0;list-style:none;display:flex;flex-direction:column;gap:.35rem;max-height:240px;overflow-y:auto}.notes-alert__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;font-size:.8125rem;line-height:1.35}.notes-alert__field{color:#78350f;font-weight:600}.notes-alert__step{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#92400e;padding:2px 8px;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;flex-shrink:0}.notes-alert__hint{margin:.5rem 0 0;font-size:.75rem;color:#6b7280;font-style:italic}.notes-alert__actions{display:flex;justify-content:flex-end;margin-top:.75rem;padding-top:.625rem;border-top:1px solid #fef3c7}.notes-alert__dismiss{min-width:96px}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.color-code-1{background-color:#e67c73}.color-code-2{background-color:#ee9a6f}.color-code-3{background-color:#ffd666}.color-code-4{background-color:#d5d06f}.color-code-5{background-color:#abc978}.color-code-6{background-color:#81c281}.color-code-7{background-color:#57bb8a}.mini-recorder-wrapper{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fbff,#f6f0ff 55%,#fff6f3);font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;color:#222}.mini-recorder-card{width:min(720px,94vw);background:#fff;border-radius:24px;padding:36px 40px;box-shadow:0 24px 56px -32px #29405a59}.mini-recorder-card h2{margin:0 0 12px;font-size:1.85rem;letter-spacing:-.02em}.mini-recorder-card p{margin:0 0 28px;color:#4a4d57;font-size:1rem}.mini-recorder-card .category-block{padding:18px 20px;border-radius:18px;background:#f5f7ff;border:1px solid rgba(122,92,255,.2);margin-bottom:24px}.mini-recorder-card .category-block h3{margin:0 0 14px;font-size:1.1rem;color:#1f2433}.mini-recorder-card .category-options{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.mini-recorder-card .category-option{display:flex;align-items:center;gap:10px;font-weight:600;color:#2f2b43}.mini-recorder-card .category-option input{width:18px;height:18px}.mini-recorder-card .company-select{display:flex;align-items:center;gap:10px;background:#fff;padding:10px 16px;border-radius:12px;border:1px solid rgba(127,62,255,.25)}.mini-recorder-card .company-select label{font-weight:600;color:#4f4c68}.mini-recorder-card .company-select select{border:none;font:inherit;background:transparent;padding:4px 8px}.mini-recorder-card .controls{display:flex;flex-direction:column;align-items:center;gap:12px;margin:20px 0 16px}.mini-recorder-card button{border:none;cursor:pointer;font:inherit;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.mini-recorder-card button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}.mini-recorder-card .record-btn{position:relative;width:96px;height:96px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffdee0,#ff4d5a 65%,#d6002c);box-shadow:0 18px 34px -18px #d8002ad9;color:transparent}.mini-recorder-card .record-btn:before{content:"";width:30px;height:30px;position:absolute;border-radius:8px;background:#ffe3e6;box-shadow:0 0 0 4px #ffffff73;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s ease}.mini-recorder-card .record-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 24px 40px -24px #d8002ae6}.mini-recorder-card .record-btn.recording{background:radial-gradient(circle at 30% 30%,#ffdede,#ff2f2f 65%,#b6001f)}.mini-recorder-card .record-btn.recording:before{transform:translate(-50%,-50%) scale(1.05)}.mini-recorder-card .control-label{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#d6002c}.mini-recorder-card .status-line{min-height:24px;margin:12px 0 8px;font-size:.95rem;color:#2e3440}.mini-recorder-card .note-section{margin-top:26px}.mini-recorder-card .note-section h3{margin:0 0 12px;font-size:1.2rem;color:#1f2433}.mini-recorder-card textarea{width:100%;min-height:120px;padding:16px 18px;border-radius:16px;border:1px solid rgba(112,87,255,.18);background:#f4f0ff;font-family:Inter,Segoe UI,sans-serif;font-size:1rem;line-height:1.55;color:#2a1f45;resize:vertical}.mini-recorder-card textarea.subject-field{background:#fef6f3;border-color:#ff926a40;color:#3c2518;min-height:80px}.mini-recorder-card .save-btn{margin-top:28px;width:100%;justify-content:center;padding:16px 20px;border-radius:18px;background:linear-gradient(135deg,#7a5cff,#a88bff);color:#fff;font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 18px 36px -24px #7a5cffbf}.mini-recorder-card .save-btn:not(:disabled):hover{transform:translateY(-1px)}@media (max-width: 560px){.mini-recorder-card{padding:28px 22px 32px}.mini-recorder-card .category-options{flex-direction:column;align-items:flex-start;gap:12px}.mini-recorder-card .controls{margin:18px 0 12px}.mini-recorder-card .record-btn{width:88px;height:88px}}.message{padding:15px;margin:15px;border-radius:4px;text-align:center;white-space:pre-line}.message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.message.info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}
