.fee-estimate-shell .mypage-content{min-width:0}.fee-estimate-page{display:grid;grid-gap:14px;gap:14px}.fee-estimate-header-row,.fee-estimate-page-header,.fee-estimate-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.fee-estimate-header-row h1,.fee-estimate-page-header h1,.fee-estimate-panel h2{margin:0}.fee-estimate-eyebrow{margin:0 0 4px;color:var(--mp-text-muted);font-size:13px;font-weight:700}.fee-estimate-modal .danger-outline-btn,.fee-estimate-modal .primary-action-btn,.fee-estimate-modal .secondary-action-btn,.fee-estimate-page .danger-outline-btn,.fee-estimate-page .primary-action-btn,.fee-estimate-page .secondary-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid transparent;border-radius:10px;padding:10px 16px;font-weight:700;line-height:1.2;text-decoration:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .08s ease}.fee-estimate-modal .primary-action-btn,.fee-estimate-page .primary-action-btn{border:1px solid var(--mp-accent-strong);background:var(--mp-accent-strong);color:var(--mp-surface-base)}.fee-estimate-modal .primary-action-btn:hover,.fee-estimate-page .primary-action-btn:hover{border-color:var(--mp-accent-strong-hover);background:var(--mp-accent-strong-hover);color:var(--mp-surface-base);text-decoration:none}.fee-estimate-modal .secondary-action-btn,.fee-estimate-page .secondary-action-btn{border:1px solid var(--mp-border-default);background:var(--mp-surface-base);color:var(--mp-text-primary)}.fee-estimate-modal .secondary-action-btn:hover,.fee-estimate-page .secondary-action-btn:hover{border-color:var(--mp-action-neutral-hover-border);background:var(--mp-surface-ghost-hover);color:var(--mp-text-primary);text-decoration:none}.fee-estimate-modal .danger-outline-btn,.fee-estimate-page .danger-outline-btn{border-color:var(--mp-border-danger-soft);background:var(--mp-surface-base);color:var(--mp-text-danger)}.fee-estimate-modal .danger-outline-btn:hover,.fee-estimate-page .danger-outline-btn:hover{border-color:var(--mp-border-danger-strong);background:var(--mp-action-danger-bg);color:var(--mp-text-danger-strong)}.fee-estimate-modal .danger-outline-btn:active,.fee-estimate-modal .primary-action-btn:active,.fee-estimate-modal .secondary-action-btn:active,.fee-estimate-page .danger-outline-btn:active,.fee-estimate-page .primary-action-btn:active,.fee-estimate-page .secondary-action-btn:active{transform:translateY(1px)}.fee-estimate-modal .danger-outline-btn:focus-visible,.fee-estimate-modal .primary-action-btn:focus-visible,.fee-estimate-modal .secondary-action-btn:focus-visible,.fee-estimate-page .danger-outline-btn:focus-visible,.fee-estimate-page .primary-action-btn:focus-visible,.fee-estimate-page .secondary-action-btn:focus-visible{outline:3px solid var(--mp-border-focus);outline-offset:2px}.fee-estimate-modal .danger-outline-btn:disabled,.fee-estimate-modal .primary-action-btn:disabled,.fee-estimate-modal .secondary-action-btn:disabled,.fee-estimate-page .danger-outline-btn:disabled,.fee-estimate-page .primary-action-btn:disabled,.fee-estimate-page .secondary-action-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.fee-estimate-page-actions{display:flex;justify-content:flex-end;margin:-2px 0 0}.fee-estimate-page-actions--draft{margin-top:-6px}.fee-estimate-line-card,.fee-estimate-list-item,.fee-estimate-panel{border:1px solid var(--mp-border-subtle);border-radius:12px;background:var(--mp-surface-base)}.fee-estimate-panel{padding:14px 16px}.fee-estimate-list,.fee-estimate-panel{display:grid;grid-gap:12px;gap:12px}.fee-estimate-list-item{display:grid;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.fee-estimate-list-item:has(.fee-estimate-list-card:focus-visible),.fee-estimate-list-item:has(.fee-estimate-list-card:hover){border-color:var(--mp-border-default);box-shadow:0 8px 22px var(--mp-shadow-soft)}.fee-estimate-list-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);grid-gap:16px;gap:16px;padding:14px;color:var(--mp-text-primary);text-decoration:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .08s ease}.fee-estimate-list-card:hover{background:var(--mp-surface-card-soft);text-decoration:none}.fee-estimate-list-card:focus-visible{outline:3px solid var(--mp-border-focus);outline-offset:3px;background:var(--mp-surface-card-soft)}.fee-estimate-list-card:active{transform:translateY(1px)}.fee-estimate-list-card h2{margin:8px 0 4px;font-size:20px}.fee-estimate-list-card p{margin:4px 0;color:var(--mp-text-muted)}.fee-estimate-list-card__badges{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.fee-estimate-list-card__actions{display:flex;justify-content:flex-end;border-top:1px solid var(--mp-border-subtle);padding:10px 14px 14px;background:var(--mp-surface-muted)}.fee-estimate-list-card__actions .danger-outline-btn{min-height:36px;padding:8px 12px;font-size:13px}.fee-estimate-definition-grid,.fee-estimate-line-grid,.fee-estimate-list-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 16px;gap:10px 16px;margin:0}.fee-estimate-definition-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fee-estimate-definition-grid .is-wide{grid-column:1/-1}.fee-estimate-definition-grid dt,.fee-estimate-line-grid dt,.fee-estimate-list-card dt{color:var(--mp-text-muted);font-size:12px;font-weight:700}.fee-estimate-definition-grid dd,.fee-estimate-line-grid dd,.fee-estimate-list-card dd{margin:3px 0 0;overflow-wrap:anywhere}.fee-estimate-status{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border:1px solid var(--mp-border-subtle);border-radius:12px;padding:5px 9px;background:var(--mp-surface-subtle);color:var(--mp-text-primary);font-size:12px;font-weight:700}.fee-estimate-status.is-draft{background:var(--mp-surface-accent-soft);color:var(--mp-brand-primary-bright)}.fee-estimate-status.is-finalized{background:var(--mp-surface-grade-ready);color:var(--mp-text-success-strong)}.fee-estimate-status.is-cancelled,.fee-estimate-status.is-expired{background:var(--mp-surface-danger-soft);color:var(--mp-text-danger)}.fee-estimate-delivery-badge{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border:1px solid var(--mp-border-subtle);border-radius:12px;padding:4px 8px;background:var(--mp-surface-subtle);color:var(--mp-text-secondary);font-size:12px;font-weight:700;line-height:1.2}.fee-estimate-delivery-badge.is-draft,.fee-estimate-delivery-badge.is-pending{background:var(--mp-surface-card-soft);color:var(--mp-text-secondary)}.fee-estimate-delivery-badge.is-ready{background:var(--mp-surface-accent-soft);color:var(--mp-text-primary)}.fee-estimate-delivery-badge.is-sent{background:var(--mp-surface-grade-ready);color:var(--mp-text-success-strong)}.fee-estimate-filter{display:inline-grid;grid-template-columns:auto minmax(160px,1fr);gap:8px;align-items:center;width:-moz-fit-content;width:fit-content}.fee-estimate-filter label,.fee-estimate-form-grid label>span:first-child,.fee-estimate-modal label>span:first-child{color:var(--mp-text-muted);font-size:13px;font-weight:700}.fee-estimate-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.fee-estimate-form-sections{display:grid;grid-gap:18px;gap:18px}.fee-estimate-form-section{display:grid;grid-gap:12px;gap:12px;min-width:0;border:0;border-top:1px solid var(--mp-border-subtle);margin:0;padding:16px 0 0}.fee-estimate-form-section:first-child{border-top:0;padding-top:0}.fee-estimate-form-section legend{margin:0 0 2px;padding:0;color:var(--mp-text-primary);font-size:16px;font-weight:800}.fee-estimate-form-grid label,.fee-estimate-modal label{display:grid;grid-gap:6px;gap:6px}.fee-estimate-form-grid .is-wide,.fee-estimate-form-grid--modal .is-wide{grid-column:1/-1}.fee-estimate-filter select,.fee-estimate-form-grid input,.fee-estimate-form-grid select,.fee-estimate-form-grid textarea,.fee-estimate-modal input,.fee-estimate-modal select,.fee-estimate-modal textarea{width:100%;min-height:42px;border:1px solid var(--mp-border-subtle);border-radius:10px;background:var(--mp-surface-base);color:var(--mp-text-primary);padding:9px 10px;font:inherit}.fee-estimate-form-grid input::placeholder,.fee-estimate-form-grid textarea::placeholder,.fee-estimate-modal input::placeholder,.fee-estimate-modal textarea::placeholder{color:var(--mp-text-placeholder)}.fee-estimate-form-grid textarea,.fee-estimate-modal textarea{min-height:88px;resize:vertical}.fee-estimate-form-grid .fee-estimate-field-help,.fee-estimate-modal .fee-estimate-field-help{display:inline-flex;align-items:center;gap:5px;color:var(--mp-text-muted);font-size:12px;font-weight:700}.fee-estimate-private-note{border:1px solid var(--mp-border-subtle);border-radius:10px;padding:10px;background:var(--mp-surface-card-soft)}.fee-estimate-private-note dt{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.fee-estimate-private-note__badge{display:inline-flex;align-items:center;gap:5px;color:var(--mp-text-muted);font-size:12px;font-weight:700}.fee-estimate-totals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.fee-estimate-totals>div{display:grid;grid-gap:5px;gap:5px;min-height:66px;border:1px solid var(--mp-border-subtle);border-radius:10px;padding:9px 10px;background:var(--mp-surface-card-soft)}.fee-estimate-totals>div:last-child{border-color:var(--mp-border-default);background:var(--mp-surface-subtle)}.fee-estimate-totals span{color:var(--mp-text-muted);font-size:12px;font-weight:700}.fee-estimate-totals strong{font-size:18px}.fee-estimate-progress-panel{gap:12px}.fee-estimate-progress-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.fee-estimate-progress-step{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;grid-gap:8px;gap:8px;min-width:0;border:1px solid var(--mp-border-subtle);border-radius:10px;padding:8px;background:var(--mp-surface-base);color:var(--mp-text-muted)}.fee-estimate-progress-step.is-done{border-color:var(--mp-border-default);background:var(--mp-surface-card-soft);color:var(--mp-text-secondary)}.fee-estimate-progress-step.is-current{border-color:var(--mp-border-focus);background:var(--mp-surface-accent-soft);color:var(--mp-text-primary)}.fee-estimate-progress-step__marker{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid var(--mp-border-subtle);border-radius:999px;background:var(--mp-surface-base);color:currentcolor;font-size:13px;font-weight:800;line-height:1}.fee-estimate-progress-step.is-current .fee-estimate-progress-step__marker{border-color:var(--mp-border-focus)}.fee-estimate-progress-step__body{display:grid;grid-gap:4px;gap:4px;min-width:0}.fee-estimate-progress-step__label{color:var(--mp-text-primary);font-size:13px;font-weight:800}.fee-estimate-progress-step__description{font-size:12px;line-height:1.4}.fee-estimate-progress-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);grid-gap:10px;gap:10px}.fee-estimate-progress-action-group{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;min-width:0;border:1px solid var(--mp-border-subtle);border-radius:10px;padding:10px;background:var(--mp-surface-accent-soft)}.fee-estimate-progress-action-group>div{min-width:0}.fee-estimate-progress-action-group:not(.is-secondary){border-color:var(--mp-border-focus)}.fee-estimate-progress-action-group.is-secondary{background:var(--mp-surface-base)}.fee-estimate-progress-action-eyebrow{color:var(--mp-text-muted);font-size:12px;font-weight:800}.fee-estimate-progress-action-group h3,.fee-estimate-progress-action-group p{margin:0}.fee-estimate-progress-action-group h3{color:var(--mp-text-primary);font-size:16px;overflow-wrap:normal}.fee-estimate-progress-action-group p{color:var(--mp-text-muted);font-size:13px;line-height:1.5;overflow-wrap:normal}.fee-estimate-flow-artifacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;border-top:1px solid var(--mp-border-subtle);padding-top:12px}.fee-estimate-flow-detail{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0;border:1px solid var(--mp-border-subtle);border-radius:10px;padding:10px;background:var(--mp-surface-card-soft)}@media (max-width:1280px){.fee-estimate-progress-actions{grid-template-columns:1fr}.fee-estimate-progress-action-group.is-secondary{grid-template-columns:minmax(0,1fr);align-items:start}}.fee-estimate-flow-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.fee-estimate-flow-detail__header h3,.fee-estimate-flow-detail__header p{margin:0}.fee-estimate-flow-detail__header h3{color:var(--mp-text-primary);font-size:15px}.fee-estimate-flow-detail__header p{color:var(--mp-text-muted);font-size:12px;line-height:1.5}.fee-estimate-alert,.fee-estimate-empty,.fee-estimate-error,.fee-estimate-note{margin:0}.fee-estimate-alert,.fee-estimate-error{display:flex;align-items:flex-start;gap:8px;border:1px solid var(--mp-border-subtle);border-radius:10px;padding:10px;background:var(--mp-surface-danger-soft);color:var(--mp-text-danger)}.fee-estimate-empty,.fee-estimate-note{color:var(--mp-text-muted)}.fee-estimate-progress-action-group .fee-estimate-progress-plan-note{max-width:72ch;margin-top:6px}.fee-estimate-alert a,.fee-estimate-note a,.fee-estimate-warning-list a{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px}.fee-estimate-alert>div>p:first-child{margin:0}.fee-estimate-inline-list{margin:6px 0 0;padding-left:18px}.fee-estimate-empty-state{display:grid;justify-items:center;grid-gap:18px;gap:18px;width:min(760px,100%);margin:28px auto 0;border:1px solid var(--mp-border-subtle);border-radius:14px;padding:42px 48px 34px;background:var(--mp-surface-base);box-shadow:0 14px 34px var(--mp-shadow-soft);text-align:center}.fee-estimate-empty-state__icon{position:relative;display:inline-grid;place-items:center;width:104px;height:104px;border-radius:50%;background:var(--mp-surface-card-soft);color:var(--mp-text-muted)}.fee-estimate-empty-state__icon svg:first-child{color:var(--mp-text-muted)}.fee-estimate-empty-state__icon svg:last-child{position:absolute;right:20px;bottom:18px;border-radius:50%;background:var(--mp-surface-base);color:var(--mp-text-secondary)}.fee-estimate-empty-state__copy{display:grid;grid-gap:8px;gap:8px}.fee-estimate-empty-state__copy h2{margin:0;font-size:24px}.fee-estimate-empty-state__copy p{margin:0;color:var(--mp-text-muted);line-height:1.7}.fee-estimate-empty-state__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.fee-estimate-empty-state__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;width:100%;margin-top:6px;padding-top:20px;border-top:1px solid var(--mp-border-subtle);text-align:left}.fee-estimate-empty-state__features>div{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;align-items:flex-start;cursor:default}.fee-estimate-empty-state__features svg{color:var(--mp-text-muted)}.fee-estimate-empty-state__features span,.fee-estimate-empty-state__features strong{display:block}.fee-estimate-empty-state__features strong{font-size:14px}.fee-estimate-empty-state__features span{margin-top:4px;color:var(--mp-text-muted);font-size:13px;line-height:1.6}.fee-estimate-yen-input{position:relative;display:grid}.fee-estimate-yen-input input{padding-right:42px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fee-estimate-yen-input>span{position:absolute;top:50%;right:12px;color:var(--mp-text-muted);font-weight:700;transform:translateY(-50%);pointer-events:none}.fee-estimate-cost-field{display:grid;grid-gap:8px;gap:8px;min-width:0;border:1px solid var(--mp-border-subtle);border-radius:10px;grid-column:1/-1;margin:0;padding:10px;background:var(--mp-surface-base)}.fee-estimate-cost-field legend{padding:0 4px;color:var(--mp-text-muted);font-size:13px;font-weight:700}.fee-estimate-cost-option{display:flex!important;align-items:flex-start;gap:10px;min-height:44px;border:1px solid var(--mp-border-subtle);border-radius:8px;padding:8px 10px;background:var(--mp-surface-base);cursor:pointer;font-weight:700}.fee-estimate-cost-option.is-selected,.fee-estimate-cost-option:hover{background:var(--mp-surface-card-soft)}.fee-estimate-cost-option.is-selected{border-color:var(--mp-border-default);box-shadow:inset 2px 0 0 var(--mp-border-focus);color:var(--mp-text-primary)}.fee-estimate-modal .fee-estimate-cost-option input[type=radio]{flex:0 0 auto;width:auto;min-width:0;min-height:0;margin:3px 0 0;padding:0;border-radius:999px;cursor:pointer}.fee-estimate-cost-option__text{display:grid;grid-gap:2px;gap:2px;min-width:0;color:inherit;line-height:1.35}.fee-estimate-cost-option__text>span{color:inherit;font-size:13px;font-weight:800}.fee-estimate-cost-option__text small{color:var(--mp-text-muted);font-size:12px;font-weight:600;line-height:1.45}.fee-estimate-line-card,.fee-estimate-lines{display:grid;grid-gap:12px;gap:12px}.fee-estimate-line-card{padding:14px}.fee-estimate-line-card__header{display:flex;justify-content:space-between;gap:12px}.fee-estimate-line-card h3{margin:4px 0;font-size:18px}.fee-estimate-line-card p{margin:0}.fee-estimate-line-card__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);align-items:start;grid-gap:14px;gap:14px}.fee-estimate-line-meta{display:grid;grid-gap:12px;gap:12px;min-width:0}.fee-estimate-line-amounts,.fee-estimate-line-meta__section{min-width:0}.fee-estimate-line-amounts h4,.fee-estimate-line-meta__section h4{margin:0 0 8px;color:var(--mp-text-muted);font-size:13px}.fee-estimate-line-grid--meta{grid-template-columns:repeat(3,minmax(0,1fr))}.fee-estimate-line-amounts{border:1px solid var(--mp-border-subtle);border-radius:12px;padding:12px;background:var(--mp-surface-card-soft)}.fee-estimate-line-breakdown{display:grid;grid-gap:8px;gap:8px;margin:0}.fee-estimate-line-breakdown>div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;grid-gap:12px;gap:12px}.fee-estimate-line-breakdown dt{color:var(--mp-text-muted);font-size:12px;font-weight:700}.fee-estimate-line-breakdown dd{margin:0;color:var(--mp-text-primary);font-weight:700;text-align:right;white-space:nowrap}.fee-estimate-line-breakdown__total{margin-top:4px;border-top:1px solid var(--mp-border-subtle);padding-top:10px}.fee-estimate-line-breakdown__total dt{color:var(--mp-text-primary);font-size:13px}.fee-estimate-line-breakdown__total dd{font-size:20px}.fee-estimate-line-order,.fee-estimate-source-badge{color:var(--mp-text-muted);font-size:12px;font-weight:700}.fee-estimate-source-badge{display:inline-flex;flex-shrink:0;justify-self:start;width:-moz-fit-content;width:fit-content;max-width:100%;height:-moz-fit-content;height:fit-content;border:1px solid var(--mp-border-subtle);border-radius:12px;padding:5px 8px;background:var(--mp-surface-subtle);white-space:nowrap}.fee-estimate-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.fee-estimate-actions--left{justify-content:flex-start}.fee-estimate-document-list{display:grid;grid-gap:10px;gap:10px}.fee-estimate-subheading{margin:16px 0 8px;font-size:15px}.fee-estimate-history-details{display:grid;grid-gap:10px;gap:10px;margin-top:14px;border-top:1px solid var(--mp-border-subtle);padding-top:12px}.fee-estimate-history-details>summary{width:-moz-fit-content;width:fit-content;cursor:pointer;color:var(--mp-text-secondary);font-size:14px;font-weight:700}.fee-estimate-history-details>summary:focus-visible{outline:3px solid var(--mp-border-focus);outline-offset:3px}.fee-estimate-history-details .fee-estimate-document-list{margin-top:10px}.fee-estimate-document-card{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--mp-border-subtle);border-radius:8px;padding:12px;background:var(--mp-surface-base)}.fee-estimate-document-card h3{margin:0 0 4px;font-size:15px}.fee-estimate-document-card p{margin:0;color:var(--mp-text-muted);font-size:12px;overflow-wrap:anywhere}.fee-estimate-warning-list{display:grid;grid-gap:4px;gap:4px;margin:0;padding-left:18px;color:var(--mp-text-danger);font-size:13px}.fee-estimate-summary{display:grid;grid-gap:10px;gap:10px}.fee-estimate-summary .fee-estimate-header-row{align-items:center;padding-bottom:10px;border-bottom:1px solid var(--mp-border-subtle)}.fee-estimate-summary .fee-estimate-header-row h1{margin:2px 0 0;font-size:26px;line-height:1.25}.fee-estimate-summary__actions{justify-content:flex-end}.fee-estimate-summary__actions,.fee-estimate-template-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.fee-estimate-template-row span{color:var(--mp-text-muted);font-size:13px}.fee-estimate-modal{width:min(760px,96vw);max-height:min(86vh,880px)}.fee-estimate-modal__header h2{margin:0}.fee-estimate-icon-button{flex:0 0 auto}.fee-estimate-modal-stack{display:grid;grid-gap:14px;gap:14px}.fee-estimate-modal-actions{justify-content:flex-end;padding-top:4px}.fee-estimate-delivery-actions{margin-top:2px}@media (max-width:860px){.fee-estimate-document-card,.fee-estimate-header-row,.fee-estimate-line-card__header,.fee-estimate-page-header,.fee-estimate-section-header{display:grid}.fee-estimate-definition-grid,.fee-estimate-empty-state__features,.fee-estimate-form-grid,.fee-estimate-line-grid,.fee-estimate-list-card,.fee-estimate-list-card dl,.fee-estimate-totals{grid-template-columns:1fr}.fee-estimate-actions,.fee-estimate-list-card__actions{justify-content:flex-start}.fee-estimate-modal{width:min(100%,520px);max-height:calc(100dvh - 20px)}.fee-estimate-form-grid--modal{gap:10px}.fee-estimate-delivery-body-field textarea{height:132px;min-height:132px}.fee-estimate-delivery-actions{position:-webkit-sticky;position:sticky;bottom:-12px;z-index:1;margin:0 -12px -12px;padding:10px 12px 12px;border-top:1px solid var(--mp-border-subtle);background:var(--mp-surface-base)}.fee-estimate-summary__actions{justify-content:flex-start}.fee-estimate-page-actions{justify-content:stretch}.fee-estimate-page-actions .primary-action-btn{width:100%;justify-content:center}.fee-estimate-empty-state{margin-top:12px;padding:28px 18px 24px}.fee-estimate-empty-state__copy h2{font-size:21px}.fee-estimate-empty-state__actions{width:100%}.fee-estimate-empty-state__actions .primary-action-btn,.fee-estimate-empty-state__actions .secondary-action-btn{width:100%;justify-content:center}.fee-estimate-line-card__content{grid-template-columns:1fr}.fee-estimate-line-grid--meta{grid-template-columns:repeat(3,minmax(0,1fr))}.fee-estimate-line-amounts{padding:12px}.fee-estimate-line-breakdown__total dd{font-size:18px}.fee-estimate-progress-steps{grid-template-columns:1fr;gap:0}.fee-estimate-progress-step{border-radius:0;border-right:0;border-left:0;border-bottom:0;background:var(--mp-surface-base)}.fee-estimate-progress-step:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.fee-estimate-progress-step:last-child{border-bottom:1px solid var(--mp-border-subtle);border-bottom-right-radius:12px;border-bottom-left-radius:12px}.fee-estimate-progress-step.is-current{border-right:1px solid var(--mp-border-focus);border-left:1px solid var(--mp-border-focus);background:var(--mp-surface-accent-soft)}.fee-estimate-progress-actions{grid-template-columns:1fr;justify-content:stretch}.fee-estimate-flow-artifacts,.fee-estimate-progress-action-group{grid-template-columns:1fr}.fee-estimate-flow-detail__header{display:grid}.fee-estimate-progress-actions .danger-outline-btn,.fee-estimate-progress-actions .primary-action-btn{width:100%}}@media (max-width:520px){.fee-estimate-line-grid--meta{grid-template-columns:1fr}.fee-estimate-line-breakdown>div{gap:8px}.fee-estimate-line-breakdown dd{white-space:normal}}.intake-faq-test-badge{display:inline-flex;margin:0 0 12px;border:1px solid var(--mp-border-subtle);border-radius:999px;padding:4px 10px;background:var(--mp-surface-grade-needs);color:var(--mp-text-warning);font-weight:700}.intake-faq-overview{display:grid;grid-gap:14px;gap:14px}.intake-faq-counts,.intake-faq-overview>p,.intake-faq-row h3,.intake-faq-row p{margin:0;overflow-wrap:anywhere}.intake-faq-overview>.mypage-btn{justify-self:start}.intake-faq-counts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.intake-faq-counts>div{min-width:0;border:1px solid var(--mp-border-subtle);border-radius:10px;padding:10px;background:var(--mp-surface-card-soft)}.intake-faq-counts dt{color:var(--mp-text-muted);font-size:12px}.intake-faq-counts dd{margin:4px 0 0;overflow-wrap:anywhere;font-weight:700}.intake-faq-list{display:grid;grid-gap:10px;gap:10px}.intake-faq-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,auto) auto;grid-gap:14px;gap:14px;align-items:center;border:1px solid var(--mp-border-subtle);border-radius:12px;padding:14px;background:var(--mp-surface-base)}.intake-faq-row__main{min-width:0}.intake-faq-row__main h3{margin-bottom:5px;font-size:16px}.intake-faq-row__main p{color:var(--mp-text-muted);white-space:pre-wrap}.intake-faq-row__meta{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;min-width:0;color:var(--mp-text-muted);font-size:12px}.intake-faq-row>.mypage-btn{display:inline-flex;gap:6px;align-items:center}.intake-faq-locale{border-top:1px solid var(--mp-border-subtle)}.intake-faq-locale__toggle{display:flex;justify-content:space-between;width:100%;border:0;padding:14px 0;background:transparent;color:var(--mp-text-primary);cursor:pointer;font:inherit;font-weight:700}.intake-faq-locale__body{display:grid;grid-gap:12px;gap:12px;padding-bottom:14px}.intake-faq-dialog{width:min(720px,100%);max-height:calc(100dvh - 32px)}.intake-faq-confirm-dialog{width:min(480px,100%)}.intake-faq-dialog__body{min-height:0}.intake-faq-answer-input{min-height:220px}.intake-faq-duplicate-warning{display:block;border:1px solid var(--mp-border-subtle);border-radius:10px;padding:10px;background:var(--mp-surface-grade-needs);color:var(--mp-text-warning)}.intake-faq-duplicate-warning>p{margin:6px 0 0}.intake-faq-danger-actions,.intake-faq-danger-actions__buttons,.intake-faq-dialog__actions,.intake-faq-duplicate-warning__actions{display:flex;flex-wrap:wrap;gap:10px}.intake-faq-danger-actions{align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid var(--mp-border-subtle);border-bottom:1px solid var(--mp-border-subtle)}.intake-faq-danger-actions__label{font-weight:700}.intake-faq-duplicate-warning__actions{margin-top:10px}.intake-faq-dialog__actions{position:-webkit-sticky;position:sticky;bottom:-18px;justify-content:flex-end;margin:0 -18px -18px;padding:14px 18px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--mp-border-subtle);background:var(--mp-surface-base)}.intake-faq-dialog__actions .mypage-modal-alert{box-sizing:border-box;flex:1 0 100%;width:100%}@media screen and (max-width:760px){.intake-faq-row{grid-template-columns:minmax(0,1fr)}.intake-faq-row>.mypage-btn{justify-self:start}}@media screen and (max-width:640px){.intake-faq-counts{grid-template-columns:minmax(0,1fr)}.intake-faq-row>.mypage-btn{justify-self:stretch;justify-content:center}.intake-faq-dialog{width:100%;height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:none;border-radius:0}.mypage-dialog-root:has(.intake-faq-dialog){align-items:stretch;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom)}.intake-faq-answer-input{min-height:180px}.intake-faq-dialog__actions{flex-direction:column}.intake-faq-dialog__actions .mypage-modal-alert{flex:0 0 auto}.intake-faq-danger-actions__buttons,.intake-faq-danger-actions__buttons .mypage-btn,.intake-faq-dialog__actions .mypage-btn,.intake-faq-duplicate-warning__actions .mypage-btn{width:100%}}