:root{--bg:#f5f7fa;--paper:#fff;--ink:#091322;--muted:#6e7a8d;--line:#e1e7ee;--navy:#081524;--navy2:#10243b;--orange:#ff6b2c;--orange-soft:#fff0e9;--green:#17a86f;--red:#c15353;--yellow:#aa7c16;--shadow:0 20px 60px rgba(9,19,34,.08)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:242px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:242px;background:var(--navy);color:#fff;padding:27px 18px 20px;display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;gap:11px;padding:0 9px 28px}.brand-mark,.mini-logo{width:38px;height:38px;border-radius:11px;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:900;position:relative}.brand-mark:after{content:"";position:absolute;width:11px;height:11px;border-radius:50%;background:#fff;right:-3px;bottom:-3px}.brand>span:last-child{display:grid;gap:4px;line-height:1}.brand strong{font-size:16px;letter-spacing:.12em}.brand small{font-size:8px;letter-spacing:.22em;color:#8090a7;font-weight:800}.side-nav{display:grid;gap:4px}.side-nav a{min-height:44px;border-radius:11px;display:flex;align-items:center;gap:12px;padding:0 13px;color:#8fa0b7;font-size:12px;font-weight:650;transition:.18s}.side-nav a span{font-size:16px;width:19px;text-align:center}.side-nav a:hover,.side-nav a.active{background:#14263d;color:#fff}.side-nav a.active:before{content:"";width:3px;height:20px;border-radius:3px;background:var(--orange);margin-left:-13px}.side-spacer{flex:1}.side-nav.secondary{border-top:1px solid #1d2c40;padding-top:13px;margin-top:13px}.app-main{grid-column:2;min-width:0;min-height:100vh;display:flex;flex-direction:column}.topbar{height:78px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 34px;position:sticky;top:0;z-index:20}.environment{font-size:9px;font-weight:850;letter-spacing:.11em;color:#778397;display:flex;align-items:center;gap:8px}.environment i{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 0 4px rgba(23,168,111,.1)}.top-user{margin-left:auto;display:flex;align-items:center;gap:10px}.top-user>span:last-child{display:grid;gap:2px}.top-user strong{font-size:11px}.top-user small{font-size:9px;color:#8b96a7}.avatar{width:34px;height:34px;background:#e9edf3;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:850}.menu-button{display:none;border:0;background:none;font-size:20px;margin-right:15px}.content-shell{width:min(1240px,calc(100% - 68px));margin:0 auto;padding:55px 0 70px;flex:1}.app-footer{height:58px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 34px;color:#99a3b0;font-size:9px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.kicker{display:block;color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.16em;margin-bottom:11px}.page-heading h1{font-size:clamp(34px,4vw,52px);line-height:1;letter-spacing:-.045em;margin:0}.page-heading p{font-size:13px;color:var(--muted);margin:12px 0 0;line-height:1.6}.soft-button,.outline-button,.tiny-button{border:1px solid var(--line);background:#fff;border-radius:10px;color:#48566b;font-size:10px;font-weight:750;padding:10px 14px}.primary-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;background:var(--orange);color:#fff;font-weight:800;min-height:48px;padding:0 20px;cursor:pointer}.primary-button.compact{min-height:42px;font-size:11px}.primary-button:hover{filter:brightness(.98);transform:translateY(-1px)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.stats-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px;display:grid;gap:7px}.stats-grid span{font-size:9px;color:#8a95a5;font-weight:750}.stats-grid strong{font-size:28px;letter-spacing:-.04em}.stats-grid small{font-size:9px;color:#9ca5b2}.dashboard-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 35px rgba(9,19,34,.035);overflow:hidden}.panel-head{min-height:84px;padding:22px 25px;border-bottom:1px solid #edf0f4;display:flex;justify-content:space-between;align-items:center}.panel-head h2{margin:0;font-size:18px;letter-spacing:-.025em}.panel-head p{margin:5px 0 0;color:#929dac;font-size:9px}.panel-head a{font-size:10px;font-weight:750;color:#566479}.item-list,.invoice-list{display:grid}.item-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;min-height:75px;padding:0 24px;border-top:1px solid #f0f2f5}.item-row:first-child{border:0}.service-icon{width:36px;height:36px;border-radius:10px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;font-size:10px;font-weight:900}.service-icon.large{width:44px;height:44px;font-size:13px}.item-main{display:grid;gap:4px}.item-main strong{font-size:11px}.item-main small{font-size:9px;color:#929dac}.status{font-size:9px;font-weight:750;white-space:nowrap}.status.active,.status.paid{color:var(--green)}.status.pending{color:var(--yellow)}.status.suspended,.status.overdue{color:var(--red)}.status.cancelled{color:#8e98a7}.arrow{font-size:16px;color:var(--orange)}.invoice-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;min-height:66px;padding:0 24px;border-top:1px solid #f0f2f5}.invoice-row:first-child{border:0}.invoice-row>span:first-child{display:grid;gap:3px}.invoice-row strong{font-size:10px}.invoice-row small{font-size:8px;color:#98a2b0}.invoice-row>b{font-size:10px}.empty{padding:36px 25px;text-align:center;color:#8d98a8}.empty.tall{padding:70px 25px}.empty b{display:block;color:#526075;font-size:11px}.empty p{font-size:10px;line-height:1.6;margin:8px auto 0;max-width:440px}.getting-started{margin-top:20px;padding:28px 30px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.getting-started h2{font-size:23px;margin:0}.getting-started p{font-size:11px;color:var(--muted);line-height:1.6;max-width:650px}.roadmap{display:grid;grid-template-columns:repeat(2,auto);gap:8px 22px;font-size:9px;color:#8a96a7}.roadmap .done{color:var(--green)}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding:20px}.service-card{border:1px solid var(--line);border-radius:16px;padding:20px}.service-card-top{display:flex;justify-content:space-between;align-items:flex-start}.service-card .label{display:block;font-size:8px;color:#9ba4b1;letter-spacing:.12em;font-weight:800;margin:20px 0 7px}.service-card h3{font-size:20px;margin:0}.service-card p{font-size:10px;color:var(--muted);min-height:32px}.service-meta{border-block:1px solid #edf0f4;padding:14px 0;margin:18px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.service-meta span{display:grid;gap:4px}.service-meta small{font-size:8px;color:#9ca5b2}.service-meta strong{font-size:9px}.outline-button{width:100%;opacity:.6}.domain-table{display:grid}.table-head,.table-row{display:grid;grid-template-columns:1.5fr .7fr .8fr .65fr auto;gap:18px;align-items:center;padding:0 24px}.table-head{height:42px;background:#fafbfc;color:#97a1ae;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.table-row{min-height:68px;border-top:1px solid #edf0f4;font-size:10px}.table-row>span:first-child{display:grid;gap:3px}.table-row small{font-size:8px;color:#9ca5b2}.tiny-button{padding:7px 10px;font-size:8px;opacity:.6}.two-col{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.read-grid{padding:24px;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.read-grid label{font-size:8px;color:#98a2b0;display:grid;gap:6px}.read-grid span{font-size:11px;color:#36455a;font-weight:650}.security-list{padding:12px 24px 24px;display:grid}.security-list>span{min-height:66px;border-bottom:1px solid #edf0f4;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:12px;align-content:center}.security-list i{grid-row:1/3;width:27px;height:27px;border-radius:8px;background:#e9f8f2;color:var(--green);display:grid;place-items:center;font-style:normal;font-size:9px}.security-list b{font-size:10px}.security-list small{font-size:8px;color:#98a2b0}.flash{padding:12px 15px;border-radius:10px;margin-bottom:18px;font-size:10px}.flash.success{background:#eaf8f3;color:#197c59}.flash.error,.form-error{background:#fff0f0;color:#a94141;border:1px solid #f3d0d0}.login-body{background:var(--navy)}.login-layout{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-brand{padding:55px 7vw;background:radial-gradient(circle at 20% 20%,#18334f 0,#091625 50%,#07111e 100%);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.brand-light{padding:0}.brand-mark.light{background:#fff;color:var(--navy)}.login-brand>div:nth-child(2){max-width:650px}.login-kicker{font-size:9px;color:#ff976d;letter-spacing:.16em;font-weight:850}.login-brand h1{font-size:clamp(48px,6vw,78px);letter-spacing:-.055em;line-height:.98;margin:18px 0}.login-brand h1 em{font-style:normal;color:var(--orange)}.login-brand p{color:#8ea0b6;line-height:1.7;max-width:540px;font-size:14px}.login-brand>small{font-size:9px;color:#53667f}.login-panel{background:#f6f8fb;display:grid;place-items:center;padding:40px}.login-card{width:min(420px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:38px}.login-heading{margin-bottom:28px}.login-heading .mini-logo{margin-bottom:22px}.login-heading h2{font-size:30px;letter-spacing:-.04em;margin:0}.login-heading p{font-size:11px;color:var(--muted)}.login-card label,.stack-form label{display:grid;gap:7px;margin:15px 0;font-size:9px;color:#68758a;font-weight:700}.login-card input,.stack-form input{height:48px;border:1px solid #dce3ea;border-radius:10px;padding:0 13px;outline:none;background:#fbfcfd;color:var(--ink)}.login-card input:focus,.stack-form input:focus{border-color:#b8c5d2;box-shadow:0 0 0 4px rgba(9,21,37,.04)}.login-card .primary-button{width:100%;margin-top:7px}.form-error{padding:10px 12px;border-radius:9px;font-size:9px}.login-help{display:flex;justify-content:space-between;margin-top:17px;font-size:8px;color:#9aa4b2}.setup-body{background:#f5f7fa;min-height:100vh;display:grid;place-items:center;padding:30px}.setup-card{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow)}.setup-card h1{font-size:28px;margin:18px 0 6px}.setup-card>p{font-size:10px;color:var(--muted);line-height:1.6}.stack-form{margin-top:22px}.setup-card code{background:#f1f4f7;padding:2px 5px;border-radius:5px}.setup-card .flash a{text-decoration:underline}@media(max-width:1000px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.two-col{grid-template-columns:1fr}.service-cards{grid-template-columns:1fr 1fr}.getting-started{grid-template-columns:1fr}.login-layout{grid-template-columns:.85fr 1.15fr}.login-brand{padding:45px}}@media(max-width:760px){.app-shell{display:block}.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.app-main{display:flex}.menu-button{display:block}.content-shell{width:min(100% - 28px,650px);padding:35px 0 55px}.topbar{padding:0 15px}.environment{display:none}.page-heading{align-items:flex-start;flex-direction:column}.stats-grid{grid-template-columns:1fr 1fr}.service-cards{grid-template-columns:1fr}.domain-table{overflow-x:auto}.table-head,.table-row{min-width:650px}.read-grid{grid-template-columns:1fr}.app-footer{padding:0 15px}.login-layout{display:block}.login-brand{display:none}.login-panel{min-height:100vh;padding:18px}.login-card{padding:28px 22px}.top-user small{display:none}}@media(max-width:460px){.stats-grid{grid-template-columns:1fr}.content-shell{width:calc(100% - 20px)}.top-user>span:last-child{display:none}}

/* v1.6: meerdere klantaccounts per login */
.customer-switcher{margin-left:auto}.customer-switcher label{display:grid;gap:3px}.customer-switcher span{font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#8b95a5}.customer-switcher select{max-width:260px;border:1px solid #dfe4ea;border-radius:10px;background:#fff;padding:8px 30px 8px 10px;font:inherit;font-size:12px;font-weight:700;color:#18202b}.topbar .customer-switcher+.top-user{margin-left:12px}@media(max-width:900px){.customer-switcher{display:none}}

/* v1.9 admin */
button,input,select,textarea{font:inherit}.sidebar .secondary a.active{background:#14263d;color:#fff}.admin-tabs{display:flex;gap:5px;margin:-22px 0 30px;padding:5px;background:#e9edf3;border-radius:13px;width:max-content;max-width:100%;overflow:auto}.admin-tabs a{padding:9px 14px;border-radius:9px;font-size:10px;font-weight:800;color:#667286;white-space:nowrap}.admin-tabs a.active{background:#fff;color:var(--ink);box-shadow:0 3px 12px rgba(9,19,34,.06)}.admin-heading{margin-bottom:26px}.admin-section{margin-top:20px}.admin-panel{overflow:visible}.admin-toolbar{padding:18px 20px;border-bottom:1px solid var(--line)}.search-form{display:flex;gap:9px;align-items:center}.search-form input,.admin-quick-search input{height:43px;flex:1;min-width:180px;border:1px solid #dce3eb;border-radius:10px;background:#fff;padding:0 13px;font-size:11px;outline:0}.search-form input:focus,.admin-quick-search input:focus,.admin-form input:focus,.admin-form select:focus,.note-form textarea:focus{border-color:#9aabc0;box-shadow:0 0 0 3px rgba(16,36,59,.06)}.admin-table{display:grid}.admin-table-head,.admin-table-row{display:grid;align-items:center;gap:14px;padding:0 20px}.customer-list .admin-table-head,.customer-list .admin-table-row{grid-template-columns:1.3fr 1.2fr .5fr .5fr 24px}.service-admin-list .admin-table-head,.service-admin-list .admin-table-row{grid-template-columns:1.55fr .55fr .55fr .65fr .65fr}.domain-admin-list .admin-table-head,.domain-admin-list .admin-table-row{grid-template-columns:1.45fr .55fr .65fr .55fr .65fr}.admin-table-head{min-height:40px;background:#fafbfc;color:#929cab;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #edf0f4}.admin-table-row{min-height:66px;border-bottom:1px solid #edf0f4;font-size:10px;transition:.15s}.admin-table-row:last-child{border-bottom:0}.admin-table-row:hover{background:#fafbfc}.admin-table-row>span{min-width:0}.admin-table-row strong{font-size:10px}.admin-table-row small{display:block;margin-top:4px;color:#8e99a8;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.count-pill{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:9px;background:#f0f3f7;font-size:10px}.row-arrow{color:#9aa5b4;font-size:15px;text-align:right}.pagination{padding:16px 20px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:18px;font-size:9px;color:#8490a0}.pagination a{font-weight:800;color:#3f4e62}.admin-detail-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}.admin-form{padding:22px 24px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid label{display:grid;gap:6px;color:#7d8898;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.form-grid label.wide{grid-column:1/-1}.form-grid input,.form-grid select{width:100%;height:42px;border:1px solid #dfe5ec;border-radius:9px;background:#fff;padding:0 11px;color:#172234;font-size:11px;text-transform:none;letter-spacing:normal;outline:0}.form-grid input:disabled{background:#f5f7fa;color:#8f9aa9}.form-actions{display:flex;justify-content:flex-end;margin-top:20px;padding-top:18px;border-top:1px solid #eef1f4}.form-subsection{margin-top:24px;padding-top:22px;border-top:1px solid #edf0f4}.check-label{display:flex!important;align-items:center!important;grid-template-columns:auto 1fr!important;align-self:end;height:42px;border:1px solid #dfe5ec;border-radius:9px;padding:0 11px}.check-label input{width:16px!important;height:16px!important}.check-label span{font-size:10px;text-transform:none;letter-spacing:normal;color:#364357}.compact-list{display:grid}.compact-row{min-height:65px;padding:0 22px;display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;border-top:1px solid #eff2f5}.compact-row:first-child{border-top:0}.compact-row strong{font-size:10px}.compact-row small{display:block;color:#8f99a7;font-size:8px;margin-top:3px}.link-row:hover{background:#fafbfc}.small-avatar{width:31px;height:31px}.admin-read-grid{padding:22px 24px}.note-form{padding:20px 22px;border-bottom:1px solid #edf0f4;display:grid;gap:10px}.note-form textarea{width:100%;resize:vertical;border:1px solid #dfe5ec;border-radius:10px;padding:11px;outline:0;font-size:11px;line-height:1.55}.note-form button{justify-self:end}.note-list{display:grid}.note-list article{padding:17px 22px;border-top:1px solid #eff2f5}.note-list article:first-child{border-top:0}.note-list p{font-size:10px;line-height:1.65;margin:0 0 8px;white-space:normal}.note-list small{font-size:8px;color:#909aa8}.audit-list{display:grid}.audit-list>div{min-height:58px;padding:0 22px;border-top:1px solid #eff2f5;display:flex;align-items:center;justify-content:space-between;gap:16px}.audit-list>div:first-child{border-top:0}.audit-list strong{font-size:9px}.audit-list small{display:block;font-size:8px;color:#929dab;margin-top:3px}.audit-list time{font-size:8px;color:#929dab;white-space:nowrap}.nameserver-box{padding:0 24px 22px}.nameserver-box ol{margin:0;padding-left:20px;font-size:10px;line-height:1.8}.nameserver-box p{font-size:10px;color:#8f99a8;margin:0}.admin-quick-search{display:flex;gap:9px;padding:22px 24px;border-bottom:1px solid #edf0f4}.admin-actions{display:grid}.admin-actions a{min-height:69px;padding:0 24px;border-top:1px solid #eff2f5;display:grid;grid-template-columns:1fr auto;align-content:center;column-gap:12px}.admin-actions a:first-child{border-top:0}.admin-actions a strong{font-size:10px}.admin-actions a small{font-size:8px;color:#909ba9;margin-top:4px}.admin-actions a span{grid-column:2;grid-row:1/3;color:#9ca7b5}.audit-table{display:grid}.audit-head,.audit-row{display:grid;grid-template-columns:1fr 1.3fr .8fr 1.2fr .8fr;gap:12px;padding:0 20px;align-items:center}.audit-head{height:40px;background:#fafbfc;color:#929cab;font-size:8px;font-weight:850;text-transform:uppercase}.audit-row{min-height:54px;border-top:1px solid #edf0f4;font-size:9px}.audit-row strong{font-size:9px}.status.transfer{color:#5373b7}
@media(max-width:1050px){.admin-detail-grid{grid-template-columns:1fr}.customer-list .admin-table-head,.customer-list .admin-table-row{grid-template-columns:1.2fr 1.1fr .45fr .45fr 20px}.service-admin-list .admin-table-head,.service-admin-list .admin-table-row{grid-template-columns:1.4fr .65fr .65fr .75fr}.service-admin-list .admin-table-head span:last-child,.service-admin-list .admin-table-row span:last-child{display:none}.domain-admin-list .admin-table-head,.domain-admin-list .admin-table-row{grid-template-columns:1.3fr .65fr .75fr .65fr}.domain-admin-list .admin-table-head span:last-child,.domain-admin-list .admin-table-row span:last-child{display:none}.audit-head,.audit-row{grid-template-columns:1fr 1.25fr 1fr 1fr}.audit-head span:last-child,.audit-row span:last-child{display:none}}
@media(max-width:720px){.admin-tabs{width:100%}.search-form{align-items:stretch;flex-wrap:wrap}.search-form input{flex-basis:100%}.customer-list .admin-table-head,.customer-list .admin-table-row{grid-template-columns:1fr .4fr 20px}.customer-list .admin-table-head span:nth-child(2),.customer-list .admin-table-row span:nth-child(2),.customer-list .admin-table-head span:nth-child(4),.customer-list .admin-table-row span:nth-child(4){display:none}.service-admin-list .admin-table-head,.service-admin-list .admin-table-row,.domain-admin-list .admin-table-head,.domain-admin-list .admin-table-row{grid-template-columns:1fr .7fr}.service-admin-list .admin-table-head span:nth-child(2),.service-admin-list .admin-table-row span:nth-child(2),.service-admin-list .admin-table-head span:nth-child(4),.service-admin-list .admin-table-row span:nth-child(4),.service-admin-list .admin-table-head span:nth-child(5),.service-admin-list .admin-table-row span:nth-child(5),.domain-admin-list .admin-table-head span:nth-child(2),.domain-admin-list .admin-table-row span:nth-child(2),.domain-admin-list .admin-table-head span:nth-child(4),.domain-admin-list .admin-table-row span:nth-child(4),.domain-admin-list .admin-table-head span:nth-child(5),.domain-admin-list .admin-table-row span:nth-child(5){display:none}.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.audit-head,.audit-row{grid-template-columns:.9fr 1.1fr}.audit-head span:nth-child(n+3),.audit-row span:nth-child(n+3){display:none}}

.billing-candidate-list .admin-table-head,.billing-candidate-list .admin-table-row{grid-template-columns:1.35fr .42fr .62fr .65fr .65fr .72fr .72fr}.billing-candidate-list .admin-table-row>span:last-child{text-align:right}.inline-form{display:inline}.invoice-item-admin-list .admin-table-head,.invoice-item-admin-list .admin-table-row{grid-template-columns:1.8fr .8fr .4fr .55fr}.invoice-stats .date-strong{font-size:19px}.danger-panel{border-color:#f0d6d1}.danger-panel .panel-head{gap:20px}.danger-panel .panel-head form{flex:0 0 auto}.admin-table-row .tiny-button{display:inline-flex;justify-content:center;align-items:center;padding:8px 10px}.admin-table-row code,.empty code{font-size:9px;background:#f2f5f8;padding:2px 5px;border-radius:5px}
@media(max-width:1050px){.billing-candidate-list .admin-table-head,.billing-candidate-list .admin-table-row{grid-template-columns:1.4fr .5fr .7fr .7fr .8fr}.billing-candidate-list .admin-table-head span:nth-child(3),.billing-candidate-list .admin-table-row span:nth-child(3),.billing-candidate-list .admin-table-head span:nth-child(5),.billing-candidate-list .admin-table-row span:nth-child(5){display:none}.invoice-item-admin-list .admin-table-head,.invoice-item-admin-list .admin-table-row{grid-template-columns:1.5fr .8fr .45fr .6fr}}
@media(max-width:720px){.billing-candidate-list .admin-table-head,.billing-candidate-list .admin-table-row{grid-template-columns:1fr .55fr .65fr}.billing-candidate-list .admin-table-head span:nth-child(2),.billing-candidate-list .admin-table-row span:nth-child(2),.billing-candidate-list .admin-table-head span:nth-child(4),.billing-candidate-list .admin-table-row span:nth-child(4),.billing-candidate-list .admin-table-head span:nth-child(6),.billing-candidate-list .admin-table-row span:nth-child(6){display:none}.invoice-item-admin-list .admin-table-head,.invoice-item-admin-list .admin-table-row{grid-template-columns:1fr .6fr}.invoice-item-admin-list .admin-table-head span:nth-child(2),.invoice-item-admin-list .admin-table-row span:nth-child(2),.invoice-item-admin-list .admin-table-head span:nth-child(3),.invoice-item-admin-list .admin-table-row span:nth-child(3){display:none}}

.status.draft{color:#5373b7}
.page-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.admin-read-grid code{font-size:11px;word-break:break-all;color:#24344b}.compact-row form.inline-form{display:inline-flex;margin-left:6px}.status.pending{color:#b87712}.status.active{color:#15956a}.danger-panel{border-color:#f0d1c7}.form-grid label small{display:block;color:#8b96a8;font-size:11px;margin-top:5px;line-height:1.45}
.status.cancelling{color:var(--yellow)}

/* v2.5 klant-selfservice */
.service-manage-button{display:flex;align-items:center;justify-content:center;opacity:1}.single-read-grid{grid-template-columns:1fr}.customer-action-box{margin:0 24px 24px;padding:18px;border:1px solid #eadfd7;background:#fffaf7;border-radius:14px}.customer-action-box strong{display:block;font-size:12px}.customer-action-box p{font-size:10px;color:var(--muted);line-height:1.6;margin:7px 0 14px}.customer-confirm{display:flex;align-items:flex-start;gap:9px;font-size:9px;color:#59667a;line-height:1.45;margin:0 0 14px}.customer-confirm input{margin-top:2px}.danger-button{border:0;border-radius:10px;background:#b94f45;color:#fff;min-height:40px;padding:0 15px;font-size:10px;font-weight:800;cursor:pointer}.warning-box{border-color:#eedeb5;background:#fffaf0}.success-box{border-color:#cbe9dc;background:#f2fbf7}.disabled-link{opacity:.45}.service-detail-grid .panel{align-self:start}@media(max-width:760px){.customer-action-box{margin:0 16px 18px}.service-detail-grid{grid-template-columns:1fr}}

/* v2.6 beheerweergave / Bekijk als klant */
.heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.heading-actions form{margin:0}.impersonation-bar{position:sticky;top:78px;z-index:19;min-height:58px;background:#fff6e8;border-bottom:1px solid #f0d8ae;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px 34px;color:#694914}.impersonation-bar>div{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.impersonation-bar strong{font-size:9px;letter-spacing:.12em;color:#9a6514}.impersonation-bar span{font-size:11px;font-weight:750}.impersonation-bar small{font-size:9px;color:#8b7046}.impersonation-bar form{margin:0}.impersonation-bar button{border:1px solid #d9b87d;background:#fff;border-radius:9px;padding:8px 12px;color:#75511a;font-size:9px;font-weight:800;cursor:pointer}.preview-fieldset{border:0;padding:0;margin:0;min-width:0}.preview-fieldset:disabled{opacity:.82}.preview-readonly-note{margin-top:20px;margin-bottom:0}@media(max-width:720px){.impersonation-bar{top:78px;padding:10px 18px;align-items:flex-start}.impersonation-bar>div{display:grid;gap:3px}.heading-actions{width:100%;justify-content:flex-start}}
.server-map-actions{display:flex;align-items:center;gap:8px}.server-map-actions select{height:34px;min-width:190px;border:1px solid #dfe5ec;border-radius:8px;background:#fff;padding:0 9px;font-size:9px;color:#364357}.small-help{font-size:9px;color:#7f8a99;line-height:1.6;margin:10px 0 0}.hosting-actions{padding:0 24px 22px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.hosting-actions .customer-action-box{width:100%;margin:0}.admin-read-grid code{display:inline-block;padding:10px 12px;background:#f5f7fa;border:1px solid #e6ebf1;border-radius:8px;font-size:10px;word-break:break-all}
@media(max-width:720px){.server-map-row{grid-template-columns:auto 1fr}.server-map-actions{grid-column:1/-1;padding-bottom:12px}.server-map-actions select{min-width:0;flex:1}}

/* v2.8 DirectAdmin read-only status */
.api-status-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px;padding:12px 14px;background:#f8fafc;border:1px solid #e7ebf0;border-radius:10px}.api-status-line small{font-size:8px;color:#8894a4}.api-error-text{color:#a94141!important;flex-basis:100%}.api-test-form{padding:15px 24px;border-top:1px solid #edf0f4;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fbfcfd}.api-test-form div{display:grid;gap:4px}.api-test-form strong{font-size:10px}.api-test-form small{font-size:8px;color:#8e99a8}.hosting-usage-grid{padding:0 24px 22px;display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.hosting-usage-grid>div{border:1px solid #e5eaf0;border-radius:12px;padding:13px;background:#fafbfc;display:grid;gap:4px}.hosting-usage-grid small{font-size:8px;color:#8f9aaa}.hosting-usage-grid strong{font-size:14px}.hosting-usage-grid span{font-size:8px;color:#8894a4}.hosting-remote-warning{margin:0 24px 22px}@media(max-width:900px){.hosting-usage-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.hosting-usage-grid{grid-template-columns:1fr}.api-test-form{align-items:flex-start;flex-direction:column}}

/* v2.9 registratie, beveiliging & bestelstraat */
.login-card select,.login-card textarea,.auth-form select,.auth-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;min-height:45px;padding:10px 12px;color:#25344a;outline:none}.auth-message{padding:12px 14px;margin:0 0 18px;border-radius:10px;font-size:10px;line-height:1.55}.auth-primary{width:100%;margin-top:8px}.login-links{display:flex;justify-content:space-between;gap:12px;margin-top:16px;font-size:9px;color:#66758b}.login-links a:hover{color:var(--orange)}.auth-divider{display:flex;align-items:center;gap:12px;margin:24px 0 14px;color:#9aa4b2;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#e8ecf1}.auth-secondary{min-height:44px;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;background:#fff;color:#4e5c70}.register-panel{place-items:start center;overflow:auto}.register-card{width:min(700px,100%);margin:20px 0}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.auth-grid label{margin:0}.auth-grid label.wide{grid-column:1/-1}.auth-grid small{display:block;margin-top:5px;color:#94a0af;font-size:8px}.auth-check{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:9px!important;margin:18px 0 4px!important;font-size:9px!important;color:#59677a!important;line-height:1.5!important}.auth-check input{width:auto!important;margin:2px 0 0!important}.account-password-form{border-top:1px solid #edf0f4;padding-top:20px}.shop-public-body{background:var(--bg);min-height:100vh}.shop-public-header{height:80px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 max(28px,calc((100vw - 1240px)/2));gap:30px}.shop-brand{padding:0;color:var(--ink)}.shop-public-header nav{margin-left:auto;display:flex;align-items:center;gap:22px;font-size:10px;font-weight:750}.shop-public-main{width:min(1240px,calc(100% - 68px));min-height:calc(100vh - 138px);margin:auto;padding:55px 0 70px}.shop-public-footer{height:58px;border-top:1px solid var(--line);background:#fff;padding:0 max(28px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;color:#929dab;font-size:9px}.shop-heading{align-items:center}.shop-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.shop-product-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:0 12px 35px rgba(9,19,34,.035);display:flex;flex-direction:column;align-items:flex-start}.shop-product-card .kicker{margin:22px 0 8px}.shop-product-card h2{font-size:23px;letter-spacing:-.035em;margin:0}.shop-product-card>p{font-size:10px;line-height:1.65;color:var(--muted);min-height:54px}.shop-prices{width:100%;display:grid;gap:8px;border-block:1px solid #edf0f4;padding:14px 0;margin:6px 0 18px}.shop-prices span{display:flex;align-items:center;justify-content:space-between}.shop-prices small{font-size:8px;color:#94a0af}.shop-prices strong{font-size:13px}.shop-product-card>.primary-button{width:100%;margin-top:auto}.order-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:20px}.order-summary{align-self:start}.order-terms{padding:0 24px}.admin-form textarea{width:100%;border:1px solid #dfe5ec;border-radius:9px;background:#fff;padding:10px 12px;font:inherit;resize:vertical;color:#344258}.product-admin-list .admin-table-head,.product-admin-list .admin-table-row{grid-template-columns:1.6fr .6fr 1fr .7fr 25px}.price-admin-list .admin-table-head,.price-admin-list .admin-table-row{grid-template-columns:1fr 1fr 1fr 1fr}.order-admin-list .admin-table-head,.order-admin-list .admin-table-row{grid-template-columns:1.1fr 1.4fr .7fr .8fr 24px}.order-list .admin-table-head,.order-list .admin-table-row{grid-template-columns:1.1fr .9fr .9fr 1fr 24px}.check-label{display:flex!important;align-items:center;gap:8px;padding:11px 0}.check-label input{width:auto!important}.status.approved{color:var(--green)}.status.rejected{color:var(--red)}
@media(max-width:1000px){.shop-product-grid{grid-template-columns:repeat(2,1fr)}.order-layout{grid-template-columns:1fr}.product-admin-list .admin-table-head,.product-admin-list .admin-table-row{grid-template-columns:1.4fr .6fr .8fr 24px}.product-admin-list .admin-table-head span:nth-child(3),.product-admin-list .admin-table-row span:nth-child(3){display:none}.order-admin-list .admin-table-head,.order-admin-list .admin-table-row{grid-template-columns:1.1fr 1.2fr .8fr 24px}.order-admin-list .admin-table-head span:nth-child(3),.order-admin-list .admin-table-row span:nth-child(3){display:none}}
@media(max-width:720px){.auth-grid{grid-template-columns:1fr}.auth-grid label.wide{grid-column:auto}.register-layout{display:block}.register-layout .login-brand{min-height:300px;padding:35px 28px}.register-panel{padding:20px}.shop-public-header{padding:0 18px}.shop-public-header nav>a:not(.primary-button){display:none}.shop-public-main{width:calc(100% - 32px);padding:35px 0 50px}.shop-product-grid{grid-template-columns:1fr}.order-list .admin-table-head,.order-list .admin-table-row{grid-template-columns:1fr .8fr 20px}.order-list .admin-table-head span:nth-child(2),.order-list .admin-table-row span:nth-child(2),.order-list .admin-table-head span:nth-child(3),.order-list .admin-table-row span:nth-child(3){display:none}.order-admin-list .admin-table-head,.order-admin-list .admin-table-row{grid-template-columns:1fr .8fr 20px}.order-admin-list .admin-table-head span:nth-child(2),.order-admin-list .admin-table-row span:nth-child(2){display:none}}
/* v2.9.1 pricing */
.price-admin-list .admin-table-head,.price-admin-list .admin-table-row{grid-template-columns:.65fr .9fr .85fr 1.05fr 1.05fr 1.65fr}
.price-policy-form{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.price-policy-form select{height:34px;min-width:125px;border:1px solid #dfe5ec;border-radius:8px;background:#fff;padding:0 8px;font-size:9px;color:#364357}
.compact-check{padding:0!important;font-size:9px!important}.compact-check span{white-space:nowrap}
.price-vat-note{margin:0 0 20px}
.admin-table-row span small{display:block;margin-top:3px;color:#94a0af;font-size:8px;line-height:1.4}
@media(max-width:980px){.price-admin-list .admin-table-head{display:none}.price-admin-list .admin-table-row{grid-template-columns:1fr 1fr;gap:12px}.price-admin-list .admin-table-row>span:last-child{grid-column:1/-1;text-align:left}.price-policy-form{justify-content:flex-start}}
/* v2.9.2 domeinprijs als dynamische orderregel */
.order-price-lines{padding:4px 24px 18px;display:grid}.order-price-line{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid #edf0f4}.order-price-line>span{display:grid;gap:4px}.order-price-line>span strong{font-size:10px}.order-price-line>span small{font-size:8px;color:#929dac}.order-price-line>strong{font-size:12px;white-space:nowrap}.order-price-line[hidden]{display:none}.order-price-total{border-bottom:0;padding-top:18px}.order-price-total>span strong{font-size:12px}.order-price-total>strong{font-size:17px}.order-meta-read{padding-top:0;border-top:1px solid #edf0f4}.domain-catalog-summary{font-size:8px;color:#8f99a8}.domain-catalog-summary strong{color:#415069}

/* v3.0 orderautomatisering */
.compact-two-col{align-items:start}.automation-actions{margin-top:18px}.automation-step-list .status{white-space:nowrap}.registrar-done-form{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.registrar-done-form label{display:grid;gap:5px;color:#7d8898;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.registrar-done-form input{height:39px;border:1px solid #dfe5ec;border-radius:9px;background:#fff;padding:0 10px;color:#172234;font-size:10px}.registrar-done-form small{display:block;max-width:360px;color:#8b96a8;font-size:9px;line-height:1.4;text-transform:none;letter-spacing:normal}

.readiness-list{display:grid;gap:5px;margin-top:8px}.customer-action-box .readiness-list p{margin:0;font-size:10px;line-height:1.55}

/* Native hidden attribute must always hide an element. */
[hidden]{display:none!important}

/* Domeinbestelling: eigen nameservers overzichtelijk in twee kolommen. */
#custom-nameservers-wrap{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px 16px;
    width:100%;
}

#custom-nameservers-wrap label{
    min-width:0;
    width:100%;
}

#custom-nameservers-wrap input{
    display:block;
    width:100%;
    min-width:0;
    box-sizing:border-box;
}

@media(max-width:720px){
    #custom-nameservers-wrap{
        grid-template-columns:1fr;
    }
}

/* Eigen nameservers moeten de volledige formulierbreedte gebruiken. */
#custom-nameservers-wrap{
    grid-column:1/-1;
}

/* Communicatie v1 — uitklapbare doelgroepfilters */
.communication-filter-field{
    display:grid;
    gap:6px;
    min-width:0;
}
.communication-filter-field.wide{
    grid-column:1/-1;
}
.communication-filter-label{
    color:#7d8898;
    font-size:8px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.05em;
}
.communication-multiselect{
    position:relative;
    min-width:0;
}
.communication-multiselect>summary{
    min-height:42px;
    border:1px solid #dfe5ec;
    border-radius:9px;
    background:#fff;
    padding:0 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    cursor:pointer;
    list-style:none;
    color:#172234;
    font-size:11px;
}
.communication-multiselect>summary::-webkit-details-marker{
    display:none;
}
.communication-multiselect>summary:after{
    content:"▾";
    color:#7e8998;
    font-size:11px;
    transition:.15s;
}
.communication-multiselect[open]>summary:after{
    transform:rotate(180deg);
}
.communication-multiselect>summary>span{
    font-weight:700;
}
.communication-multiselect>summary>strong{
    margin-left:auto;
    color:#7d8898;
    font-size:9px;
    font-weight:750;
    white-space:nowrap;
}
.communication-multiselect[open]>summary{
    border-color:#9aabc0;
    box-shadow:0 0 0 3px rgba(16,36,59,.06);
}
.communication-multiselect-menu{
    margin-top:7px;
    border:1px solid #dfe5ec;
    border-radius:11px;
    background:#fff;
    max-height:280px;
    overflow:auto;
    padding:7px;
    box-shadow:0 14px 35px rgba(9,19,34,.09);
}
.communication-option-list{
    display:grid;
}
.communication-option{
    display:flex!important;
    grid-template-columns:none!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:10px!important;
    min-height:42px;
    margin:0!important;
    padding:8px 9px;
    border-radius:8px;
    cursor:pointer;
    color:#344258!important;
    text-transform:none!important;
    letter-spacing:normal!important;
}
.communication-option:hover{
    background:#f6f8fb;
}
.communication-option input{
    flex:0 0 auto;
    width:16px!important;
    height:16px!important;
    margin:0!important;
}
.communication-option>span{
    display:grid;
    gap:2px;
    min-width:0;
}
.communication-option strong{
    font-size:10px;
    color:#172234;
    text-transform:none;
    letter-spacing:normal;
}
.communication-option small{
    margin:0!important;
    font-size:8px!important;
    color:#8b96a8!important;
    text-transform:none;
    letter-spacing:normal;
}
.communication-option.compact{
    min-height:36px;
}
.communication-multiselect-search{
    position:sticky;
    top:-7px;
    z-index:2;
    background:#fff;
    padding:7px 4px 9px;
}
.communication-multiselect-search input{
    width:100%;
    height:38px;
    border:1px solid #dfe5ec;
    border-radius:8px;
    background:#fbfcfd;
    padding:0 10px;
    color:#172234;
    font-size:10px;
    outline:0;
}
.communication-multiselect-search input:focus{
    border-color:#9aabc0;
    box-shadow:0 0 0 3px rgba(16,36,59,.06);
}
.communication-extension-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:2px;
}
@media(max-width:720px){
    .communication-filter-field.wide{
        grid-column:auto;
    }
    .communication-extension-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

/* Communicatie v1 — nieuws op klantdashboard */
.communication-news-stack{
    display:grid;
    gap:12px;
    margin:-5px 0 20px;
}
.communication-news{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:24px;
    align-items:start;
    padding:21px 23px;
    background:#fff;
    border:1px solid var(--line);
    border-left:4px solid var(--orange);
    border-radius:16px;
    box-shadow:0 10px 30px rgba(9,19,34,.035);
}
.communication-news-important{
    border-left-color:#c15353;
}
.communication-news-outage{
    border-left-color:#c15353;
    background:#fffafa;
}
.communication-news-maintenance{
    border-left-color:#5373b7;
}
.communication-news-price_change{
    border-left-color:var(--orange);
}
.communication-news-content{
    min-width:0;
}
.communication-news .kicker{
    margin-bottom:7px;
}
.communication-news h2{
    margin:0;
    font-size:18px;
    letter-spacing:-.025em;
}
.communication-news-body{
    margin-top:9px;
    color:#657287;
    font-size:10px;
    line-height:1.65;
}
.communication-news-dismiss{
    margin:0;
}
.communication-news-dismiss .tiny-button{
    opacity:1;
    cursor:pointer;
}
@media(max-width:720px){
    .communication-news{
        grid-template-columns:1fr;
        gap:14px;
    }
    .communication-news-dismiss{
        justify-self:start;
    }
}

/* Communicatie v1 — klantvoorbeeld */
.communication-preview-dialog{
    width:min(980px,calc(100vw - 40px));
    max-height:calc(100vh - 40px);
    border:0;
    border-radius:20px;
    padding:0;
    background:#fff;
    box-shadow:0 30px 90px rgba(9,19,34,.25);
}
.communication-preview-dialog::backdrop{
    background:rgba(9,19,34,.48);
    backdrop-filter:blur(3px);
}
.communication-preview-shell{
    display:grid;
    max-height:calc(100vh - 40px);
}
.communication-preview-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:25px;
    padding:24px 27px 20px;
    border-bottom:1px solid var(--line);
}
.communication-preview-head h2{
    margin:4px 0 4px;
    font-size:20px;
}
.communication-preview-head p{
    margin:0;
    color:#7a8799;
    font-size:9px;
}
.communication-preview-close{
    width:34px;
    height:34px;
    flex:0 0 34px;
    border:1px solid var(--line);
    border-radius:9px;
    background:#fff;
    color:#66758a;
    font-size:20px;
    line-height:1;
    cursor:pointer;
}
.communication-preview-close:hover{
    background:#f5f7fa;
}
.communication-preview-dashboard{
    overflow:auto;
    padding:28px;
    background:#f4f6f9;
}
.communication-preview-dashboard-head{
    margin-bottom:24px;
}
.communication-preview-dashboard-head h1{
    margin:5px 0 2px;
    font-size:30px;
    letter-spacing:-.04em;
}
.communication-preview-dashboard-head p{
    margin:0;
    color:#7a8799;
    font-size:10px;
}
.communication-preview-dialog .communication-news{
    margin:0;
}
.communication-preview-dialog .communication-news-body{
    white-space:pre-line;
}
.communication-preview-dialog .communication-news-dismiss button{
    pointer-events:none;
}
.communication-preview-foot{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:17px 27px;
    border-top:1px solid var(--line);
    background:#fff;
}
.communication-preview-foot span{
    color:#8a96a6;
    font-size:9px;
}
@media(max-width:720px){
    .communication-preview-dialog{
        width:calc(100vw - 20px);
        max-height:calc(100vh - 20px);
    }
    .communication-preview-shell{
        max-height:calc(100vh - 20px);
    }
    .communication-preview-dashboard{
        padding:18px;
    }
    .communication-preview-foot{
        align-items:flex-start;
        flex-direction:column;
    }
}

/* Communicatie v1 — e-mailvoorbereiding */
.communication-email-box{
    margin:22px 26px 26px;
    padding-top:22px;
    border-top:1px solid var(--line);
}
.communication-email-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:24px;
}
.communication-email-head h3{
    margin:4px 0 4px;
    font-size:17px;
}
.communication-email-head p{
    margin:0;
    max-width:600px;
    color:#7b8798;
    font-size:9px;
    line-height:1.55;
}
.communication-email-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:8px;
}
.communication-email-actions form{
    margin:0;
}
.communication-email-stats{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
    margin-top:18px;
}
.communication-email-stats>div{
    padding:13px 14px;
    border:1px solid var(--line);
    border-radius:11px;
    background:#fbfcfd;
}
.communication-email-stats small{
    display:block;
    color:#8b96a8;
    font-size:8px;
    font-weight:750;
}
.communication-email-stats strong{
    display:block;
    margin-top:3px;
    color:#172234;
    font-size:17px;
}
.communication-recipient-list{
    margin:16px 0;
    max-height:430px;
    overflow:auto;
    border:1px solid var(--line);
    border-radius:12px;
    background:#fff;
}
.communication-recipient-row{
    display:grid;
    grid-template-columns:1fr 1.4fr .8fr;
    gap:14px;
    align-items:center;
    padding:10px 13px;
    border-bottom:1px solid #edf0f4;
    font-size:9px;
    color:#46546a;
}
.communication-recipient-row:last-child{
    border-bottom:0;
}
.communication-recipient-row.head{
    position:sticky;
    top:0;
    z-index:2;
    background:#f7f9fb;
    color:#7a8798;
    font-size:8px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.05em;
}
.communication-recipient-row.duplicate{
    background:#fffaf5;
}
.communication-recipient-row span{
    min-width:0;
    overflow-wrap:anywhere;
}
.communication-recipient-row strong{
    display:block;
    color:#172234;
}
.communication-recipient-row small{
    display:block;
    margin-top:2px;
    color:#8a96a7;
    font-size:8px;
}
@media(max-width:720px){
    .communication-email-head{
        flex-direction:column;
    }
    .communication-email-actions{
        justify-content:flex-start;
    }
    .communication-email-stats{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .communication-recipient-row{
        grid-template-columns:1fr;
        gap:5px;
    }
    .communication-recipient-row.head{
        display:none;
    }
}

/* v3.6 package-change admin layout */
#pakketwijziging,
#pakketwijziging-historie{
    grid-column:1/-1
}

.package-change-history-list .admin-table-head,
.package-change-history-list .admin-table-row{
    grid-template-columns:
        minmax(210px,1.65fr)
        minmax(80px,.65fr)
        minmax(150px,1fr)
        minmax(105px,.8fr)
        minmax(105px,.8fr)
        minmax(125px,1fr)
        minmax(90px,.7fr)
}

.package-change-history-list .admin-table-row{
    min-height:74px
}

.package-change-history-list .admin-table-row>span{
    line-height:1.45
}

.package-change-history-list .admin-table-row>span:last-child{
    text-align:right
}

.package-change-history-list .admin-table-row strong{
    white-space:normal
}

.package-change-history-list .admin-table-row small{
    white-space:normal;
    overflow:visible;
    text-overflow:clip
}

.package-history-error{
    padding:11px 20px 13px;
    border-bottom:1px solid #edf0f4;
    background:#fff6f6;
    color:#a94141;
    font-size:9px;
    line-height:1.55
}

.package-history-error strong{
    margin-right:4px
}

@media(max-width:1050px){
    .package-change-history-list .admin-table-head,
    .package-change-history-list .admin-table-row{
        grid-template-columns:
            minmax(220px,1.6fr)
            minmax(140px,1fr)
            minmax(105px,.8fr)
            minmax(125px,1fr)
            minmax(90px,.7fr)
    }

    .package-change-history-list .admin-table-head span:nth-child(2),
    .package-change-history-list .admin-table-row>span:nth-child(2),
    .package-change-history-list .admin-table-head span:nth-child(5),
    .package-change-history-list .admin-table-row>span:nth-child(5){
        display:none
    }
}

@media(max-width:720px){
    .package-change-history-list .admin-table-head{
        display:none
    }

    .package-change-history-list .admin-table-row{
        grid-template-columns:1fr auto;
        gap:10px;
        padding-top:14px;
        padding-bottom:14px
    }

    .package-change-history-list .admin-table-row>span:nth-child(2),
    .package-change-history-list .admin-table-row>span:nth-child(3),
    .package-change-history-list .admin-table-row>span:nth-child(4),
    .package-change-history-list .admin-table-row>span:nth-child(5),
    .package-change-history-list .admin-table-row>span:nth-child(6){
        display:none
    }

    .package-change-history-list .admin-table-row>span:last-child{
        text-align:right
    }

    .package-history-error{
        padding-left:16px;
        padding-right:16px
    }
}

/* v3.3.1 invoice administration */
.invoice-admin-list .admin-table-head,
.invoice-admin-list .admin-table-row{
    grid-template-columns:
        38px
        minmax(175px,1.30fr)
        minmax(175px,1.40fr)
        minmax(105px,.8fr)
        minmax(105px,.8fr)
        minmax(105px,.75fr)
        minmax(90px,.7fr)
        minmax(90px,.65fr);
}

.invoice-admin-list .admin-table-row{
    align-items:center;
}

.invoice-admin-list .admin-table-row > span:last-child{
    justify-self:end;
}

.invoice-admin-list .admin-table-row > span:nth-child(7){
    white-space:nowrap;
}

@media(max-width:1100px){
    .invoice-admin-list{
        overflow-x:auto;
    }

    .invoice-admin-list .admin-table-head,
    .invoice-admin-list .admin-table-row{
        min-width:1090px;
    }
}


/* v3.3.1 invoice administration controls */
.invoice-admin-controls{
    padding-left:22px;
    padding-right:22px;
}

@media(max-width:700px){
    .invoice-admin-controls{
        padding-left:14px;
        padding-right:14px;
    }
}


/* v3.3.1 invoice bulk payment */
.invoice-select-cell{
    display:flex;
    align-items:center;
    justify-content:center;
}

.invoice-select-cell input[type="checkbox"]{
    width:16px;
    height:16px;
    margin:0;
    cursor:pointer;
}

.invoice-bulk-form{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    margin:0 0 14px;
}

.invoice-bulk-form #invoice-bulk-count{
    font-size:10px;
    color:#7d8898;
    font-weight:700;
}

.invoice-bulk-form button:disabled{
    opacity:.45;
    cursor:not-allowed;
}

/* SSL_INVOICE_FOOTER_CSS_V1 */
.ssl-service-footer {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 31, 51, .09);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.ssl-service-footer-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ssl-service-footer-meta span {
    font-size: .75rem;
    color: var(--muted, #7b899d);
}

.ssl-service-footer-meta strong {
    font-size: .95rem;
}

.ssl-service-invoice-button {
    flex: 0 0 auto;
}

@media (max-width: 720px) {
    .ssl-service-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .ssl-service-invoice-button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* SSL_SERVICE_FULLWIDTH_CSS_V1 */
.ssl-service-panel {
    grid-column: 1 / -1;
}

.ssl-service-panel .ssl-service-footer {
    padding-bottom: 6px;
}

@media (max-width: 720px) {
    .ssl-service-panel {
        grid-column: auto;
    }
}



/* SSL_RENEWAL_BUTTON_SPACING_V1 */
.ssl-renewal-actions {
    gap: 12px;
}

@media (max-width: 640px) {
    .ssl-renewal-actions {
        gap: 10px;
    }
}



/* SSL_INVOICE_FOOTER_ALIGNMENT_V2 */

.ssl-service-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 26px;
}

.ssl-service-footer-meta {
    display: flex;
    align-items: baseline;
    gap: 12px;
    min-width: 0;
}

.ssl-service-footer-meta span,
.ssl-service-footer-meta strong {
    margin: 0;
}

.ssl-service-footer-meta span {
    white-space: nowrap;
}

.ssl-service-invoice-button {
    flex: 0 0 auto;
    margin-left: auto;
}

@media (max-width: 640px) {

    .ssl-service-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .ssl-service-footer-meta {
        justify-content: space-between;
    }

    .ssl-service-invoice-button {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }
}


/* Customer price display preference */
.price-vat-toggle{
    max-width:520px;
    cursor:pointer;
}

.price-vat-toggle input{
    flex:0 0 auto;
}

.price-display-help{
    margin:12px 0 0;
    color:var(--muted);
    font-size:11px;
    line-height:1.6;
    max-width:620px;
}

.price-vat-toggle input:focus-visible{
    outline:3px solid rgba(255,107,44,.28);
    outline-offset:3px;
}


/* =========================================================
   ACCESSIBILITY_READABILITY_V1
   Leesbaarheid, contrast, toetsenbordfocus en bedienbaarheid
   ========================================================= */

:root{
    /*
     * Was #6e7a8d. Iets donkerder voor beter contrast op wit,
     * zonder de visuele stijl wezenlijk te veranderen.
     */
    --muted:#5f6c7f;
}

html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

body{
    font-size:16px;
    line-height:1.5;
}

/* Duidelijke toetsenbordfocus op alle interactieve elementen. */
:where(
    a,
    button,
    input,
    select,
    textarea,
    summary,
    [tabindex]:not([tabindex="-1"])
):focus-visible{
    outline:3px solid #c3410a;
    outline-offset:3px;
}

/* Basis navigatie en bovenbalk. */
.brand small{
    font-size:.75rem;
}

.side-nav a{
    font-size:.9375rem;
}

.environment{
    font-size:.75rem;
}

.top-user strong{
    font-size:.875rem;
}

.top-user small{
    font-size:.8125rem;
    color:#59677a;
}

.avatar{
    font-size:.8125rem;
}

.app-footer,
.shop-public-footer{
    font-size:.8125rem;
    color:#59677a;
}

/* Pagina-introducties en algemene headings. */
.kicker,
.login-kicker{
    font-size:.75rem;
}

.page-heading p{
    font-size:1rem;
    line-height:1.6;
}

.panel-head p{
    font-size:.875rem;
    line-height:1.5;
    color:#59677a;
}

.panel-head a{
    font-size:.875rem;
}

/* Knoppen: beter leesbaar en grotere klikdoelen. */
.soft-button,
.outline-button,
.tiny-button{
    font-size:.875rem;
    line-height:1.25;
}

.soft-button,
.outline-button{
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.tiny-button{
    min-height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.primary-button.compact{
    min-height:44px;
    font-size:.9375rem;
}

.danger-button{
    min-height:44px;
    font-size:.9375rem;
}

/* Dashboard. */
.stats-grid span,
.stats-grid small{
    font-size:.875rem;
    line-height:1.4;
}

.stats-grid span{
    color:#59677a;
}

.stats-grid small{
    color:#657287;
}

.item-main strong{
    font-size:1rem;
}

.item-main small{
    font-size:.875rem;
    color:#59677a;
}

.status{
    font-size:.875rem;
}

.invoice-row strong,
.invoice-row>b{
    font-size:.9375rem;
}

.invoice-row small{
    font-size:.8125rem;
    color:#59677a;
}

.empty b{
    font-size:1rem;
}

.empty p,
.getting-started p{
    font-size:.9375rem;
}

.roadmap{
    font-size:.875rem;
}

/* Diensten. */
.service-card .label{
    font-size:.75rem;
    color:#657287;
}

.service-card p{
    font-size:.9375rem;
    line-height:1.55;
}

.service-meta small{
    font-size:.8125rem;
    color:#59677a;
}

.service-meta strong{
    font-size:.9375rem;
    line-height:1.4;
}

/* Domeinen en tabellen. */
.table-head,
.admin-table-head,
.audit-head{
    font-size:.75rem;
    color:#59677a;
}

.table-row,
.admin-table-row,
.audit-row{
    font-size:.9375rem;
}

.table-row small,
.admin-table-row small,
.admin-table-row span small{
    font-size:.8125rem;
    color:#59677a;
}

.admin-table-row strong,
.audit-row strong{
    font-size:.9375rem;
}

/* Gegevensblokken. */
.read-grid label{
    font-size:.8125rem;
    color:#59677a;
    line-height:1.4;
}

.read-grid span{
    font-size:1rem;
    line-height:1.45;
}

.security-list b{
    font-size:.9375rem;
}

.security-list small{
    font-size:.8125rem;
    color:#59677a;
}

.compact-row strong{
    font-size:.9375rem;
}

.compact-row small{
    font-size:.8125rem;
    line-height:1.45;
    color:#59677a;
}

.customer-action-box strong{
    font-size:1rem;
}

.customer-action-box p{
    font-size:.9375rem;
    line-height:1.6;
}

.customer-confirm{
    font-size:.875rem;
    line-height:1.55;
}

.price-display-help,
.small-help{
    font-size:.875rem;
    line-height:1.6;
}

/* Formulieren. */
.form-grid label,
.registrar-done-form label{
    font-size:.8125rem;
    line-height:1.4;
    color:#59677a;
}

.form-grid label small,
.registrar-done-form small,
.auth-grid small{
    font-size:.8125rem;
    line-height:1.5;
    color:#59677a;
}

.form-grid input,
.form-grid select,
.admin-form textarea,
.search-form input,
.admin-quick-search input,
.note-form textarea,
.registrar-done-form input,
.customer-switcher select{
    font-size:1rem;
    min-height:44px;
}

textarea{
    line-height:1.5;
}

input::placeholder,
textarea::placeholder{
    color:#657287;
    opacity:1;
}

.check-label{
    min-height:44px;
    height:auto;
}

.check-label span{
    font-size:.9375rem;
    line-height:1.45;
}

/* Login / registratie. */
.login-brand>small{
    font-size:.8125rem;
    line-height:1.5;
}

.login-heading p{
    font-size:.9375rem;
}

.login-card label,
.stack-form label{
    font-size:.875rem;
}

.login-card input:not([type="checkbox"]):not([type="radio"]),
.stack-form input:not([type="checkbox"]):not([type="radio"]),
.login-card select,
.login-card textarea,
.auth-form select,
.auth-form textarea{
    font-size:1rem;
    min-height:48px;
}

.form-error,
.auth-message{
    font-size:.875rem;
}

.login-help,
.login-links{
    font-size:.875rem;
}

.auth-divider{
    font-size:.75rem;
}

.auth-secondary{
    font-size:.9375rem;
}

.auth-check{
    font-size:.9375rem!important;
    line-height:1.55!important;
}

/* Openbare bestelstraat. */
.shop-public-header nav{
    font-size:.9375rem;
}

.shop-product-card>p{
    font-size:.9375rem;
    line-height:1.6;
}

.shop-prices small{
    font-size:.8125rem;
    color:#59677a;
}

.shop-prices strong{
    font-size:1rem;
}

.order-price-line>span strong{
    font-size:.9375rem;
}

.order-price-line>span small{
    font-size:.8125rem;
    color:#59677a;
}

.order-price-line>strong{
    font-size:1rem;
}

.order-price-total>span strong{
    font-size:1rem;
}

.order-price-total>strong{
    font-size:1.125rem;
}

/* Beheerweergave: de huidige 8–10px teksten niet microscopisch houden. */
.admin-tabs a{
    font-size:.875rem;
}

.pagination{
    font-size:.875rem;
}

.count-pill{
    font-size:.875rem;
}

.note-list p,
.nameserver-box ol,
.nameserver-box p{
    font-size:.9375rem;
}

.note-list small,
.audit-list small,
.audit-list time,
.admin-actions a small,
.api-status-line small,
.api-test-form small,
.hosting-usage-grid small,
.hosting-usage-grid span{
    font-size:.8125rem;
    color:#59677a;
}

.audit-list strong,
.admin-actions a strong,
.api-test-form strong{
    font-size:.9375rem;
}

/*
 * Gebruikers die minder beweging willen: animatie/transities
 * praktisch uitschakelen zonder functionaliteit weg te nemen.
 */
@media (prefers-reduced-motion: reduce){
    *,
    *::before,
    *::after{
        scroll-behavior:auto!important;
        animation-duration:.01ms!important;
        animation-iteration-count:1!important;
        transition-duration:.01ms!important;
    }
}


/* =========================================================
   ACCESSIBILITY_READABILITY_V2
   Lokale verfijningen na visuele controle
   ========================================================= */

/*
 * Beheernavigatie: alle onderdelen op desktop zichtbaar maken
 * in plaats van belangrijke tabs buiten beeld te laten vallen.
 */
.admin-tabs{
    width:100%;
    flex-wrap:wrap;
    overflow:visible;
    row-gap:5px;
}

.admin-tabs a{
    flex:0 0 auto;
}

/* Btw-keuze: groter zichtbaar checkboxdoel. */
.price-vat-toggle input[type="checkbox"]{
    width:20px;
    height:20px;
    min-width:20px;
    min-height:20px;
    accent-color:var(--orange);
}

/*
 * Op smallere schermen blijft horizontaal scrollen praktischer
 * dan meerdere regels navigatie.
 */
@media (max-width:900px){
    .admin-tabs{
        width:max-content;
        max-width:100%;
        flex-wrap:nowrap;
        overflow-x:auto;
        overflow-y:hidden;
    }
}


/* =========================================================
   ACCESSIBILITY_READABILITY_V3
   Compactere beheernavigatie op desktop
   ========================================================= */

@media (min-width:901px){
    .admin-tabs{
        gap:3px;
    }

    .admin-tabs a{
        padding:9px 10px;
        font-size:.8125rem;
    }
}


/* =========================================================
   DEDICATED_SERVER_COLUMN_LAYOUT_V1
   Hardware links, netwerkgegevens rechts
   ========================================================= */

.dedicated-server-read-grid .dedicated-spec-field{
    grid-column:1;
}

.dedicated-server-read-grid .dedicated-ip-field{
    grid-column:2;
}

/* Mobiel weer als één logische lijst onder elkaar. */
@media (max-width:760px){
    .dedicated-server-read-grid .dedicated-spec-field,
    .dedicated-server-read-grid .dedicated-ip-field{
        grid-column:1;
    }
}


/* =========================================================
   DEDICATED_SERVER_COLUMN_LAYOUT_V2
   Twee onafhankelijke kolommen
   ========================================================= */

.dedicated-server-read-grid{
    align-items:start;
}

.dedicated-server-column{
    min-width:0;
    display:grid;
    gap:18px;
}

/*
 * Oude V1-gridpositionering is niet meer nodig omdat de
 * velden nu per inhoudstype in een eigen kolom staan.
 */
@media (max-width:760px){
    .dedicated-server-column{
        width:100%;
    }
}


/* =========================================================
   BILLING_LAYOUT_REFINEMENT_V1
   Lokale correcties na accessibility-vergroting
   ========================================================= */

/*
 * Betalingsherinneringen compacter maken.
 */
#betalingsherinneringen .admin-read-grid{
    padding-bottom:16px;
}

#betalingsherinneringen > p{
    margin:0!important;
    padding:0 24px 18px;
    font-size:.9375rem;
    line-height:1.55;
}

#betalingsherinneringen > .empty{
    margin-top:0!important;
    padding:18px 24px 20px;
}

/*
 * Shadow-paneel: toelichting hoort visueel bij de inhoud
 * en niet los onderaan het paneel.
 */
#shadow .admin-read-grid{
    padding-bottom:16px;
}

#shadow > p{
    margin:0!important;
    padding:0 24px 22px;
    font-size:.9375rem;
    line-height:1.55;
}

/*
 * Verlengingsmails hebben andere informatie dan de generieke
 * billing-candidate-list en krijgen daarom een eigen kolomverdeling.
 */
.renewal-mail-list{
    overflow-x:auto;
}

.renewal-mail-list .admin-table-head,
.renewal-mail-list .admin-table-row{
    grid-template-columns:
        minmax(190px,1.35fr)
        72px
        140px
        140px
        minmax(225px,1.35fr)
        92px
        72px;
    gap:12px;
    padding-left:20px;
    padding-right:20px;
}

.renewal-mail-list .admin-table-row > span:nth-child(5){
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.renewal-mail-list .admin-table-row > span:nth-child(6){
    white-space:nowrap;
}

.renewal-mail-list .admin-table-head > span:last-child,
.renewal-mail-list .admin-table-row > span:last-child{
    text-align:right;
}

/*
 * De generieke billing responsive-regels verbergen normaal enkele
 * kolommen. Voor deze specifieke tabel willen we de informatie
 * behouden en zo nodig horizontaal laten scrollen.
 */
@media (max-width:1050px){
    .renewal-mail-list .admin-table-head,
    .renewal-mail-list .admin-table-row{
        min-width:1050px;
        grid-template-columns:
            190px
            72px
            140px
            140px
            235px
            92px
            72px;
    }

    .renewal-mail-list .admin-table-head > span,
    .renewal-mail-list .admin-table-row > span{
        display:block!important;
    }
}

@media (max-width:720px){
    .renewal-mail-list .admin-table-head > span,
    .renewal-mail-list .admin-table-row > span{
        display:block!important;
    }
}


/* =========================================================
   COMMUNICATION_FORM_ALIGNMENT_V1
   Strakke indeling berichtformulier
   ========================================================= */

.communication-message-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-areas:
        "title  title"
        "type   portal"
        "start  end"
        "email  email"
        "body   body";
    gap:18px 16px;
    align-items:start;
}

.communication-title-field{grid-area:title;}
.communication-type-field{grid-area:type;}
.communication-portal-toggle{grid-area:portal;}
.communication-start-field{grid-area:start;}
.communication-end-field{grid-area:end;}
.communication-email-toggle{grid-area:email;}
.communication-body-field{grid-area:body;}

.communication-message-grid .check-label{
    width:100%;
    min-height:48px;
    height:48px;
    margin:0;
    padding:0 14px!important;
    align-self:end;
}

.communication-message-grid .check-label input[type="checkbox"]{
    flex:0 0 auto;
    margin:0!important;
}

.communication-message-grid .check-label span{
    line-height:1.35;
}

.communication-email-toggle{
    align-self:start!important;
}

.communication-message-grid label small{
    margin:1px 0 0!important;
    color:#7d899a!important;
    font-size:.8125rem!important;
    font-weight:500!important;
    line-height:1.45!important;
    text-transform:none!important;
    letter-spacing:normal!important;
}

.communication-start-field input,
.communication-end-field input{
    width:100%;
}

@media(max-width:720px){
    .communication-message-grid{
        grid-template-columns:1fr;
        grid-template-areas:
            "title"
            "type"
            "portal"
            "start"
            "end"
            "email"
            "body";
        gap:16px;
    }

    .communication-message-grid .check-label{
        align-self:stretch;
    }
}


/* =========================================================
   INVOICE_PAYMENT_ACTION_V1
   Betaalactie netjes rechtsonder in factuurpaneel
   ========================================================= */

.invoice-payment-action{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    width:100%;
    margin:0;
    padding:18px 24px 22px;
    border-top:1px solid #edf0f4;
}

.invoice-payment-action .primary-button,
.invoice-payment-action .outline-button{
    flex:0 0 auto;
    width:auto;
    margin:0;
}

@media(max-width:720px){
    .invoice-payment-action{
        padding:16px 20px 20px;
    }
}


/* =========================================================
   SERVER_HARDWARE_INFRA_STYLE_V1
   Hardware & infrastructuur in serverbeheer
   ========================================================= */

.server-hardware-section{
    padding-top:22px;
    padding-bottom:0;
}

.server-hardware-section > .kicker{
    display:block;
    margin-bottom:6px;
}

.server-hardware-form{
    margin-top:14px;
    padding:0;
}

.server-hardware-form .form-grid{
    margin:0;
}

.server-hardware-form textarea{
    width:100%;
    min-height:92px;
    padding:12px 14px;
    resize:vertical;
    box-sizing:border-box;
    border:1px solid #dfe5ec;
    border-radius:9px;
    background:#fff;
    color:#344258;
    font:inherit;
    font-size:1rem;
    line-height:1.5;
}

.server-hardware-form textarea:focus{
    border-color:#9daabd;
    outline:0;
    box-shadow:0 0 0 3px rgba(16,36,59,.06);
}

.server-hardware-ips{
    margin-top:20px;
    border:1px solid #e5e9ef;
    border-radius:11px;
    overflow:hidden;
    background:#fff;
}

.server-hardware-ips > strong{
    display:block;
    padding:14px 16px 12px;
    background:#fafbfc;
    border-bottom:1px solid #edf0f4;
    font-size:.9375rem;
}

.server-hardware-ip{
    min-height:58px;
    padding:10px 16px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:18px;
    align-items:center;
    border-bottom:1px solid #edf0f4;
}

.server-hardware-ip > span:first-child{
    min-width:0;
    font-weight:650;
}

.server-hardware-ip small{
    display:block;
    margin-top:3px;
    color:#7e8998;
    font-size:.8125rem;
    font-weight:400;
    line-height:1.4;
}

.server-hardware-ips > .small-help{
    margin:0;
    padding:11px 16px 13px;
    background:#fafbfc;
}

.server-hardware-form > .form-actions{
    margin-top:18px;
    padding-left:0;
    padding-right:0;
}

@media(max-width:720px){
    .server-hardware-section{
        padding-top:18px;
    }

    .server-hardware-ip{
        grid-template-columns:1fr;
        gap:7px;
    }
}


/* =========================================================
   SERVER_HARDWARE_INFRA_STYLE_V2
   Compactere en rustigere hardwarekaart
   ========================================================= */

.server-hardware-section{
    margin:0;
    padding:24px;
    border-top:1px solid #edf0f4;
    background:#fbfcfd;
}

.server-hardware-section > .kicker{
    margin:0 0 18px;
}

.server-hardware-form{
    margin:0;
}

.server-hardware-form .form-grid{
    gap:16px 18px;
}

.server-hardware-form .form-grid > label{
    min-width:0;
}

.server-hardware-form input,
.server-hardware-form textarea{
    background:#fff;
}

.server-hardware-form input:disabled{
    background:#f2f5f8;
    color:#7b8797;
    opacity:1;
}

.server-hardware-form textarea{
    min-height:76px;
    height:76px;
}

.server-hardware-ips{
    margin-top:18px;
    border-radius:10px;
}

.server-hardware-ips > strong{
    padding:12px 16px;
    font-size:.9rem;
}

.server-hardware-ip{
    min-height:52px;
    padding:9px 16px;
}

.server-hardware-ip > span:first-child{
    font-size:.9375rem;
}

.server-hardware-ip small{
    margin-top:2px;
}

.server-hardware-ips > .small-help{
    padding:9px 16px 11px;
    font-size:.8125rem;
}

.server-hardware-form > .form-actions{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin-top:18px;
    padding:18px 0 0;
    border-top:1px solid #edf0f4;
}

.server-hardware-form > .form-actions .primary-button{
    width:auto;
    margin:0;
}

@media(max-width:720px){
    .server-hardware-section{
        padding:20px;
    }

    .server-hardware-form textarea{
        min-height:92px;
        height:auto;
    }

    .server-hardware-form > .form-actions{
        justify-content:stretch;
    }

    .server-hardware-form > .form-actions .primary-button{
        width:100%;
    }
}

/* =========================================================
   SUPPORT CUSTOMER V1
   ========================================================= */

.support-stats-grid{
    grid-template-columns:repeat(3,1fr);
}

.support-ticket-list{
    display:grid;
}

.support-ticket-row{
    min-height:82px;
    padding:14px 24px;
    border-top:1px solid #edf0f4;
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto auto;
    gap:15px;
    align-items:center;
    transition:.15s;
}

.support-ticket-row:first-child{
    border-top:0;
}

.support-ticket-row:hover{
    background:#fafbfc;
}

.support-ticket-icon{
    width:38px;
    height:38px;
    border-radius:11px;
    display:grid;
    place-items:center;
    background:var(--orange-soft);
    color:var(--orange);
    font-size:11px;
    font-weight:900;
}

.support-ticket-main{
    min-width:0;
    display:grid;
    gap:4px;
}

.support-ticket-main strong{
    font-size:11px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.support-ticket-main small{
    color:#909baa;
    font-size:8px;
    line-height:1.5;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.support-ticket-number{
    color:#8f9aaa;
    font-size:8px;
    font-weight:800;
    letter-spacing:.03em;
}

.support-status{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:27px;
    padding:0 9px;
    border-radius:8px;
    font-size:8px;
    font-weight:850;
    white-space:nowrap;
}

.support-status.new{
    background:var(--orange-soft);
    color:var(--orange);
}

.support-status.open,
.support-status.waiting_knoth{
    background:#eef3fb;
    color:#5373b7;
}

.support-status.waiting_customer{
    background:#fff7e8;
    color:#a67212;
}

.support-status.closed{
    background:#f0f3f6;
    color:#778397;
}

.support-layout{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);
    gap:20px;
    align-items:start;
}

.support-ticket-heading{
    align-items:flex-end;
}

.support-heading-actions{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    justify-content:flex-end;
}

.support-conversation{
    padding:24px;
    display:grid;
    gap:16px;
    background:#fafbfc;
}

.support-message{
    width:min(82%,720px);
    border:1px solid #e4e9ef;
    border-radius:15px;
    background:#fff;
    overflow:hidden;
}

.support-message.customer{
    justify-self:end;
}

.support-message.knoth{
    justify-self:start;
    border-left:3px solid var(--orange);
}

.support-message-meta{
    min-height:42px;
    padding:10px 14px;
    display:flex;
    justify-content:space-between;
    gap:15px;
    align-items:center;
    border-bottom:1px solid #edf0f4;
}

.support-message-meta strong{
    font-size:9px;
}

.support-message-meta time{
    color:#929dab;
    font-size:8px;
    white-space:nowrap;
}

.support-message-body{
    padding:14px;
    color:#354359;
    font-size:10px;
    line-height:1.7;
    overflow-wrap:anywhere;
}

.support-reply-form{
    border-top:1px solid #edf0f4;
    border-bottom:0;
}

.support-reply-form label{
    font-size:10px;
    color:#3d4b60;
}

.support-context{
    padding:8px 24px;
    display:grid;
}

.support-context>div{
    min-height:62px;
    display:grid;
    align-content:center;
    gap:5px;
    border-bottom:1px solid #edf0f4;
}

.support-context>div:last-child{
    border-bottom:0;
}

.support-context small{
    color:#929dab;
    font-size:8px;
}

.support-context strong{
    color:#354359;
    font-size:10px;
    overflow-wrap:anywhere;
}

.support-side-action{
    padding:18px 24px 22px;
    border-top:1px solid #edf0f4;
}

.support-side-action form{
    margin:0;
}

.support-close-button{
    opacity:1;
}

.support-closed-box{
    margin:20px 24px 24px;
    padding:20px;
    border:1px solid #e0e6ed;
    border-radius:14px;
    background:#fafbfc;
}

.support-closed-box strong{
    font-size:11px;
}

.support-closed-box p{
    margin:7px 0 15px;
    color:var(--muted);
    font-size:9px;
    line-height:1.6;
}

.support-new-ticket textarea{
    width:100%;
    border:1px solid #dfe5ec;
    border-radius:9px;
    background:#fff;
    padding:11px 12px;
    resize:vertical;
    color:#344258;
    font-size:11px;
    line-height:1.6;
    outline:0;
}

.support-new-ticket textarea:focus{
    border-color:#9aabc0;
    box-shadow:0 0 0 3px rgba(16,36,59,.06);
}

@media(max-width:900px){
    .support-layout{
        grid-template-columns:1fr;
    }

    .support-ticket-side{
        order:-1;
    }
}

@media(max-width:720px){
    .support-stats-grid{
        grid-template-columns:1fr 1fr;
    }

    .support-ticket-row{
        grid-template-columns:auto minmax(0,1fr) auto;
        padding:14px 18px;
    }

    .support-ticket-row .row-arrow{
        display:none;
    }

    .support-ticket-main small{
        white-space:normal;
    }

    .support-message{
        width:94%;
    }
}

@media(max-width:460px){
    .support-stats-grid{
        grid-template-columns:1fr;
    }

    .support-ticket-row{
        grid-template-columns:auto minmax(0,1fr);
    }

    .support-ticket-row .support-status{
        grid-column:2;
        justify-self:start;
    }

    .support-conversation{
        padding:16px;
    }

    .support-message{
        width:100%;
    }
}

/* SUPPORT CUSTOMER V1 - helper text refinement */
.support-new-ticket .form-grid label small{
    text-transform:none;
    letter-spacing:normal;
    font-weight:500;
    line-height:1.5;
}

/* =========================================================
   SUPPORT ADMIN V1
   ========================================================= */

.support-admin-list .admin-table-head,
.support-admin-list .admin-table-row{
    grid-template-columns:
        minmax(180px,1.45fr)
        minmax(150px,1.15fr)
        .65fr
        .60fr
        .78fr
        .78fr
        24px;
}

.support-priority{
    display:inline-flex;
    align-items:center;
    min-height:26px;
    padding:0 8px;
    border-radius:8px;
    font-size:8px;
    font-weight:850;
    white-space:nowrap;
    background:#f0f3f6;
    color:#68758a;
}

.support-priority.high{
    background:#fff7e8;
    color:#a67212;
}

.support-priority.urgent{
    background:#fff0f0;
    color:#b14b4b;
}

@media(max-width:900px){
    .support-admin-list{
        overflow-x:auto;
    }

    .support-admin-list .admin-table-head,
    .support-admin-list .admin-table-row{
        min-width:900px;
    }
}

/* =========================================================
   SUPPORT ADMIN DETAIL V1
   ========================================================= */

.support-admin-ticket-layout{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);
    gap:20px;
    align-items:start;
}

.support-admin-ticket-main,
.support-admin-ticket-side{
    min-width:0;
}

.support-admin-ticket-heading .page-actions{
    justify-content:flex-end;
}

.support-admin-conversation .support-message.internal{
    justify-self:start;
    width:min(88%,760px);
    border-color:#eadfbf;
    background:#fffbf2;
}

.support-admin-conversation .support-message.internal .support-message-meta{
    background:#fff8e8;
    border-bottom-color:#eee2c3;
}

.support-admin-conversation .support-message.internal .support-message-meta strong{
    color:#936b16;
}

.support-admin-reply label{
    display:grid;
    gap:4px;
}

.support-admin-reply label strong{
    font-size:10px;
}

.support-admin-reply label small{
    color:#8c98a8;
    font-size:8px;
    line-height:1.5;
}

.support-internal-panel{
    border-color:#eadfbf;
}

.support-internal-panel .panel-head{
    background:#fffcf5;
}

.support-internal-panel .note-form{
    border-bottom:0;
}

.support-internal-panel .note-form .soft-button{
    justify-self:end;
    width:auto;
}

.support-admin-ticket-side .admin-section{
    margin-top:20px;
}

@media(max-width:980px){
    .support-admin-ticket-layout{
        grid-template-columns:1fr;
    }

    .support-admin-ticket-side{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:20px;
    }

    .support-admin-ticket-side .admin-section{
        margin-top:0;
    }
}

@media(max-width:720px){
    .support-admin-ticket-side{
        grid-template-columns:1fr;
    }

    .support-admin-conversation .support-message.internal{
        width:100%;
    }
}

/* =========================================================
   INVOICE SINGLE PAID V1
   ========================================================= */

.invoice-admin-list .admin-table-head,
.invoice-admin-list .admin-table-row{
    grid-template-columns:
        38px
        minmax(175px,1.30fr)
        minmax(175px,1.40fr)
        minmax(105px,.8fr)
        minmax(105px,.8fr)
        minmax(105px,.75fr)
        minmax(90px,.7fr)
        minmax(235px,1.25fr);
}

.invoice-row-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    white-space:nowrap;
}

.invoice-single-paid-form{
    margin:0;
}

.invoice-row-actions .primary-button,
.invoice-row-actions .soft-button{
    white-space:nowrap;
}

/* ==========================================================
   TWO-FACTOR AUTHENTICATION
   ========================================================== */

.two-factor-setup-card {
    max-width: 980px;
    margin: 0 auto 28px;
    padding: 0;
    overflow: hidden;
}

.two-factor-setup-head {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 32px 24px;
    border-bottom: 1px solid #e8edf3;
}

.two-factor-setup-head h2 {
    margin: 3px 0 5px;
}

.two-factor-setup-head p {
    margin: 0;
    color: #66758a;
}

.two-factor-shield {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #fff0e9;
    color: #ff642c;
    font-size: 22px;
    font-weight: 800;
}

.two-factor-status-badge {
    margin-left: auto;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff0e9;
    color: #d94b19;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.two-factor-progress {
    display: flex;
    align-items: center;
    padding: 20px 32px;
    background: #f8fafc;
    border-bottom: 1px solid #e8edf3;
}

.two-factor-progress-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 150px;
    color: #94a0af;
}

.two-factor-progress-item > span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border: 2px solid #d9e0e8;
    border-radius: 50%;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
}

.two-factor-progress-item strong,
.two-factor-progress-item small {
    display: block;
}

.two-factor-progress-item strong {
    color: #344054;
    font-size: 13px;
}

.two-factor-progress-item small {
    margin-top: 2px;
    font-size: 11px;
}

.two-factor-progress-item.done > span {
    border-color: #1f9d68;
    background: #1f9d68;
    color: #fff;
}

.two-factor-progress-item.active > span {
    border-color: #ff642c;
    background: #ff642c;
    color: #fff;
}

.two-factor-progress-item.active strong {
    color: #172033;
}

.two-factor-progress-line {
    height: 2px;
    flex: 1;
    min-width: 28px;
    margin: 0 12px;
    background: #dde4ec;
}

.two-factor-progress-line.active {
    background: #1f9d68;
}

.two-factor-setup-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
}

