/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/styles/fragment.css ***!
  \*********************************************************************************************************************/
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --ms-color-bg: #f4f7f9;
  --ms-color-surface: #ffffff;
  --ms-color-border: #f4f7f9;
  --ms-color-text: #1a1d2e;
  --ms-color-muted: #7b8299;
  --ms-color-icon: #8c93ab;
  --ms-color-primary: #0f62fe;
  --ms-color-primary-hover: #0043ce;
  --ms-color-item-hover: #eef1f8;
  --ms-color-badge: #d92d20;
  --ms-header-height: 56px;
  --ms-sidebar-width: 260px;
  --ms-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  font-family: var(--ms-font);
}
body {
  margin: 0;
}
.ms-fragment-reset {
  font-family: var(--ms-font);
  color: var(--ms-color-text);
  -webkit-font-smoothing: antialiased;
}
.ms-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.ms-header {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: var(--ms-header-height);
  padding: 0 20px;
  background: var(--ms-color-surface);
  border-bottom: 1px solid var(--ms-color-border);
}
.ms-header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  min-width: 0;
}
.ms-header__logo-img {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  object-fit: contain;
  flex-shrink: 0;
  flex-grow: 0;
}
.ms-header__title {
  min-width: 0;
}
.ms-header__title strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.ms-header__title span {
  display: block;
  color: var(--ms-color-muted);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}
