:root {
  --ink:#101713;--muted:#64706a;--page:#f6f8f6;--surface:#fff;--soft:#eef2ef;
  --line:#dce2de;--brand:#176b4d;--brand-dark:#0d3d2d;--lime:#c9f36a;
  --mint:#dff5e9;--purple:#7566f5;--danger:#a8492f;
  --shadow:0 24px 70px rgba(15,39,29,.12),0 3px 12px rgba(15,39,29,.05)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit}button,input,select{font:inherit}button,.drop-zone,select{-webkit-tap-highlight-color:transparent}h1,h2,h3,p{text-wrap:pretty}h1,h2,h3{letter-spacing:-.045em;line-height:1.02}h1,h2{font-weight:780}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;padding:.75rem 1rem;border-radius:10px;background:var(--ink);color:#fff}.skip-link:focus{top:1rem}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--purple);outline-offset:3px}.article-hero-button{max-width:320px;margin-top:1.7rem}.article-body,.content-section,.faq-section,.capability-section{content-visibility:auto;contain-intrinsic-size:auto 700px}

.site-header{width:100%;height:76px;padding:0 max(24px,calc((100vw - 1200px)/2));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid rgba(16,23,19,.08);background:rgba(246,248,246,.88);backdrop-filter:blur(18px);position:relative;z-index:20}.brand{width:max-content;display:inline-flex;align-items:center;gap:.7rem;text-decoration:none;font-weight:800;font-size:1.05rem;letter-spacing:-.035em}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--ink);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.brand-mark::before,.brand-mark::after,.brand-mark span::before{content:"";position:absolute;background:var(--lime)}.brand-mark::before{width:18px;height:2px;border-radius:10px;transform:rotate(-42deg)}.brand-mark::after{width:6px;height:6px;border-radius:50%;right:7px;top:7px}.brand-mark span::before{width:6px;height:6px;border-radius:50%;left:7px;bottom:7px;opacity:.55}.site-header nav{display:flex;gap:2rem}.site-header nav a{color:#52605a;font-size:.82rem;font-weight:650;text-decoration:none}.site-header nav a:hover{color:var(--ink)}.header-cta{justify-self:end;padding:.65rem 1rem;border:1px solid var(--ink);border-radius:11px;background:var(--ink);color:#fff;text-decoration:none;font-size:.76rem;font-weight:750;transition:.2s ease}.header-cta:hover{transform:translateY(-1px);background:var(--brand-dark)}

.hero{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:88px 20px 104px;min-height:750px;display:grid;grid-template-columns:minmax(0,.91fr) minmax(500px,1.09fr);align-items:center;gap:clamp(48px,7vw,105px);position:relative}.hero::before{content:"";position:absolute;z-index:-1;width:600px;height:600px;right:-170px;top:-130px;border-radius:50%;background:radial-gradient(circle,rgba(201,243,106,.35),rgba(108,226,176,.11) 42%,transparent 68%);filter:blur(5px)}.eyebrow{margin:0 0 1.1rem;color:var(--brand);text-transform:uppercase;letter-spacing:.15em;font-size:.66rem;font-weight:850}.eyebrow>span{display:inline-block;width:7px;height:7px;margin:0 .55rem 1px 0;border-radius:50%;background:currentColor}.hero h1{max-width:690px;margin:0 0 1.6rem;font-size:clamp(3.5rem,5.7vw,6rem);letter-spacing:-.068em}.hero h1 em{display:inline-block;color:var(--brand);font-style:normal;font-weight:inherit}.hero-lede{max-width:600px;color:var(--muted);font-size:1.04rem;line-height:1.72}.hero-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:1.8rem}.hero-points span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.68);color:#3e4c45;font-size:.72rem;font-weight:700}.hero-points span::before{content:"✓";margin-right:.4rem;color:var(--brand)}.format-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:2rem}.format-row small{margin-right:5px;color:#89918d;font-size:.6rem;font-weight:750;text-transform:uppercase;letter-spacing:.12em}.format-row span{padding:5px 7px;border-radius:6px;background:#e9eeea;color:#5c6862;font:750 .57rem ui-monospace,SFMono-Regular,Consolas,monospace}

