:root{--ink:#173f35;--ink-2:#31584e;--paper:#f6f7f2;--card:#fff;--line:#dfe5dd;--accent:#d8ff55;--accent-2:#f0ffbc;--red:#d65243;--amber:#d4922c;--blue:#407a91;--muted:#728078;--shadow:0 10px 30px rgba(23,63,53,.08);font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;background:var(--paper)}button,input,select,textarea{font:inherit;color:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:232px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:232px;background:var(--ink);color:#fff;padding:24px 16px;display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 28px}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--accent);color:var(--ink);font-weight:900}.brand strong,.brand small{display:block}.brand small{font-size:9px;letter-spacing:2.2px;color:#afc1ba;margin-top:3px}.sidebar nav{display:grid;gap:6px}.nav-item{border:0;background:transparent;color:#bcd0c8;text-align:left;padding:12px 14px;border-radius:10px;cursor:pointer;display:flex;gap:12px;align-items:center}.nav-item span{width:18px;text-align:center}.nav-item:hover,.nav-item.active{background:#28564a;color:#fff}.nav-item.active{box-shadow:inset 3px 0 var(--accent)}.integration-mini{margin-top:auto;border-top:1px solid #315e53;padding-top:14px}.integration-row{font-size:11px;color:#bcd0c8;display:flex;justify-content:space-between;padding:4px 6px}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px;background:#d49a3e}.status-dot.ok{background:#75c778}.side-foot{color:#78978d;font-size:10px;padding:14px 6px 0}main{grid-column:2;min-width:0}.topbar{height:86px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(246,247,242,.95);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.page-title small{color:var(--muted);font-size:11px}.page-title h1{font-size:22px;margin:3px 0 0}.top-actions{display:flex;align-items:center;gap:16px}.search{width:min(32vw,360px);background:#fff;border:1px solid var(--line);border-radius:11px;padding:9px 13px;display:flex;gap:8px}.search input{border:0;outline:0;width:100%;background:transparent}.role-picker{display:flex;align-items:center;gap:8px}.role-picker span{width:34px;height:34px;border-radius:50%;background:var(--ink);color:#fff;display:grid;place-items:center}.role-picker select,.filterbar select{background:#fff;border:1px solid var(--line);border-radius:9px;padding:8px 30px 8px 10px}.filterbar{display:flex;align-items:center;gap:10px;padding:15px 34px;border-bottom:1px solid var(--line);background:#fff}.segmented{display:flex;background:var(--paper);padding:3px;border-radius:9px}.segmented button{border:0;background:transparent;padding:7px 12px;border-radius:7px;cursor:pointer}.segmented button.active{background:var(--ink);color:#fff}.ghost,.secondary,.primary,.danger{border-radius:9px;padding:9px 14px;cursor:pointer;border:1px solid var(--line);background:#fff}.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.primary.accent{background:var(--accent);border-color:var(--accent);color:var(--ink);font-weight:700}.danger{color:var(--red);border-color:#ecc9c5}.freshness{font-size:11px;color:var(--muted);margin-left:auto}.content{padding:26px 34px 90px;max-width:1680px;margin:auto}.hero-strip{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.hero-strip h2{font-size:25px;margin:0 0 5px}.hero-strip p{margin:0;color:var(--muted)}.eyebrow{color:var(--blue);font-weight:700;font-size:11px;letter-spacing:1px;text-transform:uppercase}.metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.metric-card,.panel,.product-card,.task-card{background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:0 2px 8px rgba(23,63,53,.025)}.metric-card{padding:16px;min-height:112px;position:relative;overflow:hidden}.metric-card.highlight{background:var(--ink);color:#fff}.metric-card .label{font-size:12px;color:var(--muted)}.metric-card.highlight .label{color:#b8cec7}.metric-card .value{font-size:25px;font-weight:750;margin:10px 0 5px;letter-spacing:-.5px}.metric-card .delta{font-size:11px}.positive{color:#409164}.negative{color:var(--red)}.metric-card.highlight:after{content:"";position:absolute;width:75px;height:75px;background:var(--accent);border-radius:50%;right:-32px;top:-31px}.grid-2{display:grid;grid-template-columns:1.55fr 1fr;gap:16px;margin-top:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.panel{padding:18px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.panel-head h3{margin:0;font-size:15px}.panel-head p{margin:3px 0 0;font-size:11px;color:var(--muted)}.link-button{border:0;background:none;color:var(--blue);cursor:pointer;font-size:12px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th{text-align:left;color:var(--muted);font-weight:500;padding:9px 8px;border-bottom:1px solid var(--line);white-space:nowrap}td{padding:11px 8px;border-bottom:1px solid #edf0ec;white-space:nowrap}.rank{font-weight:800;color:#9aa59f}.product-name{font-weight:650}.muted{color:var(--muted)}.tag{display:inline-flex;align-items:center;padding:3px 7px;border-radius:20px;font-size:10px;background:#edf3ef;color:var(--ink-2);margin:1px}.tag.fast{background:#e2f8df;color:#277048}.tag.slow,.tag.warn{background:#fff0d7;color:#9b6417}.tag.risk{background:#fde4e0;color:#a63e34}.tag.new{background:#e2eef4;color:#36687c}.bar{height:6px;background:#edf0ec;border-radius:5px;overflow:hidden;min-width:70px}.bar i{display:block;height:100%;background:var(--ink);border-radius:5px}.task-list{display:grid;gap:10px}.task-card{padding:14px;box-shadow:none}.task-top{display:flex;align-items:start;justify-content:space-between;gap:10px}.task-card h4{margin:3px 0 8px;font-size:14px}.task-meta{font-size:11px;color:var(--muted);display:flex;flex-wrap:wrap;gap:10px}.task-actions{display:flex;gap:7px;margin-top:12px;flex-wrap:wrap}.task-actions button{font-size:11px;padding:7px 9px}.status{font-size:10px;padding:4px 8px;border-radius:20px;background:var(--accent-2);white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-card{padding:17px;cursor:pointer;transition:.18s}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.product-art{height:100px;border-radius:11px;background:linear-gradient(135deg,#d8e7d9,#f7efdb);display:flex;align-items:center;justify-content:center;font-size:54px;margin-bottom:14px}.product-card h3{font-size:15px;margin:0 0 5px}.product-card p{font-size:11px;color:var(--muted);margin:0 0 11px}.product-card footer{display:flex;justify-content:space-between;align-items:center;font-size:11px}.detail-head{display:flex;justify-content:space-between;gap:16px}.detail-title h2{margin:4px 0;font-size:25px}.detail-title p{margin:0;color:var(--muted);font-size:12px}.detail-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;margin-top:16px}.kv{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.kv div{background:var(--paper);padding:12px;border-radius:9px}.kv small,.form-field small{display:block;color:var(--muted);margin-bottom:5px}.version-tabs{display:flex;gap:7px;margin:12px 0}.version-tabs button{border:1px solid var(--line);background:#fff;padding:7px 13px;border-radius:8px}.version-tabs button.active{background:var(--ink);color:#fff}.formula{background:#eff5f1;border-left:3px solid var(--ink);padding:12px;font-size:12px;border-radius:0 8px 8px 0;line-height:1.8}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px}.form-field textarea{min-height:100px;resize:vertical}.result-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:15px}.result-card{background:var(--paper);padding:13px;border-radius:10px}.result-card small{display:block;color:var(--muted)}.result-card strong{font-size:19px;display:block;margin-top:6px}.alert{padding:12px 14px;border-radius:9px;margin:12px 0;font-size:12px}.alert.info{background:#e9f2f5;color:#335f70}.alert.warn{background:#fff1dc;color:#8f5e17}.alert.error{background:#fde7e3;color:#a13d34}.empty{padding:40px 20px;text-align:center;color:var(--muted)}.empty strong{display:block;color:var(--ink);margin-bottom:5px}.upload-zone{border:1px dashed #9aaea5;border-radius:12px;padding:22px;text-align:center;background:#fafcf9}.upload-zone textarea{width:100%;min-height:160px;margin-top:12px;text-align:left;border:1px solid var(--line);border-radius:8px;padding:10px;font-family:ui-monospace,monospace;font-size:11px}.scene-cloud{display:flex;flex-wrap:wrap;gap:8px}.scene-chip{background:#fff;border:1px solid var(--line);padding:9px 11px;border-radius:10px;font-size:11px}.scene-chip strong{display:block;margin-bottom:3px}.scene-chip small{color:var(--muted)}dialog{border:0;border-radius:16px;padding:0;box-shadow:0 24px 80px rgba(0,0,0,.25);width:min(700px,calc(100vw - 30px));max-height:88vh;overflow:auto}dialog::backdrop{background:rgba(17,41,35,.45);backdrop-filter:blur(3px)}#modalBody{padding:25px}.modal-close{position:absolute;right:12px;top:12px;border:0;background:#edf0ec;width:29px;height:29px;border-radius:50%;font-size:19px;cursor:pointer}.toast{position:fixed;right:24px;top:100px;background:var(--ink);color:#fff;padding:11px 16px;border-radius:9px;z-index:100;box-shadow:var(--shadow);opacity:0;transform:translateY(-8px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}.toast.error{background:var(--red)}.mobile-tabs,.mobile-only{display:none}
@media(max-width:1050px){.metrics{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.grid-2,.detail-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.app-shell{display:block}.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.sidebar.open:after{content:"";position:fixed;left:232px;top:0;width:calc(100vw - 232px);height:100vh;background:rgba(0,0,0,.25)}main{display:block}.topbar{height:68px;padding:0 15px;gap:10px}.mobile-only{display:block}.icon-button{border:0;background:transparent;font-size:21px}.page-title small{display:none}.page-title h1{font-size:18px}.top-actions{margin-left:auto;gap:5px}.search{display:none}.role-picker span{display:none}.role-picker select{max-width:116px;padding:7px;font-size:11px}.filterbar{padding:10px 14px;overflow-x:auto;position:sticky;top:68px;z-index:15}.filterbar select{max-width:110px;font-size:11px}.filterbar .ghost,.freshness{display:none}.segmented{flex:none}.segmented button{font-size:11px;padding:6px 9px}.content{padding:17px 14px 85px}.hero-strip{align-items:start}.hero-strip h2{font-size:21px}.hero-strip p{font-size:11px;max-width:270px}.hero-strip .primary{font-size:11px;padding:8px}.metrics{grid-template-columns:repeat(2,1fr);gap:9px}.metric-card{min-height:98px;padding:13px}.metric-card .value{font-size:21px}.grid-2,.grid-3,.detail-grid{grid-template-columns:1fr}.panel{padding:14px}.product-grid{grid-template-columns:1fr}.product-art{height:80px}.form-grid,.result-cards{grid-template-columns:repeat(2,1fr)}.kv{grid-template-columns:1fr}.mobile-tabs{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:25;padding-bottom:env(safe-area-inset-bottom)}.mobile-tabs button{border:0;background:#fff;padding:9px 3px 7px;font-size:10px;color:var(--muted)}.mobile-tabs button span{display:block;font-size:18px;margin-bottom:2px}.mobile-tabs button.active{color:var(--ink);font-weight:700}table{font-size:11px}.detail-head{display:block}.detail-head .task-actions{margin-top:14px}.toast{left:14px;right:14px;top:78px;text-align:center}}

/* Containment safeguards for narrow enterprise-WeChat viewports. */
body{overflow-x:hidden}.grid-2>*,.grid-3>*,.panel{min-width:0}.table-wrap{overflow-x:auto;max-width:100%;overscroll-behavior-inline:contain}
.version-tabs span{display:inline-block;border:1px solid var(--line);background:#fff;padding:7px 13px;border-radius:8px;font-size:12px}.version-tabs span.active{background:var(--ink);color:#fff}
@media(max-width:720px){.filterbar{scrollbar-width:none}.filterbar::-webkit-scrollbar{display:none}}
.compare-table{min-width:620px}.compare-table th:not(:first-child),.compare-table td:not(:first-child){min-width:170px;white-space:normal;vertical-align:top}.compare-table td:first-child{font-weight:700;color:var(--muted)}.date-input{border:1px solid var(--line);border-radius:9px;padding:8px;background:#fff;color:var(--ink)}.date-input[hidden]{display:none}

/* 新手大字版：默认使用更清晰的字号、对比度和操作提示。 */
:root{--muted:#4f6259;--line:#cfd9d2;--paper:#f4f7f3;--shadow:0 10px 28px rgba(23,63,53,.1)}
html{font-size:18px}body{font-size:18px;line-height:1.65;letter-spacing:.01em}.app-shell{grid-template-columns:286px 1fr}.sidebar{width:286px;padding:28px 20px}.brand{padding:0 8px 30px}.brand-mark{width:52px;height:52px;border-radius:15px;font-size:25px}.brand strong{font-size:22px}.brand small{font-size:13px;letter-spacing:.05em;color:#d5e2dd}.sidebar nav{gap:9px}.nav-item{min-height:54px;padding:13px 16px;border-radius:12px;font-size:18px;font-weight:650;color:#d7e4df}.nav-item span{width:24px;font-size:21px}.integration-mini{display:none}.sidebar-help{margin-top:auto;padding:18px;border:1px solid #54786e;border-radius:14px;background:#214c41;display:grid;gap:5px}.sidebar-help strong{font-size:17px;color:var(--accent)}.sidebar-help span{font-size:14px;line-height:1.6;color:#e6f0ec}.side-foot{font-size:13px;color:#b9cec6;padding:14px 4px 0}.topbar{height:106px;padding:0 38px}.page-title small{font-size:15px}.page-title h1{font-size:30px;margin-top:2px}.top-actions{gap:14px}.readable-badge{display:inline-flex;align-items:center;min-height:36px;padding:5px 12px;border-radius:18px;background:#e4f3df;color:#285e47;font-size:14px;font-weight:750}.search{width:min(30vw,380px);padding:12px 15px;border-width:2px}.search input{font-size:16px}.role-picker:before{content:"当前身份";font-size:14px;color:var(--muted);font-weight:700}.role-picker span{width:43px;height:43px;font-size:18px}.role-picker select,.filterbar select{min-height:46px;border-width:2px;font-size:16px}.filterbar{align-items:flex-end;gap:14px;padding:16px 38px}.filter-group{display:grid;gap:4px;flex:none}.filter-group>span{font-size:13px;font-weight:700;color:var(--muted)}.filterbar .ghost{min-height:46px}.freshness{font-size:14px;padding-bottom:9px}.content{padding:32px 38px 100px;max-width:1550px}.hero-strip{align-items:center;margin-bottom:22px;gap:20px}.hero-strip h2{font-size:32px;line-height:1.25;margin-bottom:8px}.hero-strip p{font-size:17px;line-height:1.65;color:var(--muted)}.eyebrow{font-size:14px;letter-spacing:.04em}.ghost,.secondary,.primary,.danger{min-height:48px;padding:11px 18px;border-radius:11px;font-size:16px;font-weight:700}.beginner-banner{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 20px}.beginner-banner>div{display:flex;align-items:center;gap:13px;padding:17px 18px;background:#fff;border:2px solid var(--line);border-radius:15px}.beginner-banner b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;flex:none;background:var(--accent);font-size:19px}.beginner-banner span{display:grid}.beginner-banner strong{font-size:17px}.beginner-banner small{font-size:14px;color:var(--muted)}.metrics{gap:14px}.metric-card{padding:20px;min-height:172px;border-width:2px}.metric-card .label{font-size:17px;font-weight:750}.metric-card .value{font-size:31px;margin:11px 0 6px}.metric-card .delta{font-size:15px;font-weight:700}.metric-help{margin-top:8px;font-size:14px;line-height:1.45;color:var(--muted)}.metric-card.highlight .metric-help{color:#d9e7e1}.grid-2,.grid-3{gap:20px;margin-top:20px}.panel,.product-card,.task-card{border-width:2px}.panel{padding:23px}.panel-head{gap:18px;margin-bottom:18px}.panel-head h3{font-size:21px;line-height:1.35}.panel-head p{font-size:15px;line-height:1.5}.link-button{min-height:44px;font-size:16px;font-weight:750}.table-wrap{border:1px solid var(--line);border-radius:10px}table{font-size:16px}th{font-size:14px;font-weight:750;padding:13px 12px;background:#f4f7f3}td{padding:15px 12px}.muted{color:var(--muted)}.tag{padding:5px 9px;font-size:13px}.term-help,.score-explainer{padding:18px 20px;margin-top:20px;border-radius:13px;background:#fff8d9;border:2px solid #eadb8d;color:#4e481f}.term-help strong,.score-explainer strong{display:block;font-size:17px;margin-bottom:4px}.score-explainer{display:grid;gap:4px;margin:0 0 20px}.score-explainer span{font-size:16px}.task-list{gap:13px}.task-card{padding:18px}.task-card h4{font-size:18px;line-height:1.45}.task-meta{font-size:15px;gap:10px 18px}.task-actions{gap:10px;margin-top:15px}.task-actions button{font-size:15px;padding:9px 13px;min-height:44px}.status{font-size:14px;padding:5px 10px}.product-grid{gap:18px}.product-card{padding:20px}.product-card h3{font-size:21px}.product-card p,.product-card footer{font-size:15px}.product-art{height:125px}.detail-title h2{font-size:30px}.detail-title p{font-size:16px}.kv{gap:14px}.kv div{padding:15px;font-size:16px}.kv small,.form-field small{font-size:15px;font-weight:750}.form-grid{gap:17px}.form-field input,.form-field select,.form-field textarea{min-height:48px;border-width:2px;padding:11px;font-size:16px}.form-field textarea{min-height:140px}.result-heading{display:flex;align-items:baseline;gap:12px;margin:24px 0 10px}.result-heading strong{font-size:23px}.result-heading span{font-size:15px;color:var(--muted)}.result-cards{gap:12px}.result-card{padding:17px}.result-card small{font-size:14px}.result-card strong{font-size:23px}.result-card.best{background:#e9f7d4;border:2px solid #83a844}.alert{padding:16px 18px;font-size:16px;line-height:1.65}.empty{font-size:16px}.empty strong{font-size:19px}.upload-zone{padding:25px}.upload-zone>strong{font-size:20px}.upload-zone>p{color:var(--muted)}.upload-zone textarea{font-size:14px;line-height:1.5}.technical-details{margin-top:16px;border:2px solid var(--line);border-radius:12px;background:#fff;padding:0 16px}.technical-details summary{cursor:pointer;padding:14px 0;font-weight:750;font-size:16px}.technical-details pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px}.formula{font-size:16px}.integration-readable{color:var(--ink)!important;font-size:16px!important;border-bottom:1px solid var(--line);padding:13px 0}.scene-cloud{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.scene-chip{display:grid;gap:7px;padding:16px;border-width:2px;font-size:16px}.scene-chip strong{font-size:18px;line-height:1.4}.scene-chip small{font-size:15px}.scene-chip details{border-top:1px solid var(--line);padding-top:7px;color:var(--muted)}.scene-chip details summary{cursor:pointer;font-size:14px}.scene-chip details span{display:block;margin-top:5px;font-size:14px}.priority{justify-self:start;padding:5px 9px;border-radius:20px;font-size:14px;font-weight:800}.priority.high{background:#fde4e0;color:#96382f}.priority.medium{background:#fff0d7;color:#865815}.priority.low{background:#e5eee8;color:#496158}dialog{width:min(820px,calc(100vw - 32px));font-size:17px}#modalBody{padding:32px}.modal-close{width:42px;height:42px;font-size:26px}.toast{font-size:16px}.mobile-tabs button{min-height:60px}
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:4px solid #f0bd39;outline-offset:2px}
@media(max-width:1400px){.metrics{grid-template-columns:repeat(3,1fr)}.beginner-banner{grid-template-columns:1fr}.beginner-banner>div{padding:13px 17px}}
@media(max-width:900px) and (min-width:721px){.app-shell{grid-template-columns:245px 1fr}.sidebar{width:245px}.content,.filterbar,.topbar{padding-left:24px;padding-right:24px}.metrics{grid-template-columns:repeat(2,1fr)}.scene-cloud{grid-template-columns:1fr}}
@media(max-width:720px){html{font-size:16px}body{font-size:16px}.sidebar{width:min(82vw,300px);padding:22px 16px}.sidebar.open:after{left:min(82vw,300px);width:calc(100vw - min(82vw,300px))}.topbar{height:76px;padding:0 14px}.page-title h1{font-size:22px}.readable-badge{display:none}.role-picker:before{display:none}.role-picker select{font-size:14px;max-width:130px}.filterbar{top:76px;align-items:flex-end;padding:10px 14px}.filter-group{min-width:145px}.filterbar select{max-width:145px;font-size:15px}.content{padding:20px 14px 96px}.hero-strip{display:block}.hero-strip h2{font-size:27px}.hero-strip p{font-size:16px;max-width:none}.hero-strip .primary{margin-top:12px;font-size:15px}.beginner-banner{grid-template-columns:1fr}.metrics{grid-template-columns:1fr}.metric-card{min-height:150px}.metric-card .value{font-size:29px}.grid-2,.grid-3,.detail-grid{grid-template-columns:1fr}.panel{padding:17px}.panel-head{align-items:flex-start}.panel-head h3{font-size:19px}.panel-head p{font-size:14px}.link-button{font-size:14px}.product-grid,.scene-cloud{grid-template-columns:1fr}.form-grid,.result-cards{grid-template-columns:1fr}.kv{grid-template-columns:1fr}.mobile-tabs{grid-template-columns:repeat(4,1fr)}.mobile-tabs button{font-size:13px;padding:8px 3px}.mobile-tabs button span{font-size:21px}.task-meta{font-size:14px;display:grid}.score-explainer span{font-size:15px}table{font-size:15px}#modalBody{padding:26px 18px}.result-heading{display:grid;gap:2px}}

/* 直接双击 HTML 文件时，显示清楚的纠正提示，不再展示损坏的页面。 */
.file-open-notice{min-height:100vh;padding:40px 20px;background:linear-gradient(145deg,#eff6ee 0%,#f8f8f1 55%,#eef5e5 100%);display:grid;place-items:center}.file-open-notice[hidden]{display:none}.file-open-card{width:min(760px,100%);padding:42px;background:#fff;border:2px solid #cbd9d0;border-radius:24px;box-shadow:0 24px 70px rgba(23,63,53,.16);text-align:center}.notice-icon{width:68px;height:68px;margin:0 auto 13px;border-radius:50%;display:grid;place-items:center;background:#fff0d7;color:#8f5e17;font-size:38px;font-weight:900}.notice-kicker{margin:0;color:#8f5e17;font-size:16px;font-weight:850;letter-spacing:.08em}.file-open-card h1{margin:5px 0 10px;color:#173f35;font-size:38px;line-height:1.25}.notice-lead{max-width:600px;margin:0 auto 26px;color:#4f6259;font-size:20px;line-height:1.7}.notice-steps{display:grid;gap:12px;margin:0 0 24px;text-align:left}.notice-steps>div{display:flex;align-items:center;gap:15px;padding:16px 18px;border:2px solid #d9e2dc;border-radius:14px;background:#f8faf7}.notice-steps b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex:none;background:#d8ff55;color:#173f35;font-size:20px}.notice-steps span{display:grid}.notice-steps strong{font-size:18px;color:#173f35}.notice-steps small{font-size:15px;color:#4f6259}.notice-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:12px 24px;border-radius:12px;background:#173f35;color:#fff;text-decoration:none;font-size:18px;font-weight:800}.file-open-card details{margin-top:22px;text-align:left;border-top:1px solid #d9e2dc;padding-top:15px;color:#4f6259}.file-open-card summary{cursor:pointer;font-weight:750;color:#31584e}.file-open-card details p{font-size:16px;line-height:1.7}.file-open-card a:focus-visible,.file-open-card summary:focus-visible{outline:4px solid #f0bd39;outline-offset:3px}
@media(max-width:600px){.file-open-notice{padding:18px}.file-open-card{padding:28px 18px;border-radius:18px}.file-open-card h1{font-size:29px}.notice-lead{font-size:17px}.notice-steps strong{font-size:16px}.notice-steps small{font-size:14px}.notice-button{width:100%;font-size:16px}}