.two-factor-setup-part {
    position: relative;
    padding: 34px 36px 36px;
}

.two-factor-setup-part + .two-factor-setup-part {
    border-left: 1px solid #e8edf3;
}

.two-factor-setup-part h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.two-factor-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-bottom: 14px;
    border-radius: 8px;
    background: #172033;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.two-factor-muted {
    margin: 0 0 22px;
    color: #66758a;
    line-height: 1.6;
}

.two-factor-secret-box {
    padding: 16px 18px;
    border: 1px solid #dce3eb;
    border-radius: 12px;
    background: #f8fafc;
}

.two-factor-secret-box span {
    display: block;
    margin-bottom: 8px;
    color: #7a8798;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.two-factor-secret-box code {
    display: block;
    overflow-wrap: anywhere;
    color: #162033;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .05em;
}

.two-factor-app-actions {
    margin-top: 14px;
}

.two-factor-app-link {
    display: inline-flex;
    width: auto;
}

.two-factor-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

.two-factor-tech span {
    padding: 5px 9px;
    border-radius: 7px;
    background: #f0f3f7;
    color: #657286;
    font-size: 11px;
    font-weight: 700;
}

.two-factor-confirm-part {
    background: #fcfdfe;
}

.two-factor-confirm-form label {
    display: block;
    font-weight: 700;
}

