*{box-sizing:border-box;min-width:0}:root{--bg:#eef5ff;--bg-2:#f8fafc;--panel:#fff;--panel-2:#f8fafc;--panel-3:#f1f5f9;--text:#0f172a;--muted:#64748b;--line:#0f172a1f;--accent:#2563eb;--success:#16a34a;--success-soft:#dcfce7;--danger:#dc2626;--danger-soft:#fee2e2;--warning:#f59e0b;--warning-soft:#fef3c7;--shadow-lg:0 24px 70px #0f172a21;--shadow-md:0 14px 36px #0f172a1a;--radius-xl:30px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px}html.dark{--bg:#020617;--bg-2:#0f172a;--panel:#fff;--panel-2:#f8fafc;--panel-3:#f1f5f9;--text:#0f172a;--muted:#64748b;--line:#0f172a1f}html,body{max-width:100%;min-height:100%;color:var(--text);background:radial-gradient(circle at 0 0,#2563eb2e,#0000 28%),radial-gradient(circle at 100% 100%,#22c55e1a,#0000 24%),linear-gradient(135deg,#020617 0%,#0f172a 100%);margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;overflow-x:hidden}body{word-break:break-word;overflow-wrap:anywhere}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}canvas{touch-action:none}.page-shell{min-height:100vh;padding:30px}.container{width:100%;max-width:1220px;margin:0 auto}.container-sm{width:100%;max-width:820px;margin:0 auto}.stack{gap:18px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.hero-card,.panel,.soft-card,.stat-card,.inspection-card,.qr-print-card,details.dropdown-panel,.login-card{color:#0f172a;border:1px solid var(--line);box-shadow:var(--shadow-lg);background:#fff;width:100%}.hero-card{color:#fff;background:linear-gradient(135deg,#0f172afa,#1e40aff0),radial-gradient(circle at 100% 0,#60a5fa7a,#0000 34%);border-radius:34px;padding:34px;position:relative;overflow:hidden}.hero-card:after{content:"";background:#ffffff1a;border-radius:999px;width:260px;height:260px;position:absolute;top:-100px;right:-80px}.panel{border-radius:var(--radius-xl);padding:24px}.soft-card,.stat-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:20px}.header-row,.split-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.page-title{z-index:1;letter-spacing:-.06em;color:inherit;margin:0;font-size:clamp(2.2rem,6vw,54px);font-weight:950;line-height:.98;position:relative}.page-subtitle,.muted{z-index:1;color:#64748b;line-height:1.65;position:relative}.hero-card .page-title{color:#fff}.hero-card .page-subtitle,.hero-card .muted,.hero-card .info-row{color:#ffffffc7}.section-title{letter-spacing:-.04em;color:#0f172a;margin:0;font-size:clamp(1.3rem,4vw,26px);font-weight:950;line-height:1.1}.section-kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.11em;margin:0 0 8px;font-size:12px;font-weight:950}.input,.select,.textarea{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:18px;outline:none;width:100%;max-width:100%;padding:15px 16px;font-weight:650;transition:all .2s}.select option,select option{color:#0f172a;background:#fff}.textarea{resize:vertical;min-height:130px}.button{cursor:pointer;white-space:normal;text-align:center;border:none;border-radius:16px;justify-content:center;align-items:center;max-width:100%;min-height:46px;padding:13px 18px;font-weight:900;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.65;cursor:not-allowed;transform:none}.button-primary,.button-dark{background:linear-gradient(135deg,#0f172a,#1e293b);box-shadow:0 12px 28px #0f172a38;color:#fff!important}.button-secondary{background:#f1f5f9;border:1px solid #cbd5e1;color:#0f172a!important}.button-success{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 12px 28px #22c55e38;color:#fff!important}.button-danger{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 12px 28px #ef444433;color:#fff!important}.actions{flex-wrap:wrap;gap:10px;width:100%;display:flex}.actions>*{max-width:100%}.stat-label{color:#475569;text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:900}.stat-value{letter-spacing:-.05em;color:#0f172a;margin-top:12px;font-size:clamp(1.9rem,6vw,38px);font-weight:950;line-height:1}.status-pill{background:#1f2937;border:1px solid #0f172a1a;border-radius:999px;align-items:center;gap:9px;max-width:100%;padding:8px 14px;font-size:13px;font-weight:900;display:inline-flex;color:#fff!important}.status-dot{border-radius:999px;flex-shrink:0;width:12px;height:12px;display:inline-block}.info-row{color:#0f172a;overflow-wrap:anywhere;margin:8px 0;line-height:1.65}.empty-state{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:20px;padding:24px}.notice-success,.notice-error{border-radius:18px;margin-top:12px;padding:15px 18px;font-weight:800}.notice-success{background:var(--success-soft);color:#14532d;border:1px solid #16a34a59}.notice-error{background:var(--danger-soft);color:#991b1b;border:1px solid #dc262659}.inspection-card{box-shadow:var(--shadow-md);border-radius:24px;padding:22px;overflow:hidden}.inspection-card.pass{border-left:7px solid var(--success)}.inspection-card.fail{border-left:7px solid var(--danger)}.inspection-card h3{color:#0f172a;letter-spacing:-.03em;overflow-wrap:anywhere;margin-top:0;margin-bottom:14px;font-size:21px}.inspection-meta{color:#0f172a;overflow-wrap:anywhere;margin:8px 0;line-height:1.7}.inspection-image{border:1px solid #cbd5e1;border-radius:16px;width:100%;max-width:220px;margin-top:12px}.badge-pass,.badge-fail{border-radius:999px;align-items:center;gap:8px;max-width:100%;padding:8px 13px;font-size:13px;font-weight:900;display:inline-flex}.badge-pass{background:var(--success-soft);color:#166534;border:1px solid #16a34a59}.badge-fail{background:var(--danger-soft);color:#991b1b;border:1px solid #dc262659}details.dropdown-panel{box-shadow:var(--shadow-md);border-radius:24px;overflow:hidden}details.dropdown-panel summary{cursor:pointer;color:#0f172a;background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:22px;font-size:18px;font-weight:950;list-style:none;display:flex}details.dropdown-panel summary::-webkit-details-marker{display:none}.dropdown-content{background:#fff;padding:0 22px 22px}.login-shell{background:radial-gradient(circle at 0 0,#2563eb33,#0000 30%),radial-gradient(circle at 100% 100%,#22c55e1f,#0000 28%),linear-gradient(135deg,#020617,#0f172a);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{border-radius:34px;width:100%;max-width:760px;padding:42px 40px}.login-title{letter-spacing:-.06em;color:#0f172a;margin:0;font-size:clamp(2.2rem,6vw,46px);font-weight:950;line-height:.98}.login-subtitle{color:#475569;margin:12px 0 0;font-weight:650;line-height:1.65}.login-logo-area,.login-logo-area-center{justify-content:center;align-items:center;width:100%;margin-bottom:28px;display:flex}.login-wordmark,.login-wordmark-large{object-fit:contain;width:min(420px,100%);height:auto;margin:0 auto;display:block;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important}.subscribe-card{max-width:760px}.subscribe-plan-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.subscribe-plan-box strong{color:#0f172a;font-size:18px;font-weight:950;display:block}.subscribe-plan-box span{color:#475569;margin-top:4px;font-size:14px;font-weight:650;display:block}.subscribe-price{letter-spacing:-.06em;color:#2563eb;font-size:34px;font-weight:950}.form-label{color:#334155;margin-bottom:8px;font-size:13px;font-weight:950;display:block}.home-hero{color:#fff;background:linear-gradient(135deg,#0f172afa,#1e40aff0),radial-gradient(circle at 100% 0,#60a5fa6b,#0000 32%);border:1px solid #ffffff1f;border-radius:34px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:28px;padding:46px;display:grid;overflow:hidden;box-shadow:0 26px 80px #0f172a33}.home-hero-left{flex-direction:column;align-items:flex-start;display:flex}.home-logo-top{justify-content:center;width:100%;margin-bottom:26px;display:flex}.home-main-logo{object-fit:contain;filter:drop-shadow(0 10px 22px #0000002e);width:min(420px,100%);height:auto;margin:0 auto;display:block;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important}.home-title{letter-spacing:-.07em;color:#fff;max-width:760px;margin:0;font-size:clamp(2.6rem,7vw,68px);font-weight:950;line-height:.96}.home-lead{color:#fff;max-width:680px;margin:24px 0 0;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:900;line-height:1.35}.home-copy{color:#ffffffd1;max-width:700px;margin:24px 0 0;font-size:1.05rem;font-weight:550;line-height:1.75}.home-actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.home-actions .button{min-width:180px}.home-outline-btn{color:#fff!important;background:#ffffff14!important;border:1px solid #fff3!important}.home-hero-right{gap:18px;display:grid}.home-top-row{justify-content:flex-end;display:flex}.workflow-card{color:#0f172a;background:#fff;border-radius:28px;padding:26px;box-shadow:0 24px 70px #0f172a33}.workflow-card h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:26px}.workflow-card p{color:#64748b;margin:6px 0 0;font-weight:650}.workflow-list{gap:12px;margin-top:20px;display:grid}.workflow-step{color:#fff;background:#1f2937;border-radius:16px;align-items:center;gap:14px;padding:15px 16px;font-weight:900;display:flex}.workflow-step span{color:#0f172a;background:#fff;border-radius:999px;flex:none;place-items:center;width:30px;height:30px;font-size:14px;font-weight:950;display:grid}.feature-card{color:#0f172a!important;background:#fff!important}.feature-card h2{letter-spacing:-.04em;margin:14px 0 10px;font-size:24px;color:#0f172a!important}.feature-card p{font-weight:550;line-height:1.7;color:#334155!important}.feature-icon{font-size:28px}.dashboard-hero{text-align:center}.dashboard-brand-top{z-index:1;justify-content:center;width:100%;margin-bottom:22px;display:flex;position:relative}.dashboard-brand-logo{object-fit:contain;width:min(380px,100%);height:auto;display:block;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:0!important}.dashboard-hero-content{z-index:1;text-align:left;position:relative}.qr-print-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;display:grid}.qr-print-card{border-radius:26px;width:100%;padding:22px;overflow:hidden}.qr-print-card img{margin:18px auto}.qr-print-card .button,.qr-print-card button,.qr-print-grid .button,.qr-print-grid button{cursor:pointer;background:linear-gradient(135deg,#0f172a,#2563eb);border:none;border-radius:16px;min-height:48px;padding:13px 18px;font-weight:950;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 12px 28px #2563eb38;color:#fff!important}.qr-print-card .button:hover,.qr-print-card button:hover,.qr-print-grid .button:hover,.qr-print-grid button:hover{transform:translateY(-1px)}.hg-page{color:#0f172a;background:radial-gradient(circle at 0 0,#2563eb38,#0000 34%),radial-gradient(circle at 100% 0,#0ea5e92e,#0000 32%),linear-gradient(135deg,#eef5ff 0%,#f8fafc 45%,#eef2ff 100%);min-height:100vh;padding:26px 14px 50px;position:relative;overflow-x:hidden}.hg-page canvas{touch-action:none}.hg-bg-orb{filter:blur(8px);pointer-events:none;opacity:.5;border-radius:999px;position:fixed}.hg-bg-orb-one{background:#3b82f62e;width:260px;height:260px;top:70px;left:-90px}.hg-bg-orb-two{background:#22c55e1a;width:320px;height:320px;bottom:120px;right:-120px}.hg-container{z-index:1;width:100%;max-width:1180px;margin:0 auto;position:relative}.hg-hero{grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:18px;margin-bottom:18px;display:grid}.hg-hero-left,.hg-hero-right,.hg-card,.hg-submit-card,.hg-loading-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #94a3b852;border-radius:28px;box-shadow:0 22px 60px #0f172a1a,inset 0 1px #ffffffb3}.hg-hero-left{color:#fff;background:linear-gradient(135deg,#0f172af5,#1e40afeb),radial-gradient(circle at 100% 0,#60a5fa99,#0000 30%);flex-direction:column;justify-content:space-between;min-height:310px;padding:24px;display:flex;position:relative;overflow:hidden}.hg-hero-left:after{content:"";background:#ffffff1a;border-radius:999px;width:280px;height:280px;position:absolute;top:-90px;right:-90px}.hg-hero-right{gap:14px;padding:18px;display:grid}.hg-card,.hg-submit-card{margin-bottom:18px;padding:22px}.hg-section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.hg-eyebrow{letter-spacing:.11em;text-transform:uppercase;color:#2563eb;margin:0 0 6px;font-size:12px;font-weight:950}.hg-section-head h2,.hg-submit-card h2,.hg-center-card h1{letter-spacing:-.04em;color:#0f172a;margin:0;font-size:clamp(22px,3vw,30px);line-height:1.05}.hg-check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.hg-check-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:22px;justify-content:space-between;align-items:center;gap:14px;min-height:118px;padding:16px;display:flex}.hg-check-pass{background:#ecfdf3;border-color:#bbf7d0}.hg-check-fail{background:#fef2f2;border-color:#fecaca}.hg-btn{appearance:none;cursor:pointer;border:0;border-radius:14px;min-height:44px;padding:11px 15px;font-size:14px;font-weight:950;transition:transform .15s,opacity .15s,box-shadow .15s}.hg-btn-pass,.hg-btn-primary,.hg-btn-dark,.hg-btn-fail{color:#fff!important}.hg-btn-pass{background:linear-gradient(135deg,#16a34a,#22c55e)}.hg-btn-fail{background:linear-gradient(135deg,#dc2626,#ef4444)}.hg-btn-primary{background:linear-gradient(135deg,#1d4ed8,#2563eb)}.hg-btn-dark{background:#0f172a}.hg-btn-soft{color:#0f172a;background:#eef2ff;border:1px solid #dbeafe}.hg-signature-tap-box{text-align:center;cursor:pointer;color:#1d4ed8;background:#eff6ff;border:2px dashed #93c5fd;border-radius:24px;place-items:center;width:100%;min-height:220px;padding:24px;display:grid}.hg-signature-tap-box span{letter-spacing:-.05em;font-size:clamp(24px,6vw,38px);font-weight:950;display:block}.hg-signature-preview,.hg-full-signature-box{background:#fff;border:1px solid #dbe3ef;border-radius:22px;overflow:hidden}.hg-signature-preview{place-items:center;min-height:230px;padding:14px;display:grid}.hg-signature-preview img{object-fit:contain;width:100%;max-height:220px;display:block}.hg-actions-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.hg-submit-card{background:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;display:grid}.hg-signature-modal{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);touch-action:none;background:#0f172ae6;justify-content:center;align-items:stretch;padding:10px;display:flex;position:fixed;inset:0}.hg-signature-modal-card{background:#fff;border-radius:28px;width:100%;max-width:1200px;max-height:98vh;padding:18px;overflow:auto;box-shadow:0 28px 80px #0000004d}.hg-loading-card,.hg-center-card{text-align:center;place-items:center;min-height:300px;padding:28px;display:grid}.hg-spinner{border:5px solid #dbeafe;border-top-color:#2563eb;border-radius:999px;width:46px;height:46px;margin:0 auto 14px;animation:.9s linear infinite hg-spin}@keyframes hg-spin{to{transform:rotate(360deg)}}@media (max-width:960px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.page-shell{padding:18px}.hero-card,.home-hero{padding:26px}.panel,.soft-card,.stat-card{padding:18px}.home-hero,.hg-hero{grid-template-columns:1fr}.home-top-row{justify-content:flex-start}.hg-check-grid{grid-template-columns:1fr}}@media (max-width:640px){.page-shell{padding:12px}.hero-card,.home-hero{border-radius:24px;padding:22px}.panel,.soft-card,.stat-card,.login-card{border-radius:22px;padding:18px}.header-row,.split-header{align-items:flex-start}.actions,.home-actions,.dashboard-hero-actions{flex-direction:column;align-items:stretch}.actions a,.actions button,.button,.home-actions .button{width:100%}.dropdown-content{padding:0 14px 14px}details.dropdown-panel summary{padding:16px 14px;font-size:16px}.qr-print-grid{grid-template-columns:1fr}.inspection-image{max-width:100%}.home-main-logo,.login-wordmark-large,.dashboard-brand-logo{width:min(300px,92%)}.home-title{font-size:42px}.subscribe-plan-box{flex-direction:column;align-items:flex-start}.hg-section-head,.hg-check-card{flex-direction:column;align-items:stretch}.hg-actions-row{grid-template-columns:1fr;width:100%;display:grid}.hg-actions-row .hg-btn{width:100%}.hg-submit-card{grid-template-columns:1fr}.hg-signature-modal{padding:6px}.hg-signature-modal-card{border-radius:22px;padding:12px}.hg-full-signature-box canvas{height:72vh!important;min-height:560px!important}}@media print{body{background:#fff}.page-shell{padding:0}.hero-card,.panel,.stat-card,details.dropdown-panel,.notice-success,.notice-error{box-shadow:none}}:root{--hg-navy:#0b2f55;--hg-navy-dark:#071b33;--hg-blue:#123f73;--hg-orange:#f97316;--hg-bg:#f4f8fc;--hg-card:#fff;--hg-text:#0f172a;--hg-muted:#475569;--hg-border:#0f172a1f}html,body{color:var(--hg-text)!important;background:radial-gradient(circle at 0 0,#f973161a,#0000 28%),radial-gradient(circle at 100% 100%,#0b2f551f,#0000 28%),linear-gradient(135deg,#fff 0%,#f4f8fc 48%,#eaf2fb 100%)!important}.home-hero,.hero-card,.dashboard-hero{color:var(--hg-text)!important;background:radial-gradient(circle at 100% 0,#f973161f,#0000 28%),linear-gradient(135deg,#fff 0%,#f7fbff 52%,#edf5ff 100%)!important;border:1px solid #0b2f5524!important;box-shadow:0 26px 70px #0b2f5524!important}.hero-card:after,.home-hero:after{background:#f9731614!important}.home-logo-top,.dashboard-brand-strip,.login-logo-area,.login-logo-area-center{box-shadow:none!important;background:0 0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:100%!important;padding:0!important;display:flex!important}.home-main-logo,.dashboard-brand-logo,.login-wordmark,.login-wordmark-large,.hg-admin-logo-wordmark{object-fit:contain!important;width:min(430px,92%)!important;height:auto!important;box-shadow:none!important;filter:none!important;background:0 0!important;border-radius:0!important;margin:0 auto 24px!important;padding:0!important;display:block!important}.home-title,.hero-card .page-title,.dashboard-hero .page-title{color:var(--hg-navy-dark)!important;text-shadow:none!important}.home-lead,.home-copy,.hero-card .page-subtitle,.hero-card .muted,.dashboard-hero .page-subtitle{color:var(--hg-muted)!important}.home-title{color:var(--hg-navy-dark)!important;font-size:clamp(2.4rem,6.5vw,64px)!important}.home-lead{color:var(--hg-navy)!important}.home-copy{color:var(--hg-muted)!important}.home-pill{display:none!important}.workflow-card{color:var(--hg-text)!important;background:#fff!important;border:1px solid #0b2f551f!important;box-shadow:0 22px 55px #0b2f551f!important}.workflow-card h2{color:var(--hg-navy-dark)!important}.workflow-card p{color:var(--hg-muted)!important}.workflow-step{background:linear-gradient(135deg, var(--hg-navy-dark), var(--hg-navy))!important;color:#fff!important;border:1px solid #0b2f5529!important}.workflow-step span{color:var(--hg-navy)!important;background:#fff!important}.panel,.soft-card,.stat-card,.login-card,.qr-print-card,.inspection-card,details.dropdown-panel,.dropdown-content{color:var(--hg-text)!important;background:#fff!important;border:1px solid #0b2f551f!important;box-shadow:0 18px 45px #0b2f551a!important}.panel *,.soft-card *,.stat-card *,.login-card *,.qr-print-card *,.inspection-card *,details.dropdown-panel *,.dropdown-content *{opacity:1!important}.section-title,.login-title,.stat-value,.feature-card h2{color:var(--hg-navy-dark)!important}.section-kicker,.stat-label{color:var(--hg-blue)!important}.page-subtitle,.muted,.login-subtitle,.feature-card p,.info-row,.inspection-meta{color:var(--hg-muted)!important}.button-primary,.button-dark,.hg-btn-primary,.hg-btn-dark{background:linear-gradient(135deg, var(--hg-navy-dark), var(--hg-navy))!important;color:#fff!important;box-shadow:0 14px 30px #0b2f5538!important}.button-primary:hover,.button-dark:hover,.hg-btn-primary:hover,.hg-btn-dark:hover{box-shadow:0 18px 38px #0b2f5547!important}.button-secondary,.home-outline-btn,.hg-btn-soft{color:var(--hg-navy)!important;background:#fff!important;border:1px solid #0b2f5538!important}.button-success,.hg-btn-pass{color:#fff!important;background:linear-gradient(135deg,#15803d,#22c55e)!important}.button-danger,.hg-btn-fail{color:#fff!important;background:linear-gradient(135deg,#dc2626,#ef4444)!important}.subscribe-price,.section-kicker,.hg-eyebrow{color:var(--hg-orange)!important}.subscribe-plan-box{background:#fff7ed!important;border:1px solid #f9731647!important}.input,.select,.textarea,input,select,textarea{color:var(--hg-text)!important;background:#f8fbff!important;border:1px solid #0b2f552e!important}.input:focus,.select:focus,.textarea:focus,input:focus,select:focus,textarea:focus{border-color:var(--hg-orange)!important;box-shadow:0 0 0 4px #f9731629!important}.input::placeholder,.textarea::placeholder,input::placeholder,textarea::placeholder{color:#64748b!important;opacity:1!important}.status-pill{color:var(--hg-navy)!important;background:#eef6ff!important;border:1px solid #0b2f5529!important}.status-pill *{color:var(--hg-navy)!important}.status-dot.green{background:#22c55e!important}.status-dot.red{background:#ef4444!important}.status-dot.amber{background:#f59e0b!important}.dashboard-brand-strip{margin-bottom:20px!important}.dashboard-brand-logo{width:min(420px,92%)!important}.home-logo-top{margin-bottom:22px!important}.home-main-logo{width:min(430px,92%)!important}.login-wordmark,.login-wordmark-large{width:min(390px,92%)!important}.dashboard-hero .split-header,.dashboard-hero-content{z-index:2;position:relative}.qr-print-card img{background:0 0!important}@media (max-width:640px){.home-main-logo,.dashboard-brand-logo,.login-wordmark,.login-wordmark-large{width:min(300px,92%)!important;margin-bottom:18px!important}.home-hero,.hero-card,.dashboard-hero{border-radius:24px!important;padding:22px!important}.home-title{font-size:clamp(2.2rem,12vw,46px)!important}}.hg-danger-card{background:linear-gradient(135deg,#fff 0%,#fff7ed 100%)!important;border:1px solid #f9731638!important}.hg-danger-card .hg-section-head{margin-bottom:12px!important}.hg-danger-card .hg-muted{color:#334155!important;margin-bottom:18px!important;font-size:16px!important;line-height:1.6!important}.hg-upload-box{cursor:pointer!important;background:#fff!important;border:2px dashed #f9731673!important;border-radius:22px!important;align-items:center!important;gap:16px!important;width:100%!important;padding:18px!important;transition:border-color .18s,transform .18s,box-shadow .18s!important;display:flex!important}.hg-upload-box:hover{border-color:#f97316!important;transform:translateY(-1px)!important;box-shadow:0 16px 34px #f9731624!important}.hg-upload-icon{color:#fff!important;background:linear-gradient(135deg,#f97316,#fb923c)!important;border-radius:18px!important;place-items:center!important;width:52px!important;min-width:52px!important;height:52px!important;font-size:30px!important;font-weight:950!important;line-height:1!important;display:grid!important}.hg-upload-text{gap:4px!important;display:grid!important}.hg-upload-text strong{color:#0f172a!important;font-size:17px!important;font-weight:950!important}.hg-upload-text span{color:#64748b!important;font-size:14px!important;font-weight:700!important}.hg-tech-card{background:linear-gradient(135deg,#fff 0%,#f8fbff 100%)!important;border:1px solid #0b2f551f!important;border-radius:24px!important;gap:18px!important;width:100%!important;padding:20px!important;display:grid!important;box-shadow:inset 0 1px #ffffffe6!important}.hg-form-field{gap:8px!important;width:100%!important;display:grid!important}.hg-form-field label{color:#0b2f55!important;letter-spacing:.01em!important;font-size:14px!important;font-weight:950!important;display:block!important}.hg-form-field input,.hg-form-field textarea{color:#0f172a!important;appearance:none!important;background:#fff!important;border:1px solid #0b2f552e!important;border-radius:18px!important;outline:none!important;width:100%!important;min-width:0!important;padding:16px 18px!important;font-size:16px!important;font-weight:750!important;line-height:1.5!important;display:block!important;box-shadow:0 8px 22px #0f172a0a,inset 0 1px #0f172a08!important}.hg-form-field textarea{resize:vertical!important;min-height:150px!important}.hg-form-field input::placeholder,.hg-form-field textarea::placeholder{color:#64748b!important;opacity:1!important;font-weight:700!important}.hg-form-field input:focus,.hg-form-field textarea:focus{border-color:#f97316!important;box-shadow:0 0 0 4px #f9731626,0 12px 28px #0f172a14!important}.hg-signature-tap-box{text-align:center!important;cursor:pointer!important;background:linear-gradient(135deg,#fff,#f8fbff),repeating-linear-gradient(0deg,#0b2f550d 0 1px,#0000 1px 20px)!important;border:2px dashed #0b2f5547!important;border-radius:26px!important;place-items:center!important;width:100%!important;min-height:230px!important;padding:24px!important;display:grid!important}.hg-signature-tap-box span{color:#0b2f55!important;letter-spacing:-.05em!important;font-size:clamp(28px,7vw,42px)!important;font-weight:950!important;display:block!important}.hg-signature-tap-box small{color:#475569!important;margin-top:8px!important;font-size:14px!important;font-weight:750!important;display:block!important}.hg-signature-preview{background:#fff!important;border:1px solid #0b2f5526!important;border-radius:24px!important;place-items:center!important;min-height:230px!important;padding:16px!important;display:grid!important}.hg-signature-preview img{object-fit:contain!important;width:100%!important;max-height:220px!important}.hg-signature-modal{z-index:9999!important;touch-action:none!important;background:#0f172aeb!important;justify-content:center!important;align-items:stretch!important;padding:10px!important;display:flex!important;position:fixed!important;inset:0!important}.hg-signature-modal-card{background:#fff!important;border-radius:26px!important;flex-direction:column!important;gap:12px!important;width:100%!important;max-width:1200px!important;max-height:98vh!important;padding:14px!important;display:flex!important;overflow:auto!important}.hg-signature-modal-header{justify-content:space-between!important;align-items:center!important;gap:14px!important;display:flex!important}.hg-signature-modal-header h2{color:#0f172a!important;letter-spacing:-.04em!important;margin:0!important;font-size:26px!important;font-weight:950!important}.hg-signature-help{color:#0b2f55!important;background:#eff6ff!important;border-radius:16px!important;padding:12px 14px!important;font-size:14px!important;font-weight:850!important}.hg-full-signature-box{background:#fff!important;border:2px solid #0b2f5533!important;border-radius:22px!important;flex:1!important;overflow:hidden!important}.hg-full-signature-box canvas{touch-action:none!important;-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important}.hg-signature-bottom-actions{padding-bottom:env(safe-area-inset-bottom)!important;grid-template-columns:1fr 1fr!important;gap:12px!important;display:grid!important}.hg-signature-bottom-actions .hg-btn{width:100%!important;min-height:54px!important;font-size:16px!important}.hg-popup-overlay{z-index:10000!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#0f172ab8!important;justify-content:center!important;align-items:center!important;padding:18px!important;display:flex!important;position:fixed!important;inset:0!important}.hg-popup-card{color:#0f172a!important;text-align:center!important;background:#fff!important;border:1px solid #0f172a1a!important;border-radius:28px!important;width:min(520px,100%)!important;padding:26px!important;box-shadow:0 28px 90px #00000047!important}.hg-popup-icon{color:#fff!important;border-radius:20px!important;place-items:center!important;width:58px!important;height:58px!important;margin:0 auto 14px!important;font-size:32px!important;font-weight:950!important;display:grid!important}.hg-popup-error .hg-popup-icon{background:linear-gradient(135deg,#dc2626,#ef4444)!important}.hg-popup-success .hg-popup-icon{background:linear-gradient(135deg,#16a34a,#22c55e)!important}.hg-popup-info .hg-popup-icon{background:linear-gradient(135deg,#0b2f55,#2563eb)!important}.hg-popup-card h2{color:#0f172a!important;letter-spacing:-.04em!important;margin:0!important;font-size:28px!important;font-weight:950!important;line-height:1.1!important}.hg-popup-card p{color:#475569!important;margin:12px 0 0!important;font-size:16px!important;font-weight:650!important;line-height:1.6!important}.hg-popup-card ul{text-align:left!important;gap:8px!important;margin:18px 0 0!important;padding:0!important;list-style:none!important;display:grid!important}.hg-popup-card li{color:#0f172a!important;background:#f8fafc!important;border:1px solid #0f172a14!important;border-radius:14px!important;padding:12px 14px!important;font-weight:850!important}.hg-popup-card .hg-btn{width:100%!important;min-height:52px!important;margin-top:22px!important}@media (max-width:640px){.hg-tech-card{border-radius:20px!important;padding:16px!important}.hg-upload-box{align-items:flex-start!important;padding:16px!important}.hg-upload-icon{border-radius:16px!important;width:46px!important;min-width:46px!important;height:46px!important}.hg-form-field input,.hg-form-field textarea{padding:15px 16px!important;font-size:16px!important}.hg-signature-modal{padding:6px!important}.hg-signature-modal-card{border-radius:20px!important;padding:10px!important}.hg-signature-modal-header{align-items:flex-start!important}.hg-full-signature-box canvas{height:66vh!important;min-height:560px!important}.hg-signature-bottom-actions{grid-template-columns:1fr!important}.hg-signature-tap-box{min-height:260px!important}.hg-popup-card{border-radius:24px!important;padding:22px!important}}.hg-photo-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;width:100%!important;display:grid!important}.hg-photo-button{cursor:pointer!important;background:#fff!important;border:2px solid #0b2f5524!important;border-radius:22px!important;align-items:center!important;gap:14px!important;min-height:92px!important;padding:18px!important;transition:transform .18s,box-shadow .18s,border-color .18s!important;display:flex!important}.hg-photo-button:hover{border-color:#f97316!important;transform:translateY(-1px)!important;box-shadow:0 16px 34px #f9731624!important}.hg-photo-camera{background:linear-gradient(135deg,#fff,#fff7ed)!important;border-color:#f9731661!important}.hg-photo-icon{background:linear-gradient(135deg,#0b2f55,#123f73)!important;border-radius:18px!important;place-items:center!important;width:52px!important;min-width:52px!important;height:52px!important;font-size:24px!important;display:grid!important}.hg-photo-button strong,.hg-photo-button small{display:block!important}.hg-photo-button strong{color:#0f172a!important;font-size:17px!important;font-weight:950!important}.hg-photo-button small{color:#64748b!important;margin-top:4px!important;font-size:14px!important;font-weight:700!important}.hg-selected-photo{color:#14532d!important;background:#ecfdf3!important;border:1px solid #16a34a38!important;border-radius:16px!important;margin-top:14px!important;padding:14px 16px!important;font-weight:800!important}.hg-selected-photo strong{color:#14532d!important}@media (max-width:640px){.hg-photo-actions{grid-template-columns:1fr!important}.hg-photo-button{min-height:86px!important;padding:16px!important}.hg-photo-icon{width:48px!important;min-width:48px!important;height:48px!important}}.legal-page{background:radial-gradient(circle at 0 0,#f9731614,#0000 24%),linear-gradient(135deg,#f8fbff 0%,#eef5fc 100%);min-height:100vh;padding:80px 20px}.legal-container{width:100%;max-width:920px;margin:0 auto}.legal-card{background:#fff;border:1px solid #0b2f551a;border-radius:32px;padding:42px;box-shadow:0 30px 90px #0f172a14}.legal-eyebrow{color:#f97316;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px;font-size:13px;font-weight:900}.legal-card h1{color:#071b33;letter-spacing:-.06em;margin:0;font-size:clamp(2.5rem,5vw,4rem);font-weight:950;line-height:1}.legal-updated{color:#64748b;margin-top:16px;font-weight:700}.legal-card section{margin-top:36px}.legal-card h2{color:#0b2f55;letter-spacing:-.03em;margin-bottom:14px;font-size:24px;font-weight:900}.legal-card p,.legal-card li{color:#334155;font-size:16px;font-weight:500;line-height:1.8}.legal-card ul{margin-top:12px;padding-left:22px}@media (max-width:640px){.legal-page{padding:40px 14px}.legal-card{border-radius:24px;padding:26px 20px}.legal-card h2{font-size:22px}}.site-footer{color:#475569;justify-content:center;align-items:center;gap:14px;padding:28px 0 8px;font-weight:700;display:flex}.site-footer a{color:#0b2f55;text-decoration:none}.site-footer a:hover{color:#f97316}.hg-hero-meta div{gap:6px!important;display:grid!important}.hg-hero-meta span{margin-bottom:0!important;display:block!important}.hg-hero-meta strong{display:block!important}.dashboard-hero-actions{justify-content:flex-end}@media (max-width:640px){.dashboard-hero-actions{justify-content:stretch;width:100%}.dashboard-hero-actions .button{width:100%}}.client-qr-preview{text-align:center;max-width:420px;margin:0 auto;overflow:hidden;background:#fff!important;border:3px solid #111827!important;border-radius:18px!important;padding:0!important}.client-qr-preview-logo{padding:24px 22px 10px}.client-qr-preview-logo img{width:300px;max-width:100%;height:auto;margin:0 auto}.client-qr-preview-code{width:280px;height:280px;margin:8px auto 10px}.client-qr-preview-title{color:#f97316;letter-spacing:-.02em;padding:6px 22px 14px;font-size:27px;font-weight:950;line-height:1.08}.client-qr-preview-id{text-align:center;color:#0b2f55;border-top:3px solid #0b2f55;border-bottom:3px solid #0b2f55;margin:0 30px 22px;padding:14px 16px;font-size:22px;font-weight:950}.client-qr-preview-footer{text-align:center;background:#f97316;padding:16px 12px;font-size:24px;font-weight:950;color:#fff!important}.hg-checklist-logo-top{justify-content:center;align-items:center;width:100%;margin-bottom:24px;display:flex}.hg-checklist-logo{object-fit:contain;width:min(360px,92%);height:auto;display:block}@media (max-width:640px){.hg-checklist-logo{width:min(280px,92%)}}
