:root{
  --bg:#f3f6fb;--panel:#ffffff;--ink:#1f2937;--muted:#64748b;--line:#dbe3ef;
  --brand:#1e40af;--brand2:#2563eb;--ok:#15803d;--warn:#b45309;--danger:#b91c1c;
  --radius:16px;--shadow:0 10px 30px rgba(15,23,42,.08);
}
*{box-sizing:border-box} body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:linear-gradient(180deg,#eef4ff 0,#f8fafc 220px);color:var(--ink);font-size:15px;line-height:1.5}
.topbar{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;box-shadow:0 3px 18px rgba(15,23,42,.18);position:sticky;top:0;z-index:10}
.topbar-inner{max-width:1200px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;gap:22px;justify-content:space-between;flex-wrap:wrap}
.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:800;font-size:22px;letter-spacing:.3px}.brand-mark{width:36px;height:36px;border-radius:12px;background:#fff;color:#1e40af;display:inline-flex;align-items:center;justify-content:center;font-weight:900}
.mainnav{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.mainnav a{color:#dbeafe;text-decoration:none;padding:8px 11px;border-radius:999px;font-weight:600}.mainnav a:hover{background:rgba(255,255,255,.12);color:#fff}.nav-cta{background:#fff!important;color:#1e40af!important}
main{max-width:1200px;margin:28px auto;padding:0 18px}.card{background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:var(--radius);padding:22px;margin-bottom:20px;box-shadow:var(--shadow)}
h1{font-size:30px;margin:0 0 14px;color:#0f172a}h2{font-size:22px;margin:8px 0 12px;color:#1e3a8a}h3{font-size:17px;margin:16px 0 8px;color:#334155}p{margin:8px 0}.muted,small{color:var(--muted)}
.btn,button{display:inline-flex;align-items:center;gap:6px;background:var(--brand2);color:white;padding:9px 13px;border-radius:10px;text-decoration:none;border:0;cursor:pointer;margin:3px;font-weight:700;box-shadow:0 4px 12px rgba(37,99,235,.18)}.btn:hover,button:hover{filter:brightness(.96)}.btn.secondary{background:#475569}.btn.ok{background:var(--ok)}.btn.warn{background:var(--warn)}.btn.danger{background:var(--danger)}
input,textarea,select{width:100%;padding:11px 12px;border:1px solid #cbd5e1;border-radius:10px;margin:6px 0 14px;background:#fff;color:#0f172a;font:inherit}input:focus,textarea:focus,select:focus{outline:3px solid #bfdbfe;border-color:#3b82f6}label{font-weight:700;color:#334155}
table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}th,td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{background:#eff6ff;color:#1e3a8a;font-weight:800}tr:last-child td{border-bottom:0}tr:hover td{background:#fafcff}
.alert{padding:12px 14px;margin-bottom:16px;border-radius:12px;background:#dbeafe;border:1px solid #bfdbfe;color:#1e3a8a}.alert.danger,.danger{background:#fee2e2;border-color:#fecaca;color:#991b1b}.alert.success,.success{background:#dcfce7;border-color:#bbf7d0;color:#166534}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}pre{white-space:pre-wrap;background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:14px;color:#334155}.footer{text-align:center;color:#64748b;padding:26px 14px;margin-top:30px}.footer small{display:block;margin-top:4px}
.badge{display:inline-flex;border-radius:999px;padding:4px 9px;background:#e0e7ff;color:#3730a3;font-weight:700;font-size:12px}.actions{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kpi .card{margin:0}.kpi strong{display:block;font-size:24px;color:#1e40af}
@media(max-width:800px){.grid,.kpi{grid-template-columns:1fr}.topbar-inner{align-items:flex-start}.mainnav{width:100%}table{font-size:13px}.card{padding:16px}h1{font-size:24px}}

.statgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:12px 0 20px}.stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow)}.stat .num{font-size:28px;font-weight:900;color:#1e40af}.stat .lbl{color:#64748b;font-weight:700}.badge.blue{background:#dbeafe;color:#1d4ed8}.badge.green{background:#dcfce7;color:#166534}.badge.gray{background:#e5e7eb;color:#374151}.badge.amber{background:#fef3c7;color:#92400e}.badge.red{background:#fee2e2;color:#991b1b}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.searchbar{display:grid;grid-template-columns:1fr 180px 150px;gap:10px;align-items:end}.pillnav{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 18px}.pillnav a{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;border-radius:999px;text-decoration:none;padding:8px 12px;font-weight:800}.notice{border-left:5px solid #2563eb;background:#eff6ff;padding:12px 14px;border-radius:12px;margin:12px 0}.subtle{color:#64748b;font-size:13px}.nowrap{white-space:nowrap}@media(max-width:900px){.statgrid,.searchbar{grid-template-columns:1fr}}


.backbar{display:flex;align-items:center;justify-content:flex-start;margin:-10px 0 16px}.backbtn{box-shadow:none}.backbtn::before{content:''}.noprint.backdoc{background:#475569;color:#fff;border:0;border-radius:8px;padding:8px 12px;margin-right:8px;cursor:pointer;font-weight:700}

.wizard-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:0 0 18px}.wizard-steps .step{background:#e2e8f0;color:#475569;border-radius:999px;padding:9px 10px;font-weight:800;text-align:center;font-size:13px}.wizard-steps .step.active{background:#dbeafe;color:#1d4ed8;border:1px solid #93c5fd}.wizard-steps .step.pending{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.checklist{list-style:none;margin:0;padding:0}.checklist li{display:flex;align-items:center;gap:8px;margin:7px 0;font-weight:700}.checklist li span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;font-weight:900}.checklist li.ok span{background:#dcfce7;color:#166534}.checklist li.missing span{background:#fee2e2;color:#991b1b}button:disabled,.btn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(1)}
@media(max-width:900px){.wizard-steps{grid-template-columns:1fr 1fr}.wizard-steps .step{text-align:left}}


.access-notice-wrap{max-width:980px;margin:0 auto}
.access-notice-card{display:grid;grid-template-columns:80px 1fr;gap:18px;align-items:center;background:linear-gradient(135deg,#eff6ff,#ffffff);border:1px solid #bfdbfe;border-radius:22px;padding:26px;margin-bottom:18px;box-shadow:0 18px 38px rgba(15,23,42,.08)}
.access-notice-card.login{background:linear-gradient(135deg,#eff6ff,#f8fafc);border-color:#93c5fd}
.access-notice-card.role{background:linear-gradient(135deg,#fff7ed,#ffffff);border-color:#fdba74}
.access-notice-card.deadline{background:linear-gradient(135deg,#fef2f2,#ffffff);border-color:#fca5a5}
.access-notice-card.missing{background:linear-gradient(135deg,#f8fafc,#ffffff);border-color:#cbd5e1}
.access-icon{width:70px;height:70px;border-radius:22px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:34px;box-shadow:0 10px 25px rgba(15,23,42,.10)}
.access-notice-card h1{margin:0 0 8px;font-size:30px;color:#0f172a}
.notice-lead{font-size:17px;color:#475569;margin:0;line-height:1.55}
.todo-list{margin:0;padding-left:24px}
.todo-list li{margin:10px 0;line-height:1.45}
.action-row{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 8px}
.login-card{max-width:680px;margin:0 auto}
@media(max-width:700px){.access-notice-card{grid-template-columns:1fr}.access-icon{width:58px;height:58px;font-size:28px}.access-notice-card h1{font-size:24px}}


.receipt-hero{display:grid;grid-template-columns:86px 1fr;gap:18px;align-items:center;background:linear-gradient(135deg,#dcfce7,#ffffff);border:1px solid #86efac;border-radius:24px;padding:26px;margin-bottom:18px;box-shadow:0 18px 38px rgba(15,23,42,.08)}
.receipt-icon{width:74px;height:74px;border-radius:999px;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:900}
.receipt-hero h1{margin:0 0 6px;color:#14532d}
.receipt-hero p{margin:0;color:#166534;font-size:17px}
.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace}
.smallhash{font-size:12px;word-break:break-all}
.inline-filter{display:flex;gap:8px;align-items:center}
.inline-filter select{margin:0;min-width:150px}
@media print{.topbar,.backbar,.action-row,footer{display:none!important}main{max-width:none;margin:0;padding:0}.card,.receipt-hero{box-shadow:none}}
@media(max-width:700px){.receipt-hero{grid-template-columns:1fr}.receipt-icon{width:58px;height:58px;font-size:30px}}


.package-callout{background:linear-gradient(135deg,#ecfdf5,#ffffff);border:1px solid #86efac;border-radius:18px;padding:18px;margin:14px 0}


.vote-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#eef2ff,#fff);border:1px solid #c7d2fe;border-radius:22px;padding:24px;margin-bottom:18px}
.vote-hero h1{margin:0 0 6px;color:#312e81}.vote-hero p{margin:0;color:#475569}
.vote-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:12px 0 18px}
.vote-btn{border:0;border-radius:18px;padding:22px 12px;font-weight:900;font-size:18px;cursor:pointer;color:#111827}
.vote-btn.yes{background:#dcfce7;color:#166534}.vote-btn.no{background:#fee2e2;color:#991b1b}.vote-btn.abstain{background:#fef3c7;color:#92400e}.vote-btn.conflict{background:#f1f5f9;color:#334155}
.vote-btn:hover{filter:brightness(.97);transform:translateY(-1px)}
@media(max-width:900px){.vote-buttons{grid-template-columns:1fr 1fr}.vote-hero{display:block}}
@media(max-width:520px){.vote-buttons{grid-template-columns:1fr}}


.security-ok{color:#166534;font-weight:800}.security-warn{color:#991b1b;font-weight:800}


.wizard-steps.enhanced{grid-template-columns:repeat(7,minmax(0,1fr))}
.wizard-steps.enhanced .step{display:block;text-decoration:none}
.wizard-steps .step.done{background:#dcfce7;color:#166534;border-color:#86efac}
.wizard-panel h2{margin-top:0}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
@media(max-width:1100px){.wizard-steps.enhanced{grid-template-columns:1fr 1fr}}


/* v9.5 - Ajánlatbeadási varázsló UX modernizáció */
.wizard-section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:16px 0 8px}
.wizard-field-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 8px 22px rgba(15,23,42,.06)}
.wizard-field-card h3{margin:0 0 10px;color:#1e3a8a;font-size:17px}.wizard-field-card small{display:block;line-height:1.45;margin-top:-6px}
.wizard-block-list{display:grid;gap:16px;margin:14px 0 20px}
.wizard-section-card{background:#fff;border:1px solid #dbe3ef;border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.wizard-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid #e5eaf3;padding-bottom:10px;margin-bottom:12px}.wizard-section-head h4{margin:0;color:#0f172a;font-size:16px}.wizard-section-head .subtle{margin:3px 0 0}
.criteria-minimum{background:#f8fafc;border-left:4px solid #93c5fd;border-radius:12px;padding:11px 13px;color:#475569;margin:10px 0 14px;font-size:14px}
.choice-card-list{display:grid;gap:10px}.choice-card{display:flex!important;align-items:flex-start;gap:12px;width:100%;margin:0!important;padding:14px;border:1px solid #dbe3ef;border-radius:15px;background:#f8fafc;color:#0f172a;font-weight:400;cursor:pointer;transition:.12s ease-in-out}.choice-card:hover{border-color:#93c5fd;background:#eff6ff}.choice-card.selected,.choice-card:has(input:checked){border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px rgba(37,99,235,.10)}
.choice-control{flex:0 0 auto;padding-top:2px}.choice-control input{width:auto;margin:0;transform:scale(1.12)}.choice-main{display:grid;gap:5px;min-width:0;line-height:1.45}.choice-title{font-weight:850;color:#0f172a}.choice-points{display:inline-flex;align-items:center;width:max-content;background:#e0e7ff;color:#3730a3;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:900}.choice-desc{display:block;color:#475569;font-size:14px;font-weight:500}.option-card{padding:14px 14px 16px}.tech-option-choice{margin-bottom:12px!important}.note-label{display:block;margin:10px 0 5px;color:#334155;font-weight:800}.large-note{min-height:120px;margin-top:4px;background:#fff}.wizard-section-card textarea{resize:vertical}
@media(max-width:1000px){.wizard-section-grid{grid-template-columns:1fr}.wizard-section-head{display:block}.choice-card{padding:12px}}


/* v9.5.1 - Nyilatkozati checkbox UX javítás */
.wizard-section{border:1px solid var(--line);border-radius:16px;background:#fff;padding:16px;margin:18px 0;box-shadow:0 6px 18px rgba(15,23,42,.05)}
.wizard-section h3{margin-top:0;color:#1e3a8a}
.declaration-section{background:linear-gradient(180deg,#ffffff,#f8fbff)}
.declaration-card{display:flex;align-items:flex-start;gap:12px;width:100%;border:1px solid #dbeafe;border-radius:14px;background:#f8fafc;padding:14px 16px;margin:10px 0;color:#0f172a;cursor:pointer;font-weight:600}
.declaration-card:hover{border-color:#93c5fd;background:#eff6ff}
.declaration-card input[type=checkbox]{width:auto;min-width:18px;height:18px;margin:3px 0 0 0;accent-color:#2563eb;flex:0 0 auto}
.declaration-card span{display:block;line-height:1.45}
.declaration-card small{display:block;margin-top:4px;color:#64748b;font-weight:500}
.declaration-card:has(input:checked){border-color:#22c55e;background:#f0fdf4}
@media(max-width:700px){.declaration-card{padding:12px;gap:10px}}

/* ÖBR v10 Modern Dashboard UI - csak megjelenés */
:root{
  --obr-blue:#0d4b8e; --obr-blue2:#173a7a; --obr-blue3:#082454;
  --obr-green:#168044; --obr-green2:#0b6b38; --obr-bg:#f3f7fc;
  --obr-text:#0f172a; --obr-muted:#64748b; --obr-line:#d9e5f2;
  --obr-card:#ffffff; --obr-shadow:0 18px 45px rgba(12,31,64,.10);
  --obr-radius:22px;
}
body.obr-ui-v10{background:radial-gradient(circle at 20% 0%,#eaf4ff 0,#f6f9fd 330px,#f3f7fc 100%);color:var(--obr-text);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:15px;}
.obr-topbar{background:linear-gradient(90deg,var(--obr-blue3),var(--obr-blue2));color:#fff;box-shadow:0 8px 28px rgba(8,36,84,.20);position:sticky;top:0;z-index:1000;}
.obr-topbar-inner{max-width:1180px;margin:0 auto;min-height:82px;padding:12px 22px;display:flex;align-items:center;justify-content:space-between;gap:22px;}
.obr-brand{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none;min-width:0;}
.obr-brand-crest{width:54px;height:54px;object-fit:cover;border-radius:12px;background:#fff;border:2px solid rgba(255,255,255,.9);box-shadow:0 8px 18px rgba(0,0,0,.18);}
.obr-brand-text{display:flex;flex-direction:column;line-height:1.1;min-width:0}.obr-brand-text strong{font-size:28px;font-weight:950;letter-spacing:.5px}.obr-brand-text small{font-size:13px;color:#dbeafe;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.obr-mainnav{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.obr-mainnav a{color:#eaf2ff;text-decoration:none;font-weight:800;font-size:14px;padding:10px 12px;border-radius:999px;transition:.15s}.obr-mainnav a:hover{background:rgba(255,255,255,.12);color:#fff}.obr-mainnav .obr-nav-cta{background:#fff;color:var(--obr-blue2);box-shadow:0 8px 18px rgba(0,0,0,.14)}
.obr-nav-toggle{display:none;background:rgba(255,255,255,.12);box-shadow:none;border:1px solid rgba(255,255,255,.22);border-radius:12px;color:#fff;font-size:22px;padding:8px 12px}
.obr-main{max-width:1180px;margin:26px auto;padding:0 22px}.backbar{margin:0 0 14px}.backbtn{background:#475569!important;color:#fff!important;border-radius:12px;box-shadow:none!important;padding:8px 13px!important}
.card,.obr-panel{background:rgba(255,255,255,.96)!important;border:1px solid var(--obr-line)!important;border-radius:var(--obr-radius)!important;box-shadow:var(--obr-shadow)!important}.card{padding:24px!important}.footer.obr-footer{max-width:1180px;margin:22px auto 0;padding:28px 22px;color:#64748b;text-align:center;border-top:1px solid #dbe5f1}.footer.obr-footer div{font-weight:900;color:#0f2e64}
.obr-hero{display:grid;grid-template-columns:minmax(0,1.05fr) 430px;gap:28px;align-items:center;margin:6px 0 22px;padding:34px;border-radius:30px;background:linear-gradient(135deg,#ffffff 0%,#eef6ff 58%,#e7f4ed 100%);border:1px solid #d7e7f5;box-shadow:0 24px 65px rgba(12,31,64,.12);position:relative;overflow:hidden}.obr-hero:before{content:"";position:absolute;inset:auto -90px -120px auto;width:330px;height:330px;background:radial-gradient(circle,rgba(22,128,68,.16),transparent 68%)}.obr-hero-copy,.obr-hero-panel{position:relative}.eyebrow{color:var(--obr-green2);font-weight:950;letter-spacing:.08em;text-transform:uppercase;font-size:12px;margin-bottom:8px}.obr-hero h1{font-size:48px;line-height:1.04;margin:0 0 12px;color:#082454;letter-spacing:-.035em}.obr-hero p{font-size:18px;max-width:650px;color:#40516b;margin:0 0 18px}.hero-tags{display:flex;gap:10px;flex-wrap:wrap}.hero-tags span{background:#fff;border:1px solid #cfe0f1;border-radius:999px;padding:8px 12px;font-weight:900;color:#0f3a74;box-shadow:0 8px 18px rgba(12,31,64,.06)}
.obr-hero-panel{background:#fff;border:1px solid #cbdced;border-radius:24px;box-shadow:0 22px 55px rgba(12,31,64,.16);overflow:hidden}.screen-top{height:34px;background:#0b234e;display:flex;gap:7px;align-items:center;padding:0 13px}.screen-top span{width:9px;height:9px;border-radius:50%;background:#e2e8f0}.screen-head{display:flex;align-items:center;gap:12px;padding:18px;border-bottom:1px solid #e4edf7}.screen-head img{width:44px;height:44px;border-radius:10px;object-fit:cover;border:1px solid #d4e1ef}.screen-head strong{display:block;color:#0b3973;font-size:21px;font-weight:950}.screen-head small{color:#64748b;font-weight:800}.screen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:18px}.screen-grid div{background:#f3f7fc;border:1px solid #dbe6f2;border-radius:16px;padding:16px 12px;text-align:center}.screen-grid b{display:block;color:#0d4b8e;font-size:24px}.screen-grid small{color:#64748b;font-weight:800}
.obr-feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 22px}.feature{background:linear-gradient(135deg,#0d4b8e,#082454);color:#fff;border-radius:20px;padding:20px;min-height:94px;display:flex;align-items:center;gap:13px;box-shadow:0 16px 36px rgba(13,75,142,.18)}.feature span{font-size:31px;width:46px;height:46px;border:1px solid rgba(255,255,255,.32);border-radius:15px;display:flex;align-items:center;justify-content:center}.feature strong{font-size:16px;line-height:1.2}
.obr-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px}.obr-panel{padding:24px}.panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px;border-bottom:1px solid #e4edf7;padding-bottom:16px}.panel-head h2{font-size:27px;color:#082454;margin:8px 0 0}.panel-head small{color:#64748b;font-weight:800}.panel-head.compact{display:block}.badge{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:950}.badge.green{background:#dcfce7!important;color:#166534!important}.badge.gray{background:#e5e7eb!important;color:#374151!important}.badge.blue{background:#dbeafe!important;color:#1d4ed8!important}.badge.amber{background:#fef3c7!important;color:#92400e!important}
.proc-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid #dbe6f2;border-radius:20px;background:#fff;margin-bottom:14px;box-shadow:0 10px 26px rgba(12,31,64,.06);transition:.15s}.proc-card:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(12,31,64,.10);border-color:#bfd3e7}.proc-main{display:flex;align-items:flex-start;gap:14px;min-width:0}.proc-icon{width:48px;height:48px;border-radius:16px;background:#eaf7ef;color:#168044;display:flex;align-items:center;justify-content:center;font-size:26px;flex:0 0 auto}.proc-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.proc-title-row h3{margin:0;color:#0d3d7a;font-size:20px}.proc-card p{margin:7px 0 6px;color:#334155}.proc-meta{display:flex;gap:14px;flex-wrap:wrap;color:#475569;font-size:14px}.proc-btn{white-space:nowrap;border-radius:13px!important;background:#2563eb!important;color:#fff!important;padding:10px 14px!important}.empty-state{padding:26px;border:1px dashed #cbd5e1;border-radius:18px;color:#64748b;text-align:center;background:#f8fafc;font-weight:800}
.quick-panel{align-self:start}.quick-link{display:grid;grid-template-columns:38px 1fr;gap:4px 12px;text-decoration:none;color:#0f172a;padding:14px;border:1px solid #dbe6f2;border-radius:18px;background:#f8fbff;margin-bottom:12px;transition:.15s}.quick-link:hover{background:#eff6ff;border-color:#bdd3ea;transform:translateY(-1px)}.quick-link span{grid-row:1/3;font-size:24px;width:38px;height:38px;border-radius:13px;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #dbe6f2}.quick-link b{font-size:15px;color:#0b3973}.quick-link small{color:#64748b;font-weight:700}.ravatalozo-callout{margin-top:16px;padding:18px;border-radius:20px;background:linear-gradient(135deg,#ecfdf5,#ffffff);border:1px solid #9fe2b9;color:#14532d;display:flex;gap:12px;line-height:1.45}.callout-icon{font-size:28px;color:#168044}.ravatalozo-callout strong{font-size:15px;color:#0f5132}
/* meglévő belső oldalak egységesítése */
h1{color:#082454}h2{color:#0d3d7a}.btn,button{border-radius:12px}.alert{border-radius:16px}.grid,.statgrid{gap:16px}table{border-radius:18px;overflow:hidden;box-shadow:0 10px 26px rgba(12,31,64,.05)}th{background:#eef6ff;color:#0d3d7a}.topbar{display:none!important}
@media(max-width:980px){.obr-hero{grid-template-columns:1fr;padding:24px}.obr-hero h1{font-size:38px}.obr-content-grid{grid-template-columns:1fr}.obr-feature-row{grid-template-columns:1fr 1fr}.obr-mainnav{display:none;position:absolute;left:16px;right:16px;top:78px;background:#0b234e;border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:12px;box-shadow:0 16px 40px rgba(0,0,0,.22)}.obr-nav-open .obr-mainnav{display:flex;flex-direction:column;align-items:stretch}.obr-nav-toggle{display:inline-flex}.obr-topbar-inner{position:relative}.obr-mainnav a{width:100%;border-radius:12px}.obr-brand-text small{max-width:420px}}
@media(max-width:640px){.obr-topbar-inner{min-height:72px;padding:10px 14px}.obr-brand-crest{width:46px;height:46px}.obr-brand-text strong{font-size:23px}.obr-brand-text small{display:none}.obr-main{padding:0 14px;margin:18px auto}.obr-hero{padding:20px;border-radius:22px}.obr-hero h1{font-size:31px}.obr-hero p{font-size:16px}.obr-feature-row{grid-template-columns:1fr}.screen-grid{grid-template-columns:1fr}.proc-card{display:block}.proc-btn{margin-top:14px}.panel-head{display:block}.proc-main{gap:11px}.obr-panel{padding:18px}.card{padding:18px!important}}
@media print{.obr-topbar,.backbar,.obr-feature-row,.quick-panel,.footer{display:none!important}.obr-main{max-width:none;margin:0;padding:0}.obr-hero,.obr-panel,.card{box-shadow:none!important}}

/* ÖBR v10.1 – címer és arculati finomhangolás
   Funkciót nem módosít, csak a logókezelést és a fejléc arányait javítja. */
body.obr-ui-v10 .obr-topbar{
  background:
    radial-gradient(circle at 8% 0%, rgba(255,255,255,.10), transparent 32%),
    linear-gradient(90deg,#071a3a 0%,#0d3974 55%,#123f83 100%) !important;
}
body.obr-ui-v10 .obr-topbar-inner{
  min-height:74px !important;
  padding:10px 22px !important;
}
body.obr-ui-v10 .obr-brand-v101{
  gap:13px !important;
  min-width:280px;
}
body.obr-ui-v10 .obr-brand-crest-wrap{
  width:48px;
  height:58px;
  flex:0 0 48px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.98);
  border-radius:14px;
  padding:4px;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.65);
}
body.obr-ui-v10 .obr-brand-crest{
  width:100% !important;
  height:100% !important;
  max-width:48px !important;
  max-height:58px !important;
  object-fit:contain !important;
  object-position:center !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  display:block !important;
}
body.obr-ui-v10 .obr-brand-text{
  line-height:1.05 !important;
  gap:1px;
}
body.obr-ui-v10 .obr-brand-text strong{
  font-size:25px !important;
  font-weight:950 !important;
  letter-spacing:.02em !important;
}
body.obr-ui-v10 .obr-brand-text small{
  font-size:13px !important;
  color:#eaf2ff !important;
  font-weight:850 !important;
  max-width:390px;
}
body.obr-ui-v10 .obr-brand-text em{
  font-style:normal;
  color:#a7d5ff;
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.obr-ui-v10 .screen-head img{
  object-fit:contain !important;
  background:#fff !important;
  padding:2px !important;
  border-radius:10px !important;
}
body.obr-ui-v10 .obr-mainnav a{
  font-size:13px !important;
  padding:9px 11px !important;
}
body.obr-ui-v10 .obr-hero{
  margin-top:10px;
}
body.obr-ui-v10 .obr-hero-panel{
  border-radius:26px;
}
@media(max-width:980px){
  body.obr-ui-v10 .obr-brand-v101{min-width:0;}
  body.obr-ui-v10 .obr-mainnav{top:74px !important;}
}
@media(max-width:640px){
  body.obr-ui-v10 .obr-topbar-inner{min-height:68px !important;padding:8px 14px !important;}
  body.obr-ui-v10 .obr-brand-crest-wrap{width:42px;height:50px;flex-basis:42px;border-radius:12px;padding:3px;}
  body.obr-ui-v10 .obr-brand-crest{max-width:42px !important;max-height:50px !important;}
  body.obr-ui-v10 .obr-brand-text strong{font-size:22px !important;}
  body.obr-ui-v10 .obr-brand-text small{display:block !important;font-size:11px !important;max-width:190px;}
  body.obr-ui-v10 .obr-brand-text em{display:none;}
}