.two-factor-code-input {
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    padding: 15px 18px !important;
    text-align: center;
    font-size: 26px !important;
    font-weight: 800;
    letter-spacing: .28em;
    font-variant-numeric: tabular-nums;
}

.two-factor-code-input::placeholder {
    color: #c4ccd6;
}

.two-factor-confirm-button {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
}

.two-factor-after-note {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding: 13px 14px;
    border-radius: 10px;
    background: #f5f7fa;
    color: #657286;
}

.two-factor-after-note p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
}

.two-factor-setup-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 32px;
    border-top: 1px solid #e8edf3;
    background: #f8fafc;
    color: #7b8797;
    font-size: 12px;
}

.two-factor-cancel-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #344054;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.two-factor-cancel-button:hover {
    color: #ff642c;
}

@media (max-width: 820px) {
    .two-factor-setup-grid {
        grid-template-columns: 1fr;
    }

    .two-factor-setup-part + .two-factor-setup-part {
        border-top: 1px solid #e8edf3;
        border-left: 0;
    }

    .two-factor-progress {
        overflow-x: auto;
    }

    .two-factor-progress-item {
        min-width: 125px;
    }
}

@media (max-width: 600px) {
    .two-factor-setup-head {
        align-items: flex-start;
        padding: 24px 20px 20px;
    }

    .two-factor-status-badge {
        display: none;
    }

    .two-factor-progress {
        padding: 16px 20px;
    }

    .two-factor-progress-item div {
        display: none;
    }

    .two-factor-progress-item {
        min-width: auto;
    }

    .two-factor-setup-part {
        padding: 28px 20px;
    }

    .two-factor-setup-footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px 20px;
    }
}

