:root{color:#344054;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f5f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,textarea{font-family:inherit}.app-shell{min-height:100svh;padding:48px 24px}.checker{background:#fff;border:1px solid #e6e8ee;border-radius:24px;width:min(100%,840px);margin:0 auto;padding:40px;box-shadow:0 18px 45px #1e293b14}.checker__header{margin-bottom:28px}.eyebrow{color:#635bff;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;font-size:.875rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1{color:#172033;margin-bottom:10px;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.25}.description,.note{color:#667085;line-height:1.7}.description{margin-bottom:0}.input-label{color:#344054;margin-bottom:8px;font-weight:700;display:block}textarea{color:#172033;width:100%;min-height:240px;font:inherit;resize:vertical;background:#fcfcfd;border:1px solid #cfd4dc;border-radius:14px;outline:none;padding:16px;line-height:1.7;display:block}textarea:focus{border-color:#635bff;box-shadow:0 0 0 4px #635bff24}.actions{flex-wrap:wrap;align-items:center;gap:10px;margin:16px 0 28px;display:flex}.button{min-height:44px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:10px;padding:10px 16px;font-weight:700}.button--primary{color:#fff;background:#635bff}.button--primary:hover{background:#5148e5}.button--secondary{color:#344054;background:#fff;border-color:#cfd4dc}.button:disabled{cursor:not-allowed;opacity:.5}.copy-message{color:#475467;min-height:1.5em;font-size:.875rem}.summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:32px;display:grid}.summary>div{background:#f7f7ff;border-radius:14px;padding:18px}.summary__label{color:#667085;margin-bottom:6px;font-size:.875rem;display:block}.summary strong{color:#172033;font-size:1.25rem}.targets h2{color:#172033;margin-bottom:14px;font-size:1.25rem}.target-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.target-card{border:1px solid;border-radius:14px;padding:16px}.target-card--fits{background:#f0fdf4;border-color:#b7e6c4}.target-card--over{background:#fff5f5;border-color:#f3c0c0}.target-card__heading{margin-bottom:12px}.target-card h3,.target-card p{margin-bottom:0}.target-card h3{color:#172033;letter-spacing:-.03em;white-space:nowrap;margin-bottom:6px;font-size:.9375rem}.target-card__heading span{font-size:.75rem;font-weight:700;display:inline-block}.target-card--fits .target-card__heading span,.target-card--fits strong{color:#16733c}.target-card--over .target-card__heading span,.target-card--over strong{color:#ba2525}.target-card p{color:#667085;font-size:.875rem}.target-card strong{margin-top:12px;font-size:.9375rem;line-height:1.5;display:block}.note{margin:28px 0 0;font-size:.8125rem}.version{color:#98a2b3;text-align:center;margin:24px 0 0;font-size:.75rem}@media (width<=640px){.app-shell{padding:16px}.checker{border-radius:18px;padding:24px 18px}textarea{min-height:200px}.summary,.target-grid{grid-template-columns:1fr}.button{flex:1}.copy-message{width:100%}}.usage-guide{background:#f7f7ff;border:1px solid #e2e4ff;border-radius:14px;margin:0 0 24px;padding:16px}.usage-guide h2{color:#172033;margin-bottom:8px;font-size:1rem}.usage-guide p{color:#667085;margin-bottom:0;line-height:1.7}.button:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #635bff73}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.legal-footer{border-top:1px solid #eef0f5;flex-wrap:wrap;justify-content:center;gap:8px 14px;margin:24px 0 0;padding-top:18px;display:flex}.legal-footer__button{color:#667085;font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:6px 8px;font-size:.8125rem;line-height:1.4;text-decoration:underline}.legal-footer__button:hover,.legal-footer__button:focus-visible{color:#5148e5}.button:focus-visible,.legal-footer__button:focus-visible,.legal-modal__close:focus-visible,.legal-modal__panel:focus-visible{outline-offset:3px;outline:3px solid #635bff7a}.legal-modal{z-index:10;background:#0f172a94;justify-content:center;align-items:center;padding:24px;animation:.16s ease-out modal-fade;display:flex;position:fixed;inset:0}.legal-modal__panel{color:#344054;background:#fff;border-radius:20px;width:min(100%,720px);max-height:min(760px,100svh - 48px);animation:.18s ease-out modal-rise;overflow:auto;box-shadow:0 24px 70px #0f172a47}.legal-modal__header{z-index:1;background:#fff;border-bottom:1px solid #eef0f5;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 16px;display:flex;position:sticky;top:0}.legal-modal__eyebrow{color:#667085;margin-bottom:4px;font-size:.75rem;font-weight:700}.legal-modal__header h2{color:#172033;margin-bottom:0;font-size:1.4rem}.legal-modal__close{color:#344054;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cfd4dc;border-radius:10px;flex:none;padding:8px 12px;font-weight:700}.legal-modal__close:hover{background:#f7f7ff;border-color:#b8b5ff}.legal-modal__dates{color:#667085;flex-wrap:wrap;gap:6px 18px;padding:16px 24px 0;font-size:.8125rem;display:flex}.legal-modal__body{padding:20px 24px 28px}.legal-modal__body section+section{margin-top:22px}.legal-modal__body h3{color:#172033;margin-bottom:8px;font-size:1rem}.legal-modal__body p,.legal-modal__body li{color:#475467;line-height:1.75}.legal-modal__body p{margin-bottom:10px}.legal-modal__body ul{margin:0;padding-left:1.3em}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.legal-modal,.legal-modal__panel{animation:none}}@media (width<=640px){.legal-modal{align-items:stretch;padding:12px}.legal-modal__panel{border-radius:16px;max-height:calc(100svh - 24px)}.legal-modal__header{flex-direction:column;padding:20px 18px 14px}.legal-modal__close{width:100%}.legal-modal__dates,.legal-modal__body{padding-left:18px;padding-right:18px}}
