:root{--color-text-strong:#1a1a2e;--color-text:#333;--color-text-muted:#667085;--color-text-subtle:#344054;--color-bg:#f5f6f8;--color-surface:#fff;--color-accent:#0f766e;--color-border:#e4e7ec;--color-border-strong:#d0d5dd;--font-sans:system-ui, -apple-system, "Segoe UI", sans-serif;--radius-lg:12px;--radius-md:8px;--radius-sm:6px}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}html{scroll-behavior:smooth}:target{scroll-margin-top:5rem}body{color:#1a1a2e;-webkit-font-smoothing:antialiased;background:#f5f6f8;flex-direction:column;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,sans-serif;display:flex}a{color:inherit}.site-header{width:100%}.header-img{object-fit:cover;width:100%;height:clamp(200px,32vw,420px);display:block}.content{flex:1;justify-content:center;align-items:center;padding:2.5rem 1rem;display:flex}.card{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:440px;padding:2.5rem 3rem;box-shadow:0 4px 24px #00000014}.card h1{margin:0 0 .5rem;font-size:1.6rem}.card--access{padding:3.25rem 3rem}.card--access h1{margin-bottom:0}.card--access .form{gap:1.35rem;margin-top:2.25rem}.card--access .error{margin-top:1.25rem}.card p{color:#555;line-height:1.5}.note{color:#888;margin-top:1.25rem;font-size:.9rem}.card--wide{text-align:left;max-width:min(1480px,100%);padding:1.25rem 1rem}@media (min-width:640px){.card--wide{padding:2.25rem 2rem}}.kpi-row{flex-wrap:wrap;align-items:stretch;gap:.75rem;margin:1.25rem 0 1.5rem;display:flex}.kpi-row--secondary{flex:100%;margin:0}@media (min-width:720px){.kpi-row--secondary{flex:auto}}.kpi{background:#fafafa;border:1px solid #e4e7ec;border-radius:8px;flex:7rem;min-width:6.5rem;padding:.75rem .85rem}.kpi--focus{background:#fff8eb;border-color:#f5d0a9;flex:100%}.kpi--focus .kpi-value{color:#9a3412;font-size:2rem}@media (min-width:720px){.kpi--focus{flex:0 11rem}}.kpi-value{color:#1a1a2e;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700;line-height:1.2;display:block}.kpi-label{color:#667085;margin-top:.25rem;font-size:.85rem;display:block}.card--tools{max-width:1100px}.error{color:#b42318;margin-top:1rem;font-size:.9rem}.form{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.input{border:1px solid #d0d5dd;border-radius:8px;width:100%;padding:.75rem .9rem;font-size:1rem}.input:focus{border-color:#1a1a2e;outline:none;box-shadow:0 0 0 3px #1a1a2e1f}.button{color:#fff;cursor:pointer;background:#0f766e;border:1px solid #0f766e;border-radius:8px;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.button:hover{background:#0d9488;border-color:#0d9488}.button:disabled{color:#fff;cursor:not-allowed;background:#98a2b3;border-color:#98a2b3}.button:disabled:hover{background:#98a2b3;border-color:#98a2b3}.button--ghost{color:#1a1a2e;background:0 0}.button--ghost:hover{background:#eceef2}.link{color:#1a1a2e;font-weight:600;text-decoration:none}.link:hover{text-decoration:underline}.site-nav{z-index:50;background:#fff;border-bottom:1px solid #e4e7ec;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.site-nav__brand{align-items:center;display:inline-flex}.site-nav__brand img{display:block}.site-nav__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.site-nav-tools{position:relative}.site-nav-tools__btn{font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.28rem;margin:0;padding:0;display:inline-flex}.site-nav-tools__btn:after{content:"";opacity:.65;border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0}.site-nav-tools__menu{z-index:60;background:#fff;border:1px solid #e4e7ec;border-radius:8px;min-width:13.5rem;padding:.35rem 0;display:none;position:absolute;top:calc(100% - 2px);left:0;box-shadow:0 8px 24px #1018281f}.site-nav-tools:hover .site-nav-tools__menu,.site-nav-tools:focus-within .site-nav-tools__menu{display:block}.site-nav-tools__menu a{color:#1a1a2e;white-space:nowrap;padding:.45rem .9rem;font-weight:600;text-decoration:none;display:block}.site-nav-tools__menu a:hover,.site-nav-tools__menu a:focus{background:#f2f4f7;outline:none}.view-as-form{margin:0;display:inline-flex}.view-as-toggle{color:#344054;font:inherit;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:999px;align-items:center;gap:.45rem;margin:0;padding:.2rem .55rem .2rem .25rem;font-size:.78rem;font-weight:600;line-height:1.2;display:inline-flex}.view-as-toggle:hover{border-color:#98a2b3}.view-as-toggle--on{color:#1a5f7a;background:#e8f4f8;border-color:#1a5f7a}.view-as-toggle__track{background:#d0d5dd;border-radius:999px;flex:none;width:1.7rem;height:.95rem;display:block;position:relative}.view-as-toggle--on .view-as-toggle__track{background:#1a5f7a}.view-as-toggle__knob{background:#fff;border-radius:50%;width:.7rem;height:.7rem;transition:left .15s;position:absolute;top:.12rem;left:.12rem;box-shadow:0 0 0 1px #10182814}.view-as-toggle--on .view-as-toggle__knob{left:.88rem}.view-as-toggle__label{white-space:nowrap}@media (max-width:720px){.view-as-toggle__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.view-as-toggle{padding:.2rem}}.topbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.topbar-actions{align-items:center;gap:1rem;display:flex}.user{color:#555;font-size:.9rem}.tool-list{grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem;list-style:none;display:grid}@media (min-width:640px){.tool-list{grid-template-columns:1fr 1fr}}@media (min-width:960px){.tool-list{grid-template-columns:1fr 1fr 1fr}}.tool-card{height:100%;color:inherit;background:#fff;border:1px solid #e4e7ec;border-radius:12px;flex-direction:column;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;overflow:hidden}.tool-card:hover{border-color:#c8cdd6;transform:translateY(-2px);box-shadow:0 8px 28px #1a1a2e1a}.tool-card__image{aspect-ratio:16/10;object-fit:cover;background:#eceef2;width:100%;display:block}.tool-card__body{flex-direction:column;flex:1;gap:.45rem;padding:1.15rem 1.25rem 1.35rem;display:flex}.tool-card__name{letter-spacing:.01em;font-size:1.2rem;font-weight:700}.tool-card__desc{color:#555;white-space:pre-line;flex:1;font-size:.95rem;line-height:1.45}.tool-card__cta{color:#1a1a2e;margin-top:.65rem;font-size:.95rem;font-weight:600}.tool-card:hover .tool-card__cta{text-underline-offset:3px;text-decoration:underline}button.tool-card--button{width:100%;font:inherit;text-align:left;cursor:pointer;border:1px solid #e4e7ec;margin:0;padding:0}button.tool-card--button:hover .tool-card__cta{text-underline-offset:3px;text-decoration:underline}.tool-card--muted{opacity:.72;cursor:default}.tool-card--muted:hover{box-shadow:none;border-color:#e4e7ec;transform:none}.table{border-collapse:collapse;table-layout:auto;width:100%;margin-top:.75rem}.table th,.table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eceef2;padding:.65rem .75rem;font-size:.92rem}.table td{overflow-wrap:anywhere;word-break:break-word}.table td:last-child{overflow-wrap:normal;word-break:normal;white-space:nowrap}.table th{color:#667085;font-weight:600}.table-sort{color:inherit;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:.15rem;margin:0;padding:0;font-weight:600;display:inline-flex}.table-sort:hover{color:#101828}.table-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:1.25rem;display:flex}.table-search{flex:16rem;max-width:28rem;margin:0}.table-search .input,.table-search-meta{margin:0}.button--block{width:100%}.admin-filters{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:.5rem;margin-top:1.25rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.admin-filter{color:#344054;font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d0d5dd;border-radius:999px;flex:none;align-items:center;gap:.4rem;margin:0;padding:.55rem .85rem;font-size:.9rem;font-weight:600;display:inline-flex}.admin-filter--active{color:#fff;background:#1a1a2e;border-color:#1a1a2e}.admin-filter-count{font-variant-numeric:tabular-nums;background:#0f172a14;border-radius:999px;justify-content:center;min-width:1.35rem;padding:.05rem .35rem;font-size:.78rem;display:inline-flex}.admin-filter--active .admin-filter-count{background:#ffffff2e}.admin-user-cards{flex-direction:column;gap:.75rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.admin-user-card{background:#fff;border:1px solid #e4e7ec;border-radius:10px;margin:0;padding:1rem}.admin-user-card--pending{background:#fffdf8;border-color:#f5d0a9}.admin-user-card__top{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.admin-user-card__identity{flex-direction:column;gap:.2rem;min-width:0;display:flex}.admin-user-card__name{color:#101828;overflow-wrap:anywhere;font-size:1.05rem;line-height:1.3}.admin-user-card__email{color:#475467;overflow-wrap:anywhere;font-size:.9rem}.admin-user-card__meta{flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.admin-user-card__magic{color:#667085;margin:.65rem 0 0;font-size:.8rem}.admin-user-card__actions{margin-top:.85rem}.admin-row-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.admin-row-actions--stack{flex-direction:column;align-items:stretch}.admin-row-actions--stack .link{text-align:center;padding:.35rem 0}.admin-user-table{display:none}@media (min-width:900px){.admin-user-cards{display:none}.admin-user-table{display:table}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.magic-link-stats{color:#667085;font-variant-numeric:tabular-nums;white-space:nowrap;flex-direction:column;gap:.15rem;font-size:.82rem;line-height:1.3;display:flex}.badge{border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:600;display:inline-block}.badge--ok{color:#067647;background:#e7f6ec}.badge--wait{color:#b54708;background:#fef3d7}.badge--blocked{color:#b42318;background:#fee4e2}.consent{text-align:left;color:#444;align-items:flex-start;gap:.65rem;font-size:.9rem;line-height:1.45;display:flex}.consent input{flex-shrink:0;margin-top:.2rem}.access-highlight{background:#f0fdfa;border:1px solid #99f6e4;border-left:4px solid #0f766e;border-radius:10px;margin:0 0 1.5rem;padding:1.1rem 1.25rem}.access-highlight__title{letter-spacing:.01em;font-weight:700;line-height:1.35;color:#0f766e!important;margin:0!important;font-size:1.15rem!important}.access-highlight__text{line-height:1.45;color:#134e4a!important;margin:.35rem 0 0!important;font-size:1rem!important}.tool-platform-note{color:#667085!important;margin-top:.75rem!important;font-size:.88rem!important}.tool-card__disclaimer{color:#5c4a1f;background:#f8f4e8;border:1px solid #e6d9b8;border-radius:8px;margin-top:.35rem;padding:.55rem .65rem;font-size:.78rem;line-height:1.4;display:block}.site-footer{text-align:center;background:#fff;border-top:1px solid #e4e7ec;margin-top:auto;padding:1.25rem 1.5rem 1.5rem}.site-footer__nav{flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;display:flex}.site-footer__link{color:#1a1a2e;font-size:.88rem;font-weight:600;text-decoration:none}.site-footer__link:hover{text-decoration:underline}.site-footer__social{justify-content:center;margin-top:.85rem;display:flex}.site-footer__social-link{color:#1a1a2e;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.site-footer__social-link:hover{text-decoration:underline}.site-footer__social-icon{width:32px;height:32px;display:block}.site-footer__meta{color:#98a2b3;margin-top:.5rem;font-size:.78rem}.site-footer__meta a{color:inherit;font-weight:600;text-decoration:none}.site-footer__meta a:hover{text-decoration:underline}.legal-top{background:#fff;border-bottom:1px solid #e4e7ec;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex}.legal-top__brand{align-items:center;display:inline-flex}.legal-top__brand img{display:block}.legal-page{flex:1;padding:2rem 1.5rem 3rem}.legal-doc{background:#fff;border-radius:12px;max-width:760px;margin:0 auto;padding:2rem 2.25rem;box-shadow:0 4px 24px #0000000f}.legal-doc__draft{color:#b54708;background:#fef3d7;border-radius:6px;margin-bottom:1rem;padding:.35rem .65rem;font-size:.82rem;font-weight:600;display:inline-block}.legal-doc__lead{color:#555;margin:.75rem 0 1.5rem;line-height:1.55}.legal-doc h1{margin-bottom:.25rem;font-size:1.75rem}.legal-doc h2{margin-top:1.75rem;margin-bottom:.6rem;font-size:1.15rem}.legal-doc h3{margin-top:1.15rem;margin-bottom:.4rem;font-size:1rem}.legal-doc p,.legal-doc li{color:#333;font-size:.95rem;line-height:1.55}.legal-doc p+p{margin-top:.65rem}.legal-doc ul{margin:.5rem 0 .75rem 1.2rem}.legal-doc li+li{margin-top:.35rem}.grounding{max-width:800px}.grounding__lang{margin:0 0 1rem;font-size:.88rem}.grounding__header{margin-bottom:.5rem}.grounding__kicker{letter-spacing:.08em;text-transform:uppercase;color:#667085;margin:0;font-size:.78rem;font-weight:650}.grounding h1{margin-top:.35rem}.grounding__lead{color:#344054;margin:1rem 0 0;font-size:1.05rem;line-height:1.6}.grounding-meta{grid-template-columns:1fr;gap:.35rem 1.5rem;margin:1.25rem 0 0;display:grid}@media (min-width:560px){.grounding-meta{grid-template-columns:1fr 1fr}}.grounding-meta div{color:#667085;font-size:.88rem}.grounding-meta dt,.grounding-meta dd{display:inline}.grounding-meta dt{color:#1a1a2e;font-weight:650}.grounding-meta__id{grid-column:1/-1}.grounding-meta code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86em}.grounding-table-wrap{margin-top:.35rem;overflow-x:auto}.grounding-table{border-collapse:collapse;width:100%;font-size:.92rem}.grounding-table th,.grounding-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e4e7ec;padding:.65rem .85rem .65rem 0;line-height:1.45}.grounding-table th{color:#1a1a2e;width:38%;font-weight:650}.grounding-table td{color:#344054}.grounding-table--tools thead th{text-transform:uppercase;letter-spacing:.04em;color:#667085;width:auto;font-size:.78rem}.grounding-table--tools tbody th{width:22%}.grounding-quote{color:#1a1a2e;border-left:4px solid #1a1a2e;margin:1rem 0 .85rem;padding:.15rem 0 .15rem 1rem;font-style:italic}.grounding-sources{margin-left:1.2rem}.grounding-faq{flex-direction:column;gap:1rem;margin-top:.35rem;display:flex}.grounding-faq dt{color:#1a1a2e;font-weight:650}.grounding-faq dd{color:#344054;margin:.35rem 0 0;line-height:1.55}.grounding__standard{margin-top:1rem}.cookie-banner{z-index:1000;background:#fff;border:1px solid #d0d5dd;border-radius:12px;flex-direction:column;gap:.9rem;max-width:520px;margin:0 auto;padding:1.1rem 1.25rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 8px 28px #0000001f}.cookie-banner p{color:#444;text-align:left;margin:0;font-size:.9rem;line-height:1.45}.cookie-banner a{color:#1a1a2e;font-weight:600}.cookie-banner__actions{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}.cookie-banner__actions .button{padding:.55rem 1rem;font-size:.9rem}@media (min-width:640px){.cookie-banner{margin:0;bottom:1.25rem;left:auto;right:1.25rem}}.usage-section{margin-top:1.75rem}.usage-section h2{color:#101828;margin:0 0 .75rem;font-size:1.15rem;font-weight:650}.usage-section--flush h2{margin-bottom:.25rem}.usage-user-grid{gap:1.25rem;margin:1.25rem 0 .5rem;display:grid}.usage-user-grid .usage-section{margin-top:0}@media (min-width:800px){.usage-user-grid{grid-template-columns:1fr 1fr}}.usage-user-hint{color:#667085;margin:0 0 .75rem;font-size:.85rem}.usage-user-list{margin:0;padding:0;list-style:none}.usage-user-item{background:#fafafa;border:1px solid #e4e7ec;border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem .85rem;display:flex}.usage-user-item+.usage-user-item{margin-top:.65rem}.usage-user-rank{color:#98a2b3;font-variant-numeric:tabular-nums;flex:0 0 1.5rem;font-size:.95rem;font-weight:700;line-height:1.4}.usage-user-body{min-width:0}.usage-user-name{color:#101828;margin-bottom:.2rem;font-weight:650;display:block}.usage-user-item .magic-link-stats{white-space:normal}.usage-chart{width:100%;height:260px;margin-bottom:.5rem}.usage-chart-empty{text-align:center;background:#fafbfc;border:1px dashed #d0d5dd;border-radius:8px;margin:.5rem 0 1rem;padding:1.25rem 1rem}.usage-country-table__bar-col{width:45%}.usage-country-bar{background:#eef1f5;border-radius:999px;width:100%;height:10px;display:block;overflow:hidden}.usage-country-bar__fill{background:#2f6f4f;border-radius:999px;min-width:2px;height:100%;display:block}:root{--status-green:#2fbf71;--status-yellow:#f2b84b;--status-red:#e25555;--status-neutral:#94a3b8}.au-tool{text-align:left}.au-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#0f766e;font-size:.72rem;font-weight:700;display:inline-block}.au-title{margin:.5rem 0 .35rem;font-size:1.7rem;line-height:1.2}.au-subtitle{color:#555;max-width:62ch;margin:0;font-size:1rem;line-height:1.5}.au-statusline{color:#475467;background:#fafbfc;border:1px solid #e4e7ec;border-radius:999px;align-items:center;gap:.5rem;margin-top:.9rem;padding:.3rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.au-statusline:before{content:"";background:var(--status-green);border-radius:50%;width:.5rem;height:.5rem}.au-orientation{color:#134e4a;background:#f0fdfa;border:1px solid #cfe8e4;border-left:4px solid #0f766e;border-radius:10px;margin-top:1.25rem;padding:.85rem 1.05rem;font-size:.9rem;line-height:1.5}.au-orientation strong{color:#0f5c55}.au-layout{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;display:grid}@media (min-width:900px){.au-layout{grid-template-columns:minmax(280px,360px) 1fr;align-items:start}}.au-selector{flex-direction:column;gap:1rem;display:flex}.au-map-wrap{background:#fafbfc;border:1px solid #e4e7ec;border-radius:12px;padding:.75rem}.au-map{width:100%;height:auto;display:block}.au-map-hint{color:#94a3b8;text-align:center;margin:.5rem 0 0;font-size:.72rem}.au-region--context path{fill:#eceef2;stroke:#dfe3ea;stroke-width:.8px}.au-region__label{pointer-events:none;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:11px;font-weight:700}.au-region__label--ctx{fill:#aeb5c1;font-size:8px;font-weight:600}.au-region--reference path{fill:#cbd5e1;stroke:#94a3b8;stroke-width:1px}.au-region--reference .au-region__label{fill:#475569}.au-region--selectable{cursor:pointer}.au-region--selectable path{fill:#dcece8;stroke:#0f766e;stroke-width:1px;transition:fill .15s}.au-region--selectable:hover path{fill:#c4e1da}.au-region--selected path{fill:#0f766e;stroke:#0b5c55}.au-region--selectable:focus-visible{outline:none}.au-region--selectable:focus-visible path{stroke:#0b5c55;stroke-width:2px;filter:drop-shadow(0 0 0 3px #0f766e59)}.au-chips{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.au-chip{width:100%;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e4e7ec;border-radius:10px;align-items:center;gap:.6rem;margin:0;padding:.7rem .8rem;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.au-chip:hover{border-color:#c8cdd6;transform:translateY(-1px);box-shadow:0 6px 18px #1a1a2e14}.au-chip:focus-visible{outline-offset:2px;outline:3px solid #0f766e66}.au-chip__flag{font-size:1.45rem;line-height:1}.au-chip__body{flex-direction:column;min-width:0;display:flex}.au-chip__name{color:#1a1a2e;font-size:.95rem;font-weight:700}.au-chip__meta{color:#667085;font-size:.75rem}.au-chip__badge{letter-spacing:.08em;text-transform:uppercase;color:#98a2b3;margin-left:auto;font-size:.66rem;font-weight:700}.au-chip--reference{cursor:default;background:#f4f6f8;border-color:#dfe3ea;grid-column:1/-1}.au-chip--reference:hover{box-shadow:none;border-color:#dfe3ea;transform:none}.au-chip--active{background:#f0fdfa;border-color:#0f766e;box-shadow:inset 0 0 0 1px #0f766e}.au-chip--active .au-chip__badge{color:#0f766e}.au-chip--soon{cursor:not-allowed;opacity:.55}.au-chip--soon:hover{box-shadow:none;border-color:#e4e7ec;transform:none}.au-panel{flex-direction:column;gap:1.1rem;display:flex}.au-country-header{background:#fff;border:1px solid #e4e7ec;border-radius:12px;align-items:center;gap:.9rem;padding:1rem 1.15rem;display:flex}.au-country-header__flag{font-size:2.2rem;line-height:1}.au-country-header__text{flex-direction:column;gap:.2rem;min-width:0;display:flex}.au-country-header__name{font-size:1.3rem;font-weight:700}.au-country-header__claim{color:#555;font-size:.92rem;line-height:1.45}.au-country-header__badges{flex-direction:column;align-items:flex-end;gap:.35rem;margin-left:auto;display:flex}.au-country-header__badge{color:#0f766e;letter-spacing:.06em;text-transform:uppercase;background:#f0fdfa;border-radius:999px;align-self:flex-start;padding:.15rem .6rem;font-size:.72rem;font-weight:700}.au-country-header__review{color:#92400e;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;background:#fef3c7;border-radius:999px;align-self:flex-start;padding:.15rem .6rem;font-size:.68rem;font-weight:700}.au-legend{flex-wrap:wrap;gap:.5rem 1.15rem;display:flex}.au-legend__item{color:#475467;align-items:center;gap:.45rem;font-size:.82rem;display:inline-flex}.au-dot{border-radius:50%;flex:none;width:.72rem;height:.72rem;display:inline-block;box-shadow:0 0 0 3px #0000000a}.au-dot--green{background:var(--status-green)}.au-dot--yellow{background:var(--status-yellow)}.au-dot--red{background:var(--status-red)}.au-dot--neutral{background:var(--status-neutral)}.au-value{border:1px solid #0000;border-radius:999px;align-items:center;gap:.45rem;padding:.3rem .6rem;font-size:.88rem;font-weight:600;line-height:1.2;display:inline-flex}.au-value--green{color:#157347;background:#e9f8f0;border-color:#b6e6cd}.au-value--yellow{color:#9a6a12;background:#fdf4e3;border-color:#f3dfae}.au-value--red{color:#c0392f;background:#fdecec;border-color:#f4c7c7}.au-value--muted{color:#64748b;background:#f4f6f8;border-color:#e4e7ec;font-weight:500}.au-value--muted .au-dot{opacity:.75;box-shadow:none}.au-table-wrap{border:1px solid #e4e7ec;border-radius:12px;display:none;overflow:hidden;box-shadow:0 1px 2px #1018280a}.au-table{border-collapse:collapse;width:100%}.au-table th,.au-table td{text-align:left;vertical-align:middle;padding:.7rem 1rem;font-size:.92rem}.au-table thead th{color:#475467;letter-spacing:.04em;text-transform:uppercase;background:#f8fafc;border-bottom:2px solid #e4e7ec;padding-top:.85rem;padding-bottom:.85rem;font-size:.78rem;font-weight:700}.au-table thead th:nth-child(2){background:#eef1f5}.au-table .au-col-de{background:#0f172a0b;border-left:1px solid #e4e7ec;border-right:1px solid #e4e7ec}.au-table tbody tr{border-top:1px solid #e4e7ec;transition:background .12s}.au-table tbody tr:first-child{border-top:0}.au-table tbody tr:nth-child(2n){background:#eef1f5}.au-table tbody tr:hover{background:#e3f5f1}.au-table th[scope=row]{color:#101828;font-weight:700}.au-table .au-col-active{font-weight:600}.au-detail{margin-top:.35rem}.au-detail>summary{color:#8a93a3;cursor:pointer;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;list-style:none;transition:color .12s;display:inline-flex}.au-detail>summary:hover{color:#0f766e}.au-detail>summary::-webkit-details-marker{display:none}.au-detail>summary:before{content:"+";font-weight:700}.au-detail[open]>summary:before{content:"−"}.au-detail>summary:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #0f766e66}.au-detail__basis{color:#344054;border-left:3px solid #d0d5dd;max-width:62ch;margin:.4rem 0 0;padding:.35rem .55rem;font-size:.78rem;font-weight:500;line-height:1.45}.au-detail__basis--statute{background:#f4faf8;border-left-color:#0f766e}.au-detail__basis--case_law{background:#f8f9fb;border-left-color:#667085}.au-detail__basis--practice{background:#fef9f3;border-left-color:#b54708}.au-detail__text{color:#475467;max-width:62ch;margin-top:.35rem;font-size:.82rem;font-weight:400;line-height:1.5}.au-detail__meta{flex-wrap:wrap;align-items:center;gap:.4rem .5rem;margin-top:.5rem;display:flex}.au-src{color:#475467;font-variant-numeric:tabular-nums;background:#fbfcfd;border:1px solid #e4e7ec;border-radius:6px;align-items:center;padding:.12rem .5rem;font-size:.72rem;display:inline-flex}.au-src a{color:#0f766e;font-weight:600;text-decoration:none}.au-src a:hover{text-decoration:underline}.au-sources{padding-top:.25rem}.au-sources>summary{color:#475467;cursor:pointer;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.au-sources>summary:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #0f766e66}.au-sources__stand{color:#667085;background:#f4f6f8;border-radius:999px;padding:.1rem .5rem;font-size:.72rem;font-weight:600}.au-sources__list{flex-direction:column;gap:.3rem;margin:.6rem 0 0;padding-left:1.1rem;display:flex}.au-sources__list li{color:#475467;font-size:.82rem;line-height:1.4}.au-sources__list a{color:#0f766e;font-weight:600;text-decoration:none}.au-sources__list a:hover{text-decoration:underline}.au-sources__ref{color:#667085;font-variant-numeric:tabular-nums;background:#f4f6f8;border-radius:6px;margin-left:.4rem;padding:.05rem .4rem;font-size:.72rem}.au-sources__hint{color:#98a2b3;margin:.6rem 0 0;font-size:.75rem;line-height:1.5}.au-cards{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.au-card{background:#fff;border:1px solid #e4e7ec;border-radius:10px;padding:.85rem .95rem}.au-card__label{color:#1a1a2e;margin:0 0 .5rem;font-size:.98rem;font-weight:700}.au-card__row{border-top:1px dashed #eef1f4;justify-content:space-between;align-items:center;gap:.75rem;padding:.4rem 0;display:flex}.au-card__row:first-of-type{border-top:0}.au-card__country{color:#475467;font-size:.85rem}.au-detail--card{margin-top:.5rem}@media (min-width:720px){.au-table-wrap{display:block}.au-cards{display:none}}.au-warning{border:1px solid;border-radius:12px;padding:.95rem 1.1rem}.au-warning__title{align-items:center;gap:.5rem;margin:0 0 .3rem;font-size:1rem;font-weight:700;display:flex}.au-warning__text{margin:0;font-size:.9rem;line-height:1.5}.au-warning--fr{color:#7a4f16;background:#fff8ec;border-color:#f2d9a8}.au-warning--fr .au-warning__title{color:#b45309}.au-warning--es{color:#7a2e2e;background:#fdf1f1;border-color:#f0c4c4}.au-warning--es .au-warning__title{color:#b42318}.au-warning--neutral{color:#475467;background:#f4f6f8;border-color:#dfe3ea}.au-note{color:#667085;margin:0;font-size:.82rem;line-height:1.5}.au-legal{border-top:1px solid #eceef2;margin-top:1.75rem;padding-top:1.1rem}.au-legal__main{color:#667085;max-width:82ch;margin:0;font-size:.82rem;line-height:1.55}.au-legal__more{margin-top:.6rem}.au-legal__more>summary{color:#475467;cursor:pointer;font-size:.8rem;font-weight:600}.au-legal__more>summary:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #0f766e66}.au-legal__more-text{color:#667085;max-width:82ch;margin:.4rem 0 0;font-size:.8rem;line-height:1.5}.au-source{color:#98a2b3;margin:.75rem 0 0;font-size:.75rem}.rm-tool{text-align:left}.rm-suggest{color:#134e4a;background:#f0fdfa;border:1px solid #cfe8e4;border-left:4px solid #0f766e;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:1rem;padding:.55rem .9rem;font-size:.95rem;display:inline-flex}.rm-suggest__label{letter-spacing:.1em;text-transform:uppercase;color:#0f766e;font-size:.68rem;font-weight:700}.rm-suggest__flag{font-size:1.2rem}.rm-suggest__score{color:#fff;font-variant-numeric:tabular-nums;background:#0f766e;border-radius:999px;padding:.1rem .5rem;font-size:.75rem;font-weight:700}.rm-controls{background:#fafbfc;border:1px solid #e4e7ec;border-radius:12px;margin-top:1.5rem;padding:1.15rem 1.25rem}.rm-weights{grid-template-columns:1fr;gap:1.1rem 1.5rem;display:grid}@media (min-width:680px){.rm-weights{grid-template-columns:1fr 1fr}}.rm-weight{flex-direction:column;gap:.3rem;display:flex}.rm-weight__top{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.rm-weight__label{color:#1a1a2e;font-size:.9rem;font-weight:600}.rm-weight__val{color:#0f766e;font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:700}.rm-range{accent-color:#0f766e;cursor:pointer;width:100%}.rm-range:focus-visible{outline-offset:4px;border-radius:4px;outline:3px solid #0f766e66}.rm-weight__hint{color:#667085;font-size:.75rem;line-height:1.4}.rm-controls__actions{border-top:1px solid #eceef2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-top:1.15rem;padding-top:1rem;display:flex}.rm-check{color:#344054;cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:inline-flex}.rm-check input{accent-color:#0f766e}.rm-controls__actions .button{padding:.5rem .9rem;font-size:.88rem}.rm-controls__actions .button:disabled{opacity:.5;cursor:not-allowed}.rm-list{counter-reset:rm;flex-direction:column;gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.rm-item{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:.95rem 1.1rem}.rm-item__head{align-items:center;gap:.6rem;display:flex}.rm-rank{color:#475467;font-variant-numeric:tabular-nums;background:#eef1f5;border-radius:50%;flex:none;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;font-size:.85rem;font-weight:700;display:inline-flex}.rm-item:first-child .rm-rank{color:#fff;background:#0f766e}.rm-flag{font-size:1.4rem;line-height:1}.rm-name{color:#101828;font-size:1.02rem;font-weight:700}.rm-badge{letter-spacing:.03em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;padding:.12rem .55rem;font-size:.68rem;font-weight:700}.rm-badge--live{color:#067647;background:#e7f6ec;border-color:#b6e6cd}.rm-badge--review{color:#b54708;background:#fdf4e3;border-color:#f0dcae}.rm-badge--candidate{color:#475467;background:#eef1f5;border-color:#d6dbe3}.rm-score{font-variant-numeric:tabular-nums;align-items:baseline;gap:.1rem;margin-left:auto;display:inline-flex}.rm-score__num{color:#101828;font-size:1.2rem;font-weight:800}.rm-score__max{color:#98a2b3;font-size:.78rem}.rm-scorebar{background:#eef1f5;border-radius:999px;height:.5rem;margin-top:.7rem;overflow:hidden}.rm-scorebar__fill{background:linear-gradient(90deg,#0f766e,#2fbf71);border-radius:999px;height:100%;transition:width .2s;display:block}.rm-factors{grid-template-columns:1fr;gap:.4rem 1.25rem;margin-top:.8rem;display:grid}@media (min-width:560px){.rm-factors{grid-template-columns:1fr 1fr}}.rm-factor{align-items:center;gap:.5rem;display:flex}.rm-factor__label{color:#667085;flex:0 0 3.4rem;font-size:.75rem;font-weight:600}.rm-factor__bar{background:#f0f2f5;border-radius:999px;flex:1;height:.4rem;overflow:hidden}.rm-factor__fill{background:#94a3b8;border-radius:999px;height:100%;transition:width .2s;display:block}.rm-factor__val{text-align:right;color:#475467;font-variant-numeric:tabular-nums;flex:0 0 1.8rem;font-size:.75rem}.rm-note{color:#667085;margin:.75rem 0 0;font-size:.82rem;line-height:1.5}.rm-disclaimer{color:#98a2b3;border-top:1px solid #eceef2;max-width:82ch;margin:1.5rem 0 0;padding-top:1.1rem;font-size:.78rem;line-height:1.55}.dr-tool{text-align:left}.dr-layout{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;display:grid}@media (min-width:960px){.dr-layout{grid-template-columns:minmax(0,1.35fr) minmax(260px,.8fr);align-items:start}}.dr-preview{background:#fff;border:1px solid #e4e7ec;border-radius:10px;position:relative;overflow:hidden}.dr-preview img{width:100%;height:auto;display:block}.dr-preview--back{margin-top:.75rem}.dr-back-stripe{pointer-events:none;position:absolute}.dr-back-text{white-space:nowrap;text-overflow:ellipsis;pointer-events:none;align-items:center;font-weight:500;line-height:1;display:flex;position:absolute;overflow:hidden}.dr-overlay{pointer-events:none;display:flex;position:absolute;left:0;right:0}.dr-brand{justify-content:flex-start;align-items:center;padding:0 1.2%;display:flex}.dr-preview .dr-logo{object-fit:contain;object-position:left center;width:auto;max-width:80%;height:auto;max-height:90%;display:block}.dr-company{white-space:nowrap;text-overflow:ellipsis;font-weight:600;line-height:1.1;overflow:hidden}.dr-preview{container-type:inline-size}.dr-stripes{flex:1;min-width:0;position:relative}.dr-stripe{position:absolute;left:0;right:0}.dr-stripe--thick{white-space:nowrap;justify-content:flex-end;align-items:center;padding:0 2.2%;font-weight:500;line-height:1;display:flex;overflow:hidden}.dr-range{accent-color:#0f766e;width:100%}.dr-copy-front{width:100%;padding:.5rem .75rem;font-size:.86rem}.dr-notify{text-align:center;line-height:1.35}.dr-backhint,.dr-hint{color:#667085;margin:.65rem 0 0;font-size:.82rem;line-height:1.45}.dr-form{background:#f2f4f7;border:1px solid #e4e7ec;border-radius:10px;flex-direction:column;gap:.75rem;padding:1.1rem 1.15rem 1.2rem;display:flex}.dr-form h2{margin:0 0 .15rem;font-size:1.15rem}.dr-form label{color:#475467;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;display:flex}.dr-fieldset{background:0 0;border:0;flex-direction:column;gap:.4rem;min-inline-size:0;margin:0;padding:0;display:flex}.dr-fieldset legend{float:none;color:#1d2939;width:100%;margin:0;padding:0;font-size:1.02rem;font-weight:700}.dr-fieldset-body{background:#fff;border:1px solid #e4e7ec;border-radius:8px;flex-direction:column;gap:.55rem;padding:.85rem .95rem .95rem;display:flex}.dr-color,.dr-radio{align-items:center;flex-direction:row!important;gap:.55rem!important;font-weight:600!important}.dr-color input[type=color]{cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:6px;width:2.4rem;height:1.7rem;padding:0}.dr-error{color:#b42318;margin:0;font-size:.88rem}.dr-steps{color:#344054;margin:0;padding-left:1.15rem;font-size:.86rem;line-height:1.5}.dr-disclaimer{color:#98a2b3;border-top:1px solid #eceef2;max-width:82ch;margin:1.5rem 0 0;padding-top:1.1rem;font-size:.78rem;line-height:1.55}.mag-page{font-family:var(--font-sans);flex:1;padding:2rem 1.5rem 3rem}.mag-panel{background:var(--color-surface);border-radius:var(--radius-lg);max-width:760px;margin:0 auto;padding:2rem 2.25rem;box-shadow:0 4px 24px #0000000f}.mag-crumb{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.4rem .5rem;margin:0 0 1.25rem;font-size:.82rem;display:flex}.mag-crumb a{color:var(--color-text-strong);font-weight:600;text-decoration:none}.mag-crumb a:hover{text-decoration:underline}.mag-index__kicker,.mag-category__kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.78rem;font-weight:650}.mag-index h1,.mag-category h1{color:var(--color-text-strong);margin:.35rem 0 0;font-size:1.75rem;line-height:1.2}.mag-index__lead,.mag-category__lead{color:var(--color-text-subtle);margin:1rem 0 0;font-size:1.05rem;line-height:1.6}.mag-index h2{color:var(--color-text-strong);margin:2rem 0 0;font-size:1.15rem}.mag-cats{border-top:1px solid var(--color-border);flex-direction:column;gap:0;margin:1.75rem 0 0;padding:0;list-style:none;display:flex}.mag-cats__item{border-bottom:1px solid var(--color-border)}.mag-cats__item a{color:inherit;padding:.85rem 0;text-decoration:none;display:block}.mag-cats__item a:hover .mag-cats__name{text-decoration:underline}.mag-cats__name{color:var(--color-text-strong);font-weight:650}.mag-cats__q{color:var(--color-text-muted);margin-top:.15rem;font-size:.88rem;display:block}.mag-teaser-list{border-top:1px solid var(--color-border);flex-direction:column;gap:0;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.mag-teaser{border-bottom:1px solid var(--color-border)}.mag-teaser a{color:inherit;padding:1.1rem 0;text-decoration:none;display:block}.mag-teaser a:hover .mag-teaser__title{text-decoration:underline}.mag-teaser__meta{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.78rem;font-weight:650}.mag-teaser__title{color:var(--color-text-strong);margin:.35rem 0 0;font-size:1.15rem;line-height:1.3}.mag-teaser__desc{color:var(--color-text-subtle);margin:.4rem 0 0;font-size:.95rem;line-height:1.5}.mag-empty{color:var(--color-text-muted);margin:1.25rem 0 0;line-height:1.55}.mag-article{background:var(--color-surface);border-radius:var(--radius-lg);max-width:760px;margin:0 auto;padding:2rem 2.25rem;box-shadow:0 4px 24px #0000000f}.mag-article__header{margin-bottom:1.35rem}.mag-article__kicker{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.78rem;font-weight:650}.mag-article h1{color:var(--color-text-strong);margin:.35rem 0 0;font-size:1.75rem;line-height:1.25}.mag-article__meta{color:var(--color-text-muted);margin:.75rem 0 0;font-size:.88rem}.mag-article__body h2{color:var(--color-text-strong);margin:1.75rem 0 .6rem;font-size:1.15rem}.mag-article__body h3{color:var(--color-text-strong);margin:1.15rem 0 .4rem;font-size:1rem}.mag-article__body p,.mag-article__body li{color:var(--color-text);font-size:.95rem;line-height:1.55}.mag-article__body p+p{margin-top:.65rem}.mag-article__body ul{margin:.5rem 0 .75rem 1.2rem}.mag-link{color:var(--color-text-strong);text-decoration:underline;-webkit-text-decoration-color:var(--color-border-strong);text-decoration-color:var(--color-border-strong);text-underline-offset:.15em;font-weight:600}.mag-link:hover{color:var(--color-accent);-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent)}.mag-infobox{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius-md);margin:2rem 0;padding:1.25rem 1.5rem}.mag-infobox__title{color:var(--color-accent);letter-spacing:.04em;text-transform:uppercase;margin:0 0 .5rem;font-size:.8rem;font-weight:700}.mag-infobox p{color:var(--color-text);margin:0;line-height:1.6}.mag-table-wrap{border:1px solid var(--color-border);border-radius:var(--radius-lg);margin:2rem 0;overflow:hidden;box-shadow:0 1px 2px #1018280a,0 1px 3px #1018280f}.mag-table{border-collapse:collapse;table-layout:fixed;word-wrap:break-word;overflow-wrap:break-word;width:100%;font-size:.95rem;line-height:1.5}.mag-table:not(.mag-table--2col) th:first-child,.mag-table:not(.mag-table--2col) td:first-child{width:26%}.mag-table:not(.mag-table--2col) th:nth-child(2),.mag-table:not(.mag-table--2col) td:nth-child(2){width:20%}.mag-table:not(.mag-table--2col) th:nth-child(3),.mag-table:not(.mag-table--2col) td:nth-child(3){width:54%}.mag-table--2col{table-layout:fixed}.mag-table--2col th:first-child,.mag-table--2col td:first-child{width:30%}.mag-table--2col th:nth-child(2),.mag-table--2col td:nth-child(2){width:70%}.mag-table thead th{background:var(--color-accent);color:var(--color-surface);text-align:left;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;padding:.85rem 1.1rem;font-size:.8rem;font-weight:600}.mag-table tbody td{vertical-align:top;color:var(--color-text);border-top:1px solid var(--color-border);padding:.85rem 1.1rem}.mag-table tbody td:first-child{color:var(--color-text-strong);font-weight:600}.mag-table tbody tr:nth-child(2n) td{background:var(--color-bg)}.mag-table tbody tr:hover td{background:#0f766e0f}.mag-table a{color:var(--color-accent);font-weight:600;text-decoration:none}.mag-table a:hover{text-decoration:underline}@media (max-width:640px){.mag-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.mag-table{min-width:560px}}.mag-quote{border-left:4px solid var(--color-accent);color:var(--color-text-strong);margin:2rem 0;padding:.5rem 0 .5rem 1.5rem;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.5}.mag-quote cite{color:var(--color-text-muted);margin-top:.6rem;font-size:.9rem;font-style:normal;font-weight:400;display:block}.mag-takeaways{border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius-md);background:#0f766e0d;margin:2rem 0;padding:1.25rem 1.5rem}.mag-takeaways__title{color:var(--color-text-strong);margin:0 0 .75rem;font-size:1.05rem;font-weight:700}.mag-takeaways ul{margin:0;padding:0;list-style:none}.mag-takeaways li{color:var(--color-text);margin:.5rem 0;padding-left:1.6rem;line-height:1.55;position:relative}.mag-takeaways li:before{content:"✓";color:var(--color-accent);font-weight:700;position:absolute;top:0;left:0}.mag-linklist{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg);margin:2.5rem 0;padding:1.25rem 1.5rem}.mag-linklist__title{color:var(--color-text-strong);margin:0 0 .75rem;font-size:1.05rem;font-weight:700}.mag-linklist ul{margin:0;padding:0;list-style:none}.mag-linklist li{border-top:1px solid var(--color-border);padding:.6rem 0}.mag-linklist li:first-child{border-top:none}.mag-linklist a{color:var(--color-accent);font-weight:600;text-decoration:none}.mag-linklist a:hover{text-decoration:underline}.mag-linklist__desc{color:var(--color-text-muted);margin-top:.15rem;font-size:.88rem;display:block}.mag-toc{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);margin:2rem 0;padding:1rem 1.25rem}.mag-toc__title{color:var(--color-text-strong);letter-spacing:.04em;text-transform:uppercase;margin:0 0 .6rem;font-size:.8rem;font-weight:700}.mag-toc ol{margin:0;padding-left:1.2rem}.mag-toc li{margin:.3rem 0}.mag-toc a{color:var(--color-accent);text-decoration:none}.mag-toc a:hover{text-decoration:underline}@media (min-width:1024px){.mag-toc--sticky{position:sticky;top:2rem}}.mag-faq{flex-direction:column;gap:1rem;margin:.35rem 0 0;display:flex}.mag-faq__item{margin:0}.mag-faq dt{color:var(--color-text-strong);font-weight:650}.mag-faq dd{color:var(--color-text-subtle);margin:.35rem 0 0;line-height:1.55}.mag-figure{margin:1.15rem 0}.mag-figure img{border-radius:var(--radius-md);width:100%;height:auto;display:block}.mag-figure figcaption{color:var(--color-text-muted);margin-top:.45rem;font-size:.85rem;line-height:1.45}.mag-author{border-top:1px solid var(--color-border);align-items:flex-start;gap:.9rem;margin-top:2rem;padding-top:1.25rem;display:flex}.mag-author__photo{object-fit:cover;border-radius:var(--radius-md);flex-shrink:0;width:72px;height:72px}.mag-author__name{color:var(--color-text-strong);margin:0;font-weight:650}.mag-author__role{color:var(--color-text-subtle);margin:.2rem 0 0;font-size:.9rem}.mag-author__vita{color:var(--color-text);margin:.55rem 0 0;font-size:.9rem;line-height:1.5}.mag-table-wrap--compare{-webkit-overflow-scrolling:touch;overflow-x:auto}.mag-table--compare{table-layout:auto;min-width:640px}.mag-table.mag-table--compare th:nth-child(n),.mag-table.mag-table--compare td:nth-child(n){width:auto}.mag-rankbadge{background:var(--color-accent);color:var(--color-surface);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-sm);padding:.28rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.mag-productcard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin:1.75rem 0;padding:1.35rem 1.5rem;box-shadow:0 1px 2px #1018280a,0 1px 3px #1018280f}.mag-productcard__header{margin-bottom:.75rem}.mag-productcard__kind{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin:.45rem 0 0;font-size:.78rem;font-weight:650}.mag-article__body .mag-productcard__name,.mag-productcard__name{color:var(--color-text-strong);margin:.35rem 0 0;font-size:1.15rem;line-height:1.3}.mag-productcard__verdict{color:var(--color-text-strong);margin:0 0 .85rem;font-weight:600;line-height:1.5}.mag-productcard__einordnung{color:var(--color-text);margin:0 0 .85rem;line-height:1.55}.mag-productcard__figure{margin:0 0 .85rem}.mag-productcard__figure img{border-radius:var(--radius-md);width:100%;height:auto;display:block}.mag-productcard__figure figcaption{color:var(--color-text-muted);margin-top:.4rem;font-size:.85rem}.mag-productcard__specs{border:1px solid var(--color-border);border-radius:var(--radius-md);margin:0 0 .85rem;overflow:hidden}.mag-productcard__spec{border-top:1px solid var(--color-border);grid-template-columns:38% 62%;gap:.5rem;margin:0;padding:.55rem .85rem;display:grid}.mag-productcard__spec:first-child{border-top:none}.mag-productcard__spec dt{color:var(--color-text-muted);margin:0;font-size:.82rem}.mag-productcard__spec dd{color:var(--color-text-strong);margin:0;font-weight:600}.mag-productcard__price{color:var(--color-text-strong);margin:0 0 .85rem;font-weight:650}.mag-productcard__pros,.mag-productcard__cons{margin:0 0 .75rem;padding:0;list-style:none}.mag-productcard__pros li,.mag-productcard__cons li{margin:.35rem 0;padding-left:1.45rem;line-height:1.5;position:relative}.mag-productcard__pros li:before{content:"";border-left:2px solid var(--color-accent);border-bottom:2px solid var(--color-accent);width:.45rem;height:.25rem;position:absolute;top:.45rem;left:.15rem;transform:rotate(-45deg)}.mag-productcard__cons li{color:var(--color-text-muted)}.mag-productcard__cons li:before{content:"";background:var(--color-text-muted);width:.7rem;height:2px;position:absolute;top:.7rem;left:0}.mag-productcard__practice{border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius-md);background:#0f766e0d;margin:.5rem 0 0;padding:.9rem 1.1rem}.mag-productcard__practice-label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent);margin:0 0 .35rem;font-size:.75rem;font-weight:700}.mag-productcard__practice p:last-child{color:var(--color-text);margin:0;line-height:1.55}.mag-productcard__buy{margin:1rem 0 0}.mag-affiliate{border:1px solid var(--color-accent);border-radius:var(--radius-sm);color:var(--color-accent);background:0 0;padding:.55rem 1rem;font-weight:600;text-decoration:none;display:inline-block}.mag-affiliate:hover{background:#0f766e14}@media (max-width:560px){.mag-page{padding:1.25rem 1rem 2.25rem}.mag-article,.mag-panel{border-radius:var(--radius-md);padding:1.35rem 1.15rem}.mag-article h1,.mag-index h1,.mag-category h1{font-size:1.4rem}}