/* Two-factor QR-code */
.two-factor-qr-box {
    margin: 0 0 20px;
    padding: 22px;
    border: 1px solid #e1e7ef;
    border-radius: 14px;
    background: #f8fafc;
    text-align: center;
}

.two-factor-qr-label {
    display: block;
    margin-bottom: 16px;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.two-factor-qr-canvas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 244px;
    min-height: 244px;
    padding: 12px;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    background: #fff;
}

.two-factor-qr-canvas img,
.two-factor-qr-canvas canvas {
    display: block;
    max-width: 100%;
    height: auto;
}

.two-factor-qr-box small {
    display: block;
    max-width: 390px;
    margin: 14px auto 0;
    color: #66758a;
    line-height: 1.5;
}

.two-factor-manual {
    margin-top: 16px;
}

.two-factor-manual summary {
    cursor: pointer;
    color: #43526a;
    font-size: 13px;
    font-weight: 700;
}

.two-factor-manual[open] summary {
    margin-bottom: 12px;
}

@media (max-width: 600px) {
    .two-factor-qr-canvas {
        min-width: 0;
        min-height: 0;
    }
}

/* ==========================================================
   TWO-FACTOR RECOVERY / ACTIVE STATE
   ========================================================== */

.two-factor-recovery-card,
.two-factor-active-card,
.two-factor-disable-card {
    max-width: 980px;
    margin: 0 auto 24px;
}

