@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#19342f;background:#f4f7f5;font-synthesis:none;--ink: #17352f;--muted: #6e7e7a;--line: #dce5e1;--brand: #176b5b;--brand-dark: #123f37;--mint: #dff4ea;--danger: #b53c42;--warning: #a05d08}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f5f8f6}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:var(--brand);font-weight:600;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.025em}h1{color:var(--ink);font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.1;margin-bottom:.65rem}h2{font-size:1.1rem}.muted,small{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.center-page{min-height:100vh;display:grid;place-items:center}.eyebrow{color:#478075;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.app-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#102f2a;color:#fff;display:flex;flex-direction:column;padding:1.5rem 1rem;position:sticky;top:0;height:100vh}.brand{display:flex;gap:.75rem;align-items:center}.brand>span:last-child{display:grid}.brand strong{font-family:Manrope}.brand small{color:#9eb7b1;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.brand__mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#75d3b7;color:#123f37;font-weight:800;font-size:1.25rem}.sidebar nav{display:grid;gap:.35rem;margin:2.5rem 0}.sidebar nav a{color:#b9cec8;border-radius:9px;padding:.72rem .85rem;font-weight:500}.sidebar nav a:hover,.sidebar nav a.active{background:#1b473f;color:#fff;text-decoration:none}.sidebar__account{margin-top:auto;padding-top:1rem;border-top:1px solid #31514b;display:grid;grid-template-columns:auto 1fr auto;gap:.65rem;align-items:center}.sidebar__account>span{display:grid;gap:.25rem;min-width:0}.sidebar__account strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.85rem}.mobile-header{display:none}.app-main{min-width:0}#main-content{padding:2.4rem clamp(1.1rem,4vw,3.5rem) 4rem;max-width:1500px;margin:auto}.page-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.page-heading p{color:var(--muted);margin:0}.page-heading .eyebrow{display:block;margin-bottom:.5rem}.button{border:0;min-height:42px;border-radius:9px;padding:.65rem 1rem;display:inline-flex;justify-content:center;align-items:center;gap:.4rem;cursor:pointer;font-weight:700;transition:.14s ease}.button:hover{text-decoration:none;transform:translateY(-1px)}.button:focus-visible,.input:focus-visible,.scan-target:focus-visible{outline:3px solid #72bdaa;outline-offset:2px}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button--primary{background:var(--brand);color:#fff;box-shadow:0 4px 12px #176b5b2b}.button--primary:hover{background:#105b4e}.button--secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.button--danger{background:var(--danger);color:#fff}.button--ghost{background:transparent;color:inherit;padding:.35rem}.card{background:#fff;border:1px solid #e1e8e5;border-radius:14px;box-shadow:0 5px 24px #1d41390a;overflow:hidden}.card__header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.3rem 0}.card__header h2{margin:0}.card__body{padding:1.3rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.stats-grid .card__body{display:grid;gap:.4rem}.stat__label{color:var(--muted);font-size:.82rem}.stat__value{font:700 2rem Manrope;text-transform:capitalize}.stat__value--small{font-size:1.35rem}.badge{display:inline-flex;width:fit-content;align-items:center;border-radius:999px;padding:.25rem .55rem;font-size:.7rem;font-weight:700;text-transform:capitalize}.badge--success{background:#dcf4e6;color:#17623f}.badge--danger{background:#fbe4e4;color:#9c3238}.badge--warning{background:#fff0cf;color:#8e570c}.badge--info{background:#dff0ed;color:#1c6357}.badge--neutral{background:#e9eeec;color:#61706c}.avatar{width:36px;height:36px;display:grid;place-items:center;background:#cce8df;color:#17584d;font-weight:800;border-radius:50%;text-transform:uppercase;flex:0 0 auto}.avatar--large{width:68px;height:68px;font-size:1.5rem}.field{display:grid;gap:.42rem;margin-bottom:1rem}.field__label{font-size:.82rem;font-weight:700;color:#304e47}.input{width:100%;border:1px solid #cfdcd7;background:#fff;color:var(--ink);border-radius:8px;padding:.7rem .8rem;min-height:42px}textarea.input{resize:vertical}.input[readonly]{background:#f1f4f3}.input--error{border-color:var(--danger)}.field__error{color:var(--danger)}.notice{border-radius:9px;padding:.8rem 1rem;margin:1rem 0;font-size:.87rem}.notice--info{background:#e3f0ed;color:#215d52}.notice--success{background:#dff3e6;color:#17623f}.notice--warning{background:#fff1d3;color:#85500a}.notice--danger{background:#fbe5e5;color:#942f35}.spinner{display:inline-flex;gap:.6rem;align-items:center;color:var(--muted)}.spinner>span{width:18px;height:18px;border:2px solid #c8d7d2;border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.activity-list,.list{display:grid}.activity,.list-row{display:flex;align-items:center;gap:.8rem;padding:.8rem 0;border-bottom:1px solid #edf1ef}.activity:last-child,.list-row:last-child{border:0}.activity>span:nth-child(2),.list-row>span:first-child{display:grid;flex:1}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot--success{background:#3e9c70}.status-dot--danger{background:var(--danger)}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th{color:#74817e;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em}th,td{padding:.85rem .7rem;border-bottom:1px solid #edf1ef}.person{display:flex;gap:.7rem;align-items:center;min-width:210px}.person span{display:grid}.empty-state{padding:3rem 1rem;max-width:440px;margin:auto;text-align:center;color:var(--muted)}.empty-state h3{color:var(--ink)}.empty-state__icon{width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:var(--mint);margin:0 auto 1rem;font-size:1.5rem}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:grid;place-items:center;padding:1rem;background:#0a2420a8}.dialog{width:min(480px,100%);background:#fff;padding:1.4rem;border-radius:15px;box-shadow:0 25px 80px #07181540}.dialog>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dialog>header h2{margin:0}.dialog__actions{display:flex;justify-content:end;gap:.7rem;margin-top:1.5rem}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(420px,.95fr)}.auth-panel{color:#fff;background:radial-gradient(circle at 15% 85%,#287d6a,transparent 35%),linear-gradient(145deg,#143d35,#0d2925);padding:clamp(2rem,5vw,4.5rem);display:flex;flex-direction:column}.auth-copy{margin:auto 0;max-width:650px}.auth-copy h1{color:#fff;font-size:clamp(2.5rem,5vw,4.5rem);margin:1rem 0}.auth-copy p{max-width:500px;color:#bdd1cc;font-size:1.1rem;line-height:1.7}.auth-form{display:grid;place-items:center;padding:2rem;background:#fff}.auth-form>div{width:min(390px,100%)}.auth-form h2{font-size:1.8rem;margin-bottom:.5rem}.auth-form>div>p{color:var(--muted);margin-bottom:2rem}.auth-form form .button,.google-button{width:100%}.separator{border-top:1px solid var(--line);margin:1.6rem 0;text-align:center;height:0}.separator span{background:#fff;color:var(--muted);padding:0 .7rem;position:relative;top:-.7rem}.auth-help{display:block;line-height:1.5;text-align:center;margin:1.5rem auto 0}.profile-hero{display:flex;align-items:center;gap:1rem;margin:1rem 0 2rem}.profile-hero h1{margin-bottom:.3rem}.profile-hero p{margin-bottom:.5rem;color:var(--muted)}.profile-hero .button{margin-left:auto}.back-link{display:inline-block;margin-bottom:1rem}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.detail-grid dl{display:grid;grid-template-columns:1fr 1.5fr;gap:.75rem;margin:0}.detail-grid dt{color:var(--muted)}.detail-grid dd{margin:0;font-weight:600}.card-state{display:grid;gap:1rem}.two-column,.scan-layout{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(420px,1.25fr);gap:1rem;align-items:start}.scan-target{width:100%;min-height:280px;border:1px dashed #87bbae;border-radius:13px;background:linear-gradient(#f2faf7,#edf8f4);color:var(--brand);display:flex;flex-direction:column;gap:.7rem;justify-content:center;align-items:center;cursor:pointer}.scan-target strong{font:700 1.1rem Manrope}.scan-target small{max-width:260px}.scan-target--active{animation:pulse 1.3s ease-in-out infinite}.nfc-waves{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand);font-size:1.4rem;letter-spacing:-.3rem;padding-right:.3rem}@keyframes pulse{50%{box-shadow:0 0 0 10px #54ad9724}}.privacy-note{color:var(--muted);font-size:.78rem;line-height:1.5}.check-row{display:flex;align-items:center;gap:.65rem;margin:.75rem 0;color:var(--text)}.button-group{display:flex;flex-wrap:wrap;gap:.5rem}.profile-photo{width:6rem;height:6rem;border-radius:50%;object-fit:cover;border:3px solid var(--surface-strong);margin-bottom:.75rem}fieldset{border:1px solid var(--border);border-radius:.75rem;margin:1rem 0;padding:.75rem 1rem}legend{color:var(--muted);font-size:.85rem;font-weight:700}.result-heading{display:flex;gap:.8rem;align-items:center;padding:1rem;border-radius:10px}.result-heading>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;font-weight:800}.result-heading h2,.result-heading p{margin:0}.result-heading p{opacity:.7;font-size:.8rem}.result-heading--success{background:#dcf4e6;color:#17623f}.result-heading--success>span{background:#19865a;color:#fff}.result-heading--danger{background:#fbe4e4;color:#913137}.result-heading--danger>span{background:#b53c42;color:#fff}.identity{display:flex;gap:1rem;align-items:center;margin:1.5rem 0}.identity h2,.identity p{margin:.2rem 0}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.form-actions{margin-top:1rem;display:flex;justify-content:end}@media (max-width: 850px){.app-shell{display:block}.sidebar{position:fixed;z-index:5;bottom:0;top:auto;width:100%;height:auto;padding:.45rem}.sidebar>.brand,.sidebar__account{display:none}.sidebar nav{margin:0;display:flex;overflow-x:auto}.sidebar nav a{flex:1;min-width:fit-content;text-align:center;padding:.65rem .75rem;font-size:.78rem}.mobile-header{display:block;background:#fff;padding:.8rem 1rem;border-bottom:1px solid var(--line)}.mobile-header .brand small{display:none}#main-content{padding:1.5rem 1rem 6rem}.auth-page{display:block}.auth-panel{min-height:280px;padding:1.5rem}.auth-copy{margin-top:4rem}.auth-copy h1{font-size:2.3rem}.auth-copy p{display:none}.auth-form{padding:2.5rem 1.2rem}.two-column,.scan-layout{grid-template-columns:1fr}}@media (max-width: 620px){.stats-grid,.detail-grid{grid-template-columns:1fr}.page-heading{align-items:stretch;flex-direction:column}.page-heading>.button{width:100%}.profile-hero{flex-wrap:wrap}.profile-hero .button{margin-left:0;width:100%}.setting-row{align-items:stretch;flex-direction:column}.dialog__actions{flex-direction:column-reverse}.auth-panel{min-height:230px}.auth-copy{margin-top:3rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
