:root{color:#173b2c;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--green:#11834b;--green-dark:#075c35;--green-soft:#e8f5ee;--green-pale:#f3faf6;--yellow:#f2c94c;--text:#173b2c;--muted:#65766d;--border:#dbe7e0;--background:#f4f7f5;background:#eef3f0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--background);min-width:320px}button,a{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{width:100%;max-width:620px;min-height:100svh;padding-bottom:calc(92px + env(safe-area-inset-bottom));background:#fff;margin:0 auto}.topbar{min-height:76px;padding:calc(12px + env(safe-area-inset-top)) 18px 12px;background:linear-gradient(135deg, var(--green-dark), var(--green));color:#fff;justify-content:space-between;align-items:center;gap:14px;display:flex}.brand{align-items:center;gap:10px;display:flex}.brand-mark{background:var(--yellow);width:42px;height:42px;color:var(--green-dark);border-radius:13px;place-items:center;font-size:17px;font-weight:900;display:grid}.brand strong{font-size:18px;line-height:1.1;display:block}.brand span{color:#ffffffc7;margin-top:4px;font-size:11px;display:block}.connection-status{border-radius:999px;flex:none;align-items:center;gap:6px;padding:8px 10px;font-size:11px;font-weight:800;display:flex}.connection-online{background:#ffffff2b}.connection-offline{background:var(--yellow);color:var(--green-dark)}.status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.field-status{border:1px solid var(--border);border-radius:16px;align-items:center;gap:12px;margin:16px 16px 0;padding:14px;display:flex}.field-status-online{background:var(--green-pale)}.field-status-offline{background:#fff8da;border-color:#f0dc8b}.field-status-icon{width:42px;height:42px;color:var(--green);background:#fff;border-radius:50%;flex:0 0 42px;place-items:center;font-size:20px;font-weight:900;display:grid}.field-status strong{color:var(--green-dark);font-size:14px;display:block}.field-status p{color:var(--muted);margin:3px 0 0;font-size:12px;line-height:1.35}.intro{padding:28px 20px 19px}.eyebrow{color:var(--green);letter-spacing:1.4px;font-size:11px;font-weight:900}.intro h1{max-width:430px;color:var(--green-dark);letter-spacing:-1px;margin:7px 0 8px;font-size:clamp(27px,8vw,37px);line-height:1.05}.intro p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.actions{gap:10px;padding:0 16px;display:grid}.action-card{border:1px solid var(--border);text-align:left;cursor:pointer;background:#fff;border-radius:18px;align-items:center;gap:13px;width:100%;min-height:82px;padding:13px;display:flex}.action-card:active{transform:scale(.985)}.action-featured{background:linear-gradient(135deg, var(--green-dark), var(--green));color:#fff;border:0;min-height:96px;box-shadow:0 9px 24px #11834b33}.action-icon{background:var(--green-soft);border-radius:15px;flex:0 0 52px;place-items:center;width:52px;height:52px;font-size:24px;display:grid}.action-featured .action-icon{background:#ffffff2b}.action-content{flex:1;min-width:0}.action-content strong{color:var(--green-dark);font-size:15px;line-height:1.2;display:block}.action-featured .action-content strong{color:#fff;font-size:18px}.action-content small{color:var(--muted);margin-top:5px;font-size:12px;line-height:1.35;display:block}.action-featured .action-content small{color:#ffffffc7}.action-arrow{color:#9cac9f;padding:0 4px;font-size:30px;font-weight:300}.action-featured .action-arrow{color:#fff}.network-card{background:#f1f8f4;border:1px solid #d8ebdf;border-radius:18px;gap:13px;margin:18px 16px 0;padding:15px;display:flex}.network-icon{background:#fff;border-radius:13px;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:21px;display:grid}.network-card strong{color:var(--green-dark);font-size:14px;display:block}.network-card p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.4}.navigation-button{border:1px solid var(--green);min-height:54px;color:var(--green-dark);background:#fff;border-radius:16px;justify-content:center;align-items:center;gap:9px;margin:14px 16px 24px;font-size:14px;font-weight:800;text-decoration:none;display:flex}.bottom-nav{z-index:50;width:min(100%,620px);min-height:70px;padding:8px 8px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-item{color:#7a8b82;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:52px;display:flex}.nav-active{color:var(--green)}.nav-plus span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;margin-top:-21px;font-size:26px;display:grid;box-shadow:0 5px 16px #11834b47}.toast{z-index:100;left:50%;bottom:calc(86px + env(safe-area-inset-bottom));color:#fff;background:#173b2c;border-radius:14px;width:calc(100% - 32px);max-width:520px;padding:13px 15px;font-size:12px;line-height:1.4;position:fixed;transform:translate(-50%);box-shadow:0 12px 28px #0000002e}@media (width>=621px){.app-shell{border-left:1px solid var(--border);border-right:1px solid var(--border);box-shadow:0 0 40px #173b2c14}.actions{grid-template-columns:1fr 1fr}.action-featured{grid-column:1/-1}}.connection-status{letter-spacing:.2px;gap:8px;padding:10px 14px;font-size:13px;font-weight:900}.connection-status .status-dot{width:9px;height:9px}.home-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 14px 20px}.home-actions .action-card{text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:118px;padding:14px 8px}.home-actions .action-featured{border-radius:22px;flex-direction:row;grid-column:1/-1;justify-content:center;gap:16px;min-height:112px}.home-actions .action-icon{border-radius:16px;flex:0 0 52px;place-items:center;width:52px;height:52px;font-size:27px;display:grid}.home-actions .action-featured .action-icon{flex-basis:60px;width:60px;height:60px;font-size:31px}.home-actions .action-content{flex:0 auto;min-width:0}.home-actions .action-content strong{text-align:center;font-size:15px;line-height:1.15}.home-actions .action-featured .action-content strong{font-size:20px;font-weight:900}.home-actions .action-content small,.home-actions .action-arrow{display:none}.navigation-button{border-radius:19px;min-height:62px;margin:0 14px 20px;font-size:15px}.app-shell{padding-bottom:calc(108px + env(safe-area-inset-bottom))}.bottom-nav{min-height:86px;padding:8px 6px calc(9px + env(safe-area-inset-bottom))}.nav-item{gap:4px;min-height:66px}.nav-item span{font-size:25px}.nav-item small{font-size:11px;font-weight:800}.nav-plus span{width:46px;height:46px;margin-top:-24px;font-size:30px}.nav-plus small{margin-top:3px}.simple-back-button{color:#fff;cursor:pointer;background:#ffffff29;border:0;border-radius:13px;flex:0 0 44px;place-items:center;width:44px;height:44px;font-size:29px;display:grid}.help-screen{padding:20px 16px 120px}.help-screen h1{color:var(--green-dark);margin:0 0 18px;font-size:25px}.help-card{border:1px solid var(--border);background:#fff;border-radius:18px;margin-bottom:12px;padding:17px}.help-card strong{color:var(--green-dark);font-size:16px}.help-card p{color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.5}@media (width>=621px){.home-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.home-actions .action-featured{grid-column:1/-1}}.home-topbar{min-height:70px;padding:calc(9px + env(safe-area-inset-top)) 13px 9px;border-radius:9px;margin:7px 7px 0;box-shadow:0 5px 16px #104b301f}.home-topbar .brand-mark{border-radius:13px;width:45px;height:45px}.home-topbar .connection-status{border:1px solid #ffffff1f;padding:11px 15px;font-size:13px}.home-actions{padding-top:12px}.home-actions .action-featured{background:linear-gradient(135deg,#155eb7,#1688e8);box-shadow:0 9px 24px #155eb738}.home-actions .action-featured .action-icon{background:#ffffff2e}.home-actions .action-card:not(.action-featured){min-height:116px}.home-footer{min-height:88px;padding:7px 12px calc(8px + env(safe-area-inset-bottom));grid-template-columns:repeat(3,1fr)}.home-footer .nav-item{border-radius:16px;gap:5px;min-height:70px}.home-footer .nav-item span{font-size:27px}.home-footer .nav-item small{font-size:12px;font-weight:800}.home-footer .nav-item:active{background:#eef7f1}.home-footer .nav-item span{margin-top:0}.home-utility-bar{grid-template-columns:1fr 1fr;gap:8px;padding:8px 10px 0;display:grid}.home-utility-button{min-height:48px;color:var(--green-dark);cursor:pointer;background:#fff;border:1px solid #d8e5dd;border-radius:14px;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex;box-shadow:0 4px 12px #173b2c0f}.home-utility-button span{font-size:18px}.home-utility-button strong{font-size:13px;font-weight:850}.home-utility-button:active{transform:scale(.98)}.home-utility-button.utility-installed{color:#547061;opacity:.8;background:#eef7f1}.plus-result-card{text-align:center;background:#fff8f8;border:2px solid #e23b3b;border-radius:18px;margin-top:18px;padding:18px 14px}.plus-result-label{color:#9c2525;letter-spacing:1.3px;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.plus-result-code{color:#d51f1f;letter-spacing:.8px;word-break:break-word;font-size:clamp(25px,7vw,34px);font-weight:950;line-height:1.15;display:block}.plus-result-type{color:#53685d;margin-top:7px;font-size:13px;font-weight:800;display:block}.plus-share-row{grid-template-columns:1fr 1fr;gap:9px;margin-top:16px;display:grid}.plus-share-button{color:#a51e1e;cursor:pointer;background:#fff;border:1px solid #e0b0b0;border-radius:14px;min-height:48px;font-size:14px;font-weight:850}.plus-share-button:active{background:#fff0f0;transform:scale(.98)}.plus-share-message{color:#617168;margin-top:10px;font-size:12px;font-weight:700;display:block}.public-shell,.institutional-shell,.login-page,.access-denied,.auth-loading{color:#173b2c;background:#f4f7f5;min-height:100dvh}.public-shell{max-width:1180px;margin:0 auto}.public-hero{color:#fff;background:linear-gradient(135deg,#0b5d39,#11834b);border-radius:18px;margin:8px;overflow:hidden}.public-header,.institutional-header{justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.public-brand{align-items:center;gap:11px;display:flex}.public-brand-mark,.login-brand{color:#fff;background:#ffffff2b;border-radius:13px;place-items:center;width:46px;height:46px;font-size:18px;font-weight:900;display:grid}.public-brand strong,.public-brand span{display:block}.public-brand strong{font-size:16px}.public-brand span{opacity:.78;margin-top:2px;font-size:11px}.public-login-small,.institutional-logout{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff47;border-radius:13px;min-height:42px;padding:0 14px;font-weight:800}.public-hero-content{max-width:760px;padding:42px 20px 46px}.public-kicker,.section-kicker,.demo-badge{letter-spacing:1.1px;font-size:11px;font-weight:900}.public-hero h1{margin:10px 0 14px;font-size:clamp(31px,6vw,58px);line-height:1.02}.public-hero-content>p{color:#ffffffd6;max-width:650px;margin:0;font-size:16px;line-height:1.55}.public-main-actions{flex-wrap:wrap;gap:10px;margin-top:25px;display:flex}.primary-public-button,.secondary-public-button{cursor:pointer;border-radius:15px;min-height:52px;padding:0 18px;font-size:14px;font-weight:900}.primary-public-button{color:#fff;background:#1688e8;border:0}.secondary-public-button{color:#0b5d39;background:#fff;border:1px solid #cfe0d5}.public-hero .secondary-public-button{border-color:#ffffff47}.public-section{padding:48px 18px}.public-section h2,.public-final h2{max-width:760px;margin:8px 0 24px;font-size:clamp(24px,4vw,38px);line-height:1.12}.feature-grid,.audience-grid,.institutional-grid{gap:12px;display:grid}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.public-feature,.audience-card,.institutional-card{background:#fff;border:1px solid #dce8e0;border-radius:18px}.public-feature{padding:20px}.public-feature>span,.audience-icon,.institutional-card>span{font-size:28px}.public-feature strong{margin-top:10px;font-size:16px;display:block}.public-feature p,.audience-card p,.institutional-card p{color:#6b7d73;line-height:1.5}.audience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.audience-card{padding:22px}.audience-card h3{margin:12px 0 0}.audience-card>strong{color:#11834b;margin-top:14px;font-size:12px;display:block}.offline-public-card{background:#eaf6ee;border-radius:20px;align-items:flex-start;gap:18px;margin:0 18px 48px;padding:25px;display:flex}.offline-public-card>span{font-size:40px}.offline-public-card strong{color:#11834b}.offline-public-card h2{margin:4px 0 7px}.offline-public-card p{color:#62746a;margin:0}.public-final{color:#fff;background:#173b2c;border-radius:20px;margin:8px;padding:42px 20px 50px}.public-final .primary-public-button{min-width:180px}.login-page,.access-denied,.auth-loading{place-items:center;padding:18px;display:grid}.login-card,.access-denied{width:min(100%,460px)}.login-card{background:#fff;border:1px solid #dce8e0;border-radius:22px;padding:28px 22px;position:relative}.login-brand{background:#11834b;margin-bottom:18px}.login-card h1,.access-denied h1{margin:8px 0}.login-card>p,.access-denied p{color:#697a70;line-height:1.5}.public-back{color:#0b5d39;cursor:pointer;background:#eef6f1;border:0;border-radius:12px;width:42px;height:42px;font-size:28px;position:absolute;top:18px;right:18px}.login-form{gap:14px;margin-top:24px;display:grid}.login-form label{color:#284a39;font-size:13px;font-weight:800}.login-form input{background:#fff;border:1px solid #cfddd4;border-radius:13px;outline:none;width:100%;min-height:50px;margin-top:6px;padding:0 13px;font-size:16px}.login-form input:focus{border-color:#11834b}.login-error{color:#a62525;background:#fff0ef;border-radius:12px;padding:11px 12px;font-size:13px;font-weight:700}.auth-loading{align-content:center;gap:8px}.auth-loading .public-brand-mark{background:#11834b}.auth-loading span{color:#788980}.access-denied{text-align:center}.access-denied .login-brand{margin-left:auto;margin-right:auto}.institutional-shell{max-width:1180px;margin:0 auto}.institutional-header{color:#fff;background:linear-gradient(135deg,#0b5d39,#11834b);border-radius:14px;margin:8px}.institutional-intro{justify-content:space-between;gap:20px;padding:38px 18px 22px;display:flex}.institutional-intro h1{margin:8px 0;font-size:clamp(28px,5vw,44px)}.institutional-intro p{color:#64766c;max-width:700px}.demo-badge{color:#1688e8}.tenant-chip{color:#11834b;background:#eaf6ee;border-radius:999px;align-self:flex-start;padding:9px 12px;font-size:12px;font-weight:900}.institutional-notice{background:#fff;border:1px solid #d9e6dd;border-radius:16px;margin:0 18px 20px;padding:17px}.institutional-notice strong{color:#1688e8}.institutional-notice p{color:#66786e;margin:6px 0 0;line-height:1.5}.institutional-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 18px 50px}.institutional-card{padding:22px}.institutional-card strong{margin-top:11px;font-size:17px;display:block}.institutional-card small{color:#1688e8;font-weight:800}@media (width<=720px){.feature-grid,.audience-grid,.institutional-grid{grid-template-columns:1fr 1fr}.audience-grid{grid-template-columns:1fr}.institutional-intro{flex-direction:column}}@media (width<=480px){.public-header{padding:11px}.public-brand span{display:none}.public-login-small{padding:0 11px}.public-hero-content{padding-top:28px}.feature-grid{grid-template-columns:1fr 1fr}.public-feature{padding:16px}.institutional-grid{grid-template-columns:1fr}}