.two-factor-recovery-head,
.two-factor-active-head {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 28px 32px 22px;
    border-bottom: 1px solid #e8edf3;
}

.two-factor-recovery-head h2,
.two-factor-active-head h2 {
    margin: 4px 0 6px;
}

.two-factor-recovery-head p,
.two-factor-active-head p {
    margin: 0;
    color: #66758a;
}

.two-factor-recovery-icon,
.two-factor-active-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 14px;
    background: #fff6e8;
    font-size: 24px;
}

.two-factor-status-badge.active,
.two-factor-status-badge.success {
    margin-left: auto;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.two-factor-status-badge.active {
    background: #fff0e9;
    color: #d94b19;
}

.two-factor-status-badge.success {
    background: #eaf8f1;
    color: #1f9d68;
}

.two-factor-recovery-alert {
    margin: 24px 32px 0;
    padding: 18px 20px;
    border: 1px solid #efd8a3;
    border-radius: 14px;
    background: #fffaf0;
}

.two-factor-recovery-alert strong {
    display: block;
    margin-bottom: 8px;
    color: #172033;
    font-size: 15px;
}

.two-factor-recovery-alert p {
    margin: 0;
    color: #66758a;
    line-height: 1.6;
}

.two-factor-recovery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 24px 32px 28px;
}

