@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Inter:wght@400;700&display=swap";:root{--color-bg:#f7f7f0;--color-surface:#fff;--color-surface-muted:#f4f4ec;--color-text:#192c3c;--color-text-muted:#192c3cad;--color-border:#192c3c1f;--color-primary:#0c8816;--color-primary-hover:#0a7413;--color-primary-soft:#56b25d;--color-primary-contrast:#fff;--color-accent:#ef2e63;--color-danger:#ef2e63;--color-success:#0c8816;--color-overlay:#192c3c14;--font-family-base:"Inter", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;--font-family-heading:"Inter", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;--font-size-xs:12px;--font-size-sm:14px;--font-size-md:16px;--font-size-lg:20px;--font-size-xl:28px;--line-height-base:1.7;--line-height-tight:1.4;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--content-width:1120px;--content-width-narrow:880px;--content-gutter:24px;--section-space-sm:24px;--section-space-md:48px;--section-space-lg:80px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 10px 30px #192c3c0f;--shadow-md:0 18px 40px #192c3c14}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:100%}body{background:var(--color-bg);min-width:320px;color:var(--color-text);font-family:var(--font-family-base);font-size:var(--font-size-md);line-height:var(--line-height-base);font-weight:var(--font-weight-regular);letter-spacing:.03em;font-feature-settings:"palt";text-justify:inter-ideograph;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}img,svg,video,canvas{max-width:100%;display:block}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}p,h1,h2,h3,h4,h5,h6{margin:0}ul,ol{margin:0;padding:0;list-style:none}.l-container{width:min(100% - (var(--content-gutter) * 2), var(--content-width));margin-inline:auto}.l-container--narrow{width:min(100% - (var(--content-gutter) * 2), var(--content-width-narrow));margin-inline:auto}.section{padding-block:var(--section-space-md)}.section--lg{padding-block:var(--section-space-lg)}.text-body{font-size:var(--font-size-md);line-height:var(--line-height-base)}.text-note{color:var(--color-text-muted);font-size:var(--font-size-sm);line-height:1.6}.heading-primary,.heading-secondary{font-family:var(--font-family-heading);line-height:var(--line-height-tight);font-weight:var(--font-weight-bold);letter-spacing:.01em}.heading-primary{font-size:clamp(32px,4vw,48px)}.heading-secondary{font-size:clamp(24px,3vw,32px)}.color-primary{color:var(--color-primary)}.surface-card{background:var(--color-surface);border:4px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}@media (width<=767px){:root{--content-gutter:16px;--section-space-md:40px;--section-space-lg:56px;--font-size-lg:18px;--font-size-xl:24px}}.login-page{background:var(--color-surface) url(/images/investor/background.png) top / contain no-repeat;min-height:100vh;padding:28px 0 72px}.login-shell{justify-items:center;gap:28px;display:grid}.login-footer{color:#192c3c85;text-align:center;margin-top:24px}.login-footer .text-note{width:min(100% - (var(--content-gutter) * 2), 480px);text-align:left;margin:0 auto 16px}.login-footer__link{font-size:16px;font-weight:var(--font-weight-bold);margin:0 0 10px}.login-footer__link a{color:var(--color-primary);text-decoration:none}.login-footer__link a:hover,.login-footer__link a:focus-visible{text-underline-offset:.2em;text-decoration:underline}.login-brand{width:100%;padding:8px 0 4px}.login-brand__logo{width:146px;height:auto;margin:0 auto}.login-heading{text-align:center}.login-heading .heading-primary{font-size:clamp(28px,4.2vw,34px);font-weight:var(--font-weight-bold);line-height:1.4}.login-heading .text-note{margin-top:12px}.login-card{border-radius:var(--radius-lg);width:min(100%,480px);box-shadow:none;padding:24px}.login-form{gap:24px;display:grid}.form-field{gap:4px;display:grid}.form-field label{color:var(--color-text);font-size:14px;font-weight:var(--font-weight-bold)}.form-field input{border-radius:var(--radius-sm);background:var(--color-bg);width:100%;min-height:48px;color:var(--color-text);font-size:16px;font-weight:var(--font-weight-bold);appearance:none;border:1px solid #192c3c29;padding:0 12px;transition:border-color .2s,background-color .2s}.form-field input::placeholder{color:#192c3c47;opacity:1}.form-field input:focus{background:var(--color-surface);border-color:#0c8816b8;outline:none}.date-field{position:relative}.login-submit-button{appearance:none;width:100%;max-width:200px;color:var(--color-primary-contrast);background-color:var(--color-text);font:inherit;cursor:pointer;will-change:transform, filter;border:0;border-radius:999px;margin:0 auto;padding:14px 26px;font-size:16px;font-weight:700;transition:transform .26s cubic-bezier(.16,1,.3,1),filter .26s;transform:translateZ(0)}.login-submit-button:hover{filter:none;transform:scale(1.02)}.login-submit-button:focus-visible{outline-offset:3px;outline:3px solid #0c881629}.login-submit-button:active{transition-duration:90ms;transform:scale(.985)}.login-submit-button:disabled{cursor:not-allowed;background:#192c3c47;transform:none}.login-guidance{justify-items:center;gap:16px;display:grid}.login-submit-button--guidance{text-align:center;max-width:280px;line-height:1.4;text-decoration:none;display:inline-block}.submit-button{appearance:none;width:100%;max-width:280px;color:var(--color-primary-contrast);background:var(--color-text);font:inherit;cursor:pointer;will-change:transform, filter;border:0;border-radius:999px;justify-self:center;margin:0 auto;padding:14px 26px;font-size:16px;font-weight:700;transition:transform .26s cubic-bezier(.16,1,.3,1),filter .26s;transform:translateZ(0)}.submit-button:hover{filter:none;transform:scale(1.02)}.submit-button:focus-visible{outline-offset:3px;outline:3px solid #0c881629}.submit-button:active{transition-duration:90ms;transform:scale(.985)}.submit-button:disabled{cursor:not-allowed;background:#192c3c47;transform:none}.submit-button:not(:disabled){background:var(--color-primary)}.button-secondary{appearance:none;border:2px solid var(--color-text);background:var(--color-surface);width:100%;max-width:200px;color:var(--color-text);font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:15px;font-weight:700;transition:transform .26s cubic-bezier(.16,1,.3,1);display:inline-flex}.button-secondary:hover{transform:scale(1.02)}.button-secondary img{flex:none;width:18px;height:18px}.application-page{background:var(--color-surface) url(/images/investor/background.png) top / contain no-repeat;min-height:100vh;padding-bottom:24px}.step-flow{padding:0 60px}.step-flow-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.step-flow--5{padding:0 24px}.step-flow--4{padding:0 56px}.step-flow--4 .step-flow-list{grid-template-columns:repeat(4,minmax(0,1fr))}.step-flow--4 .step-flow-item:after{width:calc(100% - 66px);left:calc(50% + 33px)}.step-flow--5 .step-flow-list{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:10px}.step-flow--5 .step-flow-item:after{width:calc(100% - 62px);left:calc(50% + 31px)}.step-flow--5 .step-flow-label{font-size:14px}.step-flow-item{color:#192c3c5c;text-align:center;justify-items:center;gap:8px;display:grid;position:relative}.step-flow-link{color:inherit;justify-items:center;gap:8px;text-decoration:none;display:grid}.step-flow-item:after{content:"";background:#192c3c1f;width:calc(100% - 90px);height:5px;position:absolute;top:22px;left:calc(50% + 45px)}.step-flow-item:last-child:after{content:none}.step-flow-item.is-complete:after{background:var(--color-primary)}.step-flow-circle{z-index:1;background:var(--color-surface);color:#192c3c6b;border:3px solid #192c3c1f;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:700;line-height:1;display:inline-flex;position:relative}.step-flow-item.is-current,.step-flow-item.is-complete{color:var(--color-text)}.step-flow-item.is-current .step-flow-circle{border-color:var(--color-text);background:var(--color-text);color:var(--color-surface)}.step-flow-item.is-complete .step-flow-circle{border-color:var(--color-primary);background:var(--color-primary);color:#0000}.step-flow--seller .step-flow-item.is-complete:after{background:#c63c46}.step-flow--seller .step-flow-item.is-current .step-flow-circle{border-color:var(--color-text);background:var(--color-text);color:var(--color-surface)}.step-flow--seller .step-flow-item.is-complete .step-flow-circle{background:#c63c46;border-color:#c63c46}.step-flow-item.is-complete .step-flow-circle:before{content:"";background:url(/images/investor/ico-check.svg) 50%/contain no-repeat;width:18px;height:18px}.step-flow-label{font-size:15px;font-weight:700;line-height:1.4}.sp-break{display:none}.flow-page-heading{text-align:center}.flow-page-heading .heading-primary{font-size:32px}.app-header{border-bottom:1px solid var(--color-border);background:#ffffffeb}.app-header__inner{justify-content:space-between;align-items:center;gap:16px;min-height:72px;display:flex}.app-header__brand{align-items:center;gap:14px;display:flex}.app-header__title{white-space:nowrap;background:#ffffffb8;border-radius:0;justify-content:center;align-items:center;min-height:30px;padding:0 10px;font-size:14px;font-weight:700;line-height:1;display:inline-flex}.app-header__title--buyer{color:var(--color-primary);border:1px solid var(--color-primary)}.app-header__title--seller{color:#c63c46;border:1px solid #c63c46}.app-header__meta{align-items:center;gap:20px;display:flex}.app-header__email,.app-header__name,.app-header__separator{font-size:14px;font-weight:400}.app-header__logo{width:120px;height:auto}.app-header__logout{font-size:14px;font-weight:700}.app-header__user{white-space:nowrap;font-size:14px;font-weight:400}.app-header__logout{color:#192c3c8f;transition:opacity .2s}.app-header__logout:hover,.app-header__logout:focus-visible{opacity:.68}.pc-break{display:block}.application-shell{gap:20px;padding-top:32px;display:grid}.application-heading{text-align:center}.application-heading h2{font-size:28px;line-height:1.4}.application-heading .text-note{margin-top:4px}.app-section{box-shadow:none;padding:24px}.app-section--video{background:0 0;border:0;padding:0}.section-heading{margin-bottom:16px}.app-section .section-heading{text-align:center}.section-heading h2{font-size:20px;line-height:1.5}.section-heading p{color:var(--color-text-muted);margin-top:4px;font-size:14px;line-height:1.6}.contract-box{border-radius:var(--radius-md);background:#f3f4f1;justify-items:center;gap:10px;padding:16px;display:grid}.contract-box .button-secondary{white-space:nowrap;max-width:280px}.contract-status{color:#192c3ca3;text-align:center;justify-content:center;align-items:center;gap:6px;font-size:14px;line-height:1.5;display:inline-flex}.contract-status.is-confirmed{color:var(--color-success);font-weight:700}.contract-status__icon{flex:none;width:16px;height:16px;display:none}.contract-status.is-confirmed .contract-status__icon{display:inline-block}.confidentiality-box{border-radius:var(--radius-md);background:#fffaf0;border:2px solid #d2aa2b70;gap:10px;margin-top:0;padding:18px 20px;display:grid}.confidentiality-box__title{color:var(--color-text);font-size:18px;line-height:1.4;font-weight:var(--font-weight-bold);text-align:center}.confidentiality-box__title-accent{color:#c63c46}.confidentiality-box .text-note{color:#192c3cd1}.confidentiality-box__check{min-height:46px;color:var(--color-text);cursor:pointer;font-size:15px;font-weight:var(--font-weight-bold);background:#fff;border:1px solid #d9d9d9;border-radius:999px;justify-content:center;justify-self:center;align-items:center;gap:10px;margin-top:6px;padding:0 22px;display:inline-flex}.confidentiality-box__check input{appearance:none;cursor:pointer;background:#fff;border:1px solid #bdbdbd;border-radius:4px;width:18px;height:18px;margin:0;position:relative}.confidentiality-box__check:has(input:checked){border-color:var(--color-primary);color:var(--color-primary)}.confidentiality-box__check input:checked{border-color:var(--color-primary);background:var(--color-primary) url(/images/investor/ico-check.svg) center / 12px 12px no-repeat}.contract-followup{gap:16px;display:grid}.contract-followup .submit-button{margin:12px auto 0;display:block}.app-section .submit-button{margin:20px auto 0;display:block}.app-section .submit-button+.contact-note{margin-top:16px}.video-frame{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#000;overflow:hidden}.video-frame iframe{aspect-ratio:16/9;border:0;width:100%;display:block}.is-modal-open{overflow:hidden}.pdf-modal[hidden]{display:none}.pdf-modal{z-index:1000;position:fixed;inset:0}.pdf-modal__backdrop{background:#192c3c8f;position:absolute;inset:0}.pdf-modal__dialog{background:var(--color-surface);border-radius:var(--radius-md);grid-template-rows:auto 1fr auto;width:min(960px,100% - 32px);height:min(92vh,960px);margin:24px auto;display:grid;position:relative;overflow:hidden}.pdf-modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.pdf-modal__header h2{font-size:18px;line-height:1.5}.pdf-modal__close{appearance:none;width:44px;min-width:44px;height:44px;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:28px;line-height:1;display:inline-flex}.pdf-modal__viewer{-webkit-overflow-scrolling:touch;background:#d8dde3;min-height:0;overflow:auto}@media (width>=768px){.pdf-modal__viewer{overflow:hidden}}.pdf-modal__native-frame{background:#fff;border:0;width:100%;height:100%;display:block}.pdf-modal__pages{grid-template-columns:minmax(0,1fr);justify-items:stretch;gap:12px;width:100%;min-width:0;padding:20px;display:grid}.pdf-modal__loading,.pdf-modal__fallback{color:#192c3cb8;text-align:center;margin:auto;font-size:14px;line-height:1.6}.pdf-modal__fallback a{color:var(--color-primary);text-underline-offset:.2em;text-decoration:underline}.pdf-modal__page{background:#fff;border-radius:12px;justify-self:stretch;width:100%;overflow:hidden;box-shadow:0 10px 24px #192c3c1f}.pdf-modal__page canvas{width:100%;height:auto;display:block}.pdf-modal__footer{border-top:1px solid var(--color-border);background:var(--color-surface);justify-items:center;gap:10px;padding:14px 20px 18px;display:grid;position:sticky;bottom:0}.pdf-modal__note{color:#192c3ca3;text-align:center;font-size:14px;line-height:1.5}.modal-agree-button{appearance:none;min-width:360px;max-width:100%;color:var(--color-surface);font:inherit;cursor:pointer;background:#2d6df6;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:14px 24px;font-size:16px;font-weight:700;transition:transform .26s cubic-bezier(.16,1,.3,1),opacity .2s;display:inline-flex}.modal-agree-button:hover{transform:scale(1.02)}.modal-agree-button img{width:20px;height:20px;display:none}.modal-agree-button.is-confirmed{background:var(--color-surface);color:#2d6df6;border-color:#2d6df6}.modal-agree-button.is-confirmed img{display:block}.modal-agree-button:focus-visible{outline-offset:2px;outline:3px solid #2d6df63d}.entry-page{background:var(--color-surface) url(/images/investor/background.png) top / contain no-repeat;min-height:100vh;padding-bottom:24px}.entry-shell{gap:20px;padding-top:32px;display:grid}.entry-heading{text-align:center}.entry-heading h2{font-size:28px;line-height:1.4}.entry-heading .text-note{margin-top:4px}.entry-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);overflow:hidden}.entry-table__head,.entry-table__row{align-items:center;gap:20px;display:grid}.entry-table__head{border-bottom:1px solid var(--color-border);min-height:42px;color:var(--color-text-muted);padding:0 16px;font-size:14px;font-weight:700}.entry-table__row{border-bottom:1px solid var(--color-border);min-height:70px;padding:14px 16px}.entry-table__row:last-child{border-bottom:0}.entry-table--buyer .entry-table__head,.entry-table--buyer .entry-table__row{grid-template-columns:minmax(220px,1.6fr) 120px 130px 120px}.entry-table--seller .entry-table__head,.entry-table--seller .entry-table__row{grid-template-columns:300px 96px 100px 118px 176px;gap:12px}.entry-table__name{word-break:keep-all;font-size:16px;font-weight:700;line-height:1.5}.entry-table__documents{color:var(--color-text-muted);font-size:var(--font-size-sm);font-weight:var(--font-weight-regular);align-items:center;gap:6px;margin-top:6px;line-height:1.6;display:flex}.entry-table__document-link{color:inherit;text-decoration:none;transition:opacity .2s}.entry-table__document-link:hover,.entry-table__document-link:focus-visible{opacity:.6}.entry-table__amount,.entry-table__head-cell--amount{text-align:right}.entry-table__amount{font-size:16px;font-weight:700}.entry-table__unit-price{color:var(--color-text-muted);text-align:center;font-size:16px;font-weight:400}.entry-table__sell-units{text-align:center;font-size:16px;font-weight:700}.entry-table--seller .entry-table__head>div:nth-child(2),.entry-table--seller .entry-table__head>div:nth-child(3),.entry-table--seller .entry-table__head>div:nth-child(5),.entry-table--seller .entry-table__row>div:nth-child(2),.entry-table--seller .entry-table__row>div:nth-child(3),.entry-table--buyer .entry-table__head>div:nth-child(2),.entry-table--buyer .entry-table__row>div:nth-child(2),.entry-table--buyer .entry-table__head>div:nth-child(3),.entry-table--buyer .entry-table__row>div:nth-child(3){text-align:center}.entry-table--buyer .entry-input-wrap{justify-content:center}.entry-table__price{text-align:right;font-size:16px;font-weight:700}.entry-input{border-radius:var(--radius-sm);background:var(--color-surface);width:88px;max-width:100%;height:40px;color:var(--color-text);text-align:right;border:1px solid #192c3c2e;padding:0 6px}.entry-input-wrap{align-items:center;gap:8px;display:flex}.entry-input-suffix{color:var(--color-text-muted);flex:none;font-size:14px;font-weight:700}.entry-input::placeholder{color:#192c3c6b;opacity:1}.entry-input:focus{border-color:#0c8816b8;outline:none}.entry-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.entry-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.entry-input[type=number]{appearance:textfield}.entry-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.entry-choice{cursor:pointer;align-items:center;gap:8px;font-size:16px;font-weight:700;display:inline-flex}.entry-choice input{width:18px;height:18px;margin:0}.entry-choice--button input{opacity:0;pointer-events:none;position:absolute}.entry-choice--button{position:relative}.entry-choice--button span{background:var(--color-surface);min-width:72px;min-height:34px;color:var(--color-text);border:1px solid #192c3c2e;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 8px;font-size:14px;font-weight:700;transition:border-color .2s,background-color .2s,color .2s,transform .2s;display:inline-flex}.entry-choice--button input[data-seller-toggle=sell]:checked+span{color:var(--color-surface);background:#c63c46;border-color:#c63c46}.entry-choice--button input[data-seller-toggle=keep]:checked+span{border-color:var(--color-text);background:var(--color-text);color:var(--color-surface)}.entry-choice--button input:checked+span:before{content:"";background:url(/images/investor/ico-check.svg) 50%/contain no-repeat;flex:none;width:14px;height:14px}.submit-button--seller:not(:disabled){background:#c63c46}.submit-button--buyer:not(:disabled){background:#2d6df6}.submit-button--buyer:focus-visible{outline:3px solid #2d6df629}.submit-button--seller:focus-visible{outline:3px solid #c63c4629}.entry-choice--button:hover span{transform:scale(1.02)}.entry-table__row.is-disabled{color:#192c3c70}.entry-table__row.is-disabled .entry-table__name,.entry-table__row.is-disabled .entry-table__amount,.entry-table__row.is-disabled .entry-table__price,.entry-table__row.is-disabled .entry-table__unit-price{color:#192c3c6b}.entry-table__row.is-disabled .entry-input{color:#192c3c5c;background:#f3f4f1}.entry-table__row.is-disabled .entry-table__price{opacity:.6}.entry-form .submit-button{margin:24px auto 0;display:block}.entry-form .submit-button+.status-section--plain{margin-top:20px}.entry-summary{justify-content:flex-end;align-items:baseline;gap:12px;margin-top:10px;display:flex}.entry-summary__label{color:var(--color-text-muted);font-size:14px;font-weight:700}.entry-summary__value{color:var(--color-text);font-size:24px;font-weight:700;line-height:1.2}.entry-notice{margin-top:0}.entry-notice__list{gap:0;display:grid}.entry-notice__list li{color:var(--color-text-muted);padding-left:1em;font-size:14px;line-height:1.7;position:relative}.entry-notice__list li:before{content:"・";position:absolute;top:0;left:0}.entry-notice__list a{color:var(--color-text);text-underline-offset:.14em;font-weight:700;text-decoration:underline}.application-flow{gap:30px;display:grid;position:relative}.application-flow-card .section-heading{margin-bottom:24px;padding-inline:24px;border-bottom:1px solid var(--color-border);margin-inline:-24px;padding-bottom:18px}.application-flow-card--seller .application-flow__item:after{background:#c63c462e}.application-flow-card--seller .application-flow__marker{color:#c63c46;background:#c63c461f}.application-flow-card--seller .application-flow__marker--active{color:var(--color-surface);background:#c63c46}.application-flow-card--seller .application-flow__item h3{color:#c63c46}.application-flow-card--buyer .section-heading p,.application-flow-card--seller .section-heading p{max-width:520px;margin-left:auto;margin-right:auto}.application-flow-card--buyer .section-heading,.application-flow-card--seller .section-heading{margin-bottom:20px;padding-bottom:20px}.application-flow-card--buyer .application-flow,.application-flow-card--seller .application-flow{gap:18px}.application-flow-card--buyer .application-flow__item:after,.application-flow-card--seller .application-flow__item:after{bottom:-18px}.contract-card .section-heading{margin-bottom:24px;padding-inline:24px;border-bottom:1px solid var(--color-border);margin-inline:-24px;padding-bottom:18px}.application-flow__item{grid-template-columns:48px minmax(0,1fr);align-items:start;gap:18px;display:grid;position:relative}.application-flow__item:after{content:"";background:#192c3c29;width:2px;position:absolute;top:48px;bottom:-30px;left:23px}.application-flow__item:last-child:after{content:none}.application-flow__marker{z-index:1;width:48px;height:48px;color:var(--color-primary);background:#0c88161f;border-radius:999px;justify-content:center;align-items:center;font-size:18px;font-weight:700;line-height:1;display:inline-flex;position:relative}.application-flow__marker--active{background:var(--color-primary);color:var(--color-surface)}.application-flow__content{padding-top:1px}.application-flow__item h3{color:var(--color-primary);margin:0;font-size:17px;font-weight:700;line-height:1.2}.application-flow__item p{color:var(--color-text-muted);margin-top:4px;font-size:15px;line-height:1.6}.notice-list{gap:0;display:grid}.notice-list li{color:var(--color-text-muted);padding-left:1em;font-size:14px;line-height:1.7;position:relative}.notice-list li:before{content:"・";position:absolute;top:0;left:0}.seller-status-overview{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.seller-status-overview__label{font-size:16px;font-weight:700}.seller-status-board{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);overflow:hidden}.seller-status-board__head,.seller-status-row{grid-template-columns:minmax(0,1fr) 100px 140px;align-items:center;gap:20px;display:grid}.seller-status-board__head{border-bottom:1px solid var(--color-border);color:var(--color-text-muted);padding:16px 24px;font-size:14px;font-weight:700}.seller-status-group+.seller-status-group{border-top:1px solid var(--color-border)}.seller-status-row{padding:18px 24px}.seller-status-row__name,.seller-status-row__units{font-size:16px;font-weight:700}.seller-match-list{border-top:1px solid var(--color-border);padding:0 24px 16px}.seller-match-item{border-bottom:1px solid #192c3c14;grid-template-columns:minmax(0,1fr) 160px 120px;align-items:center;gap:16px;padding:14px 0;display:grid}.seller-match-item:last-child{border-bottom:0;padding-bottom:0}.seller-match-item__detail{flex-wrap:wrap;align-items:center;gap:14px;min-width:0;font-size:15px;line-height:1.6;display:flex}.seller-match-item__status{justify-content:flex-start;display:flex}.seller-match-item__links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:18px;display:flex}.seller-match-item__links a{color:#3d5ad6;font-size:15px;font-weight:700}.agreement-page{background:var(--color-surface) url(/images/investor/background.png) top / contain no-repeat;min-height:100vh;padding-bottom:32px}.agreement-page--plain{background:var(--color-surface)}.agreement-shell{gap:20px;padding-top:32px;display:grid}.agreement-heading{text-align:center}.agreement-heading .heading-primary{font-size:28px}.agreement-heading__lead{max-width:760px;color:var(--color-text-muted);margin:10px auto 0;font-size:15px;line-height:1.8}.agreement-section{box-shadow:none;padding:24px 28px}.agreement-section--center,.agreement-section--center .section-heading,.agreement-section--center .section-heading h2,.agreement-section--center .agreement-sign-note{text-align:center}.agreement-section--center .agreement-form{justify-items:center}.agreement-section--center .agreement-form>*{width:100%;max-width:100%}.agreement-section--center .agreement-form>.agreement-check{width:fit-content;max-width:calc(100% - 32px)}.agreement-section--center .agreement-field{text-align:center;justify-items:center;width:100%}.section-heading--with-action{justify-content:space-between;align-items:center;gap:16px;display:flex}.agreement-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.agreement-tab{appearance:none;text-align:left;cursor:pointer;background:#f8faf6;border:1px solid #192c3c1f;border-radius:10px;min-width:0;padding:10px;transition:border-color .2s,background-color .2s,opacity .2s;position:relative}.agreement-tab:hover{opacity:.86}.agreement-tab.is-active{box-shadow:none;background:#18a63d;border:none}.agreement-tab.is-complete{background:#38a6ee2e;border-color:#38a6ee57}.agreement-tab.is-active:after{content:"✓ 選択中";color:#18a63d;background:#fff;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex;position:absolute;bottom:12px;right:12px}.agreement-tab__name{color:var(--color-text);font-size:16px;font-weight:700;line-height:1.2;display:block}.agreement-tab__meta{color:var(--color-text-muted);margin-top:4px;font-size:13px;font-weight:700;line-height:1.2;display:block}.agreement-tab.is-active .agreement-tab__name,.agreement-tab.is-active .agreement-tab__meta{color:#fff}.agreement-tab__status{min-height:24px;color:var(--color-text-muted);background:#192c3c14;border-radius:999px;align-items:center;margin-top:8px;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.agreement-tab.is-active .agreement-tab__status{color:#fff;background:#ffffff2e}.agreement-tab.is-complete .agreement-tab__status{color:#127fc1;background:#38a6ee3d}.agreement-tab.is-active.is-complete{background:#38a6ee47;border:1px solid #38a6ee6b}.agreement-tab.is-active.is-complete .agreement-tab__name,.agreement-tab.is-active.is-complete .agreement-tab__meta{color:var(--color-text)}.agreement-tab.is-active.is-complete .agreement-tab__status{color:#fff;background:#1287cf}.agreement-tab.is-active.is-complete:after{color:#1287cf;background:#fff}.agreement-progress{color:var(--color-text-muted);margin-bottom:16px;font-size:14px;line-height:1.7}.agreement-detail{border-top:1px solid #192c3c2e;border-bottom:1px solid #192c3c2e;display:grid}.agreement-detail__row{border-bottom:1px solid #192c3c2e;grid-template-columns:200px minmax(0,1fr);align-items:center;gap:20px;padding:12px 0;display:grid}.agreement-detail__row:last-child{border-bottom:0}.agreement-detail dt{color:var(--color-text-muted);font-size:15px;font-weight:700}.agreement-detail dd{margin:0;font-size:16px;font-weight:700;line-height:1.6}.agreement-audit{border-radius:var(--radius-sm);background:#fafaf5;border:1px solid #192c3c1a;margin-top:20px;padding:18px 20px}.agreement-audit__heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.agreement-audit__heading h3{font-size:15px;line-height:1.5}.agreement-audit__badge{min-height:28px;color:var(--color-success);background:#0c88161a;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.agreement-audit__list{gap:10px;display:grid}.agreement-audit__item{grid-template-columns:120px minmax(0,1fr);gap:16px;display:grid}.agreement-audit__item dt{color:var(--color-text-muted);font-size:13px;font-weight:700}.agreement-audit__item dd{margin:0;font-size:14px;font-weight:700;line-height:1.6}.agreement-document{margin-top:20px}.agreement-pdf-scroll{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);max-height:560px;overflow:auto}.agreement-pdf{background:var(--color-surface);overflow:hidden}.agreement-pdf iframe{border:0;width:100%;height:1360px;display:block}.agreement-pdf__object{border:0;width:100%;height:500px;display:block}.agreement-pdf__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;display:flex}.agreement-document__status{color:#c63c46;align-items:center;gap:8px;font-size:14px;font-weight:700;line-height:1.7;display:inline-flex}.agreement-document__status.is-complete{color:var(--color-success)}.agreement-document__status.is-complete:before{content:"";background:url(/images/investor/ico-check-circle.svg) 50%/contain no-repeat;flex:0 0 18px;width:18px;height:18px}.agreement-pdf-scroll__sentinel{height:1px}.agreement-download-button{appearance:none;border-radius:var(--radius-sm);background:var(--color-surface);min-height:38px;color:var(--color-text);cursor:pointer;border:1px solid #192c3c2e;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.agreement-download-button:hover{opacity:.8}.agreement-download-button img{width:16px;height:16px}.agreement-document__note{margin-top:12px}.agreement-document__note p{color:var(--color-text-muted);font-size:14px;line-height:1.7}.agreement-form{gap:12px;display:grid}.agreement-sign-note{margin-bottom:18px}.agreement-sign-note p{font-size:14px;line-height:1.7}.agreement-sign-note p+p{margin-top:4px}.agreement-current-fund{color:var(--color-text-muted);text-align:center;font-size:16px;font-weight:400}.agreement-current-fund__value{font-weight:700}.agreement-check{width:min(100%,860px);color:var(--color-success);cursor:pointer;text-align:left;background:#86c96324;border:1px solid #0c881633;border-radius:10px;justify-content:flex-start;align-items:center;gap:10px;margin:0 auto;padding:12px;font-size:17px;font-weight:700;line-height:1.4;display:flex}.agreement-check input{appearance:none;cursor:pointer;background:#fff;border:1px solid #4f7f233d;border-radius:6px;flex:none;width:26px;height:26px;margin:0;position:relative}.agreement-check input:checked{background:#86c963 url(/images/investor/ico-check.svg) 50%/16px 16px no-repeat;border-color:#86c963}.agreement-check:has(input:checked){color:#fff;background:#18a63d;border-color:#18a63d}.agreement-check:has(input:checked) input{background:#ffffff2e url(/images/investor/ico-check.svg) 50%/16px 16px no-repeat;border-color:#ffffff47}.agreement-field{gap:2px;display:grid}.agreement-dependent{justify-items:center;gap:20px;width:100%;transition:opacity .2s,filter .2s;display:grid}.agreement-dependent.is-disabled{opacity:.48;filter:grayscale()}.agreement-section.is-locked .agreement-sign-note,.agreement-section.is-locked .agreement-form{opacity:.46;filter:grayscale()}.agreement-section.is-locked .agreement-current-fund,.agreement-section.is-locked .agreement-check{pointer-events:none}.agreement-section.is-locked .agreement-check{cursor:default}.agreement-section__gate-note{color:var(--color-text-muted);margin-bottom:18px;font-size:14px;font-weight:700;line-height:1.7}.agreement-field label{text-align:center;font-size:15px;font-weight:700}.agreement-field input{border:2px solid var(--color-text-muted);border-radius:var(--radius-sm);background:var(--color-bg);width:min(100%,420px);min-height:64px;color:var(--color-text);text-align:center;margin-inline:auto;padding:0;font-size:20px}.agreement-field input::placeholder{color:#192c3c66}.agreement-field input:focus{border-color:#2d6df68f;outline:none;box-shadow:0 0 0 3px #2d6df647}.agreement-submit-button{appearance:none;background:var(--color-primary);width:100%;min-width:420px;min-height:56px;color:var(--color-surface);font:inherit;cursor:pointer;border:0;border-radius:999px;padding:0 24px;font-size:18px;font-weight:700;transition:transform .26s cubic-bezier(.16,1,.3,1),opacity .2s,background-color .2s}.agreement-submit-button:hover{transform:scale(1.02)}.agreement-submit-button--buyer:not(:disabled),.agreement-submit-button--seller:not(:disabled){background:#2d6df6}.agreement-submit-button:disabled{cursor:not-allowed;opacity:1;background:#192c3c47;transform:none}.agreement-submit-button:focus-visible{outline-offset:3px;outline:3px solid #0c881629}.agreement-submit-button--buyer:focus-visible,.agreement-submit-button--seller:focus-visible{outline:3px solid #2d6df629}.agreement-submit{text-align:center;justify-items:center;display:grid}.agreement-submit .text-note{margin-top:8px}.agreement-field .text-note{text-align:center}.agreement-back{justify-content:flex-start;margin-top:-4px;display:flex}.agreement-back a{min-height:42px;color:var(--color-text);background:#192c3c0a;border:1px solid #192c3c1f;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .2s,background-color .2s,border-color .2s;display:inline-flex}.agreement-back a:hover{opacity:.78;background:#192c3c14;border-color:#192c3c2e}.agreement-back a:focus-visible{outline-offset:3px;outline:3px solid #192c3c1f}@media (width<=767px){.login-page{padding:24px 0 56px}.login-card{padding:22px 18px}.login-heading .heading-primary{font-size:24px}.form-field input{min-height:52px;font-size:16px}.login-submit-button,.submit-button{font-size:17px}.app-header__inner{flex-wrap:wrap;align-items:flex-start;gap:10px 12px;min-height:0;padding-top:10px;padding-bottom:8px;position:relative}.app-header__brand{gap:10px}.app-header__title{font-size:14px}.app-header__meta{justify-content:flex-start;gap:6px;width:100%;min-width:0;padding-top:8px;position:relative}.app-header__meta:before{content:"";top:0;left:calc(var(--content-gutter) * -1);right:calc(var(--content-gutter) * -1);background:var(--color-border);height:1px;position:absolute}.app-header__email,.app-header__name,.app-header__separator{color:#192c3cd1;white-space:nowrap;font-size:12px;line-height:1.2}.app-header__logout{white-space:nowrap;margin-left:auto;font-size:12px;line-height:1.2;position:static}.app-header__logo{width:98px}.step-flow{padding:0}.step-flow-item{gap:8px}.step-flow-item:after{width:calc(100% - 40px);height:4px;top:18px;left:calc(50% + 20px)}.step-flow--5 .step-flow-item:after{width:calc(100% - 46px);left:calc(50% + 23px)}.step-flow-circle{border-width:3px;width:36px;height:36px;font-size:16px}.step-flow-item.is-complete .step-flow-circle:before{width:16px;height:16px}.step-flow-label{white-space:nowrap;font-size:12px}.step-flow--5 .step-flow-label,.step-flow--5 .step-flow-item:nth-child(4) .step-flow-label{letter-spacing:0;font-size:12px}.flow-page-heading .heading-primary{font-size:24px}.application-shell{gap:16px;padding-top:24px}.application-heading h2{font-size:20px}.application-heading .text-note{text-align:left}.app-section{padding:18px}.app-section--video{margin-inline:calc(var(--content-gutter) * -1)}.video-frame iframe{aspect-ratio:16/10}.app-section .section-heading p{text-align:left}.pc-break{display:none}.consent-check{align-items:flex-start;font-size:14px}.pdf-modal__dialog{border-radius:var(--radius-md);width:calc(100% - 24px);max-width:none;height:calc(100dvh - 56px);margin:28px auto}.pdf-modal__header,.pdf-modal__footer{padding-inline:12px}.pdf-modal__header{padding-top:10px;padding-bottom:10px}.pdf-modal__header h2{font-size:15px;line-height:1.4}.pdf-modal__close{width:48px;min-width:48px;height:48px;font-size:28px}.pdf-modal__viewer{min-height:0}.pdf-modal__pages{gap:10px;padding:10px}.pdf-modal .pdf-modal__native-frame{display:none}.pdf-modal__footer{gap:8px;padding-top:10px;padding-bottom:10px}.pdf-modal__note{font-size:12px;line-height:1.5}.modal-agree-button{width:92%;min-width:0;margin-bottom:10px;padding:13px 12px;font-size:15px}.entry-shell{gap:16px;padding-top:24px}.entry-heading h2{font-size:24px}.sp-break{display:block}.entry-table__head{display:none}.entry-table__row,.entry-table--buyer .entry-table__row,.entry-table--seller .entry-table__row{grid-template-columns:1fr;gap:4px;padding:16px}.entry-table__amount,.entry-table__head-cell--amount,.entry-table__price,.entry-table--buyer .entry-table__unit-price,.entry-table--buyer .entry-table__row>div:nth-child(2),.entry-table--seller .entry-table__unit-price,.entry-table--seller .entry-table__sell-units,.entry-table--seller .entry-table__row>div:nth-child(2),.entry-table--seller .entry-table__row>div:nth-child(3){text-align:left}.entry-table--seller .entry-table__sell-units,.entry-table--seller .entry-table__row>div:nth-child(3){text-align:right}.entry-table--seller .entry-table__price,.entry-table--seller .entry-actions{justify-self:end}.entry-table--seller .entry-table__price{text-align:right}.entry-table--seller .entry-actions{justify-content:flex-end}.entry-table--buyer .entry-input-wrap{justify-content:space-between;width:100%}.entry-table--buyer .entry-input{flex:auto;width:100%;min-width:0;font-size:18px}.entry-table--buyer .entry-table__price{text-align:right}.entry-table__amount:before{content:"売却可能口数 ";color:var(--color-text-muted);margin-right:8px;font-size:14px;font-weight:400}.entry-table__unit-price:before{content:"単価（1口） ";color:#192c3c7a;margin-right:8px}.entry-table__price:before{content:"金額 ";color:#192c3c7a;margin-right:8px;font-size:14px;font-weight:400}.entry-actions{justify-content:flex-start;gap:8px}.entry-summary{margin-top:12px}.entry-summary__value{font-size:20px}.status-shell{gap:16px;padding-top:24px}.status-heading .heading-primary{font-size:24px}.status-modal__dialog{width:calc(100% - 16px);padding:16px}.status-modal__body h2{font-size:24px}.status-modal__close{top:8px;right:8px}.buyer-confirm-summary__head{display:none}.buyer-confirm-summary__item,.buyer-confirm-summary__total{grid-template-columns:1fr;gap:6px}.buyer-confirm-summary__item span:nth-child(2),.buyer-confirm-summary__head span:nth-child(2),.buyer-confirm-summary__item span:nth-child(3),.buyer-confirm-summary__head span:nth-child(3),.buyer-confirm-summary__total strong{text-align:left}.buyer-confirm-summary__total span{grid-column:auto}.buyer-confirm-modal__actions{grid-template-columns:1fr}.status-section--plain{padding:0}.status-section--plain .text-note{font-size:13px}.status-summary-bar,.status-summary-bar__meta{flex-direction:column;align-items:flex-start}.status-summary-bar__line{flex-direction:column;align-items:flex-start;gap:6px}.status-transfer-inline__item{grid-template-columns:1fr;gap:6px}.status-contract-card__summary{grid-template-columns:1fr}.status-contract-card__summary>*{border-bottom:0;padding:10px 12px}.status-contract-card__action,.status-contract-card__status{text-align:left}.section-heading--with-summary,.status-inline-meta{flex-direction:column;align-items:flex-start}.status-inline-meta{gap:10px}.status-summary-bar__meta{gap:14px}.status-summary-bar__value{font-size:24px}.transfer-guide__row{grid-template-columns:1fr;gap:6px}.seller-status-board__head{display:none}.seller-status-row{grid-template-columns:1fr;gap:10px;padding:16px}.seller-match-list{padding:0 16px 14px}.seller-match-item{grid-template-columns:1fr;align-items:flex-start;gap:10px}.seller-match-item__links{justify-content:flex-start}.agreement-shell{gap:16px;min-width:0;padding-top:24px}.agreement-heading .heading-primary{font-size:24px}.agreement-section{width:100%;min-width:0;padding:12px}.section-heading--with-action{flex-direction:column;align-items:flex-start}.agreement-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;margin-bottom:14px}.agreement-tab{border-radius:10px;width:100%;min-width:0;padding:8px}.agreement-tab.is-active:after{min-height:20px;padding:0 8px;font-size:10px;top:auto;bottom:10px;right:10px}.agreement-tab__name,.agreement-tab__meta{overflow-wrap:anywhere}.agreement-tab__name{font-size:13px;line-height:1.3}.agreement-tab__meta{margin-top:2px;font-size:13px;line-height:1.35}.agreement-tab__status{min-height:20px;margin-top:8px;padding:0 10px;font-size:12px}.agreement-detail__row{grid-template-columns:96px minmax(0,1fr);align-items:start;gap:6px;padding:8px 0}.agreement-detail dt,.agreement-detail dd{font-size:14px;line-height:1.5}.agreement-audit__heading,.agreement-audit__item{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.agreement-pdf iframe,.agreement-pdf__object{height:960px}.agreement-download-button{margin-left:auto}.agreement-section--center .agreement-form>.agreement-check{width:100%;max-width:100%}.agreement-current-fund{overflow-wrap:anywhere;font-size:14px;line-height:1.6}.agreement-current-fund__value{display:block}.agreement-check{text-align:left;justify-content:center;align-items:center;width:100%;padding:12px;font-size:14px;line-height:1.4}.agreement-check input{width:22px;height:22px;margin-top:0}.agreement-dependent{justify-items:stretch;gap:14px}.agreement-field{width:100%}.agreement-field label{font-size:14px}.agreement-field input{width:100%;min-height:56px;font-size:16px}.agreement-submit{justify-items:stretch}.agreement-submit-button{min-width:0;min-height:52px;font-size:16px}.agreement-submit .text-note{overflow-wrap:anywhere;font-size:13px;line-height:1.6}.agreement-back a{min-height:36px;padding:0 10px;font-size:14px}.agreement-page .text-note{font-size:13px}}.inline-link{color:var(--color-text);text-underline-offset:.14em;font-weight:700;text-decoration:underline}.status-page{background:var(--color-surface) url(/images/investor/background.png) top / contain no-repeat;min-height:100vh;padding-bottom:24px}.status-shell{flex-direction:column;gap:20px;padding-top:32px;display:flex}.status-heading .text-note{margin-top:8px}.status-info-note{min-height:36px;color:var(--color-surface);font-size:calc(var(--font-size-sm) + 2px);font-weight:var(--font-weight-bold);background:#43b7ff;border-radius:50px;justify-content:center;align-items:center;gap:8px;margin-bottom:8px;padding:6px 16px;display:inline-flex}.status-info-note:before{content:"";filter:brightness(0)invert();background:url(/images/investor/ico-check.svg) 50%/contain no-repeat;flex:0 0 16px;width:16px;height:16px}.status-deadline-note{color:#c63c46;font-weight:var(--font-weight-bold)}.status-heading{text-align:center;margin-top:12px}.status-heading .text-note{text-align:center}.status-finished-note{color:var(--color-text);font-size:calc(var(--font-size-sm) + 2px)}.status-heading.status-heading--long-note .text-note{text-align:left;padding-inline:24px}.status-heading .heading-primary{letter-spacing:.04em;font-size:28px;line-height:1.4}.transfer-guide--stacked .transfer-guide__row{grid-template-columns:32px minmax(0,1fr)}.transfer-guide--stacked dt{color:var(--color-text)}.status-modal[hidden]{display:none}.status-modal{z-index:1100;place-items:center;display:grid;position:fixed;inset:0}.status-modal__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;background:#192c3c8f;transition:opacity .22s;position:absolute;inset:0}.status-modal__dialog{border-radius:var(--radius-md);background:var(--color-surface);opacity:0;width:min(560px,100% - 32px);padding:28px 28px 24px;transition:opacity .22s;position:relative}.status-modal__dialog--alert{width:min(440px,100% - 32px)}.status-modal.is-visible .status-modal__backdrop,.status-modal.is-visible .status-modal__dialog{opacity:1}.status-modal__close{appearance:none;color:var(--color-text);cursor:pointer;background:0 0;border:0;font-size:28px;line-height:1;position:absolute;top:14px;right:14px}.status-modal__body{text-align:center}.status-modal__headline{justify-items:center;display:grid}.status-modal__icon{width:52px;height:52px;margin-bottom:10px}.status-modal__body h2{font-size:22px;line-height:1.6}.status-modal__body p{font-size:16px;line-height:1.8}.status-modal__headline+p{margin-top:18px}.status-modal__body p+p{margin-top:10px}.status-modal__button{appearance:none;background:var(--color-text);min-width:120px;min-height:42px;color:var(--color-surface);font:inherit;cursor:pointer;border:0;border-radius:999px;margin:20px auto 0;padding:0 18px;font-size:15px;font-weight:700}.status-modal__button--with-icon{justify-content:center;align-items:center;gap:8px;display:inline-flex}.status-modal__button--with-icon img{flex:none;width:14px;height:14px}.status-modal__button.is-confirmed{color:#192c3c99;cursor:default;background:#192c3c2e}.status-modal__body .seller-payment-modal__note{margin-top:12px;font-size:13px;line-height:1.7}.buyer-confirm-modal{width:min(596px,100% - 32px)}.buyer-confirm-modal__body{text-align:left}.buyer-confirm-modal__body h2,.buyer-confirm-modal__body>p{text-align:center}.buyer-confirm-modal__body h2{font-size:28px;line-height:1.4}.buyer-confirm-modal__body>p{color:var(--color-text-muted);margin-top:4px;font-size:14px;line-height:1.7}.buyer-confirm-summary{border:1px solid var(--color-border);border-radius:var(--radius-md);margin-top:20px;overflow:hidden}.buyer-confirm-summary__head,.buyer-confirm-summary__item,.buyer-confirm-summary__total{grid-template-columns:minmax(0,1.6fr) 60px 160px;align-items:center;gap:16px;display:grid}.buyer-confirm-summary__head{color:var(--color-text-muted);background:#192c3c0a;padding:14px 18px;font-size:13px;font-weight:700}.buyer-confirm-summary__list{display:grid}.buyer-confirm-summary__item{border-top:1px solid var(--color-border);padding:16px 18px}.buyer-confirm-summary__item strong,.buyer-confirm-summary__item span{font-size:15px;line-height:1.6}.buyer-confirm-summary__item span:nth-child(2),.buyer-confirm-summary__head span:nth-child(2){text-align:center}.buyer-confirm-summary__item span:nth-child(3),.buyer-confirm-summary__head span:nth-child(3),.buyer-confirm-summary__total strong{text-align:right}.buyer-confirm-summary__empty{border-top:1px solid var(--color-border);color:var(--color-text-muted);text-align:center;padding:18px;font-size:14px}.buyer-confirm-summary__total{border-top:1px solid var(--color-border);background:0 0;padding:16px 18px}.buyer-confirm-summary__total span{color:var(--color-text-muted);grid-column:1/3;font-size:14px;font-weight:700}.buyer-confirm-summary__total strong{font-size:24px;line-height:1.2}.buyer-confirm-modal__actions{grid-template-columns:minmax(0,280px);justify-content:center;gap:10px;margin-top:20px;display:grid}.buyer-confirm-modal__button{will-change:transform, filter;width:100%;min-width:0;min-height:0;margin:0;padding:14px 26px;font-size:16px;transition:transform .26s cubic-bezier(.16,1,.3,1),filter .26s;transform:translateZ(0)}.buyer-confirm-modal__primary{background:#2d6df6}.buyer-confirm-modal__primary--seller{background:#c63c46}.buyer-confirm-modal__primary:hover:not(:disabled){filter:none;transform:scale(1.02)}.buyer-confirm-modal__primary:focus-visible{outline-offset:3px;outline:3px solid #2d6df629}.buyer-confirm-modal__primary--seller:focus-visible{outline:3px solid #c63c4629}.buyer-confirm-modal__primary:active:not(:disabled){transition-duration:90ms;transform:scale(.985)}.buyer-confirm-modal__primary:disabled{color:#192c3c7a;cursor:not-allowed;background:#192c3c2e}.buyer-confirm-modal__cancel{appearance:none;color:#192c3c7a;font:inherit;cursor:pointer;text-align:center;background:0 0;border:0;padding:0;font-size:13px;font-weight:500;line-height:1.5}.buyer-confirm-modal__cancel:hover{color:#192c3cb8}.status-section{box-shadow:none;padding:24px}.status-section--plain{background:0 0;border:0;gap:8px;padding:0;display:grid}.contact-note{text-align:center;margin-top:0}.contact-note .text-note{color:var(--color-text-muted)}.entry-form .contact-note{text-align:left}.payment-transfer-card{border-color:#0c88166b}.status-table-wrap{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow-x:auto}.status-table{border-collapse:collapse;width:100%;min-width:720px}.status-table th,.status-table td{border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle;padding:16px 12px}.status-table th{color:var(--color-text-muted);padding-top:16px;font-size:14px;font-weight:700}.status-table th:last-child,.status-table td:last-child{text-align:right}.status-table tbody tr:last-child td{border-bottom:0}.status-table__composite-row td,.status-table__detail-row td{border-top:0;padding:0}.status-table__parent-row td{border-bottom:0}.status-contract-card{background:0 0;padding:0}.status-contract-card__summary{grid-template-columns:40% 10% 15% 17% 18%;align-items:center;display:grid}.status-contract-card__summary>*{border-bottom:1px solid var(--color-border);padding:16px 12px}.status-contract-card__action,.status-contract-card__status{text-align:right}.status-contract-card__fund,.status-contract-card__amount,.status-contract-card__units{color:var(--color-text);text-align:left;font-size:14px;font-weight:400}.status-contract-card__fund{white-space:nowrap}.status-transfer-inline{text-align:left;background:#4e9de71f;border-radius:6px;gap:8px;margin:0 8px 8px;padding:10px 12px 12px;display:grid}.status-transfer-inline--alert{background:#c63c461f}.status-transfer-inline__note{color:#192c3cc7;text-align:left;margin:0;font-size:14px;line-height:1.5}.status-transfer-inline__actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.status-transfer-inline__actions .status-transfer-inline__note{flex:auto}.status-transfer-inline__bankbox{background:#fff;border-radius:4px;padding:0}.status-transfer-inline__list{gap:0;margin:0;display:grid}.status-transfer-inline__item{border-top:1px solid #192c3c1f;grid-template-columns:96px minmax(0,1fr);gap:16px;padding:8px 12px;display:grid}.status-transfer-inline__item:first-child{border-top:0}.status-transfer-inline__item:last-child{border-bottom:0}.status-transfer-inline__item dt{color:var(--color-text-muted);text-align:left;font-size:13px;font-weight:700}.status-transfer-inline__item dd{color:var(--color-text);text-align:left;margin:0;font-size:14px;font-weight:700;line-height:1.5}.status-transfer-upload{background:#fff;border-radius:4px;padding:8px 12px}.status-transfer-upload__note{color:#192c3cc7;margin:0;font-size:14px;line-height:1.5}.status-transfer-upload__actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;margin-top:8px;display:flex}.status-transfer-upload__button{border:2px solid var(--color-border);min-width:140px;min-height:36px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:14px;transition:opacity .2s;display:inline-flex;position:relative}.status-transfer-upload__button img{flex:none;width:16px;height:16px}.status-transfer-upload__button:hover{opacity:.72}.status-transfer-upload__button input{opacity:0;cursor:pointer;position:absolute;inset:0}.status-transfer-upload__submit{color:#fff;cursor:pointer;background:#2d6df6;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:100px;min-height:36px;padding:0 10px;font-size:15px;font-weight:700;transition:opacity .2s;display:inline-flex}.status-transfer-upload__submit:hover{opacity:.72}.status-transfer-upload__file{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;display:inline-flex}.status-transfer-upload__file[hidden]{display:none}.status-transfer-upload__filename{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;max-width:280px;font-size:14px;font-weight:700;line-height:1.4;overflow:hidden}.status-transfer-upload__remove{color:#d13f4d;cursor:pointer;background:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;min-height:36px;font-size:14px;font-weight:700;transition:opacity .2s;display:inline-flex}.status-transfer-upload__remove:hover{opacity:.72}.section-heading--with-summary{justify-content:space-between;align-items:center;gap:16px;display:flex}.status-inline-meta{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:16px;display:flex}.status-inline-meta__date{color:var(--color-text-muted);font-size:14px;font-weight:400;line-height:1.7}.status-summary-bar{justify-content:space-between;align-items:flex-start;gap:16px;padding-top:16px;display:flex}.status-summary-bar__total,.status-summary-bar__date,.status-summary-bar__status,.status-summary-bar__action{gap:8px;display:grid}.status-summary-bar__total{text-align:right;margin-left:auto;display:block}.status-summary-bar__date{justify-self:flex-start}.status-log+.status-summary-bar__date{text-align:right;justify-self:stretch;margin-top:12px}.status-summary-bar__meta{align-items:center;gap:24px;display:flex}.status-summary-bar__label{color:var(--color-text-muted);font-size:13px;font-weight:700;line-height:1.5}.status-summary-bar__line{color:#192c3cad;justify-content:flex-end;align-items:center;gap:16px;font-size:16px;font-weight:400;line-height:1.5;display:flex}.status-summary-bar__value{color:var(--color-text);font-size:16px;font-weight:700;line-height:1.5}.status-log{background:#192c3c0a;border-radius:12px;gap:2px;margin-top:12px;padding:14px 16px;display:grid}.status-log__heading{justify-content:flex-start;align-items:center;gap:12px;margin-bottom:4px;display:flex}.status-log__note{color:var(--color-text-muted);font-size:14px;font-weight:700;line-height:1.5}.status-log__title{color:var(--color-text);font-size:14px;font-weight:700;line-height:1.5}.status-log__item{color:var(--color-text-muted);grid-template-columns:118px minmax(0,1fr);align-items:start;gap:8px;font-size:14px;line-height:1.7;display:grid}.status-log__time{white-space:nowrap}.status-log__body{min-width:0}.status-log__highlight{color:#43b7ff;font-weight:700}.status-inline-note{margin-top:12px}.status-inline-meta__line{white-space:nowrap;align-items:center;gap:12px;margin:12px 0 0;display:inline-flex}.buyer-status-inline-note{text-align:right;margin-left:auto;display:block}.status-floating-actions{max-width:calc(100vw - 48px)}.status-floating-actions__button{flex:none}.status-chip{min-height:32px;color:var(--color-success);background:#0c88161a;border-radius:999px;align-items:center;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}.status-chip--partial{color:#9a52cf;background:#b469e81f}.status-chip--pending{color:#b33d47;background:#c63c461f}.status-chip--progress{color:var(--color-surface);background:#df5b86}.status-chip--success{color:#0f7fc2;background:#48aef02e;gap:6px}.status-chip--success:before{content:"✓";font-size:13px;line-height:1}.status-chip--reviewing{color:#c87a12;background:#fff3c4}.status-chip--success img{object-fit:contain;width:14px;height:14px}.status-chip--matched{color:var(--color-surface);background:#43b7ff;gap:6px}.status-chip--matched img{object-fit:contain;width:14px;height:14px}.status-chip--waiting{color:#b33d47;background:#c63c461f}.status-chip--muted{color:#192c3c8f;background:#192c3c14}.status-contract-steps{flex-wrap:wrap;gap:8px;display:flex}.status-contract-steps--header{justify-content:flex-start}.status-contract-steps__heading{color:#192c3cad;text-align:center;min-width:92px;font-size:14px;font-weight:700}.status-contract-steps__item{display:inline-flex}.status-contract-steps__item.is-complete{color:var(--color-success)}.status-contract-steps__label{white-space:nowrap}.status-contract-steps__value{min-height:26px;padding:0 10px;font-size:13px;line-height:1}.status-table--buyer-contract-main th:first-child,.status-table--buyer-contract-main td:first-child,.status-table--buyer-finished th:first-child,.status-table--buyer-finished td:first-child,.status-table--buyer-contract-confirm th:first-child,.status-table--buyer-contract-confirm td:first-child{width:34%}.status-table--buyer-contract-main th:nth-child(2),.status-table--buyer-contract-main td:nth-child(2),.status-table--buyer-finished th:nth-child(2),.status-table--buyer-finished td:nth-child(2),.status-table--buyer-contract-confirm th:nth-child(2),.status-table--buyer-contract-confirm td:nth-child(2){text-align:left;white-space:nowrap;width:18%}.status-table--buyer-contract-main th:nth-child(3),.status-table--buyer-contract-main td:nth-child(3),.status-table--buyer-finished th:nth-child(3),.status-table--buyer-finished td:nth-child(3),.status-table--buyer-contract-confirm th:nth-child(3),.status-table--buyer-contract-confirm td:nth-child(3){width:36%}.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps,.status-table--buyer-finished td:nth-child(3) .status-contract-steps,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps{flex-wrap:nowrap;gap:8px}.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps__item,.status-table--buyer-finished td:nth-child(3) .status-contract-steps__item,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps__item{justify-content:center;min-width:92px}.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps__value,.status-table--buyer-finished td:nth-child(3) .status-contract-steps__value,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps__value{white-space:nowrap;justify-content:center;min-width:92px}.status-table--buyer-finished th:nth-child(4),.status-table--buyer-finished td:nth-child(4),.status-table--buyer-contract-confirm th:nth-child(4),.status-table--buyer-contract-confirm td:nth-child(4){text-align:center;width:12%}.status-table--buyer-finished td:nth-child(4),.status-table--buyer-contract-confirm td:nth-child(4){vertical-align:middle}.status-table--buyer-finished td:nth-child(4) .status-table-action,.status-table--buyer-finished td:nth-child(4) .status-table-actions,.status-table--buyer-contract-confirm td:nth-child(4) .status-table-action,.status-table--buyer-contract-confirm td:nth-child(4) .status-table-actions{margin-inline:auto}.status-cancel-button{appearance:none;background:var(--color-surface);min-width:96px;color:var(--color-text);font:inherit;cursor:pointer;border:1px solid #192c3c2e;border-radius:999px;padding:9px 14px;font-size:14px;font-weight:700;transition:transform .26s cubic-bezier(.16,1,.3,1),opacity .2s}.status-cancel-button:hover{transform:scale(1.02)}.status-cancel-text{appearance:none;color:#192c3c80;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:500;line-height:1.5;transition:opacity .2s}.status-cancel-text:hover{opacity:.72}.status-action-link{background:var(--color-text);min-height:36px;color:var(--color-surface);border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:opacity .2s;display:inline-flex}.status-action-link:hover{opacity:.78}.status-summary-bar__button{min-width:164px;margin-top:12px;margin-bottom:20px}.status-summary-bar__button--primary{min-width:236px;min-height:52px;padding:0 28px;font-size:18px}.status-table-action{background:var(--color-surface);min-width:108px;min-height:38px;color:var(--color-text);white-space:nowrap;border:1px solid #192c3c2e;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:opacity .2s;display:inline-flex}.status-table-action:hover{opacity:.78}.status-table-action:disabled,.status-table-action[aria-disabled=true]{opacity:.4;cursor:not-allowed;pointer-events:none}.status-table-action--alert{color:#fff;background:#c63c46;border-color:#c63c46}.status-table-action--primary{border-color:var(--color-text);background:var(--color-text);color:#fff}.status-table-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.status-table--buyer-contract,.status-table--seller-contract{table-layout:fixed}.status-table--buyer-contract-main,.status-table--buyer-contract-confirm,.status-table--buyer-finished,.status-table--seller-contract-main,.status-table--seller-contract-confirm,.status-table--seller-finished{--contract-step-gap:6px;--contract-step-width:92px;--contract-steps-total-width:calc((var(--contract-step-width) * 3) + (var(--contract-step-gap) * 2));--contract-action-width:136px;--contract-fund-width:200px;--contract-amount-width:176px}.status-table--buyer-contract-main th:nth-child(2),.status-table--buyer-contract-main td:nth-child(2),.status-table--buyer-contract-confirm th:nth-child(2),.status-table--buyer-contract-confirm td:nth-child(2),.status-table--buyer-finished th:nth-child(2),.status-table--buyer-finished td:nth-child(2),.status-table--seller-contract-main th:nth-child(2),.status-table--seller-contract-main td:nth-child(2),.status-table--seller-contract-confirm th:nth-child(2),.status-table--seller-contract-confirm td:nth-child(2),.status-table--seller-finished th:nth-child(2),.status-table--seller-finished td:nth-child(2){text-align:left;white-space:nowrap}.status-table--buyer-contract-main th:nth-child(3),.status-table--buyer-contract-main td:nth-child(3),.status-table--buyer-contract-confirm th:nth-child(3),.status-table--buyer-contract-confirm td:nth-child(3),.status-table--buyer-finished th:nth-child(3),.status-table--buyer-finished td:nth-child(3),.status-table--seller-contract-main th:nth-child(3),.status-table--seller-contract-main td:nth-child(3),.status-table--seller-contract-confirm th:nth-child(3),.status-table--seller-contract-confirm td:nth-child(3),.status-table--seller-finished th:nth-child(3),.status-table--seller-finished td:nth-child(3){min-width:var(--contract-steps-total-width)}.status-table--buyer-contract-main th:nth-child(3) .status-contract-steps,.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps,.status-table--buyer-contract-confirm th:nth-child(3) .status-contract-steps,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps,.status-table--buyer-finished th:nth-child(3) .status-contract-steps,.status-table--buyer-finished td:nth-child(3) .status-contract-steps,.status-table--seller-contract-main th:nth-child(3) .status-contract-steps,.status-table--seller-contract-main td:nth-child(3) .status-contract-steps,.status-table--seller-contract-confirm th:nth-child(3) .status-contract-steps,.status-table--seller-contract-confirm td:nth-child(3) .status-contract-steps,.status-table--seller-finished th:nth-child(3) .status-contract-steps,.status-table--seller-finished td:nth-child(3) .status-contract-steps{grid-template-columns:repeat(3, var(--contract-step-width));gap:var(--contract-step-gap);width:var(--contract-steps-total-width);min-width:var(--contract-steps-total-width);flex-wrap:nowrap;justify-content:start;display:grid}.status-table--buyer-contract-main th:nth-child(3) .status-contract-steps__heading,.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps__item,.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps__value,.status-table--buyer-contract-confirm th:nth-child(3) .status-contract-steps__heading,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps__item,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps__value,.status-table--buyer-finished th:nth-child(3) .status-contract-steps__heading,.status-table--buyer-finished td:nth-child(3) .status-contract-steps__item,.status-table--buyer-finished td:nth-child(3) .status-contract-steps__value,.status-table--seller-contract-main th:nth-child(3) .status-contract-steps__heading,.status-table--seller-contract-main td:nth-child(3) .status-contract-steps__item,.status-table--seller-contract-main td:nth-child(3) .status-contract-steps__value,.status-table--seller-contract-confirm th:nth-child(3) .status-contract-steps__heading,.status-table--seller-contract-confirm td:nth-child(3) .status-contract-steps__item,.status-table--seller-contract-confirm td:nth-child(3) .status-contract-steps__value,.status-table--seller-finished th:nth-child(3) .status-contract-steps__heading,.status-table--seller-finished td:nth-child(3) .status-contract-steps__item,.status-table--seller-finished td:nth-child(3) .status-contract-steps__value{width:var(--contract-step-width);min-width:var(--contract-step-width);flex:0 0 var(--contract-step-width)}.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps__item,.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps__value,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps__item,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps__value,.status-table--buyer-finished td:nth-child(3) .status-contract-steps__item,.status-table--buyer-finished td:nth-child(3) .status-contract-steps__value,.status-table--seller-contract-main td:nth-child(3) .status-contract-steps__item,.status-table--seller-contract-main td:nth-child(3) .status-contract-steps__value,.status-table--seller-contract-confirm td:nth-child(3) .status-contract-steps__item,.status-table--seller-contract-confirm td:nth-child(3) .status-contract-steps__value,.status-table--seller-finished td:nth-child(3) .status-contract-steps__item,.status-table--seller-finished td:nth-child(3) .status-contract-steps__value{justify-content:center}.status-table--buyer-contract-main td:nth-child(3) .status-chip,.status-table--buyer-contract-confirm td:nth-child(3) .status-chip,.status-table--buyer-finished td:nth-child(3) .status-chip,.status-table--seller-contract-main td:nth-child(3) .status-chip,.status-table--seller-contract-confirm td:nth-child(3) .status-chip,.status-table--seller-finished td:nth-child(3) .status-chip{white-space:nowrap;padding-left:22px;padding-right:22px}.status-table--buyer-contract-confirm th:nth-child(4),.status-table--buyer-contract-confirm td:nth-child(4),.status-table--buyer-finished th:nth-child(4),.status-table--buyer-finished td:nth-child(4),.status-table--seller-contract-confirm th:nth-child(4),.status-table--seller-contract-confirm td:nth-child(4),.status-table--seller-finished th:nth-child(4),.status-table--seller-finished td:nth-child(4){text-align:center;vertical-align:middle;min-width:var(--contract-action-width)}.status-table--buyer-contract-confirm td:nth-child(4) .status-table-actions,.status-table--buyer-finished td:nth-child(4) .status-table-actions,.status-table--seller-contract-confirm td:nth-child(4) .status-table-actions,.status-table--seller-finished td:nth-child(4) .status-table-actions{justify-content:center;width:100%}.status-table--buyer-contract-confirm td:nth-child(4) .status-table-action,.status-table--buyer-contract-confirm td:nth-child(4) .status-table-actions,.status-table--buyer-finished td:nth-child(4) .status-table-action,.status-table--buyer-finished td:nth-child(4) .status-table-actions,.status-table--seller-contract-confirm td:nth-child(4) .status-table-action,.status-table--seller-contract-confirm td:nth-child(4) .status-table-actions,.status-table--seller-finished td:nth-child(4) .status-table-action,.status-table--seller-finished td:nth-child(4) .status-table-actions{margin-inline:auto}.status-table--buyer-contract-confirm td:nth-child(3),.status-table--buyer-finished td:nth-child(3),.status-table--seller-contract-confirm td:nth-child(3),.status-table--seller-finished td:nth-child(3){padding-right:6px}.status-table--buyer-contract-confirm th:nth-child(4),.status-table--buyer-contract-confirm td:nth-child(4),.status-table--buyer-finished th:nth-child(4),.status-table--buyer-finished td:nth-child(4),.status-table--seller-contract-confirm th:nth-child(4),.status-table--seller-contract-confirm td:nth-child(4),.status-table--seller-finished th:nth-child(4),.status-table--seller-finished td:nth-child(4){padding-left:6px;padding-right:8px}.status-table--buyer-contract-main th:first-child,.status-table--buyer-contract-main td:first-child{width:230px}.status-table--buyer-contract-main th:nth-child(2),.status-table--buyer-contract-main td:nth-child(2){width:186px}.status-table--buyer-contract-main th:nth-child(3),.status-table--buyer-contract-main td:nth-child(3){width:calc(var(--contract-steps-total-width) + 24px)}.status-table--buyer-contract-confirm th:first-child,.status-table--buyer-contract-confirm td:first-child,.status-table--buyer-finished th:first-child,.status-table--buyer-finished td:first-child{width:190px}.status-table--buyer-contract-confirm th:nth-child(2),.status-table--buyer-contract-confirm td:nth-child(2),.status-table--buyer-finished th:nth-child(2),.status-table--buyer-finished td:nth-child(2){width:166px}.status-table--buyer-contract-confirm th:nth-child(3),.status-table--buyer-contract-confirm td:nth-child(3),.status-table--buyer-finished th:nth-child(3),.status-table--buyer-finished td:nth-child(3){width:calc(var(--contract-steps-total-width) + 24px)}.status-table--buyer-contract-confirm th:nth-child(4),.status-table--buyer-contract-confirm td:nth-child(4),.status-table--buyer-finished th:nth-child(4),.status-table--buyer-finished td:nth-child(4){width:var(--contract-action-width)}.status-table--seller-contract-main th:first-child,.status-table--seller-contract-main td:first-child{width:230px}.status-table--seller-contract-main th:nth-child(2),.status-table--seller-contract-main td:nth-child(2){width:186px}.status-table--seller-contract-main th:nth-child(3),.status-table--seller-contract-main td:nth-child(3){width:calc(var(--contract-steps-total-width) + 24px)}.status-table--seller-contract-confirm th:first-child,.status-table--seller-contract-confirm td:first-child,.status-table--seller-finished th:first-child,.status-table--seller-finished td:first-child{width:190px}.status-table--seller-contract-confirm th:nth-child(2),.status-table--seller-contract-confirm td:nth-child(2),.status-table--seller-finished th:nth-child(2),.status-table--seller-finished td:nth-child(2){width:166px}.status-table--seller-contract-confirm th:nth-child(3),.status-table--seller-contract-confirm td:nth-child(3),.status-table--seller-finished th:nth-child(3),.status-table--seller-finished td:nth-child(3){width:calc(var(--contract-steps-total-width) + 24px)}.status-table--seller-contract-confirm th:nth-child(4),.status-table--seller-contract-confirm td:nth-child(4),.status-table--seller-finished th:nth-child(4),.status-table--seller-finished td:nth-child(4){width:var(--contract-action-width)}.status-action-panel{background:#0c881614;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.status-action-panel__body{gap:8px;display:grid}.status-action-panel__body h2{font-size:24px;line-height:1.4}.status-action-panel__body p{color:#192c3cb8;font-size:15px;line-height:1.7}.status-action-panel__button{background:var(--color-primary);min-width:180px;min-height:48px;color:var(--color-surface);border-radius:999px;justify-content:center;align-items:center;padding:0 24px;font-size:16px;font-weight:700;line-height:1;text-decoration:none;transition:transform .26s cubic-bezier(.16,1,.3,1),opacity .2s;display:inline-flex}.status-action-panel__button:hover{transform:scale(1.02)}.transfer-guide{gap:14px;display:grid}.transfer-guide__row{border-bottom:1px solid var(--color-border);grid-template-columns:120px minmax(0,1fr);gap:20px;padding:14px 0;display:grid}.transfer-guide__row:first-child{padding-top:0}.transfer-guide__row:last-child{border-bottom:0;padding-bottom:0}.transfer-guide dt{color:var(--color-text-muted);font-size:14px;font-weight:700}.transfer-guide dd{margin:0;font-size:16px;font-weight:700;line-height:1.7}.seller-contract-summary-bar__notes{width:100%}.seller-contract-summary-bar__note+.seller-contract-summary-bar__note{margin-top:8px}@media (width<=767px){.status-heading .heading-primary{font-size:24px}.status-heading.status-heading--long-note .text-note{padding-inline:0}.status-modal__body p{font-size:14px;line-height:1.6}.status-section{padding:12px}.status-section--plain{padding:0}.buyer-status-heading,.seller-status-heading{flex-direction:row;align-items:center;margin-bottom:10px}.buyer-status-heading h2,.seller-status-heading h2{font-size:18px}.status-heading .seller-contract-heading-note{text-align:left!important}.buyer-contract-heading{justify-content:flex-start;margin-bottom:10px}.buyer-contract-heading h2{text-align:left;font-size:18px}.seller-contract-heading{justify-content:flex-start;margin-bottom:10px}.seller-contract-heading h2{text-align:left;font-size:18px}.status-heading .status-info-note{margin-inline:-6px;padding-inline:22px}.status-transfer-inline{margin:-12px 0 -4px}.buyer-contract-summary-bar__total,.buyer-contract-summary-bar__total .status-summary-bar__line{text-align:right;justify-content:flex-end;align-items:flex-end;width:100%}.buyer-contract-summary-bar__total,.buyer-contract-summary-bar__note{width:100%;text-align:right!important}.buyer-contract-summary-bar__total .status-summary-bar__button{width:100%;max-width:none}.seller-contract-summary-bar__total,.seller-contract-summary-bar__total .status-summary-bar__line{text-align:right;justify-content:flex-end;align-items:flex-end;width:100%}.seller-contract-summary-bar__total{width:100%;text-align:right!important}.seller-contract-summary-bar__note{width:100%;margin:0;text-align:left!important}.seller-contract-summary-bar__total .status-summary-bar__button{width:100%;max-width:none}.buyer-status-heading__meta,.seller-status-heading__meta{flex-direction:row;align-items:center;margin-left:auto}.buyer-status-summary-bar__total{order:1}.buyer-status-summary-bar__note{order:2}.buyer-status-summary-bar__note br{display:none}.seller-status-summary-bar__total{text-align:right;order:1;width:100%}.seller-status-summary-bar__total .status-summary-bar__line{text-align:right;justify-content:flex-end;align-items:flex-end;width:100%}.seller-status-summary-bar__note{order:2;width:100%;text-align:left!important}.seller-status-summary-bar__note br{display:none}.status-log__item{grid-template-columns:1fr;gap:2px}.status-log__item+.status-log__item,.status-log .text-note{border-top:1px solid var(--color-border);padding-top:12px}.status-table--buyer-status,.status-table--seller-status{min-width:0}.status-table--buyer-status thead,.status-table--seller-status thead{display:none}.status-table--buyer-status tbody,.status-table--seller-status tbody{display:grid}.status-table--buyer-status tr,.status-table--seller-status tr{grid-template-columns:1fr;gap:2px;padding:14px 16px;display:grid}.status-table--buyer-status tr:not(:last-child),.status-table--seller-status tr:not(:last-child){border-bottom:1px solid var(--color-border)}.status-table--buyer-status td,.status-table--seller-status td{border-bottom:0;justify-content:space-between;align-items:baseline;gap:12px;padding:0;display:flex}.status-table--buyer-status td:first-child,.status-table--seller-status td:first-child{font-size:16px;font-weight:700;line-height:1.5;display:block}.status-table--buyer-status td:nth-child(2):before,.status-table--seller-status td:nth-child(2):before,.status-table--buyer-status td:nth-child(3):before,.status-table--seller-status td:nth-child(3):before{color:var(--color-text-muted);font-size:14px;font-weight:400}.status-table--buyer-status td:nth-child(2):before{content:"購入口数"}.status-table--seller-status td:nth-child(2):before{content:"売却口数"}.status-table--buyer-status td:nth-child(3):before,.status-table--seller-status td:nth-child(3):before{content:"金額"}.status-table--buyer-status td:last-child,.status-table--seller-status td:last-child{text-align:right}.status-inline-meta__line{white-space:normal;gap:4px;display:grid}.status-summary-bar__date,.status-inline-meta__line{justify-items:end}.status-inline-meta__line>span{text-align:left!important;margin-left:0!important}.status-inline-meta__line>.buyer-status-inline-note{width:100%;font-size:13px;text-align:right!important}.status-floating-actions{justify-content:flex-end;max-width:calc(100vw - 24px);gap:10px!important;bottom:12px!important;left:auto!important;right:12px!important}.buyer-confirm-modal{width:calc(100% - 16px);padding:24px 16px 16px}.buyer-confirm-modal__body h2{font-size:20px}.buyer-confirm-summary__head{display:none}.buyer-confirm-summary__item{grid-template-columns:1fr;gap:2px;padding:10px}.buyer-confirm-summary__item strong,.buyer-confirm-summary__item span{text-align:left;display:block}.buyer-confirm-summary__item strong{word-break:break-word;font-size:16px;line-height:1.55}.buyer-confirm-summary__item span:nth-child(2):before{content:"購入口数 ";color:var(--color-text-muted);font-size:14px;font-weight:400}.buyer-confirm-summary__item span:nth-child(2){text-align:left}.buyer-confirm-summary__item span:nth-child(3){text-align:right}.buyer-confirm-summary__item span:nth-child(3):before{content:"金額 ";float:left;color:var(--color-text-muted);font-size:14px;font-weight:400}.buyer-confirm-summary__total{grid-template-columns:1fr;gap:6px;padding:14px 16px}.buyer-confirm-summary__total span{text-align:left;grid-column:auto}.buyer-confirm-summary__total strong{text-align:right;font-size:20px}.status-table--buyer-contract th,.status-table--buyer-contract td{padding:14px 8px;font-size:14px}.status-table--buyer-contract{table-layout:fixed}.status-table--buyer-contract td{line-height:1.5}.status-table--buyer-contract-action{min-width:840px}.status-table--buyer-contract-action td:nth-child(4) .status-table-action,.status-table--buyer-contract-action td:nth-child(4) .status-table-actions{margin-inline:auto}.status-table--buyer-contract-action td:nth-child(4) .status-table-action{min-width:0;padding:0 14px;font-size:13px}.status-table--seller-contract th,.status-table--seller-contract td{padding:14px 8px;font-size:14px}.status-table--seller-contract{table-layout:fixed}.status-table--seller-contract td{line-height:1.5}.status-table--seller-contract-action{min-width:840px}.status-table--seller-contract-action td:nth-child(4) .status-table-action,.status-table--seller-contract-action td:nth-child(4) .status-table-actions{margin-inline:auto}.status-table--seller-contract-action td:nth-child(4) .status-table-action{min-width:0;padding:0 14px;font-size:13px}.status-table--buyer-contract-main{min-width:470px}.status-table--buyer-contract-main,.status-table--buyer-contract-confirm,.status-table--buyer-finished,.status-table--seller-contract-main,.status-table--seller-contract-confirm,.status-table--seller-finished{--contract-step-gap:4px;--contract-step-width:88px;--contract-steps-total-width:calc((var(--contract-step-width) * 3) + (var(--contract-step-gap) * 2));--contract-action-width:160px;--contract-fund-width:110px;--contract-amount-width:148px}.status-table--buyer-contract-main th:first-child,.status-table--buyer-contract-main td:first-child{width:96px}.status-table--buyer-contract-main th:nth-child(2),.status-table--buyer-contract-main td:nth-child(2){width:152px}.status-table--buyer-contract-main th:nth-child(3),.status-table--buyer-contract-main td:nth-child(3){width:calc(var(--contract-steps-total-width) + 20px)}.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps__value{padding-left:8px;padding-right:8px;font-size:12px}.status-table--buyer-contract-confirm{min-width:580px}.status-table--buyer-contract-confirm th:first-child,.status-table--buyer-contract-confirm td:first-child{width:var(--contract-fund-width)}.status-table--buyer-contract-confirm th:nth-child(2),.status-table--buyer-contract-confirm td:nth-child(2){width:var(--contract-amount-width)}.status-table--buyer-finished{min-width:560px}.status-table--buyer-finished th:first-child,.status-table--buyer-finished td:first-child{width:96px}.status-table--buyer-finished th:nth-child(2),.status-table--buyer-finished td:nth-child(2){width:140px}.status-table--buyer-finished th:nth-child(3),.status-table--buyer-finished td:nth-child(3){width:calc(var(--contract-steps-total-width) + 16px)}.status-table--buyer-finished th:nth-child(4),.status-table--buyer-finished td:nth-child(4){width:150px}.status-table--buyer-finished td:nth-child(3) .status-contract-steps__value{padding-left:8px;padding-right:8px;font-size:12px}.status-table--seller-contract-main{min-width:470px}.status-table--seller-contract-main th:first-child,.status-table--seller-contract-main td:first-child{width:96px}.status-table--seller-contract-main th:nth-child(2),.status-table--seller-contract-main td:nth-child(2){width:152px}.status-table--seller-contract-main th:nth-child(3),.status-table--seller-contract-main td:nth-child(3){width:calc(var(--contract-steps-total-width) + 20px)}.status-table--seller-contract-main td:nth-child(3) .status-contract-steps__value{padding-left:8px;padding-right:8px;font-size:12px}.status-table--seller-contract-confirm{min-width:580px}.status-table--seller-contract-confirm th:first-child,.status-table--seller-contract-confirm td:first-child{width:var(--contract-fund-width)}.status-table--seller-contract-confirm th:nth-child(2),.status-table--seller-contract-confirm td:nth-child(2){width:var(--contract-amount-width)}.status-table--seller-finished{min-width:560px}.status-table--seller-finished th:first-child,.status-table--seller-finished td:first-child{width:96px}.status-table--seller-finished th:nth-child(2),.status-table--seller-finished td:nth-child(2){width:160px}.status-table--seller-finished th:nth-child(3),.status-table--seller-finished td:nth-child(3){width:calc(var(--contract-steps-total-width) + 16px)}.status-table--seller-finished th:nth-child(4),.status-table--seller-finished td:nth-child(4){width:150px}.status-table--seller-finished td:nth-child(3) .status-contract-steps__value{padding-left:8px;padding-right:8px;font-size:12px}.status-table--buyer-contract-main th:nth-child(3) .status-contract-steps,.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps,.status-table--buyer-contract-confirm th:nth-child(3) .status-contract-steps,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps,.status-table--buyer-finished th:nth-child(3) .status-contract-steps,.status-table--buyer-finished td:nth-child(3) .status-contract-steps,.status-table--seller-contract-main th:nth-child(3) .status-contract-steps,.status-table--seller-contract-main td:nth-child(3) .status-contract-steps,.status-table--seller-contract-confirm th:nth-child(3) .status-contract-steps,.status-table--seller-contract-confirm td:nth-child(3) .status-contract-steps,.status-table--seller-finished th:nth-child(3) .status-contract-steps,.status-table--seller-finished td:nth-child(3) .status-contract-steps{grid-template-columns:repeat(3, var(--contract-step-width));gap:var(--contract-step-gap);width:var(--contract-steps-total-width);min-width:var(--contract-steps-total-width);display:grid}.status-table--buyer-contract-main th:nth-child(3) .status-contract-steps__heading,.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps__item,.status-table--buyer-contract-main td:nth-child(3) .status-contract-steps__value,.status-table--buyer-contract-confirm th:nth-child(3) .status-contract-steps__heading,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps__item,.status-table--buyer-contract-confirm td:nth-child(3) .status-contract-steps__value,.status-table--buyer-finished th:nth-child(3) .status-contract-steps__heading,.status-table--buyer-finished td:nth-child(3) .status-contract-steps__item,.status-table--buyer-finished td:nth-child(3) .status-contract-steps__value,.status-table--seller-contract-main th:nth-child(3) .status-contract-steps__heading,.status-table--seller-contract-main td:nth-child(3) .status-contract-steps__item,.status-table--seller-contract-main td:nth-child(3) .status-contract-steps__value,.status-table--seller-contract-confirm th:nth-child(3) .status-contract-steps__heading,.status-table--seller-contract-confirm td:nth-child(3) .status-contract-steps__item,.status-table--seller-contract-confirm td:nth-child(3) .status-contract-steps__value,.status-table--seller-finished th:nth-child(3) .status-contract-steps__heading,.status-table--seller-finished td:nth-child(3) .status-contract-steps__item,.status-table--seller-finished td:nth-child(3) .status-contract-steps__value{width:var(--contract-step-width);min-width:var(--contract-step-width);flex:0 0 var(--contract-step-width)}.status-table--buyer-contract-confirm th:nth-child(3),.status-table--buyer-contract-confirm td:nth-child(3),.status-table--buyer-finished th:nth-child(3),.status-table--buyer-finished td:nth-child(3),.status-table--seller-contract-confirm th:nth-child(3),.status-table--seller-contract-confirm td:nth-child(3),.status-table--seller-finished th:nth-child(3),.status-table--seller-finished td:nth-child(3){width:var(--contract-steps-total-width)}.status-table--buyer-contract-confirm th:nth-child(4),.status-table--buyer-contract-confirm td:nth-child(4),.status-table--buyer-finished th:nth-child(4),.status-table--buyer-finished td:nth-child(4),.status-table--seller-contract-confirm th:nth-child(4),.status-table--seller-contract-confirm td:nth-child(4),.status-table--seller-finished th:nth-child(4),.status-table--seller-finished td:nth-child(4){min-width:var(--contract-action-width)}.status-table--buyer-finished th:nth-child(4),.status-table--buyer-finished td:nth-child(4),.status-table--seller-finished th:nth-child(4),.status-table--seller-finished td:nth-child(4){min-width:150px}.status-table--buyer-contract-confirm td:nth-child(3),.status-table--buyer-finished td:nth-child(3),.status-table--seller-contract-confirm td:nth-child(3),.status-table--seller-finished td:nth-child(3),.status-table--buyer-contract-main td:nth-child(3),.status-table--seller-contract-main td:nth-child(3){padding-left:4px;padding-right:0}}.app-header__logout-form{display:contents}button.app-header__logout{cursor:pointer;background:0 0;border:0;padding:0}
