:root { --ink:#111827; --muted:#6b7280; --line:#e5e7eb; --soft:#f8fafc; --brand:#111; --accent:#d7b56d; --danger:#b91c1c; --bg:#f4f2ee; }
    * { box-sizing:border-box; }
    body { margin:0; background:var(--bg); color:var(--ink); font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Apple SD Gothic Neo","Noto Sans KR",Arial,sans-serif; }
    .wrap { max-width:1180px; margin:0 auto; padding:32px 18px 70px; }
    .top { display:flex; justify-content:space-between; gap:16px; align-items:flex-start; margin-bottom:22px; }
    .brand { font-size:24px; font-weight:900; letter-spacing:-.05em; line-height:1.15; }
    .sub { color:var(--muted); font-size:13px; margin-top:6px; line-height:1.55; }
    .top-actions { display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
    .card { background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:0 12px 34px rgba(17,24,39,.07); padding:22px; }
    label { display:block; font-size:12px; color:var(--muted); font-weight:800; margin:13px 0 6px; }
    input, textarea, select { width:100%; border:1px solid var(--line); border-radius:12px; padding:0 13px; font-size:14px; color:var(--ink); background:#fff; outline:none; }
    input, select { height:44px; }
    textarea { min-height:110px; padding:12px 13px; line-height:1.55; resize:vertical; }
    input:focus, textarea:focus, select:focus { border-color:#111; box-shadow:0 0 0 3px rgba(0,0,0,.06); }
    button { min-height:42px; border:0; border-radius:12px; background:var(--brand); color:#fff; font-weight:900; padding:0 16px; cursor:pointer; }
    button.secondary { background:#fff; color:var(--ink); border:1px solid var(--line); }
    button.soft { background:#efeee9; color:#111; }
    button.danger { background:#fff1f1; color:#b42318; border:1px solid #f2b8b5; }
    button:disabled { opacity:.55; cursor:not-allowed; }
    .actions { display:flex; gap:8px; flex-wrap:wrap; margin-top:16px; align-items:center; }
    .notice { margin-top:14px; font-size:13px; color:var(--muted); line-height:1.55; }
    .error { color:var(--danger); font-size:13px; font-weight:800; margin-top:12px; display:none; line-height:1.45; }
    .error.show { display:block; }
    .hidden { display:none !important; }
    .toolbar { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; margin-bottom:16px; }
    .pill { display:inline-flex; align-items:center; min-height:28px; padding:0 10px; border-radius:999px; background:#f1f5f9; font-size:12px; font-weight:800; color:#334155; }
    .pill.status { background:#111; color:#fff; }
    .table-scroll { overflow:auto; border:1px solid var(--line); border-radius:16px; }
    .request-table-scroll { overflow-x:auto; border:1px solid var(--line); border-radius:16px; -webkit-overflow-scrolling:touch; }
    .customer-request-card { width:100%; max-width:none; margin:0; }
    .request-table { border-collapse:collapse; table-layout:fixed; width:100%; min-width:980px; }
    .request-table th, .request-table td { white-space:normal; overflow:hidden; text-overflow:ellipsis; vertical-align:top; }
    .request-table .col-date { width:105px; min-width:92px; }
    .request-table .col-company { width:82px; min-width:72px; }
    .request-table .col-product { width:150px; min-width:130px; }
    .request-table .col-program { width:130px; min-width:112px; }
    .request-table .col-status { width:68px; min-width:60px; text-align:center; }
    .request-table .col-manager { width:118px; min-width:104px; }
    .request-table .col-business-assignee { width:118px; min-width:104px; }
    .request-table .col-actions { width:210px; min-width:190px; }
    table { width:100%; border-collapse:collapse; min-width:840px; }
    th,td { border-bottom:1px solid var(--line); text-align:left; padding:12px 10px; font-size:13px; vertical-align:top; }
    th { color:var(--muted); font-size:12px; background:#fafafa; position:sticky; top:0; z-index:1; }
    tbody tr:last-child td { border-bottom:0; }
    tr:hover td { background:#fffdf7; }
    .empty { padding:32px; text-align:center; color:var(--muted); border:1px dashed var(--line); border-radius:16px; background:#fafafa; }
    .team-card { margin-top:18px; }
    .team-table-scroll { overflow-x:auto; border:1px solid var(--line); border-radius:16px; background:#fff; -webkit-overflow-scrolling:touch; }
    .team-table { border-collapse:collapse; table-layout:fixed; width:max-content; min-width:980px; }
    .team-table th, .team-table td { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; }
    .team-table .col-no { width:70px; min-width:60px; text-align:center; }
    .team-table .col-name { width:180px; min-width:140px; }
    .team-table .col-email { width:280px; min-width:220px; }
    .team-table .col-phone { width:180px; min-width:140px; }
    .team-table .col-status { width:120px; min-width:100px; }
    .team-table .col-date { width:170px; min-width:140px; }
    .team-table .resizable-th, .request-table .resizable-th { position:relative; overflow:visible; }
    .team-table .col-resizer, .request-table .col-resizer { position:absolute; top:0; right:0; transform:translateX(50%); width:10px; height:100%; cursor:col-resize; user-select:none; touch-action:none; z-index:3; }
    .team-table .col-resizer::after, .request-table .col-resizer::after { content:''; position:absolute; top:10px; bottom:10px; left:3px; width:1px; background:transparent; }
    .team-table .col-resizer:hover::after, .request-table .col-resizer:hover::after { background:#b9b2a8; }
    .team-table.is-resizing, .request-table.is-resizing, body.is-column-resizing, body.is-team-column-resizing { cursor:col-resize!important; user-select:none!important; }
    .shared-card { margin-top:18px; }
    /* Phase144: keep customer portal section cards on the same horizontal width. */
    .customer-request-card,
    .team-card,
    .shared-card {
      width:100%;
      max-width:none;
      margin-left:0;
      margin-right:0;
    }
    .customer-request-card + .team-card,
    .team-card + .shared-card {
      margin-top:18px;
    }
    .customer-request-card .table-scroll,
    .customer-request-card .request-table-scroll,
    .team-card .team-table-scroll,
    .shared-card .table-scroll {
      width:100%;
    }

    .share-member-list { border:1px solid var(--line); border-radius:16px; overflow:hidden; background:#fff; }
    .share-member-row { display:grid; grid-template-columns:44px minmax(140px,1fr) minmax(220px,1.2fr) minmax(180px,240px); gap:12px; align-items:center; padding:12px 14px; border-top:1px solid var(--line); font-size:13px; }
    .share-member-row:first-child { border-top:0; }
    .share-member-row.header { background:#fafafa; color:var(--muted); font-size:12px; font-weight:900; }
    .share-member-row label { display:inline-flex; align-items:center; gap:8px; margin:0; font-weight:900; cursor:pointer; }
    .share-member-row input[type=checkbox] { width:14px; height:14px; accent-color:#111827; }
    .team-share-permissions { display:flex; flex-wrap:wrap; gap:8px; align-items:center; }
    .team-share-permissions label { min-height:32px; padding:0 10px; border:1px solid var(--line); border-radius:999px; background:#fff; white-space:nowrap; }
    .team-share-permissions label:has(input:checked) { background:#111827; border-color:#111827; color:#fff; }
    .team-share-role-select { width:100%; min-height:36px; padding:0 34px 0 11px; border:1px solid var(--line); border-radius:10px; background:var(--panel,#fff); color:var(--text,#111827); font-weight:800; }
    .shared-badge.editor { background:#e8f5ee; color:#17653a; }
    .shared-badge.viewer { background:#eef2ff; color:#3730a3; }
    .shared-permission-actions { display:flex; flex-wrap:wrap; gap:8px; align-items:center; }
    .shared-permission-actions .secondary { white-space:nowrap; }
    .shared-badge { display:inline-flex; align-items:center; min-height:24px; padding:0 9px; border-radius:999px; background:#eef2ff; color:#3730a3; font-size:12px; font-weight:900; }



    .business-notice-section { margin:0 0 18px; }
    .business-notice-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin:0 0 12px; }
    .business-notice-title { display:flex; align-items:center; gap:12px; font-size:24px; font-weight:900; letter-spacing:-.05em; }
    .business-notice-title .active-dot { width:9px; height:9px; border-radius:999px; background:#2563eb; align-self:flex-start; margin-top:2px; }
    .business-notice-more { color:#111827; font-weight:800; font-size:14px; white-space:nowrap; }
    .business-notice-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
    .business-notice-card { min-height:230px; display:flex; flex-direction:column; justify-content:space-between; gap:16px; border:1px solid var(--line); border-radius:16px; background:#fff; padding:24px 24px 20px; box-shadow:0 10px 24px rgba(17,24,39,.05); }
    .business-notice-pagination { display:flex; align-items:center; justify-content:center; gap:12px; margin:18px 0 0; }
    .business-notice-page-btn { width:40px; height:40px; min-height:40px; padding:0; border-radius:10px; background:#fff; color:#6b7280; border:1px solid transparent; font-size:16px; display:inline-flex; align-items:center; justify-content:center; }
    .business-notice-page-btn:hover:not(:disabled) { color:#111; background:#f9fafb; border-color:#e5e7eb; }
    .business-notice-page-btn.active { background:#063b70; color:#fff; border-color:#063b70; }
    .business-notice-page-btn:disabled { opacity:.35; cursor:not-allowed; }
    .notice-tags { display:flex; gap:8px; flex-wrap:wrap; }
    .notice-tag { display:inline-flex; align-items:center; height:24px; padding:0 8px; border-radius:5px; background:#eaf4ff; color:#0369a1; font-size:12px; font-weight:800; }
    .notice-tag.deadline { background:#fff0f2; color:#b42318; }
    .notice-tag.open { background:#ecfdf3; color:#027a48; }
    .business-notice-name { font-size:18px; font-weight:900; letter-spacing:-.045em; line-height:1.42; margin:14px 0 0; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
    .business-notice-dates { font-size:14px; color:#374151; line-height:1.65; }
    .business-apply-btn { width:100%; background:#fff; color:#111; border:1px solid #9ca3af; border-radius:999px; min-height:46px; }
    .business-apply-btn:hover { background:#111; color:#fff; border-color:#111; }

    .business-notice-modal .modal-card { width:min(860px,100%); }
    .business-notice-modal-content { border:1px solid var(--line); border-radius:18px; background:#fff; padding:22px; min-height:180px; line-height:1.75; font-size:14px; overflow:auto; }
    .business-notice-modal-content:empty::before { content:'등록된 공지 내용이 없습니다.'; color:var(--muted); }
    .business-notice-modal-content img { max-width:100%; height:auto; }
    .business-notice-modal-content iframe, .business-notice-modal-content video { max-width:100%; }
    .business-notice-modal-content table { width:100%; min-width:0; border-collapse:collapse; }
    .business-notice-modal-content th, .business-notice-modal-content td { border:1px solid var(--line); padding:8px; }
    .business-notice-modal-footer { display:flex; justify-content:flex-end; gap:8px; padding:0 22px 22px; }


    .customer-mentoring-modal .modal-card { width:min(920px,100%); }
    .customer-mentoring-list { border:1px solid var(--line); border-radius:16px; overflow:hidden; background:#fff; }
    .customer-mentoring-row { display:grid; grid-template-columns:60px 1.8fr .7fr .85fr .8fr; gap:12px; align-items:center; padding:13px 14px; border-top:1px solid var(--line); font-size:13px; }
    .customer-mentoring-row:first-child { border-top:0; }
    .customer-mentoring-row.header { background:#fafafa; color:var(--muted); font-size:12px; font-weight:900; }
    .customer-mentoring-title { font-weight:900; letter-spacing:-.03em; line-height:1.45; }
    .customer-mentoring-view .modal-card { width:min(980px,100%); }
    .customer-mentoring-paper { background:#fff; border:0; border-radius:0; padding:0; overflow:visible; }
    .customer-mentoring-paper .report-paper { margin:0 auto; background:#fff; }
    .customer-mentoring-consent { margin-top:14px; border:1px solid var(--line); border-radius:16px; background:#fff; padding:16px; }
    .customer-mentoring-consent h3 { margin:0 0 10px; font-size:15px; letter-spacing:-.03em; }
    .customer-mentoring-consent-row { display:flex; gap:12px; align-items:center; flex-wrap:wrap; padding:7px 0; font-size:14px; }
    .customer-mentoring-consent-row strong { min-width:190px; font-weight:900; }
    .customer-mentoring-consent label { display:inline-flex; align-items:center; gap:6px; margin:0; font-size:13px; font-weight:800; color:#111827; cursor:pointer; }
    .customer-mentoring-consent input[type=checkbox] { width:14px; height:14px; accent-color:#111827; margin:0; }
    .customer-mentoring-consent-hint { margin-top:8px; font-size:12px; color:var(--muted); line-height:1.5; }
    .customer-mentoring-print-preview .modal-card { width:min(920px,100%); }
    .customer-mentoring-print-preview .modal-body { background:#f3f0ea; padding:18px; }
    .customer-mentoring-print-content { width:100%; overflow:auto; }
    .customer-mentoring-print-content .paper-wrap { box-shadow:0 8px 28px rgba(15,23,42,.08); }

    .customer-mentoring-print-paper { width:794px; min-height:1123px; margin:0 auto; background:#fff; color:#000; padding:20px; font-family:"Noto Serif KR","Batang",serif; font-size:15px; line-height:1.35; box-shadow:0 8px 28px rgba(15,23,42,.08); }
    .customer-mentoring-print-paper .report-paper { width:100%; min-height:auto; margin:0; padding:0; box-shadow:none; }
    .customer-mentoring-print-paper .signature-seal { position:absolute; width:66px; height:66px; object-fit:contain; opacity:.82; user-select:none; z-index:3; transform:translate(-50%,-50%); }
    .customer-mentoring-print-paper .signature-seal.hidden { display:none; }
    .customer-mentoring-print-paper .seal-target { display:inline-block; position:relative; min-width:40px; min-height:24px; }
    .customer-mentoring-print-paper .seal-remove-preview { display:none !important; }
    .customer-mentoring-print-paper .report-title { border:1.5px solid #000; text-align:center; font-size:24px; font-weight:900; padding:12px; margin-bottom:12px; font-family:Arial,"Noto Sans KR",sans-serif; }
    .customer-mentoring-print-paper table.report { width:100%; border-collapse:collapse; table-layout:fixed; margin:0 0 12px; }
    .customer-mentoring-print-paper table.report th,
    .customer-mentoring-print-paper table.report td { border:1px solid #000; padding:6px 8px; vertical-align:middle; word-break:break-word; height:29px; }
    .customer-mentoring-print-paper table.report th { background:#d9d9d9; text-align:center; font-weight:900; font-family:Arial,"Noto Sans KR",sans-serif; }
    .customer-mentoring-print-paper .center { text-align:center; }
    .customer-mentoring-print-paper .right { text-align:right; }
    .customer-mentoring-print-paper .small { font-size:13px; }
    .customer-mentoring-print-paper .tiny { font-size:12px; }
    .customer-mentoring-print-paper .bold { font-weight:900; }
    .customer-mentoring-print-paper .bigbox { height:160px; vertical-align:top!important; }
    .customer-mentoring-print-paper .midbox { height:58px; vertical-align:top!important; }
    .customer-mentoring-print-paper .consent { border:1px solid #000; padding:10px 12px; margin:12px 0; font-family:Arial,"Noto Sans KR",sans-serif; }
    .customer-mentoring-print-paper .consent-title { text-align:center; font-weight:900; margin-bottom:6px; }
    .customer-mentoring-print-paper .consent-row { display:flex; gap:10px; align-items:center; flex-wrap:wrap; font-size:14px; margin:4px 0; }
    .customer-mentoring-print-paper .checkbox { display:inline-block; width:11px; height:11px; border:1px solid #000; vertical-align:-1px; margin-right:4px; position:relative; }
    .customer-mentoring-print-paper .checkbox.checked::after { content:"✓"; position:absolute; left:1px; top:-7px; font-size:16px; font-family:Arial,"Noto Sans KR",sans-serif; font-weight:900; }
    .customer-mentoring-print-paper .footer-text { font-size:18px; line-height:1.9; margin:26px 12px; text-align:left; }
    .customer-mentoring-print-paper .date-line { text-align:center; font-size:17px; margin:28px 0; }
    .customer-mentoring-print-paper .sign-row { display:flex; justify-content:flex-end; gap:22px; font-size:17px; margin:18px 80px 0 0; }
    .customer-mentoring-print-paper .company-line { text-align:center; font-size:23px; font-weight:900; margin-top:28px; }
    @media (max-width: 720px) {
      .customer-mentoring-row { grid-template-columns:1fr; gap:6px; }
      .customer-mentoring-row.header { display:none; }
    }

    .summary-cards { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin:0 0 16px; }
    .summary-card { border:1px solid var(--line); background:#fff; border-radius:16px; padding:14px; }
    .summary-card span { display:block; color:var(--muted); font-size:12px; margin-bottom:5px; }
    .summary-card strong { display:block; font-size:18px; letter-spacing:-.03em; }
    .modal-backdrop { position:fixed; inset:0; z-index:1000; display:flex; align-items:center; justify-content:center; padding:18px; background:rgba(17,24,39,.54); }
    .modal-card { width:min(1120px,100%); max-height:calc(100vh - 36px); overflow:auto; background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:0 24px 80px rgba(17,24,39,.24); }
    .modal-head { position:sticky; top:0; z-index:3; background:#fff; display:flex; justify-content:space-between; gap:16px; align-items:flex-start; padding:20px 22px; border-bottom:1px solid var(--line); }
    .modal-head h2 { margin:0 0 4px; letter-spacing:-.04em; }
    .modal-body { padding:18px 22px 24px; }
    .tabs { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:16px; }
    .tab { min-height:38px; background:#fff; color:#111; border:1px solid var(--line); border-radius:999px; font-size:13px; }
    .tab.active { background:#111; color:#fff; border-color:#111; }
    .tab-panel { display:none; }
    .tab-panel.active { display:block; }
    .detail-grid { display:grid; grid-template-columns:170px 1fr; border:1px solid var(--line); border-radius:16px; overflow:hidden; margin-bottom:16px; }
    .detail-grid div { padding:12px; border-bottom:1px solid var(--line); font-size:13px; min-height:42px; line-height:1.5; }
    .detail-grid div:nth-child(odd) { background:#fafafa; color:var(--muted); font-weight:900; }
    .detail-grid div:nth-last-child(-n+2) { border-bottom:0; }
    .section-title { font-size:18px; font-weight:900; letter-spacing:-.04em; margin:0 0 12px; }

    .customer-risk-list { display:grid; gap:12px; }
    .customer-risk-card { border:1px solid var(--line); border-radius:16px; background:#fff; overflow:hidden; }
    .customer-risk-card.warn { border-color:#f3c977; background:#fffaf0; }
    .customer-risk-card.danger { border-color:#ff6b6b; background:#fff1f1; }
    .customer-risk-head { display:flex; justify-content:space-between; gap:10px; align-items:center; padding:12px 14px; border-bottom:1px solid rgba(17,24,39,.08); }
    .customer-risk-category, .customer-risk-level { display:inline-flex; align-items:center; min-height:26px; border-radius:999px; padding:0 10px; font-size:12px; font-weight:900; border:1px solid var(--line); background:#fff; }
    .customer-risk-level.warn { color:#92400e; border-color:#f3c977; background:#fff8e1; }
    .customer-risk-level.danger { color:#b91c1c; border-color:#ff6b6b; background:#fff5f5; }
    .customer-risk-level.ok { color:#047857; border-color:#9ae6b4; background:#ecfdf5; }
    .customer-risk-body { padding:12px 14px; display:grid; gap:8px; }
    .customer-risk-row { display:grid; grid-template-columns:86px 1fr; gap:10px; font-size:13px; line-height:1.55; }
    .customer-risk-row strong { color:var(--muted); font-size:12px; font-weight:900; }
    .customer-risk-empty { border:1px dashed var(--line); border-radius:16px; background:#fafafa; padding:18px; color:var(--muted); font-size:13px; }
    .info-table { width:100%; border:1px solid var(--line); border-radius:16px; overflow:hidden; margin-bottom:16px; }
    .info-row { display:grid; grid-template-columns:180px 1fr; border-bottom:1px solid var(--line); }
    .info-row:last-child { border-bottom:0; }
    .info-label { padding:11px 12px; background:#fafafa; color:var(--muted); font-size:12px; font-weight:900; }
    .info-value { padding:11px 12px; font-size:13px; line-height:1.55; white-space:pre-wrap; }
    .prd-paper { background:#fffdf9; border:1px solid var(--line); border-radius:18px; padding:22px; }
    .prd-paper h1 { margin:0 0 12px; font-size:24px; letter-spacing:-.05em; }
    .prd-paper h2 { margin:24px 0 10px; font-size:18px; letter-spacing:-.04em; }
    .prd-paper pre { white-space:pre-wrap; font-family:inherit; line-height:1.7; font-size:13px; margin:0; }
    .print-actions { display:flex; justify-content:flex-end; gap:8px; margin:12px 0 0; }
    .modal-actions { display:flex; gap:8px; align-items:center; flex-wrap:wrap; justify-content:flex-end; }
    .quote-view-card { border:1px solid var(--line); border-radius:18px; padding:18px; background:#fff; margin-bottom:14px; }
    .quote-view-meta { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:12px 0 16px; }
    .quote-view-box { border:1px solid var(--line); border-radius:14px; padding:12px; background:#fbfaf7; font-size:13px; line-height:1.5; }
    .quote-view-box span { display:block; color:var(--muted); font-size:12px; font-weight:800; margin-bottom:6px; }
    .quote-view-table { width:100%; border-collapse:collapse; font-size:13px; border:1px solid var(--line); border-radius:16px; overflow:hidden; }
    .quote-view-table th,.quote-view-table td { border-bottom:1px solid var(--line); padding:11px 10px; text-align:left; vertical-align:top; }
    .quote-view-table th { background:#f4f3ef; color:#3f4653; font-size:12px; }
    .quote-view-table tr:last-child td { border-bottom:0; }
    .quote-view-totals { width:min(360px,100%); margin:16px 0 0 auto; border:1px solid var(--line); border-radius:16px; overflow:hidden; }
    .quote-view-total-row { display:flex; justify-content:space-between; padding:12px 14px; border-bottom:1px solid var(--line); font-size:13px; }
    .quote-view-total-row:last-child { border-bottom:0; background:#111; color:#fff; font-weight:900; }
    .quote-view-memo { white-space:pre-wrap; line-height:1.55; }
    .customer-doc-card { border:1px solid var(--line); border-radius:18px; background:#fff; padding:18px; margin-bottom:14px; }
    .customer-doc-card h2 { margin:0 0 8px; font-size:24px; letter-spacing:-.045em; }
    .customer-doc-meta { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:12px 0 16px; }
    .customer-doc-box { border:1px solid var(--line); border-radius:14px; padding:12px; background:#fbfaf7; font-size:13px; line-height:1.5; }
    .customer-doc-box span { display:block; color:var(--muted); font-size:12px; font-weight:900; margin-bottom:6px; }
    .customer-doc-scroll { overflow:auto; border-radius:16px; }
    .customer-doc-table { width:100%; min-width:760px; border-collapse:collapse; font-size:13px; border:1px solid var(--line); border-radius:16px; overflow:hidden; }
    .customer-doc-table th,.customer-doc-table td { border-bottom:1px solid var(--line); padding:11px 10px; text-align:left; vertical-align:top; line-height:1.55; }
    .customer-doc-table th { background:#f4f3ef; color:#3f4653; font-size:12px; font-weight:900; }
    .customer-doc-table tr:last-child td { border-bottom:0; }
    .customer-spec-list { display:grid; gap:14px; }
    .customer-spec-card { border:1px solid var(--line); border-radius:18px; overflow:hidden; background:#fff; }
    .customer-spec-head { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:13px 15px; background:#fafafa; border-bottom:1px solid var(--line); }
    .customer-spec-head strong { font-size:15px; font-weight:900; }
    .customer-spec-id { display:inline-flex; align-items:center; min-height:30px; padding:0 10px; border:1px solid var(--line); border-radius:999px; background:#fff; font-weight:900; }
    .customer-spec-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0; }
    .customer-spec-field { border-bottom:1px solid var(--line); padding:12px 14px; font-size:13px; line-height:1.55; white-space:pre-wrap; }
    .customer-spec-field:nth-child(odd) { border-right:1px solid var(--line); }
    .customer-spec-field.full { grid-column:1/-1; border-right:0; }
    .customer-spec-field span { display:block; color:var(--muted); font-size:12px; font-weight:900; margin-bottom:6px; }
    .customer-spec-field:last-child { border-bottom:0; }
    .row-actions { display:flex; gap:6px; align-items:center; flex-wrap:wrap; }
    .customer-attachment-modal .modal-card { width:min(960px, calc(100vw - 32px)); height:min(760px, calc(100vh - 32px)); }
    .customer-attachment-frame { width:100%; height:100%; min-height:560px; border:0; display:block; background:#f4f1ec; }
    .preview-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; max-width:760px; margin:0 auto 18px; }
    .preview-card { border:1px solid var(--line); border-radius:16px; background:#fffdf9; padding:14px; min-height:74px; }
    .preview-card span { display:block; color:var(--muted); font-size:12px; font-weight:900; margin-bottom:8px; }
    .preview-card strong { display:block; font-size:14px; line-height:1.55; white-space:pre-wrap; }
    .admin-like-preview { background:#f7f7f5; border:1px solid var(--line); border-radius:20px; padding:22px; }
    .admin-like-doc { max-width:760px; margin:0 auto; background:#ffffff; border:2px solid #111; padding:16px; }
    .mono { font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace; font-size:12px; white-space:pre-wrap; background:#0f172a; color:#e5e7eb; border-radius:14px; padding:16px; overflow:auto; }
    .modal-backdrop.signup .modal-card { width:min(640px,100%); }
    .modal-backdrop.signup .modal-body { padding:0 22px 22px; }
    .form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 12px; }
    .form-grid .full { grid-column:1 / -1; }
    @media (max-width: 680px) { .form-grid { grid-template-columns:1fr; } .form-grid .full { grid-column:auto; } }
    .icon-btn { flex:0 0 auto; width:36px; height:36px; border-radius:999px; padding:0; background:#f3f4f6; color:var(--ink); font-size:24px; line-height:1; min-height:36px; }
    .customer-file-grid { display:grid; grid-template-columns:1fr; gap:14px; margin-top:14px; }
    .customer-file-card { border:1px solid var(--line); background:#fff; border-radius:16px; padding:14px; }
    .customer-file-card h4 { margin:0 0 8px; font-size:15px; letter-spacing:-.03em; }
    .customer-file-meta { color:var(--muted); font-size:12px; line-height:1.5; margin-bottom:10px; word-break:break-all; }
    .customer-file-actions { display:flex; flex-wrap:wrap; gap:8px; margin:8px 0 12px; }
    .customer-file-actions a, .customer-file-actions button { display:inline-flex; align-items:center; justify-content:center; min-height:34px; border-radius:10px; border:1px solid var(--line); background:#efeee9; color:#111; padding:0 12px; font-size:12px; font-weight:900; text-decoration:none; cursor:pointer; }
    .customer-sketch-preview { max-width:420px; max-height:280px; width:auto; height:auto; border:1px solid var(--line); border-radius:14px; background:#f7f7f3; object-fit:contain; display:block; }
    .customer-sketch-pdf { width:100%; height:420px; border:1px solid var(--line); border-radius:14px; background:#f7f7f3; }
    .customer-cad-viewer { position:relative; width:100%; min-height:420px; aspect-ratio:16 / 9; overflow:hidden; border-radius:16px; background:radial-gradient(circle at 50% 0%, #121a2b 0, #070b12 55%); border:1px solid rgba(0,0,0,.18); }
    .customer-cad-viewer canvas { position:absolute; inset:0; width:100%; height:100%; display:block; }
    .customer-cad-status { position:absolute; left:14px; right:14px; top:14px; z-index:5; pointer-events:none; border:1px solid rgba(255,255,255,.14); border-radius:12px; background:rgba(14,18,28,.82); color:rgba(255,255,255,.92); padding:9px 12px; font-size:12px; line-height:1.45; }
    .customer-cad-status.error { color:#ffb4b4; }
    .customer-notice-modal { z-index:1200; }
    .customer-notice-card { width:min(430px, calc(100vw - 28px)); max-height:calc(100vh - 28px); overflow:hidden; border-radius:18px; background:#fff; box-shadow:0 26px 80px rgba(0,0,0,.30); border:1px solid rgba(255,255,255,.5); }
    .customer-notice-image { display:block; width:100%; max-height:70vh; object-fit:contain; background:#ffffff; }
    .customer-notice-text { padding:22px 22px 16px; }
    .customer-notice-text h2 { margin:0 0 10px; font-size:22px; letter-spacing:-.045em; }
    .customer-notice-text div { color:#3f4653; font-size:14px; line-height:1.65; white-space:pre-wrap; }
    .customer-notice-bottom { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 12px; background:#111111; color:#fff; }
    .customer-notice-check { display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:800; cursor:pointer; user-select:none; }
    .customer-notice-check input { width:18px; height:18px; accent-color:#2563eb; flex:0 0 auto; }
    .customer-notice-close { width:34px; height:34px; min-height:34px; border-radius:999px; padding:0; display:inline-flex; align-items:center; justify-content:center; background:#111; color:#fff; border:1px solid rgba(255,255,255,.35); font-size:20px; line-height:1; }

    .customer-footer { background:#2e3a4d; color:#f8fafc; margin-top:28px; }
    .customer-footer-inner { max-width:1180px; margin:0 auto; padding:22px 18px; display:grid; grid-template-columns:auto auto minmax(0,1fr) 224px; gap:22px; align-items:center; }
    .customer-footer-admin { display:flex; align-items:center; justify-content:flex-start; min-width:0; }
    .customer-footer-admin-link { display:inline-flex; align-items:center; justify-content:center; min-height:42px; border:1px solid rgba(255,255,255,.16); border-radius:999px; padding:0 18px; background:rgba(255,255,255,.08); color:#f8fafc; font-size:13px; font-weight:900; text-decoration:none; white-space:nowrap; box-shadow:0 10px 28px rgba(0,0,0,.18); }
    .customer-footer-admin-link:hover { transform:translateY(-1px); background:rgba(255,255,255,.13); border-color:rgba(255,255,255,.24); }
    .customer-footer-logo { display:flex; align-items:center; min-width:0; }
    .customer-footer-logo img { display:block; max-width:180px; max-height:54px; object-fit:contain; }
    .customer-footer-logo-text { font-size:22px; font-weight:900; letter-spacing:-.04em; }
    .customer-footer-main { min-width:0; font-size:13px; line-height:1.65; color:#dbe4f0; }
    .customer-footer-title { color:#fff; font-weight:900; margin-right:12px; }
    .customer-footer-contact { color:#fff; font-weight:900; }
    .customer-footer-body { white-space:pre-wrap; }
    .customer-footer-meta { color:#cbd5e1; }
    .customer-footer-related { position:relative; justify-self:end; width:100%; }
    .customer-footer-related summary { list-style:none; min-height:48px; border:1px solid rgba(255,255,255,.65); border-radius:8px; padding:0 18px; display:flex; align-items:center; justify-content:space-between; gap:12px; cursor:pointer; font-weight:900; color:#fff; }
    .customer-footer-related summary::-webkit-details-marker { display:none; }
    .customer-footer-related summary span { font-size:24px; line-height:1; font-weight:300; }
    .customer-footer-related[open] summary span { transform:rotate(45deg); }
    .customer-footer-links { position:absolute; right:0; bottom:calc(100% + 8px); width:100%; border:1px solid rgba(255,255,255,.28); border-radius:10px; overflow:hidden; background:#fff; box-shadow:0 18px 44px rgba(0,0,0,.22); z-index:20; }
    .customer-footer-links a { display:block; padding:11px 14px; color:#111827; text-decoration:none; font-size:13px; font-weight:800; border-bottom:1px solid #e5e7eb; }
    .customer-footer-links a:last-child { border-bottom:0; }
    .customer-footer-links a:hover { background:#f3f4f6; }
    @media (max-width: 1100px) { .business-notice-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
    @media (max-width: 760px) {
      .wrap { padding:20px 14px 50px; }
      .top,.toolbar { align-items:flex-start; flex-direction:column; }
      .top-actions { justify-content:flex-start; }
  
    .customer-mentoring-modal .modal-card { width:min(920px,100%); }
    .customer-mentoring-list { border:1px solid var(--line); border-radius:16px; overflow:hidden; background:#fff; }
    .customer-mentoring-row { display:grid; grid-template-columns:60px 1.8fr .7fr .85fr .8fr; gap:12px; align-items:center; padding:13px 14px; border-top:1px solid var(--line); font-size:13px; }
    .customer-mentoring-row:first-child { border-top:0; }
    .customer-mentoring-row.header { background:#fafafa; color:var(--muted); font-size:12px; font-weight:900; }
    .customer-mentoring-title { font-weight:900; letter-spacing:-.03em; line-height:1.45; }
    .customer-mentoring-view .modal-card { width:min(980px,100%); }
    .customer-mentoring-paper { background:#fff; border:0; border-radius:0; padding:0; overflow:visible; }
    .customer-mentoring-paper .report-paper { margin:0 auto; background:#fff; }
    @media (max-width: 720px) {
      .customer-mentoring-row { grid-template-columns:1fr; gap:6px; }
      .customer-mentoring-row.header { display:none; }
    }

    .summary-cards { grid-template-columns:1fr 1fr; }
      .business-notice-grid { grid-template-columns:1fr; }
      .customer-footer-inner { grid-template-columns:1fr; align-items:flex-start; }
      .customer-footer-related { justify-self:stretch; }
      .customer-footer-links { position:static; margin-top:8px; }
      .preview-grid { grid-template-columns:1fr; }
      .detail-grid,.info-row,.quote-view-meta,.customer-doc-meta,.customer-spec-grid { grid-template-columns:1fr; }
      .customer-spec-field:nth-child(odd) { border-right:0; }
      .detail-grid div:nth-last-child(-n+2) { border-bottom:1px solid var(--line); }
      .modal-body { padding:14px; }
      .modal-head { padding:16px; }
    }
    .input-with-btn { display:grid; grid-template-columns:1fr auto; gap:8px; align-items:center; }
    @media print {
      body * { visibility:hidden !important; }
      #printablePrd, #printablePrd * { visibility:visible !important; }
      #printablePrd { position:absolute; left:0; top:0; width:100%; background:#fff; border:0; padding:0; }
      .print-actions, .modal-head, .tabs { display:none !important; }
      body:has(#customerMentoringPrintPreviewModal:not(.hidden)) > *:not(#customerMentoringPrintPreviewModal) { display:none !important; }
      #customerMentoringPrintPreviewModal:not(.hidden), #customerMentoringPrintPreviewModal:not(.hidden) * { visibility:visible !important; }
      #customerMentoringPrintPreviewModal:not(.hidden) { position:static !important; inset:auto !important; display:block !important; background:#fff !important; padding:0 !important; overflow:visible !important; }
      #customerMentoringPrintPreviewModal:not(.hidden) .modal-card { width:auto !important; max-height:none !important; border:0 !important; box-shadow:none !important; border-radius:0 !important; overflow:visible !important; }
      #customerMentoringPrintPreviewModal:not(.hidden) .modal-body { padding:0 !important; background:#fff !important; }
      #customerMentoringPrintPreviewModal:not(.hidden) .ms-mentoring-paper-wrap { border:0 !important; box-shadow:none !important; padding:0 !important; overflow:visible !important; }
      #customerMentoringPrintPreviewModal:not(.hidden) .ms-mentoring-paper { width:auto !important; min-height:auto !important; padding:12mm !important; margin:0 !important; box-shadow:none !important; }
      #customerMentoringPrintPreviewModal:not(.hidden) .seal-remove-preview { display:none !important; }
    }
  
    .schedule-preview-frame { width:100%; min-height:520px; border:0; border-radius:18px; background:transparent; display:block; }
    @media (max-width:900px){ .schedule-preview-frame { min-height:600px; } }
.customer-detail-module-frame{width:100%;height:min(760px,calc(100vh - 210px));min-height:520px;border:0;border-radius:18px;background:transparent;display:block;overflow:auto}.modal-backdrop#detailModal .modal-card{overflow:hidden;display:flex;flex-direction:column}.modal-backdrop#detailModal .modal-body{flex:1;min-height:0;overflow:hidden}

.customer-schedule-modal { padding:18px; }
.customer-schedule-card { width:min(1280px,calc(100vw - 36px)); height:min(92vh,980px); max-height:none; overflow:hidden; display:flex; flex-direction:column; }
.customer-schedule-body { flex:1; min-height:0; padding:0; background:var(--bg); }
.customer-schedule-frame { width:100%; height:100%; border:0; display:block; background:transparent; }
@media (max-width:760px){
  .customer-schedule-modal { padding:8px; }
  .customer-schedule-card { width:calc(100vw - 16px); height:calc(100vh - 16px); border-radius:18px; }
}

/* Phase155: business notice attachments */
.business-notice-attachment-card {
  margin-top: 14px;
  border: 1px solid rgba(148, 163, 184, 0.30);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.72);
  padding: 16px;
}
.business-notice-attachment-card h3 {
  margin: 0 0 12px;
  color: #f8fafc;
  font-size: 15px;
}
.business-notice-attachment-list {
  display: grid;
  gap: 8px;
}
.business-notice-attachment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 12px;
  background: rgba(2, 6, 23, 0.38);
  padding: 12px 14px;
}
.business-notice-attachment-main {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.business-notice-attachment-main strong {
  color: #f8fafc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business-notice-attachment-main span {
  color: #a7b3c6;
  font-size: 12px;
}
.business-notice-attachment-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.business-notice-attachment-actions a {
  text-decoration: none;
}
@media (max-width: 680px) {
  .business-notice-attachment-row {
    align-items: stretch;
    flex-direction: column;
  }
  .business-notice-attachment-actions {
    justify-content: flex-start;
  }
}

/* Phase156: 사업공고 페이지네이션 표시/상태 보강 */
.business-notice-pagination {
  flex-wrap: wrap;
  min-height: 44px;
}
.business-notice-page-status,
.business-notice-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  color: rgba(232, 241, 255, .72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.business-notice-page-status {
  padding: 0 12px;
  border: 1px solid rgba(148, 163, 184, .28);
  border-radius: 999px;
  background: rgba(15, 23, 42, .42);
}

/* Phase157: wrap long manager email addresses in the customer request table. */
.request-table .col-manager,
.request-table td.col-manager,
.request-table .col-manager .sub,
.request-table td.col-manager .sub {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-break: anywhere;
}
.request-table .col-manager .sub,
.request-table td.col-manager .sub {
  display: block;
  max-width: 100%;
  line-height: 1.45;
}

/* Phase175: enlarge customer extra attachment modal */
.customer-attachment-modal .modal-card{
  width:min(1280px, calc(100vw - 40px))!important;
  height:min(860px, calc(100vh - 28px))!important;
}
.customer-attachment-modal .modal-body{
  padding:0!important;
}
.customer-attachment-frame{
  min-height:680px!important;
  background:#0b1119!important;
}
@media (max-width:980px){
  .customer-attachment-modal .modal-card{
    width:calc(100vw - 18px)!important;
    height:calc(100vh - 18px)!important;
  }
  .customer-attachment-frame{min-height:620px!important;}
}


/* Phase188: show internal business assignee separately in customer request list. */
.request-table .col-business-assignee,
.request-table td.col-business-assignee,
.request-table .col-business-assignee .sub,
.request-table td.col-business-assignee .sub {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-break: anywhere;
}
.request-table .col-business-assignee .sub,
.request-table td.col-business-assignee .sub {
  display: block;
  max-width: 100%;
  line-height: 1.45;
}


/* Phase190: fit customer request table to the card width on first load.
   The table can still scroll horizontally on narrow screens, but desktop entry view
   no longer starts with the management buttons clipped outside the visible card. */
.customer-request-card .request-table-scroll{
  overflow-x:auto;
  overflow-y:hidden;
}
.request-table{
  max-width:100%;
}
.request-table td.col-product .sub,
.request-table td.col-manager .sub,
.request-table td.col-business-assignee .sub{
  font-size:12px;
}
.request-table .col-actions .row-actions{
  justify-content:flex-start;
  align-content:flex-start;
}
.request-table .col-actions .row-actions button{
  min-height:38px;
  padding:0 12px;
  border-radius:11px;
}
@media (min-width:1080px){
  .customer-request-card .request-table-scroll{
    scrollbar-gutter:stable;
  }
}
@media (max-width:1080px){
  .request-table{
    min-width:980px;
  }
}


.customer-partner-rating { display:inline-flex; align-items:center; gap:8px; white-space:nowrap; }
.customer-partner-rating span { color:var(--yellow,#f5b942); letter-spacing:1px; }
.customer-partner-rating strong { font-size:12px; color:var(--ink,#fff); }

/* Phase234 customer partner rating editor */
.customer-partner-table-head,.customer-partner-row{display:grid;grid-template-columns:52px minmax(145px,1fr) minmax(165px,1.15fr) minmax(92px,.62fr) minmax(100px,.68fr) minmax(170px,1fr) minmax(100px,.68fr) minmax(112px,.72fr);gap:12px;align-items:center}.customer-partner-table-head{padding:12px 16px;background:var(--panel-2,#0f172a);border:1px solid var(--line,#334155);border-radius:12px 12px 0 0;font-weight:700}.customer-partner-row{padding:14px 16px;border-bottom:1px solid var(--line,#334155)}.customer-partner-rating-cell{display:flex;flex-direction:column;align-items:flex-start;gap:7px;min-width:150px}.customer-partner-rating-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.customer-partner-rate-btn{flex:0 0 auto;padding:7px 12px;font-size:12px}.customer-partner-rating-memo{max-width:150px;font-size:12px;line-height:1.45;color:var(--muted,#94a3b8);white-space:pre-wrap;word-break:break-word}.customer-partner-manage-cell{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.customer-partner-manage-cell .secondary{min-width:92px;white-space:nowrap}.customer-partner-rating-box{padding:14px;border:1px solid var(--line,#334155);border-radius:14px;background:var(--panel-2,#0f172a)}.customer-partner-rating-stars{display:flex;gap:6px;margin:10px 0}.customer-partner-star-btn{appearance:none;border:0;background:transparent;padding:0;font-size:30px;line-height:1;color:var(--muted,#64748b);cursor:pointer}.customer-partner-star-btn.active{color:var(--yellow,#f5b942)}#customerPartnerRatingMemo{width:100%;box-sizing:border-box;resize:vertical}

/* Phase235: keep partner rating stars visible under global theme button rules */
body[data-ms-theme] #customerPartnerRatingStars .customer-partner-star-btn,
body[data-ms-theme] .customer-partner-rating-stars .customer-partner-star-btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  min-width: 46px;
  width: 46px;
  height: 46px;
  padding: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 12px;
  background: color-mix(in srgb, var(--ms-soft, #1e293b) 92%, transparent) !important;
  color: var(--ms-muted, #64748b) !important;
  box-shadow: none !important;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: color .15s ease, background .15s ease, border-color .15s ease, transform .15s ease;
}
body[data-ms-theme] #customerPartnerRatingStars .customer-partner-star-btn.active,
body[data-ms-theme] .customer-partner-rating-stars .customer-partner-star-btn.active {
  color: var(--ms-warning, var(--ms-yellow, #f5b942)) !important;
  background: color-mix(in srgb, var(--ms-warning, var(--ms-yellow, #f5b942)) 16%, var(--ms-soft, #1e293b)) !important;
  border-color: color-mix(in srgb, var(--ms-warning, var(--ms-yellow, #f5b942)) 48%, transparent) !important;
}
body[data-ms-theme] #customerPartnerRatingStars .customer-partner-star-btn:hover,
body[data-ms-theme] .customer-partner-rating-stars .customer-partner-star-btn:hover {
  color: var(--ms-warning, var(--ms-yellow, #f5b942)) !important;
  background: color-mix(in srgb, var(--ms-warning, var(--ms-yellow, #f5b942)) 20%, var(--ms-soft, #1e293b)) !important;
  transform: translateY(-1px);
}
body[data-ms-theme] #customerPartnerRatingStars .customer-partner-star-btn:focus-visible,
body[data-ms-theme] .customer-partner-rating-stars .customer-partner-star-btn:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--ms-warning, var(--ms-yellow, #f5b942)) 28%, transparent) !important;
  outline-offset: 2px;
}

/* Phase385: 고객 포털 기타 첨부/문의 버튼 알림 */
.customer-portal .row-actions button.has-portal-action-alert,
#portalView .row-actions button.has-portal-action-alert {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
  border-width: 2px !important;
  border-style: solid !important;
  font-weight: 900;
  transform: translateZ(0);
}
.customer-portal .row-actions button.has-extra-attachment-alert,
#portalView .row-actions button.has-extra-attachment-alert {
  border-color: rgba(245, 158, 11, .98) !important;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, .16), 0 6px 18px rgba(245, 158, 11, .13) !important;
}
.customer-portal .row-actions button.has-inquiry-alert,
#portalView .row-actions button.has-inquiry-alert {
  border-color: rgba(251, 113, 133, .98) !important;
  box-shadow: 0 0 0 3px rgba(244, 63, 94, .15), 0 6px 18px rgba(244, 63, 94, .12) !important;
}
.customer-portal .row-actions button.has-portal-action-alert:hover,
#portalView .row-actions button.has-portal-action-alert:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
.portal-action-alert-badge {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 18px;
  height: 18px;
  margin-left: 1px;
  padding: 0 5px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}
.has-extra-attachment-alert .portal-action-alert-badge {
  border-color: rgba(17,24,39,.28);
  background: #f59e0b;
  color: #111827;
}
.has-inquiry-alert .portal-action-alert-badge {
  background: #ef4444;
  color: #fff;
}

/* Phase429.0.7 customer request document box */
.customer-document-box-btn{display:inline-flex!important;align-items:center;gap:5px}.customer-document-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--ms-accent,#5b7cff);color:#fff;font-size:10px;font-weight:900}.customer-document-box-modal{z-index:1800}.customer-document-box-card{width:min(1480px,calc(100vw - 26px))!important;max-width:none!important;height:calc(100vh - 26px);padding:0!important;overflow:hidden!important;background:var(--ms-bg,#0b1118)!important}.customer-document-box-card iframe{width:100%;height:100%;border:0;background:transparent}


/* Phase429.0.7.64.9.39: progress status modal shell normalization */
.customer-progress-status-modal{z-index:1810!important;align-items:center!important;justify-content:center!important;padding:12px!important;overflow:hidden!important}
.customer-progress-status-modal.show{display:flex!important}
.customer-progress-status-card{width:min(1600px,calc(100vw - 24px))!important;max-width:none!important;height:calc(100vh - 24px)!important;max-height:calc(100vh - 24px)!important;margin:0!important;padding:0!important;overflow:hidden!important;background:var(--ms-bg,#0b1118)!important;flex:0 1 auto}
.customer-progress-status-card iframe{display:block;width:100%;height:100%;border:0;background:var(--ms-bg,#0b1118)}
