:root{--bg:#f6f7f4;--paper:#fff;--ink:#202b28;--muted:#83908a;--green:#176b51;--green-soft:#edf6f0;--border:#e5eae5;--amber:#a87528;--coral:#bd6652;--font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:13px;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.42;cursor:not-allowed}button{transition:background .16s,color .16s,transform .16s}button:active:not(:disabled){transform:translateY(1px)}a{text-decoration:none;color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #80b6a3;outline-offset:3px}textarea:focus,input:focus,select:focus{outline:none;border-color:#6aab92;box-shadow:0 0 0 3px #176b510b}[hidden]{display:none!important}
.site-header{height:77px;background:#fff;border-bottom:1px solid var(--border)}.header-inner{height:100%;max-width:1512px;padding:0 48px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;font-size:21px;letter-spacing:-.6px;font-weight:450;gap:5px}.brand b{font-weight:650}.brand-icon{display:grid;place-items:center;width:33px;height:33px;border-radius:9px;background:var(--green);color:white;margin-right:5px}.brand-icon svg{width:25px;height:25px}.au-tag{margin-left:9px;color:#53735f;background:#eff4ef;border:1px solid #dbe5dc;border-radius:5px;font-size:10px;padding:3px 6px;letter-spacing:.5px;font-weight:650}.header-right{display:flex;align-items:center;gap:22px}.private-badge{display:flex;gap:6px;align-items:center;font-size:12px;color:#52695d}.private-badge svg{width:16px;height:16px}.avatar{display:grid;place-items:center;background:#f3f2e9;color:#797253;border:1px solid #e7e4d5;border-radius:50%;height:32px;width:32px;font-size:11px;font-weight:650}
main{max-width:1512px;margin:auto;padding:37px 48px 0}.intro{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:29px}.eyebrow{font-size:10px;letter-spacing:1.6px;color:#7b8c81;font-weight:650;display:flex;align-items:center;gap:7px}.eyebrow>span{width:5px;height:5px;background:#368362;border-radius:50%}h1{font-size:29px;font-weight:620;letter-spacing:.15px;margin:13px 0 10px;line-height:1.4}.heading-dot{color:var(--green);margin-left:3px}p{line-height:1.7}.intro p{color:#849087;font-size:13px;margin:0}.button{border:1px solid transparent;border-radius:7px;padding:10px 14px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:12px;white-space:nowrap;font-weight:550;min-height:38px}.button.secondary{background:white;border-color:#dce3dc;color:#54675a;box-shadow:0 2px 3px #15291b03}.button.secondary:hover{background:#f0f5f0}.button.primary{background:var(--green);color:#fff;padding:11px 18px;box-shadow:0 2px 4px #176b5117}.button.primary:hover{background:#125840}.button .icon{font-size:18px}
.stats{display:grid;grid-template-columns:1.03fr 1fr 1.2fr;gap:17px;margin-bottom:25px}.stat{background:white;border:1px solid var(--border);border-radius:10px;min-height:98px;display:flex;align-items:center;padding:20px 22px;gap:15px;position:relative}.stat-symbol{display:grid;place-items:center;border-radius:9px;height:40px;width:40px;font-size:25px;flex-shrink:0}.stat-symbol.green{color:#36795b;background:#f0f5ed}.stat-symbol.amber{color:#ac8b4c;background:#faf5e9}.stat-symbol.coral{color:#bd7b62;background:#faf0e9}.stat-label{font-size:11px;color:#819086}.stat-number{display:flex;align-items:baseline;gap:12px;margin-top:7px;white-space:nowrap}.stat-number>span{font-size:27px;font-weight:650;letter-spacing:-.7px;line-height:1}.stat-number small{font-weight:400;color:#98a099;font-size:10px}.progress-ring{height:38px;width:38px;margin-left:auto}.progress-ring circle{transition:stroke-dasharray .3s}.rule-tag{color:#a89167;border:1px solid #ece5d9;padding:3px 7px;border-radius:4px;font-size:9px;margin-left:auto;white-space:nowrap}
.workspace{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(480px,1.22fr);gap:23px;align-items:start}.card{border-radius:11px;background:white;border:1px solid var(--border);box-shadow:0 3px 10px #1c382303;overflow:hidden}.card-heading{display:flex;align-items:center;justify-content:space-between;padding:21px 23px 19px;gap:10px}h2{font-size:14px;font-weight:620;margin:0;letter-spacing:.1px;display:flex;align-items:center;gap:8px}.section-icon{font-size:19px;color:#678a76;font-weight:400}.live-badge{font-size:10px;color:#70947c;display:flex;align-items:center;gap:5px}.live-badge i{width:5px;height:5px;border-radius:50%;background:#77a185}.editor .card-heading{border-bottom:1px solid #edf0ea}.editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:17px 23px 19px}.market-label{font-size:10px;color:#7e8b82}.market-label>span{font-size:9px;margin-left:6px;padding-left:7px;border-left:1px solid #e0e5df}.toolbar-actions{display:flex;align-items:center;gap:10px;color:#cbd2ca}.text-button{border:0;background:none;color:#39785c;font-size:11px;padding:3px 0;white-space:nowrap;min-height:25px}.text-button:hover{color:#155c3c;text-decoration:underline}.text-button.muted{color:#8a958d}.fields{padding:0 23px}.field{margin-bottom:19px}.label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}.label-row label{font-weight:570;font-size:11px;color:#4f6155}.label-row label span,.english-label{font-weight:400;font-size:10px;color:#9aa29b;margin-left:5px}.counter{color:#9da59e;font-size:10px}.counter.over-limit{color:#bc654b;font-weight:600}textarea{display:block;resize:vertical;background:#fdfefc;border:1px solid #e1e7de;border-radius:6px;padding:11px 12px;width:100%;font-size:12px;line-height:1.65;color:#46594b;min-height:68px;transition:border-color .2s,box-shadow .2s}textarea::placeholder{color:#a9b1a8;font-size:11px}textarea:focus{background:white}.field-warning{font-size:10px;color:#b66c4c;line-height:1.5;margin-top:6px}.bullets-details{border-top:1px solid #eef0e9}.bullets-details summary{display:flex;align-items:center;justify-content:space-between;padding:15px 0;list-style:none;cursor:pointer;font-weight:570;font-size:11px;color:#4f6155}.bullets-details summary::-webkit-details-marker{display:none}.summary-right{display:flex;gap:12px;align-items:center;font-size:10px;color:#9ba59b;font-weight:400}.chevron{font-size:16px;transition:transform .2s}.bullets-details:not([open]) .chevron{transform:rotate(-90deg)}.bullet-fields{display:grid;gap:9px;margin-bottom:20px}.bullet-row{display:flex;gap:9px;align-items:flex-start}.bullet-index{font-size:10px;color:#95a491;min-width:16px;padding-top:11px}.bullet-row textarea{font-size:11px;min-height:59px;padding:8px 10px;line-height:1.6}.keyword-area{padding:20px 23px 18px;border-top:1px solid #e9eee5;background:#fbfcf8}.keyword-area textarea{background:white;min-height:133px}.input-hint{font-size:10px;line-height:1.7;color:#9ba394;margin:8px 0 0}.setting-row{display:flex;align-items:center;justify-content:space-between;margin-top:19px;gap:10px}.setting-row label{font-size:11px;color:#667c69}.setting-row select{font-size:10px;width:163px}select{border:1px solid #e1e7dd;background:white;border-radius:5px;color:#607364;padding:7px 8px;cursor:pointer;max-width:100%}.setting-note{font-size:10px;color:#96a08f;margin:7px 0 0;line-height:1.7}.editor-footer{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:16px 23px;border-top:1px solid #e9eee5}.editor-footer>span{font-size:9px;color:#94a18e;display:flex;align-items:center;gap:5px}.saved-dot{width:5px;height:5px;border-radius:50%;background:#8fa589;display:inline-block}.sample-notice{font-size:10px;color:#778969;background:#f5f8ee;border:1px solid #e7ecdd;border-radius:5px;padding:9px 11px;margin:0 23px 17px}
.results-column{display:grid;gap:23px}.subtle{font-size:10px;color:#99a296}.results-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 23px;margin-bottom:16px}.filter-tabs{display:flex;gap:3px;padding:3px;border-radius:6px;background:#f5f7f2}.filter-tabs button{border:0;background:transparent;color:#929c8c;border-radius:4px;padding:7px 10px;font-size:10px;white-space:nowrap}.filter-tabs button.active{background:white;box-shadow:0 1px 4px #2a482510;color:#3d7053}.filter-tabs button span{font-size:9px;padding:1px 4px;margin-left:3px;background:#eaf0e5;border-radius:3px;min-width:15px;display:inline-block}.filter-tabs button[data-filter=missing] span{background:#f5f0e3;color:#b29b65}.filter-tabs button[data-filter=over] span{background:#f7eee7;color:#bc8a73}.table-options{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0 23px 17px}.search-box{border:1px solid #e5e9e1;border-radius:5px;display:flex;align-items:center;gap:6px;padding:7px 9px;width:187px}.search-box:focus-within{border-color:#6aab92}.search-box svg{width:14px;height:14px;color:#9fa998;flex-shrink:0}.search-box input{border:0;outline:none!important;box-shadow:none!important;font-size:10px;min-width:0;width:100%;color:#5a6b56}.search-box input::placeholder{color:#a7afa0}.threshold-label{display:flex;align-items:center;gap:5px;font-size:9px;color:#9da594;white-space:nowrap}.threshold-label input{width:37px;padding:4px;border:1px solid #e1e7da;border-radius:4px;color:#6f7b61;text-align:center;font-size:10px}.coverage-table-wrap{min-height:392px;max-height:593px;overflow:auto;position:relative;scrollbar-width:thin;scrollbar-color:#d5e0d2 transparent}.coverage-table{border-collapse:collapse;width:100%;font-size:11px;text-align:left}.coverage-table thead{position:sticky;top:0;background:#f7f9f4;z-index:1}.coverage-table th{color:#94a18c;font-size:9px;letter-spacing:.2px;font-weight:450;padding:11px 12px;border-block:1px solid #edf0e8;white-space:nowrap}.coverage-table th:first-child,.coverage-table td:first-child{padding-left:23px}.coverage-table th:last-child,.coverage-table td:last-child{padding-right:23px}.coverage-table td{padding:14px 12px;border-bottom:1px solid #f0f2ec;vertical-align:middle;color:#56664d}.coverage-table tr:last-child td{border-bottom:0}.coverage-table tbody tr:hover{background:#fcfdf9}.word-button{background:transparent;border:0;padding:3px 0;min-height:26px;text-align:left;font-size:11px;color:#415b47;font-weight:500;overflow-wrap:anywhere;max-width:200px}.word-button:hover{text-decoration:underline}.count-number{font-variant-numeric:tabular-nums;color:#5c6b51;font-size:12px;font-weight:550}.count-zero{color:#c0c6b9}.position-tags{display:flex;flex-wrap:wrap;gap:4px;min-width:95px;max-width:210px}.position-tag{border:1px solid #e4eadf;background:#f8faf5;border-radius:3px;color:#8b9c7b;font-size:8px;padding:3px 5px;white-space:nowrap}.position-tag.title-tag{color:#63927c;background:#f0f7f0;border-color:#dfebdf}.position-tag.hl-tag{color:#7894a6;background:#f2f6f8;border-color:#e2eaee}.position-empty{color:#b8bfb0;font-size:10px}.status{display:inline-flex;align-items:center;gap:4px;border-radius:4px;padding:4px 6px;font-size:9px;white-space:nowrap}.status:before{content:'';width:4px;height:4px;border-radius:50%;background:currentColor}.status.covered{background:#eff6ec;color:#7a9970}.status.missing{background:#fbf5e8;color:#b79552}.status.over{background:#fbf0e9;color:#bc856b}.empty-state{text-align:center;padding:64px 20px 50px}.empty-graphic{font-size:42px;color:#92ab8a;width:64px;height:64px;border-radius:17px;border:1px dashed #d7e4d2;background:#f8fbf5;display:grid;place-items:center;margin:0 auto 21px}.empty-state h3{font-weight:500;font-size:14px;color:#68815c;margin:0 0 9px}.empty-state p{font-size:11px;color:#9fa997;line-height:1.9;margin-bottom:20px}.empty-state .button{font-size:10px}.no-results{text-align:center;padding:60px 20px!important;color:#99a28f!important;line-height:1.9}.table-footer{border-top:1px solid #edf0e7;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 23px;color:#a2ab96;font-size:9px}.table-footer>span:first-child{display:flex;align-items:center;gap:5px}.dot{width:4px;height:4px;display:inline-block;border-radius:50%;margin-left:7px}.dot:first-child{margin-left:0}.green-dot{background:#95b486}.amber-dot{background:#c8ae6b}.coral-dot{background:#c59a7c}.table-footer>span:last-child>span{margin-left:5px}
.frequency-card .card-heading{padding-bottom:7px}.rule-badge{color:#a09570;background:#f8f6ed;border:1px solid #ede9d7;border-radius:4px;padding:4px 7px;font-size:9px;white-space:nowrap}.frequency-description{font-size:10px;color:#9aa48e;margin:0 23px 18px}.frequency-description b{color:#ae8668;font-weight:500}.frequency-toolbar{display:flex;align-items:center;justify-content:space-between;margin:0 23px 16px;gap:10px}.mini-tabs{display:flex;gap:16px}.mini-tabs button{background:none;border:0;padding:6px 0;color:#a3ad95;font-size:10px;white-space:nowrap;border-bottom:1px solid transparent}.mini-tabs button.active{color:#648056;border-color:#648056}.mini-tabs button span{font-size:9px;margin-left:3px}.frequency-toolbar select{font-size:9px;padding:5px 7px;color:#8b997d;border-color:#e8eddf}.frequency-chips{padding:0 23px;display:flex;gap:7px;flex-wrap:wrap;max-height:233px;overflow:auto;scrollbar-width:thin}.freq-chip{display:flex;align-items:center;gap:10px;background:#f8faf5;border:1px solid #e6edde;border-radius:5px;color:#80926f;font-size:10px;padding:8px 10px;max-width:100%;overflow-wrap:anywhere}.freq-chip span{border-left:1px solid #dfe7d5;padding-left:9px;font-size:10px;color:#789765;font-weight:550}.freq-chip.over{background:#fbf3ed;border-color:#eedacd;color:#b18368}.freq-chip.over span{color:#b87d5d;border-color:#ecd5c4}.freq-chip:hover{border-color:#aebf9c;background:#eff5e7}.freq-chip.selected{box-shadow:0 0 0 2px #70975640}.frequency-empty{padding:15px 0 22px;color:#a3ad97;font-size:11px;margin:auto}.frequency-detail{margin:14px 23px 0;padding:9px 12px;background:#f7f9f2;color:#849675;font-size:10px;line-height:1.8;border-left:2px solid #a8bb91;border-radius:2px}.frequency-footer{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:17px 23px 15px;font-size:9px;color:#a0aa92}.frequency-footer label{display:flex;align-items:center;gap:5px;cursor:pointer}.frequency-footer input{accent-color:var(--green);height:12px;width:12px;margin:0}.rule-note{font-size:9px;line-height:1.7;color:#a4ad98;background:#fafbf7;border-top:1px solid #edf0e5;margin:0;padding:11px 23px}
.page-footer{display:flex;align-items:center;gap:18px;padding:26px 2px 23px;color:#a2aa99;font-size:9px}.page-footer>span:first-child{display:flex;align-items:center;gap:6px}.page-footer svg{height:14px;width:14px;color:#98a58b}.page-footer button{font-size:9px}.footer-brand{margin-left:auto;color:#a9b19f;font-size:10px;letter-spacing:.2px}dialog{border:1px solid #d9e4d6;border-radius:14px;padding:0;max-width:640px;width:calc(100% - 32px);max-height:85vh;color:var(--ink);box-shadow:0 25px 80px #163c2825}dialog::backdrop{background:#1b332959;backdrop-filter:blur(3px)}.dialog-heading{padding:24px 26px 20px;border-bottom:1px solid #e8eee2;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;background:#fcfdf9;position:sticky;top:0;z-index:1}.dialog-heading h2{font-size:21px;word-break:break-word;margin-top:7px}.dialog-heading .eyebrow{font-size:9px}.close-button{border:1px solid #e1e8dc;border-radius:7px;width:30px;height:30px;background:white;color:#718568;font-size:22px;flex-shrink:0}.detail-section{padding:18px 26px;border-bottom:1px solid #eff2e9}.detail-section h3{font-size:11px;color:#739167;font-weight:500;margin:0 0 9px}.detail-section p{font-size:12px;line-height:1.9;margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:#627558}.detail-section mark{background:#e2f0cb;color:#47623e;border-radius:2px;padding:1px 0}.detail-summary{margin:0;padding:16px 26px;color:#9aa58c;font-size:11px;line-height:1.8}.help-content{padding:5px 26px 22px}.help-content h3{font-size:12px;color:#58784b;margin:22px 0 7px}.help-content p{font-size:12px;line-height:1.9;color:#8a9981;margin:0}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);border-radius:8px;z-index:10;padding:12px 19px;background:#224d39;color:white;box-shadow:0 6px 30px #1c37222b;font-size:12px;max-width:calc(100% - 32px);line-height:1.7}.toast button{border:0;background:transparent;color:#d7eec5;text-decoration:underline;margin-left:14px;font:inherit;padding:0}
@media(min-width:1500px){main{padding-top:43px}.stats{margin-bottom:29px}.intro{margin-bottom:33px}.workspace{grid-template-columns:minmax(370px,.77fr) minmax(560px,1.23fr)}}
@media(max-width:1190px){.header-inner{padding:0 30px}main{padding:30px 30px 0}.workspace{gap:18px;grid-template-columns:minmax(320px,.82fr) minmax(430px,1.18fr)}.stat{padding:18px 16px;gap:10px}.stat-number{gap:8px}.stat-number small{font-size:9px}.rule-tag{display:none}.results-controls,.table-options{padding:0;margin-left:18px;margin-right:18px}.filter-tabs button{padding:7px 7px}.threshold-label{font-size:8px}.search-box{width:160px}.coverage-table td{padding:12px 9px}.coverage-table th:first-child,.coverage-table td:first-child{padding-left:18px}.coverage-table th:last-child,.coverage-table td:last-child{padding-right:18px}.card-heading{padding:19px 18px 17px}.results-controls>.text-button{font-size:10px}.coverage-table th{padding:10px 9px}.word-button{max-width:165px}.table-footer{padding:13px 18px;font-size:8px}.position-tags{min-width:87px}.frequency-footer{font-size:8px}}
@media(max-width:970px){main{padding:27px 22px 0}.header-inner{padding:0 22px}.workspace{grid-template-columns:minmax(290px,.88fr) minmax(355px,1.12fr);gap:16px}.stats{gap:10px}.stat{padding:17px 13px;gap:10px}.stat-number{display:block}.stat-number small{display:block;margin-top:6px;font-size:9px}.stat-symbol{width:31px;height:31px;font-size:20px}.stat-label{font-size:10px}.stat-number>span{font-size:24px}.progress-ring{width:30px;height:30px}h1{font-size:26px}.fields{padding:0 18px}.editor-toolbar{margin:15px 18px}.editor-footer{padding:14px 18px}.editor-footer>span{max-width:102px;font-size:8px}.keyword-area{padding:18px}.table-options{gap:8px}.search-box{width:145px}.threshold-label{font-size:8px;gap:3px}.threshold-label input{width:31px}.results-controls{gap:6px;align-items:flex-start;flex-wrap:wrap}.results-controls>.text-button{font-size:9px;padding-top:7px}.coverage-table th,.coverage-table td{padding:11px 7px}.coverage-table td:first-child,.coverage-table th:first-child{padding-left:15px}.coverage-table td:last-child,.coverage-table th:last-child{padding-right:15px}.word-button{font-size:10px;max-width:115px}.position-tags{min-width:65px;gap:3px}.position-tag{font-size:7px;padding:3px}.status{font-size:8px;padding:4px}.card-heading h2{font-size:12px}.rule-badge{font-size:8px;padding:3px 5px}.frequency-chips,.frequency-toolbar{padding:0;margin-left:18px;margin-right:18px}.frequency-description{margin:0 18px 15px;font-size:9px}.frequency-footer{padding:16px 18px 13px;flex-wrap:wrap}.frequency-toolbar select{font-size:8px}.mini-tabs{gap:12px}.table-footer>span:last-child{font-size:7px}.page-footer{gap:12px}.footer-brand{display:none}.sample-notice{margin:0 18px 17px}}
@media(max-width:760px){.site-header{height:65px}.header-inner{padding:0 20px}.brand{font-size:19px}.header-right{gap:12px}.private-badge{font-size:10px}.private-badge svg{width:14px;height:14px}.avatar{display:none}main{padding:26px 18px 0}.intro{align-items:flex-start;margin-bottom:22px;flex-wrap:wrap;gap:16px}h1{font-size:25px;margin:11px 0 8px}.intro p{font-size:11px}.eyebrow{font-size:8px;letter-spacing:1.3px}.intro>.button{font-size:10px;padding:7px 10px;min-height:33px}.stats{gap:8px;grid-template-columns:1fr 1fr 1fr;margin-bottom:18px}.stat{display:block;padding:14px 12px;min-height:112px}.stat-symbol{display:none}.stat-label{font-size:9px;line-height:1.5;display:block;min-height:27px}.stat-number{margin-top:9px}.stat-number>span{font-size:25px}.stat-number small{font-size:8px;line-height:1.4}.progress-ring{display:none}.workspace{display:flex;flex-direction:column;gap:18px}.editor,.results-column{width:100%}.results-column{gap:18px}.card-heading{padding:19px 20px 17px}.card-heading h2{font-size:14px}.fields{padding:0 20px}.editor-toolbar{margin:16px 20px 20px}.editor-footer>span{max-width:none;font-size:9px}.editor-footer{padding:15px 20px}.keyword-area{padding:20px}.counter{font-size:10px}.label-row label{font-size:12px}.bullet-row textarea{font-size:12px;min-height:69px}.bullets-details summary{font-size:12px}.input-hint,.setting-note{font-size:10px}.market-label{font-size:10px}.results-controls,.table-options{margin-left:20px;margin-right:20px}.results-controls>.text-button{font-size:10px}.filter-tabs button{padding:7px 9px;font-size:10px}.threshold-label{font-size:9px}.threshold-label input{width:35px}.search-box{width:160px}.coverage-table-wrap{min-height:320px;max-height:490px}.coverage-table th,.coverage-table td{padding:13px 8px}.word-button{font-size:11px;max-width:140px}.coverage-table td:first-child,.coverage-table th:first-child{padding-left:20px}.coverage-table td:last-child,.coverage-table th:last-child{padding-right:20px}.status{font-size:8px}.position-tag{font-size:8px}.frequency-toolbar select{font-size:9px}.frequency-description{font-size:10px}.frequency-chips,.frequency-toolbar{margin-left:20px;margin-right:20px}.frequency-footer{font-size:9px;padding:17px 20px}.rule-note{font-size:9px;padding:12px 20px}.rule-badge{font-size:8px}.table-footer{padding:14px 20px}.table-footer>span:last-child{font-size:8px}.frequency-card .card-heading{padding-bottom:10px}.frequency-description{margin:0 20px 17px}.page-footer{padding:21px 0;display:flex;flex-wrap:wrap;gap:7px;font-size:8px}.page-footer button{font-size:8px}.sample-notice{margin:0 20px 17px}textarea{font-size:13px}input,textarea,select{font-size:16px!important}.threshold-label input{font-size:12px!important}select{font-size:12px!important}.search-box input{font-size:12px!important}.setting-row select{width:178px}.frequency-toolbar select{font-size:10px!important}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

/* Keep small interface text legible on light surfaces. */
.intro p,.stat-label,.counter,.input-hint,.setting-note,.frequency-description,.frequency-footer,.rule-note,.table-footer,.subtle,.editor-footer>span,.threshold-label,.label-row label span,.english-label,.summary-right{color:#74816f}
.coverage-table th{color:#6f7f64}.status.covered{color:#5c794d}.status.missing{color:#91702d}.status.over{color:#a2684a}.freq-chip{color:#637b52}.freq-chip.over{color:#9f684b}.position-tag{color:#6b7f5b}.position-tag.hl-tag{color:#59778a}.position-tag.title-tag{color:#52785f}

.bulk-entry{margin-top:21px;border-top:1px solid #edf0e8;padding-top:18px}.auto-tag{font-size:9px;padding:3px 7px;background:#edf6f0;border:1px solid #dbeadd;color:#51805d;border-radius:4px}.bulk-entry textarea{min-height:177px;background:#fbfdf8}.bulk-feedback{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;padding:9px 0 13px}.bulk-feedback p{font-size:10px;line-height:1.7;color:#61815b;margin:0;flex:1}.bulk-feedback p.attention{color:#a67838}.bulk-feedback button{font-size:10px;padding-top:0}.bullets-details summary>span:first-child{line-height:1.6}.bullets-details .english-label{display:none}#parse-notice{padding:8px 10px;background:#edf5e9;border:1px solid #e1ecdb;border-radius:5px;color:#5e7d4d;margin-top:10px}
@media(max-width:760px){.bulk-entry textarea{min-height:180px}.bulk-feedback p{font-size:10px}.bullets-details summary{font-size:11px}.private-badge{font-size:9px}}
.auth-gate{position:fixed;inset:0;z-index:20;background:#f4f7f2ee;backdrop-filter:blur(9px);display:grid;place-items:center;padding:24px}.auth-card{width:min(410px,100%);background:#fff;border:1px solid #dfe9de;border-radius:16px;box-shadow:0 18px 60px #18392b18;padding:38px 40px 32px;text-align:left}.auth-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:var(--green);color:white;margin-bottom:24px}.auth-mark svg{width:29px;height:29px}.auth-card h2{font-size:25px;margin:13px 0 7px}.auth-lede{font-size:12px;color:#819080;margin:0 0 26px}.auth-card form,.password-dialog-content form{display:grid;gap:14px}.auth-card label,.password-dialog-content label,.member-form label{display:grid;gap:7px;color:#627160;font-size:11px}.auth-card input,.password-dialog-content input,.member-form input{width:100%;border:1px solid #dfe7dc;border-radius:6px;padding:11px 12px;color:#425a49;background:#fcfefa;outline:none;transition:border-color .2s,box-shadow .2s}.auth-card input:focus,.password-dialog-content input:focus,.member-form input:focus{border-color:#6aab92;box-shadow:0 0 0 3px #176b510b}.auth-card .button{margin-top:8px;width:100%}.auth-error{color:#ad654b;font-size:11px;line-height:1.6;margin:12px 0 0}.auth-footnote{color:#a0ab9b;font-size:10px;line-height:1.7;margin:24px 0 0}.header-admin{border:1px solid #dce8db;background:#f4f8f0;color:#477455;border-radius:5px;font-size:10px;padding:5px 8px}.header-admin:hover{background:#e9f2e7}.header-right .avatar{border:1px solid #e7e4d5;cursor:pointer}.header-right .avatar:hover{background:#eeeadd}.password-dialog-content,.admin-content{padding:20px 26px 26px}.password-dialog-content>p,.admin-intro{font-size:12px;line-height:1.8;color:#82917f;margin:0 0 18px}.password-dialog-content form .button{margin-top:7px;width:100%}.member-form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.member-form .password-control{grid-column:1/-1;display:flex;align-items:flex-end;gap:10px}.member-form .password-control label{flex:1}.member-form .password-control .text-button{padding-bottom:10px}.member-form>.button{grid-column:1/-1;justify-self:start}.member-list-heading{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e8eee3;margin-top:24px;padding-top:19px}.member-list-heading h3{font-size:12px;color:#6a8361;margin:0}.member-list-wrap{overflow:auto;margin-top:9px}.member-table{border-collapse:collapse;width:100%;font-size:10px}.member-table th{font-weight:450;color:#98a392;font-size:9px;text-align:left;padding:9px 7px;border-bottom:1px solid #edf1e9}.member-table td{padding:11px 7px;border-bottom:1px solid #f0f2ed;color:#687866;vertical-align:middle}.member-table th:first-child,.member-table td:first-child{padding-left:0}.member-status{font-size:9px;padding:3px 5px;border-radius:3px;background:#edf6ed;color:#5f815b;white-space:nowrap}.member-status.disabled{background:#fbf0e9;color:#a87059}.member-owner{font-size:9px;color:#9aa58f;white-space:nowrap}.member-action{font-size:9px;margin-right:10px}.member-action[data-action=disable]{color:#a76f59}.member-action[data-action=reset]{color:#688454}.auth-gate[hidden]{display:none!important}.password-dialog-content{max-width:430px}.password-dialog-content form{padding:0 26px 26px}
@media(max-width:760px){.auth-card{padding:31px 24px 27px}.member-form{grid-template-columns:1fr}.member-form .password-control{grid-column:auto}.member-form>.button{grid-column:auto}.password-dialog-content{padding:18px 20px 22px}.password-dialog-content form{padding:0 20px 22px}.header-admin{font-size:9px;padding:4px 6px}}

.copy-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}.copy-actions .text-button:disabled{color:#b8c1b4;cursor:not-allowed;text-decoration:none}.count-heading{vertical-align:top;text-align:center!important}.count-heading>span:first-child{display:block}.sort-arrows{display:flex;flex-direction:column;align-items:center;gap:0;margin-top:2px}.sort-arrow{border:0;background:transparent;color:#a0ad98;cursor:pointer;font-size:11px;line-height:11px;padding:0 4px;min-width:20px;min-height:13px;border-radius:3px}.sort-arrow:hover{background:#eaf2e7;color:#39785c}.sort-arrow.active{background:#e1efe3;color:#176b51;font-weight:700}.sort-arrow:focus-visible{outline:2px solid #6aab92;outline-offset:1px}
@media(max-width:970px){.copy-actions{gap:9px}.copy-actions .text-button{font-size:9px}.sort-arrow{font-size:10px}}
@media(max-width:760px){.results-controls{align-items:flex-start}.copy-actions{width:100%;justify-content:flex-start;gap:13px}.copy-actions .text-button{font-size:10px}.count-heading{padding-inline:5px!important}.sort-arrow{font-size:11px}}
