﻿.review-bar{display:flex;align-items:center;gap:18px;padding:10px 24px;background:var(--theme-warning-bg, #fff9ec);border-bottom:1px solid var(--theme-line, #eee6d5);font-size:13px}.review-bar span{flex:1}.review-bar button{min-height:34px;padding:4px 12px}.workspace{max-width:1220px;margin:25px auto;display:grid;grid-template-columns:220px minmax(0,850px);gap:24px;padding:0 18px}.workspace .shell{margin:0;width:100%;align-self:start}.page-menu{font-size:13px}.menu-title{font-size:17px;font-weight:bold;text-decoration:none;display:block;margin:10px 0 18px}.page-menu nav a,.live-links a{display:block;text-decoration:none;padding:7px 12px;border-radius:5px}.page-menu a[aria-current=page]{background:var(--theme-info-bg, #dcecf5);font-weight:bold}.group-label{display:block;font-size:12px;color:var(--muted);margin:17px 12px 5px}.live-links{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.live-links strong{padding-left:12px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.actions a{padding:9px 18px;border:1px solid var(--theme-line, #b9cfdd);border-radius:6px;text-decoration:none;display:inline-flex;align-items:center;font-size:14px;min-height:44px}.actions a.primary{color:white;border-color:var(--blue)}.tiles{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0}.tile{border:1px solid var(--line);padding:19px;border-radius:8px;text-decoration:none;color:var(--ink)}.tile strong{display:block;font-size:17px;color:var(--theme-link, var(--blue))}.tile span{font-size:13px;color:var(--muted)}.pill{display:inline-block;border-radius:20px;font-size:12px;padding:4px 12px;background:var(--theme-success-bg, #eff8f2);color:var(--ok)}.pill.wait{background:var(--theme-warning-bg, #fff4df);color:var(--theme-warning, #916019)}.details{margin:22px 0}.details>div{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:12px 0;border-bottom:1px solid var(--line)}.details dt{font-size:14px;color:var(--muted)}.details dd{margin:0;overflow-wrap:anywhere}.note-box{padding:16px 18px;border-radius:8px;border-left:3px solid var(--blue);background:var(--theme-soft, #f3f7fa);font-size:14px;margin:18px 0}.note-box.warning{border-left-color:var(--focus);background:var(--theme-warning-bg, #fff9ec)}.preview-form{display:grid;gap:17px}.preview-form select,.preview-form textarea{display:block;width:100%;padding:10px 13px;margin-top:7px;border:1px solid var(--line);border-radius:6px;font:inherit;background:var(--theme-surface, #fff);color:var(--ink)}.preview-form textarea{min-height:100px;resize:vertical}.preview-form input[type=checkbox]{display:inline;width:17px;height:17px}.preview-form .check{align-items:center}.preview-form .check input{margin:0}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}td,th{text-align:left;border-bottom:1px solid var(--line);padding:13px 9px;vertical-align:top}th{color:var(--muted);font-weight:500}td small{display:block;color:var(--muted)}h2{font-size:18px;margin:24px 0 12px}.step-list{padding-left:23px;font-size:14px}.step-list li{margin:12px 0}.screen-bottom{margin-top:32px;border-top:1px solid var(--line);padding-top:15px;display:flex;gap:20px;flex-wrap:wrap;font-size:13px}.sample-result{padding:16px;border:1px solid var(--ok);border-radius:7px;color:var(--ok);margin-top:18px}.sample-result:empty{display:none}.compact{font-size:13px;color:var(--muted)}@media(max-width:850px){.workspace{grid-template-columns:1fr;padding:0 12px}.page-menu nav{display:flex;gap:4px;overflow:auto;max-height:160px;flex-wrap:wrap}.group-label{width:100%;margin-top:8px}.page-menu nav a{white-space:nowrap}.live-links{display:flex;flex-wrap:wrap;gap:6px}.review-bar{flex-wrap:wrap;padding:10px 14px}.review-bar span{flex-basis:65%}.workspace .shell{max-width:none}}@media(max-width:480px){.tiles{grid-template-columns:1fr}.details>div{grid-template-columns:95px 1fr}.actions>*{flex:1;justify-content:center}.review-bar strong{width:100%}}
.preview-form input[data-signal=red]{--signal:var(--theme-error, #bf3636)}.preview-form input[data-signal=orange]{--signal:var(--focus)}.preview-form input[data-signal=green]{--signal:var(--ok)}.preview-form input:is([data-signal=red],[data-signal=orange],[data-signal=green]){border-color:var(--signal);outline:3px solid var(--signal);outline-offset:3px}
.request-tile{display:block;margin:12px 0}
#content:focus{outline:none}.shell main>nav.screen-bottom{margin:0 0 24px;padding:0 0 14px;border-top:0;border-bottom:1px solid var(--line)}

.license-support{margin:26px 0}.support-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.support-heading h2{font-size:18px;margin:0}.support-heading>span{font-size:12px;color:var(--theme-link, var(--blue))}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.support-card{border:1px solid var(--line);border-radius:10px;padding:16px;background:linear-gradient(140deg,var(--theme-surface, #fff),var(--theme-soft, #f3f8fb))}.support-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:40px}.support-card img{width:40px;height:40px;object-fit:contain}.support-badge{font-size:12px;color:var(--ok);background:var(--theme-success-bg, #eaf6f0);border-radius:20px;padding:3px 9px;white-space:nowrap}.support-card h3{font-size:16px;margin:12px 0 5px;overflow-wrap:anywhere}.support-card p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.support-card.unsupported{background:var(--theme-soft, #f7f8fa)}.unsupported .support-badge{color:var(--muted);background:var(--theme-soft, #e9edf1)}.unsupported img{filter:grayscale(1);opacity:.55}.update-symbol{font-size:37px;color:var(--theme-link, var(--blue));line-height:40px}.unsupported .update-symbol{color:var(--muted)}@media(max-width:600px){.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-card{padding:12px}.support-heading{align-items:flex-start;flex-direction:column;gap:4px}}

.support-card img[src$="policy-zsteel-logo.png"]{width:100px;height:40px}

.support-card img[src$="policy-zsteel-wordmark.png"]{width:110px;height:40px;max-width:55%}.optional .support-badge{background:var(--theme-soft, #edf2f7);color:var(--theme-link, var(--blue))}

.option-heading{margin-top:22px}.license-support>.support-grid+.hint{margin-bottom:22px}

.account-section-divider{border:0;border-top:1px solid var(--line);margin:28px 0}

.seat-counts #use-this-pc,.seat-counts #release-this-pc {margin-top:12px;font-size:14px;padding:10px 14px;min-height:45px;}
#seat-launch-dialog {width:min(520px,calc(100vw - 48px));border:1px solid var(--theme-line, #d0e0ec);border-radius:12px;padding:28px;color:var(--theme-text, #294353);}
#seat-launch-dialog::backdrop {background:rgba(24,44,58,.42);}
#seat-launch-dialog .actions {display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid var(--line);}
#seat-launch-dialog .actions > button {margin:0;min-height:44px;min-width:88px;white-space:nowrap;}
#seat-launch-dialog h2 {margin-top:0;}
#seat-launch-dialog #seat-launch-status {line-height:1.75;}
@media(max-width:480px){#seat-launch-dialog {padding:22px;}#seat-launch-dialog .actions > button {flex:1 1 auto;}}

.dashboard-section{margin-top:28px}.dashboard-section h2{font-size:20px;margin-bottom:16px}.notice-item{border-bottom:1px solid var(--theme-line, #d9e3ea);padding:16px 0}.notice-item summary{display:flex;align-items:baseline;gap:16px;cursor:pointer}.notice-item summary strong{flex:1}.notice-item time,.notice-read{font-size:13px}.notice-body{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8;padding:12px 0}.notice-item summary:focus-visible{outline:2px solid currentColor}@media(max-width:600px){.notice-item summary{flex-wrap:wrap;gap:8px}.notice-item summary strong{flex-basis:100%}}

.module-list{margin-top:28px;border:1px solid var(--theme-line, #d9e3ea);border-radius:10px;overflow:hidden}.module-list-brand{padding:16px 20px;background:var(--theme-soft, #f5f9fc)}.module-list-brand img{display:block;object-fit:contain}.module-list h3{font-size:14px;margin:0;padding:12px 20px;background:var(--theme-soft, #f5f9fc)}.module-list ul{list-style:none;margin:0;padding:0 20px}.module-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--theme-line, #d9e3ea)}.module-row:last-child{border-bottom:0}.module-row .support-badge{flex-shrink:0}

.module-horizontal{display:grid;grid-template-columns:1fr 1fr;overflow-x:auto}.module-group{min-width:330px}.module-group+.module-group{border-left:1px solid var(--theme-line, #d9e3ea)}.module-list .module-group ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0}.module-list .module-row{flex-direction:column;justify-content:center;text-align:center;gap:12px;padding:18px 8px;border-bottom:0;min-height:110px;font-size:14px}.module-row+.module-row{border-left:1px solid var(--theme-line, #d9e3ea)}.module-horizontal{grid-template-columns:repeat(2,minmax(330px,1fr))}

/* Compact shared module panel with aligned horizontal items. */
.module-list-brand{display:flex;align-items:center;gap:16px;padding:12px 20px;border-bottom:1px solid var(--theme-line, #d9e3ea)}.module-list-brand img{width:96px;height:34px}.module-list-brand>span{font-size:15px;font-weight:600;color:var(--theme-text, #253847)}.module-list h3{padding:10px 16px;font-size:12px;font-weight:500;color:var(--theme-muted, #5d7284);background:var(--theme-surface, white);border-bottom:1px solid var(--theme-line, #e8eef3)}.module-list .module-row{min-height:100px;padding:18px 8px;gap:14px;justify-content:flex-start}.module-row>span:first-child{display:flex;align-items:center;justify-content:center;min-height:24px;white-space:nowrap;font-size:13px;font-weight:600;color:var(--theme-text, #253847)}.module-list .module-row .support-badge{margin:0;line-height:22px}.module-horizontal{background:var(--theme-surface, white)}.module-group+.module-group{border-left:1px solid var(--theme-line, #d9e3ea)}

.remote-support{display:flex;align-items:center;gap:16px;margin:24px 0;padding:18px;border:1px solid var(--theme-line, #d9e3ea);border-radius:10px}.remote-support img{flex-shrink:0}.remote-support>div{flex:1}.remote-support p{margin:4px 0 0;font-size:13px}.remote-support a{white-space:nowrap}@media(max-width:600px){.remote-support{flex-wrap:wrap}.remote-support a{margin-left:64px}}

.seat-counts #seat-total {font-size:56px;line-height:1.2;min-height:104px;display:flex;align-items:center;justify-content:center;}

.remote-support .remote-support-button{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:9px 18px;border-radius:6px;font-size:14px;text-decoration:none;cursor:pointer;}

.offline-license-tag{display:inline-block;font-size:12px;line-height:1.5;padding:3px 8px;border:1px solid var(--line);border-radius:12px;color:var(--theme-link, var(--blue));background:var(--soft);margin-top:6px}.seat-counts #seat-offline-summary{display:block}.seat-counts .offline-license-tag{font-size:12px;color:var(--theme-link, var(--blue))}

/* 승인된 라이선스 구분 시안: 이미지 원본 크기와 무관하게 24px 고정. */
.seat-counts{grid-template-columns:1fr 1.5fr 1fr}.seat-counts>div{padding:22px 14px;border-radius:12px}.seat-counts .used-license-card{background:var(--theme-soft, #f6fafc);border-color:var(--theme-line, #b7d6e4)}.seat-counts #seat-total,.seat-counts #seat-used,.seat-counts #seat-free{font-size:44px;line-height:1.2;margin:14px 0;min-height:0;display:block}.seat-counts .license-split{display:flex;justify-content:center;gap:10px;margin:16px 0;flex-wrap:wrap}.seat-counts .license-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--line);border-radius:9px;background:var(--theme-surface, white);font-size:13px;white-space:nowrap;color:var(--ink)}.seat-counts .license-chip.offline{background:var(--theme-soft, #f0f3f5)}.license-chip img,.table-license img{width:24px;height:24px;object-fit:contain;flex:none}.license-chip b{font-size:16px;margin-left:3px}.table-license{display:flex;align-items:center;gap:9px;white-space:nowrap}.table-license small{display:block;color:var(--muted);font-size:11px;margin-top:3px}#seat-overview td{vertical-align:middle;padding-top:18px;padding-bottom:18px}@media(max-width:650px){.seat-counts{grid-template-columns:1fr 1fr}.seat-counts .used-license-card{grid-column:1/-1;grid-row:1}.seat-counts .license-split{gap:16px}}

#offline-form{margin-top:24px}

/* 최종 승인 배치: 같은 폭의 숫자 세 칸, 숫자 아래 작업 버튼 */
.seat-counts{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;border:0;border-radius:0;overflow:visible}.seat-counts>div{border:1px solid var(--line);border-radius:12px;padding:22px 12px;background:var(--theme-surface, white)}.seat-counts #seat-total,.seat-counts #seat-used,.seat-counts #seat-free{height:54px;margin:12px 0 0;font-size:42px}.seat-counts #use-this-pc,.seat-counts #release-this-pc,.seat-counts .seat-purchase{display:inline-flex;align-items:center;justify-content:center;margin-top:20px;font-size:13px;min-height:42px;padding:8px 12px;border-radius:6px;text-decoration:none}.seat-counts .used-license-card{grid-column:auto;grid-row:auto;background:var(--theme-soft, #f6fafc)}@media(max-width:450px){.seat-counts{gap:8px}.seat-counts>div{padding-left:5px;padding-right:5px}.seat-counts #use-this-pc,.seat-counts #release-this-pc,.seat-counts .seat-purchase{font-size:11px;padding:7px 5px}.seat-counts #seat-total,.seat-counts #seat-used,.seat-counts #seat-free{font-size:36px}}

.seat-counts #temporary-seat-summary{display:block;font-size:12px;margin-top:8px}.seat-counts #temporary-seat-summary:empty{display:none}

.additional-date-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}

/* Request type cards share the account page palette. */
.request-breadcrumb{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 28px;font-size:13px}
.request-breadcrumb a{text-decoration:none;color:var(--theme-link, var(--blue))}
.request-choice-heading h1{margin:0 0 10px}.request-choice-heading p{margin:0;color:var(--muted);font-size:14px}
.request-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:26px 0}
.request-choice-card{display:flex;align-items:center;gap:12px;min-height:100px;padding:15px 18px;border:1px solid var(--line);border-radius:12px;background:var(--theme-surface, #fff);text-decoration:none;color:var(--ink);transition:border-color .15s,background .15s,box-shadow .15s}
.request-choice-card:hover{background:var(--soft);border-color:var(--blue);box-shadow:0 4px 12px #163d5810}
.request-choice-card:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
.request-choice-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex:none;border-radius:11px;background:var(--soft);color:var(--theme-link, var(--blue));font-size:24px;font-weight:600}
.request-choice-copy{display:flex;flex:1;flex-direction:column;gap:6px;min-width:0}.request-choice-copy strong{font-size:16px}.request-choice-copy>span{font-size:13px;line-height:1.65;color:var(--muted);word-break:keep-all}
.request-choice-arrow{flex:none;color:var(--theme-link, var(--blue));font-size:18px}.request-choice-note{border-top:1px solid var(--line);padding-top:18px;font-size:12px;line-height:1.7;color:var(--muted)}
@media(max-width:600px){.request-choice-grid{grid-template-columns:1fr}.request-choice-card{grid-column:auto;min-height:88px;padding:13px 14px}.request-choice-heading h1{font-size:25px}}

.request-history{margin-top:28px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--theme-surface, #fff)}.request-history-heading{display:flex;align-items:center;gap:10px;margin:0;padding:18px 16px}.request-history-heading h2{margin:0;font-size:19px}.request-history-heading>span{font-size:12px;color:var(--muted)}
.request-list-heading,.request-result-row{display:grid;grid-template-columns:minmax(0,1fr) 110px 150px;gap:14px;align-items:center;padding:10px 16px}.request-list-heading{background:var(--soft);border-radius:0;font-size:12px;color:var(--muted)}
.request-result-list{list-style:none;padding:0;margin:0}.request-result-list li{border-bottom:1px solid var(--line)}.request-result-list li:last-child{border-bottom:0}.request-result-row{box-sizing:border-box;text-decoration:none;color:var(--ink);min-height:48px}.request-result-row:hover{background:var(--soft)}.request-result-row:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.request-result-row strong{font-size:14px;font-weight:500;overflow-wrap:anywhere}.request-result-state{font-size:12px;color:var(--theme-link, var(--blue))}.request-result-row time{font-size:12px;color:var(--muted)}.request-result-arrow{color:var(--theme-link, var(--blue))}.request-history-empty{margin:0;padding:22px 16px;background:var(--soft);border-radius:8px;color:var(--muted);font-size:14px;text-align:center}
@media(max-width:600px){.request-list-heading{display:none}.request-result-row{grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:10px 16px}.request-result-row strong{grid-column:1}.request-result-state{grid-column:2}.request-result-row time{grid-column:1}.request-result-arrow{grid-column:2;grid-row:2;justify-self:end}}

.request-detail-dialog{box-sizing:border-box;width:min(780px,calc(100vw - 32px));height:min(850px,calc(100dvh - 40px));max-width:none;max-height:none;padding:0;border:1px solid var(--line);border-radius:14px;color:var(--ink);background:var(--theme-surface, #fff);box-shadow:0 20px 70px #14324a33;overflow:hidden}
.request-detail-dialog[open]{display:flex;flex-direction:column}.request-detail-dialog::backdrop{background:#19344866}.request-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--line);flex:none}.request-dialog-header h2{font-size:19px;margin:0}.request-dialog-header .request-dialog-close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;min-height:44px;padding:0;line-height:1}.request-dialog-close svg{display:block;flex:none}.request-dialog-body{padding:24px;overflow-y:auto;overscroll-behavior:contain;flex:1;min-height:0}.request-dialog-subject{font-size:20px;font-weight:600;margin:0 0 12px;overflow-wrap:anywhere}.request-dialog-body .note-box p{overflow-wrap:anywhere}.request-dialog-reply{margin-top:24px}.request-dialog-reply textarea{box-sizing:border-box;width:100%}.request-dialog-body .status{font-size:13px}
@media(max-width:600px){.request-dialog-header,.request-dialog-body{padding:18px}.request-detail-dialog{width:calc(100vw - 20px);height:calc(100dvh - 24px)}}

.remote-prepare-panel{padding:22px;border:1px solid var(--line);border-radius:12px;background:var(--soft);margin:22px 0 28px}.remote-prepare-panel>strong{font-size:16px}.remote-prepare-panel .remote-prepare-summary{font-size:14px;color:var(--muted);margin:8px 0 20px}.remote-prepare-panel .remote-prepare-consent{display:flex;align-items:flex-start;gap:10px;margin:0 0 18px;font-size:13px;line-height:1.6}.remote-prepare-consent input{flex:none;margin-top:3px}.remote-prepare-actions{display:flex;align-items:center;gap:18px}.remote-prepare-actions a{font-size:13px}.remote-prepare-panel #remote-prepare-status:empty{display:none}.remote-prepare-panel #remote-prepare-status{font-size:13px;margin:14px 0 0;line-height:1.6}.remote-prepare-help{margin-top:18px;font-size:13px;color:var(--muted)}.remote-prepare-help summary{cursor:pointer}.remote-prepare-help p{margin:10px 0 0;line-height:1.7}

.profile-email-row{display:flex;align-items:center;gap:18px;padding:18px 0;margin-bottom:24px;border-bottom:1px solid var(--line)}.profile-email-row>span{font-size:13px;color:var(--muted)}.profile-email-row strong{font-weight:400;overflow-wrap:anywhere;min-width:0;flex:1}.profile-email-row a{flex:none;padding:9px 14px;border:1px solid var(--line);border-radius:6px;text-decoration:none;font-size:13px}.profile-version-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media(max-width:600px){.profile-version-grid{grid-template-columns:1fr;gap:0}.profile-email-row{flex-wrap:wrap;gap:12px}.profile-email-row>span{flex-basis:100%}}

html:not(.local-development) .dev-note,html:not(.local-development) a[href="/dev/mailbox"]{display:none}

.request-choice-card:last-child:nth-child(odd){grid-column:1/-1}.recovery-pc-list{list-style:none;padding:0;margin:24px 0;border:1px solid var(--line);border-radius:12px;overflow:hidden}.recovery-pc-list li+li{border-top:1px solid var(--line)}.recovery-pc-list a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;text-decoration:none;color:var(--ink)}.recovery-pc-list a:hover{background:var(--soft)}.recovery-pc-list a:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}.recovery-pc-list strong{font-size:14px;overflow-wrap:anywhere}.recovery-pc-list small{display:block;margin-top:5px;font-size:12px;color:var(--muted)}.recovery-select-label{color:var(--theme-link, var(--blue));font-size:13px;flex:none}

.improvement-intro{color:var(--muted,var(--theme-muted, #688099));line-height:1.7;margin-bottom:26px}
#improvement-form textarea{min-height:200px;resize:vertical}
.improvement-files{border:1px dashed var(--theme-line, #aac3d5);border-radius:12px;padding:20px;background:var(--theme-soft, #f7fafc);margin:4px 0}
.improvement-file-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}
.improvement-file-heading small{font-weight:normal;color:var(--theme-muted, #688099);margin-left:6px}
.improvement-picker{position:relative;overflow:hidden;margin:0!important;cursor:pointer;padding:9px 14px;border:1px solid var(--theme-line, #aac3d5);border-radius:6px;background:var(--theme-surface, white)}
.improvement-picker input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%}
.improvement-picker:focus-within{outline:2px solid var(--theme-link, #087393);outline-offset:3px}
.improvement-file{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--theme-line, #d5e1ea)}
.improvement-file img{width:64px;height:48px;object-fit:contain;border-radius:5px;background:var(--theme-surface, white)}
.improvement-file span{flex:1;overflow-wrap:anywhere;font-size:13px}
.improvement-file button{padding:5px 10px}
.request-attachments{padding:16px;border:1px solid var(--theme-line, #d5e1ea);border-radius:10px;margin-bottom:20px}
.request-attachments button{display:block;margin:8px 0;max-width:100%;overflow-wrap:anywhere;text-align:left}
.attachment-preview img{display:block;max-width:100%;max-height:500px;object-fit:contain;margin:12px 0}

.request-receipt{padding:14px 18px;border-radius:8px;background:var(--theme-info-bg, #edf6f9);color:var(--theme-link, var(--blue));line-height:1.7}.request-extra,.request-cancel{border-top:1px solid var(--line);padding:16px 0}.request-extra summary,.request-cancel summary{cursor:pointer;color:var(--theme-link, var(--blue));font-size:14px}.request-extra form,.request-cancel form{margin-top:16px}.request-result-actions{display:flex;justify-content:flex-end}.request-result-actions button{min-width:100px}

.request-content-delete{border-top:1px solid var(--line);padding:16px 0}.request-content-delete summary{cursor:pointer;font-size:14px;color:var(--error)}.request-content-delete form{margin-top:16px}.request-content-delete button{color:var(--error);border-color:var(--error)}

.seat-name-editor>summary{list-style:none;cursor:pointer}.seat-name-editor>summary::-webkit-details-marker{display:none}.seat-name-editor>summary:hover{color:var(--theme-link, var(--blue))}.seat-name-editor[open]>summary{display:none}.seat-name-editor form{display:flex;align-items:center;gap:6px;margin:0;max-width:280px}.seat-name-editor input[name="label"]{box-sizing:border-box;width:180px;min-width:0;flex:1;margin:0;padding:5px 8px;min-height:32px;font:inherit}.seat-name-editor button{flex:none;width:auto;min-height:32px;margin:0;padding:5px 10px;font-size:12px;white-space:nowrap}

.administrator-verification{width:min(460px,calc(100vw - 40px));max-height:85vh;border:1px solid var(--theme-line, #cbdce8);border-radius:14px;padding:28px;color:var(--theme-text, #20384c);box-sizing:border-box}.administrator-verification::backdrop{background:#152d4280}.administrator-verification label{display:block;margin-top:20px}.administrator-verification input{display:block;width:100%;box-sizing:border-box}.administrator-verification .actions{display:flex;gap:12px;margin-top:24px}
#seat-launch-status{white-space:pre-line;word-break:keep-all;overflow-wrap:break-word}

#seat-launch-title.seat-release-error{color:var(--theme-error, #b42318);font-weight:800}
#seat-launch-status{white-space:pre-line;line-height:1.75}


.this-pc-summary{margin:22px 0 14px;padding:12px 16px;background:var(--soft,var(--theme-soft, #f3f6f8));border-radius:8px;font-weight:600;color:var(--ink)}.this-pc-summary button{margin-left:12px;font-size:13px}

.pc-action-busy::after{content:' ...';white-space:pre;display:inline-block;width:1.5em;text-align:left;vertical-align:baseline;animation:pc-action-dots 1.2s steps(1,end) infinite}@keyframes pc-action-dots{0%{clip-path:inset(0 100% 0 0)}25%{clip-path:inset(0 66% 0 0)}50%{clip-path:inset(0 33% 0 0)}75%,100%{clip-path:inset(0 0 0 0)}}@media(prefers-reduced-motion:reduce){.pc-action-busy::after{animation:none}}

#seat-launch-confirm{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}#seat-launch-confirm::after{content:'...';display:inline-block;flex:0 0 1.2em;width:1.2em;margin-left:.45em;visibility:hidden;text-align:left}#seat-launch-confirm.seat-submit-busy{cursor:progress;opacity:1}#seat-launch-confirm.seat-submit-busy::after{position:static;transform:none;visibility:visible}

/* Keep the PC identity next to its action, with matching action rows across cards. */
/* Animate only the lettering; the label and reserved dots keep their layout. */
button.pc-action-busy,button.pc-action-busy:disabled{opacity:1;color:var(--theme-muted, #b8bdc4);cursor:progress}
.pc-action-busy .pc-action-label{color:inherit}
@supports ((background-clip:text) or (-webkit-background-clip:text)){
 .pc-action-busy .pc-action-label{background-image:linear-gradient(105deg,#b8bdc4 32%,var(--theme-soft, #d9dde2) 41%,var(--theme-surface, #fff) 47%,var(--theme-surface, #fff) 53%,var(--theme-soft, #d9dde2) 59%,#b8bdc4 68%);background-size:220% 100%;background-position:100% 0;background-clip:text;-webkit-background-clip:text;color:transparent;animation:pc-action-shimmer 1.5s linear infinite}
}
@keyframes pc-action-shimmer{from{background-position:100% 0}to{background-position:0% 0}}
@media(prefers-reduced-motion:reduce),(forced-colors:active){.pc-action-busy .pc-action-label{animation:none;background:none;color:inherit}.pc-action-busy::after{animation:none;clip-path:none}}
.seat-counts{grid-template-rows:auto auto auto auto auto;row-gap:0}
.seat-counts>div,.seat-counts .used-license-card{display:grid;grid-row:span 5;grid-template-columns:minmax(0,1fr);grid-template-rows:subgrid;row-gap:0;justify-items:center;min-width:0}
.seat-counts .this-pc-summary,.seat-counts .seat-pc-context{grid-row:3;margin:8px 0 0;padding:0;min-height:20px;max-width:100%;background:none;border-radius:0;font-size:12px;line-height:1.6;text-align:center;overflow-wrap:anywhere}
.seat-counts .this-pc-summary button{display:block;max-width:100%;margin:6px auto 0;padding:6px 10px;min-height:36px;line-height:1.5;white-space:normal;overflow-wrap:anywhere}
.seat-counts #use-this-pc,.seat-counts #release-this-pc,.seat-counts .seat-purchase{grid-row:4;margin-top:8px;align-self:start;max-width:100%;white-space:normal;overflow-wrap:anywhere}
.seat-counts #temporary-seat-summary{grid-row:5}
.seat-counts .this-pc-summary{display:flex;align-items:center;justify-content:center;min-width:0;width:100%;white-space:nowrap;overflow-wrap:normal}
.seat-counts .this-pc-summary:has(>button){flex-direction:column;white-space:normal;overflow-wrap:anywhere}
.this-pc-summary .this-pc-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.this-pc-summary .this-pc-state{flex:none;white-space:pre}
.pc-status-shimmer{font-weight:700;background-image:linear-gradient(105deg,var(--ink) 20%,var(--theme-link, var(--blue)) 38%,var(--theme-surface, #fff) 50%,var(--theme-link, var(--blue)) 62%,var(--ink) 80%);background-size:180% 100%;background-position:100% 0;background-clip:text;-webkit-background-clip:text;color:transparent;animation:pc-action-shimmer 1.8s linear infinite}@media(prefers-reduced-motion:reduce),(forced-colors:active){.pc-status-shimmer{animation:none;background:none;color:inherit}}
.offline-application-fields{display:grid;gap:17px;border:0;padding:0;margin:0;min-width:0}

.details:has(+ .details .home-expiry){margin-bottom:0}.details:has(.home-expiry){margin-top:0}
.details .home-expiry{display:flex;align-items:center;gap:12px}.details .home-expiry dt{flex:0 0 136px}.details .home-expiry dd{flex:1;margin:0}.home-remaining{margin-left:auto;padding-right:14px;white-space:nowrap;font-size:13px;color:var(--theme-muted, #64798a)}.home-remaining strong{color:var(--theme-link, #08759b);font-size:18px;margin-left:8px;font-variant-numeric:tabular-nums}.home-remaining-unit{font-size:1.06em;margin-left:1px}
.home-renewal{display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--theme-info-bg, #eff7fb);border:1px solid var(--theme-line, #b9d7e6);border-left:4px solid var(--theme-link, #08759b);border-radius:9px;padding:19px 22px;margin:24px 0}.home-renewal h2{font-size:18px;margin:0 0 4px}.home-renewal p{margin:0;font-size:13px;color:var(--theme-muted, #617c8f)}.home-renewal a{white-space:nowrap;font-size:14px;padding:10px 18px;text-decoration:none}
@media(max-width:600px){.home-renewal{flex-wrap:wrap;gap:14px}.details .home-expiry{flex-wrap:wrap}.details .home-expiry dt{flex-basis:75px}.home-remaining strong{font-size:16px}}

.home-renewal a.primary{border-radius:6px}
.quote-action{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;padding:10px 18px;border-radius:6px;font-size:14px;line-height:1.65;text-decoration:none;white-space:nowrap}.quote-action-label{position:relative;display:inline-block;font-weight:500}
.quote-action-bold{position:absolute;inset:0;pointer-events:none;color:inherit;font:inherit;-webkit-text-stroke:.65px currentColor;mask-image:linear-gradient(110deg,transparent 35%,#000 45%,#000 55%,transparent 65%);mask-size:250% 100%;mask-position:180% 0;mask-repeat:no-repeat;animation:renewal-quote-bold-sweep 3.8s ease-in-out infinite}
.quote-action-viewed .quote-action-bold{display:none;animation:none}
input[type="number"]::-webkit-inner-spin-button{width:32px;height:38px;margin-right:2px;opacity:1;cursor:pointer}
@keyframes renewal-quote-bold-sweep{0%,20%{mask-position:180% 0}80%,100%{mask-position:-80% 0}}
@media(prefers-reduced-motion:reduce){.quote-action-label{font-weight:700}.quote-action-bold{display:none;animation:none}}
@media(forced-colors:active){.quote-action-label{color:LinkText}.quote-action-bold{display:none;animation:none}}

/* Distinguish the sender with a label, border and color, including without color vision. */
.request-message.from-customer{background:var(--theme-soft, #f3f5f7);border-left-color:var(--theme-line, #8393a1);color:var(--theme-text, #344654);margin-right:28px}
.request-message.from-administrator{background:var(--theme-info-bg, #eaf4ff);border-left-color:var(--theme-link, #2674b9);color:var(--theme-link, #173e64);margin-left:28px}
.request-message.from-administrator>strong{color:var(--theme-link, #155b97)}.request-message>strong{display:inline-flex;align-items:center;gap:8px}
.request-message.from-administrator>strong::before{content:'답변';font-size:11px;padding:2px 7px;background:var(--theme-info-bg, #d3e7fa);border-radius:4px}
.request-unread-badge{display:inline-flex;align-items:center;white-space:nowrap;vertical-align:middle;font-size:11px;font-weight:700;line-height:1.5;padding:2px 7px;margin-left:8px;border-radius:12px;background:var(--theme-warning-bg, #fff0df);color:var(--theme-warning, #924400)}
.dev-navigation a:has(.request-unread-badge){flex-wrap:wrap;gap:6px 12px}.dev-navigation .request-unread-badge{margin-left:34px}
.request-result-row.has-unread-reply{background:var(--theme-info-bg, #f1f7ff)}.request-result-row.has-unread-reply strong{font-weight:700}
@media(max-width:600px){.request-message.from-customer{margin-right:12px}.request-message.from-administrator{margin-left:12px}}

/* Brighter message text and distinct card edges in the dark request result. */
@media screen{
 :root[data-theme=dark] .request-detail-dialog{border-color:#607b93}
 :root[data-theme=dark] .request-dialog-header{background:#223448;border-bottom-color:#607b93;color:#f1f5f9}
 :root[data-theme=dark] .request-dialog-subject{color:#f1f5f9}
 :root[data-theme=dark] .request-message{border:1px solid;border-left-width:4px;color:#f1f5f9}
 :root[data-theme=dark] .request-message.from-customer{background:#283849;border-color:#607b93;border-left-color:#aec0d0}
 :root[data-theme=dark] .request-message.from-administrator{background:#173e59;border-color:#5088ad;border-left-color:#8cd5ff}
 :root[data-theme=dark] .request-message.from-administrator>strong{color:#b8e5ff}
 :root[data-theme=dark] .request-message.from-administrator>strong::before{background:#285b7b;color:#e6f5ff}
 :root[data-theme=dark] .request-message>small{color:#ccdae6}
 :root[data-theme=dark] .request-dialog-body :is(.request-attachments,.request-dialog-reply textarea){border-color:#607b93}
}
.page-title-with-icon{display:flex;align-items:center;gap:10px}
.page-title-with-icon .navigation-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex:none;color:var(--theme-link,var(--blue))}
.page-title-with-icon .navigation-icon svg{width:26px;height:26px}
.disabled-action-tip{display:inline-flex}.disabled-action-tip:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:6px}.disabled-action-tip>button{width:100%}

.developer-news-badge{display:inline-flex;white-space:nowrap;font-size:11px;font-weight:700;padding:2px 7px;margin-left:8px;border-radius:12px;background:var(--theme-warning-bg,#fff0df);color:var(--theme-warning,#924400)}