.two-factor-recovery-item {
    padding: 16px 18px;
    border: 1px solid #e4eaf1;
    border-radius: 12px;
    background: #f8fafc;
}

.two-factor-recovery-item code {
    display: block;
    color: #162033;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
}

.two-factor-recovery-footer {
    padding: 0 32px 24px;
    color: #7b8797;
    font-size: 12px;
}

.two-factor-active-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 24px 32px 30px;
}

.two-factor-stat-card {
    padding: 20px;
    border: 1px solid #e4eaf1;
    border-radius: 14px;
    background: #f8fafc;
}

.two-factor-stat-card strong {
    display: block;
    margin-bottom: 6px;
    color: #172033;
    font-size: 24px;
    font-weight: 800;
}

.two-factor-stat-card span {
    color: #66758a;
    line-height: 1.5;
}

@media (max-width: 820px) {
    .two-factor-recovery-grid,
    .two-factor-active-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .two-factor-recovery-head,
    .two-factor-active-head {
        align-items: flex-start;
        padding: 22px 20px 18px;
    }

    .two-factor-status-badge.active,
    .two-factor-status-badge.success {
        display: none;
    }

    .two-factor-recovery-alert {
        margin: 20px 20px 0;
    }

    .two-factor-recovery-grid {
        padding: 20px;
    }

    .two-factor-recovery-item code {
        font-size: 18px;
    }

    .two-factor-recovery-footer,
    .two-factor-active-stats {
        padding: 0 20px 20px;
    }
}

