:root{--adm-sidebar-bg:#0f172a;--adm-sidebar-text:#e2e8f0;--adm-accent:#ea580c;--adm-accent-light:#ea580c1a;--adm-topbar-bg:#fff;--adm-content-bg:#f8fafc;--adm-border:#e2e8f0;--adm-danger:#dc2626;--adm-success:#15803d;--adm-text:#0f172a;--adm-text-muted:#64748b;--adm-card-bg:#fff;--adm-card-shadow:0 1px 3px #00000014}.adm-card{background:var(--adm-card-bg);border:1px solid var(--adm-border);box-shadow:var(--adm-card-shadow);border-radius:8px;padding:1.25rem 1.5rem}.adm-kpi-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=600px){.adm-kpi-grid{grid-template-columns:1fr}}.adm-kpi-value{color:var(--adm-text);font-size:1.5rem;font-weight:700}.adm-kpi-label{color:var(--adm-text-muted);margin-top:.25rem;font-size:.8rem}.adm-table{border-collapse:collapse;width:100%;font-size:.875rem}.adm-table th{text-align:left;color:var(--adm-text-muted);border-bottom:2px solid var(--adm-border);text-transform:uppercase;letter-spacing:.05em;padding:.625rem 1rem;font-size:.75rem;font-weight:600}.adm-table td{border-bottom:1px solid var(--adm-border);color:var(--adm-text);padding:.75rem 1rem}.adm-field{margin-bottom:1rem}.adm-label{color:var(--adm-text);margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.adm-input,.adm-select,.adm-textarea{border:1px solid var(--adm-border);width:100%;color:var(--adm-text);background:#fff;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;transition:border-color .15s}.adm-input:focus,.adm-select:focus,.adm-textarea:focus{border-color:var(--adm-accent);box-shadow:0 0 0 3px var(--adm-accent-light);outline:none}.adm-btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.adm-btn:disabled{opacity:.5;cursor:not-allowed}.adm-btn--primary{background:var(--adm-accent);color:#fff}.adm-btn--primary:hover:not(:disabled){background:#c2410c}.adm-btn--secondary{color:var(--adm-text-muted);border:1px solid var(--adm-border);background:0 0}.adm-btn--secondary:hover:not(:disabled){background:#f1f5f9}.adm-btn--danger{background:var(--adm-danger);color:#fff}.adm-alert{border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.adm-alert--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.adm-empty{text-align:center;color:var(--adm-text-muted);padding:3rem 1rem}.adm-login-page{background:var(--adm-content-bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.adm-login-card{border:1px solid var(--adm-border);background:#fff;border-radius:12px;width:100%;max-width:380px;padding:2rem;box-shadow:0 4px 24px #00000014}.adm-login-card h1{color:var(--adm-text);margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}@media print{.adm-btn,.adm-topbar{display:none}}.adm-btn:focus-visible,.adm-input:focus-visible,.adm-select:focus-visible{outline:2px solid var(--adm-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.adm-input,.adm-btn,.adm-sidebar{transition:none!important}}.adm-login-header{text-align:center;margin-bottom:1.5rem}.adm-login-brand{color:var(--adm-text,#0f172a);letter-spacing:.1em;font-size:1.5rem;font-weight:900;display:block}.adm-login-brand-sub{color:var(--adm-text-muted,#64748b);margin-top:.15rem;font-size:.8125rem;display:block}.adm-password-row{align-items:center;gap:.5rem;display:flex}.adm-input--password{flex:1}.adm-password-toggle{border:1px solid var(--adm-border,#e2e8f0);cursor:pointer;color:var(--adm-text-muted,#64748b);background:0 0;border-radius:6px;flex-shrink:0;padding:.45rem .6rem;font-size:1rem;line-height:1;transition:border-color .15s}.adm-password-toggle:hover{border-color:var(--adm-accent,#ea580c)}.adm-btn--full{justify-content:center;width:100%;margin-top:.25rem;padding:.65rem 1rem}.adm-login-notice{color:var(--adm-text-muted,#64748b);text-align:center;margin-top:1.25rem;font-size:.8125rem;line-height:1.6}@media (prefers-reduced-motion:reduce){.adm-password-toggle{transition:none}}.adm-layout{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.adm-sidebar{color:#e2e8f0;background:#0f172a;flex-direction:column;height:100vh;padding:1.5rem 0;display:flex;position:sticky;top:0;overflow-y:auto}.adm-sidebar__brand{border-bottom:1px solid #ffffff14;margin-bottom:1rem;padding:0 1.25rem 1.5rem}.adm-sidebar__brand strong{color:#fff;font-size:1.1rem}.adm-sidebar__brand span{color:#ea580c;font-size:.75rem;display:block}.adm-nav-link{color:#94a3b8;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:block}.adm-nav-link:hover{color:#f1f5f9;background:#ffffff0d}.adm-nav-link--active{color:#ea580c;background:#ea580c1a;border-left:3px solid #ea580c}.adm-logout{color:#fca5a5;cursor:pointer;background:#dc26261a;border:1px solid #dc262633;border-radius:6px;width:calc(100% - 2.5rem);margin:auto 1.25rem 1.25rem;padding:.625rem 1rem;font-size:.875rem}.adm-logout:hover{background:#dc262633}.adm-body{background:#f8fafc;flex-direction:column;display:flex}.adm-topbar{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.adm-topbar__title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.adm-topbar__user{color:#64748b;font-size:.8rem}.adm-content{flex:1;padding:1.5rem}@media (width<=768px){.adm-layout{grid-template-columns:1fr}.adm-sidebar{z-index:100;height:100dvh;transition:left .25s;position:fixed;left:-240px}.adm-sidebar--open{left:0}.adm-topbar{padding:.875rem 1rem}}@media print{.adm-sidebar,.adm-topbar{display:none}.adm-layout{grid-template-columns:1fr}.adm-content{padding:0}}@media (prefers-reduced-motion:reduce){.adm-sidebar{transition:none}}.dash-root{flex-direction:column;gap:1.25rem;display:flex}.dash-kpi-sub{color:var(--adm-text-muted,#64748b);margin:.2rem 0 0;font-size:.8rem}.dash-table-card h2{margin:0 0 1rem}.dash-section-title{color:var(--adm-text,#0f172a);font-size:1rem;font-weight:600}.dash-actions{flex-wrap:wrap;gap:.75rem;text-decoration:none;display:flex}.dash-actions a{text-decoration:none}@media (width<=480px){.dash-actions{flex-direction:column}}.ntf-form{margin-bottom:1.5rem}.ntf-title{color:var(--adm-text,#0f172a);margin:0 0 1.25rem;font-size:1rem;font-weight:600}.ntf-grid{grid-template-columns:1fr 1fr;gap:0 1rem;display:grid}.ntf-full{grid-column:1/-1}.ntf-payment-fieldset{border:none;margin:0;padding:0}.ntf-payment-grid{flex-wrap:wrap;gap:1.25rem;margin-top:.375rem;display:flex}.ntf-radio-label{color:var(--adm-text,#0f172a);cursor:pointer;align-items:center;gap:.375rem;font-size:.875rem;display:flex}.ntf-radio-label input[type=radio]{accent-color:var(--adm-accent,#ea580c);cursor:pointer}.ntf-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}@media (width<=480px){.ntf-grid{grid-template-columns:1fr}.ntf-actions{flex-direction:column-reverse}}.tl-root{flex-direction:column;gap:1.25rem;display:flex}.tl-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.tl-filters{flex-wrap:wrap;flex:1;gap:.75rem;display:flex}.tl-filter-label{color:var(--adm-text-muted,#64748b);align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.tl-filter-input{border:1px solid var(--adm-border,#e2e8f0);color:var(--adm-text,#0f172a);background:#fff;border-radius:6px;padding:.4rem .625rem;font-size:.875rem}@media (prefers-reduced-motion:reduce){*{transition:none!important}}.rpt-root{flex-direction:column;gap:1.25rem;display:flex}.rpt-heading{color:var(--adm-text,#0f172a);margin:0;font-size:1.25rem;font-weight:700}.rpt-period-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.rpt-label-inline{white-space:nowrap;margin:0}.rpt-select{width:auto;min-width:120px}.rpt-section-title{color:var(--adm-text,#0f172a);margin:0 0 .875rem;font-size:.9375rem;font-weight:600}.rpt-summary{flex-direction:column;gap:.5rem;display:flex}.rpt-summary-row{border-bottom:1px solid var(--adm-border,#e2e8f0);justify-content:space-between;padding:.375rem 0;font-size:.875rem;display:flex}.rpt-summary-row:last-child{border-bottom:none}.rpt-summary-row dt{color:var(--adm-text-muted,#64748b)}.rpt-summary-row dd{color:var(--adm-text,#0f172a);margin:0;font-weight:600}.rpt-empty-row{text-align:center;color:var(--adm-text-muted,#64748b);font-style:italic;padding:1.5rem!important}.rpt-actions{gap:.75rem;display:flex}.rpt-privacy-note{color:var(--adm-text-muted,#64748b);margin:0;font-size:.8125rem;font-style:italic}@media (width<=480px){.rpt-period-row{flex-direction:column;align-items:flex-start}.rpt-select{width:100%}}@media print{.rpt-actions{display:none}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}.bcc-tool{--bcc-accent:#1e3a5f;max-width:800px;margin:0 auto;padding:1.5rem 1rem;font-family:inherit}.bcc-intro{margin-bottom:1.25rem}.bcc-intro h2{color:var(--color-text,#1e293b);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.bcc-subtitle{color:var(--color-text-muted,#6b7280);margin:0;font-size:.9375rem}.bcc-privacy-notice{background:var(--color-surface-alt,#f0f4ff);border-left:3px solid var(--bcc-accent);color:var(--color-text,#1e293b);border-radius:4px;margin:0 0 1.25rem;padding:.6rem 1rem;font-size:.875rem}.bcc-workspace{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}@media (width<=640px){.bcc-workspace{grid-template-columns:1fr}}.bcc-editor{flex-direction:column;gap:1rem;display:flex}.bcc-fieldset{border:1px solid var(--color-border,#e2e8f0);background:#fff;border-radius:8px;margin:1.25rem 0;padding:1rem 1.25rem 1.25rem}.bcc-legend{box-sizing:border-box;white-space:normal;word-break:break-word;max-width:calc(100% - 1.5rem);color:var(--color-text,#1e293b);background:#fff;border-radius:4px;padding:.1rem .5rem;font-size:.9375rem;font-weight:600;line-height:1.4;display:table}.bcc-fields{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.bcc-label{color:var(--color-text,#374151);flex-direction:column;gap:.3rem;font-size:.875rem;font-weight:500;display:flex}.bcc-input{border:1px solid var(--color-border,#cbd5e1);border-radius:6px;padding:.45rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.bcc-input:focus{border-color:var(--bcc-accent);outline-offset:2px;box-shadow:0 0 0 2px color-mix(in srgb, var(--bcc-accent) 20%, transparent);outline:2px solid #0000}.bcc-style-options{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.bcc-style-option{border:1px solid var(--color-border,#e2e8f0);cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .625rem;transition:border-color .15s,background .15s;display:flex}.bcc-style-option:hover{border-color:var(--bcc-accent);background:color-mix(in srgb, var(--bcc-accent) 5%, transparent)}.bcc-style-option input[type=radio]{accent-color:var(--bcc-accent);cursor:pointer;flex-shrink:0}.bcc-style-label{color:var(--color-text,#374151);font-size:.875rem;font-weight:600}.bcc-style-desc{color:var(--color-text-muted,#6b7280);margin-left:auto;font-size:.8rem}.bcc-print-note{color:var(--color-text-muted,#6b7280);margin:.75rem 0 0;font-size:.8125rem;font-style:italic}.bcc-actions{flex-wrap:wrap;gap:.75rem;display:flex}.bcc-btn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s}.bcc-btn:focus-visible{outline:2px solid var(--bcc-accent);outline-offset:2px}.bcc-btn--primary{background:var(--bcc-accent);color:#fff}.bcc-btn--primary:hover:not(:disabled){background:#162d4a}.bcc-btn--primary:disabled{cursor:not-allowed;opacity:.5}.bcc-btn--secondary{background:var(--color-surface-alt,#f1f5f9);border:1px solid var(--color-border,#e2e8f0);color:var(--color-text,#374151)}.bcc-btn--secondary:hover{background:var(--color-border,#e2e8f0)}.bcc-error{color:#b91c1c;background:#fef2f2;border-left:3px solid #ef4444;border-radius:4px;margin:0;padding:.6rem 1rem;font-size:.875rem}.bcc-preview-area{flex-direction:column;gap:.5rem;display:flex;position:sticky;top:1rem}.bcc-preview-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted,#6b7280);margin:0;font-size:.8125rem;font-weight:600}.bcc-card-preview{aspect-ratio:9/5;border-radius:8px;align-items:stretch;max-width:360px;padding:1rem 1.25rem;display:flex;overflow:hidden;box-shadow:0 4px 16px #0000001f}.bcc-card-preview--classic{color:#1e293b;background:#fff;border:1px solid #e2e8f0}.bcc-card-preview--modern{color:#fff;background:#1e3a5f}.bcc-card-preview--colorful{color:#fff;background:#b45309}.bcc-card-inner{flex-direction:column;justify-content:center;gap:.2rem;width:100%;display:flex}.bcc-card-company{text-transform:uppercase;letter-spacing:.08em;opacity:.75;margin:0;font-size:.65rem;font-weight:600}.bcc-card-name{margin:0;font-size:1rem;font-weight:700;line-height:1.2}.bcc-card-role{opacity:.8;margin:0;font-size:.7rem;font-weight:400}.bcc-card-contacts{flex-direction:column;gap:.05rem;margin-top:.4rem;display:flex}.bcc-card-contact{opacity:.85;text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;overflow:hidden}@media (width<=480px){.bcc-tool{padding:1rem .75rem}.bcc-actions{flex-direction:column}.bcc-btn{text-align:center;width:100%}}@media print{.bcc-editor,.bcc-actions{display:none}.bcc-result,.bcc-card-preview{display:flex}.bcc-tool{max-width:100%;padding:0}}@media (prefers-reduced-motion:reduce){.bcc-tool *{transition:none!important;animation:none!important}}.declaration-builder{color:#172033;background:#f8fafc;border-radius:1.75rem;width:min(1240px,100%);margin:0 auto;padding:2rem}.declaration-builder__intro{max-width:720px}.declaration-builder__intro h2{color:#061a35;margin:.35rem 0 .75rem;font-size:clamp(2rem,5vw,3.5rem)}.declaration-builder__intro p,.declaration-builder__privacy{line-height:1.7}.declaration-builder__privacy{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:1rem;margin:1.5rem 0;padding:1rem 1.2rem}.declaration-builder__templates{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-bottom:1.5rem;display:grid}.declaration-template{background:#fff;border:1px solid #dbe3ec;border-radius:1rem;flex-direction:column;min-height:360px;padding:1rem;display:flex}.declaration-template.is-selected{border-color:#ea580c;box-shadow:0 0 0 2px #ea580c26}.declaration-template>span{color:#ea580c;letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:900}.declaration-template h3{color:#061a35;margin:.65rem 0;font-size:1.05rem}.declaration-template__guidance p{color:#64748b;margin:0 0 1rem;font-size:.82rem;line-height:1.5}.declaration-template__guidance strong{color:#334155;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.3rem;font-size:.72rem;display:block}.declaration-template button{color:#061a35;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:.7rem;margin-top:auto;padding:.7rem;font-weight:850}.declaration-template.is-selected button{color:#fff;background:#061a35;border-color:#061a35}.declaration-builder__workspace{grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);align-items:start;gap:1.5rem;display:grid}.declaration-builder__form{background:#fff;border:1px solid #dbe3ec;border-radius:1.25rem;gap:1rem;padding:1.25rem;display:grid;box-shadow:0 18px 45px #0f172a14}.declaration-builder__form-heading span{color:#ea580c;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:900}.declaration-builder__form-heading h3{color:#061a35;margin:.25rem 0 0}.declaration-builder__usage-note{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:.85rem;padding:.9rem 1rem}.declaration-builder__usage-note p{margin:.25rem 0 0;font-size:.84rem;line-height:1.55}.declaration-builder fieldset{border:1px solid #e2e8f0;border-radius:1rem;min-width:0;margin:0;padding:1rem}.declaration-builder legend{color:#061a35;padding:0 .45rem;font-size:.86rem;font-weight:900}.declaration-builder__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.declaration-builder label{color:#334155;font-size:.9rem;font-weight:750;display:block}.declaration-builder label strong{color:#dc2626}.declaration-builder input,.declaration-builder textarea,.declaration-builder select{box-sizing:border-box;color:#172033;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;margin-top:.45rem;padding:.8rem .9rem;display:block}.declaration-builder textarea{resize:vertical}.declaration-builder__fields label:has(textarea){grid-column:1/-1}.declaration-builder__required{color:#64748b;margin:0;font-size:.8rem}.declaration-builder__download-help{color:#9a3412;margin:0;font-size:.84rem;font-weight:750;line-height:1.5}.declaration-builder [role=alert]{color:#b91c1c;background:#fef2f2;border-radius:.75rem;margin:0;padding:.85rem 1rem;font-weight:800}.declaration-builder__submit{color:#fff;cursor:pointer;background:#ea580c;border:0;border-radius:.8rem;padding:1rem;font-weight:900}.declaration-builder__submit:disabled{cursor:not-allowed;opacity:.6}.declaration-preview{background:#e2e8f0;border-radius:1.25rem;padding:1rem;position:sticky;top:1rem}.declaration-preview__toolbar{color:#334155;justify-content:space-between;margin-bottom:.8rem;font-size:.85rem;display:flex}.declaration-preview__paper{aspect-ratio:210/297;box-sizing:border-box;background:#fff;flex-direction:column;min-height:720px;padding:11% 10%;display:flex;box-shadow:0 18px 50px #0f172a2e}.declaration-preview__paper h2{color:#061a35;letter-spacing:.04em;text-align:center;text-transform:uppercase;margin:0 0 3rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.25rem,2vw,1.8rem)}.declaration-preview__content{color:#1e293b;text-align:justify;font-family:Georgia,Times New Roman,serif;font-size:.98rem;line-height:1.9}.declaration-preview__content p{margin:0 0 1.25rem}.declaration-preview__signature{color:#334155;text-align:center;margin-top:auto;font-family:Georgia,Times New Roman,serif}.declaration-preview__signature-line{border-top:1px solid #475569;width:min(280px,80%);margin:4rem auto .6rem}.declaration-preview__signature strong,.declaration-preview__signature span{display:block}.declaration-preview__signature span{color:#64748b;margin-top:.2rem;font-size:.8rem}.declaration-preview__footer{color:#64748b;text-align:left;border-top:1px solid #cbd5e1;margin-top:2rem;padding-top:.65rem;font-family:Arial,sans-serif;font-size:.58rem;line-height:1.45}@media (width<=1100px){.declaration-builder__templates{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.declaration-builder{padding:1rem}.declaration-builder__workspace{grid-template-columns:1fr}.declaration-preview{position:static}}@media (width<=560px){.declaration-builder__templates{grid-template-columns:1fr}.declaration-template{min-height:auto}.declaration-builder__fields{grid-template-columns:1fr}.declaration-preview__paper{min-height:560px}}.images-to-pdf{max-width:720px;margin:0 auto;padding:2rem 1rem;font-family:inherit}.images-to-pdf__intro{margin-bottom:2rem}.images-to-pdf__intro h2{margin:.25rem 0 .5rem;font-size:1.75rem}.images-to-pdf__intro p{color:var(--color-text-muted,#666);margin:0}.images-to-pdf__workspace{flex-direction:column;gap:1.25rem;display:flex}.images-to-pdf__local-notice{background:var(--color-surface-alt,#f0f4ff);border-left:3px solid var(--color-accent,#2563eb);color:var(--color-text,#1e293b);border-radius:4px;margin:0;padding:.6rem 1rem;font-size:.875rem}.images-to-pdf__file-label{cursor:pointer;flex-direction:column;gap:.4rem;font-size:.875rem;font-weight:600;display:flex}.images-to-pdf__file-label input[type=file]{border:2px dashed var(--color-border,#cbd5e1);cursor:pointer;border-radius:6px;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s}.images-to-pdf__file-label input[type=file]:hover{border-color:var(--color-accent,#2563eb)}.images-to-pdf__error{color:#b91c1c;background:#fef2f2;border-left:3px solid #ef4444;border-radius:4px;margin:0;padding:.6rem 1rem;font-size:.875rem}.images-to-pdf__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.images-to-pdf__item{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.images-to-pdf__thumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:48px;height:48px}.images-to-pdf__item-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.images-to-pdf__item-name{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.images-to-pdf__item-size{color:var(--color-text-muted,#64748b);font-size:.75rem}.images-to-pdf__item-actions{flex-shrink:0;gap:.3rem;display:flex}.images-to-pdf__item-actions button{background:var(--color-surface-alt,#f1f5f9);border:1px solid var(--color-border,#e2e8f0);cursor:pointer;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;transition:background .15s}.images-to-pdf__item-actions button:hover:not(:disabled){background:var(--color-border,#e2e8f0)}.images-to-pdf__item-actions button:disabled{cursor:not-allowed;opacity:.35}.images-to-pdf__options{flex-wrap:wrap;gap:1rem;display:flex}.images-to-pdf__options label{flex-direction:column;gap:.3rem;font-size:.875rem;font-weight:600;display:flex}.images-to-pdf__options select{border:1px solid var(--color-border,#cbd5e1);border-radius:6px;padding:.4rem .75rem;font-size:.875rem}.images-to-pdf__submit{background:var(--color-accent,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:6px;align-self:flex-start;padding:.65rem 1.5rem;font-size:.9375rem;font-weight:600;transition:background .15s,opacity .15s}.images-to-pdf__submit:hover:not(:disabled){background:var(--color-accent-hover,#1d4ed8)}.images-to-pdf__submit:disabled{cursor:not-allowed;opacity:.5}.lg-tool{--lg-accent:#0f4c81;max-width:720px;margin:0 auto;padding:1.5rem 1rem;font-family:inherit}.lg-intro{margin-bottom:1.25rem}.lg-intro h2{color:var(--color-text,#1e293b);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.lg-subtitle{color:var(--color-text-muted,#6b7280);margin:0;font-size:.9375rem}.lg-privacy-notice{background:var(--color-surface-alt,#f0f4ff);border-left:3px solid var(--lg-accent);color:var(--color-text,#1e293b);border-radius:4px;margin:0 0 1.25rem;padding:.6rem 1rem;font-size:.875rem}.lg-fieldset{border:1px solid var(--color-border,#e2e8f0);background:#fff;border-radius:8px;margin:1.25rem 0;padding:1rem 1.25rem 1.25rem}.lg-legend{box-sizing:border-box;white-space:normal;word-break:break-word;max-width:calc(100% - 1.5rem);color:var(--color-text,#1e293b);background:#fff;border-radius:4px;padding:.1rem .5rem;font-size:.9375rem;font-weight:600;line-height:1.4;display:table}.lg-format-row{flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-top:.75rem;display:flex}.lg-label{color:var(--color-text,#374151);flex-direction:column;flex:1;gap:.3rem;min-width:200px;font-size:.875rem;font-weight:500;display:flex}.lg-select{border:1px solid var(--color-border,#cbd5e1);background:#fff;border-radius:6px;padding:.45rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.lg-select:focus{border-color:var(--lg-accent);outline-offset:2px;box-shadow:0 0 0 2px color-mix(in srgb, var(--lg-accent) 20%, transparent);outline:2px solid #0000}.lg-checkbox-label{cursor:pointer;color:var(--color-text,#374151);align-items:center;gap:.4rem;padding-bottom:.15rem;font-size:.875rem;display:flex}.lg-checkbox-label input[type=checkbox]{accent-color:var(--lg-accent);cursor:pointer;width:16px;height:16px}.lg-content-area{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.lg-textarea{border:1px solid var(--color-border,#cbd5e1);resize:vertical;box-sizing:border-box;border-radius:6px;width:100%;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:border-color .15s}.lg-textarea:focus{border-color:var(--lg-accent);outline-offset:2px;box-shadow:0 0 0 2px color-mix(in srgb, var(--lg-accent) 20%, transparent);outline:2px solid #0000}.lg-counter-row{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.lg-counter{color:var(--color-text-muted,#6b7280);font-size:.8125rem;font-weight:500}.lg-overflow-warning{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:4px;padding:.35rem .625rem;font-size:.8125rem;line-height:1.4}.lg-preview-section{margin-bottom:1.25rem}.lg-preview-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted,#6b7280);margin:0 0 .5rem;font-size:.8125rem;font-weight:600}.lg-preview{grid-template-columns:repeat(var(--lg-cols,2), 1fr);background:var(--color-surface-alt,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:6px;gap:2px;max-height:240px;padding:4px;display:grid;overflow:auto}.lg-preview--border .lg-preview-cell{border:1px solid var(--color-border,#cbd5e1)}.lg-preview-cell{text-overflow:ellipsis;white-space:nowrap;background:#fff;border-radius:2px;align-items:center;min-height:2rem;padding:.25rem .35rem;font-size:.7rem;line-height:1.3;display:flex;overflow:hidden}.lg-actions{margin-bottom:.875rem}.lg-btn{cursor:pointer;border:none;border-radius:6px;padding:.65rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .15s,opacity .15s}.lg-btn:focus-visible{outline:2px solid var(--lg-accent);outline-offset:2px}.lg-btn--primary{background:var(--lg-accent);color:#fff}.lg-btn--primary:hover:not(:disabled){background:#0b3a62}.lg-btn--primary:disabled{cursor:not-allowed;opacity:.5}.lg-plena-note{color:var(--color-text-muted,#6b7280);margin:0 0 .75rem;font-size:.8125rem;font-style:italic}.lg-error{color:#b91c1c;background:#fef2f2;border-left:3px solid #ef4444;border-radius:4px;margin:0;padding:.6rem 1rem;font-size:.875rem}@media (width<=480px){.lg-tool{padding:1rem .75rem}.lg-format-row{flex-direction:column;align-items:stretch}}@media print{.lg-controls,.lg-actions,.lg-fieldset{display:none}.lg-result{display:block}.lg-tool{max-width:100%;padding:0}.lg-preview{max-height:none;overflow:visible}}@media (prefers-reduced-motion:reduce){.lg-tool *{transition:none!important;animation:none!important}}.mdg-tool{--mdg-accent:#2d6a4f;max-width:720px;margin:0 auto;padding:1.5rem 1rem;font-family:inherit}.mdg-intro{margin-bottom:1.25rem}.mdg-intro h2{color:var(--color-text,#1e293b);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.mdg-subtitle{color:var(--color-text-muted,#6b7280);margin:0;font-size:.9375rem}.mdg-editorial-notice{color:#78350f;background:#fffbeb;border:1px solid #fcd34d;border-left:4px solid #f59e0b;border-radius:6px;margin:0 0 1.25rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5}.mdg-editorial-notice p{margin:0}.mdg-url{background:#0000000f;border-radius:3px;padding:.1em .3em;font-family:monospace;font-size:.85em}.mdg-fieldset{border:1px solid var(--color-border,#e2e8f0);background:#fff;border-radius:8px;margin:1.25rem 0;padding:1rem 1.25rem 1.25rem}.mdg-legend{box-sizing:border-box;white-space:normal;word-break:break-word;max-width:calc(100% - 1.5rem);color:var(--color-text,#1e293b);background:#fff;border-radius:4px;padding:.1rem .5rem;font-size:.9375rem;font-weight:600;line-height:1.4;display:table}.mdg-activity-grid{grid-template-columns:1fr 1fr;gap:.625rem;margin-top:.875rem;display:grid}@media (width<=480px){.mdg-activity-grid{grid-template-columns:1fr}}.mdg-activity-btn{border:2px solid var(--color-border,#e2e8f0);cursor:pointer;color:var(--color-text,#374151);background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;transition:border-color .15s,background .15s;display:flex}.mdg-activity-btn:hover{border-color:var(--mdg-accent);background:color-mix(in srgb, var(--mdg-accent) 6%, #fff)}.mdg-activity-btn--selected{border-color:var(--mdg-accent);background:color-mix(in srgb, var(--mdg-accent) 8%, #fff);color:var(--mdg-accent);font-weight:600}.mdg-activity-btn input[type=radio]{accent-color:var(--mdg-accent);cursor:pointer;flex-shrink:0}.mdg-employee-checkbox{cursor:pointer;color:var(--color-text,#374151);align-items:center;gap:.4rem;margin-top:.875rem;font-size:.875rem;display:flex}.mdg-employee-checkbox input[type=checkbox]{accent-color:var(--mdg-accent);cursor:pointer;width:16px;height:16px}.mdg-section-title{color:var(--color-text,#1e293b);margin:0 0 .75rem;font-size:1rem;font-weight:600}.mdg-das-section{margin-bottom:1.25rem}.mdg-table{border-collapse:collapse;border:1px solid var(--color-border,#e2e8f0);border-radius:8px;width:100%;font-size:.875rem;overflow:hidden}.mdg-table th{background:var(--color-surface-alt,#f8fafc);border-bottom:1px solid var(--color-border,#e2e8f0);color:var(--color-text,#374151);text-align:left;padding:.5rem .75rem;font-weight:600}.mdg-table td{border-bottom:1px solid var(--color-border,#e2e8f0);vertical-align:middle;padding:.5rem .75rem}.mdg-table tr:last-child td{border-bottom:none}.mdg-td-component{color:var(--color-text,#1e293b);white-space:nowrap;font-weight:500}.mdg-td-value{color:var(--mdg-accent);font-family:monospace;font-weight:600}.mdg-td-note{color:var(--color-text-muted,#6b7280);font-size:.8125rem}.mdg-table-total{background:var(--color-surface-alt,#f8fafc)}.mdg-info-section{margin-bottom:1.25rem}.mdg-info-card{background:var(--color-surface-alt,#f8fafc);border:1px solid var(--color-border,#e2e8f0);color:var(--color-text,#374151);border-radius:8px;padding:1rem 1.25rem;font-size:.875rem;line-height:1.6}.mdg-info-card p{margin:0 0 .75rem}.mdg-info-list{flex-direction:column;gap:.3rem;margin:0;padding:0 0 0 1.25rem;display:flex}.mdg-months-section{margin-bottom:1.25rem}.mdg-months-hint{color:var(--color-text-muted,#6b7280);margin:0 0 .75rem;font-size:.875rem}.mdg-months-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:.75rem;display:grid}@media (width<=400px){.mdg-months-grid{grid-template-columns:repeat(3,1fr)}}.mdg-month-item{border:1px solid var(--color-border,#e2e8f0);cursor:pointer;background:#fff;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .5rem;font-size:.8125rem;transition:border-color .15s,background .15s;display:flex}.mdg-month-item:hover{border-color:var(--mdg-accent)}.mdg-month-item--paid{background:color-mix(in srgb, var(--mdg-accent) 10%, #fff);border-color:var(--mdg-accent)}.mdg-month-item input[type=checkbox]{accent-color:var(--mdg-accent);cursor:pointer;flex-shrink:0;width:14px;height:14px}.mdg-month-name{color:var(--color-text,#374151);font-weight:500}.mdg-month-item--paid .mdg-month-name{color:var(--mdg-accent);font-weight:600}.mdg-months-counter{color:var(--color-text,#374151);margin:0 0 .875rem;font-size:.875rem;font-weight:500}.mdg-months-actions{flex-wrap:wrap;gap:.75rem;display:flex}.mdg-btn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s}.mdg-btn:focus-visible{outline:2px solid var(--mdg-accent);outline-offset:2px}.mdg-btn--secondary{background:var(--color-surface-alt,#f1f5f9);border:1px solid var(--color-border,#e2e8f0);color:var(--color-text,#374151)}.mdg-btn--secondary:hover{background:var(--color-border,#e2e8f0)}.mdg-session-notice{background:var(--color-surface-alt,#f0f4ff);border-left:3px solid var(--mdg-accent);color:var(--color-text,#1e293b);border-radius:4px;margin:0;padding:.5rem .875rem;font-size:.8125rem}@media (width<=480px){.mdg-tool{padding:1rem .75rem}.mdg-months-grid{grid-template-columns:repeat(3,1fr)}}@media print{.mdg-controls,.mdg-months-actions,.mdg-activity-grid,.mdg-fieldset{display:none}.mdg-months-section,.mdg-das-section,.mdg-info-section{display:block}.mdg-tool{max-width:100%;padding:0}.mdg-months-grid{display:grid}}@media (prefers-reduced-motion:reduce){.mdg-tool *{transition:none!important;animation:none!important}}.mic-tool{max-width:800px;margin:0 auto;padding:1.5rem 1rem;font-family:inherit}.mic-header{margin-bottom:1.5rem}.mic-header h2{margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.mic-header p{color:var(--color-text-muted,#6b7280);margin:0}.mic-warnings{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.mic-warning{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:6px;padding:.6rem .875rem;font-size:.875rem;line-height:1.4}.mic-steps{align-items:center;gap:.25rem;margin-bottom:1.5rem;padding:0;list-style:none;display:flex}.mic-step{color:var(--color-text-muted,#6b7280);align-items:center;gap:.25rem;font-size:.8rem;display:flex}.mic-step__dot{color:#6b7280;background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:600;display:flex}.mic-step--active .mic-step__dot{background:var(--color-primary,#2563eb);color:#fff}.mic-step--done .mic-step__dot{color:#fff;background:#10b981}.mic-step__sep{background:#e5e7eb;flex:1;min-width:12px;max-width:32px;height:2px}.mic-stage{animation:.18s mic-fade-in}@keyframes mic-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.mic-stage{animation:none}}.mic-stage__title{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.mic-audience-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.mic-audience-btn{cursor:pointer;color:#111827;background:#fff;border:2px solid #e5e7eb;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem 1rem;font-size:1.1rem;font-weight:700;transition:border-color .15s,background .15s;display:flex}.mic-audience-btn:hover,.mic-audience-btn--selected{border-color:var(--color-primary,#2563eb);background:#eff6ff}.mic-audience-btn__label{color:#6b7280;text-align:center;font-size:.875rem;font-weight:400}.mic-scenarios{flex-direction:column;gap:.625rem;margin-bottom:1.5rem;display:flex}.mic-scenario-btn{cursor:pointer;text-align:left;background:#fff;border:2px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:flex-start;padding:.875rem 1rem;transition:border-color .15s,background .15s;display:flex}.mic-scenario-btn:hover,.mic-scenario-btn--selected{border-color:var(--color-primary,#2563eb);background:#eff6ff}.mic-scenario-btn__title{color:#111827;font-size:1rem;font-weight:600}.mic-scenario-btn__desc{color:#6b7280;margin-top:.2rem;font-size:.8rem}.mic-questions{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.mic-question{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:1.25rem;padding:0}.mic-question legend{box-sizing:border-box;white-space:normal;word-break:break-word;color:#111827;background:#fff;border-radius:4px;max-width:calc(100% - 1.5rem);margin-left:.75rem;padding:.1rem .5rem;font-size:.95rem;font-weight:600;line-height:1.4;display:table}.mic-question__desc{color:#6b7280;margin:0 1rem .5rem;font-size:.8rem}.mic-question__options{flex-wrap:wrap;gap:.5rem;padding:.625rem 1rem .875rem;display:flex}.mic-option-btn{cursor:pointer;color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:6px;padding:.4rem 1.1rem;font-size:.9rem;font-weight:500;transition:border-color .15s,background .15s}.mic-option-btn:hover{border-color:var(--color-primary,#2563eb)}.mic-option-btn--selected{border-color:var(--color-primary,#2563eb);color:var(--color-primary,#2563eb);background:#eff6ff}.mic-result{margin-bottom:1.5rem}.mic-result__title{margin:0 0 .75rem;font-size:1.1rem;font-weight:700}.mic-progress{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.mic-progress__bar{appearance:none;background:#e5e7eb;border:none;border-radius:99px;flex:1;height:8px;overflow:hidden}.mic-progress__bar::-webkit-progress-bar{background:#e5e7eb;border-radius:99px}.mic-progress__bar::-webkit-progress-value{background:#10b981;border-radius:99px;transition:width .2s}.mic-progress__bar::-moz-progress-bar{background:#10b981;border-radius:99px}.mic-progress__label{color:#374151;white-space:nowrap;font-size:.85rem}.mic-group{margin-bottom:1.25rem}.mic-group__title{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;border-bottom:1px solid #e5e7eb;margin:0 0 .5rem;padding-bottom:.25rem;font-size:.9rem;font-weight:700}.mic-items{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.mic-item{background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:flex-start;gap:.625rem;padding:.625rem .75rem;transition:background .1s;display:flex}.mic-item--checked{background:#f0fdf4;border-color:#86efac}.mic-item__checkbox{cursor:pointer;accent-color:#10b981;flex-shrink:0;width:16px;height:16px;margin-top:.1rem}.mic-item__checkbox:focus-visible{outline:2px solid var(--color-primary,#2563eb);outline-offset:2px}.mic-item__body{flex:1}.mic-item__title{color:#111827;font-size:.9rem;font-weight:600;line-height:1.3}.mic-item--checked .mic-item__title{color:#6b7280;text-decoration:line-through}.mic-item__desc{color:#6b7280;margin-top:.2rem;font-size:.8rem;line-height:1.4}.mic-item__attention{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:4px;margin-top:.35rem;padding:.3rem .5rem;font-size:.78rem;line-height:1.4}.mic-nav{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.mic-btn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .15s,opacity .15s}.mic-btn:focus-visible{outline:2px solid var(--color-primary,#2563eb);outline-offset:2px}.mic-btn--primary{background:var(--color-primary,#2563eb);color:#fff}.mic-btn--primary:hover{background:#1d4ed8}.mic-btn--secondary{color:#374151;background:#f3f4f6}.mic-btn--secondary:hover{background:#e5e7eb}.mic-btn--ghost{color:var(--color-primary,#2563eb);border:1px solid var(--color-primary,#2563eb);background:0 0}.mic-btn--ghost:hover{background:#eff6ff}.mic-btn--danger{color:#dc2626;background:0 0;border:1px solid #fca5a5}.mic-btn--danger:hover{background:#fef2f2}.mic-spacer{flex:1}@media (width<=480px){.mic-audience-grid{grid-template-columns:1fr}.mic-nav{flex-direction:column;align-items:stretch}.mic-btn{text-align:center;width:100%}}@media print{.mic-tool{max-width:100%;padding:0}.mic-warnings,.mic-steps,.mic-nav,.mic-audience-grid,.mic-scenarios,.mic-questions{display:none!important}.mic-warning{display:block!important}.mic-result{display:block}.mic-item{page-break-inside:avoid;border:1px solid #ccc}.mic-group{page-break-inside:avoid}.mic-print-warnings{display:flex!important}}.mic-print-warnings{display:none}@media print{.mic-print-warnings{border-top:1px solid #ccc;flex-direction:column;gap:.4rem;margin-top:1rem;padding-top:.75rem;display:flex}.mic-print-warning{color:#555;font-size:.75rem}}.merge-pdf{max-width:720px;margin:0 auto;padding:2rem 1rem;font-family:inherit}.merge-pdf__intro{margin-bottom:2rem}.merge-pdf__intro h2{margin:.25rem 0 .5rem;font-size:1.75rem}.merge-pdf__intro p{color:var(--color-text-muted,#666);margin:0}.merge-pdf__workspace{flex-direction:column;gap:1.25rem;display:flex}.merge-pdf__info-banner{background:var(--color-surface-alt,#f0f4ff);border-left:3px solid var(--color-accent,#2563eb);color:var(--color-text,#1e293b);border-radius:4px;margin:0;padding:.6rem 1rem;font-size:.875rem}.merge-pdf__file-label{cursor:pointer;flex-direction:column;gap:.4rem;font-size:.875rem;font-weight:600;display:flex}.merge-pdf__file-label input[type=file]{border:2px dashed var(--color-border,#cbd5e1);cursor:pointer;border-radius:6px;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s}.merge-pdf__file-label input[type=file]:hover{border-color:var(--color-accent,#2563eb)}.merge-pdf__error{color:#b91c1c;background:#fef2f2;border-left:3px solid #ef4444;border-radius:4px;margin:0;padding:.6rem 1rem;font-size:.875rem}.merge-pdf__file-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.merge-pdf__file-item{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.merge-pdf__file-icon{color:var(--color-accent,#2563eb);flex-shrink:0;font-size:1.5rem;line-height:1}.merge-pdf__file-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.merge-pdf__file-name{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.merge-pdf__file-meta{color:var(--color-text-muted,#64748b);font-size:.75rem}.merge-pdf__actions{flex-shrink:0;gap:.3rem;display:flex}.merge-pdf__actions button{background:var(--color-surface-alt,#f1f5f9);border:1px solid var(--color-border,#e2e8f0);cursor:pointer;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;transition:background .15s}.merge-pdf__actions button:hover:not(:disabled){background:var(--color-border,#e2e8f0)}.merge-pdf__actions button:disabled{cursor:not-allowed;opacity:.35}.merge-pdf__button{background:var(--color-accent,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:6px;align-self:flex-start;padding:.65rem 1.5rem;font-size:.9375rem;font-weight:600;transition:background .15s,opacity .15s}.merge-pdf__button:hover:not(:disabled){background:var(--color-accent-hover,#1d4ed8)}.merge-pdf__button:disabled{cursor:not-allowed;opacity:.5}.mb-tool{--mb-accent:#b45309;max-width:720px;margin:0 auto;padding:1.5rem 1rem;font-family:inherit}.mb-intro{margin-bottom:1.25rem}.mb-intro h2{color:var(--color-text,#1e293b);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.mb-subtitle{color:var(--color-text-muted,#6b7280);margin:0;font-size:.9375rem}.mb-privacy-notice{background:var(--color-surface-alt,#f0f4ff);border-left:3px solid var(--mb-accent);color:var(--color-text,#1e293b);border-radius:4px;margin:0 0 1.25rem;padding:.6rem 1rem;font-size:.875rem}.mb-plena-notice{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:6px;margin:0 0 1.25rem;padding:.6rem .875rem;font-size:.875rem}.mb-fieldset{border:1px solid var(--color-border,#e2e8f0);background:#fff;border-radius:8px;margin:1.25rem 0;padding:1rem 1.25rem 1.25rem}.mb-legend{box-sizing:border-box;white-space:normal;word-break:break-word;max-width:calc(100% - 1.5rem);color:var(--color-text,#1e293b);background:#fff;border-radius:4px;padding:.1rem .5rem;font-size:.9375rem;font-weight:600;line-height:1.4;display:table}.mb-fields{flex-direction:column;gap:.875rem;margin-top:.75rem;display:flex}.mb-label{color:var(--color-text,#374151);flex-direction:column;gap:.3rem;font-size:.875rem;font-weight:500;display:flex}.mb-label--inline{flex:1}.mb-label--price{max-width:140px}.mb-input{border:1px solid var(--color-border,#cbd5e1);border-radius:6px;padding:.45rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.mb-input:focus{border-color:var(--mb-accent);outline-offset:2px;box-shadow:0 0 0 2px color-mix(in srgb, var(--mb-accent) 20%, transparent);outline:2px solid #0000}.mb-empty-state{color:var(--color-text-muted,#9ca3af);flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.mb-empty-icon{opacity:.4;color:var(--mb-accent)}.mb-empty-text{text-align:center;margin:0;font-size:.875rem}.mb-category{border:1px solid var(--color-border,#e2e8f0);background:var(--color-surface,#fff);border-radius:8px;margin-top:1rem;padding:1rem}.mb-category-header{flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:.875rem;display:flex}.mb-category-label{text-transform:uppercase;letter-spacing:.04em;color:var(--mb-accent);font-size:.75rem;font-weight:600}.mb-items-list{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.mb-item-row{background:var(--color-surface-alt,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:6px;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;display:flex}.mb-item-fields{flex-wrap:wrap;flex:1;gap:.5rem;display:flex}.mb-item-fields .mb-label{flex:1;min-width:120px}.mb-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s}.mb-btn:focus-visible{outline:2px solid var(--mb-accent);outline-offset:2px}.mb-btn--primary{background:var(--mb-accent);color:#fff;padding:.65rem 1.5rem;font-size:.9375rem}.mb-btn--primary:hover:not(:disabled){background:#92400e}.mb-btn--primary:disabled{cursor:not-allowed;opacity:.5}.mb-btn--add-category{border:2px dashed var(--mb-accent);color:var(--mb-accent);background:0 0;width:100%;margin-top:.75rem}.mb-btn--add-category:hover{background:color-mix(in srgb, var(--mb-accent) 8%, transparent)}.mb-btn--add-item{background:var(--color-surface-alt,#f1f5f9);border:1px solid var(--color-border,#e2e8f0);color:var(--color-text,#374151);font-size:.8125rem}.mb-btn--add-item:hover{background:var(--color-border,#e2e8f0)}.mb-btn--danger{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;font-size:.8125rem}.mb-btn--danger:hover{background:#fee2e2}.mb-btn--remove-item{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;flex-shrink:0;align-self:center;padding:.4rem .625rem;font-size:.75rem}.mb-btn--remove-item:hover{background:#fee2e2}.mb-format-options{flex-wrap:wrap;gap:1.25rem;margin-top:.75rem;display:flex}.mb-radio-group{align-items:center;gap:.75rem;display:flex}.mb-radio-label{color:var(--color-text,#374151);font-size:.875rem;font-weight:600}.mb-radio{cursor:pointer;align-items:center;gap:.3rem;font-size:.875rem;display:flex}.mb-radio input[type=radio]{accent-color:var(--mb-accent);cursor:pointer}.mb-actions{margin-bottom:.75rem}.mb-error{color:#b91c1c;background:#fef2f2;border-left:3px solid #ef4444;border-radius:4px;margin:0;padding:.6rem 1rem;font-size:.875rem}.mb-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}@media (width<=480px){.mb-tool{padding:1rem .75rem}.mb-category-header{flex-direction:column;align-items:stretch}.mb-format-options,.mb-item-fields{flex-direction:column}.mb-label--price{max-width:100%}}@media print{.mb-controls,.mb-actions,.mb-btn--add-category,.mb-btn--add-item,.mb-btn--danger,.mb-btn--remove-item,.mb-format-options{display:none}.mb-result{display:block}.mb-tool{max-width:100%;padding:0}}@media (prefers-reduced-motion:reduce){.mb-tool *{transition:none!important;animation:none!important}}.mb-preview-container{border:1px solid var(--color-border,#cbd5e1);background:#f8fafc;border-radius:8px;width:100%;height:600px;margin:1.25rem 0;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.mb-preview-iframe{border:none;width:100%;height:100%}.mb-preview-actions{justify-content:flex-end;gap:.75rem;margin-top:1.25rem;display:flex}.pce-tool{--pce-accent:#7b2d8b;max-width:720px;margin:0 auto;padding:1.5rem 1rem;font-family:inherit}.pce-intro{margin-bottom:1.25rem}.pce-intro h2{color:var(--color-text,#1e293b);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.pce-subtitle{color:var(--color-text-muted,#6b7280);margin:0;font-size:.9375rem}.pce-privacy-notice{background:var(--color-surface-alt,#f0f4ff);border-left:3px solid var(--pce-accent);color:var(--color-text,#1e293b);border-radius:4px;margin:0 0 1.25rem;padding:.6rem 1rem;font-size:.875rem}.pce-fieldset{border:1px solid var(--color-border,#e2e8f0);background:#fff;border-radius:8px;margin:1.25rem 0;padding:1rem 1.25rem 1.25rem}.pce-legend{box-sizing:border-box;white-space:normal;word-break:break-word;max-width:calc(100% - 1.5rem);color:var(--color-text,#1e293b);background:#fff;border-radius:4px;padding:.1rem .5rem;font-size:.9375rem;font-weight:600;line-height:1.4;display:table}.pce-fields{flex-direction:column;gap:.875rem;margin-top:.75rem;display:flex}.pce-fields--grid{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}@media (width<=480px){.pce-fields--grid{grid-template-columns:1fr}}.pce-label{color:var(--color-text,#374151);flex-direction:column;gap:.3rem;font-size:.875rem;font-weight:500;display:flex}.pce-input{border:1px solid var(--color-border,#cbd5e1);border-radius:6px;padding:.45rem .75rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.pce-input:focus{border-color:var(--pce-accent);outline-offset:2px;box-shadow:0 0 0 2px color-mix(in srgb, var(--pce-accent) 20%, transparent);outline:2px solid #0000}.pce-details-wrapper{border:1px solid var(--color-border,#e2e8f0);border-radius:8px;margin-bottom:1.25rem;overflow:hidden}.pce-details-toggle{background:var(--color-surface-alt,#f8fafc);cursor:pointer;color:var(--color-text,#1e293b);text-align:left;border:none;justify-content:space-between;align-items:center;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .15s;display:flex}.pce-details-toggle:hover{background:var(--color-border,#e2e8f0)}.pce-details-toggle:focus-visible{outline:2px solid var(--pce-accent);outline-offset:-2px}.pce-details-chevron{color:var(--color-text-muted,#6b7280);font-size:.75rem}.pce-details-panel{border-top:1px solid var(--color-border,#e2e8f0);padding:1rem 1.25rem 1.25rem}.pce-detail-hint{color:var(--color-text-muted,#6b7280);margin:.875rem 0 0;font-size:.8125rem;font-style:italic}.pce-result{background:var(--color-surface-alt,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:10px;margin-bottom:1.25rem;padding:1.25rem}.pce-result-cards{align-items:stretch;gap:0;display:flex}.pce-result-card{border-radius:8px;flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.pce-result-card--own{border:1px solid var(--color-border,#e2e8f0);background:#fff}.pce-result-card--plena{background:color-mix(in srgb, var(--pce-accent) 8%, #fff);border:1px solid color-mix(in srgb, var(--pce-accent) 30%, transparent)}.pce-result-card-title{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted,#6b7280);margin:0;font-size:.8125rem;font-weight:700}.pce-result-card--plena .pce-result-card-title{color:var(--pce-accent)}.pce-result-card-per-page,.pce-result-card-monthly{flex-direction:column;gap:.1rem;margin:0;display:flex}.pce-result-label{color:var(--color-text-muted,#6b7280);font-size:.75rem}.pce-result-value{color:var(--color-text,#374151);font-size:.875rem}.pce-result-value--big{color:var(--color-text,#1e293b);font-size:1.25rem;font-weight:700}.pce-result-card--plena .pce-result-value--big{color:var(--pce-accent)}.pce-result-divider{justify-content:center;align-items:center;padding:0 .75rem;display:flex}.pce-result-vs{color:var(--color-text-muted,#9ca3af);border:1px solid var(--color-border,#e2e8f0);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;font-weight:700;display:flex}.pce-result-difference{border-top:1px dashed var(--color-border,#e2e8f0);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:1rem;padding-top:.875rem;display:flex}.pce-result-diff-label{color:var(--color-text-muted,#6b7280);font-size:.875rem}.pce-result-diff-value{color:var(--color-text,#1e293b);font-size:1rem;font-weight:700}.pce-result-disclaimer{color:var(--color-text-muted,#9ca3af);margin:.75rem 0 0;font-size:.75rem;font-style:italic}.pce-actions{margin-bottom:.875rem}.pce-btn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s}.pce-btn:focus-visible{outline:2px solid var(--pce-accent);outline-offset:2px}.pce-btn--secondary{background:var(--color-surface-alt,#f1f5f9);border:1px solid var(--color-border,#e2e8f0);color:var(--color-text,#374151)}.pce-btn--secondary:hover{background:var(--color-border,#e2e8f0)}.pce-editorial-notice{color:var(--color-text-muted,#6b7280);margin:0 0 .5rem;font-size:.8125rem;font-style:italic}.pce-error{color:#b91c1c;background:#fef2f2;border-left:3px solid #ef4444;border-radius:4px;margin:0;padding:.6rem 1rem;font-size:.875rem}@media (width<=480px){.pce-tool{padding:1rem .75rem}.pce-result-cards{flex-direction:column}.pce-result-divider{padding:.5rem 0;transform:rotate(90deg)}}@media print{.pce-controls,.pce-actions,.pce-details-toggle,.pce-fieldset{display:none}.pce-result{display:block}.pce-tool{max-width:100%;padding:0}.pce-details-panel{border-top:none;padding:0;display:block}}@media (prefers-reduced-motion:reduce){.pce-tool *{transition:none!important;animation:none!important}}.resume-builder{color:#172033;background:#f8fafc;border-radius:1.75rem;width:min(1180px,100%);margin:0 auto;padding:2rem}.resume-builder__intro{max-width:720px;margin-bottom:1.5rem}.resume-builder__intro h2{color:#061a35;margin:.35rem 0 .75rem;font-size:clamp(2rem,5vw,3.5rem)}.resume-builder__intro p,.resume-builder__privacy{line-height:1.7}.resume-builder__privacy{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:1rem;padding:1rem 1.25rem}.resume-builder__workspace{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:1.5rem;display:grid}.resume-builder__editor{background:#fff;border:1px solid #dbe3ec;border-radius:1.25rem;padding:1.25rem;box-shadow:0 18px 45px #0f172a14}.resume-builder fieldset{border:1px solid #e2e8f0;border-radius:1rem;gap:1rem;margin:0 0 1.25rem;padding:1.1rem;display:grid}.resume-builder legend,.resume-builder__section-heading strong{color:#061a35;font-weight:900}.resume-builder label{color:#334155;gap:.45rem;font-size:.9rem;font-weight:700;display:grid}.resume-builder input,.resume-builder textarea{box-sizing:border-box;color:#172033;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;padding:.8rem .9rem}.resume-builder textarea{resize:vertical}.resume-builder__field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.resume-builder__section-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.resume-builder__section-heading button,.resume-builder__dynamic-card button{color:#061a35;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:.65rem;padding:.55rem .8rem;font-weight:800}.resume-builder__dynamic-card{background:#f8fafc;border-radius:.85rem;gap:.9rem;padding:1rem;display:grid}.resume-builder .resume-builder__checkbox{align-items:center;display:flex}.resume-builder__checkbox input{width:auto}.resume-builder [role=alert]{color:#b91c1c;background:#fef2f2;border-radius:.8rem;padding:.9rem 1rem;font-weight:800}.resume-builder__submit{color:#fff;cursor:pointer;background:#ea580c;border:0;border-radius:.85rem;width:100%;padding:1rem 1.25rem;font-weight:900}.resume-builder__submit:disabled,.resume-builder button:disabled{cursor:not-allowed;opacity:.55}.resume-template-picker{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.resume-template-card{color:#172033;text-align:left;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:1rem;gap:.4rem;padding:0;transition:border-color .15s,box-shadow .15s;display:grid;overflow:hidden}.resume-template-card:hover{border-color:#94a3b8;box-shadow:0 4px 14px #0f172a1a}.resume-template-card[aria-pressed=true]{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c2e}.resume-template-card__thumb{height:80px;position:relative;overflow:hidden}.resume-template-card--classic-ats .resume-template-card__thumb{background:#fff;border-bottom:1px solid #e2e8f0}.resume-template-card--classic-ats .resume-template-card__thumb:before{content:"";background:#1a1a1a;border-radius:2px;height:9px;position:absolute;top:12px;left:12px;right:12px}.resume-template-card--classic-ats .resume-template-card__thumb:after{content:"";background:#d1d5db;border-radius:2px;height:4px;position:absolute;top:27px;left:12px;right:40px;box-shadow:0 8px #e5e7eb,0 18px #e5e7eb,0 28px #e5e7eb}.resume-template-card--executive .resume-template-card__thumb{background:#1e3a5f}.resume-template-card--executive .resume-template-card__thumb:before{content:"";opacity:.9;background:#fff;border-radius:2px;height:9px;position:absolute;top:14px;left:12px;right:40px}.resume-template-card--executive .resume-template-card__thumb:after{content:"";background:#fff;border-radius:0;height:26px;position:absolute;bottom:0;left:0;right:0;box-shadow:inset 0 6px #e2e8f0}.resume-template-card--modern .resume-template-card__thumb{background:#fff;border-bottom:1px solid #e2e8f0;display:flex}.resume-template-card--modern .resume-template-card__thumb:before{content:"";background:#0f4c81;width:38%;height:100%;position:absolute;top:0;left:0}.resume-template-card--modern .resume-template-card__thumb:after{content:"";background:#bfdbfe;border-radius:2px;height:7px;position:absolute;top:14px;left:44%;right:10px;box-shadow:0 14px #dbeafe,0 28px #dbeafe}.resume-template-card--first-job .resume-template-card__thumb{background:#fff;border-bottom:1px solid #e2e8f0}.resume-template-card--first-job .resume-template-card__thumb:before{content:"";background:#2d6a4f;width:5px;height:100%;position:absolute;top:0;left:0}.resume-template-card--first-job .resume-template-card__thumb:after{content:"";opacity:.8;background:#2d6a4f;border-radius:2px;height:8px;position:absolute;top:14px;left:18px;right:30px;box-shadow:0 16px #d1fae5,0 30px #d1fae5}.resume-template-card--creative .resume-template-card__thumb{background:#7b2d8b}.resume-template-card--creative .resume-template-card__thumb:before{content:"";opacity:.9;background:#fff;border-radius:2px;height:9px;position:absolute;top:14px;left:12px;right:40px}.resume-template-card--creative .resume-template-card__thumb:after{content:"";background:#fff;height:28px;position:absolute;bottom:0;left:0;right:0;box-shadow:inset 0 5px #f3e8ff}.resume-template-card__body{gap:.3rem;padding:.7rem .9rem .8rem;display:grid}.resume-template-card__name{color:#061a35;font-size:.9rem;font-weight:900;line-height:1.2}.resume-template-card__description{color:#475569;font-size:.73rem;font-weight:400;line-height:1.45}.resume-template-card__badge{color:#166534;background:#dcfce7;border-radius:.35rem;padding:.18rem .45rem;font-size:.67rem;font-weight:700;display:inline-block}.resume-template-card__warning{color:#854d0e;background:#fef9c3;border-radius:.35rem;padding:.25rem .45rem;font-size:.68rem;font-weight:600;display:block}.required-note{color:#64748b;margin:0 0 1rem;font-size:.82rem}.required-progress{color:#64748b;margin:.75rem 0 0;font-size:.85rem;font-weight:600}.required-progress--complete{color:#166534}.resume-valid-notice{color:#166534;background:#dcfce7;border-radius:.65rem;margin:.5rem 0 0;padding:.6rem 1rem;font-size:.9rem;font-weight:700}.resume-preview{background:#e2e8f0;border-radius:1.25rem;padding:1rem;position:sticky;top:1rem}.resume-preview__toolbar{color:#334155;justify-content:space-between;margin-bottom:.8rem;font-size:.85rem;display:flex}.resume-preview__sheet-wrapper{max-height:72vh;padding:.25rem;overflow-y:auto}.resume-preview__paper{aspect-ratio:210/297;flex-direction:column;width:100%;display:flex;box-shadow:0 18px 50px #0f172a2e}.rp-sheet{color:#1e293b;background:#fff;width:100%;height:100%;font-family:Inter,Helvetica Neue,sans-serif;font-size:.72rem;overflow:hidden}.rp-name{color:#0f172a;margin:0;font-size:1.25rem;font-weight:900;line-height:1.2}.rp-name--white{color:#fff}.rp-name--green{color:#2d6a4f}.rp-name--sidebar{font-size:1rem}.rp-headline{margin:.2rem 0 .15rem;font-size:.78rem;font-weight:700}.rp-headline--dark{color:#374151}.rp-headline--navy-light{color:#93c5fd}.rp-headline--modern-light{color:#bfdbfe;font-size:.7rem}.rp-headline--green{color:#40916c}.rp-headline--creative-light{color:#e9d8fd;font-size:.75rem}.rp-contact{margin:0;font-size:.65rem;line-height:1.5}.rp-contact--dark{color:#6b7280}.rp-contact--navy-muted{color:#7cb4d8;font-size:.63rem}.rp-contact--creative-muted{color:#d8b4fe;font-size:.63rem}.rp-rule{border:0;border-top:.75px solid #d1d5db;margin:.55rem 0 .35rem}.rp-rule--green{border-top-width:1.5px;border-top-color:#2d6a4f}.rp-section{padding:.55rem 1rem 0}.rp-section:last-child{padding-bottom:.75rem}.rp-section__title{letter-spacing:.07em;text-transform:uppercase;color:inherit;margin:0 0 .2rem;font-size:.63rem;font-weight:800}.rp-section__rule{border-top:.75px solid #e2e8f0;height:0;margin-bottom:.45rem}.rp-section--pill .rp-section__title{color:#7b2d8b;background:#f3e8ff;border-radius:.3rem;margin-bottom:.3rem;padding:.12rem .5rem;display:inline-block}.rp-section--pill .rp-section__rule{border-top-color:#c084fc}.rp-item{gap:.12rem;margin-bottom:.5rem;display:grid}.rp-item__title{color:#1e293b;font-size:.7rem;font-weight:700}.rp-item__period{color:#64748b;font-size:.62rem}.rp-item__body{color:#475569;margin:0;font-size:.67rem;line-height:1.5}.rp-classic-header{padding:1rem 1rem .5rem}.rp-sheet--classic-ats .rp-section__title{color:#111827}.rp-sheet--classic-ats .rp-section__rule{border-top-color:#9ca3af}.rp-executive-header{color:#fff;background:#1e3a5f;padding:.9rem 1rem .6rem;position:relative}.rp-executive-accent-bar{background:#60a5fa;height:3px;position:absolute;bottom:0;left:0;right:0}.rp-sheet--executive .rp-section__title{color:#1e3a5f}.rp-sheet--executive .rp-section__rule{border-top-width:1px;border-top-color:#1e3a5f}.rp-sheet--modern{height:100%;display:flex}.rp-modern-sidebar{color:#fff;word-break:break-all;overflow-wrap:anywhere;background:#0f4c81;flex-shrink:0;width:36%;padding:.9rem .65rem;overflow:hidden}.rp-modern-divider{border-top:.75px solid #ffffff40;margin:.45rem 0}.rp-modern-contact-item{color:#bfdbfe;word-break:break-all;margin:0;font-size:.58rem;line-height:1.6}.rp-modern-section-label{letter-spacing:.07em;text-transform:uppercase;color:#93c5fd;margin:.55rem 0 .2rem;font-size:.6rem;font-weight:800}.rp-modern-skill{color:#dbeafe;margin:0;font-size:.62rem;line-height:1.6}.rp-modern-main{flex:1;min-width:0;padding-top:.2rem}.rp-sheet--modern .rp-section__title{color:#0f4c81}.rp-sheet--modern .rp-section__rule{border-top-width:1px;border-top-color:#0f4c81}.rp-sheet--first-job{display:flex}.rp-firstjob-bar{background:#2d6a4f;flex-shrink:0;width:5px}.rp-firstjob-content{flex:1;padding:.9rem .9rem .75rem}.rp-sheet--first-job .rp-section__title{color:#2d6a4f}.rp-sheet--first-job .rp-section__rule{border-top-color:#86efac}.rp-creative-header{color:#fff;background:#7b2d8b;padding:.9rem 1rem .65rem;position:relative}.rp-creative-accent-bar{background:#d8b4fe;height:4px;position:absolute;bottom:0;left:0;right:0}@media (width<=900px){.resume-builder{padding:1rem}.resume-builder__workspace{grid-template-columns:1fr}.resume-preview{position:static;top:auto}}@media (width<=560px){.resume-builder__field-grid{grid-template-columns:1fr}.resume-builder__section-heading{flex-direction:column;align-items:flex-start}}:root{color:#132238;font-synthesis:none;text-rendering:optimizelegibility;background:#f4f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit}.institutional-page{background:#061a35;min-height:100vh}.institutional-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:2rem;height:80px;padding:0 max(1.5rem,50vw - 590px);display:flex;position:sticky;top:0;box-shadow:0 8px 28px #061a3514}.institutional-brand{align-items:center;display:flex}.institutional-brand img{width:auto;height:190px;display:block}.institutional-header nav{align-items:center;gap:1.75rem;display:flex}.institutional-header nav a{color:#475569;font-size:.78rem;font-weight:800;text-decoration:none}.institutional-header nav a:hover{color:#f26a1b}.institutional-contact{color:#fff;text-transform:uppercase;background:#25d366;border-radius:999px;padding:.75rem 1.1rem;font-size:.75rem;font-weight:900;text-decoration:none}.institutional-footer{color:#fff;text-align:center;background:#030e1d;border-top:4px solid #f26a1b;gap:1.5rem;padding:2.75rem max(1.5rem,50vw - 590px) 1.75rem;display:grid}.institutional-footer strong{letter-spacing:.08em;font-size:1.7rem}.institutional-footer strong span{color:#f26a1b}.institutional-footer p,.institutional-footer small{color:#94a3b8;margin-bottom:0}.hub-hero{color:#fff;background:radial-gradient(circle at 82% 15%,#f26a1b38,#0000 28rem),#061a35;padding:5rem max(1.5rem,50vw - 590px)}.brand{color:#f26a1b;margin-bottom:5rem;font-weight:900;text-decoration:none;display:inline-block}.eyebrow{color:#f26a1b;letter-spacing:.16em;text-transform:uppercase;margin-bottom:.8rem;font-size:.72rem;font-weight:900;display:block}.hub-hero h1,.tool-page h1{text-transform:uppercase;max-width:780px;margin:0;font-size:clamp(2.8rem,7vw,5.7rem);line-height:.98}.hub-hero p{color:#cbd5e1;max-width:650px;margin:1.5rem 0 0;font-size:1.05rem;line-height:1.7}.catalog{max-width:1180px;margin:0 auto;padding:5rem 1.5rem 7rem}.section-heading{grid-template-columns:1fr minmax(280px,.7fr);align-items:end;gap:3rem;margin-bottom:2.5rem;display:grid}.section-heading h2{color:#061a35;text-transform:uppercase;margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1}.section-heading p{color:#64748b;margin:0;line-height:1.7}.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.tool-card{background:#fff;border:1px solid #dde5ee;border-radius:22px;flex-direction:column;min-height:350px;padding:1.5rem;display:flex;box-shadow:0 18px 45px -35px #061a358c}.tool-meta{justify-content:space-between;align-items:center;display:flex}.tool-meta span{color:#c2410c;letter-spacing:.08em;text-transform:uppercase;background:#ffedd5;border-radius:99px;padding:.45rem .65rem;font-size:.6rem;font-weight:900}.tool-meta strong{color:#cbd5e1;font-size:1.3rem}.tool-card h3{color:#061a35;margin:3.5rem 0 .8rem;font-size:1.3rem}.tool-card>p{color:#64748b;flex:1;margin:0;line-height:1.65}.tool-card dl{grid-template-columns:1fr 1fr;gap:.75rem;margin:1.5rem 0;display:grid}.tool-card dl div{background:#f4f7fb;border-radius:12px;padding:.75rem}.tool-card dt{color:#94a3b8;text-transform:uppercase;font-size:.62rem;font-weight:800}.tool-card dd{color:#334155;margin:.25rem 0 0;font-size:.8rem;font-weight:800}.tool-card>a{color:#ea580c;font-size:.8rem;font-weight:900;text-decoration:none}.tool-page{color:#fff;background:#061a35;min-height:100vh;padding:4rem max(1.5rem,50vw - 450px)}.back-link{color:#cbd5e1;margin-bottom:6rem;display:inline-block}.tool-page>p{color:#cbd5e1;max-width:650px;line-height:1.7}.privacy-note{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;gap:.5rem;max-width:650px;margin-top:3rem;padding:1.25rem;display:grid}.privacy-note span{color:#94a3b8;line-height:1.6}.tool-page--qr{min-height:auto;padding-top:2.75rem;padding-bottom:4rem}.tool-page__header h1{font-size:clamp(2.8rem,6vw,4.9rem)}.qr-tool{color:#132238;background:#f4f7fb;border-radius:28px;width:100%;max-width:1100px;margin:0 auto;padding:clamp(1.5rem,3vw,2.25rem)}.qr-tool__intro{max-width:670px;margin-bottom:1.5rem}.qr-tool__intro h2{color:#061a35;text-transform:uppercase;margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1}.qr-tool__intro p{color:#64748b;margin:.75rem 0 0;line-height:1.7}.qr-tool__workspace{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:1.25rem;min-width:0;display:grid}.qr-form,.qr-preview{background:#fff;border:1px solid #dde5ee;border-radius:20px;min-width:0;padding:clamp(1.15rem,2.5vw,1.65rem)}.qr-mode-list{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.qr-mode-list button{color:#475569;cursor:pointer;font:inherit;background:#f8fafc;border:1px solid #dbe3ec;border-radius:999px;padding:.7rem .9rem;font-size:.75rem;font-weight:800}.qr-mode-list button.is-active{color:#fff;background:#f26a1b;border-color:#f26a1b}.qr-fields{gap:1rem;min-width:0;display:grid}.qr-fields label{color:#334155;gap:.5rem;min-width:0;font-size:.8rem;font-weight:800;display:grid}.qr-fields input,.qr-fields select,.qr-fields textarea{color:#132238;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:.9rem 1rem}.qr-fields textarea{resize:vertical}.qr-fields input:focus,.qr-fields select:focus,.qr-fields textarea:focus{border-color:#f26a1b;outline:3px solid #f26a1b26}.qr-fields .qr-checkbox{align-items:center;gap:.65rem;display:flex}.qr-checkbox input{width:1rem;height:1rem}.qr-form [role=alert]{color:#b91c1c;margin:1rem 0 0;font-size:.82rem;font-weight:800}.qr-submit{color:#fff;cursor:pointer;width:100%;font:inherit;background:#061a35;border:0;border-radius:12px;margin-top:1.25rem;padding:1rem;font-weight:900}.qr-submit:disabled{cursor:wait;opacity:.65}.qr-local-note{color:#64748b;margin:1rem 0 0;font-size:.75rem;line-height:1.6}.qr-local-note strong{color:#0f766e;display:block}.qr-preview{align-content:center;justify-items:center;gap:1.25rem;min-height:330px;display:grid}.qr-preview img{border-radius:12px;width:min(100%,320px);height:auto;display:block}.qr-preview>a{color:#ea580c;font-size:.85rem;font-weight:900;text-decoration:none}.qr-preview__empty{text-align:center}.qr-preview__empty span{color:#cbd5e1;border:2px dashed #cbd5e1;border-radius:20px;place-items:center;width:132px;height:132px;margin:0 auto;font-size:2rem;font-weight:900;display:grid}.qr-preview__empty p{color:#94a3b8;font-size:.85rem}@media (width<=850px){.institutional-header nav{display:none}.section-heading{grid-template-columns:1fr;gap:1rem}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qr-tool__workspace{grid-template-columns:1fr}}@media (width<=600px){.institutional-header{height:68px;padding-inline:1rem}.institutional-brand img{height:150px}.institutional-contact{padding:.65rem .8rem;font-size:.62rem}.hub-hero{padding-top:2rem}.brand{margin-bottom:4rem}.tool-grid{grid-template-columns:1fr}.tool-page--qr{padding-inline:1rem}.tool-page__header .back-link{margin-bottom:4rem}.qr-tool,.qr-form,.qr-preview{padding-inline:1rem}}.tool-card{min-height:430px}.tool-card--featured{background:linear-gradient(145deg,#fff 45%,#fff7ed 100%);border-color:#f26a1b59}.tool-card__top,.tool-card__meta,.tool-card__professional{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.tool-status,.tool-card__category{letter-spacing:.07em;text-transform:uppercase;border-radius:999px;font-size:.62rem;font-weight:900}.tool-status{padding:.45rem .65rem}.tool-status--available{color:#166534;background:#dcfce7}.tool-status--building{color:#854d0e;background:#fef9c3}.tool-status--planned{color:#475569;background:#e2e8f0}.tool-card__category{color:#94a3b8}.tool-card__body{flex:1}.tool-card .tool-card__body h3{margin:2.25rem 0 .75rem}.tool-card__body>p{color:#64748b;margin:0;line-height:1.65}.tool-benefits,.tool-page__benefits{gap:.55rem;padding:0;list-style:none;display:grid}.tool-benefits{color:#334155;margin:1.25rem 0;font-size:.82rem}.tool-benefits li:before,.tool-page__benefits li:before{content:"✓";color:#16a34a;margin-right:.55rem;font-weight:900}.tool-card__footer{border-top:1px solid #e2e8f0;padding-top:1rem}.tool-card__meta{margin:0}.tool-card__meta div{background:#f4f7fb;border-radius:12px;flex:1;padding:.7rem}.tool-card__meta dt{color:#94a3b8;letter-spacing:.06em;text-transform:uppercase;font-size:.58rem;font-weight:900}.tool-card__meta dd{color:#334155;margin:.2rem 0 0;font-size:.76rem;font-weight:850}.tool-card__privacy{color:#0f766e;margin:.8rem 0;font-size:.72rem;font-weight:750}.tool-card__primary{color:#fff;width:100%;min-height:46px;font:inherit;text-align:center;background:#ea580c;border:0;border-radius:12px;place-items:center;font-size:.8rem;font-weight:900;text-decoration:none;display:grid}.tool-card__primary:disabled{cursor:not-allowed;color:#64748b;background:#e2e8f0}.tool-card__professional{color:#475569;background:#f8fafc;border-radius:12px;min-height:44px;margin-top:.7rem;padding:.7rem .8rem;font-size:.68rem;text-decoration:none}.tool-card__professional span{font-weight:800}.tool-card__professional strong{color:#061a35;flex:none}.tool-page{padding-top:2.75rem;padding-bottom:5rem}.tool-page__header{max-width:1000px;margin:0 auto 2rem}.tool-page__header .back-link{margin-bottom:2.5rem}.tool-page__status-row{flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:1rem;display:flex}.tool-page__status-row>span{color:#cbd5e1;letter-spacing:.06em;text-transform:uppercase;border:1px solid #ffffff24;border-radius:999px;padding:.45rem .65rem;font-size:.66rem;font-weight:850}.tool-page__status-row .tool-page__status--available{color:#166534;background:#dcfce7;border-color:#86efac}.tool-page__status-row .tool-page__status--building{color:#854d0e;background:#fef9c3;border-color:#fde68a}.tool-page__status-row .tool-page__status--planned{color:#475569;background:#e2e8f0}.tool-page__header h1{max-width:900px;font-size:clamp(2.5rem,6vw,5rem)}.tool-page__header>p{color:#cbd5e1;max-width:680px;margin:1rem 0 0;line-height:1.7}.tool-page__benefits{color:#e2e8f0;grid-template-columns:repeat(3,minmax(0,max-content));margin:1.25rem 0 0;font-size:.78rem}.tool-page__privacy{color:#7dd3fc;margin:1rem 0 0;font-size:.75rem;font-weight:800}.tool-workspace{border-radius:28px;width:min(1240px,100%);margin:0 auto}.professional-service{background:#ffffff12;border:1px solid #ffffff24;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;width:min(1000px,100%);margin:2rem auto 0;padding:1.5rem;display:grid}.professional-service span{color:#fb923c;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:900}.professional-service h2{margin:.35rem 0;font-size:1.25rem}.professional-service p{color:#cbd5e1;margin:0;line-height:1.55}.professional-service__action{justify-items:end;gap:.55rem;display:grid}.professional-service__action strong{font-size:1.1rem}.professional-service__action a{color:#061a35;background:#fff;border-radius:12px;place-items:center;min-height:44px;padding:.75rem 1rem;font-size:.76rem;font-weight:900;text-decoration:none;display:grid}.tool-card__primary:focus-visible,.tool-card__professional:focus-visible,.professional-service__action a:focus-visible{outline-offset:3px;outline:3px solid #f9731673}@media (width<=700px){.tool-page{padding-inline:1rem}.tool-page__header .back-link{margin-bottom:2rem}.tool-page__benefits{grid-template-columns:1fr}.tool-page__benefits li:nth-child(n+3){display:none}.professional-service{grid-template-columns:1fr;gap:1rem}.professional-service__action{justify-items:stretch}}@media (width<=420px){.tool-card{min-height:0;padding:1.1rem}.tool-benefits li:nth-child(n+3){display:none}.tool-card__professional{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.tool-card__primary,.tool-card__professional,.professional-service__action a{transition:none}}
