/*
 * CotoCle Creator Pro — Excel workspace skin v0.8.509
 *
 * Creator Pro deliberately follows the familiar desktop spreadsheet map:
 * Office command row, permanent name/formula bar, insert shelf, worksheet,
 * contextual inspector, sheet tabs and a compact status/action strip.
 * The v0.8.508 ribbon contract remains the sole owner of expanded-row geometry.
 */

.cc-workspace--dedicated[data-cc-experience-style="pro"]{
  --cc-pro-excel-green:#107c41;
  --cc-pro-excel-green-dark:#0b5f32;
  --cc-pro-excel-green-soft:#e8f3ed;
  --cc-pro-excel-line:#d6d9dc;
  --cc-pro-excel-line-strong:#b9c4bd;
  --cc-pro-excel-ink:#242424;
  --cc-pro-excel-muted:#61676b;
  --cc-pro-excel-canvas:#e6e8ea;
  --cc-pro-left-width:224px;
  --cc-pro-right-width:270px;
  --cc-xlr-top:#f7f7f7;
  --cc-xlr-tab-bg:#f7f7f7;
  --cc-xlr-tab-ink:#252525;
  --cc-xlr-tab-active:#ffffff;
  --cc-xlr-tab-active-ink:#0b6a37;
  --cc-xlr-panel:#f4f4f4;
  --cc-xlr-card:#ffffff;
  --cc-xlr-label-bg:#edf3ef;
  --cc-xlr-label-ink:#244c35;
  --cc-xlr-control:#ffffff;
  --cc-xlr-control-ink:#252525;
  --cc-xlr-muted:#535a56;
  --cc-xlr-line:#cfd5d1;
  --cc-xlr-accent:#107c41;
  --cc-xlr-accent-soft:#e2f1e8;
  --cc-xlr-shadow:0 1px 3px rgba(0,0,0,.08);
  background:var(--cc-pro-excel-canvas)!important;
  color:var(--cc-pro-excel-ink)!important;
  font-family:"Segoe UI","Yu Gothic UI","Yu Gothic",Meiryo,system-ui,sans-serif!important;
}

