.sozialhilfe-language-warning{margin:18px 0 22px;padding:16px 18px;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-weight:700;line-height:1.8}.sozialhilfe-language-warning span{display:block;margin-top:6px}:root{--navy: #0f172a;--navy-2: #1e293b;--blue: #2563eb;--blue-soft: #dbeafe;--red: #c9182b;--red-soft: #fee2e2;--green: #16a34a;--green-soft: #dcfce7;--amber: #f59e0b;--amber-soft: #fef3c7;--gray-bg: #f3f6fb;--card: rgba(255, 255, 255, .92);--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--shadow: 0 24px 70px rgba(15, 23, 42, .12);--radius: 24px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:radial-gradient(circle at top left,rgba(201,24,43,.11),transparent 30%),radial-gradient(circle at top right,rgba(37,99,235,.12),transparent 32%),linear-gradient(135deg,#f8fafc,#eef2f7);color:var(--text)}button,input,select{font-family:inherit}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 20% 10%,rgba(201,24,43,.22),transparent 22%),radial-gradient(circle at 80% 80%,rgba(30,41,59,.25),transparent 26%),linear-gradient(135deg,#020617,#111827 52%,#172033)}.login-card{width:100%;max-width:440px;background:#fffffff2;border:1px solid rgba(255,255,255,.55);border-radius:28px;padding:34px;box-shadow:0 30px 90px #00000057;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.login-logo{width:220px;max-width:100%;display:block;margin:0 auto 14px;filter:drop-shadow(0 12px 20px rgba(15,23,42,.18))}.login-subtitle,.login-card p{margin:0 0 26px;text-align:center;color:var(--muted);font-size:20px}.login-card form{display:flex;flex-direction:column;gap:12px}label{color:#334155;font-weight:800;font-size:15px}input,select{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:13px 15px;font-size:16px;color:var(--text);background:#fff;outline:none;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}input:focus,select:focus{border-color:var(--blue);box-shadow:0 0 0 4px #2563eb21}.login-card button,.primary-button,.back-button,.secondary-button,.small-button,.delete-button,.logout-button{border:none;border-radius:14px;padding:12px 18px;cursor:pointer;font-weight:900;font-size:15px;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,background .18s ease}.login-card button,.primary-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 12px 28px #2563eb45}.login-card button:hover,.primary-button:hover,.menu-card:hover,.course-open-card:hover{transform:translateY(-2px)}.login-card button:disabled{opacity:.65;cursor:not-allowed}.message{margin-top:18px;background:var(--red-soft);color:#991b1b;border:1px solid #fecaca;border-radius:14px;padding:12px;text-align:center;font-weight:800}.dashboard-page{min-height:100vh;padding:28px;max-width:1480px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:20px;background:var(--card);border:1px solid rgba(226,232,240,.85);border-radius:var(--radius);padding:22px 28px;box-shadow:var(--shadow);margin-bottom:26px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-area{display:flex;align-items:center;gap:18px}.brand-logo{width:185px;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(15,23,42,.14))}.brand-text span{display:inline-block;color:var(--red);font-weight:1000;letter-spacing:.02em;font-size:18px}.brand-text p,.dashboard-header p{margin:4px 0 0;color:var(--muted);font-size:17px}.logout-button,.dashboard-header button{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 12px 26px #dc262638}.dashboard-card{background:var(--card);border:1px solid rgba(226,232,240,.9);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.dashboard-card h2,.page-title-row h2{margin:0 0 8px;color:var(--navy);font-size:30px;line-height:1.15}.dashboard-card>p,.page-title-row p{margin:0;color:var(--muted);font-size:18px}.title-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-right:8px;border-radius:14px;background:#eef2ff;font-size:24px;vertical-align:middle}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px;margin-top:24px}.menu-card{min-height:168px;border:1px solid var(--border);border-radius:22px;padding:22px;cursor:pointer;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 14px 35px #0f172a14;position:relative;overflow:hidden}.menu-card:after{content:"";position:absolute;right:-35px;top:-35px;width:100px;height:100px;border-radius:50%;background:#2563eb1c}.menu-icon{display:inline-flex;width:54px;height:54px;align-items:center;justify-content:center;border-radius:18px;background:#eff6ff;font-size:28px;margin-bottom:16px}.menu-card h3{margin:0 0 8px;font-size:22px;color:var(--navy)}.menu-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.45}.students-card .menu-icon{background:#dbeafe}.teachers-card .menu-icon{background:#fef3c7}.courses-card .menu-icon{background:#ede9fe}.fees-menu-card .menu-icon{background:#dcfce7}.attendance-card .menu-icon{background:#fee2e2}.page-title-row,.actions-row,.course-section-title-row,.course-detail-header{display:flex;justify-content:space-between;gap:18px;align-items:center}.page-title-row{margin-bottom:22px}.actions-row{margin:22px 0;flex-wrap:wrap;align-items:flex-end}.search-box,.sort-box{min-width:240px;display:flex;flex-direction:column;gap:8px}.back-button,.secondary-button{background:#475569;color:#fff;box-shadow:0 10px 24px #4755692e}.small-button{background:var(--navy);color:#fff}.delete-button{background:#ef4444;color:#fff}.form-buttons,.table-actions,.checkbox-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.table-wrapper,.fees-table-wrapper{width:100%;overflow-x:auto;border-radius:18px;border:1px solid var(--border);background:#fff}table{width:100%;border-collapse:collapse}th{background:#f8fafc;color:#334155;font-size:15px;text-align:right;padding:15px 14px;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:14px;border-bottom:1px solid #eef2f7;vertical-align:middle;color:var(--text)}tr:hover td{background:#fafcff}.empty-text{padding:20px;color:var(--muted);text-align:center;font-weight:800}.modal-overlay{position:fixed;inset:0;z-index:50;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:24px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-box{width:min(980px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:26px;box-shadow:0 35px 100px #0f172a59;padding:28px;border:1px solid rgba(255,255,255,.7)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h3{margin:0;font-size:26px;color:var(--navy)}.modal-close{border:none;width:44px;height:44px;border-radius:50%;background:#e2e8f0;color:var(--navy);cursor:pointer;font-size:28px;font-weight:900}.student-form,.modal-form{display:flex;flex-direction:column;gap:18px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.courses-select-box,.course-section{border:1px solid var(--border);background:#f8fafc;border-radius:18px;padding:18px}.courses-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:12px}.courses-checkboxes label,.checkbox-row label{background:#fff;border:1px solid var(--border);border-radius:14px;padding:11px;display:flex;gap:8px;align-items:center}.hint-text{background:#fff7ed;color:#9a3412;padding:12px;border-radius:14px;font-weight:800;margin-top:14px}.fees-card,.courses-page-card{width:100%}.fees-table{min-width:1550px;width:100%}.fees-table th,.fees-table td{text-align:center}.student-name-cell{min-width:190px;font-weight:900;text-align:right!important}.pay-button{min-width:88px;padding:9px 10px;border:none;border-radius:999px;background:#e5e7eb;color:#334155;cursor:pointer;font-weight:900}.pay-button:hover{background:#d1d5db}.pay-button.paid{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 8px 20px #16a34a40}.paid-date{margin-top:6px;font-size:12px;color:#166534;font-weight:900}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:20px}.course-open-card{border:1px solid #c7d2fe;background:linear-gradient(135deg,#fff,#eef2ff);color:#312e81;border-radius:20px;padding:22px;text-align:right;cursor:pointer;display:flex;flex-direction:column;gap:8px;box-shadow:0 14px 35px #312e8114}.course-open-card strong{font-size:21px}.course-open-card span{color:#64748b;font-weight:700}.course-detail-header{background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid var(--border);border-radius:18px;padding:18px;margin-top:20px}.course-section{margin-top:24px;background:#fff}.payment-status-badge{display:inline-block;padding:8px 12px;border-radius:999px;font-weight:1000;white-space:nowrap}.payment-status-badge.open{background:var(--red-soft);color:#991b1b}.payment-status-badge.paid{background:var(--green-soft);color:#166534}@media(max-width:760px){.dashboard-page{padding:14px}.dashboard-header,.page-title-row,.course-detail-header{flex-direction:column;align-items:stretch}.brand-area{flex-direction:column;align-items:flex-start}.brand-logo{width:170px}.dashboard-card{padding:20px}}.header-actions{display:flex;align-items:center;gap:12px}.language-button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:10px 16px;border-radius:12px;font-weight:800;cursor:pointer;box-shadow:0 8px 22px #0f172a14}.language-button:hover{background:#f8fafc;transform:translateY(-1px)}.login-language-button{position:absolute;top:18px;inset-inline-end:18px}.login-card{position:relative}.rtl-layout{direction:rtl;text-align:right}.rtl-layout .brand-area,.rtl-layout .dashboard-header,.rtl-layout .page-title-row,.rtl-layout .actions-row,.rtl-layout .course-detail-header,.rtl-layout .course-section-title-row,.rtl-layout .form-buttons,.rtl-layout .header-actions{direction:rtl}.rtl-layout input,.rtl-layout select,.rtl-layout textarea{direction:rtl;text-align:right}.rtl-layout table{direction:rtl}.rtl-layout .student-name-cell,.rtl-layout .menu-card,.rtl-layout .dashboard-card,.rtl-layout .modal-box,.rtl-layout .course-open-card{text-align:right}.rtl-layout .login-card{text-align:center}.attendance-controls{align-items:flex-end}.attendance-warning{border:1px solid #facc15;background:#fef9c3;color:#854d0e}.attendance-toggle-row{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.attendance-choice{padding:9px 14px;border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#334155;font-weight:800;cursor:pointer;transition:.2s ease}.attendance-choice:hover{transform:translateY(-1px);border-color:#94a3b8}.attendance-choice.active.present{background:#dcfce7;border-color:#22c55e;color:#166534}.attendance-choice.active.absent{background:#fee2e2;border-color:#ef4444;color:#991b1b}.attendance-saved-info{font-size:12px;font-weight:800;color:#64748b;background:#f1f5f9;padding:6px 10px;border-radius:999px}.dashboard-page{max-width:none;width:100%;min-height:100vh;margin:0;padding:28px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.dashboard-header,.dashboard-card{width:100%;max-width:1280px;box-sizing:border-box}.fees-card{width:100%;max-width:1280px;margin-left:auto;margin-right:auto}.fees-table-wrapper{width:100%;overflow-x:auto;margin-left:auto;margin-right:auto}button.menu-card{appearance:none;-webkit-appearance:none;font-family:inherit;text-align:center;border:1px solid rgba(226,232,240,.9);width:100%;cursor:pointer}button.menu-card:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:4px}.rtl-layout button.menu-card{text-align:center}.language-button,.login-language-button{background:linear-gradient(135deg,#1e3a8a,#2563eb)!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)!important}.language-button:hover,.login-language-button:hover{background:linear-gradient(135deg,#b91c1c,#dc2626)!important;color:#fff!important;transform:translateY(-1px)}.attendance-manage-card{width:100%;max-width:1280px;margin:0 auto}.attendance-toggle-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.attendance-choice{border:1px solid #cbd5e1;background:#f8fafc;color:#334155;padding:8px 12px;border-radius:999px;font-weight:800;cursor:pointer}.attendance-choice:hover{background:#e2e8f0}.attendance-choice.active.present{background:#16a34a;color:#fff;border-color:#16a34a}.attendance-choice.active.absent{background:#dc2626;color:#fff;border-color:#dc2626}.attendance-saved-info{color:#64748b;font-size:13px;font-weight:700}.attendance-warning{max-width:1280px;margin-inline:auto}.statistics-page-card{width:100%;max-width:1280px;margin:0 auto}.muted-line{color:#64748b;font-weight:600;margin-top:6px}.stats-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-top:24px}.stat-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:8px;box-shadow:0 14px 32px #0f172a14}.stat-summary-card span{font-size:28px}.stat-summary-card strong{color:#0f172a;font-size:34px;line-height:1}.stat-summary-card p{color:#64748b;margin:0;font-weight:700}.paid-summary-card{border-top:5px solid #16a34a}.open-summary-card{border-top:5px solid #dc2626}.rate-summary-card{border-top:5px solid #2563eb}.students-summary-card{border-top:5px solid #7c3aed}.statistics-section{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:22px;margin-top:24px;box-shadow:0 14px 32px #0f172a0f}.statistics-section h3{margin:0 0 14px;color:#0f172a;font-size:22px}.course-stat-chart{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.course-stat-row{display:grid;grid-template-columns:minmax(180px,260px) 1fr;gap:14px;align-items:center}.course-stat-label{display:flex;flex-direction:column;gap:4px}.course-stat-label strong{color:#0f172a}.course-stat-label span{color:#64748b;font-size:14px;font-weight:700}.course-stat-bars{min-height:34px;background:#f1f5f9;border-radius:999px;overflow:hidden;display:flex;border:1px solid #e2e8f0}.bar-paid,.bar-open{min-width:0;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;color:#fff;transition:width .2s ease}.bar-paid{background:#16a34a}.bar-open{background:#dc2626}.statistics-two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start}.statistics-card{background:linear-gradient(135deg,#fff7ed,#ffedd5)}@media(max-width:900px){.course-stat-row,.statistics-two-columns{grid-template-columns:1fr}}.section-title-with-icon{display:flex;align-items:center;gap:14px;margin-bottom:18px}.section-title-with-icon h3{margin:0}.section-icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:24px;background:#eef2ff}.section-icon.warning{background:#fff7ed}.open-payments-visual{overflow:hidden}.open-payments-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.open-kpi-card{background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #e2e8f0;border-radius:18px;padding:16px;text-align:center}.open-kpi-card span{display:block;font-size:24px;margin-bottom:6px}.open-kpi-card strong{display:block;font-size:28px;color:#0f172a}.open-kpi-card p{margin:4px 0 0;color:#64748b;font-weight:700;font-size:13px}.open-kpi-card.danger{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:#fed7aa}.open-kpi-card.critical{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fecaca}.open-month-summary-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.open-month-summary-card{border:1px solid #e5e7eb;border-radius:16px;padding:14px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px}.open-month-summary-card span{color:#334155;font-weight:800}.open-month-summary-card strong{font-size:24px;color:#b91c1c}.open-month-summary-card small{color:#64748b;font-weight:700}.open-student-card-list{display:flex;flex-direction:column;gap:10px;max-height:520px;overflow:auto;padding-right:4px}.open-student-card{display:grid;grid-template-columns:minmax(240px,1.35fr) minmax(260px,2fr) auto;align-items:center;gap:22px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:16px 18px}.open-student-main{display:flex;flex-direction:column;gap:10px;line-height:1.7;min-width:0}.open-student-main strong{color:#0f172a;font-size:16px;display:block;margin-bottom:2px}.open-student-main span{color:#64748b;font-size:13px;font-weight:700;display:block;padding-top:6px;border-top:1px dashed #cbd5e1;word-break:break-word}.open-student-months{display:flex;flex-wrap:wrap;gap:8px}.month-chip{border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.month-chip.open{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.open-count-badge{min-width:112px;text-align:center;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:900;white-space:nowrap}.open-count-badge.normal{background:#fef3c7;color:#92400e}.open-count-badge.warning{background:#fed7aa;color:#9a3412}.open-count-badge.critical{background:#fee2e2;color:#991b1b}.success-empty{background:#dcfce7;color:#166534;border:1px solid #bbf7d0;border-radius:16px;padding:18px;font-weight:800}.rtl-layout .open-student-card{direction:rtl}.rtl-layout .open-student-months{justify-content:flex-start}@media(max-width:900px){.open-payments-kpi-grid,.open-month-summary-row,.open-student-card{grid-template-columns:1fr}.open-count-badge{width:fit-content}}.open-student-card-list{width:100%;padding-right:0;padding-left:0;overflow-x:hidden}.open-student-card{width:100%;box-sizing:border-box;display:grid;grid-template-columns:minmax(260px,1fr) minmax(280px,auto) minmax(140px,auto);align-items:center;gap:24px}.open-student-main{width:100%;min-width:0}.open-student-months{min-width:0;justify-content:flex-end}.open-count-badge{justify-self:end;white-space:nowrap}.rtl-layout .open-student-card{direction:rtl;grid-template-columns:minmax(260px,1fr) minmax(280px,auto) minmax(140px,auto)}.rtl-layout .open-student-main{text-align:right}.rtl-layout .open-student-months{justify-content:flex-end}.rtl-layout .open-count-badge{justify-self:end}.open-month-summary-row{width:100%;display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:18px}.open-month-summary-card{width:100%;box-sizing:border-box;justify-content:center;overflow:hidden}@media(max-width:1100px){.open-student-card{grid-template-columns:1fr;align-items:stretch}.open-student-months{justify-content:flex-start}.open-count-badge{justify-self:start;width:fit-content}.rtl-layout .open-student-months{justify-content:flex-start}.rtl-layout .open-count-badge{justify-self:start}}.open-payments-visual{overflow:visible!important}.open-student-card-list{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:auto!important;padding:0!important}.open-student-card{width:100%!important;max-width:none!important;box-sizing:border-box!important;display:grid!important;grid-template-columns:minmax(240px,1fr) minmax(360px,1.2fr) minmax(180px,220px)!important;align-items:center!important;gap:18px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:26px!important;padding:20px 24px!important}.open-student-main{min-width:0!important;overflow:hidden!important}.open-student-months{min-width:0!important;display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:10px!important}.month-chip{white-space:nowrap!important}.open-count-badge{justify-self:stretch!important;width:100%!important;min-width:0!important;box-sizing:border-box!important;white-space:nowrap!important;text-align:center!important}.rtl-layout .open-student-card{direction:rtl!important;grid-template-columns:minmax(240px,1fr) minmax(360px,1.2fr) minmax(180px,220px)!important}.rtl-layout .open-student-main{text-align:right!important}.rtl-layout .open-student-months{justify-content:flex-start!important}.rtl-layout .open-count-badge{justify-self:stretch!important}@media(max-width:1100px){.open-student-card{grid-template-columns:1fr!important;align-items:stretch!important}.open-count-badge{width:fit-content!important;justify-self:start!important;padding-left:22px!important;padding-right:22px!important}.rtl-layout .open-count-badge{justify-self:start!important}}.simple-statistics-page{max-width:1180px;margin:0 auto}.simple-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:18px;margin-top:24px;margin-bottom:22px}.simple-stat-card{min-height:150px;border-radius:26px;padding:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 35px #0f172a0f}.simple-stat-card.positive{background:linear-gradient(135deg,#ecfdf5,#fff);border-color:#bbf7d0}.simple-stat-card.warning{background:linear-gradient(135deg,#fff7ed,#fff);border-color:#fed7aa}.simple-stat-card.danger{background:linear-gradient(135deg,#fef2f2,#fff);border-color:#fecaca}.simple-stat-card.critical{background:linear-gradient(135deg,#fff1f2,#fff);border-color:#fda4af}.simple-stat-icon{font-size:30px;margin-bottom:8px}.simple-stat-card strong{font-size:44px;line-height:1;color:#0f172a}.simple-stat-card p{margin:10px 0 0;color:#64748b;font-weight:800;line-height:1.45}.simple-stat-section{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:24px;margin-top:22px;box-shadow:0 18px 38px #0f172a0d}.simple-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.simple-section-header h3{margin:0;font-size:24px;color:#0f172a}.simple-section-header p{margin:6px 0 0;color:#64748b;font-weight:600}.month-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:16px}.month-mini-card{border:1px solid #fed7aa;background:#fff7ed;border-radius:20px;padding:18px;text-align:center}.month-mini-card span{display:block;font-weight:900;color:#9a3412;font-size:20px}.month-mini-card strong{display:block;margin-top:8px;color:#b91c1c;font-size:40px;line-height:1}.month-mini-card small{display:block;margin-top:8px;color:#64748b;font-weight:800}.simple-course-list{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:16px}.simple-course-card{border:1px solid #e2e8f0;background:#f8fafc;border-radius:22px;padding:18px}.simple-course-top,.simple-course-bottom{display:flex;justify-content:space-between;gap:12px;align-items:center}.simple-course-top strong{color:#0f172a;font-size:18px}.simple-course-top span{background:#fee2e2;color:#991b1b;padding:7px 12px;border-radius:999px;font-weight:900;white-space:nowrap}.simple-progress-track{width:100%;height:14px;background:#fee2e2;border-radius:999px;overflow:hidden;margin:16px 0}.simple-progress-paid{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:999px}.simple-course-bottom span{color:#475569;font-weight:800;font-size:14px}.simple-two-columns{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:22px}.simple-open-list,.simple-absence-list{display:flex;flex-direction:column;gap:12px}.simple-open-row{width:100%;display:grid;grid-template-columns:minmax(190px,1fr) minmax(220px,auto) minmax(90px,auto);gap:16px;align-items:center;border:1px solid #e5e7eb;background:#fff;border-radius:22px;padding:16px}.simple-open-person{display:flex;flex-direction:column;gap:8px}.simple-open-person strong{color:#0f172a;font-size:18px}.simple-open-person span{color:#64748b;font-weight:700;line-height:1.5}.simple-month-chips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.simple-month-chips span{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:999px;padding:8px 12px;font-weight:900}.simple-open-row b{justify-self:end;background:#fee2e2;color:#991b1b;border-radius:999px;padding:10px 14px;white-space:nowrap}.simple-absence-row{border:1px solid #e5e7eb;background:#f8fafc;border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:8px}.simple-absence-row strong{color:#0f172a;font-size:18px}.simple-absence-row span{color:#475569;font-weight:700}.simple-absence-row small{color:#991b1b;font-weight:800;line-height:1.5}.simple-empty{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0;border-radius:18px;padding:16px;font-weight:800;text-align:center}[dir=rtl] .simple-open-row{direction:rtl;grid-template-columns:minmax(190px,1fr) minmax(220px,auto) minmax(90px,auto)}[dir=rtl] .simple-month-chips{justify-content:flex-start}[dir=rtl] .simple-open-row b{justify-self:start}@media(max-width:1100px){.simple-stats-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}.simple-course-list,.simple-two-columns,.simple-open-row{grid-template-columns:1fr}.simple-month-chips,[dir=rtl] .simple-month-chips{justify-content:flex-start}.simple-open-row b,[dir=rtl] .simple-open-row b{justify-self:start}}@media(max-width:700px){.simple-stats-grid,.month-mini-grid{grid-template-columns:1fr}.simple-stat-card strong{font-size:36px}}.statistics-simple-only-page{max-width:1100px;margin:0 auto}.simple-only-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.simple-only-section{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:26px;box-shadow:0 18px 38px #0f172a0f}.simple-only-header{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px}.simple-only-icon{width:54px;height:54px;min-width:54px;border-radius:18px;background:#eff6ff;display:flex;align-items:center;justify-content:center;font-size:28px}.simple-only-header h3{margin:0;color:#0f172a;font-size:24px;line-height:1.25}.simple-only-header p{margin:7px 0 0;color:#64748b;font-weight:650;line-height:1.6}.simple-month-list{display:flex;flex-direction:column;gap:12px}.simple-month-row{display:flex;justify-content:space-between;gap:18px;align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:22px;padding:18px 20px}.simple-month-row div{display:flex;flex-direction:column;gap:4px}.simple-month-row strong{color:#9a3412;font-size:22px;font-weight:900}.simple-month-row span{color:#64748b;font-weight:700}.simple-month-row b{background:#fee2e2;color:#991b1b;border-radius:999px;padding:10px 16px;white-space:nowrap;font-size:18px}.clean-absence-list{gap:12px}.clean-absence-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:18px 20px}.clean-absence-row strong{font-size:20px}.clean-absence-row span{color:#334155}.clean-absence-row small{color:#991b1b;background:#fee2e2;border-radius:999px;padding:7px 12px;width:fit-content}[dir=rtl] .simple-only-header,[dir=rtl] .simple-month-row{flex-direction:row-reverse;text-align:right}[dir=rtl] .simple-month-row div{align-items:flex-end}[dir=rtl] .clean-absence-row{text-align:right;align-items:flex-end}@media(max-width:900px){.simple-only-grid{grid-template-columns:1fr}}@media(max-width:640px){.simple-only-section{padding:18px}.simple-only-header{flex-direction:column}.simple-month-row{flex-direction:column;align-items:stretch}.simple-month-row b{text-align:center}}.login-page{min-height:100vh!important;width:100%;display:flex!important;align-items:center!important;justify-content:center!important;padding:28px!important;background:radial-gradient(circle at 12% 8%,rgba(201,24,43,.14),transparent 28%),radial-gradient(circle at 88% 18%,rgba(37,99,235,.14),transparent 30%),linear-gradient(135deg,#fff7fb,#f8fafc 48%,#eef4ff)!important}.login-card{position:relative;width:100%;max-width:460px;background:#fffffff5!important;border:1px solid rgba(226,232,240,.95)!important;box-shadow:0 28px 80px #0f172a24!important}.modal-overlay{position:fixed!important;inset:0!important;z-index:9999!important;width:100vw!important;height:100vh!important;min-height:100vh!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:42px 20px!important;overflow-y:auto!important;background:#0f172a8c!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-box{position:relative!important;margin:0 auto 42px!important;width:min(980px,calc(100vw - 40px))!important;max-height:calc(100vh - 84px)!important;overflow-y:auto!important;background:#fff!important;border-radius:26px!important;box-shadow:0 35px 100px #0f172a59!important}@media(max-width:640px){.login-page{padding:18px!important}.login-card{padding:26px 20px!important}.modal-overlay{padding:18px 12px!important}.modal-box{width:calc(100vw - 24px)!important;max-height:calc(100vh - 36px)!important;border-radius:22px!important;padding:22px!important}}.modal-overlay{position:fixed!important;inset:0!important;z-index:99999!important;width:100vw!important;height:100vh!important;min-height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;overflow:hidden!important;background:#0f172a8c!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}.modal-box{position:relative!important;margin:auto!important;width:min(980px,calc(100vw - 48px))!important;max-height:calc(100vh - 48px)!important;overflow-y:auto!important;background:#fff!important;border-radius:26px!important;box-shadow:0 35px 100px #0f172a59!important}@media(max-width:640px){.modal-overlay{align-items:center!important;justify-content:center!important;padding:12px!important;overflow:hidden!important}.modal-box{width:calc(100vw - 24px)!important;max-height:calc(100vh - 24px)!important;margin:auto!important}}html,body,#root{min-height:100%}body{overflow-x:hidden}.login-page{min-height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;background:radial-gradient(circle at 12% 8%,rgba(201,24,43,.14),transparent 28%),radial-gradient(circle at 88% 18%,rgba(37,99,235,.14),transparent 30%),linear-gradient(135deg,#fff7fb,#f8fafc 48%,#eef4ff)!important}.login-card{background:#fffffff5!important;border:1px solid rgba(226,232,240,.95)!important;box-shadow:0 28px 80px #0f172a24!important}body>.modal-overlay{position:fixed!important;inset:0!important;z-index:2147483647!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;display:grid!important;place-items:center!important;padding:28px!important;overflow:hidden!important;background:#0f172a94!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}body>.modal-overlay>.modal-box{position:relative!important;inset:auto!important;margin:0!important;width:min(1080px,calc(100vw - 56px))!important;max-height:calc(100dvh - 56px)!important;overflow-y:auto!important;background:#fff!important;border-radius:26px!important;padding:28px!important;box-shadow:0 35px 100px #0f172a59!important}body>.modal-overlay .modal-header{margin-bottom:18px!important}body>.modal-overlay .courses-checkboxes{max-height:min(430px,42dvh);overflow-y:auto;padding-right:4px}@media(max-width:700px){body>.modal-overlay{padding:12px!important}body>.modal-overlay>.modal-box{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;border-radius:22px!important;padding:20px!important}}.table-actions{gap:10px;justify-content:center;flex-wrap:nowrap}.table-actions .small-button,.table-actions .delete-button{min-width:78px;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:900;box-shadow:none;border:1px solid transparent}.table-actions .small-button{background:#eef4ff;color:#1d4ed8;border-color:#bfdbfe}.table-actions .small-button:hover{background:#dbeafe;color:#1e40af;transform:translateY(-1px);box-shadow:0 8px 18px #2563eb24}.table-actions .delete-button{background:#fff1f2;color:#be123c;border-color:#fecdd3}.table-actions .delete-button:hover{background:#ffe4e6;color:#9f1239;transform:translateY(-1px);box-shadow:0 8px 18px #f43f5e24}table tbody tr{transition:background .16s ease,transform .16s ease}table tbody tr:hover{background:#f8fafc}.table-wrapper{border-radius:22px;overflow:auto;border:1px solid #e2e8f0;box-shadow:0 16px 38px #0f172a0f}th{background:#f8fafc;color:#475569;font-size:14px}td{color:#0f172a}.small-button:not(.table-actions .small-button){background:#334155;color:#fff}.delete-button:not(.table-actions .delete-button){background:#ef4444;color:#fff}@media(max-width:900px){.table-actions{flex-wrap:wrap}.table-actions .small-button,.table-actions .delete-button{min-width:72px;padding:9px 12px}}.courses-actions-row{align-items:flex-end;gap:18px}.courses-actions-row .primary-button{min-height:52px;padding:0 22px;border-radius:16px;font-weight:800;box-shadow:0 12px 24px #2563eb2e}.course-management-card{display:flex;flex-direction:column;gap:14px;align-items:stretch;text-align:inherit;cursor:default;padding:18px}.course-card-main{border:0;background:transparent;padding:0;text-align:inherit;display:flex;flex-direction:column;gap:8px;cursor:pointer;color:inherit;font:inherit}.course-card-main strong{font-size:17px;color:#0f172a}.course-card-main span{color:#64748b;font-weight:700}.course-card-edit-button,.soft-edit-button{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:14px;padding:11px 16px;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.course-card-edit-button:hover,.soft-edit-button:hover{background:#dbeafe;transform:translateY(-1px);box-shadow:0 10px 18px #2563eb1f}.course-detail-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.course-modal-box textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;font:inherit;resize:vertical;min-height:90px;background:#fff;color:#0f172a}.course-modal-box textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.rtl-layout .course-card-main,.rtl-layout .course-modal-box textarea{text-align:right}@media(max-width:760px){.courses-actions-row{align-items:stretch}.courses-actions-row .primary-button,.course-detail-actions,.course-detail-actions button{width:100%}.course-detail-actions{justify-content:stretch}}.course-modal-box .two-columns-form{grid-template-columns:repeat(2,minmax(220px,1fr));gap:18px}.course-modal-box select{width:100%;min-height:48px;border:1px solid #d6e1f0;border-radius:14px;padding:0 14px;background:#fff;font-size:15px;color:#0f172a;outline:none}.course-modal-box select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.courses-checkboxes input[type=radio]{accent-color:#2563eb}@media(max-width:760px){.course-modal-box .two-columns-form{grid-template-columns:1fr}}.course-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.course-card-delete-button,.soft-delete-button{border:1px solid #fecaca;background:#fff1f2;color:#be123c;border-radius:14px;padding:11px 16px;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.course-card-delete-button:hover,.soft-delete-button:hover{background:#ffe4e6;transform:translateY(-1px);box-shadow:0 10px 18px #be123c1f}.course-card-edit-button,.course-card-delete-button{width:100%}@media(max-width:700px){.course-card-actions{grid-template-columns:1fr}}.count-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin:18px 0 22px}.count-summary-card{border:1px solid #dbeafe;background:linear-gradient(135deg,#fff,#eff6ff);border-radius:20px;padding:18px 20px;box-shadow:0 14px 30px #0f172a0f;display:flex;flex-direction:column;gap:7px}.count-summary-card span{color:#64748b;font-weight:800;font-size:14px}.count-summary-card strong{color:#0f172a;font-size:38px;line-height:1;font-weight:1000}.count-summary-card small{color:#64748b;font-weight:700}.count-summary-card.soft-red{border-color:#fecaca;background:linear-gradient(135deg,#fff,#fff1f2)}.count-summary-card.soft-red strong,.absent-count{color:#dc2626}.count-summary-card.soft-green{border-color:#bbf7d0;background:linear-gradient(135deg,#fff,#f0fdf4)}.count-summary-card.soft-green strong,.present-count{color:#16a34a}.count-summary-card.soft-blue{border-color:#bfdbfe;background:linear-gradient(135deg,#fff,#eff6ff)}.attendance-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:16px;margin:18px 0 20px}.attendance-overview-card{border:1px solid #e2e8f0;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;padding:18px;text-align:inherit;cursor:pointer;box-shadow:0 14px 30px #0f172a0f;display:flex;flex-direction:column;gap:10px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.attendance-overview-card:hover,.attendance-overview-card.active{transform:translateY(-2px);border-color:#2563eb;box-shadow:0 18px 36px #2563eb24}.attendance-overview-card strong{color:#0f172a;font-size:18px}.attendance-overview-card span{color:#64748b;font-weight:750}.attendance-count-line{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.attendance-count-line b{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 12px;font-size:14px;background:#f8fafc}.present-count{background:#dcfce7!important}.absent-count{background:#fee2e2!important}.rtl-layout .count-summary-card,.rtl-layout .attendance-overview-card{text-align:right}@media(max-width:760px){.count-summary-grid,.attendance-overview-grid{grid-template-columns:1fr}}.attendance-controls{align-items:end}.attendance-controls .search-box input[type=text]{min-width:220px}.login-card input::placeholder{color:transparent!important}.login-card input::-webkit-input-placeholder{color:transparent!important}.login-card input:-ms-input-placeholder{color:transparent!important}.login-card input::-ms-input-placeholder{color:transparent!important}.remember-login-row{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;margin:8px 0 14px;font-size:14px;font-weight:700;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.remember-login-row input{width:18px;height:18px;accent-color:#2563eb;cursor:pointer}.rtl-layout .remember-login-row{direction:rtl}.pause-manage-button{align-self:end;min-height:44px;white-space:nowrap}.pause-modal-box{width:min(920px,calc(100vw - 32px));max-height:calc(100vh - 60px);overflow:auto}.pause-form-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:16px;margin:18px 0}.pause-month-grid{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:12px;margin:18px 0}.pause-month-chip{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:18px;padding:14px 16px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:.2s ease}.pause-month-chip span{width:22px;height:22px;border-radius:999px;border:2px solid #fdba74;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.pause-month-chip.selected{background:linear-gradient(135deg,#f97316,#ea580c);border-color:#ea580c;color:#fff;box-shadow:0 12px 26px #f973163d}.pause-month-chip.selected span{background:#fff;color:#ea580c;border-color:#fff}.pause-reason-box{margin-top:10px}.pay-button.paused,.payment-status-badge.paused{background:#fff7ed!important;color:#9a3412!important;border:1px solid #fdba74!important;box-shadow:none!important}.pay-button.paused{cursor:not-allowed;opacity:1}.pause-date{color:#9a3412}@media(max-width:760px){.pause-form-grid,.pause-month-grid{grid-template-columns:1fr}}.pause-modal-box{width:min(980px,calc(100vw - 28px));max-height:calc(100vh - 42px);overflow:auto;border-radius:28px;padding:30px;background:#fff}.pause-modal-box h3{margin-top:8px;font-size:24px;color:#0f172a}.pause-intro-text{border-radius:18px;background:linear-gradient(135deg,#eff6ff,#fff7ed);border:1px solid #dbeafe;color:#1e3a8a;font-weight:800}.pause-steps-grid{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(240px,.8fr);gap:18px;margin:18px 0}.pause-step-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 12px 28px #0f172a0f}.pause-step-title{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#0f172a}.pause-step-title span{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:900;box-shadow:0 8px 18px #2563eb40}.pause-step-title strong{font-size:15px;font-weight:900}.pause-student-search-box{margin-bottom:12px}.pause-student-list{display:grid;gap:9px;max-height:250px;overflow:auto;padding-right:2px}.pause-student-option{width:100%;border:1px solid #e2e8f0;background:#fff;color:#0f172a;border-radius:16px;padding:12px 14px;cursor:pointer;display:flex;align-items:center;gap:10px;text-align:left;transition:.2s ease}.pause-student-option:hover{border-color:#93c5fd;background:#eff6ff}.pause-student-option span{width:24px;height:24px;border-radius:999px;border:2px solid #bfdbfe;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#2563eb;font-weight:900}.pause-student-option.selected{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;color:#fff;box-shadow:0 12px 24px #2563eb38}.pause-student-option.selected span{background:#fff;border-color:#fff;color:#2563eb}.pause-year-control{display:grid;grid-template-columns:48px 1fr 48px;gap:10px;align-items:center}.pause-year-control input{height:48px;border-radius:16px;border:1px solid #cbd5e1;text-align:center;font-size:20px;font-weight:900;color:#0f172a;background:#fff}.year-step-button{height:48px;border:none;border-radius:16px;background:#e0ecff;color:#1d4ed8;font-size:24px;font-weight:900;cursor:pointer;transition:.2s ease}.year-step-button:hover{background:#bfdbfe;transform:translateY(-1px)}.pause-year-hint{margin:12px 0 0;font-weight:800;color:#475569}.pause-month-section,.pause-reason-card{margin-top:18px}.pause-month-grid{grid-template-columns:repeat(3,minmax(170px,1fr));gap:14px;margin:0}.pause-month-chip{background:#fff;border:1px solid #fed7aa;border-radius:18px;padding:15px 16px;justify-content:flex-start;color:#9a3412}.pause-month-chip:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #f973161f}.pause-month-chip:disabled{opacity:.55;cursor:not-allowed}.pause-reason-box{margin:0}.pause-modern-actions{margin-top:20px;display:flex;justify-content:flex-end;gap:12px}.pause-modern-actions .secondary-action-button,.pause-modern-actions .primary-button{min-height:46px;border-radius:16px;padding:0 22px;font-weight:900}.modern-cancel-button{background:#f1f5f9!important;color:#334155!important;border:1px solid #cbd5e1!important;box-shadow:none!important}.modern-save-button{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;box-shadow:0 14px 28px #2563eb42!important}.mini-empty{margin:0;padding:10px;border-radius:14px;background:#fff}.rtl-layout .pause-student-option{text-align:right;direction:rtl}.rtl-layout .pause-step-title{direction:rtl}@media(max-width:820px){.pause-steps-grid,.pause-month-grid{grid-template-columns:1fr}.pause-modal-box{padding:22px}}.sozialhilfe-card{background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fed7aa}.sozialhilfe-link-box{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:18px 0;padding:14px 16px;border:1px solid #dbeafe;background:#eff6ff;border-radius:16px;color:#0f172a}.sozialhilfe-link-box span{background:#fff;border:1px solid #bfdbfe;border-radius:999px;padding:8px 12px;font-weight:700;color:#1d4ed8}.page-tools-row{display:flex;gap:14px;flex-wrap:wrap;align-items:stretch;margin-bottom:18px}.modern-count-card{min-width:150px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px 16px;box-shadow:0 8px 22px #0f172a0f}.modern-count-card span{display:block;color:#64748b;font-weight:800;font-size:13px}.modern-count-card strong{display:block;margin-top:4px;font-size:30px;color:#0f172a}.modern-count-card.warning{background:#fff7ed;border-color:#fed7aa}.modern-count-card.warning strong{color:#c2410c}.filter-row{margin:16px 0 20px}.filter-row label{display:block;font-weight:800;color:#334155}.filter-row input{margin-top:8px;width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:13px 14px;font-size:15px;outline:none}.sozialhilfe-list{display:flex;flex-direction:column;gap:14px}.sozialhilfe-item{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:18px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 10px 24px #0f172a0f}.sozialhilfe-item-main{display:flex;flex-direction:column;gap:6px}.sozialhilfe-item-main strong{font-size:19px;color:#0f172a}.sozialhilfe-item-main span{color:#64748b;font-weight:650}.sozialhilfe-item-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.sozialhilfe-item-actions select{border:1px solid #cbd5e1;border-radius:999px;padding:10px 14px;background:#f8fafc;font-weight:800}.primary-modern-button,.secondary-modern-button,.delete-soft-button{border:none;border-radius:14px;padding:11px 16px;font-weight:900;cursor:pointer;transition:.15s ease}.primary-modern-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 10px 22px #2563eb33}.secondary-modern-button{background:#f1f5f9;color:#0f172a;border:1px solid #cbd5e1}.delete-soft-button{background:#fee2e2;color:#991b1b}.primary-modern-button:hover,.secondary-modern-button:hover,.delete-soft-button:hover{transform:translateY(-1px)}.public-sozialhilfe-page{min-height:100vh;padding:34px 18px;background:radial-gradient(circle at top left,#fee2e2,transparent 34%),radial-gradient(circle at top right,#dbeafe,transparent 40%),#f8fafc}.public-sozialhilfe-card{max-width:980px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:28px;box-shadow:0 24px 70px #0f172a21;padding:28px}.public-sozialhilfe-logo{display:block;width:180px;max-width:60%;margin:0 auto 16px}.public-sozialhilfe-card h1{text-align:center;color:#0f172a;margin:0 0 8px}.public-sozialhilfe-card>p{text-align:center;color:#64748b;font-weight:650;margin-bottom:24px}.sozialhilfe-public-form h2{margin:24px 0 12px;color:#b91c1c}.form-grid-2,.form-grid-3{display:grid;gap:14px;margin-bottom:14px}.form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.span-2{grid-column:span 2}.sozialhilfe-public-form label{display:block;font-weight:850;color:#334155}.sozialhilfe-public-form input,.sozialhilfe-public-form select,.sozialhilfe-public-form textarea{width:100%;margin-top:7px;border:1px solid #cbd5e1;border-radius:14px;padding:13px 14px;font-size:15px;font-family:inherit;outline:none;background:#fff}.sozialhilfe-public-form textarea{min-height:90px;resize:vertical}.success-box,.error-box{border-radius:16px;padding:13px 16px;margin-bottom:16px;font-weight:850}.success-box{background:#dcfce7;color:#166534}.error-box{background:#fee2e2;color:#991b1b}@media(max-width:900px){.sozialhilfe-item{grid-template-columns:1fr}.sozialhilfe-item-actions{justify-content:flex-start}.form-grid-2,.form-grid-3{grid-template-columns:1fr}.span-2{grid-column:span 1}}
