@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap";:root{color-scheme:light;--app-bg: #f4f0e8;--app-bg-elevated: #fffdf8;--app-text: #1f2933;--app-muted: #5d6974;--app-border: rgba(80, 61, 32, .12);--app-brand: #c65a1e;--app-brand-soft: rgba(198, 90, 30, .12);--app-action: #2e6f95;--app-success: #2f7d4e;--app-warning: #b7791f;--app-danger: #b13e36;--app-gradient: radial-gradient( circle at top left, rgba(198, 90, 30, .16), transparent 28% ), radial-gradient( circle at top right, rgba(46, 111, 149, .08), transparent 22% ), linear-gradient(180deg, #fbf8f1 0%, #f4f0e8 52%, #efe8dd 100%);--app-surface: rgba(95, 74, 42, .03);--app-scrollbar-thumb: rgba(31, 41, 51, .28);--app-scrollbar-track: rgba(31, 41, 51, .08)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--app-gradient);background-color:var(--app-bg);font-family:IBM Plex Sans JP,Noto Sans JP,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--app-text);text-rendering:optimizeLegibility}#root{min-height:100vh}::selection{background:#c65a1e2e;color:var(--app-text)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition:none!important}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--app-scrollbar-thumb);border-radius:999px;border:2px solid var(--app-bg)}::-webkit-scrollbar-track{background:var(--app-scrollbar-track)}*{scrollbar-color:var(--app-scrollbar-thumb) var(--app-scrollbar-track)}.csv-grid{border:1px solid rgba(16,24,40,.18);border-radius:12px;background:#fff;color:#101828;overflow:auto;max-width:100%;width:100%;scrollbar-gutter:stable both-edges}.csv-grid__inner{min-width:max-content}.csv-grid__row{display:grid;border-bottom:1px solid rgba(16,24,40,.08);width:100%}.csv-grid__row--clickable{cursor:pointer}.csv-grid__row--clickable:hover .csv-grid__cell{background:#f8fafc}.csv-grid__row:last-child{border-bottom:none}.csv-grid__row--header{position:sticky;top:0;z-index:1;background:#f6f7fb}.csv-grid__cell{border-right:1px solid rgba(16,24,40,.08);padding:8px 10px;min-height:44px;display:flex;align-items:flex-start;background:#fff}.csv-grid__cell:last-child{border-right:none}.csv-grid__cell--header{font-weight:700;background:#f6f7fb}.csv-grid__cell-editor{width:100%;min-height:24px;white-space:pre-wrap;word-break:break-word;outline:none;color:#101828}.csv-grid__cell-editor:focus{outline:2px solid #2563eb;outline-offset:2px;border-radius:6px}.csv-grid__cell-text{width:100%;white-space:pre-wrap;word-break:break-word}
