:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f2f2f7;--white:#fff;--text:#1c1c1e;--muted:#8e8e93;--border:#e5e5ea;--border-2:#d1d1d6;--blue:#007aff;--indigo:#5856d6;--green:#34c759;--teal:#32ade6;--orange:#ff9f0a;--red:#ff3b30;--purple:#bf5af2;--gradient-blue:linear-gradient(135deg, #007aff, #5856d6);--gradient-green:linear-gradient(135deg, #30d158, #34c759);--gradient-rail:linear-gradient(180deg, #f9f9fb 0%, #f2f2f7 100%);--sh:0 1px 3px #00000012, 0 4px 14px #0000000d;--sh-hover:0 4px 14px #0000001c, 0 14px 40px #00000014;--sh-focus:0 0 0 3px #007aff2e;--radius:14px;--radius-sm:10px;--radius-xs:8px;--trans:all .22s cubic-bezier(.34,1.56,.64,1);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0}h1,h2,p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0}input{font:inherit}.app-shell{grid-template-columns:240px minmax(0,1fr);min-height:100vh;display:grid}.side-rail{background:var(--white);border-right:1px solid var(--border);flex-direction:column;gap:6px;height:100vh;min-height:100vh;padding:20px 12px;display:flex;position:sticky;top:0;overflow-y:auto}.brand{width:100%;color:var(--text);letter-spacing:-.4px;border-bottom:1px solid var(--border);background:0 0;align-items:center;gap:10px;margin-bottom:10px;padding:8px 10px 14px;font-size:19px;font-weight:800;display:flex}.brand-mark{background:var(--gradient-blue);color:#fff;border-radius:9px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:15px;font-weight:900;display:grid}.brand-mark svg{stroke:#fff}.rail-nav{gap:3px;display:grid}.rail-nav button,.rail-nav a{border-radius:var(--radius-sm);min-height:42px;color:var(--muted);text-align:left;background:0 0;align-items:center;gap:10px;padding:0 12px;font-size:14px;font-weight:600;transition:background .15s,color .15s;display:flex}.rail-nav button:hover,.rail-nav a:hover{background:var(--bg);color:var(--text)}.rail-nav button.is-active{color:var(--blue);background:#007aff17}.rail-nav button svg,.rail-nav a svg{flex-shrink:0}.brand-credit,.mobile-credit{align-items:center;gap:10px;display:flex}.brand-credit{border-radius:var(--radius-sm);color:var(--text);background:linear-gradient(135deg,#007aff14,#5856d60f);border:1.5px solid #007aff24;margin-top:auto;padding:12px}.credit-mark{background:var(--white);width:32px;height:32px;color:var(--blue);letter-spacing:0;border:1px solid #007aff29;border-radius:9px;flex:0 0 32px;place-items:center;font-size:11px;font-weight:900;display:grid;box-shadow:0 2px 8px #0000000a}.brand-credit small{color:var(--muted);text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:800;line-height:1.2;display:block}.brand-credit strong{color:var(--text);margin-top:2px;font-size:13px;font-weight:800;line-height:1.25;display:block}.mobile-credit{display:none}.main-panel{background:var(--bg);min-width:0;min-height:100vh;padding:0 28px 48px}.top-bar{z-index:10;-webkit-backdrop-filter:saturate(180%)blur(20px);border-bottom:1px solid var(--border);background:#f2f2f7e0;grid-template-columns:max-content minmax(260px,580px);align-items:center;gap:12px;margin-bottom:28px;padding:16px 0 18px;display:grid;position:sticky;top:0}.back-button,.icon-button{border-radius:var(--radius-sm);min-height:40px;color:var(--text);background:var(--white);box-shadow:var(--sh);border:1.5px solid var(--border);transition:var(--trans);justify-content:center;align-items:center;gap:7px;font-size:14px;font-weight:700;display:inline-flex}.back-button{padding:0 14px}.back-button:hover,.icon-button:hover{box-shadow:var(--sh-hover);border-color:var(--border-2)}.back-button:disabled{cursor:default;opacity:.85;box-shadow:var(--sh)}.mobile-only{display:none}.search-box{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--white);height:42px;box-shadow:var(--sh);grid-template-columns:22px minmax(0,1fr) max-content;align-items:center;gap:8px;padding:0 12px;transition:border-color .2s,box-shadow .2s;display:grid}.search-box:focus-within{border-color:var(--blue);box-shadow:var(--sh-focus)}.search-box input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:16px}.search-box input::placeholder,.search-box svg{color:var(--muted)}.search-box kbd,.search-box button{min-width:26px;height:26px;color:var(--muted);background:var(--bg);border:1px solid var(--border);border-radius:6px;place-items:center;font-size:12px;display:grid}.home-view,.section-view{gap:28px;max-width:1100px;margin:0 auto;display:grid}.home-heading{gap:8px;display:grid}h1{color:var(--text);letter-spacing:-1.5px;font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1}.home-heading p,.section-heading p{max-width:560px;color:var(--muted);font-size:16px;line-height:1.6}.section-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.section-tile{border-radius:var(--radius);color:#fff;background:var(--gradient-blue);min-height:170px;box-shadow:0 4px 20px #007aff40, var(--sh);text-align:left;transition:var(--trans);border:none;grid-template-columns:70px minmax(0,1fr) 28px;align-items:center;gap:16px;padding:26px;display:grid;position:relative;overflow:hidden}.section-tile:first-child{background:var(--gradient-green);box-shadow:0 4px 20px #30d15838, var(--sh)}.section-tile-link{cursor:pointer;text-decoration:none}.section-tile-link .health-toolbox-icon{background:#ffffff2e}.section-tile:after{content:"";pointer-events:none;border:24px solid #ffffff1a;border-radius:50%;width:170px;height:170px;position:absolute;inset:auto -24px -60px auto}.section-tile:hover{box-shadow:0 8px 32px #007aff4d, var(--sh-hover);transform:translateY(-3px)}.section-tile:first-child:hover{box-shadow:0 8px 32px #30d15847, var(--sh-hover)}.section-icon{background:#ffffff26;border:2px solid #ffffffb3;border-radius:14px;place-items:center;width:64px;height:64px;display:grid}.section-tile strong{letter-spacing:-.5px;font-size:clamp(24px,3.5vw,36px);font-weight:800;line-height:1.05;display:block}.section-tile small{color:#ffffffd9;max-width:260px;margin-top:7px;font-size:14px;line-height:1.4;display:block}.tile-arrow{opacity:.7;justify-self:end}.section-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.hero-heading{padding-top:4px}.section-heading h2{letter-spacing:-.3px;font-size:22px;font-weight:700}.section-heading>span{white-space:nowrap;color:var(--muted);background:var(--bg);border:1.5px solid var(--border);border-radius:20px;padding:4px 12px;font-size:13px;font-weight:600}.category-strip{scrollbar-width:auto;flex-wrap:wrap;gap:7px;padding-bottom:2px;display:flex;overflow:visible}.category-strip::-webkit-scrollbar{height:8px}.category-strip::-webkit-scrollbar-thumb{background:#8e8e936b;border-radius:999px}.category-button{min-height:38px;color:var(--text);background:var(--white);border:1.5px solid var(--border);white-space:nowrap;box-shadow:var(--sh);border-radius:20px;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.category-button:hover{border-color:var(--blue);color:var(--blue)}.category-button small{min-width:22px;height:22px;color:var(--muted);background:var(--bg);border-radius:6px;place-items:center;font-size:11px;font-weight:700;display:grid}.category-button.is-active{color:#fff;background:var(--blue);border-color:var(--blue);box-shadow:0 2px 8px #007aff4d}.category-button.is-active small{color:var(--blue);background:#ffffffe6}.results-block{gap:10px;display:grid}.search-results-groups{gap:24px;display:grid}.search-specialty-group{gap:10px;display:grid}.search-specialty-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.search-specialty-heading h2{letter-spacing:0;margin:0;font-size:20px}.search-specialty-heading span{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:700}.qc-strip{background:var(--white);border-radius:var(--radius);box-shadow:var(--sh);border:1.5px solid var(--border);padding:18px 20px;overflow:hidden}.qc-header{align-items:center;margin-bottom:14px;display:flex}.qc-powered{color:var(--muted);letter-spacing:.3px;margin-left:auto;font-size:11px;font-weight:600}.qc-title{align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.qc-icon-bg{background:var(--gradient-blue);color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.qc-chips{scrollbar-width:auto;flex-wrap:wrap;gap:8px;margin-bottom:0;padding-bottom:4px;display:flex;overflow:visible}.qc-chips::-webkit-scrollbar{height:8px}.qc-chips::-webkit-scrollbar-thumb{background:#8e8e936b;border-radius:999px}.qc-chip{border-radius:var(--radius-sm);background:var(--bg);border:1.5px solid var(--border);cursor:pointer;white-space:nowrap;color:var(--text);flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .18s;display:flex}.qc-chip:hover{border-color:var(--blue);color:var(--blue);background:#007aff0f;transform:translateY(-1px);box-shadow:0 3px 10px #007aff1a}.qc-chip.active{border-color:var(--blue);color:var(--blue);background:#007aff14}.qc-chip-emoji{font-size:15px}.qc-chip-tag{color:var(--blue);background:#007aff1f;border-radius:5px;margin-left:2px;padding:2px 6px;font-size:10px;font-weight:700}.qc-chip.active .qc-chip-tag{background:#007aff26}.qc-panel{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.qc-panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.qc-panel-title{align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.qc-close{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--muted);background:var(--white);transition:var(--trans);flex:none;place-items:center;display:inline-grid}.qc-close:hover{color:var(--blue);background:#007aff0f;border-color:#007aff47}.qc-external-desc{color:var(--muted);max-width:480px;margin-bottom:14px;font-size:13px;line-height:1.55}.qc-native{gap:12px;display:grid}.qc-score-card{border-radius:var(--radius-sm);background:linear-gradient(135deg,#007aff14,#5856d60d);border:1.5px solid #007aff29;grid-template-columns:max-content 64px minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.qc-score-card span{color:var(--muted);letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:800}.qc-score-card strong{color:#fff;background:var(--gradient-blue);border-radius:14px;place-items:center;width:58px;height:58px;font-size:30px;font-weight:850;display:grid;box-shadow:0 4px 14px #007aff38}.qc-score-card p{color:var(--text);font-size:13px;font-weight:650;line-height:1.45}.qc-field-grid,.qc-check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.qc-check-grid-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.qc-field,.qc-check{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);min-width:0;display:grid}.qc-field{gap:6px;padding:10px}.qc-field label{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:800}.qc-field select{width:100%;color:var(--text);background:var(--white);font:inherit;border:0;border-radius:8px;padding:9px 10px;font-size:13px;font-weight:700}.qc-check{grid-template-columns:20px minmax(0,1fr) max-content;align-items:center;gap:9px;padding:10px}.qc-check input{width:18px;height:18px;accent-color:var(--blue)}.qc-check strong{color:var(--text);font-size:12px;line-height:1.25;display:block}.qc-check small{color:var(--muted);margin-top:3px;font-size:11px;line-height:1.25;display:block}.qc-check em{min-width:26px;color:var(--blue);text-align:right;font-size:12px;font-style:normal;font-weight:800}.qc-note{color:var(--muted);font-size:12px;line-height:1.5}.qc-run{border-radius:var(--radius-sm);background:var(--gradient-blue);color:#fff;cursor:pointer;border:none;justify-content:center;justify-self:start;align-items:center;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 3px 10px #007aff47}.qc-run:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 5px 16px #007aff59}.ecg-trainer-link{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--white);min-height:54px;box-shadow:var(--sh);color:var(--text);grid-template-columns:36px minmax(0,1fr) 20px;align-items:center;gap:11px;padding:8px 16px;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.ecg-trainer-link:hover{border-color:var(--blue);transform:translateY(-1px);box-shadow:0 5px 16px #007aff21}.ecg-trainer-link-icon{background:var(--gradient-blue);color:#fff;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.ecg-trainer-link strong,.ecg-trainer-link small{display:block}.ecg-trainer-link strong{font-size:14px;line-height:1.25}.ecg-trainer-link small{color:var(--muted);margin-top:2px;font-size:11px;line-height:1.25}.ecg-trainer-link>svg{color:var(--blue)}.guideline-list{border-radius:var(--radius);background:var(--white);box-shadow:var(--sh);border:1.5px solid var(--border);display:grid;overflow:hidden}.guideline-row{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) 40px;align-items:center;min-height:64px;padding:0 8px 0 0;transition:background .12s;display:grid}.guideline-row:first-child{border-top:0}.guideline-row:hover{background:#007aff08}.group-header{letter-spacing:.05em;text-transform:uppercase;color:#8e8e93;border-top:1px solid var(--border);background:var(--bg);padding:10px 14px 4px;font-size:11px;font-weight:600}.grouped-list .group-header:first-child{border-top:0}.grouped-list .guideline-row:first-of-type{border-top:1px solid var(--border)}.guideline-open{grid-template-columns:38px minmax(0,1fr) max-content 22px;align-items:center;gap:12px;min-height:64px;padding:10px 8px 10px 14px;display:grid}.guideline-open.is-disabled{opacity:.72;cursor:default}.guideline-file{width:36px;height:36px;color:var(--blue);background:#007aff1a;border-radius:9px;place-items:center;display:grid}.guideline-main{min-width:0}.guideline-main strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;line-height:1.3;display:block;overflow:hidden}.guideline-main small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;display:block;overflow:hidden}.status{white-space:nowrap;letter-spacing:.2px;border-radius:6px;align-items:center;min-height:24px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.status-local-pdf,.status-external-pdf,.status-local-html,.status-local-doc,.status-local-file{color:#1a7f44;background:#34c75921}.status-external{color:var(--blue);background:#007aff1a}.status-protected{color:#5e3f98;background:#5856d61f}.status-needs-replacement{color:#8f5f00;background:#ff9f0a24}.status-hidden{color:#5c5c62;background:#8e8e9329}.favourite-button{border-radius:var(--radius-xs);width:44px;height:44px;color:var(--muted);background:0 0;place-items:center;transition:all .15s;display:grid}.favourite-button:active{transform:scale(.94)}.favourite-button:hover{color:var(--orange);background:#ff9f0a1a}.favourite-button.is-active{color:var(--orange);background:#ff9f0a1f}.favourite-button.is-active svg{fill:currentColor}.compact-list .guideline-row{min-height:56px}.compact-list .guideline-open{grid-template-columns:32px minmax(0,1fr);min-height:56px}.compact-list .guideline-file{border-radius:7px;width:30px;height:30px}.compact-list .status,.compact-list .guideline-open>svg{display:none}.shortcut-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.shortcut-panel{align-content:start;gap:10px;min-width:0;display:grid}.shortcut-panel .section-heading h2{font-size:18px}.shortcut-empty{border:1.5px dashed var(--border-2);border-radius:var(--radius-sm);min-height:100px;color:var(--muted);background:#ffffff8c;align-items:center;padding:18px;font-size:13px;line-height:1.5;display:flex}.empty-state{border:1.5px dashed var(--border-2);border-radius:var(--radius);min-height:240px;color:var(--muted);text-align:center;background:#ffffff8c;place-items:center;gap:0;padding:28px;display:grid}.empty-state svg{color:var(--muted);opacity:.5}.empty-state strong{color:var(--text);margin-top:12px;font-size:18px;font-weight:700}.empty-state span{margin-top:5px;font-size:14px}.tipsheet-finder{border-radius:var(--radius);background:linear-gradient(135deg,#5856d612,#007aff0b);border:1.5px solid #5856d638;gap:12px;margin-top:16px;padding:16px;display:grid}.tipsheet-finder-intro{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;display:grid}.tipsheet-finder-icon{color:#5856d6;background:#5856d61f;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.tipsheet-finder-intro strong{color:var(--text);font-size:15px;display:block}.tipsheet-finder-badges{flex-wrap:wrap;align-items:center;gap:5px;margin-top:5px;display:flex}.tipsheet-finder-scope,.tipsheet-finder-beta{letter-spacing:.02em;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:10px;font-weight:800;display:inline-flex}.tipsheet-finder-scope{color:#4b49b7;background:#5856d617;border:1px solid #5856d62e}.tipsheet-finder-beta{color:#8a5700;text-transform:uppercase;background:#ff9f0a24;border:1px solid #ff950047}.tipsheet-finder-intro p{color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.4}.tipsheet-finder-form{gap:6px;display:grid}.tipsheet-finder-warning{color:#704800;background:#ff9f0a1a;border:1px solid #ff950052;border-radius:9px;gap:3px;padding:10px 12px;font-size:11px;line-height:1.45;display:grid}.tipsheet-finder-warning strong{color:#704800;font-size:12px}.tipsheet-access-form{background:#ffffffb8;border:1px solid #5856d62e;border-radius:10px;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:12px;display:grid}.tipsheet-access-icon{color:#5856d6;background:#5856d61a;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.tipsheet-access-form label{color:var(--text);font-size:13px;font-weight:800}.tipsheet-access-form p{color:var(--muted);margin:2px 0 8px;font-size:11px;line-height:1.4}.tipsheet-access-form>div>div{grid-template-columns:minmax(0,1fr) max-content;gap:7px;display:grid}.tipsheet-access-form input{border:1.5px solid var(--border);background:var(--white);min-width:0;height:38px;font:inherit;border-radius:8px;padding:0 10px}.tipsheet-access-form input:focus{border-color:#5856d6;outline:0;box-shadow:0 0 0 3px #5856d61a}.tipsheet-access-form button{color:#fff;min-height:38px;font:inherit;cursor:pointer;background:#5856d6;border:0;border-radius:8px;padding:0 14px;font-size:12px;font-weight:800}.tipsheet-access-form button:disabled{cursor:wait;opacity:.6}.tipsheet-access-error{color:var(--red);margin-top:7px;font-size:11px;font-weight:700;display:block}.tipsheet-finder-form label{color:var(--text);font-size:12px;font-weight:700}.tipsheet-finder-form>div{grid-template-columns:minmax(0,1fr) max-content;gap:8px;display:grid}.tipsheet-finder-form input{border:1.5px solid var(--border);width:100%;min-height:42px;color:var(--text);background:var(--white);font:inherit;border-radius:9px;outline:none;padding:0 12px;font-size:14px}.tipsheet-finder-form input:focus{border-color:#5856d6;box-shadow:0 0 0 3px #5856d61f}.tipsheet-finder-form button{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#5856d6;border:0;border-radius:9px;padding:0 16px;font-size:13px;font-weight:700}.tipsheet-finder-form button:disabled{cursor:wait;opacity:.65}.tipsheet-finder-privacy,.tipsheet-finder-message{color:var(--muted);align-items:flex-start;gap:7px;margin:0;font-size:12px;line-height:1.45;display:flex}.tipsheet-finder-privacy svg{flex:none;margin-top:1px}.tipsheet-finder-privacy button{color:#4b49b7;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.tipsheet-finder-results{gap:8px;display:grid}.tipsheet-finder-interpretation{color:#4b49b7;background:#5856d614;border-radius:8px;margin:0;padding:8px 10px;font-size:12px;line-height:1.4}.tipsheet-finder-interpretation strong{color:inherit;font-size:inherit;display:inline}.tipsheet-finder-results>article{border:1px solid var(--border);width:100%;color:inherit;background:var(--white);font:inherit;text-align:left;border-radius:10px;gap:10px;padding:12px 14px;display:grid}.tipsheet-finder-results>article:hover{border-color:#5856d66b}.tipsheet-finder-results strong,.tipsheet-finder-results small{display:block}.tipsheet-finder-results>article>div:first-child{min-width:0}.tipsheet-finder-results strong{color:var(--text);font-size:14px}.tipsheet-finder-result-heading{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.tipsheet-confidence{white-space:nowrap;border-radius:999px;align-items:center;min-height:21px;padding:0 7px;font-size:10px;font-weight:800;display:inline-flex}.tipsheet-quick-note-badge{color:#4b49b7;letter-spacing:.025em;text-transform:uppercase;background:#5856d61c;border-radius:999px;align-items:center;min-height:21px;padding:0 7px;font-size:9px;font-weight:900;display:inline-flex}.tipsheet-confidence.is-high{color:#17753a;background:#34c75921}.tipsheet-confidence.is-medium{color:#8a5700;background:#ff9f0a24}.tipsheet-confidence.is-low{color:#9b3b37;background:#ff3b301c}.tipsheet-finder-results small{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.4}.tipsheet-finder-result-actions{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.tipsheet-finder-result-actions button,.tipsheet-finder-result-actions a{color:#4b49b7;min-height:30px;font:inherit;cursor:pointer;background:#5856d60f;border:1px solid #5856d633;border-radius:7px;align-items:center;gap:5px;padding:0 9px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.tipsheet-finder-result-actions button:hover,.tipsheet-finder-result-actions a:hover{background:#5856d61a;border-color:#5856d666}.tipsheet-workflow-advice{color:var(--text);background:#5856d60b;border:1px solid #5856d626;border-radius:8px;margin-top:10px;padding:10px 11px;display:block}.tipsheet-workflow-advice.is-awaiting-confirmation,.tipsheet-workflow-advice.is-partially-validated{background:#ff9f0a12;border-color:#ff950047}.tipsheet-workflow-advice-heading{align-items:center;gap:6px;font-size:11px;font-weight:800;display:flex}.tipsheet-workflow-advice-heading em{color:#8a5700;letter-spacing:.04em;text-transform:uppercase;background:#ff9f0a24;border-radius:999px;padding:2px 5px;font-size:9px;font-style:normal}.tipsheet-workflow-advice ol{color:var(--text);margin:7px 0 0;padding-left:20px;font-size:12px;line-height:1.45}.tipsheet-workflow-advice li+li{margin-top:3px}.tipsheet-workflow-source{color:var(--muted);margin-top:8px;font-size:10px;font-weight:700;display:block}.tipsheet-finder-message{padding-top:2px}.tipsheet-finder-message.is-error{color:var(--red)}.home-ai-launcher{z-index:42;position:fixed;bottom:24px;right:24px}.home-ai-button{color:#fff;cursor:pointer;background:linear-gradient(145deg,#6865e8,#4268d7);border:1px solid #ffffffb3;border-radius:50%;grid-template-columns:max-content max-content;justify-content:center;align-items:center;gap:3px;width:58px;height:58px;padding:0;display:grid;position:relative;box-shadow:0 12px 30px #3648b047}.home-ai-button:hover{transform:translateY(-2px);box-shadow:0 15px 34px #3648b057}.home-ai-button:focus-visible,.home-ai-close:focus-visible{outline-offset:3px;outline:3px solid #5856d640}.home-ai-button>span{letter-spacing:-.02em;font-size:15px;font-weight:900}.home-ai-button>small{color:#7a4b00;letter-spacing:.04em;text-transform:uppercase;background:#ffd27a;border:2px solid #fff;border-radius:999px;padding:3px 6px;font-size:8px;font-weight:900;line-height:1;position:absolute;bottom:-4px;right:-7px}.home-ai-launcher.is-open .home-ai-button{display:none}@media (width>=901px){.home-ai-launcher{bottom:30px;right:30px}.home-ai-button{border-width:2px;gap:4px;width:72px;height:72px;box-shadow:0 16px 38px #3648b057}.home-ai-button:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 20px 44px #3648b066}.home-ai-button>svg{width:18px;height:18px}.home-ai-button>span{font-size:18px}.home-ai-button>small{padding:4px 7px;font-size:9px;bottom:-4px;right:-8px}}.home-ai-popover{-webkit-backdrop-filter:blur(24px);background:#fffffffa;border:1px solid #5856d633;border-radius:16px;width:min(420px,100vw - 40px);max-height:calc(100vh - 48px);position:relative;overflow:auto;box-shadow:0 22px 65px #141e5038}.home-ai-close{z-index:2;width:32px;height:32px;color:var(--muted);cursor:pointer;background:#ffffffeb;border:1px solid #5856d624;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:10px;right:10px}.home-ai-close:hover{color:var(--text);background:#fff}.home-ai-popover .tipsheet-finder{background:0 0;border:0;margin:0;padding:18px}.home-ai-popover .tipsheet-finder-intro{padding-right:34px}.resource-viewer{grid-template-rows:auto minmax(0,1fr);gap:12px;width:min(1180px,100%);height:calc(100vh - 118px);min-height:620px;margin:0 auto;display:grid;position:relative}.resource-viewer-bar{border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--sh);background:#ffffffe0;grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:12px;padding:10px;display:grid}.viewer-back-button,.viewer-open-link,.floating-back-button{border-radius:var(--radius-xs);min-height:40px;color:var(--text);background:var(--white);border:1px solid var(--border);justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:14px;font-weight:800;display:inline-flex}.viewer-back-button:hover,.viewer-open-link:hover,.floating-back-button:hover{border-color:var(--border-2);box-shadow:var(--sh)}.resource-viewer-title{gap:2px;min-width:0;display:grid}.resource-viewer-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.resource-viewer-title small{color:var(--muted);font-size:12px;font-weight:700}.resource-frame{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);width:100%;height:100%;min-height:0;box-shadow:var(--sh)}.floating-back-button{left:max(18px, env(safe-area-inset-left));bottom:calc(18px + env(safe-area-inset-bottom));z-index:25;color:#fff;-webkit-backdrop-filter:blur(18px);background:#007afff5;border-color:#ffffff2e;min-height:48px;padding:0 16px;position:fixed;box-shadow:0 8px 28px #0000002e}.protected-gate{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);width:100%;height:100%;min-height:420px;box-shadow:var(--sh);place-items:center;padding:24px;display:grid}.protected-gate-card{border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:#fffffff5;justify-items:center;gap:12px;width:min(420px,100%);padding:28px;display:grid}.protected-gate-card h2{font-size:24px}.protected-gate-card p{color:var(--muted);font-size:14px}.protected-gate-form{gap:10px;width:100%;display:grid}.protected-gate-form input{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);width:100%;min-height:46px;padding:0 14px;font-size:16px}.protected-gate-form input:focus{border-color:var(--blue);box-shadow:var(--sh-focus);outline:0}.admin-login,.editor-shell{gap:24px;max-width:1220px;margin:0 auto;display:grid}.editor-grid{grid-template-columns:minmax(300px,360px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.editor-sidebar,.editor-card,.editor-ai-card{border:1.5px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--sh)}.editor-sidebar{gap:12px;padding:16px;display:grid}.editor-search{margin:0}.editor-entry-list{border-radius:var(--radius-sm);border:1px solid var(--border);max-height:720px;display:grid;overflow:auto}.editor-entry{text-align:left;background:var(--white);border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:12px;padding:12px 14px;display:grid}.editor-entry:first-child{border-top:0}.editor-entry:hover{background:#007aff08}.editor-entry.is-active{background:#007aff12}.editor-entry strong,.editor-card h2{color:var(--text);font-size:15px;font-weight:700;display:block}.editor-entry small,.editor-card p{color:var(--muted);margin-top:3px;font-size:13px;line-height:1.5;display:block}.editor-card{gap:18px;padding:18px 20px 20px;display:grid}.editor-ai-card{gap:16px;padding:18px 20px 20px;display:grid}.editor-card-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.editor-secondary-link{border-radius:var(--radius-sm);min-height:38px;color:var(--blue);white-space:nowrap;background:#007aff0d;border:1.5px solid #007aff2e;align-items:center;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.editor-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.editor-field{gap:8px;display:grid}.editor-field-wide{grid-column:1/-1}.editor-optional{border-top:1px solid var(--border);padding-top:4px}.editor-optional summary{color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:12px 0 4px;list-style:none;display:flex}.editor-optional summary::-webkit-details-marker{display:none}.editor-optional summary>span:first-child{gap:3px;display:grid}.editor-optional summary strong{font-size:13px}.editor-optional summary small,.editor-optional summary>span:last-child{color:var(--muted);font-size:11px}.editor-optional summary>span:last-child{color:var(--blue);font-weight:700}.editor-optional-grid{margin-top:12px}.editor-field span,.editor-checkbox span{color:var(--muted);font-size:12px;font-weight:700}.editor-field input,.editor-field select,.editor-field textarea,.editor-login-form input{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;min-height:42px;color:var(--text);background:var(--bg);outline:none;padding:0 12px}.editor-field textarea{resize:vertical;min-height:92px;padding:10px 12px;line-height:1.45}.editor-field input:focus,.editor-field select:focus,.editor-field textarea:focus,.editor-login-form input:focus{border-color:var(--blue);box-shadow:var(--sh-focus)}.editor-help{color:var(--muted);font-size:12px;line-height:1.45}.editor-checkbox{align-items:center;gap:10px;min-height:42px;display:inline-flex}.editor-checkbox input{width:18px;height:18px}.editor-upload-row{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:12px;display:flex}.editor-upload-button,.editor-primary-button,.editor-secondary-button,.editor-danger-button{border-radius:var(--radius-sm);min-height:42px;transition:var(--trans);justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.editor-primary-button{color:#fff;background:var(--gradient-blue);box-shadow:0 4px 14px #007aff3d}.editor-secondary-button,.editor-upload-button{color:var(--text);border:1.5px solid var(--border);background:var(--white)}.editor-danger-button{color:var(--red);background:#ff3b300f;border:1.5px solid #ff3b302e}.editor-primary-button:disabled,.editor-secondary-button:disabled,.editor-danger-button:disabled,.editor-upload-button:disabled{cursor:default;opacity:.65}.editor-upload-button{position:relative;overflow:hidden}.editor-upload-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.editor-upload-name{color:var(--muted);font-size:12px}.editor-actions,.editor-toolbar{flex-wrap:wrap;gap:10px;display:flex}.editor-success,.editor-error,.editor-warning{border-radius:var(--radius-sm);align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;line-height:1.5;display:flex}.editor-success{color:#1a7f44;background:#34c75921}.editor-error{color:#a12016;background:#ff3b301f}.editor-warning{color:#6c4d00;background:#ff9f0a26}.editor-login-form{gap:14px;max-width:420px;display:grid}.editor-ai-form{gap:12px;display:grid}.editor-ai-suggestions{flex-wrap:wrap;gap:8px;display:flex}.editor-ai-suggestions button{border:1px solid var(--border);border-radius:var(--radius-sm);min-height:34px;color:var(--muted);background:var(--white);align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.editor-ai-suggestions button:hover{color:var(--blue);border-color:#007aff59}.editor-ai-upload{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.editor-ai-file{border-radius:var(--radius-sm);background:#007aff0d;border:1px solid #007aff2e;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:2px 10px;min-width:min(100%,320px);padding:8px 10px;display:grid}.editor-ai-file span{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.editor-ai-file small{color:var(--muted);font-size:11px}.editor-ai-file button{color:var(--blue);grid-area:1/2/span 2;font-size:12px;font-weight:800}.editor-ai-results{gap:12px;display:grid}.editor-ai-summary,.editor-ai-action{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);gap:8px;padding:12px;display:grid}.editor-ai-summary strong,.editor-ai-action strong{color:var(--text);font-size:14px;font-weight:800}.editor-ai-summary span,.editor-ai-action small,.editor-ai-action p{color:var(--muted);font-size:13px;line-height:1.45}.editor-ai-action-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.editor-ai-action-head span{color:var(--blue);flex:none;font-size:12px;font-weight:800}.editor-ai-preview{border-radius:var(--radius-xs);max-height:240px;color:var(--text);background:var(--white);border:1px solid var(--border);white-space:pre-wrap;margin:0;padding:10px;font-size:12px;line-height:1.45;overflow:auto}.editor-ai-draft{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--white);gap:8px;margin:0;padding:10px;display:grid}.editor-ai-draft div{grid-template-columns:88px minmax(0,1fr);gap:10px;display:grid}.editor-ai-draft dt,.editor-ai-draft dd{min-width:0;margin:0;font-size:12px;line-height:1.4}.editor-ai-draft dt{color:var(--muted);font-weight:800}.editor-ai-draft dd{overflow-wrap:anywhere;color:var(--text);font-weight:650}.editor-ai-warnings{color:#6c4d00;gap:4px;margin:0;padding-left:18px;font-size:12px;line-height:1.45;display:grid}.editor-config-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.editor-config-card{border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--bg);gap:4px;padding:14px;display:grid}.editor-config-card strong{font-size:13px}.editor-config-card small{color:var(--muted);font-size:12px;line-height:1.5}.editor-config-card.is-ready{background:#34c75914;border-color:#34c75940}.editor-config-card.is-pending{background:#ff9f0a14;border-color:#ff9f0a40}.editor-pill{min-height:30px;color:var(--blue);background:#007aff14;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.mobile-tabbar{display:none}@media (width<=900px){.app-shell{display:block}.menu-backdrop{z-index:29;-webkit-backdrop-filter:blur(2px);background:#00000059;position:fixed;inset:0}.side-rail{z-index:30;width:min(78vw,300px);height:100%;transition:transform .18s;position:fixed;inset:0 auto 0 0;transform:translate(-105%);box-shadow:20px 0 60px #00000026}.side-rail.is-open{transform:translate(0)}.mobile-only{display:inline-flex}.main-panel{padding:0 16px 132px}.top-bar{grid-template-columns:44px minmax(0,1fr);gap:10px;margin-bottom:20px;padding:12px 0 14px}.back-button{display:none}input,textarea,select,.search-box input,.editor-field input,.editor-field textarea,.editor-field select,.editor-login-form input{font-size:16px}.resource-viewer{gap:10px;width:100%;height:calc(100vh - 220px);min-height:520px}.resource-viewer-bar{grid-template-columns:minmax(0,1fr) max-content;padding:8px}.viewer-back-button{display:none}.resource-viewer-title strong{font-size:14px}.resource-frame{border-radius:10px}.floating-back-button{bottom:calc(148px + env(safe-area-inset-bottom))}.home-view,.section-view,.admin-login,.editor-shell{gap:20px}h1{letter-spacing:-1px;font-size:38px}.home-heading p,.section-heading p{font-size:15px}.section-grid,.editor-grid,.editor-form-grid,.editor-config-grid,.shortcut-grid{grid-template-columns:1fr}.section-tile{grid-template-columns:56px minmax(0,1fr) 22px;min-height:130px;padding:20px}.section-icon{border-radius:12px;width:54px;height:54px}.section-tile strong{font-size:26px}.section-tile small{font-size:13px}.section-heading{flex-direction:column;align-items:flex-start}.category-strip,.qc-chips{overscroll-behavior-x:contain;scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:8px;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 18px calc(100% - 34px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 18px calc(100% - 34px),#0000 100%)}.category-button,.qc-chip{flex:none}.qc-score-card,.qc-field-grid,.qc-check-grid,.qc-check-grid-wide{grid-template-columns:1fr}.qc-score-card{align-items:start}.guideline-row{min-height:66px}.guideline-open{grid-template-columns:34px minmax(0,1fr) max-content;gap:10px}.guideline-open>svg{display:none}.guideline-main strong{white-space:normal}.tipsheet-finder-intro{grid-template-columns:38px minmax(0,1fr)}.tipsheet-finder-form>div{grid-template-columns:1fr}.tipsheet-finder-form button{width:100%}.tipsheet-access-form{grid-template-columns:1fr}.tipsheet-access-icon{display:none}.tipsheet-access-form>div>div{grid-template-columns:1fr}.home-ai-launcher{right:12px;bottom:calc(130px + env(safe-area-inset-bottom))}.home-ai-launcher.is-open{right:12px;bottom:calc(78px + env(safe-area-inset-bottom))}.home-ai-popover{width:calc(100vw - 24px);max-height:calc(100vh - 98px - env(safe-area-inset-bottom));border-radius:16px 16px 10px 10px}.editor-card,.editor-sidebar,.editor-ai-card{padding:16px}.mobile-tabbar{z-index:20;padding:8px 12px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--border);-webkit-backdrop-filter:blur(20px);background:#ffffffeb;grid-template-columns:repeat(4,1fr);gap:4px;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-credit{right:12px;bottom:calc(76px + env(safe-area-inset-bottom));z-index:19;border-radius:var(--radius-sm);min-height:40px;color:var(--text);box-shadow:var(--sh);-webkit-backdrop-filter:blur(18px);background:#ffffffe6;border:1px solid #007aff1f;justify-content:center;padding:6px 12px;font-size:12px;font-weight:800;display:flex;position:fixed;left:12px}.mobile-credit .credit-mark{border-radius:7px;flex-basis:26px;width:26px;height:26px;font-size:10px}.mobile-tabbar button,.mobile-tabbar a{border-radius:var(--radius-sm);min-height:52px;color:var(--muted);background:0 0;place-items:center;gap:2px;font-size:11px;font-weight:700;display:grid}.mobile-tabbar button.is-active{color:var(--blue);background:#007aff14}}@media (width<=520px){.guideline-open{grid-template-columns:32px minmax(0,1fr)}.editor-card-header{flex-direction:column}.editor-toolbar,.editor-actions{display:grid}.status{display:none}.guideline-main strong{font-size:14px}}