/* ==========================================================
   ACCOUNT SECURITY SUMMARY
   ========================================================== */

.account-security-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    margin-bottom: 0;
}

.account-security-icon {
    display: grid;
    place-items: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: #fff0e9;
    color: #ff642c;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.account-security-content {
    flex: 1;
    min-width: 0;
}

.account-security-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

.account-security-title h2 {
    margin: 0;
    font-size: 20px;
}

.account-security-content > p {
    margin: 0;
    color: #66758a;
    line-height: 1.5;
}

.account-security-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.account-security-badge.enabled {
    background: #eaf8f1;
    color: #16845a;
}

.account-security-badge.disabled {
    background: #f1f3f6;
    color: #66758a;
}

.account-security-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.account-security-method {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 13px;
}

.account-security-method strong {
    color: #172033;
}

.account-security-method span {
    color: #7b8797;
}

.account-security-action {
    flex: 0 0 auto;
}

.account-security-action .soft-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 116px;
}

@media (max-width: 700px) {
    .account-security-card {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 22px 20px;
    }

    .account-security-content {
        width: calc(100% - 74px);
    }

    .account-security-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .account-security-method {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .account-security-action {
        width: 100%;
        padding-left: 74px;
    }
}

/* Accountpagina: consistente verticale ruimte tussen beveiligingskaart en formuliergrid */
.account-security-card {
    margin-bottom: 24px;
}

/* ==========================================================
   ADMIN CUSTOMER PANEL USAGE
   ========================================================== */

.customer-list {
    overflow-x: auto;
}

.customer-list .admin-table-head,
.customer-list .admin-table-row {
    grid-template-columns:
        minmax(190px, 1.35fr)
        minmax(185px, 1.25fr)
        78px
        78px
        145px
        125px
        28px;
    min-width: 990px;
}

.customer-panel-usage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.customer-panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.customer-panel-badge i {
    display: block;
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: currentColor;
}

.customer-panel-badge.active {
    background: #eaf8f1;
    color: #16845a;
}

.customer-panel-badge.never {
    background: #fff6e8;
    color: #bd6b13;
}

.customer-panel-badge.none {
    background: #f1f3f6;
    color: #7a8797;
}

.customer-panel-usage small,
.customer-last-login small {
    color: #8995a5;
    font-size: 11px;
}

.customer-last-login {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.customer-last-login strong {
    white-space: nowrap;
}