/* Office title + tab row: compact, square and familiar. */
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-office-probar{
  position:relative!important;
  z-index:370!important;
  width:100%!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px solid var(--cc-pro-excel-line)!important;
  border-radius:0!important;
  background:#f7f7f7!important;
  color:var(--cc-pro-excel-ink)!important;
  box-shadow:none!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs.cc-excel-ribbon-tabs--single{
  box-sizing:border-box!important;
  align-items:stretch!important;
  gap:0!important;
  min-height:54px!important;
  padding:0 8px!important;
  border-bottom:1px solid var(--cc-pro-excel-line)!important;
  background:#f7f7f7!important;
  scrollbar-width:thin!important;
  scrollbar-color:#9faf9f transparent!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs.cc-excel-ribbon-tabs--single>[data-ribbon-tab]{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:max-content!important;
  min-height:54px!important;
  margin:0!important;
  padding:0 15px!important;
  gap:0!important;
  border:0!important;
  border-bottom:3px solid transparent!important;
  border-radius:0!important;
  background:#f7f7f7!important;
  color:#292929!important;
  -webkit-text-fill-color:#292929!important;
  font-size:11px!important;
  font-weight:650!important;
  box-shadow:none!important;
  transform:none!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs.cc-excel-ribbon-tabs--single>[data-ribbon-tab]::before{
  content:none!important;
  display:none!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs.cc-excel-ribbon-tabs--single>[data-ribbon-tab]:hover,
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs.cc-excel-ribbon-tabs--single>[data-ribbon-tab]:focus-visible{
  border-bottom-color:#85b89c!important;
  background:#edf3ef!important;
  outline:0!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs.cc-excel-ribbon-tabs--single>[data-ribbon-tab].is-active,
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs.cc-excel-ribbon-tabs--single>[data-ribbon-tab][aria-expanded="true"]{
  border-bottom-color:var(--cc-pro-excel-green)!important;
  background:#fff!important;
  color:var(--cc-pro-excel-green-dark)!important;
  -webkit-text-fill-color:var(--cc-pro-excel-green-dark)!important;
  box-shadow:none!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs .cc-ribbon-command{
  align-self:center!important;
  min-width:54px!important;
  width:auto!important;
  min-height:42px!important;
  height:42px!important;
  margin:0 3px!important;
  padding:4px 9px!important;
  border:1px solid #d0d3d5!important;
  border-radius:4px!important;
  background:#fff!important;
  color:#292929!important;
  -webkit-text-fill-color:#292929!important;
  box-shadow:none!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs .cc-ribbon-command .cc-ribbon-command-icon{
  color:#126f3c!important;
  -webkit-text-fill-color:#126f3c!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs .cc-ribbon-command small{
  color:inherit!important;
  -webkit-text-fill-color:currentColor!important;
  font-size:8px!important;
  font-weight:700!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs .cc-ribbon-save{
  border-color:var(--cc-pro-excel-green-dark)!important;
  background:var(--cc-pro-excel-green)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs .cc-ribbon-save .cc-ribbon-command-icon{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-save-state{
  position:fixed!important;
  top:6px!important;
  right:9px!important;
  z-index:390!important;
  display:flex!important;
  align-items:center!important;
  min-height:22px!important;
  padding:0 8px 0 18px!important;
  border:0!important;
  background:transparent!important;
  color:#356448!important;
  font-size:9px!important;
  font-weight:650!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-save-state::before{
  content:""!important;
  position:absolute!important;
  left:7px!important;
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:#43a66d!important;
}

/* Permanent name box / formula bar. */
.cc-creator-pro-formula-bar{display:none}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-formula-bar{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:118px 32px minmax(140px,1fr) auto!important;
  align-items:stretch!important;
  flex:0 0 39px!important;
  width:auto!important;
  height:39px!important;
  min-height:39px!important;
  margin:0 var(--cc-pro-right-width) 0 var(--cc-pro-left-width)!important;
  padding:4px 6px!important;
  gap:0!important;
  border:0!important;
  border-bottom:1px solid var(--cc-pro-excel-line)!important;
  background:#f7f7f7!important;
  color:var(--cc-pro-excel-ink)!important;
  box-shadow:none!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-formula-bar label{
  position:relative!important;
  display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-formula-bar label>small{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-name-box b,
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-formula-input input{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  height:30px!important;
  min-height:30px!important;
  margin:0!important;
  padding:0 10px!important;
  border:1px solid #c9cccf!important;
  border-radius:0!important;
  background:#fff!important;
  color:#1f1f1f!important;
  -webkit-text-fill-color:#1f1f1f!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:30px!important;
  box-shadow:none!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-name-box b{
  justify-content:flex-start!important;
  border-right:0!important;
  font-weight:650!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-fx{
  display:grid!important;
  place-items:center!important;
  height:30px!important;
  border:1px solid #c9cccf!important;
  border-right:0!important;
  background:#fff!important;
  color:#4f5552!important;
  font:italic 18px/1 Georgia,serif!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-formula-input input:focus{
  position:relative!important;
  z-index:2!important;
  border-color:var(--cc-pro-excel-green)!important;
  outline:1px solid var(--cc-pro-excel-green)!important;
}
.cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-formula-hint{
  display:flex!important;
  align-items:center!important;
  height:30px!important;
  padding:0 9px!important;
  border:1px solid #c9cccf!important;
  border-left:0!important;
  background:#fff!important;
  color:#6a6f6c!important;
  font-size:8px!important;
  white-space:nowrap!important;
}

/* Desktop: Excel navigation shelf, worksheet and inspector columns. */
@media(min-width:901px){
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-left,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right{
    box-sizing:border-box!important;
    position:fixed!important;
    top:var(--cc-creator-pro-chrome-top,94px)!important;
    bottom:0!important;
    z-index:320!important;
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:var(--cc-pro-excel-ink)!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    transition:none!important;
    overflow:auto!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"].cc-ribbon-open .cc-experience-pro-left,
  .cc-workspace--dedicated[data-cc-experience-style="pro"].cc-ribbon-open .cc-experience-pro-right{
    top:var(--cc-creator-pro-chrome-top,94px)!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-left{
    left:0!important;
    width:var(--cc-pro-left-width)!important;
    border-right:1px solid var(--cc-pro-excel-line)!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right{
    right:0!important;
    width:var(--cc-pro-right-width)!important;
    border-left:1px solid var(--cc-pro-excel-line)!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-brand{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    min-height:54px!important;
    margin:0!important;
    padding:8px 12px!important;
    border:0!important;
    border-bottom:1px solid var(--cc-pro-excel-line)!important;
    border-radius:0!important;
    background:#fff!important;
    color:#174e2d!important;
    box-shadow:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-brand>span{
    display:grid!important;
    place-items:center!important;
    width:32px!important;
    height:32px!important;
    flex:0 0 32px!important;
    border-radius:3px!important;
    background:var(--cc-pro-excel-green)!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
    font:800 15px/1 "Segoe UI",sans-serif!important;
    box-shadow:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-brand>div{
    display:grid!important;
    gap:1px!important;
    min-width:0!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-brand strong{
    color:#184c2e!important;
    -webkit-text-fill-color:#184c2e!important;
    font-size:13px!important;
    line-height:1.2!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-brand small{
    color:#6d756f!important;
    -webkit-text-fill-color:#6d756f!important;
    font-size:7px!important;
    font-weight:700!important;
    letter-spacing:.11em!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-panel-heading{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:38px!important;
    padding:0 12px!important;
    border-bottom:1px solid #e7e7e7!important;
    background:#f7f7f7!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-panel-heading strong{
    color:#343434!important;
    font-size:10px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-panel-heading small{
    color:#727272!important;
    font-size:8px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-left>button,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right button{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    min-height:45px!important;
    margin:0!important;
    padding:6px 12px!important;
    border:0!important;
    border-bottom:1px solid #ececec!important;
    border-radius:0!important;
    background:#fff!important;
    color:#303030!important;
    -webkit-text-fill-color:#303030!important;
    font-size:10px!important;
    font-weight:650!important;
    text-align:left!important;
    box-shadow:none!important;
    transform:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-left>button>span,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right button>span{
    display:grid!important;
    place-items:center!important;
    width:28px!important;
    height:28px!important;
    flex:0 0 28px!important;
    border:1px solid #d5ddd7!important;
    border-radius:3px!important;
    background:#f4f8f5!important;
    color:var(--cc-pro-excel-green-dark)!important;
    -webkit-text-fill-color:var(--cc-pro-excel-green-dark)!important;
    font:700 11px/1 "Segoe UI",sans-serif!important;
    box-shadow:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-left>button:hover,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-left>button:focus-visible,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right button:hover,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right button:focus-visible{
    background:var(--cc-pro-excel-green-soft)!important;
    color:#174e2d!important;
    -webkit-text-fill-color:#174e2d!important;
    outline:2px solid rgba(16,124,65,.18)!important;
    outline-offset:-2px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right>header{
    display:grid!important;
    gap:4px!important;
    margin:0!important;
    padding:0 12px 12px!important;
    border:0!important;
    border-bottom:1px solid var(--cc-pro-excel-line)!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right>header nav{
    display:flex!important;
    align-items:stretch!important;
    gap:0!important;
    margin:0 -12px 8px!important;
    border-bottom:1px solid var(--cc-pro-excel-line)!important;
    background:#f7f7f7!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right>header nav b{
    flex:1 1 50%!important;
    padding:11px 6px 9px!important;
    border-bottom:3px solid transparent!important;
    color:#4b4b4b!important;
    -webkit-text-fill-color:#4b4b4b!important;
    font-size:10px!important;
    text-align:center!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right>header nav b.is-active{
    border-bottom-color:var(--cc-pro-excel-green)!important;
    background:#fff!important;
    color:var(--cc-pro-excel-green-dark)!important;
    -webkit-text-fill-color:var(--cc-pro-excel-green-dark)!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right>header>span{
    color:#68706b!important;
    -webkit-text-fill-color:#68706b!important;
    font-size:7px!important;
    font-weight:800!important;
    letter-spacing:.12em!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right>header>strong{
    color:#292929!important;
    -webkit-text-fill-color:#292929!important;
    font-size:14px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right>header>small{
    color:#6a706c!important;
    -webkit-text-fill-color:#6a706c!important;
    font-size:8px!important;
    line-height:1.5!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-context-tools{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:0!important;
    margin:0!important;
    border-bottom:1px solid var(--cc-pro-excel-line)!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-context-tools button{
    display:grid!important;
    grid-template-columns:28px 1fr!important;
    min-height:49px!important;
    border-right:1px solid #ececec!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-context-tools button:disabled{
    background:#fafafa!important;
    color:#818181!important;
    -webkit-text-fill-color:#818181!important;
    opacity:1!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-context-tools button:disabled>span{
    color:#7b817d!important;
    -webkit-text-fill-color:#7b817d!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-settings{
    margin-top:auto!important;
    border-top:1px solid var(--cc-pro-excel-line)!important;
  }

  body .cc-workspace--dedicated[data-cc-experience-style="pro"][data-cc-creator-pro-excel="1"] .cc-office-pages{
    box-sizing:border-box!important;
    align-self:flex-start!important;
    width:calc(100vw - var(--cc-pro-left-width) - var(--cc-pro-right-width))!important;
    max-width:calc(100vw - var(--cc-pro-left-width) - var(--cc-pro-right-width))!important;
    margin:0 var(--cc-pro-right-width) 0 var(--cc-pro-left-width)!important;
    padding:0!important;
    background:var(--cc-pro-excel-canvas)!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-office-page.is-active,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet-shell{
    background:var(--cc-pro-excel-canvas)!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet-wrap{
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:inset 0 1px #cfd3d1!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet thead th,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet tbody>tr>th{
    background:#f3f3f3!important;
    color:#4a4a4a!important;
    -webkit-text-fill-color:#4a4a4a!important;
    font-weight:500!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet td.is-selected{
    outline:2px solid var(--cc-pro-excel-green)!important;
    outline-offset:-2px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-office-tabs--excel{
    box-sizing:border-box!important;
    width:auto!important;
    height:38px!important;
    min-height:38px!important;
    margin:0 var(--cc-pro-right-width) 38px var(--cc-pro-left-width)!important;
    padding:0!important;
    gap:0!important;
    border-top:1px solid var(--cc-pro-excel-line)!important;
    border-bottom:1px solid var(--cc-pro-excel-line)!important;
    background:#f7f7f7!important;
    box-shadow:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet-tabs-guide{
    display:grid!important;
    place-items:center!important;
    width:42px!important;
    min-width:42px!important;
    height:37px!important;
    padding:0!important;
    background:#f7f7f7!important;
    color:#3f4541!important;
    -webkit-text-fill-color:#3f4541!important;
    border-right:1px solid var(--cc-pro-excel-line)!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet-tabs-guide b{display:none!important}
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet-tabs-guide i{
    color:#3f4541!important;
    -webkit-text-fill-color:#3f4541!important;
    font-style:normal!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet-tabs-guide i::before{content:"＋"!important}
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet-tabs-guide i{font-size:0!important}
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet-tabs-guide i::before{font-size:18px!important}
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-office-tabs--excel>button{
    box-sizing:border-box!important;
    height:37px!important;
    min-height:37px!important;
    margin:0!important;
    padding:0 18px!important;
    border:0!important;
    border-right:1px solid #e4e4e4!important;
    border-bottom:3px solid transparent!important;
    border-radius:0!important;
    background:#f7f7f7!important;
    color:#3a3a3a!important;
    -webkit-text-fill-color:#3a3a3a!important;
    font-size:10px!important;
    font-weight:500!important;
    box-shadow:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-office-tabs--excel>button.is-active{
    border-bottom-color:var(--cc-pro-excel-green)!important;
    background:#fff!important;
    color:var(--cc-pro-excel-green-dark)!important;
    -webkit-text-fill-color:var(--cc-pro-excel-green-dark)!important;
    font-weight:700!important;
  }

  /* The contextual dock becomes an Excel-like status/quick-action strip. */
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock{
    box-sizing:border-box!important;
    position:fixed!important;
    left:var(--cc-pro-left-width)!important;
    right:var(--cc-pro-right-width)!important;
    bottom:0!important;
    z-index:350!important;
    display:flex!important;
    width:auto!important;
    height:38px!important;
    min-height:38px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-top:1px solid var(--cc-pro-excel-line)!important;
    border-radius:0!important;
    background:#f3f3f3!important;
    color:#303030!important;
    box-shadow:none!important;
    transform:none!important;
    overflow:hidden!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock-scroll{
    display:flex!important;
    flex-flow:row nowrap!important;
    align-items:stretch!important;
    width:100%!important;
    height:38px!important;
    gap:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock-tools:not([hidden]){
    display:flex!important;
    flex-flow:row nowrap!important;
    align-items:stretch!important;
    width:max-content!important;
    min-width:max-content!important;
    height:38px!important;
    gap:0!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock :is(button,.cc-dock-key,label.cc-dock-key){
    box-sizing:border-box!important;
    display:flex!important;
    flex-flow:row nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    min-width:54px!important;
    width:auto!important;
    height:37px!important;
    min-height:37px!important;
    margin:0!important;
    padding:0 9px!important;
    border:0!important;
    border-right:1px solid #d9d9d9!important;
    border-radius:0!important;
    background:#f3f3f3!important;
    color:#353535!important;
    -webkit-text-fill-color:#353535!important;
    box-shadow:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock :is(button,.cc-dock-key,label.cc-dock-key):hover{
    background:#e6eee9!important;
    color:#155c34!important;
    -webkit-text-fill-color:#155c34!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock :is(button,.cc-dock-key,label.cc-dock-key)>:is(span,b){
    color:inherit!important;
    -webkit-text-fill-color:currentColor!important;
    font-size:12px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock :is(button,.cc-dock-key,label.cc-dock-key)>small{
    color:inherit!important;
    -webkit-text-fill-color:currentColor!important;
    font-size:8px!important;
    white-space:nowrap!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock .cc-dock-ai,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock .cc-dock-illustration{
    background:#fff!important;
    color:#155c34!important;
    -webkit-text-fill-color:#155c34!important;
    font-weight:700!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock .cc-dock-ai-icon,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock .cc-dock-kurukun-icon{
    width:23px!important;
    height:23px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock>.cc-studio-tool-pop,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock>.cc-axis-size-pop,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock>.cc-cell-size-pop{
    bottom:44px!important;
  }
}

/* Mobile: the spreadsheet stays primary; desktop panels fold into a compact
   Excel-style formula strip and fixed action navigation. */
@media(max-width:900px){
  .cc-workspace--dedicated[data-cc-experience-style="pro"]{
    --cc-mobile-fixed-footer-clearance:calc(146px + env(safe-area-inset-bottom,0px))!important;
    background:#e8eaec!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-left,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-pro-right{
    display:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs.cc-excel-ribbon-tabs--single{
    min-height:50px!important;
    height:50px!important;
    padding:0 4px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs.cc-excel-ribbon-tabs--single>[data-ribbon-tab]{
    min-height:50px!important;
    padding:0 13px!important;
    font-size:9px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-ribbon-tabs .cc-ribbon-command{
    min-width:46px!important;
    height:42px!important;
    padding:3px 6px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-excel-save-state{display:none!important}
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-formula-bar{
    grid-template-columns:64px 28px minmax(120px,1fr)!important;
    flex:0 0 38px!important;
    width:100%!important;
    height:38px!important;
    min-height:38px!important;
    margin:0!important;
    padding:4px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-formula-hint{display:none!important}
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-name-box b,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-formula-input input,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-fx{height:29px!important;min-height:29px!important}
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-name-box b,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-creator-pro-formula-input input{font-size:10px!important}
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-office-pages{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:#e8eaec!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet-wrap{
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-office-tabs--excel{
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    margin:0 0 var(--cc-mobile-fixed-footer-clearance)!important;
    border-top:1px solid var(--cc-pro-excel-line)!important;
    border-bottom:1px solid var(--cc-pro-excel-line)!important;
    background:#f7f7f7!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-office-tabs--excel>button,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-sheet-tabs-guide{
    height:41px!important;
    min-height:41px!important;
    max-height:41px!important;
    border-radius:0!important;
    background:#f7f7f7!important;
    color:#333!important;
    -webkit-text-fill-color:#333!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-office-tabs--excel>button.is-active{
    border-bottom:3px solid var(--cc-pro-excel-green)!important;
    background:#fff!important;
    color:var(--cc-pro-excel-green-dark)!important;
    -webkit-text-fill-color:var(--cc-pro-excel-green-dark)!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock{
    left:6px!important;
    right:6px!important;
    bottom:calc(75px + env(safe-area-inset-bottom,0px))!important;
    width:auto!important;
    height:56px!important;
    min-height:56px!important;
    border:1px solid #cdd4cf!important;
    border-radius:8px!important;
    background:#fff!important;
    color:#303030!important;
    box-shadow:0 4px 14px rgba(0,0,0,.12)!important;
    transform:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock-scroll,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock-tools:not([hidden]){
    height:54px!important;
    min-height:54px!important;
    flex-flow:row nowrap!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-editor-dock :is(button,.cc-dock-key,label.cc-dock-key){
    min-width:58px!important;
    height:52px!important;
    min-height:52px!important;
    border:0!important;
    border-right:1px solid #e1e3e1!important;
    border-radius:0!important;
    background:#fff!important;
    color:#303030!important;
    -webkit-text-fill-color:#303030!important;
    box-shadow:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-mobile-nav{
    box-sizing:border-box!important;
    left:6px!important;
    right:6px!important;
    bottom:calc(5px + env(safe-area-inset-bottom,0px))!important;
    height:64px!important;
    padding:4px!important;
    gap:0!important;
    border:1px solid #cdd4cf!important;
    border-radius:8px!important;
    background:#fff!important;
    box-shadow:0 4px 14px rgba(0,0,0,.14)!important;
    backdrop-filter:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-mobile-nav button,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-mobile-nav button:nth-child(3){
    border:0!important;
    border-right:1px solid #ececec!important;
    border-radius:0!important;
    background:#fff!important;
    color:#343434!important;
    -webkit-text-fill-color:#343434!important;
    box-shadow:none!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-mobile-nav button>span{
    color:var(--cc-pro-excel-green)!important;
    -webkit-text-fill-color:var(--cc-pro-excel-green)!important;
    font-size:17px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-mobile-nav button>b{
    color:#343434!important;
    -webkit-text-fill-color:#343434!important;
    font-size:8px!important;
  }
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-mobile-nav button:focus-visible,
  .cc-workspace--dedicated[data-cc-experience-style="pro"] .cc-experience-mobile-nav button:hover{
    background:var(--cc-pro-excel-green-soft)!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .cc-workspace--dedicated[data-cc-experience-style="pro"] *{transition:none!important}
}
