/* Kicksider Tools — scoped design system. GPL-2.0-or-later. */
.kst{--kst-accent:#c8f651;--kst-ink:#152820;--kst-muted:#53635b;--kst-line:#dce3d8;--kst-paper:#f6f7f1;--kst-white:#fff;--kst-radius:18px;box-sizing:border-box;color:var(--kst-ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;font-weight:400;line-height:1.6;text-align:left;isolation:isolate}
.kst *,.kst *:before,.kst *:after{box-sizing:border-box}
.kst [hidden]{display:none!important}
.kst h1,.kst h2,.kst h3,.kst p,.kst ul,.kst ol{color:inherit;margin:0;padding:0}
.kst h1,.kst h2,.kst h3{font-family:inherit;letter-spacing:-.04em;line-height:1.12;font-weight:750;text-transform:none}
.kst h2{font-size:clamp(23px,2.4vw,32px)}
.kst h3{font-size:22px}
.kst p+p{margin-top:16px}
.kst a{color:#165d91;text-decoration:underline;text-underline-offset:4px}
.kst a:hover{color:#0d3a5c}
.kst :focus-visible{outline:3px solid #1a6fbb;outline-offset:4px}
.kst .kst-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.kst-shell{width:min(1240px,calc(100% - 64px));max-width:1240px;margin:24px auto 80px}
.kst-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:9px;font-size:12px;color:var(--kst-muted);margin:20px 0 26px}
.kst-breadcrumb a{color:inherit;text-decoration:none}
.kst-eyebrow{display:block;color:var(--kst-muted);font-size:11px;font-weight:700;line-height:1.4;letter-spacing:.12em;text-transform:uppercase}
.kst-hero{display:grid;grid-template-columns:1.5fr 1fr;gap:40px;align-items:center;padding:58px 52px;background:var(--kst-ink);border-radius:var(--kst-radius);color:#fff;overflow:hidden;position:relative}
.kst-hero .kst-eyebrow{color:var(--kst-accent);margin-bottom:22px}
.kst-hero h1{font-size:clamp(44px,5.1vw,70px);line-height:1.02;font-weight:800;margin:0 0 22px;letter-spacing:-.055em}
.kst-hero h1 span{color:var(--kst-accent)}
.kst-hero p{font-size:17px;line-height:1.7;color:#d7e3db;max-width:510px}
.kst-hero-meta{display:flex;gap:22px;flex-wrap:wrap;margin-top:32px;font-size:11px;color:#e0e9e2;letter-spacing:.02em}
.kst-hero-meta span{display:flex;align-items:center;gap:7px}
.kst-hero-meta span:before{content:"";width:5px;height:5px;background:var(--kst-accent);border-radius:50%}
.kst-hero-visual{padding:32px 28px 20px;border:1px solid #486052;border-radius:14px;transform:rotate(-3deg);background:linear-gradient(145deg,#263f31,#1a3024);position:relative;box-shadow:12px 15px 0 rgba(200,246,81,.08)}
.kst-visual-label,.kst-visual-unit,.kst-visual-caption{display:block;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;font-size:10px;color:#bbcdbe}
.kst-visual-time{display:block;font-size:clamp(54px,6.5vw,88px);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.2;font-weight:700;letter-spacing:-.08em;margin-top:12px}
.kst-visual-time span{color:var(--kst-accent)}
.kst-visual-unit{text-align:right;margin-bottom:6px}
.kst-hero-visual svg{width:100%;height:90px;color:var(--kst-accent);display:block}
.kst-visual-caption{border-top:1px solid #47604e;padding-top:12px;display:flex;justify-content:space-between;font-size:11px}
.kst-section-head{display:flex;gap:20px;justify-content:space-between;align-items:center;margin-bottom:24px}
.kst-section-head>a{font-size:13px;color:var(--kst-ink);white-space:nowrap;text-decoration:none;border-bottom:1px solid var(--kst-line);padding-bottom:2px}
.kst-section-head>a span{padding-left:9px}
.kst-section-head>span{font-size:12px;color:var(--kst-muted)}
.kst-hub-intro{margin-top:46px}
.kst-grid{display:grid;gap:18px}
.kst-cols-1{grid-template-columns:1fr}.kst-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.kst-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.kst-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.kst .kst-card{display:flex;min-width:0;flex-direction:column;align-items:stretch;gap:0;padding:25px 26px 20px;border:1px solid var(--kst-line);border-radius:14px;background:var(--kst-white);color:var(--kst-ink);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;position:relative}
.kst .kst-card:hover{transform:translateY(-3px);border-color:#8aa275;color:var(--kst-ink);box-shadow:0 10px 25px #15282009}
.kst-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.kst-icon{display:flex;width:48px;height:48px;border-radius:12px;background:var(--kst-paper);justify-content:center;align-items:center}
.kst-icon svg{display:block}
.kst-card-number{font:11px ui-monospace,SFMono-Regular,Consolas,monospace;color:#738273}
.kst-card .kst-eyebrow{font-size:10px;margin-bottom:9px}
.kst-card h3,.kst-card h2{font-size:21px;line-height:1.25;letter-spacing:-.035em;margin-bottom:10px;overflow-wrap:anywhere}
.kst-card p{font-size:13px;line-height:1.6;color:var(--kst-muted);padding-bottom:24px}
.kst-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;border-top:1px solid var(--kst-line);padding-top:14px;font-size:12px;font-weight:650}
.kst-card-bottom>span{font-size:19px;line-height:1;background:var(--kst-accent);border-radius:50%;width:26px;height:26px;display:grid;place-items:center}
.kst-hub-note{margin-top:45px;background:var(--kst-paper);border-radius:14px;padding:34px 38px;max-width:100%}
.kst-hub-note h2{font-size:27px;margin-bottom:15px}
.kst-hub-note p{max-width:840px;font-size:14px;color:var(--kst-muted)}
.kst-tool-hero{padding:10px 0 34px;max-width:940px}
.kst-tool-hero .kst-eyebrow{margin-bottom:15px}
.kst-tool-hero h1{font-size:clamp(34px,4.4vw,58px);margin-bottom:18px;overflow-wrap:anywhere}
.kst-tool-hero>p{font-size:18px;line-height:1.7;color:var(--kst-muted);max-width:800px}
.kst-tool-meta{display:flex;gap:20px;flex-wrap:wrap;margin-top:21px;color:var(--kst-muted);font-size:11px}
.kst-tool-meta>span+span:before{content:"/";margin-right:20px;color:#879789}
.kst-workspace{display:grid;grid-template-columns:minmax(0,1fr) 270px;align-items:start;gap:30px}
.kst-workspace-main{min-width:0}
.kst-app{background:var(--kst-white);border:1px solid var(--kst-line);border-radius:var(--kst-radius);overflow:hidden;width:100%;margin:0 0 24px;max-width:100%}
.kst-app-head{padding:24px 28px;background:var(--kst-paper);border-bottom:1px solid var(--kst-line)}
.kst-app-head .kst-eyebrow{font-size:10px;margin-bottom:7px}
.kst-app-head h2{font-size:23px;line-height:1.2}
.kst-mount{padding:28px}
.kst-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.kst-full,.kst-fields>.kst-check{grid-column:1/-1}
.kst-field{display:flex;flex-direction:column;align-items:stretch;gap:7px;min-width:0;margin:0;font-size:13px}
.kst-field>span{font-weight:650;color:var(--kst-ink);line-height:1.4}
.kst-field>small{font-size:11px;color:var(--kst-muted);font-weight:400;line-height:1.5}
.kst input,.kst select,.kst textarea{box-sizing:border-box!important;font:inherit;color:var(--kst-ink);background:var(--kst-white);width:100%;border:1px solid #a8b7aa;border-radius:8px;padding:11px 12px;min-height:46px;max-width:100%;margin:0;line-height:1.4;box-shadow:none;appearance:auto}
.kst input[type=checkbox]{width:18px;height:18px;min-height:18px;flex:0 0 18px;margin:3px 0 0;accent-color:#285d3c}
.kst select{padding-right:24px;cursor:pointer;font-size:14px}
.kst textarea{resize:vertical;min-height:110px;font-size:15px;line-height:1.6}
.kst input:focus,.kst textarea:focus,.kst select:focus{border-color:#356e4a;outline:2px solid #8db09a;outline-offset:2px}
.kst-check{display:flex;gap:10px;align-items:flex-start;font-size:12px;line-height:1.7;margin:0;cursor:pointer}
.kst-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}
.kst .kst-btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:46px;padding:12px 21px;border:1px solid var(--kst-ink);background:var(--kst-ink);color:#fff;border-radius:8px;cursor:pointer;font-family:inherit;font-size:13px;line-height:1.4;font-weight:650;text-decoration:none;text-transform:none;letter-spacing:0;transition:background .15s ease;white-space:normal}
.kst .kst-btn:hover{background:#2b4838;color:white}
.kst .kst-btn>span{color:var(--kst-accent);font-size:18px;line-height:1}
.kst .kst-btn-quiet{background:transparent;color:var(--kst-ink);border-color:#b6c2b4;font-weight:500}
.kst .kst-btn-quiet:hover{background:#edf2e7;color:var(--kst-ink)}
.kst-error{border-left:3px solid #a93126;background:#fff0ed;color:#852219;padding:13px 15px;margin-top:20px;font-size:13px;border-radius:4px}
.kst-result{border-top:1px solid var(--kst-line);margin-top:28px;padding-top:26px;scroll-margin-top:50px;outline:none}
.kst-result:focus{outline:none}
.kst-result h3{font-size:22px;margin:0 0 18px;line-height:1.3}
.kst-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(150px,100%),1fr));gap:12px;margin-bottom:18px}
.kst-metric{padding:17px 18px;background:var(--kst-paper);border-radius:10px;border-top:3px solid var(--kst-accent);min-width:0}
.kst-metric>span{display:block;font-size:11px;color:var(--kst-muted);margin-bottom:8px;line-height:1.4}
.kst-metric>strong{display:block;font-size:clamp(22px,3vw,34px);font-weight:750;line-height:1.15;letter-spacing:-.04em;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.kst-metric>small{display:block;font-size:11px;color:var(--kst-muted);margin-top:6px;line-height:1.5}
.kst-notice{font-size:12px;line-height:1.7;background:#f4f6ef;border-left:3px solid #a6bb96;padding:13px 15px;border-radius:3px;margin:14px 0!important;color:#455448!important}
.kst-class-result{padding:20px 0;border-top:1px solid var(--kst-line)}
.kst-class-result h3{font-size:24px;margin:6px 0 10px}
.kst-class-result p{font-size:13px;color:var(--kst-muted)}
.kst-scroll{width:100%;max-width:100%;overflow-x:auto;margin:18px 0;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}
.kst table{border:0;border-collapse:collapse;width:100%;text-align:left;table-layout:auto;font-size:12px;line-height:1.5;margin:0;background:transparent}
.kst caption{text-align:left;font-size:11px;color:var(--kst-muted);margin-bottom:10px;line-height:1.6;caption-side:top}
.kst th,.kst td{border:0;border-bottom:1px solid var(--kst-line);padding:11px 10px;text-align:left;vertical-align:top;white-space:normal;line-height:1.5;min-width:48px}
.kst thead th{font-size:10px;letter-spacing:.02em;font-weight:650;color:var(--kst-muted);background:var(--kst-paper)}
.kst tbody td:first-child{font-variant-numeric:tabular-nums}
.kst .kst-input-table{min-width:520px}
.kst-input-table input,.kst-input-table select{padding:9px 7px;font-size:13px;min-width:64px}
.kst-input-table td:first-child input{min-width:105px}
.kst-input-table .kst-field>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.kst-input-table small{font-size:10px}
.kst-result-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.kst-result-actions .kst-btn{font-size:11px;min-height:40px;padding:10px 13px}
.kst-utility{display:flex;flex-wrap:wrap;gap:8px 17px;border-top:1px solid var(--kst-line);padding-top:19px;margin-top:25px}
.kst-utility button{font:inherit;font-size:11px;text-decoration:underline;text-underline-offset:3px;cursor:pointer;border:0;border-radius:0;background:none;padding:5px 0;color:#335e46;line-height:1.4;min-height:30px}
.kst-data-note{font-size:10px!important;color:var(--kst-muted)!important;margin-top:11px!important;line-height:1.7!important}
.kst-feedback{font-size:12px;line-height:1.6;margin-top:12px;color:#285638;overflow-wrap:anywhere}
.kst-copy-fallback{font-size:12px!important;min-height:100px}
.kst-side{padding:29px 23px;background:var(--kst-paper);border:1px solid var(--kst-line);border-radius:14px}
.kst-side h2{font-size:23px;margin:9px 0 24px}
.kst-side ol{list-style:none;counter-reset:kst-step}
.kst-side li{counter-increment:kst-step;position:relative;margin:0 0 24px;padding-left:32px;font-size:13px;color:#3d5143;line-height:1.7}
.kst-side li:before{content:counter(kst-step,decimal-leading-zero);position:absolute;left:0;top:1px;font:11px/2 ui-monospace,SFMono-Regular,Consolas,monospace;color:#66805f}
.kst-side>p{font-size:13px}
.kst-side-note{font-size:11px!important;border-top:1px solid var(--kst-line);padding-top:17px;color:var(--kst-muted)!important;line-height:1.75}
.kst-method{border-top:1px solid var(--kst-line);padding-top:45px;margin:40px 0;display:grid;grid-template-columns:1fr 2fr;gap:65px}
.kst-method h2{font-size:29px;line-height:1.2;margin-top:12px;max-width:300px}
.kst-method p{font-size:15px;line-height:1.85;color:#45564a}
.kst-faq{margin:38px 0;max-width:850px}
.kst-faq>h2{margin-bottom:22px}
.kst details{border-bottom:1px solid var(--kst-line);padding:14px 0;font-size:14px}
.kst summary{cursor:pointer;font-size:14px;font-weight:650;line-height:1.6;padding:5px 22px 5px 0;color:var(--kst-ink)}
.kst details[open] summary{margin-bottom:12px}
.kst details p{font-size:14px;line-height:1.8;color:var(--kst-muted)}
.kst-sources{border-top:1px solid var(--kst-line);padding-top:25px;margin:30px 0 45px}
.kst-sources h2{font-size:16px;letter-spacing:-.01em;margin-bottom:12px}
.kst-sources ul{list-style:none;display:flex;flex-wrap:wrap;gap:8px 25px}
.kst-sources li{margin:0;font-size:12px}
.kst-collection{margin:28px 0}
.kst-round{margin:30px 0;break-inside:avoid}
.kst-round h3{font-size:20px;margin-bottom:8px}
.kst-round>p{font-size:12px;color:var(--kst-muted)}
.kst-scorecard{border:0;margin:24px 0 0;padding:0;min-width:0}
.kst-scorecard legend{font-weight:650;font-size:15px}
.kst-scorecard .kst-input-table{min-width:400px}
.kst-date-result{font-size:19px;letter-spacing:-.02em;font-weight:650}
.kst-quiz-card{min-height:240px}
.kst-quiz-card h2{margin:12px 0}
.kst-quiz-progress{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.03em;color:var(--kst-muted);margin-bottom:10px}
.kst progress{display:block;width:100%;height:5px;border:0;border-radius:5px;background:var(--kst-paper);accent-color:#4b7737;margin:0 0 30px}
.kst progress::-webkit-progress-bar{background:#eef1e8;border-radius:5px}.kst progress::-webkit-progress-value{background:#4b7737;border-radius:5px}
.kst-question{border:0;padding:0;margin:0;min-width:0}
.kst-question legend{font-size:23px;font-weight:700;line-height:1.4;letter-spacing:-.03em;margin-bottom:24px;padding:0;width:100%}
.kst-options{display:grid;gap:11px}
.kst-answer{display:flex;align-items:center;gap:16px;width:100%;text-align:left;background:#fff;border:1px solid #b9c6b7;border-radius:9px;font:inherit;font-size:14px;padding:15px 16px;line-height:1.5;cursor:pointer;color:var(--kst-ink);min-height:56px}
.kst-answer>span{font-size:11px;line-height:1.8;font-family:ui-monospace,monospace;min-width:23px;min-height:23px;display:grid;place-items:center;background:#f0f3e9;border-radius:4px}
.kst-answer:not(:disabled):hover{border-color:#628356;background:#f8faef}
.kst-answer:disabled{opacity:1;cursor:default;color:#465244}
.kst-answer.is-correct{border:2px solid #33743a;background:#edf8e9;padding:14px 15px;color:#1c5524}
.kst-answer.is-wrong{border:2px solid #a33a2c;background:#fff0eb;padding:14px 15px;color:#842a22}
.kst-answer-feedback{font-size:14px;line-height:1.8;margin:20px 0}
.kst-answer-feedback strong{font-weight:650}
.kst-quiz-result{border:0;margin:0;padding:0}
.kst-quiz-result>p{font-size:14px}
.kst-review{margin-top:28px}
.kst-review summary{font-size:13px}
.kst-sitebar{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px max(32px,calc((100vw - 1240px)/2));border-bottom:1px solid #dce3d8;background:#fff;font-family:system-ui,sans-serif}
.kst-sitebar a{color:#152820;text-decoration:none;font-size:13px}
.kst-sitebar a:first-child{font-size:22px;font-weight:800;letter-spacing:-.05em;text-transform:uppercase}
.kst-print-copy{display:none}
@media (max-width:1100px){.kst-hero{padding:42px 36px;gap:30px}.kst-workspace{grid-template-columns:minmax(0,1fr) 230px;gap:22px}.kst-mount{padding:23px}.kst-side{padding:24px 19px}.kst-cols-4{grid-template-columns:repeat(3,minmax(0,1fr))}.kst-card h3{font-size:19px}}
@media (max-width:900px){.kst-workspace{grid-template-columns:1fr}.kst-side{display:grid;grid-template-columns:1fr 2fr;gap:0 25px}.kst-side .kst-eyebrow,.kst-side h2{grid-column:1}.kst-side ol{grid-column:2;grid-row:1/4}.kst-side-note{grid-column:1/-1}.kst-side li{margin-bottom:16px}.kst-hero{grid-template-columns:1.3fr 1fr;gap:24px}.kst-hero h1{font-size:48px}.kst-hero p{font-size:15px}.kst-hero-visual{padding:25px 20px 18px}.kst-visual-time{font-size:60px}.kst-cols-3,.kst-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.kst-method{gap:30px;grid-template-columns:1fr 1.8fr}}
@media (max-width:600px){.kst-shell{width:calc(100% - 32px);margin:14px auto 50px}.kst-breadcrumb{font-size:10px;margin:15px 0 20px;gap:7px}.kst-hero{grid-template-columns:1fr;padding:32px 25px 35px;gap:30px;border-radius:14px}.kst-hero h1{font-size:48px;line-height:1.05}.kst-hero p{font-size:14px}.kst-hero-meta{gap:10px 17px;font-size:10px;margin-top:23px}.kst-hero-visual{max-width:300px;width:100%;margin:0 auto;padding:21px 22px 17px;transform:rotate(-2deg)}.kst-visual-time{font-size:72px}.kst-hero-visual svg{height:60px}.kst-visual-label{font-size:9px}.kst-hub-intro{margin-top:34px}.kst-section-head{align-items:flex-start;gap:15px;margin-bottom:20px}.kst-section-head h2{font-size:24px}.kst-section-head>span{display:none}.kst-section-head>a{font-size:11px}.kst-cols-2,.kst-cols-3,.kst-cols-4{grid-template-columns:1fr}.kst-grid{gap:13px}.kst .kst-card{padding:22px}.kst-card-top{margin-bottom:20px}.kst-card h3{font-size:23px}.kst-card p{font-size:14px;padding-bottom:20px}.kst-hub-note{padding:27px 24px;margin-top:30px}.kst-hub-note h2{font-size:26px}.kst-tool-hero{padding-bottom:26px}.kst-tool-hero h1{font-size:36px}.kst-tool-hero>p{font-size:15px}.kst-tool-meta{gap:10px;font-size:10px}.kst-tool-meta>span+span:before{margin-right:10px}.kst-app{border-radius:13px}.kst-app-head{padding:22px 20px}.kst-app-head h2{font-size:21px}.kst-mount{padding:21px 18px}.kst-fields{grid-template-columns:1fr;gap:18px}.kst-field{font-size:13px}.kst input,.kst textarea,.kst select{font-size:16px;min-height:48px}.kst-actions{gap:8px}.kst .kst-btn{min-height:46px;font-size:12px;padding:12px 16px;gap:12px}.kst-side{display:block;padding:24px}.kst-side h2{margin:10px 0 22px}.kst-method{display:block;padding-top:28px;margin-top:30px}.kst-method h2{font-size:26px;margin-bottom:23px}.kst-method p{font-size:14px;line-height:1.8}.kst-faq{margin-top:30px}.kst-faq>h2{font-size:25px}.kst-sources ul{display:block}.kst-sources li+li{margin-top:8px}.kst-metric{padding:15px}.kst-metric>strong{font-size:27px}.kst-utility{gap:7px 14px}.kst-utility button{font-size:11px;min-height:35px;text-align:left}.kst-input-table .kst-field input,.kst-input-table .kst-field select{font-size:16px}.kst-question legend{font-size:22px}.kst-answer{font-size:14px;padding:13px 12px;gap:12px}.kst-answer.is-correct,.kst-answer.is-wrong{padding:12px 11px}.kst-sitebar{padding:18px 20px}.kst-quiz-card{min-height:210px}}
@media(prefers-reduced-motion:reduce){.kst *{transition:none!important;scroll-behavior:auto!important}.kst .kst-card:hover{transform:none}}
@media print{
  @page{size:A4;margin:14mm}
  body.kst-printing{background:white!important}
  body.kst-printing> :not(.kst-print-copy){display:none!important}
  body.kst-printing .kst-print-target{display:block!important;position:static!important;width:100%!important;max-width:none!important;border:0!important;margin:0!important;padding:0!important;background:white!important;color:black!important;overflow:visible!important;font-size:10pt!important}
  .kst-print-target .kst-form,.kst-print-target .kst-utility,.kst-print-target .kst-data-note,.kst-print-target .kst-feedback,.kst-print-target .kst-result-actions,.kst-print-target .kst-actions,.kst-print-target button{display:none!important}
  .kst-print-target .kst-mount,.kst-print-target .kst-app-head{padding:0!important;background:white!important;border:0!important}
  .kst-print-target .kst-app-head{margin-bottom:8mm!important}
  .kst-print-target .kst-result{margin:0!important;padding:0!important;border:0!important}
  .kst-print-target .kst-scroll{overflow:visible!important;max-height:none!important;margin:4mm 0!important}
  .kst-print-target table{width:100%!important;min-width:0!important;font-size:9pt!important;break-inside:auto}
  .kst-print-target tr{break-inside:avoid}
  .kst-print-target thead{display:table-header-group}
  .kst-print-target th,.kst-print-target td{padding:2mm!important;overflow-wrap:anywhere}
  .kst-print-target .kst-metrics{display:flex!important;gap:4mm!important}
  .kst-print-target .kst-metric{flex:1;background:white!important;border:1px solid #aaa!important;padding:3mm!important}
  .kst-print-target .kst-metric>strong{font-size:19pt!important}
  .kst-print-target .kst-notice{border:0!important;background:white!important;padding:0!important;font-size:9pt!important}
  .kst-print-target h3{font-size:13pt!important}
  .kst-print-target .kst-review details{break-inside:avoid}
}
