*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#091524;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.page{background:radial-gradient(90% 40% at 50% 0,#c8902e1a 0%,#0000 65%),#091524;flex-direction:column;min-height:100vh;display:flex;position:relative}.page:before{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(200%2C144%2C46%2C0.05)' stroke-width='0.8'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30 Z'/%3E%3Cpath d='M30 12 L48 30 L30 48 L12 30 Z'/%3E%3C/g%3E%3C/svg%3E");background-size:60px 60px;position:fixed;inset:0}.page>*{z-index:1;position:relative}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;z-index:200;background:#091524d9;border-bottom:1px solid #c8902e2e;justify-content:space-between;align-items:center;gap:1rem;height:56px;padding:0 1.5rem;display:flex;position:sticky;top:0}.topbar__logo{flex-shrink:0;align-items:center;display:flex}.topbar__nav{flex:1;align-items:center;gap:.25rem;height:100%;display:flex}.topbar__group{align-items:center;gap:.125rem;height:100%;display:flex}.topbar__link{color:#ffffffb8;white-space:nowrap;border-bottom:2px solid #0000;align-items:center;height:100%;padding:0 .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s;display:flex}.topbar__link:hover{color:#fff}.topbar__link--active{color:#fff;border-bottom-color:#c8902e}.topbar__divider{background:#fff3;flex-shrink:0;width:1px;height:20px;margin:0 .5rem}.topbar__user{border-left:1px solid #ffffff26;flex-shrink:0;align-items:center;gap:.6rem;margin-left:auto;padding-left:.75rem;display:flex}.topbar__avatar{color:#fff;letter-spacing:.03em;background:#c8902e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.72rem;font-weight:700;display:flex}.topbar__avatar--sm{width:26px;height:26px;font-size:.68rem}.topbar__username{color:#fffc;text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.82rem;overflow:hidden}.topbar__login-hint{color:#fff9;white-space:nowrap;border-radius:6px;margin-left:auto;padding:.3rem .6rem;font-size:.82rem;text-decoration:none;transition:color .15s,background .15s}.topbar__login-hint:hover{color:#fff;background:#ffffff1a}.topbar__logout{color:#ffffffd9;cursor:pointer;white-space:nowrap;background:#ffffff1f;border:1px solid #ffffff38;border-radius:6px;padding:.3rem .75rem;font-size:.78rem;font-weight:500;transition:background .15s}.topbar__logout:hover{color:#fff;background:#ffffff38}.topbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;padding:.5rem;display:none}.topbar__hamburger span{transform-origin:50%;background:#fff;border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.topbar__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.topbar__hamburger--open span:nth-child(2){opacity:0}.topbar__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.topbar__overlay{z-index:150;background:#00000059;position:fixed;inset:0}.topbar__drawer{z-index:200;background:#162d4a;flex-direction:column;width:min(280px,85vw);height:calc(100vh - 56px);transition:transform .25s;display:flex;position:fixed;top:56px;right:0;overflow-y:auto;transform:translate(100%)}.topbar__drawer--open{transform:translate(0)}.topbar__drawer-section{border-bottom:1px solid #ffffff14;padding:1.25rem 0 .5rem}.topbar__drawer-label{letter-spacing:.08em;text-transform:uppercase;color:#fff6;padding:0 1.25rem .5rem;font-size:.68rem;font-weight:700}.topbar__drawer-link{color:#ffffffbf;border-left:3px solid #0000;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:block}.topbar__drawer-link:hover{color:#fff;background:#ffffff12}.topbar__drawer-link--active{color:#fff;background:#c8902e1a;border-left-color:#c8902e}.topbar__drawer-footer{border-top:1px solid #ffffff14;margin-top:auto;padding:1rem 1.25rem}.topbar__drawer-user{color:#ffffffb3;align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.topbar__drawer-logout{color:#fca5a5;cursor:pointer;text-align:center;background:#dc262626;border:1px solid #dc26264d;border-radius:7px;width:100%;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:background .15s}.topbar__drawer-logout:hover{color:#fff;background:#dc262640}@media (max-width:768px){.topbar__nav--desktop{display:none}.topbar__hamburger{display:flex}}.container{flex:1;max-width:700px;margin:0 auto;padding:2rem 1rem}.container--wide{max-width:1100px}.card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;margin-bottom:1.25rem;padding:1.5rem}.card__title{color:#fff;margin-bottom:1rem;font-size:1rem;font-weight:700}.form-group{margin-bottom:1rem}.form-group label{color:#ffffffa6;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:8px;width:100%;padding:.6rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#c8902e99;outline:none;box-shadow:0 0 0 3px #c8902e1f}.form-group textarea{resize:vertical;min-height:100px;line-height:1.6}.form-group select option{color:#fff;background:#0f2035}.btn{cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.4rem;font-size:.875rem;font-weight:600;transition:opacity .15s;display:inline-block}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{color:#fff;background:#c8902e;font-weight:700}.btn--primary:hover:not(:disabled){background:#b07d28}.btn--success{color:#fff;background:#16a34a}.btn--success:hover:not(:disabled){background:#15803d}.btn--danger{color:#fff;background:#dc2626}.btn--outline{color:#fff;background:0 0;border:1px solid #ffffff4d}.btn--outline:hover:not(:disabled){background:#ffffff14}.btn--full{text-align:center;width:100%}.badge{border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.badge--groen{color:#15803d;background:#dcfce7}.badge--blauw{color:#1d4ed8;background:#dbeafe}.badge--oranje{color:#b45309;background:#fef3c7}.badge--rood{color:#dc2626;background:#fee2e2}.badge--grijs{color:#6b7280;background:#f3f4f6}.alert{border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.alert--error{color:#dc2626;background:#fee2e2;border:1px solid #fca5a5}.alert--success{color:#15803d;background:#dcfce7;border:1px solid #86efac}.alert--info{color:#1d4ed8;background:#dbeafe;border:1px solid #93c5fd}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.875rem}th{text-align:left;color:#ffffffb3;white-space:nowrap;background:#ffffff12;border-bottom:1px solid #ffffff1a;padding:.55rem .75rem;font-weight:600}td{color:#fffc;border-bottom:1px solid #ffffff0f;padding:.55rem .75rem}tr:last-child td{border-bottom:none}tr:hover td{background:#ffffff0a}.betaal-box{background:#c8902e1a;border:1px solid #c8902e40;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1.25rem 1.5rem;display:flex}.betaal-box--ok{background:#16a34a1a;border-color:#16a34a4d}.login-wrap{flex-direction:row;flex:1;display:flex}.login-brand{color:#fff;text-align:center;background:#1e3a5f;flex-direction:column;flex:0 0 420px;justify-content:center;align-items:center;gap:1.25rem;padding:3rem 2.5rem;display:flex}.login-brand__title{letter-spacing:.02em;font-size:1.6rem;font-weight:700}.login-brand__sub{color:#ffffffa6;max-width:260px;font-size:.9rem;line-height:1.5}.login-brand__links{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.75rem;display:flex}.login-brand__links a{color:#fff;background:#ffffff1f;border-radius:8px;padding:.4rem .9rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .15s}.login-brand__links a:hover{background:#ffffff38}.login-form-panel{background:#f8fafc;flex:1;justify-content:center;align-items:center;padding:2rem 1.5rem;display:flex}.login-card{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:2.5rem 2rem;box-shadow:0 2px 16px #00000014}@media (max-width:700px){.login-wrap{flex-direction:column}.login-brand{flex:none;gap:.75rem;padding:2rem 1.5rem}.login-brand__title{font-size:1.3rem}.login-brand img{width:120px!important;height:120px!important}.login-form-panel{background:#fff;padding:1.5rem 1rem}.login-card{box-shadow:none;padding:1rem 0}}.login-fullpage{background:#f3f4f6;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.login-fullpage .login-card{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:2.5rem 2rem;box-shadow:0 2px 20px #00000017}@media (max-width:480px){.login-fullpage{align-items:flex-start;padding-top:2.5rem}.login-fullpage .login-card{box-shadow:none;padding:1.5rem 1rem}}.auth-page{color:#fff;background:radial-gradient(90% 45% at 50% 0,#c8902e21 0%,#0000 65%),radial-gradient(70% 55% at 50% 105%,#0e2a50e6 0%,#0000 70%),#091524;justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.auth-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0f;border:1px solid #c8902e33;border-radius:18px;width:100%;max-width:400px;padding:2.5rem 2rem}.auth-card__logo{text-align:center;margin-bottom:1.75rem}.auth-card__title{color:#fff;margin-top:.75rem;font-size:1.2rem;font-weight:700}.auth-card__sub{color:#ffffff80;margin-top:.3rem;font-size:.82rem}.auth-form-group{margin-bottom:1rem}.auth-form-group label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.auth-form-group input{color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:10px;outline:none;width:100%;padding:.7rem .9rem;font-size:.95rem;transition:border-color .15s}.auth-form-group input::placeholder{color:#ffffff4d}.auth-form-group input:focus{border-color:#c8902e99}.auth-btn{color:#1a1000;cursor:pointer;background:linear-gradient(135deg,#c8902e,#e8b84b);border:none;border-radius:10px;width:100%;margin-top:.25rem;padding:.8rem;font-size:.95rem;font-weight:700;transition:opacity .15s}.auth-btn:disabled{opacity:.6;cursor:default}.auth-btn:not(:disabled):hover{opacity:.9}.auth-card__footer{text-align:center;color:#fff6;margin-top:.75rem;font-size:.8rem}.auth-card__link{color:#c8902ee6;font-weight:600}.auth-card__link:hover,.auth-card__link--gold{color:#f5c842}.auth-card__link--muted{color:#fff6;font-weight:400}.auth-card__link--muted:hover{color:#ffffffb3}@media (max-width:480px){.auth-card{border-radius:14px;padding:2rem 1.25rem}}.geb-page{color:#fff;background:radial-gradient(90% 45% at 50% 0,#c8902e21 0%,#0000 65%),radial-gradient(70% 55% at 50% 105%,#0e2a50e6 0%,#0000 70%),#091524;flex-direction:column;min-height:100dvh;display:flex;position:relative}.geb-page:before{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(200%2C144%2C46%2C0.07)' stroke-width='0.8'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30 Z'/%3E%3Cpath d='M30 12 L48 30 L30 48 L12 30 Z'/%3E%3C/g%3E%3C/svg%3E");background-size:60px 60px;position:fixed;inset:0}.geb-page>*{position:relative}.geb-page>.topbar__overlay{position:fixed}.geb-page .topbar{background:#091524b3}.geb-page .topbar__link{color:#ffffff8c}.geb-page .topbar__link:hover,.geb-page .topbar__link--active{color:#fff}.geb-page .topbar__login-hint{color:#ffffff73}.geb-page .topbar__login-hint:hover{color:#fff;background:#ffffff14}.geb-toggle-wrap{flex-shrink:0;justify-content:center;padding:.75rem 1rem .25rem;display:flex}.geb-toggle{background:#ffffff14;border-radius:10px;padding:3px;display:inline-flex}.geb-toggle__btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.45rem 1.25rem;font-size:.82rem;font-weight:600;transition:all .2s}.geb-toggle__btn--active{color:#fff;background:#c8902e;box-shadow:0 1px 6px #c8902e66}.geb-body{flex-direction:column;flex:1;gap:1.25rem;min-height:0;padding:1rem 2rem 1.5rem;display:flex;overflow-y:auto}.geb-top{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;display:grid}.geb-info-box{flex-direction:column;gap:.2rem;display:flex}.geb-info-box:last-child{text-align:right;align-items:flex-end}.geb-info-label{letter-spacing:.1em;text-transform:uppercase;color:#fff6;font-size:.7rem;font-weight:700}.geb-info-time{font-variant-numeric:tabular-nums;color:#fff;font-size:2rem;font-weight:800;line-height:1}.geb-arch-wrap{flex-direction:column;align-items:center;padding-top:1.5rem;display:flex;position:relative}.geb-arch-svg{pointer-events:none;width:clamp(200px,40vw,380px);height:auto;position:absolute;top:0;left:50%;transform:translate(-50%)}.geb-clock-center{text-align:center}.geb-clock{font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:clamp(3.5rem,8vw,7rem);font-weight:800;line-height:1}.geb-clock__sec{color:#fff6;font-size:.45em;font-weight:600}.geb-datum{color:#ffffff80;margin-top:.3rem;font-size:clamp(.75rem,1.5vw,1rem)}.geb-next{color:#ffffffbf;margin-top:.6rem;font-size:clamp(.9rem,2vw,1.25rem)}.geb-next__name{color:#fff;font-weight:800}.geb-next__sep{font-weight:400}.geb-next__countdown{color:#c8902e;font-weight:700}.geb-prayers{flex-shrink:0;grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}.geb-prayer{-webkit-backdrop-filter:blur(16px);text-align:center;background:#ffffff0f;border:1px solid #ffffff1a;border-top-color:#ffffff2e;border-radius:16px;flex-direction:column;align-items:center;gap:.2rem;padding:1.25rem 1rem;transition:all .2s;display:flex;box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff1a}.geb-prayer:hover{background:#ffffff17;border-color:#c8902e4d}.geb-prayer--next{-webkit-backdrop-filter:blur(16px);background:#c8902e33;border-color:#f5c84280 #c8902e99 #c8902e99;box-shadow:0 4px 32px #c8902e40,inset 0 1px #f5c84233}.geb-prayer__ar{color:#ffffff59;direction:rtl;margin-bottom:.1rem;font-size:.85rem}.geb-prayer__name{color:#fff;font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:700}.geb-prayer__adhan{font-variant-numeric:tabular-nums;color:#fff;margin-top:.3rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;line-height:1.1}.geb-prayer--next .geb-prayer__adhan{color:#f5c842}.geb-prayer__iqama-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff4d;margin-top:.3rem;font-size:.62rem;font-weight:700}.geb-prayer__iqama{font-variant-numeric:tabular-nums;color:#ffffffa6;font-size:clamp(1rem,2vw,1.4rem);font-weight:700}.geb-prayer--next .geb-prayer__iqama{color:#f5c842cc}.geb-maand-wrap{padding:.5rem 1.5rem 1.5rem}.geb-maand{flex-direction:column;display:flex}.geb-maand__nav{flex-shrink:0;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.geb-maand__title{color:#fff;text-align:center;min-width:8rem;font-size:1.1rem;font-weight:700}.geb-maand__btn{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;font-weight:700;transition:background .15s;display:flex}.geb-maand__btn:hover{background:#ffffff26}.prayer-table{border-collapse:separate;border-spacing:0;border:1px solid #ffffff1a;border-radius:12px;width:max-content;min-width:100%;font-size:.82rem}.prayer-table thead th{z-index:2;color:#fff;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#0f2035;border-bottom:1px solid #c8902e4d;padding:.65rem .75rem;font-size:.75rem;font-weight:700;position:sticky;top:56px}.prayer-table thead th:first-child,.prayer-table tbody td:first-child{z-index:1;background:#0f2035;border-right:1px solid #c8902e33;position:sticky;left:0}.prayer-table thead th:first-child{z-index:3}.prayer-table__today td:first-child{background:#1e3415!important}.prayer-table__friday td:first-child{background:#0d2318}.prayer-table tbody td{text-align:center;color:#fffc;font-variant-numeric:tabular-nums;white-space:nowrap;border-bottom:1px solid #ffffff0f;padding:.5rem .75rem}.prayer-table tbody tr:last-child td{border-bottom:none}.prayer-table tbody tr:hover{background:#ffffff0d}.prayer-table__today{background:#c8902e1f!important}.prayer-table__today td{color:#f5c842;font-weight:700}.prayer-table__dag{white-space:nowrap;font-size:.78rem;text-align:left!important}.prayer-table__friday{background:#86efac0f}.prayer-table__friday td{color:#fffffff2}.prayer-table__jumua{color:#86efac;font-variant-numeric:tabular-nums;margin-top:1px;font-size:.7rem;font-weight:600}.prayer-loading{color:#fff6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 1rem;font-size:.9rem;display:flex}.prayer-loading__spinner{border:3px solid #ffffff26;border-top-color:#c8902e;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:769px){.geb-page{height:100dvh;overflow:hidden}.geb-maand-wrap{flex-direction:column;flex:1;min-height:0;display:flex}.geb-maand{flex:1;min-height:0}.table-wrap{flex:1;min-height:0;overflow-y:auto}.prayer-table thead th{top:0}}@media (max-width:900px){.geb-body{gap:.75rem;padding:.75rem 1rem 1rem}.geb-prayers{gap:.5rem}.geb-prayer{border-radius:12px;padding:.9rem .6rem}}@media (max-width:640px){.geb-body{gap:.5rem;padding:.5rem .6rem .75rem}.geb-top{gap:.75rem}.geb-info-time{font-size:1.3rem}.geb-prayers{gap:.35rem}.geb-prayer{border-radius:10px;gap:.1rem;padding:.6rem .4rem}.geb-prayer__ar{display:none}.geb-maand-wrap{padding:.5rem .6rem 1rem}}@media (orientation:portrait) and (max-width:768px){.geb-body{flex:1;min-height:0}.geb-prayers{flex:1;grid-template-rows:repeat(5,1fr);grid-template-columns:1fr;min-height:0}.geb-prayer{text-align:left;border-radius:10px;flex-direction:row;justify-content:space-between;gap:0;padding:.5rem 1rem}.geb-prayer__ar{display:none}.geb-prayer__name{min-width:60px;font-size:.95rem}.geb-prayer__adhan{margin-top:0;font-size:1.4rem}.geb-prayer__iqama-label{margin-top:0}.geb-prayer__iqama{font-size:1.1rem}}.doneer-section__icon{margin-bottom:.5rem;font-size:2rem}.doneer-section__title{color:#1e3a5f;margin-bottom:.25rem;font-size:1.15rem;font-weight:700}.doneer-section__subtitle{color:#c8902e;margin-bottom:1rem;font-size:.9rem}.doneer-section__body{color:#ffffffbf;font-size:.9rem;line-height:1.6}.doneer-info-box{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;margin-top:1rem;padding:1rem 1.25rem}.doneer-info-box__row{color:#ffffffbf;justify-content:space-between;padding:.4rem 0;font-size:.875rem;display:flex}.doneer-info-box__row strong{color:#fff}.doneer-info-box__row+.doneer-info-box__row{border-top:1px solid #ffffff14}.doneer-hadith{text-align:center;color:#c8902ee6;margin-top:1.25rem;font-size:1.1rem;font-weight:600;line-height:1.8}.btn--donate{color:#fff;background:#c8902e;font-weight:700}.btn--donate:hover:not(:disabled){background:#b07d28}.modal-overlay{z-index:9999;background:#000000b8;position:fixed;inset:0;overflow-y:auto}.modal-box{box-sizing:border-box;background:#0f2035;border:1px solid #ffffff1f;border-radius:16px;width:calc(100% - 2rem);max-width:460px;margin:1rem auto;position:relative;overflow-x:hidden}.modal-drag{justify-content:center;padding:.75rem 0 .25rem;display:none}.modal-drag-handle{background:#fff3;border-radius:2px;width:40px;height:4px}.modal-naam-grid{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}@media (max-width:900px){.modal-overlay{flex-direction:column;justify-content:flex-end;display:flex;overflow:hidden}.modal-box{box-sizing:border-box;border-radius:16px 16px 0 0;width:100%;max-width:100vw;max-height:90dvh;margin:0;overflow:hidden auto}.modal-drag{display:flex}.modal-naam-grid{grid-template-columns:1fr}.container{padding:1rem}.doneer-hadith,.doneer-hadith+p{display:none}}
