:root{--bg:#f5f9fb;--bg-alt:#fff;--bg-panel:#fff;--bg-panel-solid:#fff;--border:#dce6ea;--border-strong:#c3d2d8;--text:#1b2b3a;--text-muted:#4a5a67;--text-faint:#8496a2;--accent:#1f8fa6;--accent-strong:#17707f;--accent-bright:#35c4de;--accent-soft:#1f8fa61a;--gold:#a9772e;--gold-soft:#a9772e1f;--gold-line:#a9772e80;--shadow-card:0 1px 2px #1b2b3a0a, 0 12px 32px -20px #1b2b3a40;--display:"Space Grotesk", Helvetica, Arial, sans-serif;--sans:"Space Grotesk", Helvetica, Arial, sans-serif;--mono:"JetBrains Mono", ui-monospace, Consolas, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-weight:400}#root{flex-direction:column;min-height:100svh;display:flex}a{color:inherit}h1,h2,h3{letter-spacing:-.01em;margin:0;font-weight:600}p{margin:0}button{font-family:inherit}::selection{background:var(--accent-soft);color:var(--text)}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.site-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#f5f9fbcc;justify-content:space-between;align-items:center;gap:24px;padding:16px clamp(20px,4vw,48px);display:flex;position:sticky;top:0}.site-header__brand{color:var(--text);align-items:center;gap:10px;text-decoration:none;display:flex}.site-header__logo{flex-shrink:0}.site-header__wordmark{letter-spacing:-.01em;color:var(--text-muted);font-size:16px;font-weight:400}.site-header__wordmark strong{color:var(--text);font-weight:600}.site-layout{flex-direction:column;height:100svh;display:flex}.site-main{flex-direction:column;flex:1;min-height:0;display:flex}.site-footer{text-align:center;letter-spacing:.05em;color:var(--text-faint);border-top:1px solid var(--border);padding:24px;font-size:12px}.circuit-backdrop{pointer-events:none;background:radial-gradient(ellipse 70% 60% at 50% 42%, var(--accent-soft), transparent 70%), radial-gradient(ellipse 90% 80% at 50% 50%, #fff 0%, transparent 60%);position:absolute;inset:0;overflow:hidden}.circuit-backdrop__corner{width:min(360px,38vw);height:min(360px,38vw);color:var(--accent-bright);opacity:.35;position:absolute}.circuit-backdrop__corner--tl{top:0;left:0}.circuit-backdrop__corner--tr{top:0;right:0;transform:scaleX(-1)}.circuit-backdrop__corner--bl{bottom:0;left:0;transform:scaleY(-1)}.circuit-backdrop__corner--br{bottom:0;right:0;transform:scale(-1)}.circuit-backdrop__cluster{width:100%;height:100%;display:block}@media (width<=640px){.circuit-backdrop__corner{opacity:.18}}.home-hero{flex:1;justify-content:center;align-items:center;min-height:calc(100svh - 140px);display:flex;position:relative;overflow:hidden}.home-hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:28px;padding:24px;display:flex;position:relative}.home-hero__lockup{flex-direction:column;align-items:center;gap:18px;animation:.9s ease-out both rise-in;display:flex}.home-hero__mark{filter:drop-shadow(0 14px 30px #1f8fa62e);width:min(320px,68vw);height:auto}.home-hero__wordmark{letter-spacing:-.02em;color:var(--text-muted);font-size:clamp(34px,8vw,58px);font-weight:400;line-height:1}.home-hero__wordmark strong{color:var(--text);font-weight:600}.home-hero__tagline{letter-spacing:.02em;color:var(--text-muted);font-size:clamp(15px,3.4vw,19px);font-weight:400;animation:.9s ease-out .15s both rise-in}.tool-card{border:1px solid var(--border);box-shadow:var(--shadow-card);color:var(--text);background:linear-gradient(160deg,#fff,#f2f7f9);border-radius:14px;flex-direction:column;gap:18px;padding:28px;text-decoration:none;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;position:relative}.tool-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 24px 48px -28px #1f8fa666}.tool-card__mark{color:var(--gold)}.tool-card__body h3{font-family:var(--display);margin-bottom:8px;font-size:20px;font-weight:500}.tool-card__body p{color:var(--text-muted);font-size:14px;font-weight:300;line-height:1.5}.tool-card__status{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border-strong);color:var(--text-faint);border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:10.5px}.tool-card__status[data-status=live]{color:var(--accent);border-color:var(--accent)}.tool-card__status[data-status=in-development]{color:var(--gold);border-color:var(--gold-line)}.industry-page{flex:1;width:100%;max-width:1080px;margin:0 auto;padding:clamp(48px,8vw,96px) clamp(20px,6vw,64px)}.industry-page__hero{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:56px;animation:.7s ease-out both rise-in;display:flex}.industry-page__mark{color:var(--gold);margin-bottom:6px}.industry-page__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--gold);font-size:11px}.industry-page__hero h1{font-family:var(--display);letter-spacing:-.01em;font-size:clamp(34px,5vw,52px);font-weight:500}.industry-page__hero p{color:var(--text-muted);max-width:46ch;font-size:16px}.industry-page__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.control-panel{background:var(--bg-panel-solid);width:340px;min-width:340px;height:100%;color:var(--text);border-right:1px solid var(--border);flex-direction:column;gap:22px;padding:24px 20px 48px;display:flex;overflow-y:auto}.control-panel__title{font-family:var(--display);letter-spacing:.01em;font-size:19px;font-weight:500}.control-panel__subtitle{color:var(--text-faint);margin-top:4px;font-size:12px}.control-panel__download{font-family:var(--sans);background:var(--gold-soft);color:var(--gold);border:1px solid var(--gold-line);cursor:pointer;letter-spacing:.02em;border-radius:6px;padding:12px 16px;font-size:14px;font-weight:600;transition:background .2s}.control-panel__download:hover:not(:disabled){background:#a9772e33}.control-panel__download:disabled{opacity:.6;cursor:default}.control-panel__section{flex-direction:column;gap:10px;display:flex}.control-panel__label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);font-size:11px}.control-panel__pills{flex-wrap:wrap;gap:8px;display:flex}.control-panel__pill{appearance:none;color:var(--text-muted);border:1px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:6px;padding:7px 12px;font-size:12px;transition:background .15s,color .15s,border-color .15s}.control-panel__pill:hover{border-color:var(--gold-line);color:var(--text)}.control-panel__pill--active{background:var(--gold-soft);color:var(--gold);border-color:var(--gold-line);font-weight:600}.control-panel__divider{background:var(--border);height:1px}.control-panel__field{color:var(--text-muted);flex-direction:column;gap:5px;font-size:12px;display:flex}.control-panel__field--flex{flex:1}.control-panel__row{gap:8px;display:flex}.control-panel__field input,.control-panel__field textarea,.control-panel__textarea{background:var(--bg-panel);border:1px solid var(--border);color:var(--text);resize:vertical;border-radius:5px;outline:none;padding:8px 10px;font-family:inherit;font-size:13px}.control-panel__field input:focus,.control-panel__field textarea:focus,.control-panel__textarea:focus{border-color:var(--gold-line)}.control-panel__hint{color:var(--text-faint);font-size:11px}.control-panel__ghost-btn{border:1px solid var(--border-strong);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:5px;align-self:flex-start;padding:6px 10px;font-size:11px}.control-panel__ghost-btn:hover{color:var(--text);border-color:var(--gold-line)}.image-slot{position:relative}.image-slot__frame{cursor:pointer;background:#0000000a;border:1px dashed #0003;width:100%;height:100%;position:relative;overflow:hidden}.image-slot__frame--rect{border-radius:0}.image-slot__frame--rounded{border-radius:10px}.image-slot__frame--circle{border-radius:50%}.image-slot__frame--over{outline-offset:-2px;background:#c964421a;outline:2px solid #c96442}.image-slot__frame--reframe{z-index:5;overflow:visible}.image-slot__img{-webkit-user-select:none;user-select:none;max-width:none;position:absolute;transform:translate(-50%,-50%)}.image-slot__empty{text-align:center;color:#0000008c;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:10px;font:12px/1.3 system-ui,-apple-system,sans-serif;display:flex;position:absolute;inset:0}.image-slot__sub{text-underline-offset:2px;font-size:10px;text-decoration:underline}.image-slot__spill{cursor:grab;z-index:6;position:absolute;transform:translate(-50%,-50%)}.image-slot__ghost{opacity:.35;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;box-shadow:0 0 0 1px #0003,0 12px 32px #0003}.image-slot__handle{background:#fff;border-radius:50%;width:12px;height:12px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1.5px #c96442,0 1px 3px #0000004d}.image-slot__handle--nw{cursor:nwse-resize;top:0;left:0}.image-slot__handle--ne{cursor:nesw-resize;top:0;left:100%}.image-slot__handle--sw{cursor:nesw-resize;top:100%;left:0}.image-slot__handle--se{cursor:nwse-resize;top:100%;left:100%}.image-slot__controls{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.image-slot__controls button{appearance:none;border:1px solid var(--border-strong);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:5px;padding:4px 9px;font-size:11px}.image-slot__controls button:hover{color:var(--text);border-color:var(--gold-line)}.image-slot__error{color:#b3261e;margin-top:4px;font-size:11px}.cert-preview{font-family:Georgia,serif;position:relative;overflow:hidden;box-shadow:0 8px 30px #00000059}.cert-preview__frame{box-sizing:border-box;flex-direction:column;height:100%;display:flex}.cert-preview__frame--double{box-shadow:inset 0 0 0 1px var(--cp-accent), inset 0 0 0 6px var(--cp-bg), inset 0 0 0 7px var(--cp-accent)}.cert-preview__frame--ornate{box-shadow:inset 0 0 0 2px var(--cp-accent), inset 0 0 0 8px var(--cp-bg), inset 0 0 0 9px var(--cp-accent), inset 0 0 0 12px var(--cp-bg)}.cert-preview__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.cert-preview__brand{flex-direction:column;gap:6px;display:flex}.cert-preview__business{font-size:2.1em;font-weight:600}.cert-preview__contact{letter-spacing:.03em;font-size:.75em}.cert-preview__logo{flex:none;width:110px;height:110px}.cert-preview__rule{opacity:.5;height:1px;margin:1.8em 0 1.6em}.cert-preview__title-block{text-align:center;flex-direction:column;gap:.5em;margin-bottom:1.9em;display:flex}.cert-preview__title{letter-spacing:.14em;text-transform:uppercase;font-size:2em;font-weight:600}.cert-preview__subtitle{letter-spacing:.1em;text-transform:uppercase;font-size:.78em}.cert-preview__meta{justify-content:space-between;margin-bottom:2em;font-size:.8em;display:flex}.cert-preview__body{grid-template-columns:190px 1fr;gap:2em;margin-bottom:1.8em;display:grid}.cert-preview__photo{width:190px;height:190px}.cert-preview__details{flex-direction:column;justify-content:center;gap:.85em;display:flex}.cert-preview__detail-row{border-bottom:1px solid;justify-content:space-between;padding-bottom:.5em;font-size:.9em;display:flex}.cert-preview__detail-row span:last-child{font-weight:500}.cert-preview__description{margin-bottom:1.8em;font-size:.9em;line-height:1.7}.cert-preview__statement{text-align:center;margin:.6em 0 1.8em;padding:0 1.5em;font-size:.98em;font-style:italic;line-height:1.8}.cert-preview__grading-note{text-align:center;margin-bottom:1.8em;padding:0 1.5em;font-size:.8em;line-height:1.7}.cert-preview__warranty{text-align:center;margin-bottom:1.8em;font-size:.9em;line-height:1.7}.cert-preview__warranty-period{margin-bottom:.5em;font-size:1.15em;font-weight:600}.cert-preview__warranty-terms{padding:0 1.5em}.cert-preview__price-block{text-align:center;margin-bottom:1.8em}.cert-preview__price-label{letter-spacing:.12em;text-transform:uppercase;margin-bottom:.3em;font-size:.75em}.cert-preview__price-value{font-size:2.1em;font-weight:600}.cert-preview__spacer{flex:1;min-height:1.5em}.cert-preview__footer-rule{height:1px;margin-bottom:1.8em}.cert-preview__footer{justify-content:space-between;align-items:flex-end;font-size:.85em;display:flex}.cert-preview__signoff{flex-direction:column;gap:.3em;display:flex}.cert-preview__signoff--right{align-items:flex-end}.cert-preview__signoff-line{width:9em;height:1px}.cert-preview__signature{font-size:1.1em;font-style:italic}.cert-generator{background:var(--bg-panel-solid);flex:1;min-height:0;display:flex}.cert-generator__preview-wrap{flex:1;justify-content:center;align-items:center;min-height:0;padding:40px;display:flex;overflow:auto}.cert-generator__zoom{transform-origin:50%}.cert-page{flex:1;width:100%;max-width:860px;margin:0 auto;padding:clamp(40px,7vw,80px) clamp(20px,6vw,64px)}.cert-page--app{flex-direction:column;max-width:none;min-height:0;margin:0;padding:0;display:flex}.cert-page__app-bar{border-bottom:1px solid var(--border);background:var(--bg-panel-solid);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.cert-page__app-bar .cert-page__back{margin-bottom:0}.cert-page__back{color:var(--text-faint);margin-bottom:32px;font-size:13px;text-decoration:none;transition:color .2s;display:inline-block}.cert-page__back:hover{color:var(--gold)}.cert-page__hero{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:40px;animation:.7s ease-out both rise-in;display:flex}.cert-page__mark{color:var(--gold);margin-bottom:6px}.cert-page__hero h1{font-family:var(--display);font-size:clamp(28px,4.5vw,40px);font-weight:500}.cert-page__hero p{color:var(--text-muted);max-width:52ch;font-size:16px}.cert-page__panel{border:1px solid var(--border);background:var(--bg-panel);border-radius:16px;padding:32px}.cert-page__panel-header{color:var(--text-muted);align-items:center;gap:10px;margin-bottom:24px;font-size:13px;display:flex}.cert-page__status-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 10px var(--accent);border-radius:50%}.cert-page__logout{border:1px solid var(--border-strong);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;margin-left:auto;padding:6px 14px;font-size:12px}.cert-page__logout:hover{color:var(--text);border-color:var(--gold-line)}.cert-page__gate{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:24px;display:flex}.cert-page__login{font-family:var(--sans);letter-spacing:.02em;border:1px solid var(--gold-line);background:var(--gold-soft);color:var(--gold);cursor:pointer;border-radius:999px;padding:12px 32px;font-size:14px;transition:background .2s,transform .2s}.cert-page__login:hover{background:#a9772e33;transform:translateY(-2px)}.cert-page__gate-note{color:var(--text-faint);max-width:40ch;font-size:12px}.legal-page{max-width:720px;color:var(--text);margin:0 auto;padding:48px 24px 80px;line-height:1.6}.legal-page h1{font-size:clamp(26px,4vw,34px)}.legal-page__updated{color:var(--text-faint);margin-top:8px;font-size:13px}.legal-page h2{margin-top:36px;margin-bottom:4px;font-size:18px}.legal-page p{color:var(--text-muted);margin:12px 0}.legal-page ul{color:var(--text-muted);margin:12px 0;padding-left:22px}.legal-page li{margin:4px 0}.legal-page a{color:var(--accent)}
