.sgd-login{grid-template:"header form""body form"1fr/minmax(0,1.35fr) minmax(0,1fr);min-height:100svh;display:grid}.sgd-login-header{background:var(--brand-secondary);grid-area:header;justify-content:space-between;align-items:center;gap:16px;padding:40px 56px 0;display:flex}.sgd-login-brand{width:auto;height:56px}.sgd-login-kicker{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--text-on-brand-muted);border-left:1px solid var(--border-on-brand);margin:0;padding-left:16px;font-size:11px;font-weight:600}.sgd-login-body{background:var(--brand-secondary);color:var(--text-on-brand);flex-direction:column;grid-area:body;gap:40px;padding:56px 56px 44px;display:flex;position:relative;overflow:hidden}.sgd-login-backdrop{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.sgd-login-backdrop path{fill:none;stroke:var(--brand-primary-glow);stroke-width:1.5px}.sgd-login-body:before{content:"";background:radial-gradient(circle, var(--brand-primary-glow) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:420px;height:420px;position:absolute;top:-80px;right:-120px}.sgd-login-body-content{z-index:1;flex-direction:column;gap:28px;max-width:620px;display:flex;position:relative}.sgd-login-headline{font-family:var(--font-display);margin:0;font-size:clamp(28px,3vw,38px);font-weight:600;line-height:1.2}.sgd-login-headline-accent{color:var(--brand-primary)}.sgd-login-subtext{max-width:46ch;font-family:var(--font-body);color:var(--text-on-brand-muted);margin:0;font-size:15px;line-height:1.65}.sgd-login-benefits{grid-template-columns:repeat(4,1fr);gap:20px;margin:0;padding:0;list-style:none;display:grid}.sgd-login-benefit{border-left:1px solid var(--border-on-brand);flex-direction:column;gap:8px;padding-left:18px;display:flex}.sgd-login-benefit:first-child{border-left:none;padding-left:0}.sgd-login-benefit-icon{border-radius:var(--radius-sm);background:var(--brand-secondary-elevated);border:1px solid var(--border-on-brand);width:34px;height:34px;color:var(--brand-primary);justify-content:center;align-items:center;display:inline-flex}.sgd-login-benefit-title{font-family:var(--font-body);color:var(--text-on-brand);margin:0;font-size:13.5px;font-weight:600}.sgd-login-benefit-description{font-family:var(--font-body);color:var(--text-on-brand-muted);margin:0;font-size:12.5px;line-height:1.5}.sgd-login-flow{flex-direction:column;gap:12px;display:flex}.sgd-login-flow-track{grid-template-columns:repeat(6,1fr);align-items:center;display:grid;position:relative}.sgd-login-flow-track:before{content:"";background:var(--border-on-brand);height:1px;position:absolute;top:50%;left:8.33333%;right:8.33333%;transform:translateY(-50%)}.sgd-login-flow-node-wrap{justify-content:center;display:flex}.sgd-login-flow-node{z-index:1;background:var(--brand-secondary-elevated);border:1px solid var(--border-on-brand);width:36px;height:36px;color:var(--brand-primary);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.sgd-login-flow-connector{display:none}.sgd-login-flow-labels{text-align:center;grid-template-columns:repeat(6,1fr);gap:8px;margin:0;padding:0;list-style:none;display:grid}.sgd-login-flow-label-item{flex-direction:column;align-items:center;gap:2px;display:flex}.sgd-login-flow-label-mobile-icon{display:none}.sgd-login-flow-label{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--text-on-brand);margin:0;font-size:11px;font-weight:700}.sgd-login-flow-description{font-family:var(--font-body);color:var(--text-on-brand-muted);margin:0;font-size:11.5px;line-height:1.4}.sgd-login-footer{z-index:1;border-top:1px solid var(--border-on-brand);color:var(--text-on-brand-muted);margin-top:auto;padding-top:20px;position:relative}.sgd-login-footer-legal{opacity:.85;margin:0 0 8px;font-size:11px}.sgd-login-footer-contacts{flex-wrap:wrap;gap:16px;display:flex}.sgd-login-footer-contact{opacity:.85;align-items:center;gap:5px;font-size:11px;display:inline-flex}.sgd-login-form-panel{background:var(--surface-elevated);grid-area:form;justify-content:center;align-items:center;padding:40px 32px;display:flex}.sgd-login-form-zone{width:100%;max-width:380px}.sgd-login-form-brand{margin-bottom:28px}.sgd-login-form-intro{margin-bottom:20px}.sgd-login-form-title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 6px;font-size:26px;font-weight:600}.sgd-login-form-subtitle{font-family:var(--font-body);color:var(--text-muted);margin:0;font-size:14px}.sgd-login-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:16px;padding:26px 24px;display:flex;box-shadow:0 20px 40px -28px #1a151259}.sgd-login-field{font-family:var(--font-body);color:var(--text-primary);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.sgd-login-field-control{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);align-items:center;gap:9px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}.sgd-login-field-control:focus-within{border-color:var(--focus-ring);box-shadow:0 0 0 3px var(--brand-primary-tint)}.sgd-login-field-control svg:first-child{flex-shrink:0}.sgd-login-field-control input{min-width:0;font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:11px 0;font-size:14px;font-weight:400}.sgd-login-field-control input::placeholder{color:var(--text-muted);opacity:.75}.sgd-login-field-toggle{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:4px;display:inline-flex}.sgd-login-field-toggle:hover{color:var(--text-primary)}.sgd-login-field-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px}.sgd-login-submit{border-radius:var(--radius-sm);gap:10px;width:100%;margin-top:4px;padding:13px 18px;font-size:15px}.sgd-login-error{font-family:var(--font-body);color:var(--danger);margin:0;font-size:13px}.sgd-login-link{width:fit-content;font-family:var(--font-body);color:var(--brand-primary-strong);cursor:pointer;background:0 0;border:none;min-height:32px;padding:4px 8px;font-size:13px;font-weight:600;text-decoration:none;display:block}.sgd-login-link:hover{text-decoration:underline}.sgd-login-form-zone>.sgd-login-link{margin:16px auto 0}.sgd-login-form-row{justify-content:space-between;align-items:center;gap:8px;margin:-6px 0 0;display:flex}.sgd-login-link--forgot{min-height:auto;padding:4px 0}.sgd-login-remember{font-family:var(--font-body);color:var(--text-muted);cursor:pointer;align-items:center;gap:8px;font-size:13px;font-weight:400;display:flex}.sgd-login-remember input{flex-shrink:0;width:16px;height:16px}.sgd-login-secure{border-top:1px solid var(--border);color:var(--brand-primary-strong);align-items:flex-start;gap:10px;margin-top:20px;padding-top:18px;display:flex}.sgd-login-secure-title{font-family:var(--font-body);color:var(--text-primary);margin:0;font-size:13px;font-weight:600}.sgd-login-secure-description{font-family:var(--font-body);color:var(--text-muted);margin:2px 0 0;font-size:12px}.sgd-login-quote{font-family:var(--font-display);text-align:center;color:var(--text-muted);margin:24px 0 0;font-size:13px;font-style:italic;line-height:1.5}@media (width<=1440px){.sgd-login-header{padding:32px 40px 0}.sgd-login-body{gap:32px;padding:32px 40px 36px}.sgd-login-body-content{gap:22px}.sgd-login-form-panel{padding:32px 28px}}@media (height<=820px){.sgd-login-header{padding:20px 40px 0}.sgd-login-brand{height:44px}.sgd-login-body{gap:18px;padding:22px 40px}.sgd-login-body-content{gap:14px}.sgd-login-headline{font-size:24px}.sgd-login-subtext{font-size:13.5px;line-height:1.5}.sgd-login-benefits{gap:14px}.sgd-login-benefit{gap:5px}.sgd-login-benefit-icon{width:28px;height:28px}.sgd-login-flow{gap:8px}.sgd-login-flow-node{width:30px;height:30px}.sgd-login-footer{padding-top:12px}.sgd-login-footer-legal{margin-bottom:4px}}@media (width>=761px) and (width<=1024px){.sgd-login{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}.sgd-login-benefits{grid-template-columns:repeat(2,1fr);row-gap:18px}.sgd-login-benefit:nth-child(2){border-left:1px solid var(--border-on-brand);padding-left:18px}.sgd-login-benefit:nth-child(3){border-left:none;padding-left:0}.sgd-login-flow-track,.sgd-login-flow-labels{grid-template-columns:repeat(3,1fr)}.sgd-login-flow-track:before{display:none}}@media (width<=760px){.sgd-login{grid-template:"header""form""body"/minmax(0,1fr)}.sgd-login-header{padding:20px}.sgd-login-brand{height:26px}.sgd-login-kicker{display:none}.sgd-login-form-panel{background:var(--surface);padding:28px 20px 20px}.sgd-login-body{gap:28px;padding:32px 20px 28px}.sgd-login-body-content{gap:24px}.sgd-login-headline{font-size:24px}.sgd-login-subtext{max-width:none}.sgd-login-benefits{grid-template-columns:1fr;gap:16px}.sgd-login-benefit,.sgd-login-benefit:first-child{border-left:none;border-top:1px solid var(--border-on-brand);padding-top:14px;padding-left:0}.sgd-login-benefits>.sgd-login-benefit:first-child{border-top:none;padding-top:0}.sgd-login-flow-track{display:none}.sgd-login-flow-labels{text-align:left;grid-template-columns:1fr;gap:14px}.sgd-login-flow-label-item{flex-direction:row;align-items:center;gap:12px}.sgd-login-flow-label-mobile-icon{background:var(--brand-secondary-elevated);border:1px solid var(--border-on-brand);width:30px;height:30px;color:var(--brand-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}}.sgd-admin-screen .sgd-card{margin-bottom:20px}.sgd-admin-screen--compact .sgd-page-header{margin-bottom:10px}.sgd-admin-screen--compact .sgd-page-header-title{font-size:19px}.sgd-admin-screen--compact .sgd-page-header-description{font-size:13px}.sgd-admin-screen--compact .sgd-tabs-list{margin-bottom:10px}.sgd-admin-screen--compact .sgd-tabs-tab{padding:7px 12px;font-size:13px}.sgd-admin-screen--compact .sgd-card{margin-bottom:12px;padding:12px 14px}.sgd-admin-screen--compact .sgd-admin-section-title{margin:20px 0 3px;font-size:15px}.sgd-admin-screen--compact .sgd-admin-section-description{margin-bottom:10px;font-size:12.5px}.sgd-admin-screen--compact .sgd-admin-summary{gap:8px;margin-bottom:10px}.sgd-admin-screen--compact .sgd-filter-bar{margin-bottom:10px}.sgd-admin-screen--compact .sgd-kpi-card{padding:8px 11px}.sgd-admin-screen--compact .sgd-kpi-card-value{font-size:16px}.sgd-admin-screen--compact .sgd-kpi-card-icon{width:26px;height:26px}.sgd-admin-screen--compact .sgd-table th,.sgd-admin-screen--compact .sgd-table td{padding:6px 11px}.sgd-admin-screen--compact .sgd-table td{font-size:11.5px}.sgd-admin-screen--compact .sgd-table th{font-size:13px}.sgd-admin-screen--compact .sgd-badge{padding:1px 7px;font-size:11.5px}.sgd-admin-screen--compact .sgd-alert{padding:10px 12px;font-size:13px}.sgd-admin-screen--compact .sgd-pagination{padding-top:9px}.sgd-admin-module-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.sgd-admin-module-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);min-width:0;color:inherit;flex-direction:column;gap:10px;padding:18px;text-decoration:none;transition:border-color .12s,box-shadow .12s;display:flex}.sgd-admin-module-card:hover{border-color:var(--brand-primary);box-shadow:0 4px 14px -8px #1a151240}.sgd-admin-module-card:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sgd-admin-module-card-head{align-items:center;gap:10px;display:flex}.sgd-admin-module-card-icon{border-radius:var(--radius-sm);background:var(--brand-primary-tint);width:36px;height:36px;color:var(--brand-primary-strong);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sgd-admin-module-card-title-group{flex-direction:column;flex:1;align-items:flex-start;gap:5px;min-width:0;display:flex}.sgd-admin-module-card-title{color:var(--text-primary);overflow-wrap:break-word;font-size:14.5px;font-weight:600}.sgd-admin-module-card-badge{white-space:nowrap}.sgd-admin-module-card-chevron{color:var(--text-muted);flex-shrink:0}.sgd-admin-module-card-description{color:var(--text-muted);overflow-wrap:break-word;margin:0;font-size:13px;line-height:1.4}.sgd-admin-module-card-metrics{border-top:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;gap:14px;margin-top:4px;padding-top:10px;font-size:12.5px;display:flex}.sgd-admin-module-card-metrics strong{color:var(--text-primary);font-variant-numeric:tabular-nums}.sgd-admin-summary{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.sgd-admin-search{min-width:220px}.sgd-admin-search-control{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:8px;height:38px;padding:0 10px;display:flex}.sgd-admin-search-control:focus-within{border-color:var(--focus-ring);box-shadow:0 0 0 3px var(--brand-primary-tint)}.sgd-admin-search-control svg{color:var(--text-muted);flex-shrink:0}.sgd-admin-search-control input{min-width:0;font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:14px}.sgd-admin-section-title{margin:32px 0 4px;font-size:16px}.sgd-admin-section-description{color:var(--text-muted);max-width:640px;margin:0 0 12px;font-size:13px}.sgd-admin-ocr-grid{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}.sgd-ocr-usage-ring{border-radius:50%;flex-shrink:0;width:84px;height:84px;position:relative}.sgd-ocr-usage-ring--unlimited{background:var(--brand-primary-tint)}.sgd-ocr-usage-ring-inner{background:var(--surface);color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-size:15px;display:flex;position:absolute;inset:8px}.sgd-ocr-usage-info{grid-template-columns:1fr 1fr;gap:12px 20px;margin:0;display:grid}.sgd-ocr-usage-info dt{color:var(--text-muted);margin:0 0 2px;font-size:12px}.sgd-ocr-usage-info dd{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}@media (width<=900px){.sgd-admin-ocr-grid{grid-template-columns:1fr}}@media (width<=760px){.sgd-ocr-usage-info{grid-template-columns:1fr}}.sgd-cadastro-screen{max-width:none}.sgd-cadastro-screen .sgd-page-header{gap:12px;margin-bottom:12px}.sgd-cadastro-screen .sgd-page-header-title{font-size:21px;line-height:1.2}.sgd-cadastro-screen .sgd-page-header-description{margin-top:2px;font-size:13px}.sgd-cadastro-screen .sgd-card{margin-bottom:12px;padding:12px 14px}.sgd-cadastro-screen .sgd-card>h2{line-height:1.25;margin-bottom:10px!important;font-size:16px!important}.sgd-cadastro-screen .sgd-data-table{padding:0}.sgd-cadastro-screen .sgd-table-controls{margin-bottom:4px}.sgd-cadastro-screen .sgd-table th,.sgd-cadastro-screen .sgd-table td{padding:6px 11px}.sgd-cadastro-screen .sgd-table th{font-size:13px}.sgd-cadastro-screen .sgd-table td{font-size:11.5px;line-height:1.3}.sgd-cadastro-screen .sgd-badge{padding:1px 7px;font-size:11.5px}.sgd-cadastro-screen .sgd-pagination{padding-top:10px}.sgd-cadastro-form{align-items:end;gap:8px;margin-top:10px;display:flex}.sgd-cadastro-form--wrap{flex-wrap:wrap}.sgd-cadastro-form .sgd-field-control{min-height:34px;padding:6px 9px;font-size:13px}.sgd-cadastro-form .sgd-btn{padding:7px 12px;font-size:13px}@media (width<=760px){.sgd-cadastro-screen .sgd-card{padding:12px}.sgd-cadastro-form{align-items:stretch}}.sgd-banks-page{max-width:1440px}.sgd-banks-page .sgd-page-header{flex-wrap:nowrap;margin-bottom:12px}.sgd-banks-page .sgd-page-header>:first-child{min-width:0}.sgd-banks-page .sgd-page-header-title{font-size:22px}.sgd-banks-plus{font-size:19px;font-weight:300;line-height:.7}.sgd-banks-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.sgd-banks-summary-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);align-items:center;gap:11px;min-height:62px;padding:10px 12px;display:flex}.sgd-banks-summary-icon{border-radius:var(--radius-sm);background:var(--surface-elevated);width:34px;height:34px;color:var(--text-secondary);place-items:center;display:inline-grid}.sgd-banks-summary-card strong,.sgd-banks-summary-card span:not(.sgd-banks-summary-icon){display:block}.sgd-banks-summary-card strong{color:var(--text-primary);font-size:21px;line-height:1.1}.sgd-banks-summary-card span:not(.sgd-banks-summary-icon){color:var(--text-secondary);margin-top:2px;font-size:12px}.sgd-banks-summary-card--active .sgd-banks-summary-icon{color:var(--success);background:#16a34a1c}.sgd-banks-summary-card--inactive .sgd-banks-summary-icon{color:var(--danger);background:#dc262617}.sgd-banks-filters-card{padding:10px 14px!important}.sgd-banks-filters{grid-template-columns:minmax(280px,1.5fr) minmax(180px,.75fr) auto;align-items:end;gap:10px;display:grid}.sgd-banks-filter-actions{justify-content:flex-end;display:flex}.sgd-banks-table-card{position:relative;overflow:visible;padding:0!important}.sgd-banks-table-card .sgd-data-table{padding:0 14px}.sgd-banks-table-card .sgd-table-controls{z-index:9;margin:0;position:absolute;top:5px;right:14px}.sgd-banks-table-card .sgd-table-columns-trigger{width:24px;height:24px}.sgd-banks-table-card .sgd-table-columns-trigger svg{width:13px;height:13px}.sgd-banks-table-card .sgd-table-wrap{border-width:0 0 1px;border-radius:0}.sgd-banks-table-card .sgd-table{table-layout:fixed}.sgd-banks-table-card .sgd-table th,.sgd-banks-table-card .sgd-table td{padding-block:6px}.sgd-banks-table-card .sgd-table [data-column-key=code]{width:144px}.sgd-banks-table-card .sgd-table [data-column-key=bank]{width:238px}.sgd-banks-table-card .sgd-table [data-column-key=status]{width:112px}.sgd-banks-table-card .sgd-table [data-column-key=actions]{width:176px;padding-right:42px}.sgd-banks-table-card .sgd-table [data-column-key=official-name]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sgd-banks-table-card .sgd-pagination{padding:10px 14px 12px}.sgd-banks-table-card>.sgd-alert{margin:8px 14px}.sgd-bank-name-with-mark,.sgd-banks-row-actions{align-items:center;display:flex}.sgd-bank-name-with-mark{gap:8px;min-width:0}.sgd-bank-name-with-mark>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sgd-banks-row-actions{justify-content:flex-end;gap:7px}.sgd-bank-drawer-form{flex-direction:column;flex:1;gap:10px;display:flex}.sgd-bank-drawer-code-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.sgd-bank-drawer-help{color:var(--text-muted);margin:-5px 0 2px;font-size:11.5px;line-height:1.35}.sgd-bank-drawer-form .sgd-alert{font-size:12px}.sgd-bank-drawer-logo{border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text-primary);grid-template-columns:108px 1fr;gap:8px;padding:10px 0;font-size:13px;font-weight:600;display:grid}.sgd-bank-drawer-logo>div{align-items:center;gap:10px;display:flex}.sgd-bank-drawer-logo p{color:var(--text-muted);margin:0;font-size:11.5px;font-weight:400;line-height:1.35}.sgd-bank-drawer-status{border:0;flex-wrap:wrap;gap:10px 16px;padding:0;display:flex}.sgd-bank-drawer-status legend{width:100%;color:var(--text-primary);padding:0;font-size:13px;font-weight:600}.sgd-bank-drawer-status label{color:var(--text-primary);cursor:pointer;align-items:center;gap:6px;font-size:13px;display:inline-flex}.sgd-bank-drawer-status input{accent-color:var(--brand-primary);margin:0}.sgd-bank-drawer-form .sgd-dialog-footer{border-top:1px solid var(--border);margin-top:auto;padding-top:16px}@media (width<=760px){.sgd-banks-page .sgd-page-header{flex-wrap:wrap;align-items:stretch}.sgd-banks-page .sgd-page-header .sgd-btn{justify-content:center;width:100%}.sgd-banks-summary,.sgd-banks-filters{grid-template-columns:1fr}.sgd-banks-filter-actions{justify-content:stretch}.sgd-banks-filter-actions .sgd-btn{justify-content:center;width:100%}}.sgd-accounts-page{max-width:1440px}.sgd-accounts-page .sgd-page-header{flex-wrap:nowrap;margin-bottom:12px}.sgd-accounts-page .sgd-page-header>:first-child{min-width:0}.sgd-accounts-page .sgd-page-header-title{font-size:22px}.sgd-accounts-plus{font-size:19px;font-weight:300;line-height:.7}.sgd-accounts-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.sgd-accounts-summary-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);align-items:center;gap:11px;min-height:62px;padding:10px 12px;display:flex}.sgd-accounts-summary-icon{border-radius:var(--radius-sm);background:var(--surface-elevated);width:34px;height:34px;color:var(--text-secondary);place-items:center;display:inline-grid}.sgd-accounts-summary-card strong,.sgd-accounts-summary-card span:not(.sgd-accounts-summary-icon){display:block}.sgd-accounts-summary-card strong{color:var(--text-primary);font-size:21px;line-height:1.1}.sgd-accounts-summary-card span:not(.sgd-accounts-summary-icon){color:var(--text-secondary);margin-top:2px;font-size:12px}.sgd-accounts-summary-card--active .sgd-accounts-summary-icon{color:var(--success);background:#16a34a1c}.sgd-accounts-summary-card--inactive .sgd-accounts-summary-icon{color:var(--danger);background:#dc262617}.sgd-accounts-summary-card--banks .sgd-accounts-summary-icon{color:var(--info);background:#0284c71a}.sgd-accounts-filters-card{padding:10px 14px!important}.sgd-accounts-filters{grid-template-columns:minmax(250px,1.4fr) minmax(170px,.8fr) minmax(150px,.6fr) auto;align-items:end;gap:10px;display:grid}.sgd-accounts-filter-actions{justify-content:flex-end;display:flex}.sgd-accounts-table-card{position:relative;overflow:visible;padding:0!important}.sgd-accounts-table-card .sgd-data-table{padding:0 14px}.sgd-accounts-table-card .sgd-table-controls{z-index:9;margin:0;position:absolute;top:5px;right:14px}.sgd-accounts-table-card .sgd-table-columns-trigger{width:24px;height:24px}.sgd-accounts-table-card .sgd-table-columns-trigger svg{width:13px;height:13px}.sgd-accounts-table-card .sgd-table-wrap{border-width:0 0 1px;border-radius:0}.sgd-accounts-table-card .sgd-table{table-layout:fixed}.sgd-accounts-table-card .sgd-table th,.sgd-accounts-table-card .sgd-table td{padding-block:6px}.sgd-accounts-table-card .sgd-table [data-column-key=display-name]{width:190px}.sgd-accounts-table-card .sgd-table [data-column-key=bank]{width:170px}.sgd-accounts-table-card .sgd-table [data-column-key=agency]{width:86px}.sgd-accounts-table-card .sgd-table [data-column-key=number]{width:134px}.sgd-accounts-table-card .sgd-table [data-column-key=wk-code]{width:96px}.sgd-accounts-table-card .sgd-table [data-column-key=status]{width:104px}.sgd-accounts-table-card .sgd-table [data-column-key=actions]{width:176px;padding-right:42px}.sgd-accounts-table-card .sgd-pagination{padding:10px 14px 12px}.sgd-accounts-table-card>.sgd-alert{margin:8px 14px}.sgd-accounts-row-actions{justify-content:flex-end;align-items:center;gap:7px;display:flex}.sgd-account-form{flex-direction:column;flex:1;gap:10px;display:flex}.sgd-account-form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;display:grid}.sgd-account-form-help{color:var(--text-muted);margin:-5px 0 2px;font-size:11.5px;line-height:1.35}.sgd-account-form-status{border:0;flex-wrap:wrap;gap:10px 16px;padding:0;display:flex}.sgd-account-form-status legend{width:100%;color:var(--text-primary);padding:0;font-size:13px;font-weight:600}.sgd-account-form-status label{color:var(--text-primary);cursor:pointer;align-items:center;gap:6px;font-size:13px;display:inline-flex}.sgd-account-form-status input{accent-color:var(--brand-primary);margin:0}.sgd-account-form .sgd-dialog-footer{border-top:1px solid var(--border);margin-top:auto;padding-top:16px}@media (width<=940px){.sgd-accounts-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.sgd-accounts-filters{grid-template-columns:minmax(220px,1fr) minmax(160px,.7fr) minmax(150px,.6fr)}.sgd-accounts-filter-actions{grid-column:1/-1}}@media (width<=620px){.sgd-accounts-page .sgd-page-header{flex-wrap:wrap;align-items:stretch}.sgd-accounts-page .sgd-page-header .sgd-btn{justify-content:center;width:100%}.sgd-accounts-summary,.sgd-accounts-filters,.sgd-account-form-grid{grid-template-columns:1fr}.sgd-accounts-filter-actions{grid-column:auto}.sgd-accounts-filter-actions .sgd-btn{justify-content:center;width:100%}}.sgd-stores-page{max-width:1440px}.sgd-stores-page .sgd-page-header{flex-wrap:nowrap;margin-bottom:12px}.sgd-stores-page .sgd-page-header>:first-child{min-width:0}.sgd-stores-page .sgd-page-header-title{font-size:22px}.sgd-stores-plus{font-size:19px;font-weight:300;line-height:.7}.sgd-stores-page-actions{flex-wrap:nowrap;align-items:center;gap:6px;display:flex}.sgd-stores-page-actions .sgd-btn{padding:6px 10px;font-size:13px}.sgd-stores-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px;display:grid}.sgd-stores-summary-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);align-items:center;gap:11px;min-height:68px;padding:11px 12px;display:flex}.sgd-stores-summary-icon{border-radius:var(--radius-sm);background:var(--surface-elevated);width:34px;height:34px;color:var(--text-secondary);place-items:center;display:inline-grid}.sgd-stores-summary-card strong,.sgd-stores-summary-card span:not(.sgd-stores-summary-icon){display:block}.sgd-stores-summary-card strong{color:var(--text-primary);font-size:22px;line-height:1.1}.sgd-stores-summary-card span:not(.sgd-stores-summary-icon){color:var(--text-secondary);margin-top:2px;font-size:12px}.sgd-stores-summary-card--active .sgd-stores-summary-icon{color:var(--success);background:#16a34a1c}.sgd-stores-summary-card--inactive .sgd-stores-summary-icon{color:var(--danger);background:#dc262617}.sgd-stores-summary-card--cnpj .sgd-stores-summary-icon{color:var(--info);background:#0284c71a}.sgd-stores-filters-card{padding:11px 14px!important}.sgd-stores-filters{grid-template-columns:minmax(260px,1.5fr) minmax(180px,.75fr) auto;align-items:end;gap:10px;display:grid}.sgd-stores-filter-actions{justify-content:flex-end;gap:8px;display:flex}.sgd-stores-table-card{padding:0;position:relative;overflow:visible}.sgd-stores-table-card .sgd-data-table{padding:0 14px}.sgd-stores-table-card .sgd-table-controls{z-index:9;margin:0;position:absolute;top:3px;right:14px}.sgd-stores-table-card .sgd-table-columns-trigger{width:24px;height:24px}.sgd-stores-table-card .sgd-table-columns-trigger svg{width:13px;height:13px}.sgd-stores-table-card .sgd-table-wrap{border-width:0 0 1px;border-radius:0}.sgd-stores-table-card .sgd-table{table-layout:fixed}.sgd-stores-table-card .sgd-table th,.sgd-stores-table-card .sgd-table td{padding-block:6px}.sgd-stores-table-card .sgd-table [data-column-key=selection]{text-align:center;width:32px;padding-inline:8px}.sgd-stores-table-card .sgd-table [data-column-key=code]{width:108px}.sgd-stores-table-card .sgd-table [data-column-key=branch-id]{width:92px}.sgd-stores-table-card .sgd-table [data-column-key=cnpj]{width:184px}.sgd-stores-table-card .sgd-table [data-column-key=status]{width:108px}.sgd-stores-table-card .sgd-table [data-column-key=actions]{width:170px;padding-right:48px}.sgd-stores-table-card .sgd-table [data-column-key=name]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sgd-stores-table-card .sgd-pagination{padding:10px 14px 12px}.sgd-stores-row-actions{justify-content:flex-end;align-items:center;gap:7px;display:flex}.sgd-stores-selection{width:15px;height:15px;accent-color:var(--brand-primary);cursor:pointer;vertical-align:middle;margin:0}.sgd-stores-selection-summary{border-bottom:1px solid var(--border);background:var(--brand-primary-tint);color:var(--brand-primary-strong);margin:0;padding:7px 14px;font-size:12px;font-weight:600}.sgd-stores-table-card>.sgd-alert{margin:8px 14px}.sgd-stores-create-form{flex-direction:column;gap:10px;display:flex}.sgd-stores-create-code-grid{grid-template-columns:minmax(0,1fr) 140px;gap:10px;display:grid}.sgd-stores-field-help{color:var(--text-muted);margin:-4px 0 0;font-size:12px;line-height:1.35}.sgd-stores-field-help--error{color:var(--danger)}.sgd-stores-remove-dialog{flex-direction:column;gap:10px;display:flex}.sgd-stores-remove-dialog p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.45}.sgd-stores-remove-dialog p:first-child{color:var(--text-primary)}@media (width<=620px){.sgd-stores-create-code-grid{grid-template-columns:1fr}}@media (width<=940px){.sgd-stores-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.sgd-stores-filters{grid-template-columns:minmax(220px,1fr) minmax(170px,.7fr)}.sgd-stores-filter-actions{grid-column:1/-1}}@media (width<=620px){.sgd-stores-page .sgd-page-header{flex-wrap:wrap;align-items:stretch}.sgd-stores-page .sgd-page-header .sgd-btn{justify-content:center;width:100%}.sgd-stores-page-actions{width:100%}.sgd-stores-page-actions .sgd-btn{flex:1}.sgd-stores-summary,.sgd-stores-filters{grid-template-columns:1fr}.sgd-stores-filter-actions{flex-wrap:wrap;grid-column:auto}.sgd-stores-filter-actions .sgd-btn{flex:1}.sgd-stores-table-card .sgd-pagination{padding-inline:12px}}.sgd-conference{flex-direction:column;min-height:100%;display:flex}.sgd-main-content:has(.sgd-conference){padding-top:12px}.sgd-conference .sgd-page-header{margin-bottom:12px}.sgd-conference-summary{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.sgd-conference .sgd-card{padding:16px 18px}.sgd-conference>.sgd-card{flex-direction:column;flex:auto;min-height:360px;margin-bottom:0;display:flex;overflow:hidden}.sgd-conference>.sgd-card>.sgd-pagination{flex:none;min-height:32px;margin-top:4px;padding-top:4px}.sgd-conference>.sgd-card>.sgd-pagination .sgd-pagination-summary,.sgd-conference>.sgd-card>.sgd-pagination .sgd-pagination-size{font-size:12px}.sgd-conference>.sgd-card>.sgd-pagination .sgd-pagination-nav,.sgd-conference>.sgd-card>.sgd-pagination .sgd-pagination-page{width:28px;height:28px;font-size:12px}.sgd-conference>.sgd-card>.sgd-pagination .sgd-pagination-size{gap:6px}.sgd-conference>.sgd-card>.sgd-pagination .sgd-field-control{min-height:30px;padding:4px 8px;font-size:12px}.sgd-conference-filters{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:14px;display:flex}.sgd-conference-filters>.sgd-field:first-child{width:180px}.sgd-conference-filters>.sgd-field:nth-child(2){width:210px}.sgd-conference-period{min-width:215px}.sgd-conference-search{width:240px}.sgd-conference-search-control{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:8px;height:38px;padding:0 10px;display:flex}.sgd-conference-search-control:focus-within{border-color:var(--focus-ring);box-shadow:0 0 0 3px var(--brand-primary-tint)}.sgd-conference-search-control svg{color:var(--text-muted);flex-shrink:0}.sgd-conference-search-control input{min-width:0;font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:14px}.sgd-conference-clear-filters{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-end;align-items:center;gap:4px;padding:8px 4px;font-size:13px;display:inline-flex}.sgd-conference-clear-filters:hover{color:var(--danger)}.sgd-conference-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;min-height:38px;margin-bottom:10px;display:flex}.sgd-bulk-actions{flex-direction:column;flex:1;gap:12px;display:flex}.sgd-bulk-actions-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.sgd-bulk-actions-count{color:var(--text-primary);margin:0;font-size:13.5px;font-weight:600}.sgd-bulk-actions-correction{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-elevated);flex-direction:column;gap:10px;max-width:420px;padding:14px;display:flex}.sgd-bulk-actions-correction-hint{color:var(--text-muted);margin:0;font-size:12.5px}.sgd-bulk-actions-correction-buttons{gap:8px;display:flex}.sgd-conference-table,.sgd-conference-table .sgd-data-table{flex-direction:column;flex:auto;min-height:0;display:flex}.sgd-conference-table .sgd-table-controls{z-index:9;margin:0;position:absolute;top:5px;right:14px}.sgd-conference-table .sgd-table-columns-trigger{width:24px;height:24px}.sgd-conference-table .sgd-table-columns-trigger svg{width:13px;height:13px}.sgd-conference-table .sgd-table-wrap{flex:auto;min-height:0}.sgd-conference-table>.sgd-state{flex:auto;min-height:180px}.sgd-conference-table .sgd-table th{padding:6px 10px;font-size:13px}.sgd-conference-table .sgd-table td{padding:5px 10px;font-size:11.5px;line-height:1.3}.sgd-conference-table .sgd-badge{padding:2px 8px;font-size:11.5px}.sgd-conference-table .sgd-btn--sm{padding:4px 10px;font-size:12px}.sgd-conference-datetime{flex-direction:column;gap:0;line-height:1.25;display:flex}.sgd-conference-table .sgd-table [data-column-key=store]{white-space:nowrap;width:64px}.sgd-conference-datetime-date{color:var(--text-primary);font-weight:600}.sgd-conference-datetime-time{color:var(--text-muted);font-size:11px}.sgd-bank-id{align-items:center;gap:8px;display:flex}.sgd-bank-id--unknown{color:var(--text-muted)}.sgd-bank-id-text{flex-direction:column;gap:0;min-width:0;line-height:1.25;display:flex}.sgd-bank-id-name{color:var(--text-primary);white-space:nowrap;font-weight:600}.sgd-bank-id-account{color:var(--text-muted);white-space:nowrap;font-size:11px}.sgd-ocr-confidence{font-variant-numeric:tabular-nums;align-items:center;gap:8px;display:flex}.sgd-ocr-confidence--unavailable{color:var(--text-muted);font-size:12px}.sgd-ocr-confidence-value{color:var(--text-primary);width:30px;font-size:12.5px;font-weight:600}.sgd-ocr-confidence-track{background:var(--border);border-radius:3px;flex-shrink:0;width:46px;height:6px;position:relative;overflow:hidden}.sgd-ocr-confidence-fill{border-radius:3px;height:100%;position:absolute;inset:0 auto 0 0}.sgd-ocr-confidence-fill--high{background:var(--success)}.sgd-ocr-confidence-fill--medium{background:var(--warning)}.sgd-ocr-confidence-fill--low{background:var(--danger)}@media (width<=760px){.sgd-conference>.sgd-card{min-height:0;display:block;overflow:visible}.sgd-conference-table,.sgd-conference-table .sgd-data-table{display:block}.sgd-conference-filters>.sgd-field,.sgd-conference-search{width:min(100%,365px)}}.sgd-detalhe{container:detalhe/inline-size}.sgd-detalhe-header{align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.sgd-detalhe-back{flex-shrink:0;margin-top:2px}.sgd-detalhe-header-main{min-width:0}.sgd-detalhe-header-title{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.sgd-detalhe-header-title h1{font-size:22px;line-height:1.2}.sgd-detalhe-header-meta{color:var(--text-muted);flex-wrap:wrap;row-gap:4px;margin:6px 0 0;padding:0;font-size:12.5px;list-style:none;display:flex}.sgd-detalhe-header-meta li{border-left:1px solid var(--border);white-space:nowrap;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.sgd-detalhe-header-meta li:first-child{border-left:0;padding-left:0}.sgd-detalhe-header-meta svg{flex-shrink:0;width:15px;height:15px}.sgd-detalhe-grid{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:14px;display:grid}@container detalhe (width>=700px){.sgd-detalhe-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr)}.sgd-detalhe-card--acoes{grid-column:1/-1}}@container detalhe (width>=940px){.sgd-detalhe-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) minmax(0,.8fr)}.sgd-detalhe-card--acoes{grid-column:auto}}.sgd-detalhe .sgd-card{margin-bottom:0;padding:14px 16px}.sgd-detalhe-card{flex-direction:column;min-width:0;display:flex;container:detalhe-card/inline-size}.sgd-detalhe-card-title{margin:0 0 10px;font-size:16px;line-height:1.3}.sgd-detalhe-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.sgd-detalhe-inline-error{color:var(--danger);margin:8px 0 0;font-size:12.5px}.sgd-detalhe-muted{color:var(--text-muted);margin:0}.sgd-detalhe-image-frame{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-elevated);flex:auto;height:300px;min-height:300px;position:relative;overflow:hidden;container-type:size}.sgd-detalhe-image{--img-w:calc(100cqw - 16px);--img-h:calc(100cqh - 16px);width:var(--img-w);height:var(--img-h);margin:calc(var(--img-h) / -2) 0 0 calc(var(--img-w) / -2);object-fit:contain;transition:transform .15s;position:absolute;top:50%;left:50%}.sgd-detalhe-image--sideways{--img-w:calc(100cqh - 16px);--img-h:calc(100cqw - 16px)}@container detalhe (width<=699.98px){.sgd-detalhe-image-frame{flex:none;height:clamp(320px,60vh,560px)}}.sgd-detalhe-image-frame--empty{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.sgd-detalhe-image-frame--empty p{margin:0}.sgd-detalhe-image-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px;display:grid}.sgd-detalhe-image-actions .sgd-btn{white-space:nowrap;gap:5px;width:100%;padding-inline:6px}.sgd-detalhe-card .sgd-alert{margin:10px 0 0}.sgd-detalhe-panel-header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.sgd-detalhe-panel-header-title{flex-wrap:wrap;flex:auto;align-items:center;gap:4px 8px;min-width:0;display:flex}.sgd-detalhe-edit-wrap{flex-shrink:0}.sgd-detalhe-save-status{color:var(--success-strong);align-items:center;gap:6px;margin:0;font-size:12px;font-weight:600;display:flex}.sgd-detalhe-save-status:not(:empty){margin:-2px 0 10px}.sgd-detalhe-panel-header-title .sgd-detalhe-card-title{white-space:nowrap;margin:0}.sgd-detalhe-confidence{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.sgd-detalhe-confidence--high{color:var(--success-strong);background:var(--success-tint)}.sgd-detalhe-confidence--medium{color:var(--warning-strong);background:var(--warning-tint)}.sgd-detalhe-confidence--low{color:var(--danger-strong);background:var(--danger-tint)}.sgd-detalhe-confidence--high .sgd-detalhe-dot{background:var(--success)}.sgd-detalhe-confidence--medium .sgd-detalhe-dot{background:var(--warning)}.sgd-detalhe-confidence--low .sgd-detalhe-dot{background:var(--danger)}.sgd-detalhe-edit-btn{white-space:nowrap;border-color:var(--brand-primary);background:var(--brand-primary-tint)}.sgd-detalhe-edit-btn:hover:not(:disabled){border-color:var(--brand-primary-strong);background:color-mix(in srgb, var(--brand-primary) 20%, var(--surface))}.sgd-detalhe-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px;display:grid}@container detalhe-card (width<=340px){.sgd-detalhe-fields{grid-template-columns:minmax(0,1fr)}}.sgd-detail-field{align-items:flex-start;gap:8px;min-width:0;display:flex}.sgd-detail-field--wide{grid-column:1/-1}.sgd-detail-field-icon{height:32px;color:var(--text-muted);flex:0 0 22px;justify-content:center;align-items:center;margin-top:20px;display:flex}.sgd-detail-field-icon svg{width:19px;height:19px}.sgd-detail-field-body{flex:1;min-width:0}.sgd-detail-field-label{color:var(--text-muted);white-space:nowrap;align-items:center;gap:6px;margin-bottom:4px;font-size:12px;line-height:16px;display:flex}.sgd-detail-field-tag{letter-spacing:.04em;color:var(--brand-primary-strong);background:var(--brand-primary-tint);border-radius:3px;padding:0 5px;font-size:9.5px;font-weight:700;line-height:15px;display:inline-block}.sgd-detail-field-box{min-height:32px;color:var(--text-primary);background:color-mix(in srgb, var(--surface-elevated) 40%, var(--surface));border:1px solid color-mix(in srgb, var(--border) 82%, var(--text-muted));border-radius:var(--radius-sm);overflow-wrap:anywhere;align-items:center;padding:5px 10px;font-size:13.5px;line-height:1.35;display:flex;box-shadow:0 1px 2px #1a15120f}.sgd-detail-field-box .sgd-bank-id-name{font-weight:500}.sgd-detail-field-body>.sgd-field-control{width:100%;min-height:32px;padding:5px 10px;font-size:13.5px;box-shadow:0 1px 2px #1a15120f}.sgd-detalhe-card--editing{border-color:var(--brand-primary);box-shadow:0 0 0 1px var(--brand-primary-tint)}.sgd-detalhe-edit-form{flex-direction:column;flex:1;display:flex}.sgd-detalhe-edit-footer{flex-direction:column;gap:8px;margin-top:auto;padding-top:14px;display:flex}.sgd-detalhe-edit-footer textarea{resize:vertical;width:100%;min-height:52px}.sgd-detalhe-edit-footer .sgd-alert{margin:0}.sgd-detalhe-edit-hint{color:var(--text-muted);margin:0;font-size:12px}.sgd-detalhe-edit-actions{justify-content:flex-end;gap:8px;display:flex}.sgd-detalhe-editing-hint{color:var(--warning-strong);margin:0;font-size:12px}.sgd-detalhe-ocr-note{color:var(--warning-strong);margin:3px 0 0;font-size:11.5px}.sgd-detalhe-compare{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:8px;margin-top:12px;margin-bottom:12px;display:grid}.sgd-detalhe-compare-box{border-radius:var(--radius-md);border:1px solid;align-items:center;gap:10px;min-width:0;padding:9px 12px;display:flex}.sgd-detalhe-compare-box--ocr{background:var(--warning-tint);border-color:color-mix(in srgb, var(--warning) 35%, transparent);color:var(--warning-strong)}.sgd-detalhe-compare-box--final{background:var(--success-tint);border-color:color-mix(in srgb, var(--success) 35%, transparent);color:var(--success-strong)}.sgd-detalhe-compare-box--diff{background:var(--danger-tint);border-color:var(--danger);color:var(--danger-strong)}.sgd-detalhe-compare-icon{flex-shrink:0;width:20px;height:20px}.sgd-detalhe-compare-label{font-size:12px;line-height:1.3;display:block}.sgd-detalhe-compare-value{color:var(--text-primary);white-space:nowrap;font-size:16px;display:block}.sgd-detalhe-compare-arrow{width:18px;height:18px;color:var(--text-muted);align-self:center}.sgd-detalhe-compare-diff{margin:-8px 0 14px}@container detalhe-card (width<=340px){.sgd-detalhe-compare{grid-template-columns:minmax(0,1fr)}.sgd-detalhe-compare-arrow{justify-self:center;transform:rotate(90deg)}}.sgd-detalhe-audit-note{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-elevated);color:var(--text-muted);gap:10px;margin-top:auto;padding:9px 12px;font-size:12px;line-height:1.45;display:flex}.sgd-detalhe-audit-note svg{flex-shrink:0;width:16px;height:16px;margin-top:1px}.sgd-detalhe-audit-note p{margin:0}.sgd-detalhe-actions{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.sgd-detalhe-actions .sgd-btn,.sgd-detalhe-actions .sgd-field-control,.sgd-detalhe-actions textarea{width:100%}.sgd-detalhe-actions textarea{resize:vertical;min-height:56px}.sgd-detalhe-approve-btn{padding:12px 16px;font-size:15px;font-weight:600}.sgd-detalhe-return-btn{padding:10px 16px;font-size:14px;font-weight:600}.sgd-detalhe-return-form{flex-direction:column;gap:10px;display:flex}.sgd-detalhe-return-fields{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin-top:2px;padding-top:12px;display:flex}.sgd-detalhe-cancel{border-top:1px solid var(--border);padding-top:12px}.sgd-detalhe-status{border:1px solid var(--border);border-radius:var(--radius-md);margin-top:auto;font-size:12.5px;overflow:hidden}.sgd-detalhe-status h3{background:var(--surface-elevated);border-bottom:1px solid var(--border);padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600}.sgd-detalhe-status-current{border-bottom:1px solid var(--border);align-items:center;gap:8px;margin:0;padding:8px 12px;font-size:13px;font-weight:600;display:flex}.sgd-detalhe-status-current--info .sgd-detalhe-dot{background:var(--info)}.sgd-detalhe-status-current--warning .sgd-detalhe-dot{background:var(--warning)}.sgd-detalhe-status-current--success .sgd-detalhe-dot{background:var(--success)}.sgd-detalhe-status-current--danger .sgd-detalhe-dot{background:var(--danger)}.sgd-detalhe-status-current--neutral .sgd-detalhe-dot{background:var(--text-muted)}.sgd-detalhe-status dl{margin:0}.sgd-detalhe-status dl>div{justify-content:space-between;align-items:center;gap:10px;padding:6px 12px;display:flex}.sgd-detalhe-status dl>div+div{border-top:1px solid var(--border)}.sgd-detalhe-status dt{color:var(--text-muted);white-space:nowrap;align-items:center;gap:8px;display:flex}.sgd-detalhe-status dt svg{flex-shrink:0;width:15px;height:15px}.sgd-detalhe-status dd{text-align:right;overflow-wrap:anywhere;margin:0;font-weight:500}@container detalhe (width>=700px) and (width<=939.98px){.sgd-detalhe-card--acoes{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;column-gap:20px;display:grid}.sgd-detalhe-card--acoes>.sgd-detalhe-card-title{grid-column:1/-1}.sgd-detalhe-card--acoes .sgd-detalhe-actions{margin-bottom:0}.sgd-detalhe-card--acoes .sgd-detalhe-status{margin-top:0}}.sgd-detalhe .sgd-detalhe-history{margin-top:14px}.sgd-detalhe-history-title{align-items:center;gap:8px;display:flex}.sgd-detalhe-history-title svg{width:18px;height:18px;color:var(--text-muted)}.sgd-detalhe-history-wrap{overflow-x:auto}.sgd-detalhe-history-table th,.sgd-detalhe-history-table td{white-space:nowrap;padding:8px 10px;font-size:12px}.sgd-detalhe-history-table td:last-child{white-space:normal;min-width:160px}.sgd-lightbox-body{justify-content:center;align-items:center;height:100%;min-height:0;display:flex;overflow:hidden}.sgd-lightbox-image{object-fit:contain;max-width:100%;max-height:100%;transition:transform .15s}.sgd-lightbox-footer{gap:8px;display:flex}.sgd-detail-field-label-text{text-overflow:ellipsis;min-width:0;overflow:hidden}@container detalhe (width<=699.98px){.sgd-detalhe-header{flex-direction:column;gap:8px}.sgd-detalhe-header-meta li{white-space:normal}}.sgd-detalhe-account{align-items:center;gap:8px;min-width:0;display:flex}.sgd-detalhe-account-select .sgd-field-control{min-height:32px;padding:5px 10px;font-size:13.5px;box-shadow:0 1px 2px #1a15120f}.sgd-detalhe-queue-nav{flex-shrink:0;align-items:center;gap:6px;margin-left:auto;display:flex}.sgd-detalhe-queue-nav-position{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);text-align:center;white-space:nowrap;font-variant-numeric:tabular-nums;min-width:84px;padding:5px 10px;font-size:13px;font-weight:600}.sgd-detalhe-queue-nav-next{gap:6px}@container detalhe (width<=699.98px){.sgd-detalhe-queue-nav{margin-left:0}}.sgd-detail-field-tag--changed{color:var(--warning-strong);background:var(--warning-tint)}.sgd-detail-field-tag--manual{color:var(--text-muted);background:var(--surface-elevated);box-shadow:inset 0 0 0 1px var(--border)}.sgd-dashboard-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;padding-bottom:20px;display:flex}.sgd-dashboard-greeting{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:22px}.sgd-dashboard-greeting-subtitle{color:var(--text-muted);margin:4px 0 0;font-size:13.5px}.sgd-dashboard-header-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.sgd-period-filter{flex-wrap:wrap;align-items:center;gap:6px 8px;display:flex}.sgd-period-filter-icon{color:var(--text-muted);flex-shrink:0}.sgd-period-filter-select{min-width:170px}.sgd-kpi-grid{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.sgd-dashboard-grid-secondary{grid-template-columns:1.7fr 1fr 1fr;align-items:stretch;gap:16px;margin-bottom:20px;display:grid}.sgd-dashboard-grid-tertiary{grid-template-columns:1.7fr 1fr;align-items:start;gap:16px;display:grid}.sgd-dashboard .sgd-dashboard-card{flex-direction:column;margin-bottom:0;display:flex}.sgd-dashboard-card-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;display:flex}.sgd-dashboard-card-title{color:var(--text-primary);margin:0 0 14px;font-size:15px}.sgd-dashboard-card-header .sgd-dashboard-card-title{margin-bottom:0}.sgd-dashboard-card-total{color:var(--text-muted);align-items:baseline;gap:8px;font-size:12.5px;display:flex}.sgd-dashboard-card-total strong{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:16px}.sgd-dashboard-card-link{color:var(--brand-primary-strong);white-space:nowrap;font-size:13px;font-weight:600}.sgd-dashboard-card-link:hover{text-decoration:underline}.sgd-dashboard-card--recent .sgd-table th{font-size:13px}.sgd-dashboard-card--recent .sgd-table td{padding:8px 12px;font-size:11.5px}.sgd-evolution-chart{flex:1;width:100%;min-height:150px;overflow:visible}.sgd-evolution-chart-grid{stroke:var(--border);stroke-width:1px}.sgd-evolution-chart-axis-label{fill:var(--text-muted);font-size:9px;font-family:var(--font-body)}.sgd-evolution-chart-bar{fill:var(--brand-primary)}.sgd-evolution-chart-bar--empty{fill:#0000}.sgd-status-chart{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.sgd-status-chart-total-value{fill:var(--text-primary);font-size:26px;font-weight:700;font-family:var(--font-body)}.sgd-status-chart-total-label{fill:var(--text-muted);font-size:11px;font-family:var(--font-body)}.sgd-status-chart-legend{flex-direction:column;flex:1;gap:8px;min-width:140px;margin:0;padding:0;list-style:none;display:flex}.sgd-status-chart-legend-item{align-items:center;gap:8px;font-size:13px;display:flex}.sgd-status-chart-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.sgd-status-chart-legend-label{color:var(--text-primary);flex:1}.sgd-status-chart-legend-count{font-variant-numeric:tabular-nums;color:var(--text-primary);font-weight:600}.sgd-status-chart-legend-pct{font-variant-numeric:tabular-nums;color:var(--text-muted);text-align:right;width:34px;font-size:12px}.sgd-quick-actions{flex-direction:column;gap:8px;display:flex}.sgd-quick-action{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);background:var(--surface);align-items:center;gap:10px;padding:10px 12px;display:flex}.sgd-quick-action:hover{background:var(--surface-elevated);border-color:var(--text-muted)}.sgd-quick-action--highlight{border-color:var(--brand-primary);background:var(--brand-primary-tint)}.sgd-quick-action-label{flex-direction:column;flex:1;gap:2px;font-size:13.5px;font-weight:600;display:flex}.sgd-quick-action-badge{color:var(--brand-primary-strong);font-size:11.5px;font-weight:600}.sgd-quick-action-chevron{color:var(--text-muted);flex-shrink:0;width:16px;height:16px}.sgd-attention-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.sgd-attention-item{border-radius:var(--radius-sm);background:var(--surface-elevated);color:var(--text-primary);align-items:center;gap:10px;padding:10px 12px;font-size:13.5px;display:flex}.sgd-attention-item:hover{background:var(--border)}.sgd-attention-item-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.sgd-attention-item-icon--awaiting{color:var(--info);background:#0284c71f}.sgd-attention-item-icon--correction{color:var(--danger);background:#dc26261a}.sgd-attention-item-icon--not_exported{color:var(--warning);background:#d977061f}.sgd-attention-item span:nth-child(2){flex:1}.sgd-attention-item-arrow{color:var(--text-muted);flex-shrink:0}.sgd-attention-clear{color:var(--success);align-items:flex-start;gap:12px;padding:8px 4px;display:flex}.sgd-attention-clear-title{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.sgd-attention-clear-description{color:var(--text-muted);margin:2px 0 0;font-size:13px}@media (width<=1440px){.sgd-dashboard-grid-secondary{grid-template-columns:1.4fr 1fr 1fr}}@media (height<=820px){.sgd-dashboard-header{margin-bottom:14px;padding-bottom:14px}.sgd-kpi-grid{margin-bottom:14px}.sgd-dashboard-grid-secondary,.sgd-dashboard-grid-tertiary{gap:12px}.sgd-dashboard-grid-secondary{margin-bottom:12px}.sgd-dashboard .sgd-dashboard-card{padding:14px 16px}.sgd-dashboard-card-title{margin-bottom:10px}.sgd-evolution-chart{height:150px}}@media (width<=1180px){.sgd-dashboard-grid-secondary{grid-template-columns:1fr 1fr}.sgd-dashboard-card--evolution{grid-column:1/-1}}@media (width<=900px){.sgd-dashboard-grid-tertiary{grid-template-columns:1fr}.sgd-dashboard-header-actions{justify-content:space-between;width:100%}}@media (width<=640px){.sgd-dashboard-grid-secondary{grid-template-columns:1fr}.sgd-dashboard-card--evolution{grid-column:auto}}.sgd-report-search{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:8px;max-width:360px;height:40px;margin-bottom:28px;padding:0 12px;display:flex}.sgd-report-search:focus-within{border-color:var(--focus-ring);box-shadow:0 0 0 3px var(--brand-primary-tint)}.sgd-report-search svg{color:var(--text-muted);flex-shrink:0}.sgd-report-search input{font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:14px}.sgd-report-empty{color:var(--text-muted);font-size:14px}.sgd-report-category{margin-bottom:28px}.sgd-report-category-title{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 12px;font-size:13px;font-weight:600}.sgd-report-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.sgd-report-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:inherit;align-items:center;gap:12px;padding:16px;text-decoration:none;transition:border-color .12s,box-shadow .12s;display:flex}.sgd-report-card:hover{border-color:var(--brand-primary);box-shadow:0 4px 14px -8px #1a151240}.sgd-report-card:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sgd-report-card-icon{border-radius:var(--radius-sm);background:var(--brand-primary-tint);width:38px;height:38px;color:var(--brand-primary-strong);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sgd-report-card-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sgd-report-card-title{color:var(--text-primary);font-size:14px;font-weight:600}.sgd-report-card-description{color:var(--text-muted);font-size:12.5px;line-height:1.35}.sgd-report-card-chevron{color:var(--text-muted);flex-shrink:0}.sgd-report-back-link{color:var(--text-muted);align-items:center;gap:6px;margin-bottom:16px;font-size:13px;text-decoration:none;display:inline-flex}.sgd-report-back-link:hover{color:var(--text-primary)}.sgd-report-filters-screen{max-width:900px}.sgd-report-filters-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:24px}.sgd-report-filters-heading{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin:0 0 16px;font-size:14px;font-weight:600}.sgd-report-filter-fields{flex-direction:column;gap:16px;display:flex}.sgd-report-filter-row{flex-wrap:wrap;gap:16px;display:flex}.sgd-report-filter-period{min-width:260px}.sgd-report-advanced{border-top:1px solid var(--border);padding-top:14px}.sgd-report-advanced-toggle{color:var(--brand-primary-strong);cursor:pointer;background:0 0;border:none;margin-bottom:12px;padding:0;font-size:13px;font-weight:600}.sgd-report-filters-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:22px;padding-top:18px;display:flex}.sgd-report-result-header{margin-bottom:16px}.sgd-report-result-title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 4px;font-size:22px}.sgd-report-result-filters{color:var(--text-muted);margin:0;font-size:13px}.sgd-report-summary{align-items:baseline;gap:20px;margin-bottom:18px;display:flex}.sgd-report-summary-count{color:var(--text-primary);margin:0;font-size:15px;font-weight:600}.sgd-report-summary-total{color:var(--text-muted);margin:0;font-size:13.5px}.sgd-report-summary-total strong{color:var(--text-primary);font-variant-numeric:tabular-nums}.sgd-report-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.sgd-report-toolbar-sort{gap:10px;display:flex}.sgd-report-toolbar-actions{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.sgd-report-columns-selector{position:relative}.sgd-report-columns-backdrop{z-index:10;cursor:default;background:0 0;border:none;position:fixed;inset:0}.sgd-report-columns-panel{z-index:11;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:2px;min-width:220px;max-height:280px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto;box-shadow:0 12px 28px -12px #1a15124d}.sgd-report-columns-option{border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:flex}.sgd-report-columns-option:hover{background:var(--surface-elevated)}.sgd-report-export{flex-direction:column;gap:8px;display:flex}.sgd-report-export-actions{gap:8px;display:flex}@media (width<=760px){.sgd-report-filters-screen{max-width:none}.sgd-report-toolbar{align-items:stretch}.sgd-report-toolbar-actions{justify-content:space-between}}.sgd-shell{grid-template-columns:auto 1fr;height:100svh;display:grid}.sgd-sidebar{background:var(--brand-secondary);color:var(--text-on-brand);flex-direction:column;width:240px;height:100%;transition:width .15s;display:flex;overflow:hidden}.sgd-sidebar[data-collapsed=true]{width:68px}.sgd-sidebar-header{border-bottom:1px solid var(--border-on-brand);justify-content:space-between;align-items:flex-start;gap:8px;padding:20px 20px 11px;display:flex}.sgd-sidebar[data-collapsed=true] .sgd-sidebar-header{align-items:flex-start;padding-bottom:13px;position:relative}.sgd-sidebar-toggle{color:var(--text-on-brand-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;padding:4px;display:flex}.sgd-sidebar[data-collapsed=false] .sgd-sidebar-toggle{transform:translateY(8px)}.sgd-sidebar[data-collapsed=true] .sgd-sidebar-toggle{justify-content:center;align-items:center;width:16px;height:16px;padding:0;position:absolute;top:4px;left:21px;transform:none}.sgd-sidebar-toggle:hover{color:var(--text-on-brand);background:var(--brand-secondary-elevated)}.sgd-nav{flex-direction:column;flex:1;gap:2px;padding:12px 10px;display:flex;overflow-y:auto}.sgd-nav-footer{border-top:1px solid var(--border-on-brand);flex-direction:column;gap:2px;padding:10px;display:flex}.sgd-sidebar-attribution{flex-direction:column;align-items:flex-start;padding:12px 20px 16px;display:flex}.sgd-sidebar-credit{color:var(--text-on-brand-muted);opacity:.9;margin:0;padding:0;font-size:14px}.sgd-sidebar-credit-logo-frame{width:90px;margin-top:6px;display:block}.sgd-sidebar-credit-logo{aspect-ratio:1065/310;width:90px;height:auto;display:block}.sgd-sidebar-version{color:var(--text-on-brand-muted);opacity:.7;margin:2px 0 0;padding:0;font-size:11px}.sgd-nav-link,.sgd-nav-group-toggle{border-radius:var(--radius-sm);color:var(--text-on-brand-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:12px;width:100%;padding:9px 10px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.sgd-nav-link:hover,.sgd-nav-group-toggle:hover{color:var(--text-on-brand);background:var(--brand-secondary-elevated)}.sgd-nav-link.active{color:var(--text-on-brand);background:var(--brand-secondary-elevated);border-left-color:var(--brand-primary)}.sgd-nav-link svg,.sgd-nav-group-toggle svg{flex-shrink:0}.sgd-nav-link span,.sgd-nav-group-toggle span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sgd-sidebar[data-collapsed=true] .sgd-nav-label,.sgd-sidebar[data-collapsed=true] .sgd-sidebar-brand-label,.sgd-sidebar[data-collapsed=true] .sgd-nav-chevron{display:none}.sgd-nav-group-toggle{justify-content:space-between}.sgd-nav-group-toggle-label{align-items:center;gap:12px;display:flex}.sgd-nav-chevron{color:var(--text-on-brand-muted);transition:transform .12s}.sgd-nav-chevron[data-open=true]{transform:rotate(90deg)}.sgd-nav-children{flex-direction:column;gap:2px;margin:2px 0 6px;padding-left:30px;display:flex}.sgd-nav-children .sgd-nav-link{padding:7px 10px;font-size:13.5px}.sgd-main{background:var(--surface);flex-direction:column;min-width:0;height:100%;display:flex;overflow:hidden}.sgd-topbar{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:14px 32px;display:flex}.sgd-account-menu{flex-shrink:0;display:inline-block;position:relative}.sgd-account-menu-trigger{cursor:pointer;text-align:left;color:var(--text-primary);background:0 0;border:none;border-radius:999px;align-items:center;gap:10px;padding:0 10px 0 0;display:inline-flex}.sgd-account-menu-trigger:hover{background:var(--surface-elevated)}.sgd-account-menu-trigger-identity{flex-direction:column;max-width:200px;line-height:1.25;display:flex}.sgd-account-menu-trigger-name{white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.sgd-account-menu-trigger-role{color:var(--text-muted);font-size:12px}@media (width<=760px){.sgd-account-menu-trigger-identity{display:none}}.sgd-account-menu-trigger:focus-visible{outline:2px solid var(--brand-secondary);outline-offset:2px}.sgd-account-menu-avatar{background:var(--brand-secondary);width:34px;height:34px;color:var(--text-on-brand);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:inline-flex;overflow:hidden}.sgd-account-menu-avatar img{object-fit:cover;width:100%;height:100%}.sgd-account-menu-avatar--lg{width:44px;height:44px;font-size:16px}.sgd-account-menu-panel{z-index:11;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:1px;min-width:240px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 28px -12px #1a15124d}.sgd-account-menu-header{align-items:center;gap:10px;padding:8px 10px 12px;display:flex}.sgd-account-menu-identity{flex-direction:column;min-width:0;line-height:1.3;display:flex}.sgd-account-menu-name{color:var(--text-primary);font-size:13.5px;font-weight:600}.sgd-account-menu-role{color:var(--brand-primary-strong);font-size:12px;font-weight:600}.sgd-account-menu-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.sgd-account-menu-divider{background:var(--border);height:1px;margin:6px 4px}.sgd-account-menu-error{padding:4px 6px 2px}.sgd-main-content{flex:1;max-width:1180px;padding:20px 32px 32px;overflow-y:auto}:is(.sgd-main-content:has(.sgd-dashboard),.sgd-main-content:has(.sgd-conference),.sgd-main-content:has(.sgd-detalhe),.sgd-main-content:has(.sgd-cadastro-screen)){max-width:none}.sgd-main-content:has(.sgd-cadastro-screen){padding:20px 24px}.sgd-main-content:has(.sgd-detalhe){padding:12px 24px 24px}@media (width<=760px){.sgd-sidebar{width:68px}.sgd-nav-label,.sgd-sidebar-brand-label,.sgd-nav-chevron,.sgd-sidebar-attribution,.sgd-sidebar-credit,.sgd-sidebar-version{display:none}:is(.sgd-main-content,.sgd-main-content:has(.sgd-detalhe)){padding:20px}}:root{--brand-primary:#b8952e;--brand-primary-strong:#8f7222;--brand-primary-tint:#b8952e1f;--brand-primary-glow:#b8952e14;--brand-secondary:#1a1512;--brand-secondary-elevated:#26201a;--surface:#fff;--surface-elevated:#f7f5f2;--text-primary:#1a1512;--text-muted:#6b625a;--text-on-brand:#f3ede2;--text-on-brand-muted:#a89c8c;--border:#e6e1da;--border-on-brand:#f3ede21f;--focus-ring:#b8952e;--radius-sm:4px;--radius-md:6px;--radius-lg:14px;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--info:#0284c7;--success-strong:#15803d;--success-tint:#ecf7ef;--warning-strong:#b45309;--warning-tint:#fdf4e7;--danger-strong:#b91c1c;--danger-tint:#fdeeee;--info-strong:#0369a1;--info-tint:#e9f4fb;--font-display:"Fraunces", "Iowan Old Style", Georgia, serif;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}.sgd-btn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:9px 16px;font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.sgd-btn:disabled{cursor:not-allowed;opacity:.55}.sgd-btn--sm{padding:6px 12px;font-size:13px}.sgd-btn--primary{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-secondary)}.sgd-btn--primary:hover:not(:disabled){background:var(--brand-primary-strong);border-color:var(--brand-primary-strong)}.sgd-btn--secondary{background:var(--surface);border-color:var(--border);color:var(--text-primary)}.sgd-btn--secondary:hover:not(:disabled){background:var(--surface-elevated);border-color:var(--text-muted)}.sgd-btn--ghost{color:var(--text-primary);background:0 0;border-color:#0000}.sgd-btn--ghost:hover:not(:disabled){background:var(--surface-elevated)}.sgd-btn--danger{background:var(--surface);border-color:var(--danger);color:var(--danger)}.sgd-btn--danger:hover:not(:disabled){background:var(--danger);color:#fff}.sgd-btn--success{background:var(--success);border-color:var(--success);color:#fff}.sgd-btn--success:hover:not(:disabled){background:color-mix(in srgb, var(--success) 85%, black);border-color:color-mix(in srgb, var(--success) 85%, black)}.sgd-icon-btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sgd-icon-btn:hover:not(:disabled){color:var(--text-primary);background:var(--surface-elevated)}.sgd-icon-btn:disabled{cursor:not-allowed;opacity:.5}.sgd-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:12.5px;font-weight:600;line-height:1.5;display:inline-flex}.sgd-badge:before{content:"";background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px}.sgd-badge--neutral{background:var(--surface-elevated);color:var(--text-muted)}.sgd-badge--info{background:var(--info-tint);color:var(--info-strong)}.sgd-badge--warning{background:var(--warning-tint);color:var(--warning-strong)}.sgd-badge--success{background:var(--success-tint);color:var(--success-strong)}.sgd-badge--danger{background:var(--danger-tint);color:var(--danger-strong)}.sgd-badge--brand{background:var(--brand-primary-tint);color:var(--brand-primary-strong)}.sgd-field{color:var(--text-muted);flex-direction:column;gap:5px;font-size:13px;display:flex}.sgd-field-control{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-primary);min-height:38px;padding:8px 10px;font-family:inherit;font-size:14px}.sgd-field-control:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px}.sgd-state{text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 20px;display:flex}.sgd-state svg{color:var(--text-muted)}.sgd-state--error{border-color:var(--danger);color:var(--danger);border-style:solid}.sgd-state--error svg{color:var(--danger)}.sgd-state-title{color:var(--text-primary);font-size:14px;font-weight:600}.sgd-state--error .sgd-state-title{color:var(--danger)}.sgd-state-loading svg{animation:.9s linear infinite sgd-spin}@keyframes sgd-spin{to{transform:rotate(360deg)}}.sgd-kpi-card{border-top:3px solid var(--brand-primary);border-left:1px solid var(--border);border-right:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-elevated);flex:150px;align-items:center;gap:8px;min-width:0;padding:12px 14px;display:flex}.sgd-kpi-card-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.sgd-kpi-card-icon svg{width:15px;height:15px}.sgd-kpi-card-icon--neutral{background:var(--surface);color:var(--text-muted)}.sgd-kpi-card-icon--info{color:var(--info);background:#0284c71a}.sgd-kpi-card-icon--warning{color:var(--warning);background:#d977061f}.sgd-kpi-card-icon--success{color:var(--success);background:#16a34a1f}.sgd-kpi-card-body{min-width:0}.sgd-kpi-card-label{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:11.5px;overflow:hidden}.sgd-kpi-card-value{color:var(--text-primary);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:18px;font-weight:600}.sgd-kpi-card-value--error{color:var(--danger);align-items:center;gap:6px;font-size:15px;display:inline-flex}.sgd-kpi-card-skeleton{border-radius:var(--radius-sm);background:var(--border);opacity:.6;width:70%;height:22px;margin-top:2px;animation:1.1s ease-in-out infinite sgd-kpi-skeleton-pulse;display:block}@keyframes sgd-kpi-skeleton-pulse{50%{opacity:.3}}.sgd-kpi-card-helper{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;margin:4px 0 0;font-size:12px;display:flex;overflow:hidden}.sgd-kpi-card-helper--up{color:var(--success)}.sgd-kpi-card-helper--down{color:var(--danger)}.sgd-kpi-card-trend-icon{align-items:center;display:inline-flex}.sgd-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;display:flex}.sgd-page-header-title{color:var(--text-primary);font-size:22px}.sgd-page-header-description{color:var(--text-muted);margin-top:4px;font-size:14px}.sgd-breadcrumb{color:var(--text-muted);align-items:center;gap:6px;margin-bottom:6px;font-size:13px;display:flex}.sgd-breadcrumb-current{color:var(--text-primary);font-weight:600}.sgd-breadcrumb svg{flex-shrink:0;width:14px;height:14px}.sgd-filter-bar{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:18px;display:flex}.sgd-table-wrap{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);overflow:auto}.sgd-data-table{position:relative}.sgd-table-controls{justify-content:flex-end;min-height:0;margin:0 0 6px;display:flex;position:relative}.sgd-table-columns-trigger,.sgd-table-sort{font:inherit;color:inherit;cursor:pointer}.sgd-table-columns-trigger{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:30px;height:30px;color:var(--text-secondary);justify-content:center;align-items:center;padding:0;display:inline-flex}.sgd-table-columns-trigger:hover,.sgd-table-columns-trigger[aria-expanded=true]{border-color:var(--brand);color:var(--brand)}.sgd-table-columns-panel{z-index:8;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);min-width:190px;box-shadow:var(--shadow-md);gap:8px;margin-top:2px;padding:11px;font-size:13px;display:grid;position:absolute;top:100%;right:0}.sgd-table-columns-option{cursor:pointer;align-items:center;gap:8px;display:flex}.sgd-table-sort{font-weight:inherit;text-align:inherit;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}.sgd-table-sort:hover{color:var(--text-primary)}.sgd-table-sort-indicator{color:var(--text-muted);font-size:12px}.sgd-bank-mark{background:var(--surface-elevated);color:var(--text-secondary);letter-spacing:-.04em;border-radius:6px;flex:none;justify-content:center;align-items:center;font-size:8px;font-weight:800;line-height:1;display:inline-flex}.sgd-bank-mark--sm{width:22px;height:22px}.sgd-bank-mark--md{width:28px;height:28px;font-size:9px}.sgd-bank-mark--bb{color:#124a8a;background:#ffdb3d}.sgd-bank-mark--banestes,.sgd-bank-mark--brb,.sgd-bank-mark--caixa{color:#075b9d;background:#e5f0fb}.sgd-bank-mark--santander,.sgd-bank-mark--bradesco{color:#bd1834;background:#fde9ec}.sgd-bank-mark--itau{color:#b84f00;background:#fff0e3}.sgd-bank-mark--sicredi{color:#247238;background:#e6f4e9}.sgd-bank-mark--sicoob{color:#087462;background:#e2f3ef}.sgd-bank-mark--logo{background:#fff;padding:2px;overflow:hidden}.sgd-bank-mark--logo img{object-fit:contain;width:100%;height:100%;display:block}.sgd-bank-name-with-mark{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.sgd-bank-lookup{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.sgd-bank-lookup [role=alert]{color:var(--danger)}.sgd-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%}.sgd-table thead tr{background:var(--surface-elevated)}.sgd-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 14px;font-size:13px;font-weight:600}.sgd-table td{border-bottom:1px solid var(--border);padding:10px 14px;font-size:11.5px}.sgd-table tbody tr:last-child td{border-bottom:none}.sgd-table tbody tr:hover{background:var(--surface-elevated)}.sgd-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:14px;display:flex}.sgd-pagination-summary{color:var(--text-muted);white-space:nowrap;margin:0;font-size:13px}.sgd-pagination-controls{align-items:center;gap:4px;display:flex}.sgd-pagination-nav,.sgd-pagination-page{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);min-width:30px;height:30px;color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;padding:0 6px;font-size:13px;display:inline-flex}.sgd-pagination-nav:hover:not(:disabled),.sgd-pagination-page:hover{background:var(--surface-elevated)}.sgd-pagination-nav:disabled{opacity:.4;cursor:not-allowed}.sgd-pagination-page--active{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-secondary);font-weight:600}.sgd-pagination-ellipsis{color:var(--text-muted);padding:0 4px}.sgd-pagination-size{color:var(--text-muted);white-space:nowrap;align-items:center;gap:8px;font-size:13px;display:flex}.sgd-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);margin-bottom:20px;padding:20px}.sgd-card--accent{border-top:3px solid var(--brand-primary)}.sgd-card:last-child{margin-bottom:0}.sgd-alert{border-radius:var(--radius-md);border:1px solid;gap:12px;margin-bottom:20px;padding:14px 16px;font-size:14px;display:flex}.sgd-alert-icon{flex-shrink:0;margin-top:1px}.sgd-alert-content{flex:1;min-width:0}.sgd-alert-title{margin-bottom:2px;display:block}.sgd-alert-body{color:var(--text-primary);overflow-wrap:anywhere}.sgd-alert-body .sgd-btn{white-space:normal;text-align:center;max-width:100%}.sgd-alert--info{color:var(--info-strong);background:#0284c714;border-color:#0284c759}.sgd-alert--warning{color:var(--warning-strong);background:#d9770614;border-color:#d9770659}.sgd-alert--danger{color:var(--danger-strong);background:#dc262614;border-color:#dc262659}.sgd-dialog-backdrop{z-index:100;background:#1a151273;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.sgd-dialog{background:var(--surface);border-radius:var(--radius-md);outline:none;width:100%;max-width:440px;max-height:calc(100vh - 40px);padding:24px;position:relative;overflow-y:auto;box-shadow:0 24px 48px -16px #1a151266}.sgd-dialog--resizable{width:520px;min-width:440px;max-width:calc(100vw - 40px);height:500px;min-height:360px;overflow:auto}.sgd-dialog-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.sgd-dialog-title{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:18px}.sgd-dialog-close{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;padding:4px}.sgd-dialog-window-controls{align-items:center;gap:2px;margin:-4px -4px -4px 0;display:flex}.sgd-dialog-window-control,.sgd-dialog-close{justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.sgd-dialog-window-control{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:none}.sgd-dialog-window-control:hover{background:var(--surface-elevated);color:var(--text-primary)}.sgd-dialog-close:hover{background:var(--danger);color:#fff}.sgd-dialog-icon-minimize{background:currentColor;width:10px;height:1px}.sgd-dialog-icon-maximize,.sgd-dialog-icon-restore{border:1.5px solid;width:11px;height:11px}.sgd-dialog-icon-restore{position:relative;transform:translate(1px,1px)}.sgd-dialog-icon-restore:before{content:"";background:var(--surface);border:1.5px solid;width:8px;height:8px;position:absolute;bottom:2px;right:2px}.sgd-dialog-resize-handle{z-index:2;cursor:nwse-resize;touch-action:none;background:linear-gradient(135deg, transparent 0 46%, var(--text-muted) 47% 51%, transparent 52% 62%, var(--text-muted) 63% 67%, transparent 68%);opacity:.7;width:20px;height:20px;position:absolute;bottom:2px;right:2px}.sgd-dialog--minimized{min-height:0;overflow:hidden;height:auto!important}.sgd-dialog--minimized .sgd-dialog-header{margin-bottom:0}.sgd-dialog--minimized .sgd-dialog-description,.sgd-dialog--minimized .sgd-dialog-body,.sgd-dialog--minimized .sgd-dialog-footer{display:none}.sgd-dialog--maximized{max-width:none;max-height:none;width:calc(100vw - 40px)!important;height:calc(100vh - 40px)!important}.sgd-dialog-description{color:var(--text-muted);margin:4px 0 16px;font-size:13px}.sgd-dialog-body{flex-direction:column;gap:14px;display:flex}.sgd-dialog-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:22px;padding-top:16px;display:flex}@media (width<=620px){.sgd-dialog--resizable{min-width:0;min-height:0;width:100%!important;height:auto!important}.sgd-dialog-resize-handle,.sgd-dialog-window-control{display:none}}.sgd-actions-menu{display:inline-block;position:relative}.sgd-actions-menu-trigger{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.sgd-actions-menu-trigger:hover{background:var(--surface-elevated);color:var(--text-primary)}.sgd-actions-menu-backdrop{z-index:10;cursor:default;background:0 0;border:none;position:fixed;inset:0}.sgd-actions-menu-panel{z-index:11;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:1px;min-width:190px;padding:6px;display:flex;position:fixed;box-shadow:0 12px 28px -12px #1a15124d}.sgd-actions-menu-item{text-align:left;border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:8px 10px;font-size:13.5px}.sgd-actions-menu-item:hover:not(:disabled){background:var(--surface-elevated)}.sgd-actions-menu-item:disabled{color:var(--text-muted);cursor:not-allowed}.sgd-actions-menu-item--danger{color:var(--danger)}.sgd-alert--success{color:var(--success-strong);background:#16a34a14;border-color:#16a34a59}.sgd-tabs-list{border-bottom:1px solid var(--border);gap:4px;margin-bottom:20px;display:flex;overflow-x:auto}.sgd-tabs-tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 14px;font-size:14px;font-weight:600}.sgd-tabs-tab:hover{color:var(--text-primary)}.sgd-tabs-tab.active{color:var(--brand-primary-strong);border-bottom-color:var(--brand-primary)}.sgd-tabs-tab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sgd-searchable-select{min-width:0;position:relative}.sgd-searchable-select-trigger{text-align:left;cursor:pointer;align-items:center;gap:8px;width:100%;display:flex}.sgd-searchable-select-trigger:disabled{cursor:not-allowed;opacity:.6}.sgd-searchable-select-leading{flex-shrink:0;display:inline-flex}.sgd-searchable-select-value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.sgd-searchable-select-placeholder{color:var(--text-muted)}.sgd-searchable-select-chevron{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.sgd-searchable-select-validation{opacity:0;pointer-events:none;border:0;width:100%;height:1px;padding:0;position:absolute;inset:auto 0 0}.sgd-searchable-select-popover{z-index:200;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;display:flex;position:fixed;overflow:hidden;box-shadow:0 10px 28px #1a151229}.sgd-searchable-select-search{border-bottom:1px solid var(--border);color:var(--text-muted);align-items:center;gap:8px;padding:8px 10px;display:flex}.sgd-searchable-select-search svg{flex-shrink:0;width:16px;height:16px}.sgd-searchable-select-search input{min-width:0;color:var(--text-primary);font:inherit;background:0 0;border:0;outline:none;flex:1;padding:4px 0;font-size:14px}.sgd-searchable-select-list{overscroll-behavior:contain;margin:0;padding:4px;list-style:none;overflow-y:auto}.sgd-searchable-select-option{border-radius:var(--radius-sm);min-height:40px;color:var(--text-primary);cursor:pointer;align-items:center;gap:10px;padding:6px 10px;font-size:14px;display:flex}.sgd-searchable-select-option--active{background:var(--surface-elevated)}.sgd-searchable-select-option--selected{font-weight:600}.sgd-searchable-select-option[aria-disabled=true]{color:var(--text-muted);cursor:not-allowed}.sgd-searchable-select-option-label{overflow-wrap:anywhere;flex:1;min-width:0}.sgd-searchable-select-check{width:16px;height:16px;color:var(--brand-primary-strong);flex-shrink:0}.sgd-searchable-select-empty{color:var(--text-muted);margin:0;padding:12px;font-size:13px}.sgd-help-summary{color:var(--text-muted);margin:0 0 20px;font-size:14px}.sgd-help-paragraph{margin:0 0 16px;line-height:1.6}.sgd-help-block{margin-bottom:20px}.sgd-help-block-title{margin:0 0 8px;font-size:14px;font-weight:600}.sgd-help-list{margin:0;padding-left:20px;line-height:1.7}.sgd-help-steps{flex-direction:column;gap:12px;margin:0;padding-left:22px;display:flex}.sgd-help-steps li{padding-left:4px}.sgd-help-step-text{margin:0;font-weight:500}.sgd-help-step-detail{color:var(--text-muted);margin:3px 0 0;font-size:13px}.sgd-help-fields{flex-direction:column;gap:14px;margin:0;display:flex}.sgd-help-field dt{font-size:14px;font-weight:600}.sgd-help-field dd{margin:2px 0 0;line-height:1.6}.sgd-help-tip{color:var(--text-muted);margin-top:4px;font-size:13px;display:block}.sgd-help-tip:before{content:"💡 "}.sgd-help-statuses{flex-direction:column;gap:12px;display:flex}.sgd-help-status{border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px}.sgd-help-status-meaning{margin:8px 0 4px}.sgd-help-status-who,.sgd-help-status-next{color:var(--text-muted);margin:2px 0;font-size:13px}.sgd-help-status-who strong{color:var(--text-primary)}.sgd-help-faq{flex-direction:column;gap:8px;display:flex}.sgd-help-faq-item{border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 14px}.sgd-help-faq-item summary{cursor:pointer;font-weight:500}.sgd-help-faq-item p{color:var(--text-muted);margin:8px 0 0}.sgd-help-screenshot-figure{margin:0 0 20px}.sgd-help-screenshot{border:1px solid var(--border);border-radius:var(--radius-md);line-height:0;position:relative;overflow:hidden}.sgd-help-screenshot img{width:100%;display:block}.sgd-help-marker{background:var(--brand-primary);width:22px;height:22px;color:var(--text-on-brand);box-shadow:0 0 0 2px var(--surface);border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute;transform:translate(-50%,-50%)}.sgd-help-marker-legend{color:var(--text-muted);margin:10px 0 0;padding-left:20px;font-size:13px}.sgd-help-search{margin-bottom:10px;position:relative}.sgd-help-search svg{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.sgd-help-search input{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;font-size:14px;font-family:var(--font-body);color:var(--text-primary);background:var(--surface);padding:10px 12px 10px 36px}.sgd-help-search input:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px}.sgd-help-category{margin-bottom:24px}.sgd-help-category:last-child{margin-bottom:0}.sgd-help-category-title{color:var(--text-muted);margin:0 0 8px;font-size:13px;font-weight:600}.sgd-help-article-list{flex-direction:column;gap:8px;display:flex}.sgd-help-article-link{text-align:left;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;width:100%;font-family:var(--font-body);padding:12px 14px;text-decoration:none;display:block}.sgd-help-article-link:hover{border-color:var(--brand-primary)}.sgd-help-article-link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px}.sgd-help-article-link-title{color:var(--text-primary);margin:0 0 3px;font-size:14px;font-weight:600}.sgd-help-article-link-summary{color:var(--text-muted);margin:0;font-size:13px}.sgd-help-quick-task{align-items:flex-start;gap:12px;display:flex}.sgd-help-back{font-size:13px;font-family:var(--font-body);color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:16px;padding:0;display:inline-flex}.sgd-help-back:hover{color:var(--text-primary)}.sgd-help-related{border-top:1px solid var(--border);margin-top:24px;padding-top:16px}.sgd-help-contextual-button{align-items:center;gap:6px;display:inline-flex}.sgd-help-section-title{margin:0 0 12px;font-size:16px;font-weight:600}.sgd-help-suggestions{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 28px;font-size:13px;display:flex}.sgd-help-suggestion-chip{border:1px solid var(--border);background:var(--surface);font-size:13px;font-family:var(--font-body);color:var(--text-primary);cursor:pointer;border-radius:999px;padding:4px 12px}.sgd-help-suggestion-chip:hover{border-color:var(--brand-primary)}.sgd-help-task-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;display:grid}.sgd-help-task-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;align-items:flex-start;gap:6px;padding:16px;text-decoration:none;display:flex}.sgd-help-task-card:hover{border-color:var(--brand-primary)}.sgd-help-task-icon{border-radius:var(--radius-sm);background:var(--brand-primary-tint);width:32px;height:32px;color:var(--brand-primary-strong);justify-content:center;align-items:center;display:flex}.sgd-help-task-title{color:var(--text-primary);font-size:14px;font-weight:600}.sgd-help-task-summary{color:var(--text-muted);font-size:13px}.sgd-help-category-count{color:var(--text-muted);font-weight:400}.sgd-help-support{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-elevated);padding:20px}.sgd-help-support-description{color:var(--text-muted);margin:0 0 14px;font-size:13px}.sgd-help-support-grid{flex-wrap:wrap;gap:16px;display:flex}.sgd-help-support-item{color:var(--text-primary);align-items:center;gap:6px;font-size:13px;text-decoration:none;display:inline-flex}.sgd-help-support-item:hover{text-decoration:underline}.sgd-help-support-item--muted{color:var(--text-muted)}*{box-sizing:border-box}body{min-height:100svh;font-family:var(--font-body);color:var(--text-primary);background:var(--surface);margin:0}h1,h2,h3{font-family:var(--font-display);margin:0;font-weight:600}button,input,select,textarea{font-family:inherit;font-size:14px}a{color:var(--brand-primary-strong)}input[type=checkbox],input[type=radio]{width:auto;accent-color:var(--brand-primary)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}
