:root{--pri:#115361;--pri-rgb:17,83,97;--sec:#f0a500;--bg:#f8f9fa;--text:#212529}@keyframes site-enter{from{opacity:0;transform:translateY(.4rem)}to{opacity:1;transform:translateY(0)}}.site-header{background:var(--pri);color:#fff;padding:0 1rem}.site-header-inner{max-width:960px;margin:0 auto;padding:.65rem 0}.site-header-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.site-header-brand{min-width:0}.site-header-nav-wrap{min-width:0}.site-header-tools{display:flex;justify-content:flex-end;min-width:0}.site-logo{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:#fff;flex-shrink:0}.site-logo-badge{display:inline-flex;align-items:center;justify-content:center;width:2.85rem;height:2.85rem;border-radius:.78rem;background:rgba(255,255,255,.96);box-shadow:0 10px 22px rgba(0,0,0,.16);overflow:hidden}.site-logo-mark{display:block;width:2.2rem;height:2.2rem;object-fit:contain}.site-logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;line-height:1}.site-nav{display:flex;align-items:center;justify-content:flex-start;min-height:2.4rem}.site-nav-links{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.site-nav a{color:rgba(255,255,255,.8);text-decoration:none;padding:.4rem .75rem;border-radius:.25rem;font-size:.9rem;transition:all .15s ease}.site-nav a:hover{color:#fff;background:rgba(255,255,255,.12)}.site-nav a.active{color:#fff;background:rgba(255,255,255,.18);font-weight:600}.site-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem;flex-shrink:0;justify-content:center}.site-header-language{display:flex;justify-content:flex-end;width:100%}.site-auth{display:flex;align-items:center;gap:.5rem;font-size:.85rem;flex-wrap:wrap;justify-content:flex-end}.site-auth-user{color:rgba(255,255,255,.9);font-size:.85rem;line-height:1.2;text-align:right;max-width:16rem}.site-auth-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;line-height:1.2;color:rgba(255,255,255,.7);text-decoration:none;padding:.25rem .5rem;border:1px solid rgba(255,255,255,.3);border-radius:.25rem;font-size:.8rem;transition:all .15s}.site-auth-link:hover{color:#fff;border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.1)}.site-auth-menu{position:relative}.site-auth-menu summary{list-style:none;cursor:pointer}.site-auth-menu summary::-webkit-details-marker{display:none}.site-auth-menu-list{position:absolute;right:0;top:calc(100% + .3rem);min-width:220px;display:none;background:rgba(17,83,97,.98);border:1px solid rgba(255,255,255,.22);border-radius:.5rem;padding:.35rem;z-index:30}.site-auth-menu[open] .site-auth-menu-list{display:grid;gap:.3rem}.site-header .lang-selector summary{background:rgba(255,255,255,.08);color:#fff}.site-header .lang-selector-list{color:var(--text)}.site-header .lang-selector a{background:transparent}.site-header .lang-selector summary:hover,.site-header .lang-selector a:hover,.site-header .lang-selector a:focus-visible,.site-header .lang-selector summary:focus-visible,.site-header .lang-selector a.lang-active{background:rgba(255,255,255,.18)}.site-main{flex:1;max-width:960px;margin:0 auto;padding:2rem 1rem;width:100%}.construction{text-align:center;padding:4rem 1rem}.construction-icon{font-size:4rem;margin-bottom:1rem}.construction h1{font-size:1.75rem;color:var(--pri);margin-bottom:.5rem}.construction p{color:#6c757d;font-size:1.1rem;max-width:480px;margin:0 auto}.site-flash{max-width:720px;margin:1.5rem auto 0;padding:.9rem 1rem;border-radius:.75rem;font-weight:600}.site-flash-error{background:#f8d7da;color:#721c24}.site-flash-success{background:#d4edda;color:#155724}.auth-card{max-width:720px;margin:0 auto;background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 8px 24px rgba(17,83,97,.08);animation:site-enter .24s ease both}.account-card{max-width:1120px}.auth-card h1{color:var(--pri);margin-bottom:.5rem}.auth-lead{color:#495057;margin-bottom:1rem}.auth-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:1.5rem;align-items:start}.auth-panel,.auth-side{border:1px solid #e9ecef;border-radius:.9rem;padding:1rem;background:#fff}.auth-form .form-group{margin-bottom:.9rem}.auth-form label{display:block;margin-bottom:.35rem;font-weight:600;color:var(--pri)}.auth-form input{width:100%;padding:.7rem .8rem;border:1px solid #ced4da;border-radius:.5rem;font:inherit}.auth-form input:focus{outline:2px solid var(--pri);outline-offset:1px;border-color:var(--pri)}.auth-form input:focus-visible,.auth-form select:focus-visible,.auth-form textarea:focus-visible,.site-btn:focus-visible{outline:2px solid var(--pri);outline-offset:2px;border-color:var(--pri)}.auth-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.password-strength{margin:-.15rem 0 .9rem}.password-strength-bar{height:.45rem;background:#e9ecef;border-radius:999px;overflow:hidden}.password-strength-bar span{display:block;height:100%;width:0;background:#c0392b;transition:width .18s ease,background-color .18s ease}.password-strength[data-strength="fair"] .password-strength-bar span{background:#d68910}.password-strength[data-strength="strong"] .password-strength-bar span{background:#1e8449}.password-strength-text{margin:.35rem 0 0;font-size:.9rem;color:#495057}@media(prefers-reduced-motion:reduce){.auth-card,.password-strength-bar span{animation:none!important;transition:none!important}}.site-btn{display:inline-block;padding:.7rem 1rem;border-radius:.6rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;font:inherit}.site-btn-primary{background:var(--pri);color:#fff}.site-btn-secondary{background:#fff;color:var(--pri);border-color:rgba(17,83,97,.18)}.auth-side h2{font-size:1rem;color:var(--pri);margin-bottom:.5rem}.auth-side ul{padding-left:1.1rem;color:#495057}.auth-side li+li{margin-top:.5rem}.account-pending-grid,.account-activity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:1rem}.account-pending-item{border:1px solid #e9ecef;border-radius:.8rem;padding:.9rem;background:#fdfefe}.account-pending-item h3{margin:0 0 .5rem;color:var(--pri);font-size:1rem}.account-pending-item p{margin:.2rem 0;color:#495057}.account-pending-item .auth-form{display:inline-block}.account-activity-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1rem;margin-bottom:1rem}.account-activity-metric-value{margin:.3rem 0 0;font-size:2rem;font-weight:700;color:var(--pri)}.account-activity-timeline{display:grid;gap:.55rem}.account-activity-timeline-row{display:grid;grid-template-columns:minmax(92px,auto) minmax(60px,1fr) auto;align-items:center;gap:.65rem}.account-activity-timeline-label,.account-activity-timeline-count{color:#495057;font-size:.92rem}.account-activity-timeline-bar{display:inline-block;min-height:.7rem;border-radius:999px;background:linear-gradient(90deg,rgba(17,83,97,.18),rgba(17,83,97,.82))}.account-activity-list{display:grid;gap:.75rem}.account-badge-browser{margin-bottom:1.5rem}.account-badge-quick-links{display:flex;gap:.55rem;flex-wrap:wrap;margin-bottom:1rem}.account-badge-quick-links-status{margin-top:-.4rem}.account-badge-quick-link{display:inline-flex;align-items:center;padding:.4rem .75rem;border-radius:999px;background:rgba(17,83,97,.08);color:var(--pri);text-decoration:none;font-weight:600;font-size:.86rem}.account-badge-quick-link.is-active{background:var(--pri);color:#fff}.account-badge-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.9rem;margin-bottom:1rem}.account-badge-toolbar>*{flex:1 1 11rem;min-width:0}.account-badge-toolbar>.account-badge-filter-group-search{flex-basis:18rem}.account-badge-filter-group{display:flex;flex-direction:column;gap:.35rem}.account-badge-filter-group label,.account-badge-pagination-controls label{font-weight:600;color:var(--pri);font-size:.92rem}.account-badge-filter-group input,.account-badge-filter-group select,.account-badge-pagination-controls select{width:100%;padding:.7rem .8rem;border:1px solid #ced4da;border-radius:.5rem;font:inherit;background:#fff}.account-badge-search:focus,.account-badge-filter-group select:focus,.account-badge-pagination-controls select:focus{outline:2px solid var(--pri);outline-offset:1px;border-color:var(--pri)}.account-badge-summary-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.account-badge-summary{margin:0;color:#495057}.account-badge-pagination-controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.account-badge-list-wrap{overflow-x:auto;border:1px solid #e9ecef;border-radius:.9rem;background:#fff}.account-badge-table{width:100%;border-collapse:collapse;min-width:920px}.account-badge-table thead th{text-align:left;padding:.8rem .9rem;background:#f8fafb;color:var(--pri);font-size:.84rem;border-bottom:1px solid #e9ecef}.account-badge-table tbody tr{border-bottom:1px solid #eef1f4}.account-badge-table tbody tr[hidden]{display:none!important}.account-badge-table tbody td{padding:.9rem;vertical-align:top}.account-badge-chips{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.6rem}.account-badge-chip{display:inline-flex;align-items:center;padding:.22rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600}.account-badge-chip-client{background:rgba(17,83,97,.08);color:var(--pri)}.account-badge-chip-type{background:rgba(240,165,0,.14);color:#8a5b00}.account-badge-chip-role{background:rgba(33,37,41,.08);color:#343a40}.account-badge-chip-status{border:1px solid transparent}.account-badge-chip-status-active{background:rgba(25,135,84,.12);border-color:rgba(25,135,84,.22);color:#1f6b48}.account-badge-chip-status-lost,.account-badge-chip-status-stolen{background:rgba(220,53,69,.12);border-color:rgba(220,53,69,.18);color:#8f2131}.account-badge-chip-status-revoked,.account-badge-chip-status-unclaimed{background:rgba(108,117,125,.12);border-color:rgba(108,117,125,.18);color:#495057}.account-badge-name-cell{min-width:220px}.account-badge-subtext{margin-top:.2rem;font-size:.84rem;color:#6c757d}.account-badge-title{margin:0;color:var(--pri);font-size:1.05rem}.account-badge-subtitle{margin:.35rem 0 0;color:#495057}.account-badge-technical{margin:.6rem 0 0;color:#6c757d;font-size:.84rem}.account-badge-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.65rem;margin:.85rem 0 0}.account-badge-metrics div{padding:.55rem .65rem;border-radius:.7rem;background:#f8fafb;border:1px solid #eef1f4}.account-badge-metrics dt{margin:0;font-size:.73rem;text-transform:uppercase;letter-spacing:.04em;color:#6c757d}.account-badge-metrics dd{margin:.18rem 0 0;font-size:.88rem;color:#1f2a36;word-break:break-word}.account-badge-notifications{margin-top:.5rem;padding-top:.2rem}.account-badge-notifications summary{cursor:pointer;font-weight:600;color:var(--pri)}.account-badge-action-stack{display:flex;flex-direction:column;gap:.45rem;min-width:150px}.account-notification-form{margin-top:.85rem}.account-badge-empty{padding:1rem 0;margin:0;color:#6c757d}.account-badge-empty-state{border:1px dashed #cfd8e3;border-radius:.9rem;padding:1rem;background:#fbfcfd}.account-badge-empty-hint{margin:0;color:#495057}.account-badge-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.account-badge-page-status{color:#495057;font-weight:600}.account-fleet-toolbar{align-items:stretch}.account-fleet-filter-form{margin-bottom:1rem}.account-fleet-filter-note{margin:.35rem 0 0;color:#6c757d;font-size:.88rem}.account-fleet-bulk-form{margin-top:1.25rem}.account-fleet-bulk-bar{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.account-fleet-bulk-bar select,.account-fleet-bulk-bar input{padding:.7rem .8rem;border:1px solid #ced4da;border-radius:.5rem;font:inherit;background:#fff}.account-fleet-selection-count{margin:0;color:#495057;font-weight:600}.account-fleet-table{min-width:1120px}.account-fleet-row-warning{background:rgba(240,165,0,.08)}.account-fleet-row-danger{background:rgba(220,53,69,.08)}.auth-switch{margin-top:1rem;color:#6c757d}.auth-switch a{color:var(--pri)}.auth-legal-note{margin-top:.85rem;color:#6c757d;font-size:.9rem;line-height:1.5}.auth-checkbox-row{display:flex;align-items:flex-start;gap:.65rem;margin-top:.85rem}.auth-form .auth-checkbox-row input{width:auto;margin-top:.2rem;flex:0 0 auto}.auth-form .auth-checkbox-row label{display:block;margin:0;font-weight:400;color:#495057;line-height:1.45}.auth-form .auth-checkbox-row a{color:var(--pri)}.auth-legal-note a{color:var(--pri)}.site-footer{background:#e9ecef;padding:1.25rem 1rem;text-align:center;font-size:.8rem;color:#6c757d;margin-top:auto}.site-footer-inner{max-width:960px;margin:0 auto}.site-footer-links{display:flex;justify-content:center;gap:.65rem 1rem;flex-wrap:wrap;margin-bottom:.65rem}.site-footer-links a{color:var(--pri);font-weight:600;text-decoration:none;text-underline-offset:.16em}.site-footer-links a:hover,.site-footer-links a:focus-visible{color:var(--pri);text-decoration:underline}.legal-page{max-width:820px;margin:0 auto}.legal-intro{margin-bottom:1.5rem}.legal-intro h1{color:var(--pri);margin-bottom:.5rem}.legal-lead{color:#495057;font-size:1.05rem}.legal-section{background:#fff;border:1px solid #e9ecef;border-radius:.9rem;padding:1.25rem;box-shadow:0 6px 16px rgba(17,83,97,.05)}.legal-section+.legal-section{margin-top:1rem}.legal-section h2{color:var(--pri);margin-bottom:.65rem}.legal-section p,.legal-section li{color:#495057;line-height:1.6}.legal-section ul{margin:.75rem 0 0;padding-left:1.25rem}.error-page{text-align:center;padding:4rem 1rem}.error-icon{font-size:4rem;margin-bottom:1rem}.error-page h1{font-size:1.75rem;color:var(--pri);margin-bottom:.5rem}.error-page p{color:#6c757d;margin:.5rem auto;max-width:480px}.error-page a{color:var(--pri);text-decoration:underline}.about-intro{text-align:center;padding:2rem 0 1.5rem}.about-intro h1{font-size:1.75rem;color:var(--pri)}.about-lead{font-size:1.15rem;color:#6c757d;margin-top:.5rem}.about-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;padding:1.5rem 0}.about-step{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.about-step-icon{font-size:2rem;margin-bottom:.5rem}.about-step h2{font-size:1rem;color:var(--pri);margin-bottom:.5rem}.about-step p{font-size:.9rem;color:#495057;line-height:1.5}.about-faq{padding:2rem 0}.about-faq h2{font-size:1.25rem;color:var(--pri);margin-bottom:1rem}.about-faq dt{font-weight:600;color:var(--text);margin-top:1rem}.about-faq dd{color:#495057;margin:.25rem 0 0 0}.about-usecases{padding:1.5rem 0 .5rem}.about-usecases h2{font-size:1.25rem;color:var(--pri);margin-bottom:.5rem}.about-usecases-lead{color:#6c757d;margin-bottom:1rem}.about-usecases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.about-usecase{background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.about-usecase-icon{font-size:1.75rem;margin-bottom:.5rem}.about-usecase h3{font-size:1rem;color:var(--pri);margin:0 0 .4rem 0}.about-usecase p{font-size:.9rem;color:#495057;line-height:1.5;margin:0}.about-scenarios{padding:1.5rem 0}.about-scenarios h2{font-size:1.25rem;color:var(--pri);margin-bottom:.5rem}.about-scenarios-lead{color:#6c757d;margin-bottom:1rem}.about-scenarios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.about-scenario{background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.about-scenario-icon{font-size:1.75rem;margin-bottom:.5rem}.about-scenario h3{font-size:1rem;color:var(--pri);margin:0 0 .4rem 0}.about-scenario p{font-size:.9rem;color:#495057;line-height:1.5;margin:0}.about-trust{margin:1.5rem 0 2rem;padding:1.25rem 1.5rem;background:#eef8f7;border-left:4px solid var(--pri);border-radius:6px;text-align:center}.about-trust h2{font-size:1.05rem;color:var(--pri);margin:0 0 .4rem 0}.about-trust p{color:#495057;margin:0;font-size:.95rem}.shop-intro{text-align:center;padding:2rem 0 1.5rem}.admin-dashboard{display:grid;gap:1.25rem}.admin-kpi-grid,.admin-section-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.admin-section-grid{grid-template-columns:minmax(0,1fr)}.admin-kpi-card{min-height:100%}.admin-kpi-list{display:grid;gap:.75rem;margin:0}.admin-kpi-list div{display:flex;justify-content:space-between;gap:.75rem;border-bottom:1px solid #e9ecef;padding-bottom:.55rem}.admin-kpi-list div:last-child{border-bottom:0;padding-bottom:0}.admin-kpi-list dt{color:#6c757d;font-size:.92rem}.admin-kpi-list dd{margin:0;font-weight:700;color:var(--pri)}.admin-alert-panel{border:1px solid rgba(17,83,97,.12)}.admin-alert-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.admin-alert{border-radius:.8rem;padding:.8rem .95rem;font-weight:600}.admin-alert a{color:inherit;text-decoration:none}.admin-alert-warning{background:#fff4d6;color:#7a5100}.admin-alert-danger{background:#ffe3e3;color:#a61e1e}.admin-alert-info{background:#e7f5ff;color:#0b7285}.admin-section{min-width:0}.admin-mini-table{min-width:100%}.admin-muted{color:#6c757d}.admin-filter-inline{display:flex;gap:.5rem;flex-wrap:wrap;align-items:flex-end;margin-bottom:.75rem}.admin-filter-inline>*{flex:1 1 11rem;min-width:0}.admin-filter-inline>.site-btn,.admin-filter-inline>button{flex:0 0 auto}.admin-filter-inline input,.admin-filter-inline select{min-height:2.2rem;border:1px solid #ced4da;border-radius:.45rem;padding:.35rem .55rem}.admin-list-summary{margin:0 0 .75rem}@media(max-width:720px){.site-header-inner{padding:.55rem 0 .7rem}.site-header-top{grid-template-columns:1fr;gap:.5rem}.site-header-brand,.site-header-nav-wrap,.site-header-tools{width:100%}.site-nav-links{justify-content:flex-start}.site-header-tools{justify-content:flex-start}.site-header-right{width:100%;align-items:flex-start;gap:.5rem;justify-content:flex-start}.site-header-language{justify-content:flex-start}.site-auth{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start}.site-auth-menu-list{left:0;right:auto}.auth-grid{grid-template-columns:1fr}.account-badge-toolbar>*{flex-basis:calc(50% - .45rem)}.account-badge-toolbar>.account-badge-filter-group-search{flex-basis:100%}.admin-kpi-grid,.admin-section-grid{grid-template-columns:1fr}}.shop-intro h1{font-size:1.75rem;color:var(--pri)}.shop-lead{font-size:1.15rem;color:#6c757d;margin-top:.5rem}.shop-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;padding:1.5rem 0}.shop-card{background:#fff;border-radius:8px;padding:2rem 1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08);text-align:center}.shop-card-icon{font-size:2.5rem;margin-bottom:.75rem}.shop-card h2{font-size:1.1rem;color:var(--pri);margin-bottom:.5rem}.shop-card p{font-size:.9rem;color:#495057;margin-bottom:1rem}.shop-soon{display:inline-block;background:#e9ecef;color:#6c757d;padding:.3rem .8rem;border-radius:4px;font-size:.8rem;font-weight:600}@media(max-width:640px){.site-header-inner{padding:.5rem 0 .65rem}.site-nav-links{width:max-content;flex-wrap:nowrap}.site-nav a{padding:.35rem .7rem;font-size:.8rem}.site-header-right{width:100%;align-items:flex-start;justify-content:flex-start}.site-auth{width:100%;flex:1 1 auto;justify-content:flex-start;flex-direction:column;align-items:stretch;gap:.4rem}.site-auth-user{display:block;max-width:none;text-align:left}.site-auth-link{text-align:center}.construction{padding:2.5rem 1rem}.construction h1{font-size:1.4rem}.account-badge-toolbar>*{flex-basis:100%}.account-badge-summary-bar{align-items:stretch}.account-badge-pagination-controls{justify-content:space-between}.account-fleet-bulk-bar{align-items:stretch}.account-fleet-bulk-bar .site-btn,.account-fleet-bulk-bar select,.account-fleet-bulk-bar input{width:100%}}.confirmation-dialog{max-width:500px;border:2px solid var(--pri);border-radius:.5rem;box-shadow:0 10px 40px rgba(0,0,0,.25);padding:2rem}.confirmation-dialog::backdrop{background:rgba(0,0,0,.5)}.confirmation-dialog h2{color:#dc3545;margin-top:0;margin-bottom:1rem;font-size:1.3rem}.confirmation-dialog p{margin:.75rem 0;color:#212529;line-height:1.5}.confirmation-dialog code{background:#f8f9fa;padding:.2rem .4rem;border-radius:.25rem;font-family:'Courier New',monospace;font-weight:600;color:#dc3545}.confirmation-dialog .form-group{margin:1.5rem 0}.confirmation-dialog input[type="text"]{width:100%;padding:.6rem;border:1px solid #ced4da;border-radius:.25rem;font-size:1rem;font-family:'Courier New',monospace;box-sizing:border-box}.confirmation-dialog input[type="text"]:focus{outline:0;border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,.1)}.confirmation-dialog .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.confirmation-dialog button{padding:.6rem 1.2rem;border:0;border-radius:.25rem;cursor:pointer;font-weight:600;transition:all .2s ease}.confirmation-dialog button[name="cancel"]{background:#e9ecef;color:#495057}.confirmation-dialog button[name="cancel"]:hover{background:#dee2e6}.confirmation-dialog button[name="confirm"]{background:#dc3545;color:#fff}.confirmation-dialog button[name="confirm"]:not(:disabled):hover{background:#c82333}.confirmation-dialog button[name="confirm"]:disabled{background:#ccc;color:#999;cursor:not-allowed}.site-btn-danger{background-color:#dc3545;color:#fff}.site-btn-danger:hover:not(:disabled){background-color:#c82333}