.tool-shell{min-height:564px;padding:10px;border:1px solid rgba(16,23,19,.09);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:var(--shadow);position:relative}.tool-shell::before{content:"";position:absolute;z-index:-1;inset:36px -20px -24px 28px;border-radius:30px;background:rgba(23,107,77,.1)}.tool-topline{display:flex;justify-content:space-between;align-items:center;padding:10px 12px 17px;color:#68736d;font-size:.63rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.tool-topline>span:first-child b{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:7px;border-radius:8px;background:var(--ink);color:var(--lime);font-size:.57rem}.local-status{display:inline-flex;align-items:center;gap:.45rem;padding:6px 9px;border-radius:999px;background:var(--mint);color:var(--brand)}.local-status i{width:6px;height:6px;border-radius:50%;background:#2ab478;box-shadow:0 0 0 4px rgba(42,180,120,.12)}.tool-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;border-radius:14px;background:#edf0ed}.tool-tabs button{padding:11px 12px;border:0;border-radius:10px;background:transparent;color:#728079;cursor:pointer;font-size:.73rem;font-weight:800;transition:.2s ease}.tool-tabs button[aria-selected=true]{background:#fff;color:var(--ink);box-shadow:0 3px 12px rgba(20,42,31,.08)}.drop-zone{min-height:424px;margin-top:10px;padding:30px;border:1.5px dashed #b9c5bd;border-radius:18px;background:#f5f7f5;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:.2s ease}.drop-zone:hover,.drop-zone:focus,.drop-zone.is-dragging{border-color:#3b9c73;background:#eff8f2;outline:0;transform:translateY(-2px)}.drop-icon{width:76px;height:76px;margin-bottom:1.35rem;display:grid;place-items:center;border-radius:24px;background:var(--ink);box-shadow:0 15px 30px rgba(16,23,19,.16)}.drop-icon svg{width:33px;fill:none;stroke:var(--lime);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.document-icon{background:#4b428e}.document-icon svg{stroke:#dcd7ff}.drop-zone strong{font-size:1.35rem;letter-spacing:-.025em}.drop-zone>span{margin-top:.45rem;color:var(--muted);font-size:.85rem}.browse-pill{color:var(--brand);font-weight:760;text-decoration:none}.drop-zone small{margin-top:1.4rem;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#84908a;font-size:.66rem}.document-drop{min-height:424px}.tool-message{padding:.75rem .35rem 0;color:var(--danger);font-size:.8rem}

.workspace{padding:14px 5px 5px}.file-summary{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:12px;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fafbfa}.file-summary img{width:62px;height:52px;border-radius:9px;object-fit:cover;background:var(--soft)}.file-type-icon{width:62px;height:52px;display:grid!important;place-items:center;border-radius:9px;background:#e7e4ff;color:#51469c;font-size:.62rem;font-weight:900}.file-summary div{min-width:0;display:flex;flex-direction:column}.file-summary strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.file-summary span{color:var(--muted);font-size:.69rem}.text-button{border:0;background:transparent;color:var(--brand);cursor:pointer;font-size:.72rem;font-weight:750}.risk-summary{display:flex;align-items:center;gap:12px;margin:10px 0;padding:13px;border-radius:13px;background:#f1f5f2}.risk-score{width:43px;height:43px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;background:#fff1e9;color:#925034;font-size:.72rem;font-weight:850}.risk-summary>div:last-child{display:flex;flex-direction:column}.risk-summary strong{font-size:.82rem}.risk-summary span{color:var(--muted);font-size:.69rem}.findings{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--line);border-radius:13px;overflow:hidden}.finding{min-height:64px;padding:11px;border-bottom:1px solid var(--line);display:flex;gap:9px;align-items:flex-start}.finding:nth-child(odd){border-right:1px solid var(--line)}.finding-icon{width:27px;height:27px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;background:var(--mint);color:var(--brand);font-size:.68rem}.finding.is-found .finding-icon{background:#ffe5da;color:#a6462b}.finding span{min-width:0;display:flex;flex-direction:column}.finding b{font-size:.7rem}.finding small{overflow:hidden;color:var(--muted);font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.export-controls{padding-top:14px}.export-controls>label:first-child{display:block;margin-bottom:6px;font-size:.67rem;font-weight:800}.export-controls select{width:100%;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink)}.consent-row{display:flex;gap:8px;align-items:flex-start;margin:12px 0;color:var(--muted);font-size:.69rem}.consent-row input{margin-top:3px;accent-color:var(--brand)}.primary-button{width:100%;min-height:51px;border:0;border-radius:12px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;gap:.6rem;text-decoration:none;font-size:.82rem;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(16,23,19,.13);transition:.2s ease}.primary-button:hover{background:var(--brand-dark);transform:translateY(-1px)}.primary-button:disabled{background:#abb5af;box-shadow:none;cursor:not-allowed;transform:none}.primary-button svg{width:18px;fill:none;stroke:currentColor;stroke-width:2}.boundary-note{margin:8px 0 0;color:#84908a;font-size:.59rem;line-height:1.45;text-align:center}.success-panel{min-height:490px;padding:72px 28px 25px;text-align:center}.success-icon{width:66px;height:66px;margin:0 auto 22px;display:grid;place-items:center;border-radius:22px;background:var(--mint);color:var(--brand);font-size:1.4rem}.success-panel h2{margin:.65rem 0 1rem;font-size:2.2rem}.success-panel>p:not(.eyebrow){margin-bottom:2rem;color:var(--muted);font-size:.8rem}.download-button{max-width:350px;margin:auto}.centered{display:block;margin:1rem auto 0}

.trust-strip{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:0;border:1px solid var(--line);border-radius:20px;background:#fff;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 8px 30px rgba(15,39,29,.04)}.trust-strip>div{min-height:108px;padding:22px 26px;display:flex;align-items:center;gap:15px;border-right:1px solid var(--line)}.trust-strip>div:last-child{border:0}.trust-strip strong{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:var(--soft);color:var(--brand);font-size:.67rem}.trust-strip span{display:flex;flex-direction:column;color:var(--muted);font-size:.7rem}.trust-strip b{margin-bottom:2px;color:var(--ink);font-size:.78rem}

.capability-section,.content-section,.faq-section{width:min(1180px,calc(100% - 48px));margin:auto}.capability-section{padding:138px 0 30px;display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(48px,8vw,100px);align-items:start}.capability-intro h2,.section-heading h2{margin:0;font-size:clamp(2.8rem,4.8vw,4.8rem)}.capability-intro>p:last-child{max-width:430px;margin-top:1.4rem;color:var(--muted);font-size:.9rem}.cleanup-table-wrap{padding:8px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(15,39,29,.05)}.cleanup-table{width:100%;border-collapse:collapse;table-layout:fixed}.cleanup-table th,.cleanup-table td{padding:20px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.cleanup-table thead th{color:#829089;font-size:.6rem;text-transform:uppercase;letter-spacing:.1em}.cleanup-table thead th:first-child{width:18%}.cleanup-table tbody tr:last-child>*{border-bottom:0}.cleanup-table tbody th{font-size:.9rem}.cleanup-table td{color:var(--muted);font-size:.76rem}.cleanup-table td:nth-child(2)::before,.cleanup-table td:nth-child(3)::before{display:inline-grid;place-items:center;width:19px;height:19px;margin:0 6px 3px 0;border-radius:7px;vertical-align:middle;font-size:.62rem;font-weight:900}.cleanup-table td:nth-child(2)::before{content:"✓";color:var(--brand);background:var(--mint)}.cleanup-table td:nth-child(3)::before{content:"=";color:#6754b5;background:#ebe8ff}.format-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:8px}.format-notes p{margin:0;padding:15px;border-radius:14px;background:var(--soft)}.format-notes b,.format-notes span{display:block}.format-notes b{margin-bottom:4px;font-size:.68rem}.format-notes span{color:var(--muted);font-size:.64rem}

.content-section,.faq-section{padding:132px 0}.section-heading{display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;margin-bottom:55px}.section-heading .eyebrow{align-self:start}.section-heading.compact{display:block;max-width:760px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-grid article{min-height:305px;padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff;display:flex;flex-direction:column}.feature-grid article:nth-child(2){border-color:var(--lime);background:var(--lime)}.feature-grid article:nth-child(3){border-color:var(--ink);background:var(--ink);color:#fff}.feature-number{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--soft);color:var(--brand);font-size:.65rem;font-weight:850}.feature-grid article:nth-child(2) .feature-number{background:rgba(255,255,255,.55)}.feature-grid article:nth-child(3) .feature-number{background:rgba(255,255,255,.1);color:var(--lime)}.feature-grid h3{margin:auto 0 .7rem;font-size:1.8rem}.feature-grid p{margin:0;color:var(--muted);font-size:.81rem}.feature-grid article:nth-child(2) p{color:#3f5424}.feature-grid article:nth-child(3) p{color:#afbbb5}

.privacy-section{width:min(1240px,calc(100% - 32px));min-height:670px;margin:30px auto;border-radius:32px;overflow:hidden;background:var(--ink);color:#fff;display:grid;grid-template-columns:1.04fr .96fr}.privacy-visual{min-height:600px;position:relative;overflow:hidden;display:grid;place-items:center;background:radial-gradient(circle at 25% 20%,#e8ffac,transparent 35%),linear-gradient(145deg,#bfeacc,#91cdb3)}.privacy-visual::before{content:"LOCAL";position:absolute;left:22px;bottom:10px;color:rgba(13,61,45,.16);font-size:clamp(5rem,11vw,10rem);font-weight:900;letter-spacing:-.09em;line-height:.8}.photo-frame{width:45%;padding:11px 11px 25px;border-radius:8px;background:#fff;color:var(--ink);box-shadow:0 28px 65px rgba(13,61,45,.26);transform:rotate(-4deg)}.landscape{aspect-ratio:4/3;background:linear-gradient(#bce5e4 0 55%,#659979 55%);position:relative;overflow:hidden}.landscape::before,.landscape::after{content:"";position:absolute;bottom:0;width:90%;height:55%;background:#366f55;clip-path:polygon(0 100%,45% 18%,100% 100%)}.landscape::after{right:-35%;height:48%;background:#55906f}.landscape i{position:absolute;z-index:1;top:17%;right:18%;width:34px;height:34px;border-radius:50%;background:#f2d66e}.photo-frame>span{display:block;margin-top:10px;font:.58rem ui-monospace,monospace}.data-card{min-width:145px;padding:12px 15px;border-radius:12px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);color:var(--ink);box-shadow:0 15px 35px rgba(13,61,45,.15);display:flex;flex-direction:column;position:absolute}.data-card span{color:var(--purple);font-size:.53rem;font-weight:900;letter-spacing:.1em}.data-card b{font-size:.7rem}.data-card-one{left:12%;top:25%}.data-card-two{right:9%;bottom:25%}.hush-line{width:56%;height:5px;border-radius:99px;background:#705ff4;box-shadow:0 0 0 6px rgba(112,95,244,.12);position:absolute;transform:rotate(-24deg)}.privacy-copy{padding:90px clamp(38px,7vw,100px);display:flex;flex-direction:column;justify-content:center}.privacy-copy .eyebrow{color:var(--lime)}.privacy-copy h2{margin:0 0 1.4rem;font-size:clamp(2.7rem,4.5vw,4.5rem)}.privacy-copy>p:not(.eyebrow){max-width:520px;color:#afbbb5}.privacy-copy ul{margin:1.4rem 0 0;padding:0;list-style:none}.privacy-copy li{padding:12px 0;border-top:1px solid rgba(255,255,255,.13);color:#d7dfdb;font-size:.78rem}.privacy-copy li::before{content:"✓";margin-right:.75rem;color:var(--lime)}

.learn-section{padding-bottom:96px}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.guide-grid a{min-height:285px;padding:27px;border:1px solid var(--line);border-radius:22px;background:#fff;text-decoration:none;display:flex;flex-direction:column;position:relative;transition:.2s ease}.guide-grid a::after{content:"↗";position:absolute;top:23px;right:24px;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--soft);color:var(--brand)}.guide-grid a:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(15,39,29,.08)}.guide-grid span{color:var(--brand);text-transform:uppercase;font-size:.58rem;letter-spacing:.13em;font-weight:850}.guide-grid h3{max-width:440px;margin:auto 0 .75rem;font-size:1.55rem}.guide-grid p{margin:0 0 1rem;color:var(--muted);font-size:.77rem}.guide-grid b{font-size:.7rem}.faq-section{padding-top:60px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:25px 50px 25px 3px;cursor:pointer;list-style:none;font-size:1.08rem;font-weight:740;letter-spacing:-.02em;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:var(--soft);color:var(--brand);position:absolute;right:2px;top:19px}.faq-list details[open] summary::after{content:"−"}.faq-list details p{max-width:780px;margin:-4px 0 25px 3px;color:var(--muted);font-size:.85rem}

footer{width:min(1240px,calc(100% - 32px));margin:30px auto 16px;padding:58px;border-radius:28px;background:#e9eeea;display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:28px;align-items:start}.footer-brand{font-size:1.05rem}footer p{max-width:360px;margin:0;color:var(--muted);font-size:.78rem}footer>div{justify-self:end;display:flex;gap:1.2rem;font-size:.72rem}footer small{grid-column:1/-1;margin-top:30px;color:#88938d;font-size:.65rem}.noscript{position:fixed;z-index:30;bottom:0;width:100%;padding:12px;background:#8c392a;color:#fff;text-align:center}

.legal-page{width:min(760px,calc(100% - 40px));margin:auto;padding:90px 0 130px}.legal-page h1,.article-hero h1{font-size:clamp(3rem,6vw,5.3rem)}.legal-page h2{margin-top:3rem;font-size:1.7rem}.legal-page p,.legal-page li{color:var(--muted)}.legal-page .updated{color:var(--brand);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.article-hero{width:min(980px,calc(100% - 40px));margin:auto;padding:100px 0 60px}.article-hero h1{max-width:900px;margin:0 0 1.4rem}.article-hero .hero-lede{max-width:760px}.article-body{width:min(760px,calc(100% - 40px));margin:auto;padding-bottom:120px}.article-body h2{margin:3.2rem 0 1rem;font-size:2rem}.article-body h3{margin-top:2rem;font-size:1.25rem}.article-body p,.article-body li{color:var(--muted)}.article-body li{margin-bottom:.5rem}.article-cta{margin:3rem 0;padding:28px;border:1px solid #cce4d5;border-radius:20px;background:var(--mint)}.article-cta h2{margin-top:0}.article-cta .primary-button{max-width:290px}

@media(max-width:1000px){.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{max-width:760px}.tool-shell{width:min(720px,100%)}.capability-section{grid-template-columns:1fr}.capability-intro>p:last-child{max-width:650px}}
@media(max-width:900px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.section-heading{grid-template-columns:1fr;gap:18px}.privacy-section{grid-template-columns:1fr}.privacy-visual{min-height:520px}.guide-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}footer p{grid-column:1/-1;grid-row:2}}
@media(max-width:640px){.site-header{height:68px;padding:0 15px}.brand{font-size:.98rem}.brand-mark{width:31px;height:31px;border-radius:10px}.header-cta{padding:.55rem .7rem;font-size:.68rem}.hero{width:100%;padding:54px 16px 76px;gap:42px;min-height:auto}.hero::before{width:400px;height:400px;right:-230px}.hero h1{font-size:clamp(3.05rem,14vw,4rem)}.hero-lede{font-size:.94rem}.format-row small{flex-basis:100%}.tool-shell{padding:7px;border-radius:22px}.tool-shell::before{inset:30px -5px -12px 15px}.tool-topline{padding-inline:8px}.drop-zone,.document-drop{min-height:370px;padding:24px 12px}.drop-icon{width:68px;height:68px;border-radius:21px}.findings{grid-template-columns:1fr}.finding:nth-child(odd){border-right:0}.trust-strip{width:calc(100% - 28px);grid-template-columns:1fr;padding:7px 15px}.trust-strip>div{min-height:82px;padding:15px 4px;border-right:0;border-bottom:1px solid var(--line)}.trust-strip>div:last-child{border-bottom:0}.capability-section,.content-section,.faq-section{width:calc(100% - 32px)}.capability-section{padding:90px 0 20px;gap:34px}.content-section,.faq-section{padding:90px 0}.capability-intro h2,.section-heading h2{font-size:2.8rem}.cleanup-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.cleanup-table,.cleanup-table tbody,.cleanup-table tr,.cleanup-table th,.cleanup-table td{display:block;width:100%}.cleanup-table tr{padding:18px 8px;border-bottom:1px solid var(--line)}.cleanup-table tbody tr:last-child{border:0}.cleanup-table th,.cleanup-table td{padding:5px 3px;border:0}.cleanup-table td:nth-child(2)::before{content:"Cleans";width:auto;padding:2px 6px}.cleanup-table td:nth-child(3)::before{content:"Keeps";width:auto;padding:2px 6px}.format-notes{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:240px}.privacy-section{width:calc(100% - 20px);border-radius:24px}.privacy-visual{min-height:430px}.photo-frame{width:54%}.data-card-one{left:5%}.data-card-two{right:3%}.privacy-copy{padding:70px 24px}.privacy-copy h2{font-size:2.8rem}.guide-grid a{min-height:260px}footer{width:calc(100% - 20px);padding:38px 24px;grid-template-columns:1fr}footer p,footer small{grid-column:1;grid-row:auto}footer>div{justify-self:start;flex-wrap:wrap}.article-hero{padding-top:75px}.article-hero h1{font-size:3.1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
.landing-tool{width:min(680px,calc(100% - 32px));margin:0 auto 90px}.landing-tool .tool-shell{width:100%}.landing-tool-intro{margin:0 0 18px;text-align:center}.landing-tool-intro h2{margin:0 0 .55rem;font-size:clamp(2rem,4vw,3rem)}.landing-tool-intro p{margin:0;color:var(--muted);font-size:.86rem}.evidence-box{margin:2.5rem 0;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.evidence-box h2{margin-top:0}.evidence-box dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0}.evidence-box div{padding:14px;border-radius:12px;background:var(--soft)}.evidence-box dt{font-size:.7rem;font-weight:800}.evidence-box dd{margin:4px 0 0;color:var(--muted);font-size:.74rem}.article-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 2rem}.article-meta span{padding:6px 9px;border-radius:999px;background:var(--soft);color:var(--muted);font-size:.65rem;font-weight:700}@media(max-width:640px){.landing-tool{margin-bottom:70px}.evidence-box dl{grid-template-columns:1fr}}
.topic-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.topic-links a{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--brand);font-size:.7rem;font-weight:750;text-decoration:none}.topic-links a:hover{border-color:var(--brand);background:var(--mint)}

/* Aceternity-inspired visual system: aurora light, glass surfaces and bento cards. */
:root{
  --ink:#f3faf6;
  --muted:#9aaba2;
  --page:#050806;
  --surface:#0b110e;
  --soft:#111a16;
  --line:rgba(225,255,238,.11);
  --brand:#54dea3;
  --brand-dark:#1cad72;
  --lime:#c5f970;
  --mint:rgba(84,222,163,.12);
  --purple:#9d8cff;
  --danger:#ff9b7a;
  --shadow:0 30px 90px rgba(0,0,0,.38),0 2px 12px rgba(0,0,0,.28)
}

[hidden]{display:none!important}

html{overflow-x:clip;background:var(--page)}
body{
  min-height:100vh;
  overflow-x:clip;
  color:var(--ink);
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),
    radial-gradient(circle at 50% -15%,rgba(57,187,130,.13),transparent 34%),
    var(--page);
  background-size:64px 64px,64px 64px,auto,auto
}

@keyframes ih-aurora{
  0%{transform:translate3d(-4%,0,0) scale(1);filter:blur(44px)}
  50%{transform:translate3d(5%,3%,0) scale(1.08);filter:blur(58px)}
  100%{transform:translate3d(-4%,0,0) scale(1);filter:blur(44px)}
}

@keyframes ih-pulse{
  0%,100%{opacity:.45}
  50%{opacity:.8}
}

.site-header{
  width:min(1180px,calc(100% - 32px));
  height:66px;
  margin:14px auto 0;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:19px;
  background:rgba(7,12,9,.7);
  box-shadow:0 12px 40px rgba(0,0,0,.18);
  backdrop-filter:blur(22px) saturate(140%);
  position:sticky;
  top:12px;
  z-index:50
}

.brand{color:#f7fff9}
.brand-mark{
  background:linear-gradient(145deg,#102019,#07100c);
  border:1px solid rgba(197,249,112,.24);
  box-shadow:0 0 26px rgba(84,222,163,.12),inset 0 0 0 1px rgba(255,255,255,.04)
}
.site-header nav a{color:#a7b6ae}
.site-header nav a:hover{color:#fff}
.header-cta{
  border-color:rgba(197,249,112,.38);
  background:linear-gradient(135deg,var(--lime),#6ce4a8);
  color:#07110c;
  box-shadow:0 8px 24px rgba(84,222,163,.18)
}
.header-cta:hover{background:linear-gradient(135deg,#d8ff91,#79efb4);box-shadow:0 12px 30px rgba(84,222,163,.25)}

.hero{
  width:min(1220px,calc(100% - 40px));
  min-height:820px;
  padding:104px 20px 108px;
  grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);
  gap:clamp(54px,7vw,108px);
  isolation:isolate
}
.hero>*{position:relative;z-index:2}
.hero::before{
  width:760px;
  height:680px;
  right:-120px;
  top:-120px;
  z-index:0;
  border-radius:50%;
  background:
    radial-gradient(circle at 30% 35%,rgba(197,249,112,.34),transparent 25%),
    radial-gradient(circle at 63% 38%,rgba(84,222,163,.27),transparent 29%),
    radial-gradient(circle at 48% 68%,rgba(157,140,255,.18),transparent 33%);
  animation:ih-aurora 16s ease-in-out infinite
}
.hero::after{
  content:"";
  position:absolute;
  z-index:1;
  inset:45px -10px 40px;
  border-radius:44px;
  background:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 92%);
  pointer-events:none
}
.eyebrow{color:var(--brand);font-size:.69rem}
.hero .eyebrow{
  width:max-content;
  padding:7px 11px;
  border:1px solid rgba(84,222,163,.2);
  border-radius:999px;
  background:rgba(84,222,163,.07);
  box-shadow:inset 0 0 18px rgba(84,222,163,.035)
}
.hero h1{
  max-width:650px;
  margin-bottom:1.7rem;
  color:#f4fff8;
  font-size:clamp(3.65rem,5.55vw,5.75rem);
  letter-spacing:-.075em;
  text-shadow:0 4px 32px rgba(0,0,0,.28)
}
.hero h1 em{
  color:transparent;
  background:linear-gradient(100deg,#dfff9f 0%,#6ce4aa 42%,#bcaeff 100%);
  background-clip:text;
  -webkit-background-clip:text
}
.hero-lede{color:#a3b2aa}
.hero-points span{
  border-color:rgba(255,255,255,.11);
  background:rgba(255,255,255,.045);
  color:#d7e2dc;
  box-shadow:inset 0 1px rgba(255,255,255,.035)
}
.format-row small{color:#7f9187}
.format-row span{
  border:1px solid rgba(255,255,255,.06);
  background:#101814;
  color:#a9bbb1
}

.tool-shell{
  min-height:570px;
  border-color:rgba(255,255,255,.14);
  background:linear-gradient(145deg,rgba(17,26,22,.94),rgba(7,12,9,.96));
  box-shadow:0 36px 100px rgba(0,0,0,.44),0 0 0 1px rgba(84,222,163,.04),inset 0 1px rgba(255,255,255,.055);
  backdrop-filter:blur(26px)
}
.tool-shell::before{
  inset:28px -16px -18px 24px;
  background:linear-gradient(130deg,rgba(84,222,163,.2),rgba(157,140,255,.09));
  filter:blur(22px);
  animation:ih-pulse 7s ease-in-out infinite
}
.tool-topline{color:#87968e}
.tool-topline>span:first-child b{background:#07100c;color:var(--lime);border:1px solid rgba(197,249,112,.2)}
.local-status{background:rgba(84,222,163,.1);color:#79e9b6;border:1px solid rgba(84,222,163,.13)}
.tool-tabs{border:1px solid rgba(255,255,255,.055);background:rgba(255,255,255,.045)}
.tool-tabs button{color:#839289}
.tool-tabs button[aria-selected=true]{background:rgba(255,255,255,.1);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.18),inset 0 1px rgba(255,255,255,.05)}
.drop-zone{
  border-color:rgba(134,168,150,.35);
  background:
    radial-gradient(circle at 50% 42%,rgba(84,222,163,.08),transparent 28%),
    rgba(255,255,255,.025)
}
.drop-zone:hover,.drop-zone:focus,.drop-zone.is-dragging{
  border-color:rgba(84,222,163,.72);
  background:radial-gradient(circle at 50% 42%,rgba(84,222,163,.14),transparent 34%),rgba(84,222,163,.035)
}
.drop-icon{
  border:1px solid rgba(197,249,112,.23);
  background:linear-gradient(145deg,#132119,#070c09);
  box-shadow:0 18px 45px rgba(0,0,0,.38),0 0 35px rgba(84,222,163,.12)
}
.document-icon{border-color:rgba(157,140,255,.28);background:linear-gradient(145deg,#201b39,#0b0914)}
.drop-zone strong{color:#f7fff9}
.drop-zone>span{color:#9bacA2}
.browse-pill{color:#69e4ad}
.drop-zone small{border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.045);color:#91a299}
.tool-message{color:#ffab8e}

.workspace{color:var(--ink)}
.file-summary,.risk-summary{
  border-color:rgba(255,255,255,.09);
  background:rgba(255,255,255,.045)
}
.file-summary img{background:#142019}
.file-type-icon{background:rgba(157,140,255,.14);color:#c4b9ff}
.file-summary span,.risk-summary span{color:#91a299}
.text-button{color:#6de8b0}
.risk-score{background:rgba(255,155,122,.11);color:#ffc0aa}
.findings{border-color:rgba(255,255,255,.09);background:rgba(0,0,0,.08)}
.finding{border-color:rgba(255,255,255,.08)}
.finding:nth-child(odd){border-color:rgba(255,255,255,.08)}
.finding-icon{background:rgba(84,222,163,.11);color:#75e7b3}
.finding.is-found .finding-icon{background:rgba(255,155,122,.13);color:#ffb297}
.finding small{color:#8fa097}
.export-controls select{border-color:rgba(255,255,255,.12);background:#101713;color:#eff9f3}
.consent-row{color:#9aaba2}
.primary-button{
  background:linear-gradient(135deg,var(--lime),#5edda0);
  color:#07110c;
  box-shadow:0 13px 34px rgba(84,222,163,.16)
}
.primary-button:hover{background:linear-gradient(135deg,#dcff99,#71e9ad);box-shadow:0 17px 42px rgba(84,222,163,.22)}
.primary-button:disabled{background:#35423b;color:#87938d}
.boundary-note{color:#7f9087}
.success-icon{background:rgba(84,222,163,.12);color:#74e7b2;border:1px solid rgba(84,222,163,.13)}
.success-panel h2{color:#f7fff9}
.success-panel>p:not(.eyebrow){color:#97a79e}
.download-button{color:#07110c}

.trust-strip{
  border-color:rgba(255,255,255,.1);
  background:rgba(10,16,13,.74);
  box-shadow:0 20px 54px rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.035);
  backdrop-filter:blur(18px)
}
.trust-strip>div{border-color:rgba(255,255,255,.08)}
.trust-strip strong{background:rgba(84,222,163,.1);color:#7be8b6;border:1px solid rgba(84,222,163,.1)}
.trust-strip span{color:#8fa097}
.trust-strip b{color:#eefaf3}

.capability-section,.content-section,.faq-section{position:relative}
.capability-intro h2,.section-heading h2{color:#f5fff8}
.capability-intro>p:last-child{color:#96a69d}
.cleanup-table-wrap{
  border-color:rgba(255,255,255,.1);
  background:linear-gradient(145deg,rgba(18,27,23,.9),rgba(8,13,10,.9));
  box-shadow:0 24px 70px rgba(0,0,0,.25),inset 0 1px rgba(255,255,255,.035)
}
.cleanup-table th,.cleanup-table td{border-color:rgba(255,255,255,.08)}
.cleanup-table thead th{color:#77887f}
.cleanup-table td{color:#9aaba2}
.cleanup-table td:nth-child(2)::before{background:rgba(84,222,163,.12);color:#76e8b4}
.cleanup-table td:nth-child(3)::before{background:rgba(157,140,255,.13);color:#c3b8ff}
.format-notes p{border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.035)}
.format-notes span{color:#8fa097}

.feature-grid{gap:16px}
.feature-grid article{
  border-color:rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 85% 0%,rgba(84,222,163,.08),transparent 32%),
    linear-gradient(145deg,rgba(17,26,22,.92),rgba(8,13,10,.92));
  box-shadow:inset 0 1px rgba(255,255,255,.035);
  overflow:hidden;
  position:relative;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease
}
.feature-grid article::before,.guide-grid a::before{
  content:"";
  position:absolute;
  width:210px;
  height:210px;
  right:-110px;
  top:-120px;
  border-radius:50%;
  background:rgba(84,222,163,.13);
  filter:blur(45px);
  opacity:0;
  transition:opacity .3s ease
}
.feature-grid article:hover,.guide-grid a:hover{transform:translateY(-5px);border-color:rgba(84,222,163,.28);box-shadow:0 24px 55px rgba(0,0,0,.24)}
.feature-grid article:hover::before,.guide-grid a:hover::before{opacity:1}
.feature-grid article:nth-child(2){border-color:rgba(197,249,112,.2);background:linear-gradient(145deg,rgba(39,59,29,.86),rgba(14,25,16,.94))}
.feature-grid article:nth-child(3){border-color:rgba(157,140,255,.18);background:linear-gradient(145deg,rgba(24,20,43,.9),rgba(9,9,15,.96));color:#fff}
.feature-number{background:rgba(84,222,163,.1);color:#7be8b6;border:1px solid rgba(84,222,163,.1)}
.feature-grid article:nth-child(2) .feature-number{background:rgba(197,249,112,.1)}
.feature-grid article:nth-child(3) .feature-number{background:rgba(157,140,255,.12);color:#c3b8ff}
.feature-grid p,.feature-grid article:nth-child(2) p,.feature-grid article:nth-child(3) p{color:#96a69d}

.privacy-section{
  border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(145deg,#0a100d,#050806);
  box-shadow:0 28px 90px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.035)
}
.privacy-visual{
  background:
    radial-gradient(circle at 25% 20%,rgba(221,255,149,.75),transparent 28%),
    radial-gradient(circle at 75% 72%,rgba(157,140,255,.38),transparent 30%),
    linear-gradient(145deg,#58d4a1,#18382c)
}
.photo-frame{background:#ecfff5;color:#0c1711}
.privacy-copy>p:not(.eyebrow){color:#99aaa1}
.privacy-copy li{border-color:rgba(255,255,255,.1);color:#cedbd4}

.guide-grid a{
  border-color:rgba(255,255,255,.1);
  background:linear-gradient(145deg,rgba(17,26,22,.92),rgba(8,13,10,.94));
  box-shadow:inset 0 1px rgba(255,255,255,.035);
  overflow:hidden
}
.guide-grid a::after{background:rgba(84,222,163,.1);color:#75e7b2;border:1px solid rgba(84,222,163,.1)}
.guide-grid span{color:#66dfaa}
.guide-grid p{color:#94a59c}
.faq-list{border-color:rgba(255,255,255,.1)}
.faq-list details{border-color:rgba(255,255,255,.09)}
.faq-list summary{color:#eaf6ef}
.faq-list summary::after{background:rgba(84,222,163,.1);color:#75e7b2}
.faq-list details p{color:#97a79e}

footer{
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(145deg,rgba(17,26,22,.9),rgba(8,13,10,.94));
  box-shadow:inset 0 1px rgba(255,255,255,.035)
}
footer p{color:#94a59c}
footer small{color:#718178}

.legal-page p,.legal-page li,.article-body p,.article-body li{color:#a0b0a7}
.legal-page .updated{color:#62dfaa}
.article-hero h1,.legal-page h1{color:#f5fff8}
.article-meta span{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);color:#9dadA4}
.article-cta,.evidence-box{
  border-color:rgba(84,222,163,.16);
  background:linear-gradient(145deg,rgba(18,35,27,.88),rgba(8,16,12,.94));
  box-shadow:inset 0 1px rgba(255,255,255,.035)
}
.evidence-box div{border:1px solid rgba(255,255,255,.065);background:rgba(255,255,255,.035)}
.evidence-box dd,.landing-tool-intro p{color:#96a69d}
.topic-links a{border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#6fe5af}
.topic-links a:hover{border-color:rgba(84,222,163,.4);background:rgba(84,222,163,.1)}

@media(max-width:1000px){
  .hero{grid-template-columns:1fr;padding-top:86px}
  .hero-copy{max-width:780px}
  .tool-shell{width:min(730px,100%)}
}

@media(max-width:640px){
  .site-header{width:calc(100% - 20px);height:60px;margin-top:8px;padding:0 12px;top:8px;border-radius:16px}
  .brand{font-size:.92rem}
  .brand-mark{width:30px;height:30px}
  .header-cta{padding:.5rem .68rem}
  .hero{width:100%;padding:58px 16px 78px;gap:44px}
  .hero::before{width:470px;height:470px;right:-190px;top:-80px}
  .hero::after{inset:18px 0 10px;border-radius:0}
  .hero h1{font-size:clamp(3rem,14vw,3.85rem)}
  .hero-lede{font-size:.96rem}
  .tool-shell{min-height:0;border-radius:23px}
  .drop-zone,.document-drop{min-height:355px}
  .drop-zone small{max-width:95%;font-size:.69rem}
  .tool-topline,.tool-tabs button{font-size:.68rem}
  .finding b{font-size:.76rem}
  .finding small,.boundary-note{font-size:.68rem}
  .file-summary strong,.risk-summary strong{font-size:.82rem}
  .file-summary span,.risk-summary span,.consent-row{font-size:.72rem}
  .trust-strip{background:rgba(10,16,13,.82)}
  .trust-strip>div{border-color:rgba(255,255,255,.08)}
  .capability-section{padding-top:92px}
  .content-section,.faq-section{padding:96px 0}
  .cleanup-table tr{border-color:rgba(255,255,255,.08)}
  .privacy-section{border-radius:25px}
  .privacy-copy{padding:68px 24px}
  .guide-grid a{min-height:245px}
  footer{padding:36px 24px;border-radius:23px}
}

@media(prefers-reduced-motion:reduce){
  .hero::before,.tool-shell::before{animation:none!important}
}

/* Search-friendly navigation, breadcrumbs and verification content. */
footer{grid-template-columns:.75fr 1.25fr;gap:48px}
.footer-intro{display:block;justify-self:start}
.footer-intro p{max-width:320px;margin:20px 0 0;color:#94a59c;font-size:.78rem}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.footer-links div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.footer-links strong{margin-bottom:4px;color:#dceae2;font-size:.67rem;text-transform:uppercase;letter-spacing:.08em}
.footer-links a{color:#94a59c;font-size:.72rem;text-decoration:none}
.footer-links a:hover{color:var(--brand)}
.trust-strip a{color:var(--brand);text-decoration:none}.trust-strip a:hover{text-decoration:underline}
.breadcrumbs{width:min(980px,calc(100% - 40px));margin:42px auto -68px}
.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}
.breadcrumbs li{display:flex;align-items:center;color:#7f9187;font-size:.69rem}
.breadcrumbs li+li::before{content:"/";margin-right:8px;color:#637169}
.breadcrumbs a{color:#6fe5af;text-decoration:none}
.breadcrumbs a:hover{text-decoration:underline}
.proof-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:2rem 0}
.proof-list article{padding:20px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.035)}
.proof-list h2{margin:0 0 .6rem;font-size:1.25rem}
.proof-list p{margin:0;font-size:.78rem}
.code-proof{padding:18px;border:1px solid rgba(197,249,112,.2);border-radius:14px;background:#070b08;color:#dfff9f;overflow:auto;font:700 .78rem ui-monospace,SFMono-Regular,Consolas,monospace}

@media(max-width:900px){footer{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.footer-links{grid-template-columns:1fr 1fr;gap:28px}.breadcrumbs{margin-top:30px;margin-bottom:-50px}.proof-list{grid-template-columns:1fr}}

/* Published test-results report. */
.report-hero{max-width:1040px}
.report-body{width:min(1120px,calc(100% - 40px))}
.report-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 28px}
.report-summary div{min-height:132px;padding:22px;border:1px solid rgba(84,222,163,.14);border-radius:18px;background:linear-gradient(145deg,rgba(18,35,27,.88),rgba(8,16,12,.94));display:flex;flex-direction:column;justify-content:flex-end}
.report-summary strong{color:#d7ff7b;font-size:2rem;letter-spacing:-.04em}
.report-summary span{color:#8fa198;font-size:.72rem}
.report-actions{display:grid;grid-template-columns:minmax(220px,360px) 1fr;align-items:center;gap:16px;margin-bottom:70px}
.report-actions code{width:max-content;max-width:100%;padding:12px 15px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#070b08;color:#b9c8c0;font-size:.76rem;overflow:auto}
.report-group{margin-top:70px}
.report-table-wrap{margin-top:22px;border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:auto;background:rgba(7,12,9,.72);box-shadow:inset 0 1px rgba(255,255,255,.03)}
.report-table{width:100%;min-width:900px;border-collapse:collapse;table-layout:fixed}
.report-table th,.report-table td{padding:18px 16px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;vertical-align:top}
.report-table tr:last-child>*{border-bottom:0}
.report-table thead th{color:#71847a;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em}
.report-table thead th:nth-child(1){width:14%}.report-table thead th:nth-child(2){width:17%}.report-table thead th:nth-child(3){width:31%}
.report-table tbody th span{display:block;color:#e8f5ed;font-size:.82rem}
.report-table tbody th small{display:inline-block;margin-top:7px;padding:3px 7px;border-radius:999px;background:rgba(84,222,163,.1);color:#68e7a8;font-size:.58rem;text-transform:uppercase;letter-spacing:.08em}
.report-table td{color:#98a9a0;font-size:.74rem;line-height:1.58}
.report-limits{margin-top:70px}
@media(max-width:800px){.report-summary{grid-template-columns:1fr 1fr}.report-actions{grid-template-columns:1fr}.report-actions code{width:100%}}
@media(max-width:520px){.report-summary{grid-template-columns:1fr}.report-summary div{min-height:105px}.report-body{width:calc(100% - 32px)}}
