:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#173247;background:#eef5f7;font-synthesis:none;--ink:#173247;--blue:#123b55;--accent:#1f8b78;--gold:#e5b74f;--line:#c9d9df;--paper:#fff;--muted:#617581}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 10% -10%,#d7ece8 0,transparent 34%),#eef5f7}button,input,select,textarea{font:inherit}input,select,textarea{font-size:16px}button{cursor:pointer}.shell{width:min(100%,880px);margin:auto;padding:20px 16px 100px}.topbar{display:flex;align-items:center;gap:12px;margin:4px 0 8px}.topbar strong{display:block;font-family:Georgia,serif;font-size:clamp(19px,5vw,27px);line-height:1.05}.topbar small{display:block;margin-top:4px;color:var(--muted)}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;color:#fff;font-weight:900;background:linear-gradient(145deg,var(--blue),#1d6e7b);box-shadow:0 8px 24px #123b5530}.account-row{display:flex;justify-content:space-between;margin:16px 2px;color:var(--muted);font-size:12px}.card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 12px 35px #123b550a}.content{display:grid;gap:16px}.eyebrow{margin:0 0 7px;color:#287b73;font-size:12px;font-weight:900;letter-spacing:.11em}.hero{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#123b55,#185c67);color:#fff;border:none}.hero h1,.auth-card h1,.onboarding h1,.import-card h1,.settings h1{font-family:Georgia,serif;font-size:clamp(28px,8vw,44px);line-height:1;margin:0 0 10px}.hero p:not(.eyebrow){margin:0;color:#d4e8eb}.hero .eyebrow{color:#7ad6c5}.status-dot{width:24px;height:24px;border:6px solid #f6c96d;border-radius:50%;box-shadow:0 0 0 8px #ffffff18}.status-dot.brazil{background:#45b886}.counter{display:grid;grid-template-columns:1fr auto;align-items:center}.counter h2{font-size:16px;margin:0}.big-number{text-align:right}.big-number strong{display:block;font:700 42px/1 Georgia,serif;color:var(--blue)}.big-number span,.hint{font-size:12px;color:var(--muted)}.meter{grid-column:1/-1;height:10px;margin-top:16px;border-radius:10px;background:#dce7eb;overflow:hidden}.meter i{display:block;height:100%;background:linear-gradient(90deg,var(--accent),var(--gold));border-radius:inherit}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:12px}.section-heading h1,.section-heading h2{margin:0;font-family:Georgia,serif}.entry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.compact{padding:16px}.compact span,.compact small{display:block;color:var(--muted);font-size:12px}.compact strong{display:block;margin:8px 0;font:700 26px Georgia,serif}.disclaimer,.fineprint{font-size:12px;line-height:1.55;color:var(--muted);padding:4px}.empty{grid-column:1/-1;padding:30px;text-align:center;border:1px dashed var(--line);border-radius:18px;color:var(--muted)}nav{position:fixed;z-index:5;bottom:0;left:0;right:0;display:flex;justify-content:center;padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));background:#fffe;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}nav button{min-width:75px;padding:11px 8px;border:0;border-radius:13px;background:transparent;color:var(--muted);font-size:12px}nav button.active{color:#fff;background:var(--blue)}.primary,.secondary{border:0;border-radius:13px;padding:13px 18px;font-weight:800}.primary{color:#fff;background:var(--blue)}.primary.small{padding:10px 14px}.secondary{border:1px solid var(--line);background:#fff;color:var(--ink)}.timeline{display:grid;gap:10px}.record{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px}.record-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#edf5f5;font-size:20px}.record p{margin:4px 0}.record small{color:var(--muted)}.record-actions{display:flex;flex-direction:column;gap:5px}.record-actions button,.link{border:0;background:transparent;color:#176b85;font-weight:700}.danger-link{color:#a54747!important}.import-card p:not(.eyebrow){line-height:1.5;color:var(--muted)}.upload{display:grid;margin:20px 0;padding:26px;border:2px dashed #8ab0bc;border-radius:18px;text-align:center;background:#f7fbfc}.upload input{position:absolute;opacity:0;pointer-events:none}.upload span{font-weight:900;color:var(--blue)}.upload small{margin-top:5px;color:var(--muted)}.official-link{display:inline-block;color:#176b85;font-weight:800}.movement-list{display:grid;gap:8px;margin:15px 0}.movement-row{display:grid;grid-template-columns:1fr 1fr 38px;gap:8px}.movement-row button{border:0;border-radius:10px;background:#f8eaea;color:#a54747;font-size:20px}.period-preview{display:grid;gap:7px;padding:0;list-style:none}.period-preview li{display:flex;justify-content:space-between;gap:8px;padding:10px;border-radius:10px;background:#f2f7f8;font-size:13px}.auth-card{width:min(100%,490px);margin:9vh auto 0;background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(24px,7vw,42px);box-shadow:0 24px 80px #123b5518}.auth-card form,.onboarding form,.settings form{display:grid;gap:15px;margin:22px 0}.auth-card form .primary{width:100%}.auth-actions{display:flex;justify-content:space-between}.notice{margin:12px 0;padding:12px 15px;border-radius:12px;background:#fff2d3;color:#72530a;border:1px solid #efd89e}.busy{cursor:progress}.busy button{pointer-events:none;opacity:.65}label{display:grid;gap:7px;font-size:13px;font-weight:800}input,select,textarea{width:100%;border:1px solid #aec3ca;border-radius:12px;padding:12px;background:#fff;color:var(--ink)}textarea{min-height:82px;resize:vertical}.check{grid-template-columns:auto 1fr;font-weight:400;line-height:1.45}.check input{width:auto}.settings hr{border:0;border-top:1px solid var(--line);margin:25px 0}dialog{width:min(calc(100% - 24px),540px);border:0;border-radius:24px;padding:0;box-shadow:0 30px 100px #001b2d55}dialog::backdrop{background:#062231aa}.dialog-form{display:grid;gap:15px;padding:22px}.dialog-title,.dialog-actions,.date-pair{display:flex;justify-content:space-between;gap:10px}.dialog-title h2{margin:0;font-family:Georgia,serif}.dialog-title button{border:0;background:transparent;font-size:25px}.dialog-actions{justify-content:flex-end}@media(max-width:520px){.shell{padding-inline:12px}.entry-grid{grid-template-columns:1fr}.counter{grid-template-columns:1fr auto}.record{grid-template-columns:auto 1fr}.record-actions{grid-column:2;flex-direction:row}.period-preview li{display:grid}.topbar small{font-size:11px}}@media(prefers-color-scheme:dark){:root{color:#edf6f6;background:#071c27;--ink:#edf6f6;--blue:#72c8d5;--line:#365461;--paper:#102c3a;--muted:#aec1ca}body{background:#071c27}.brand-mark,.primary,nav button.active{background:#1f7180}.card,.auth-card,.secondary,input,select,textarea{background:#102c3a;color:#edf6f6}.compact,.upload{background:#102c3a}.hero{background:linear-gradient(135deg,#16445b,#17626a)}nav{background:#0b2432ee}.meter{background:#365461}.record-icon,.period-preview li{background:#183b49}.upload{border-color:#527a86}}.or-row{display:flex;align-items:center;gap:12px;margin:18px 0 12px;color:var(--muted);font-size:12px}.or-row:before,.or-row:after{content:"";height:1px;flex:1;background:var(--line)}.manual-start{width:100%}.year-help{margin:8px 0 14px}.year-groups{display:grid;gap:9px}.year-group{border:1px solid var(--line);border-radius:14px;overflow:hidden}.year-group summary{padding:13px 15px;cursor:pointer;list-style:none}.year-group summary::-webkit-details-marker{display:none}.year-group summary label{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;cursor:pointer}.year-group summary input{width:auto}.year-group summary span{color:var(--muted);font-size:12px}.year-group .movement-list{padding:0 12px 12px;margin:0}.preview>.primary{width:100%;margin-top:10px}.preview>.primary:disabled{opacity:.45;cursor:not-allowed}.entry-grid{grid-template-columns:minmax(0,1fr)}.entry-heading,.entry-body{display:flex;justify-content:space-between;align-items:center;gap:20px}.entry-heading h3{margin:2px 0 0;font-size:22px}.entry-heading .entry-end{font-size:14px;text-align:right}.entry-body{padding:18px 0}.entry-total{flex:0 0 auto}.entry-total strong,.entry-total span{display:block}.entry-grid .entry-total strong{font-size:42px;line-height:1.1}.entry-remaining{display:grid;gap:8px;max-width:65%;text-align:right}.entry-progress{border-top:1px solid var(--line);padding-top:14px}.entry-progress>div{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.entry-grid .entry-progress span{font-size:14px}.entry-progress progress{display:block;width:100%;height:12px;border:0;border-radius:12px;overflow:hidden;appearance:none;background:#c9d9df;color:#248b82}.entry-progress progress::-webkit-progress-bar{background:#c9d9df}.entry-progress progress::-webkit-progress-value{background:#248b82;border-radius:12px}.entry-progress progress::-moz-progress-bar{background:#248b82;border-radius:12px}@media(prefers-color-scheme:dark){.entry-progress progress,.entry-progress progress::-webkit-progress-bar{background:#365461}.entry-progress progress::-webkit-progress-value{background:#73d4c7}.entry-progress progress::-moz-progress-bar{background:#73d4c7}}@media(max-width:480px){.entry-body{align-items:flex-start;flex-direction:column;gap:14px}.entry-remaining{max-width:100%;text-align:left}.entry-heading{gap:10px}.entry-heading h3{font-size:20px}}.entry-grid .compact{display:grid;gap:10px;padding:24px}.entry-grid .compact strong{margin:0;font-size:30px}.entry-grid .compact span,.entry-grid .compact small{font-size:16px;line-height:1.5}.entry-grid .compact .period-countdown{color:var(--ink);font-weight:800}.country-flag{width:40px;height:28px;object-fit:contain;display:inline-block;vertical-align:middle;flex-shrink:0}.hero h1{display:flex;align-items:center;gap:14px;overflow-wrap:anywhere}.hero .country-flag{width:64px;height:46px;background:#fff;border-radius:7px;padding:3px}.hero.country-hero{position:relative;isolation:isolate;overflow:hidden;background:#102c3a}.hero.country-hero:before{content:"";position:absolute;inset:-30px;z-index:-1;background-image:linear-gradient(#071c27b8,#071c27c9),var(--country-flag);background-size:cover;background-position:center;filter:blur(12px)}.hero.country-hero h1,.hero.country-hero .eyebrow,.hero.country-hero p{color:#fff}.record>div{min-width:0;overflow-wrap:anywhere}.date-pair>label{min-width:0;flex:1}@media(min-width:768px){body{font-size:18px}.shell{width:min(100%,1020px);padding-top:30px}.topbar strong{font-size:32px}.topbar small,.account-row{font-size:15px}.eyebrow,nav button,label,.hint,.fineprint,.disclaimer,.record small{font-size:15px}.counter h2{font-size:20px}.big-number span{font-size:16px}.card{padding:26px}.section-heading h2{font-size:28px}}@media(max-width:390px){.entry-grid .compact{padding:18px}.hero h1{font-size:28px}.hero .country-flag{width:44px;height:32px}}.shell [hidden]{display:none!important}.entry-grid .entry-total strong,.big-number strong{font-family:inherit;font-variant-numeric:tabular-nums;font-weight:800}.period-section>summary{cursor:pointer;padding:18px 12px;font-weight:800;font-size:20px}.period-section .period-section{margin-left:8px}.period-section .entry-grid,.period-section .timeline{padding:8px 0 16px}.entry-card>summary{cursor:pointer;list-style:revert}.entry-grid details.compact:not([open]){display:block}.risk-badge{font-size:13px!important;font-weight:750;border-radius:20px;padding:6px 10px;background:var(--risk-bg);color:var(--risk-ink)}.risk-green{--risk-bg:#d9f3e4;--risk-ink:#145c35;border-left:5px solid #258651}.risk-yellow{--risk-bg:#fff0c2;--risk-ink:#725300;border-left:5px solid #b58500}.risk-red{--risk-bg:#ffe0df;--risk-ink:#9e2323;border-left:5px solid #c94242}.entry-heading{flex-wrap:wrap}.entry-heading .entry-end{margin-left:auto}.reference-country{display:flex;align-items:center;gap:10px;margin:16px 0}.install-help{line-height:1.6}.install-help button{margin:8px 0}.update-banner{position:sticky;top:0;z-index:10;padding:12px;background:#fff0c2;color:#173247;display:flex;align-items:center;justify-content:space-between;gap:10px}@media(max-width:480px){.risk-badge{font-size:12px!important}.entry-heading .entry-end{width:100%;text-align:left;margin:0}.account-row{flex-wrap:wrap;gap:8px}.dialog-form{max-height:85dvh;overflow:auto;padding-bottom:max(22px,env(safe-area-inset-bottom))}}.entry-card{min-width:0}@media(max-width:600px){.period-section>summary{padding:12px 8px;font-size:18px}.period-section .entry-grid{gap:10px;padding:4px 0 10px}.entry-grid .compact.entry-card{padding:14px;gap:8px;border-radius:16px}.entry-card .entry-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4px 10px;align-items:start}.entry-card .entry-heading>div{grid-column:1;grid-row:1 / span 2}.entry-card .entry-heading h3{font-size:18px;margin:0}.entry-grid .entry-card .entry-heading span{font-size:12px;line-height:1.3}.entry-card .entry-heading .risk-badge{grid-column:2;padding:4px 6px;font-size:11px!important;text-align:center}.entry-card .entry-heading .entry-end{grid-column:2;width:auto;margin:0;text-align:right;font-size:12px}.entry-card .entry-body{display:grid;grid-template-columns:minmax(72px,.65fr) minmax(0,1.35fr);gap:10px;padding:6px 0;align-items:center}.entry-card .entry-remaining{max-width:none;text-align:left;gap:6px}.entry-grid .entry-card .entry-total strong{font-size:32px;line-height:1.1}.entry-grid .entry-card .entry-total span,.entry-grid .entry-card .entry-remaining small{font-size:13px;line-height:1.35}.entry-card .entry-progress{padding-top:8px}.entry-card .entry-progress>div{margin-bottom:5px;gap:6px}.entry-grid .entry-card .entry-progress span{font-size:12px;line-height:1.3}.entry-card .entry-progress progress{height:8px}}.report-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:end;margin-bottom:24px}.report-controls label{min-width:110px}.report-totals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.report-totals strong{display:block;font-weight:800;font-size:30px;line-height:1.3}.report-totals span{display:block;font-size:14px}.report-months{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.report-months .card{padding:14px;min-width:0;break-inside:avoid}.report-months h3{text-transform:capitalize;font-size:18px;margin:0 0 12px}.report-country{display:flex;justify-content:space-between;gap:8px;font-size:14px}.report-country span{display:flex;align-items:center;gap:6px;min-width:0}.report-country strong{white-space:nowrap}.report-flag{width:22px!important;height:16px!important;object-fit:contain;display:inline-block!important}.report-week,.report-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px;text-align:center;font-size:13px}.report-days span{padding:5px 0;border-radius:4px}.report-week{margin-bottom:6px}.day-BRAZIL{background:#c1ebce!important;color:#123f24!important}.day-INTERNATIONAL{background:#c4e0f7!important;color:#153b59!important}.day-UNKNOWN{background:#e4e4e4!important;color:#444!important}.day-FUTURE{color:#777!important;background:transparent!important}.report-legend span{padding:4px 8px;border-radius:4px;display:inline-block}@media(max-width:900px){.report-months{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.report-months{grid-template-columns:1fr}.shell nav button{min-width:0;padding:10px 3px;font-size:11px}}@media print{.report-months{grid-template-columns:repeat(3,minmax(0,1fr))}.report-months .card{padding:8px!important}.report-months h3{font-size:13px}.report-country,.report-week,.report-days{font-size:10px}.report-days span{padding:3px 0}}#presence-report h1{font-size:28px}#presence-report h2{margin-top:28px;font-size:22px}#presence-report p{line-height:1.5}.report-table{max-width:100%;overflow-x:auto}.report-table table{border-collapse:collapse;width:100%;font-size:15px}.report-table th,.report-table td{text-align:left;padding:12px 8px;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.report-table .risk-badge{display:inline-block;border-left:0}@media(max-width:600px){nav button{min-width:0;flex:1;padding:11px 4px;font-size:11px}.report-totals{gap:6px}.report-totals .card{padding:12px 8px}.report-totals strong{font-size:25px}.report-totals span{font-size:12px}.report-controls button{flex:1;font-size:13px}.report-table table{font-size:13px}}@media print{@page{size:A4;margin:15mm}body{background:#fff!important;color:#111!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.topbar,.account-row,nav,.notice,.report-controls,.update-banner{display:none!important}.shell{width:100%;max-width:none;padding:0;margin:0}.content{display:block}#presence-report{color:#111}#presence-report .card{background:#fff;color:#111;box-shadow:none;border:1px solid #aaa;padding:12px}#presence-report p,#presence-report .hint,#presence-report .disclaimer{color:#333}.report-table{overflow:visible}.report-table table{font-size:11px;table-layout:fixed}.report-table th,.report-table td{padding:8px 5px;border-color:#aaa}.report-table thead{display:table-header-group}.report-table tr,.report-totals{break-inside:avoid}#presence-report h2{break-after:avoid}}#presence-report .report-months:not(.report-calendars){grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}#presence-report .report-months:not(.report-calendars) .card{padding:10px;border-radius:12px;box-shadow:none}#presence-report .report-months:not(.report-calendars) h3{font-size:13px;margin:0 0 6px}#presence-report .report-months:not(.report-calendars) p{font-size:12px;line-height:1.35;margin:4px 0;gap:5px}#presence-report .report-months:not(.report-calendars) .report-country span{overflow-wrap:anywhere;gap:4px}#presence-report .report-months:not(.report-calendars) .report-flag{width:16px!important;height:12px!important;flex-shrink:0}.period-section>summary{padding:10px 8px;font-size:17px}.period-section .entry-grid{gap:8px;padding:4px 0 8px}.entry-grid .compact.entry-card{padding:12px;gap:5px;border-radius:14px}.entry-card .entry-heading{gap:5px 12px}.entry-card .entry-heading h3{font-size:17px;margin:0}.entry-grid .entry-card .entry-heading span{font-size:12px;line-height:1.25}.entry-card .entry-heading .risk-badge{padding:3px 6px;font-size:11px!important}.entry-card .entry-body{display:grid;grid-template-columns:minmax(78px,.65fr) minmax(0,1.35fr);gap:10px;padding:3px 0;align-items:center}.entry-card .entry-remaining{max-width:none;text-align:right;gap:3px}.entry-grid .entry-card .entry-total strong{font-size:28px;line-height:1.1}.entry-grid .entry-card .entry-total span,.entry-grid .entry-card .entry-remaining small{font-size:12px;line-height:1.3}.entry-card .entry-progress{padding-top:5px}.entry-card .entry-progress>div{margin-bottom:3px;gap:6px}.entry-grid .entry-card .entry-progress span{font-size:11px;line-height:1.25}.entry-card .entry-progress progress{height:6px}@media(max-width:600px){#presence-report .report-months:not(.report-calendars){grid-template-columns:repeat(2,minmax(0,1fr))}.entry-grid .compact.entry-card{padding:10px;gap:4px}.entry-card .entry-heading{gap:3px 8px}.entry-card .entry-heading h3{font-size:16px}.entry-card .entry-remaining{text-align:left}}@media(max-width:359px){#presence-report .report-months:not(.report-calendars){gap:5px}#presence-report .report-months:not(.report-calendars) .card{padding:8px}#presence-report .report-months:not(.report-calendars) p{font-size:11px}}@media print{#presence-report .report-months:not(.report-calendars){grid-template-columns:repeat(3,minmax(0,1fr))}}.risk-legend{margin:0;display:grid;gap:3px;font-size:12px;line-height:1.35;color:var(--muted)}.risk-legend ul{display:flex;flex-wrap:wrap;gap:4px 14px;list-style:none;margin:0;padding:0}.risk-legend li{display:flex;align-items:center;gap:5px}.legend-dot{display:inline-block;width:9px;height:9px;border-radius:50%;flex-shrink:0}.legend-green{background:#258651}.legend-yellow{background:#b58500}.legend-red{background:#c94242}.risk-legend small,.legend-reference{font-size:11px}.content:has(>.country-hero){gap:8px}.content>.section-heading:has(+.risk-legend){margin:3px 0 0}.content>.section-heading:has(+.risk-legend) .eyebrow{margin:0 0 3px;font-size:11px}.content>.section-heading:has(+.risk-legend) h2{font-size:19px;line-height:1.2}.risk-legend+.period-section>summary{padding-top:5px;padding-bottom:7px}.hero.card.country-hero{padding:14px 16px;gap:12px;border-radius:16px}.hero.country-hero>div{min-width:0}.hero.country-hero h1{font-size:26px;line-height:1.15;gap:9px;margin:0 0 5px}.hero.country-hero .eyebrow{font-size:11px;margin:0 0 5px}.hero.country-hero p:not(.eyebrow){font-size:12px;line-height:1.35}.hero.country-hero .country-flag{width:38px;height:28px;padding:2px}.hero.country-hero .status-dot{width:16px;height:16px;border-width:4px;box-shadow:0 0 0 5px #ffffff18;flex-shrink:0}.country-hero+.counter.card{padding:12px 14px;border-radius:16px;gap:4px 10px}.country-hero+.counter .eyebrow{font-size:11px;margin:0 0 4px}.country-hero+.counter h2{font-size:14px;line-height:1.3}.country-hero+.counter .big-number strong{font-size:28px;line-height:1.1}.country-hero+.counter .big-number span{font-size:11px}.country-hero+.counter .meter{height:7px;margin-top:4px}.country-hero+.counter .hint{grid-column:1/-1;margin:3px 0 0;font-size:11px;line-height:1.3}@media(max-width:600px){.hero.country-hero h1{font-size:23px}.hero.card.country-hero{padding:12px 14px}.risk-legend ul{gap:3px 10px;font-size:11px}}@media(prefers-color-scheme:dark){.legend-green{background:#65cf90}.legend-yellow{background:#f1c85b}.legend-red{background:#ff8984}}.period-section .timeline{gap:7px;padding:4px 0 8px}.timeline .card.record{padding:9px 12px;gap:8px;border-radius:13px;box-shadow:none;grid-template-columns:32px minmax(0,1fr) auto}.timeline .record-icon{width:32px;height:32px;border-radius:8px;font-size:18px}.timeline .record-icon .country-flag{width:26px;height:19px}.timeline .record>div>strong{font-size:14px;line-height:1.25}.timeline .record p{margin:2px 0;font-size:12px;line-height:1.35}.timeline .record small{font-size:11px;line-height:1.25}.timeline .record-actions{grid-column:auto;flex-direction:row;gap:2px}.timeline .record-actions button{min-height:44px;min-width:44px;padding:6px;font-size:12px}@media(max-width:600px){.timeline .card.record{padding:8px 10px;gap:5px 8px;grid-template-columns:28px minmax(0,1fr)}.timeline .record-icon{width:28px;height:28px}.timeline .record-actions{grid-column:2;justify-self:end;margin-top:-3px}.timeline .record-actions button{padding:4px 8px}}.brand-mark{padding:0;overflow:hidden;background:transparent;box-shadow:none}.brand-mark img{display:block;width:100%;height:100%;object-fit:cover}.screen-title,.report-catalog>h1,.trips-heading h1{font-family:inherit!important;font-size:22px!important;line-height:1.2!important}nav{justify-content:center;overflow-x:hidden;scrollbar-width:none}nav::-webkit-scrollbar{display:none}nav button{flex:1 1 0;min-width:0!important;max-width:115px;padding-inline:3px}.year-picker{display:grid;grid-template-columns:auto minmax(90px,130px);align-items:center;justify-content:start;gap:10px;margin-bottom:10px}.year-picker select{padding:8px 10px}.annual-header{margin-bottom:10px}.annual-header h1{margin:0 0 3px;font-family:inherit;font-size:22px!important}.annual-header p{margin:2px 0!important;font-size:13px}.annual-header small{color:var(--muted);font-size:11px}.summary-page .report-totals{gap:6px}.summary-page .report-totals .card{padding:9px 7px;border-radius:13px;box-shadow:none}.summary-page .report-totals strong{font-size:24px;line-height:1.1}.summary-page .report-totals span{font-size:11px;line-height:1.2}.summary-page>h2{margin-top:20px!important;font-size:18px!important}.summary-page>.hint{margin:5px 0;font-size:11px}.nowrap{white-space:nowrap}.report-catalog{display:grid;gap:11px}.report-catalog>h1{margin:0}.export-options{display:grid;gap:8px}.export-option{padding:13px 14px;border-radius:15px;box-shadow:none}.export-title{display:flex;justify-content:space-between;align-items:center;gap:10px}.export-title h2{margin:0;font-size:17px}.export-title>div{display:flex;gap:5px}.export-title button{padding:8px 10px;font-size:12px}.export-option p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.4}#export-message{margin:0;color:var(--muted);font-size:12px}.import-options{display:grid;gap:10px}.import-options .card{padding:16px}.import-options h1,.import-options h2{margin:0 0 8px;font-family:inherit;font-size:19px;line-height:1.25}.import-options p{margin:5px 0;font-size:13px;line-height:1.45}.import-options .upload{margin:13px 0;padding:18px}.manual-import .manual-start{margin-top:10px}.settings{padding:16px}.settings form{margin:14px 0;gap:10px}.settings form small{font-size:11px;line-height:1.45}.remember{margin-top:22px;border-top:1px solid var(--line);padding-top:15px}.remember h2,.install-help h2{font-size:18px;margin:0 0 10px}.remember ol{display:grid;gap:12px;margin:0;padding:0;list-style:none}.remember li{display:grid;grid-template-columns:25px minmax(0,1fr);gap:7px;font-size:13px}.remember p{margin:3px 0;line-height:1.45;color:var(--muted)}.install-help{margin-top:22px;border-top:1px solid var(--line);padding-top:15px}.install-platforms{display:grid;grid-template-columns:1fr 1fr;gap:8px}.platform-help{margin-top:9px;padding:10px;border-radius:11px;background:#edf5f5;font-size:12px}.platform-help p{margin:3px 0;line-height:1.45}.platform-help ol{margin:6px 0 4px;padding-left:18px;display:grid;gap:5px;line-height:1.45}#print-root{display:none}@media(max-width:600px){.topbar strong{font-size:21px}.topbar small{font-size:10px}.brand-mark{width:42px;height:42px;border-radius:12px}nav button{font-size:9px!important;min-width:0!important;padding:10px 1px}.timeline .card.record{grid-template-columns:26px minmax(0,1fr) auto;padding:6px 8px;gap:6px}.timeline .record-icon{width:26px;height:26px}.timeline .record-actions{grid-column:3;grid-row:1;align-self:center;margin:0}.timeline .record-actions button{min-height:44px;min-width:40px;padding:3px 5px;font-size:11px}.timeline .record p{font-size:11px}.timeline .record small{font-size:10px}.report-table th,.report-table td{padding:8px 5px}}@media(prefers-color-scheme:dark){.platform-help{background:#183b49}}@media print{body.printing-report .shell{display:none!important}body.printing-report #print-root{display:block!important}#print-root #presence-report{color:#111}#print-root .card{background:#fff!important;color:#111!important;box-shadow:none!important;border:1px solid #aaa}#print-root .hint,#print-root .disclaimer,#print-root p,#print-root small{color:#333!important}}.hero.country-hero .hero-since{margin:3px 0 0;font-size:15px;line-height:1.3;color:#fff}.hero.country-hero .hero-since strong{font-weight:800}.hero.country-hero .hero-tally{display:flex;align-items:baseline;gap:6px;margin:5px 0 0}.hero.country-hero .hero-tally strong{font-family:inherit;font-weight:800;font-size:26px;line-height:1;font-variant-numeric:tabular-nums;color:#fff}.hero.country-hero .hero-tally span{font-size:11px;color:#d7ebee}@media(max-width:600px){.hero.country-hero .hero-tally strong{font-size:23px}}.entry-card .entry-remaining .remaining-limit{color:var(--muted);white-space:nowrap}.entry-card .entry-remaining .remaining-limit strong{font-family:inherit;font-size:1.1em;font-weight:800;color:var(--ink)}.entry-grid .entry-card .entry-remaining .period-countdown{color:var(--muted);font-weight:600}@media(max-width:600px){.entry-card .entry-remaining .remaining-limit{white-space:normal}}.entry-grid .entry-card{position:relative}.entry-card .entry-heading{padding-right:16px}.entry-card .risk-mark{position:absolute;top:9px;right:9px;width:10px;height:10px;border-radius:50%;border:0;padding:0}.entry-card .risk-mark.risk-green{background:#258651}.entry-card .risk-mark.risk-yellow{background:#b58500}.entry-card .risk-mark.risk-red{background:#c94242}@media(prefers-color-scheme:dark){.entry-card .risk-mark.risk-green{background:#65cf90}.entry-card .risk-mark.risk-yellow{background:#f1c85b}.entry-card .risk-mark.risk-red{background:#ff8984}}input[type=date]{text-align:left}input[type=date]::-webkit-date-and-time-value{text-align:left}.annual-header .report-brand{display:flex;align-items:center;gap:9px;margin:0 0 8px}.annual-header .report-brand-mark{width:30px;height:30px;border-radius:8px;object-fit:cover;flex-shrink:0}.annual-header .report-brand span{font-family:inherit;font-weight:800;font-size:15px;line-height:1.1;color:var(--blue)}.annual-header h1{word-spacing:normal;letter-spacing:0}.annual-header h1 .report-year{font-weight:400;color:var(--muted);margin-left:2px}.report-table th{white-space:nowrap}.report-table td .risk-badge{padding:3px 8px;font-size:12px!important;white-space:nowrap;border-left-width:4px}.report-table td .nowrap{white-space:nowrap}.report-country-cell{display:inline-flex;align-items:center;gap:6px;min-width:0;overflow-wrap:anywhere}.report-country-cell .report-flag{flex-shrink:0}@media print{html,body,body.printing-report{min-height:0!important;height:auto!important}body.printing-report #print-root{padding:0!important;margin:0!important}#print-root .report-table,#presence-report .report-table,#print-root .report-months,#presence-report .report-months{overflow:visible!important}#print-root #presence-report>*:last-child{margin-bottom:0!important}#print-root .annual-header .report-brand span,#presence-report .annual-header .report-brand span{color:#111!important}.annual-header{margin-bottom:12px;break-after:avoid}.annual-header h1 .report-year{color:#555!important}#presence-report h2{margin-top:14px;margin-bottom:6px}#print-root .report-totals,#presence-report .report-totals{gap:8px;margin-bottom:6px}#print-root .report-totals .card,#presence-report .report-totals .card{padding:7px 9px}#print-root .report-totals strong,#presence-report .report-totals strong{font-size:19px;line-height:1.1}#print-root .report-totals span,#presence-report .report-totals span{font-size:10px;line-height:1.2}#print-root .report-totals+.hint,#presence-report .report-totals+.hint{margin:3px 0 0}#print-root .report-months:not(.report-calendars),#presence-report .report-months:not(.report-calendars){display:block!important}#print-root .report-months:not(.report-calendars) .card,#presence-report .report-months:not(.report-calendars) .card{display:inline-block;width:32%;vertical-align:top;margin:0 1% 6px 0;break-inside:avoid;page-break-inside:avoid}#print-root .report-months,#presence-report .report-months{gap:6px}#print-root .report-months .card,#presence-report .report-months .card{break-inside:avoid;page-break-inside:avoid;padding:6px!important}#print-root .report-months h3,#presence-report .report-months h3{font-size:11px;margin:0 0 4px}#print-root .report-months .report-country,#presence-report .report-months .report-country{font-size:10px}#print-root .report-months.report-calendars,#presence-report .report-months.report-calendars{grid-template-columns:repeat(4,minmax(0,1fr))!important}#print-root .report-months.report-calendars .report-week,#presence-report .report-months.report-calendars .report-week,#print-root .report-months.report-calendars .report-days,#presence-report .report-months.report-calendars .report-days{font-size:8px;gap:2px}#print-root .report-months.report-calendars .report-days span,#presence-report .report-months.report-calendars .report-days span{padding:1px 0}#print-root #presence-report .disclaimer,#presence-report .disclaimer{break-before:avoid;page-break-before:avoid;margin-top:8px;font-size:9px;line-height:1.4}#print-root .report-table,#presence-report .report-table{break-inside:auto}#print-root .report-table tbody tr:last-child,#presence-report .report-table tbody tr:last-child{break-after:avoid}#print-root .report-table tr,#presence-report .report-table tr,#print-root .report-table td,#presence-report .report-table td{break-inside:avoid!important;page-break-inside:avoid!important;-webkit-column-break-inside:avoid}#print-root .report-table tbody,#presence-report .report-table tbody{break-inside:auto}}.notice{display:flex;align-items:flex-start;gap:10px}.notice span{flex:1;min-width:0}.notice .notice-dismiss{flex:none;border:0;background:transparent;color:inherit;font-size:20px;line-height:1;padding:0 2px;opacity:.7;cursor:pointer;min-height:24px;min-width:24px}.notice .notice-dismiss:hover{opacity:1}.tour-overlay{position:fixed;inset:0;z-index:60}.tour-backdrop{position:absolute;inset:0;background:transparent}.tour-overlay.tour-centered .tour-backdrop{background:#06223180}.tour-ring{position:absolute;border-radius:14px;box-shadow:0 0 0 9999px #06223180;outline:3px solid var(--gold,#e5b74f);transition:left .18s ease,top .18s ease,width .18s ease,height .18s ease;pointer-events:none}.tour-tip{position:absolute;width:min(92vw,360px);background:var(--paper,#fff);color:var(--ink,#173247);border:1px solid var(--line,#c9d9df);border-radius:18px;padding:16px 16px 14px;box-shadow:0 24px 70px #001b2d59}.tour-tip .tour-count{margin:0 0 6px;font-size:11px;font-weight:900;letter-spacing:.11em;color:#287b73}.tour-tip h3{margin:0 0 6px;font-family:Georgia,serif;font-size:18px;line-height:1.15}.tour-tip .tour-body{margin:0;font-size:13px;line-height:1.5;color:var(--muted,#617581)}.tour-actions{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:14px}.tour-actions .tour-skip{border:0;background:transparent;color:var(--muted,#617581);font-weight:700;font-size:12px;padding:6px 4px}.tour-actions .tour-nav{display:flex;gap:6px}.tour-actions button.tour-btn{border:0;border-radius:11px;padding:9px 14px;font-weight:800;font-size:13px}.tour-actions .tour-prev{background:#edf5f5;color:var(--blue,#123b55)}.tour-actions .tour-next{background:var(--blue,#123b55);color:#fff}@media(prefers-color-scheme:dark){.tour-tip{background:#102c3a;color:#edf6f6}.tour-tip .tour-body{color:#aec1ca}.tour-actions .tour-prev{background:#183b49;color:#edf6f6}.tour-ring{box-shadow:0 0 0 9999px #030f169e}.tour-overlay.tour-centered .tour-backdrop{background:#030f1699}}.start-here{position:relative;border:1px solid var(--accent,#1f8b78)}.start-here .start-here-x{position:absolute;top:8px;right:10px;border:0;background:transparent;color:var(--muted,#617581);font-size:20px;line-height:1;padding:6px;cursor:pointer;opacity:.65}.start-here .start-here-x:hover{opacity:1}.start-here h2{margin:0 4px 6px 0;font-family:Georgia,serif;font-size:20px}.start-here ol{margin:8px 0 12px;padding-left:20px;display:grid;gap:6px;font-size:13px;line-height:1.45}.tour-open{border:0;border-radius:12px;padding:11px 16px;font-weight:800;background:var(--blue,#123b55);color:#fff}.howto{margin-top:22px;border-top:1px solid var(--line,#c9d9df);padding-top:15px}.howto h2{margin:0 0 8px;font-size:18px}.howto>p{margin:0 0 12px;font-size:13px;line-height:1.45;color:var(--muted,#617581)}.howto details{margin-top:12px;font-size:13px;line-height:1.5}.howto summary{font-weight:800;cursor:pointer;color:#176b85}.howto details ol{margin:10px 0 0;padding-left:20px;display:grid;gap:7px}