.ms-header__search {
  flex: 1;
  max-width: 560px;
  margin: 0 auto;
}
.ms-search-form {
  position: relative;
}
.ms-search-input {
  width: 100%;
  height: 38px;
  padding: 0 38px 0 14px;
  border: 3px solid var(--ms-color-border);
  outline: none;
  background: var(--ms-color-surface);
  color: var(--ms-color-text);
  font-size: 13px;
  font-family: var(--ms-font);
  transition: border-color 0.15s, background 0.15s;
}
.ms-search-input::placeholder {
  color: var(--ms-color-muted);
}
.ms-search-input:focus {
  background: #fff;
  border-color: var(--ms-color-primary);
  box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.1);
}
.ms-search-submit {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  color: var(--ms-color-muted);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-header__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.ms-icon-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  color: var(--ms-color-muted);
  font-size: 16px;
  transition: background 0.12s, color 0.12s;
}
.ms-icon-button:hover {
  background: var(--ms-color-bg);
  color: var(--ms-color-text);
}
.ms-icon-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--ms-color-badge);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.ms-sidebar {
  width: 260px;
  min-height: 100vh;
  padding: 0;
  background: var(--ms-color-bg);
  border-right: 2px solid #dce6eb;
  transition: width 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.ms-sidebar__topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 12px;
  background: #f4f7f9;
  border-bottom: 2px solid #dce6eb;
}
.ms-sidebar__collapse-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: transparent;
  cursor: pointer;
  color: var(--ms-color-muted);
  transition: background 0.12s, color 0.12s;
}
.ms-sidebar__collapse-btn:hover {
  background: #ffffff;
  color: var(--ms-color-text);
}
.ms-sidebar__collapse-icon {
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.ms-sidebar__header {
  margin: 12px 10px;
  background: white;
  padding: 14px 16px;
}
.ms-sidebar__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--ms-color-text);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity 0.15s, width 0.15s;
}
.ms-sidebar--collapsed {
  width: 56px;
}
.ms-sidebar--collapsed .ms-sidebar__topbar {
  justify-content: center;
}
.ms-sidebar--collapsed .ms-sidebar__collapse-icon {
  transform: rotate(180deg);
}
.ms-sidebar--collapsed .ms-sidebar__header {
  display: none;
}
.ms-sidebar--collapsed .ms-sidebar__search {
  display: none;
}
.ms-sidebar--collapsed .ms-sidebar__list {
  padding: 0 6px;
}
.ms-sidebar--collapsed .ms-sidebar__item {
  justify-content: center;
  padding: 10px 0;
}
.ms-sidebar--collapsed .ms-sidebar__item-name {
  display: none;
}
.ms-sidebar--collapsed .ms-sidebar__icon {
  width: 36px;
  height: 36px;
}
.ms-sidebar__meta {
  display: none;
}
.ms-sidebar__search {
  display: none;
}
.ms-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 0 10px;
}
.ms-sidebar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 8px;
  color: var(--ms-color-text);
  text-decoration: none;
  transition: background 0.1s;
}
.ms-sidebar__item:hover {
  background: var(--ms-color-item-hover);
}
.ms-sidebar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--ms-color-icon);
  font-size: 15px;
  line-height: 1;
}
.ms-app-icon__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ms-app-icon__fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ms-sidebar__item-text {
  min-width: 0;
}
.ms-sidebar__item-name {
  display: block;
  font-size: 13.5px;
  font-weight: 400;
  color: var(--ms-color-text);
  line-height: 1.3;
}
.ms-sidebar__item-url {
  display: none;
}
.ms-sidebar__empty {
  padding: 12px 10px;
  color: var(--ms-color-muted);
  font-size: 13px;
}
.ms-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 20;
  min-width: 200px;
  padding: 6px;
  border: 1px solid var(--ms-color-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 29, 46, 0.1);
}
.ms-dropdown[hidden] {
  display: none;
}
.ms-dropdown__item {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--ms-color-text);
  font-size: 13px;
  font-family: var(--ms-font);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.1s;
}
.ms-dropdown__item:hover {
  background: var(--ms-color-bg);
}
.ms-dropdown__section-title {
  margin: 8px 4px 4px;
  color: var(--ms-color-text);
  font-size: 14px;
  font-weight: 600;
}
.ms-dropdown__item--app {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ms-dropdown__app-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #dfeef7;
  color: #2f3a44;
  flex-shrink: 0;
}
.ms-documents-dropdown {
  min-width: 380px;
  padding: 14px;
  border-radius: 0;
}
.ms-dropdown__section-title--documents {
  margin: 4px 4px 10px;
  font-size: 14px;
  font-weight: 500;
}
.ms-documents-dropdown__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 8px;
}
.ms-documents-dropdown__title {
  font-size: 13px;
  line-height: 1.25;
  color: var(--ms-color-text);
}
.ms-documents-dropdown__meta {
  font-size: 12px;
  line-height: 1.2;
  color: var(--ms-color-muted);
}
.ms-profile-dropdown {
  min-width: 320px;
  padding: 18px 28px 22px;
  border-radius: 0;
}
.ms-profile-dropdown__header {
  margin-bottom: 20px;
  color: var(--ms-color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.ms-profile-dropdown__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  padding: 7px 0;
  border: 0;
  background: transparent;
  color: var(--ms-color-text);
  font-family: var(--ms-font);
  text-align: left;
  cursor: pointer;
}
.ms-profile-dropdown__item:hover {
  color: var(--ms-color-accent);
}
.ms-profile-dropdown__title {
  font-size: 14px;
  line-height: 1.25;
}
.ms-profile-dropdown__description {
  color: var(--ms-color-muted);
  font-size: 12px;
  line-height: 1.25;
}
@media (max-width: 960px) {
  .ms-header {
    flex-wrap: wrap;
    padding: 8px 16px;
    min-height: auto;
  }
  .ms-header__search {
    order: 3;
    width: 100%;
    max-width: none;
  }
}
[data-fragment] {
  display: block;
}
[data-fragment-loading='true']#msuite-header,
.ms-fragment-slot--header[data-fragment-loading='true'] {
  min-height: 64px;
}
[data-fragment-loading='true']#msuite-sidebar,
.ms-fragment-slot--sidebar[data-fragment-loading='true'] {
  min-height: 480px;
  min-width: 240px;
}
.ms-skel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #e9ecef;
}
.ms-skel::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  animation: ms-skel-shimmer 1.2s infinite;
}
.ms-sidebar__skel-item {
  height: 36px;
  margin: 6px 0;
}
@keyframes ms-skel-shimmer {
  100% {
    transform: translateX(100%);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

