@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Noto+Sans+JP:wght@300;500;600&display=swap";
:root{--color-font:#333;--color-font-sub:#b0b0b0;--color-font-on-dark:#fff;--color-font-error:#ff4747;--color-bg-primary:#fff;--color-bg-secondary:#f2f2f2;--color-bg-tertiary:#ececec;--color-bg-sidebar:#474746;--color-bg-muted:#f1f1f1;--color-bg-elevated:#fff;--color-bg-chip:#f0efef;--color-bg-chip-hover:#e5e5e5;--color-bg-input-muted:#f4f4f4;--color-accent:#aac2d8;--color-accent-light:#8cbdda;--color-accent-highlight:#f09697;--color-accent-alpha-06:#aac2d80f;--color-accent-alpha-15:#aac2d826;--color-accent-alpha-20:#aac2d833;--color-accent-alpha-40:#aac2d866;--color-ai-highlight:#aac2d833;--color-status-bg:#facecf;--color-status-bg-pending:#e9e5f0;--color-status-bg-preparing:#e7efbe;--color-status-bg-negotiated:#facecf;--color-status-bg-contracted:#fbe7da;--color-status-bg-lost:#bcbcbc;--color-status-text:#000;--color-line:#e5e5e5;--color-line-sidebar:#ffffff1a;--color-sidebar-hover:#ffffff14;--color-sidebar-active:#ffffffb3;--color-btn-dark:#474746;--color-btn-dark-hover:#333;--color-btn-muted:#cbcbcb;--color-btn-ghost-hover:#00000008;--shadow-card:2px 2px 0px 0px #00000008;--shadow-modal:0px 5px 16px 0px #0000000f;--shadow-focus:0 0 0 2px var(--color-accent);--shadow-focus-btn:0 0 0 3px var(--color-accent-alpha-40);--shadow-error:0 0 0 2px var(--color-font-error);--font-body:"Hiragino Kaku Gothic Pro","Hiragino Sans","Noto Sans JP",sans-serif;--font-heading:"Inter","Noto Sans JP",sans-serif;--text-4xs:.5625rem;--text-3xs:.5rem;--text-2xs:.625rem;--text-xs:.6875rem;--text-sm:.75rem;--text-base:.8125rem;--text-md:.875rem;--text-lg:1rem;--text-xl:1.125rem;--text-2xl:1.25rem;--text-3xl:1.375rem;--text-4xl:1.875rem;--text-4-5xl:2.125rem;--text-5xl:2.375rem;--text-6xl:2.5rem;--weight-normal:300;--weight-medium:500;--weight-bold:600;--leading-tight:1;--leading-normal:normal;--leading-snug:1.4;--leading-relaxed:1.7;--leading-loose:1.8;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:2rem;--space-8:2.5rem;--space-9:3rem;--size-avatar:50px;--size-input-height:36px;--size-btn-height:46px;--size-btn-height-sm:31px;--size-btn-height-xs:30px;--size-badge-height:23px;--size-chip-height:21px;--size-step-form-max:640px;--size-step-progress-max:480px;--radius-xs:3px;--radius-sm:5px;--radius-md:10px;--radius-lg:15px;--radius-pill:27px;--radius-circle:50%;--radius-btn-pill:24.857px;--sidebar-width:196px;--sidebar-z-index:100;--sp-header-height:44px;--content-width:1084px;--table-header-height:41px;--transition-base:.18s ease}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;color:var(--color-font);font-family:var(--font-body);font-weight:var(--weight-normal);line-height:var(--leading-normal);background:var(--color-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:var(--weight-bold);line-height:var(--leading-normal)}p{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}img,svg{max-width:100%;display:block}table{border-collapse:collapse;border-spacing:0}:focus-visible{box-shadow:var(--shadow-focus);outline:none}::selection{color:#fff;background:var(--color-accent)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
