:root{--c-bg: #f6f8fa;--c-surface: #ffffff;--c-surface-2: #eef2f5;--c-border: #dde3e9;--c-text: #1a2330;--c-text-2: #5b6878;--c-accent: #16a34a;--c-accent-soft: #e7f6ec;--c-accent-text: #0c7a37;--c-danger: #dc2626;--c-star: #f59e0b;--shadow-1: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .04);--shadow-2: 0 8px 28px rgba(16, 24, 40, .14)}html.dark{--c-bg: #0f1520;--c-surface: #161e2b;--c-surface-2: #1d2735;--c-border: #2a3648;--c-text: #e6ebf2;--c-text-2: #93a1b5;--c-accent: #22c55e;--c-accent-soft: #12301e;--c-accent-text: #4ade80;--c-danger: #f87171;--c-star: #fbbf24;--shadow-1: 0 1px 3px rgba(0, 0, 0, .4);--shadow-2: 0 8px 28px rgba(0, 0, 0, .5)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;background:var(--c-bg);color:var(--c-text);-webkit-font-smoothing:antialiased}button{font:inherit;cursor:pointer}input{font:inherit}a{color:inherit;text-decoration:none}.gridwrap{cursor:cell}.gridwrap[data-cur=col]{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%3E%3Cpath%20d='M8%2013.5%20L3%207.5%20H5.9%20V2.5%20H10.1%20V7.5%20H13%20Z'%20fill='%23000'%20stroke='%23fff'%20stroke-width='1.3'%20stroke-linejoin='round'/%3E%3C/svg%3E") 8 13,default}.gridwrap[data-cur=row]{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%3E%3Cpath%20d='M13.5%208%20L7.5%2013%20V10.1%20H2.5%20V5.9%20H7.5%20V3%20Z'%20fill='%23000'%20stroke='%23fff'%20stroke-width='1.3'%20stroke-linejoin='round'/%3E%3C/svg%3E") 13 8,default}.gridwrap[data-cur=colsize]{cursor:col-resize}.gridwrap[data-cur=rowsize]{cursor:row-resize}.gridwrap[data-cur=fill]{cursor:crosshair}.gridwrap[data-cur=btn]{cursor:pointer}.gridwrap[data-cur=all]{cursor:default}.mb-top[aria-expanded=false]:hover{background:var(--c-surface-2)!important}.menu-pop{animation:menuPop .11s ease-out;transform-origin:top center}@keyframes menuPop{0%{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.menu-pop{animation:none}}.tbbtn:not([data-active]):not(:disabled):hover{background:var(--c-border)!important}.tbbtn:not(:disabled):active{transform:translateY(.5px)}.tbsel{background:transparent;color:var(--c-text);border:none;border-radius:7px;padding:4px;font-size:12.5px;max-width:128px;cursor:pointer}.tbsel:hover{background:var(--c-border)}.tbsel:focus-visible{outline:2px solid var(--c-accent);outline-offset:-2px}.tbsel option{background:var(--c-surface);color:var(--c-text)}.tbpill.sx{scrollbar-width:none}.tbpill.sx::-webkit-scrollbar{height:0}.sx{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.sx::-webkit-scrollbar{height:5px}.sx::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:3px}.safe-b{padding-bottom:env(safe-area-inset-bottom,0px)}@media (max-width: 760px){html{-webkit-text-size-adjust:100%}body{overscroll-behavior-y:contain}input:not(.grid-edit),textarea:not(.grid-edit),select{font-size:16px!important}.tap{min-height:38px}}
