.scene{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;display:grid;place-items:center;font-family:inherit}.scene__sky{position:absolute;top:0;right:0;bottom:28%;left:0;background:linear-gradient(180deg,#7cc6ff,#aee2ff 55%,#d9f3ff)}.scene__ground{position:absolute;top:72%;right:0;bottom:0;left:0;background:linear-gradient(180deg,#7ec85a,#5fae3f);box-shadow:inset 0 6px #ffffff40}.scene__sun{position:absolute;top:8%;left:8%;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle at 50% 50%,#fff3b0,#ffd84d 65%,#ffcf2e);box-shadow:0 0 60px 20px #ffd84d8c;animation:sun-pulse 5s ease-in-out infinite}.scene__cloud{position:absolute;background:#fff;border-radius:50px;opacity:.9;filter:drop-shadow(0 8px 10px rgba(0,0,0,.06))}.scene__cloud:before,.scene__cloud:after{content:"";position:absolute;background:#fff;border-radius:50%}.scene__cloud--1{top:14%;width:120px;height:34px;animation:drift 26s linear infinite}.scene__cloud--1:before{width:50px;height:50px;top:-22px;left:18px}.scene__cloud--1:after{width:38px;height:38px;top:-14px;left:60px}.scene__cloud--2{top:26%;width:90px;height:26px;animation:drift 34s linear infinite;animation-delay:-8s}.scene__cloud--2:before{width:38px;height:38px;top:-16px;left:14px}.scene__cloud--2:after{width:28px;height:28px;top:-10px;left:46px}.scene__cloud--3{top:9%;width:70px;height:22px;animation:drift 30s linear infinite;animation-delay:-18s}.scene__cloud--3:before{width:30px;height:30px;top:-12px;left:12px}.scene__cloud--3:after{width:22px;height:22px;top:-8px;left:38px}@keyframes drift{0%{transform:translate(-180px)}to{transform:translate(110vw)}}@keyframes sun-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.card{position:relative;z-index:3;width:100%;max-width:380px;margin:0 16px;padding:32px 30px 26px;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.6);border-radius:20px;box-shadow:0 24px 60px #141e5047;transform-origin:50% -40px;animation:card-drop 1.5s cubic-bezier(.2,.85,.25,1) .9s both}@keyframes card-drop{0%{transform:translateY(-130vh) rotate(-4deg) scale(.94);opacity:0}55%{opacity:1}72%{transform:translateY(18px) rotate(1.5deg) scale(1.01)}86%{transform:translateY(-9px) rotate(-1deg)}to{transform:translateY(0) rotate(0) scale(1);opacity:1}}.card__logo{font-size:22px;font-weight:800;letter-spacing:.5px;color:var(--brand);text-align:center;margin-bottom:14px}.card__title{font-size:26px;margin:0 0 4px;text-align:center}.card__subtitle{color:var(--text-muted);margin:0 0 22px;text-align:center;font-size:14px}.card__label{display:block;font-size:14px;font-weight:600;margin:16px 0 6px}.card__input{width:100%;padding:12px 14px;font-size:15px;border:1px solid var(--border);border-radius:12px;outline:none;transition:border-color .15s,box-shadow .15s}.card__input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light)}.card__password{position:relative}.card__toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--brand);font-size:13px;font-weight:600}.card__submit{width:100%;margin-top:24px;padding:13px;font-size:16px;font-weight:600;color:#fff;background:var(--brand);border:none;border-radius:12px;transition:background .15s,transform .1s}.card__submit:hover:not(:disabled){background:var(--brand-dark)}.card__submit:active:not(:disabled){transform:scale(.99)}.card__submit:disabled{opacity:.65;cursor:not-allowed}.card__error{background:#fef2f2;color:var(--danger);border:1px solid #fecaca;padding:11px 14px;border-radius:12px;font-size:14px;margin-bottom:8px}.card__success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:11px 14px;border-radius:12px;font-size:14px;margin-bottom:8px}.card__hint{margin-top:20px;padding:11px 14px;background:var(--brand-light);border-radius:12px;font-size:13px;color:var(--text-muted);text-align:center}.kid{position:absolute;bottom:9vh;z-index:2;width:104px;height:auto}.kid-svg{width:100%;height:auto;display:block;overflow:visible}.kid--left{left:calc(50% - 330px);animation:run-in-left 1.8s cubic-bezier(.22,.7,.3,1) both}.kid--right{left:calc(50% + 226px);animation:run-in-right 1.8s cubic-bezier(.22,.7,.3,1) both}.kid--right .kid-bob{transform-box:fill-box}.kid--right .kid-svg{transform:scaleX(-1)}@keyframes run-in-left{0%{transform:translate(-78vw)}to{transform:translate(0)}}@keyframes run-in-right{0%{transform:translate(78vw)}to{transform:translate(0)}}.kid-bob{transform-box:fill-box;transform-origin:50% 100%;animation:bob .46s ease-in-out 4 both,idle 2.8s ease-in-out 1.9s infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes idle{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.kid-leg,.kid-arm{transform-box:fill-box;transform-origin:50% 8%}.kid-leg--front{animation:swing-a .42s linear 4 both}.kid-leg--back{animation:swing-b .42s linear 4 both}.kid-arm--back{animation:swing-a .42s linear 4 both}.kid-arm--front{animation:swing-b .42s linear 4 both,wave 1.3s ease-in-out 1.9s infinite}@keyframes swing-a{0%{transform:rotate(0)}25%{transform:rotate(24deg)}50%{transform:rotate(0)}75%{transform:rotate(-24deg)}to{transform:rotate(0)}}@keyframes swing-b{0%{transform:rotate(0)}25%{transform:rotate(-24deg)}50%{transform:rotate(0)}75%{transform:rotate(24deg)}to{transform:rotate(0)}}@keyframes wave{0%,to{transform:rotate(-150deg)}50%{transform:rotate(-128deg)}}.kid-rope{stroke:#b9863f;stroke-width:3;stroke-linecap:round;stroke-dasharray:140;stroke-dashoffset:140;opacity:0;animation:rope-draw .5s ease-out .95s forwards,rope-fade .5s ease-in 2.2s forwards}@keyframes rope-draw{0%{opacity:.9;stroke-dashoffset:140}to{opacity:.9;stroke-dashoffset:0}}@keyframes rope-fade{to{opacity:0}}@media (max-width: 820px){.kid{display:none}}@media (prefers-reduced-motion: reduce){.card{animation:none}.kid{display:none}.scene__cloud,.scene__sun{animation:none}}.dash{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.dash__sidebar{background:#1f2430;color:#cbd2e0;display:flex;flex-direction:column;padding:24px 16px}.dash__logo{font-size:22px;font-weight:800;color:#fff;padding:0 12px 28px}.dash__nav{display:flex;flex-direction:column;gap:4px;flex:1}.dash__nav-item{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;font-size:15px;font-weight:500;transition:background .15s,color .15s}.dash__nav-item:hover{background:#ffffff0f;color:#fff}.dash__nav-item--active{background:var(--brand);color:#fff}.dash__nav-icon{font-size:17px}.dash__main{display:flex;flex-direction:column;overflow:hidden}.dash__topbar{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;background:var(--surface);border-bottom:1px solid var(--border)}.dash__title{font-size:22px;margin:0}.dash__welcome{margin:2px 0 0;color:var(--text-muted);font-size:14px}.dash__profile{display:flex;align-items:center;gap:12px}.dash__profile-menu{display:flex;flex-direction:column;align-items:stretch;gap:8px}.dash__logout{padding:6px 12px;background:transparent;border:1px solid var(--border);color:var(--text-muted);border-radius:8px;font-size:12px;font-weight:600;text-align:center;transition:background .15s,color .15s,border-color .15s}.dash__logout:hover{background:var(--danger);border-color:var(--danger);color:#fff}.dash__topbar-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.dash__avatar{width:42px;height:42px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px}.dash__profile-name{font-weight:600;font-size:14px}.dash__profile-role{font-size:12px;color:var(--text-muted);text-transform:capitalize}.dash__content{padding:28px 32px;overflow-y:auto}.dash__placeholder{padding:40px;text-align:center;color:var(--text-muted)}.dash__placeholder--error{color:var(--danger)}.dash__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-bottom:24px}.dash__stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;display:flex;align-items:center;gap:16px}.dash__stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.dash__stat-icon--indigo{background:#eef2ff}.dash__stat-icon--green{background:#ecfdf5}.dash__stat-icon--amber{background:#fffbeb}.dash__stat-icon--violet{background:#f5f3ff}.dash__stat-icon--blue{background:#eff6ff}.dash__stat-value{font-size:24px;font-weight:700}.dash__stat-label{font-size:13px;color:var(--text-muted);margin-top:2px}.dash__grid{display:grid;grid-template-columns:1.3fr 1fr;gap:18px}.dash__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.dash__card-title{margin:0 0 18px;font-size:16px}.dash__chart{display:flex;align-items:flex-end;gap:18px;height:200px;padding-top:10px}.dash__bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:8px}.dash__bar{width:100%;max-width:48px;background:linear-gradient(180deg,var(--brand) 0%,#7c3aed 100%);border-radius:8px 8px 0 0;min-height:6px;transition:opacity .15s}.dash__bar:hover{opacity:.85}.dash__bar-label{font-size:12px;color:var(--text-muted)}.dash__activity{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.dash__activity-item{display:flex;align-items:flex-start;gap:12px}.dash__dot{width:10px;height:10px;border-radius:50%;margin-top:5px;flex-shrink:0;background:var(--brand)}.dash__dot--admission{background:var(--success)}.dash__dot--finance{background:var(--brand)}.dash__dot--exam{background:var(--warning)}.dash__dot--staff{background:#0ea5e9}.dash__dot--certificate{background:#a855f7}.dash__activity-title{font-size:14px;font-weight:600}.dash__activity-desc{font-size:13px;color:var(--text-muted);margin-top:1px}.dash__activity-time{margin-left:auto;font-size:12px;color:var(--text-muted);white-space:nowrap}.dash__class-teacher-badge{display:flex;align-items:center;gap:14px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius);padding:14px 20px;margin-bottom:24px}.dash__ct-icon{font-size:28px}.dash__class-teacher-badge strong{display:block;font-size:15px;font-weight:700;color:#1e40af}.dash__class-teacher-badge span{font-size:13px;color:#3b82f6}.dash__schedule{display:flex;flex-direction:column;gap:12px}.dash__period{display:flex;align-items:center;gap:16px;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:12px 16px}.dash__period-num{width:36px;height:36px;border-radius:8px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.dash__period-subject{font-size:15px;font-weight:600}.dash__period-meta{font-size:13px;color:var(--text-muted);margin-top:2px}.dash__placeholder--sm{padding:20px;text-align:center;color:var(--text-muted);font-size:14px}@media (max-width: 980px){.dash__grid{grid-template-columns:1fr}}@media (max-width: 720px){.dash{grid-template-columns:1fr}.dash__sidebar{flex-direction:row;align-items:center;overflow-x:auto;padding:12px}.dash__nav{flex-direction:row}.dash__logo{display:none}.dash__topbar{flex-wrap:wrap;gap:12px;padding:16px 20px}.dash__content{padding:20px 16px}}@media (max-width: 576px){.dash__title{font-size:19px}.dash__welcome{font-size:13px}.dash__profile-name,.dash__profile-role{display:none}.dash__avatar{width:36px;height:36px;font-size:13px}.dash__stats{grid-template-columns:1fr}.dash__chart{gap:8px}}.sfm__header{display:flex;align-items:center;gap:12px;padding:22px 24px 18px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--surface);border-radius:16px 16px 0 0;z-index:1}.sfm__header h2{margin:0;font-size:20px;flex:1}.sfm__adm{font-size:13px;font-family:monospace;color:var(--text-muted);background:var(--bg);padding:3px 10px;border-radius:6px}.sfm__close{background:none;border:none;font-size:18px;color:var(--text-muted);line-height:1;padding:4px 6px;border-radius:6px;transition:background .15s}.sfm__close:hover{background:var(--bg)}.sfm__body{padding:20px 24px;display:flex;flex-direction:column;gap:0}.sfm__info-box{background:var(--brand-light);color:var(--brand-dark);border:1px solid #c7d2fe;padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.5;margin-bottom:16px}.sfm__server-error{background:#fef2f2;color:var(--danger);border:1px solid #fecaca;padding:11px 14px;border-radius:10px;font-size:14px;margin-bottom:16px}.sfm__section{margin-bottom:20px}.sfm__section h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid var(--border)}.sfm__hint{font-size:13px;color:var(--text-muted);margin:-8px 0 14px}.sfm__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.sfm__field{display:flex;flex-direction:column;gap:5px}.sfm__label{font-size:13px;font-weight:600;color:var(--text)}.sfm__input{padding:10px 12px;font-size:14px;border:1px solid var(--border);border-radius:10px;outline:none;font-family:inherit;background:var(--surface);transition:border-color .15s,box-shadow .15s;width:100%}.sfm__input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light)}.sfm__field--error .sfm__input{border-color:var(--danger)}.sfm__field--error .sfm__input:focus{box-shadow:0 0 0 3px #fee2e2}.sfm__error-msg{font-size:12px;color:var(--danger)}.sfm__textarea{resize:vertical;min-height:64px}.sfm__footer{display:flex;justify-content:flex-end;gap:10px;padding-top:16px;border-top:1px solid var(--border);margin-top:4px;position:sticky;bottom:0;background:var(--surface);border-radius:0 0 16px 16px}@media (max-width: 560px){.sfm__grid{grid-template-columns:1fr}}.students__toolbar{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.students__search{flex:1;min-width:220px;padding:10px 14px;font-size:14px;border:1px solid var(--border);border-radius:10px;outline:none;font-family:inherit}.students__search:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light)}.students__select{padding:10px 12px;font-size:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface);font-family:inherit;cursor:pointer;outline:none}.students__select:focus{border-color:var(--brand)}.students__table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto}.students__table{width:100%;border-collapse:collapse;font-size:14px}.students__table th{padding:13px 16px;text-align:left;font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);background:#fafafa;white-space:nowrap}.students__table td{padding:13px 16px;border-bottom:1px solid var(--border);vertical-align:middle}.students__table tbody tr:last-child td{border-bottom:none}.students__table tbody tr:hover{background:var(--brand-light)}.students__adm{font-family:monospace;font-size:13px;color:var(--text-muted);white-space:nowrap}.students__name{font-weight:600}.students__email{font-size:12px;color:var(--text-muted);margin-top:2px}.students__empty{text-align:center;padding:48px!important;color:var(--text-muted)}.students__actions{display:flex;gap:8px}.students__pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px}.students__page-info{font-size:14px;color:var(--text-muted)}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.badge--green{background:#dcfce7;color:#15803d}.badge--gray{background:#f3f4f6;color:#4b5563}.badge--blue{background:#dbeafe;color:#1d4ed8}.badge--amber{background:#fef3c7;color:#b45309}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;font-size:14px;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:background .15s,opacity .15s;font-family:inherit;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--brand);color:#fff}.btn--primary:hover{background:var(--brand-dark)}.btn--ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.btn--ghost:hover:not(:disabled){background:var(--bg)}.btn--danger{background:var(--danger);color:#fff}.btn--danger:hover{background:#b91c1c}.btn--danger-ghost{background:transparent;border:1px solid #fecaca;color:var(--danger)}.btn--danger-ghost:hover{background:#fef2f2}.btn--sm{padding:6px 12px;font-size:13px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f142873;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.modal{background:var(--surface);border-radius:16px;box-shadow:0 24px 60px #141e5047;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.modal--sm{max-width:400px;padding:28px}.modal--sm h3{margin:0 0 12px;font-size:18px}.modal--sm p{margin:0 0 24px;color:var(--text-muted);font-size:14px;line-height:1.5}.modal__footer{display:flex;gap:10px;justify-content:flex-end}@media (max-width: 576px){.students__toolbar{flex-direction:column}.students__search,.students__select{width:100%;min-width:0}.students__table th,.students__table td{padding:10px;font-size:13px}.students__actions{flex-wrap:wrap}.modal-overlay{padding:0;align-items:flex-end}.modal{width:100%;max-width:100%;max-height:94vh;border-radius:16px 16px 0 0}.modal--sm{padding:20px}.modal__footer{flex-wrap:wrap}.modal__footer .btn{flex:1 1 auto}}.receipt-modal{max-width:460px;width:92vw}.receipt-print{font-family:inherit;color:var(--text, #1f2430)}.receipt__header{text-align:center;border-bottom:2px solid var(--border);padding-bottom:12px;margin-bottom:12px}.receipt__school-name{font-size:18px;font-weight:700}.receipt__tagline,.receipt__address{font-size:12px;color:var(--text-muted);margin-top:2px}.receipt__title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.receipt__title{margin:0;font-size:15px;letter-spacing:.5px}.receipt__meta{display:flex;gap:16px;font-size:12px}.receipt__meta div{display:flex;flex-direction:column}.receipt__meta span{color:var(--text-muted)}.receipt__student{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;font-size:13px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed var(--border)}.receipt__student div{display:flex;flex-direction:column}.receipt__student span{color:var(--text-muted);font-size:11px}.receipt__table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:14px}.receipt__table th,.receipt__table td{padding:6px 4px;text-align:left;border-bottom:1px solid var(--border)}.receipt__table th:last-child,.receipt__table td:last-child{text-align:right}.receipt__row--highlight td{font-weight:700;color:var(--brand)}.receipt__words{font-size:12px;margin-bottom:10px}.receipt__remarks{font-size:12px;color:var(--text-muted);margin-bottom:10px}.receipt__footer{margin-top:24px;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.receipt__signature{font-size:12px;border-top:1px solid var(--border);padding-top:4px;min-width:160px;text-align:center}.receipt__note{font-size:10px;color:var(--text-muted);text-align:right}.receipt__actions{margin-top:16px}@media (max-width: 480px){.receipt__student{grid-template-columns:1fr}}@media print{body *{visibility:hidden}.receipt-print,.receipt-print *{visibility:visible}.receipt-print{position:absolute;top:0;left:0;width:100%;padding:24px}.no-print{display:none!important}}.sdp__back{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:0;margin-bottom:20px;transition:color .15s;font-family:inherit}.sdp__back:hover{color:var(--brand)}.sdp__hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;display:flex;align-items:center;gap:20px;margin-bottom:24px;box-shadow:var(--shadow);flex-wrap:wrap}.sdp__avatar{width:56px;height:56px;border-radius:50%;background:var(--brand);color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sdp__hero-info{flex:1;min-width:0}.sdp__hero-name{font-size:20px;font-weight:700;margin:0 0 6px}.sdp__hero-meta{font-size:13px;color:var(--text-muted);display:flex;gap:16px;flex-wrap:wrap}.sdp__hero-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.sdp__tabs{display:flex;gap:4px;border-bottom:2px solid var(--border);margin-bottom:24px}.sdp__tab{padding:10px 18px;font-size:14px;font-weight:600;background:none;border:none;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;font-family:inherit}.sdp__tab:hover{color:var(--text)}.sdp__tab--active{color:var(--brand);border-bottom-color:var(--brand)}.sdp__section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 14px;padding-bottom:8px;border-bottom:1px solid var(--border)}.sdp__info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:28px}.sdp__field label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:3px}.sdp__field p{font-size:14px;color:var(--text);margin:0;word-break:break-word}.sdp__att-controls{display:flex;align-items:flex-end;gap:12px;margin-bottom:20px;flex-wrap:wrap}.sdp__att-ctrl{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:600;color:var(--text)}.sdp__att-ctrl input{padding:8px 10px;font-size:13px;border:1px solid var(--border);border-radius:8px;outline:none;font-family:inherit}.sdp__att-ctrl input:focus{border-color:var(--brand)}.sdp__stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-bottom:24px}.sdp__stat{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 12px;text-align:center}.sdp__stat-value{font-size:26px;font-weight:700;color:var(--brand);line-height:1;margin-bottom:4px}.sdp__stat-value--danger{color:var(--danger)}.sdp__stat-value--amber{color:#b45309}.sdp__stat-value--green{color:#15803d}.sdp__stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.sdp__fee-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:10px}.sdp__fee-totals{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.sdp__fee-total{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 16px;min-width:120px}.sdp__fee-total span{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:2px}.sdp__fee-total strong{font-size:15px;color:var(--text)}.sdp__fee-total--paid strong{color:#15803d}.sdp__fee-total--bal strong{color:var(--danger)}.sdp__pay-expand td{padding:12px 20px!important;background:#f8f9fb}.sdp__pay-list{display:flex;flex-direction:column;gap:8px}.sdp__pay-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:13px}.sdp__pay-receipt{font-family:monospace;font-size:12px;color:var(--brand);font-weight:600}.sdp__pay-meta{font-size:12px;color:var(--text-muted);margin-top:2px}.sdp__pay-amount{font-weight:700;color:#15803d}.sdp__placeholder{padding:40px 0;text-align:center;color:var(--text-muted);font-size:14px}@media (max-width: 600px){.sdp__hero{gap:14px}.sdp__info-grid{grid-template-columns:1fr 1fr}.sdp__stats{grid-template-columns:repeat(3,1fr)}}.cred{padding:32px 28px;text-align:center}.cred__icon{font-size:40px;margin-bottom:12px}.cred__title{font-size:20px;margin:0 0 10px}.cred__note{font-size:13px;color:var(--text-muted);line-height:1.55;margin:0 0 24px}.cred__field{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--bg);border:1px solid var(--border);border-radius:10px;margin-bottom:10px;text-align:left;gap:12px}.cred__label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);white-space:nowrap}.cred__value{font-size:14px;font-weight:600;word-break:break-all}.cred__value--mono{font-family:Courier New,Courier,monospace;font-size:18px;color:var(--brand);letter-spacing:.06em}.cred__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.teachers__ct-badge{display:inline-flex;align-items:center;gap:4px;margin-top:4px;padding:2px 8px;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:999px;font-size:11px;font-weight:600}.teachers__subjects{display:flex;flex-wrap:wrap;gap:4px}.teachers__tag{display:inline-block;padding:2px 8px;background:var(--brand-light);color:var(--brand-dark);border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap}.teachers__login-toggle{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:8px;font-size:12px;font-weight:600;border:1px solid;cursor:pointer;transition:background .15s,opacity .15s;font-family:inherit}.teachers__login-toggle--on{background:#dcfce7;color:#15803d;border-color:#bbf7d0}.teachers__login-toggle--on:hover{background:#bbf7d0}.teachers__login-toggle--off{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.teachers__login-toggle--off:hover{background:#e5e7eb}.teachers__login-toggle:disabled{opacity:.55;cursor:not-allowed}.staff__toolbar-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.staff__toolbar{margin-bottom:0;flex:1 1 320px}@media (max-width: 576px){.teachers__subjects{max-width:160px}.staff__toolbar-row{flex-direction:column;align-items:stretch}.staff__toolbar-row .btn{width:100%}}.att__tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:2px solid var(--border);padding-bottom:0}.att__tab{padding:10px 20px;border:none;background:none;font-size:14px;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;border-radius:8px 8px 0 0;transition:color .15s,border-color .15s;font-family:inherit}.att__tab:hover{color:var(--text)}.att__tab--active{color:var(--brand);border-bottom-color:var(--brand)}.att__panel{display:flex;flex-direction:column;gap:16px}.att__controls{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.att__controls--wrap{flex-wrap:wrap}.att__ctrl{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:600;color:var(--text)}.att__ctrl--wide{flex:1;min-width:220px}.att__input{padding:9px 12px;font-size:14px;border:1px solid var(--border);border-radius:10px;background:var(--surface);outline:none;font-family:inherit;transition:border-color .15s,box-shadow .15s}.att__input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light)}.att__input--xs{width:72px}.att__placeholder{text-align:center;color:var(--text-muted);padding:48px 16px;font-size:14px;background:var(--bg);border-radius:12px;border:1px dashed var(--border)}.att__error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:10px;padding:11px 14px;font-size:14px}.att__strip{display:flex;align-items:center;gap:0;background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:10px 16px;flex-wrap:wrap;gap:8px}.att__strip-item{font-size:13px;font-weight:700;padding:3px 10px;border-radius:999px}.att__strip-item--present{background:#dcfce7;color:#15803d}.att__strip-item--absent{background:#fee2e2;color:#b91c1c}.att__strip-item--late{background:#fef3c7;color:#b45309}.att__strip-item--excused{background:#dbeafe;color:#1d4ed8}.att__strip-item--total{background:var(--surface);color:var(--text-muted);border:1px solid var(--border)}.att__strip-divider{flex:1}.att__already-marked{font-size:12px;color:var(--brand);font-weight:600;background:var(--brand-light);padding:3px 10px;border-radius:999px}.att__bulk{display:flex;align-items:center;gap:8px;font-size:13px}.att__bulk-label{color:var(--text-muted);font-weight:600}.att__bulk-btn{padding:5px 14px;border-radius:8px;border:1px solid;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s}.att__bulk-btn:hover{opacity:.85}.att__bulk-btn--present{background:#dcfce7;color:#15803d;border-color:#bbf7d0}.att__bulk-btn--absent{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.att__sb-group{display:flex;gap:4px}.att__sb{width:28px;height:28px;border-radius:7px;border:1px solid transparent;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;background:var(--bg);color:var(--text-muted);border-color:var(--border);transition:background .1s,color .1s,border-color .1s}.att__sb:disabled{cursor:default;opacity:.7}.att__sb--present.att__sb--on{background:#dcfce7;color:#15803d;border-color:#86efac}.att__sb--absent.att__sb--on{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.att__sb--late.att__sb--on{background:#fef3c7;color:#b45309;border-color:#fcd34d}.att__sb--excused.att__sb--on{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}.att__sb--present:not(.att__sb--on):hover{background:#f0fdf4}.att__sb--absent:not(.att__sb--on):hover{background:#fff1f2}.att__sb--late:not(.att__sb--on):hover{background:#fffbeb}.att__sb--excused:not(.att__sb--on):hover{background:#eff6ff}.att__seq{color:var(--text-muted);font-size:13px;width:36px}.att__remark-input{width:100%;min-width:140px;padding:5px 8px;font-size:13px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-family:inherit;outline:none}.att__remark-input:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-light)}.att__save-bar{display:flex;justify-content:flex-end;padding-top:4px}.btn--lg{padding:11px 28px;font-size:15px}.att__search-wrap{position:relative}.att__suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);z-index:20;overflow:hidden}.att__suggestion{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 14px;border:none;background:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .1s}.att__suggestion:hover{background:var(--bg)}.att__suggestion strong{font-size:14px;color:var(--text)}.att__suggestion span{font-size:12px;color:var(--text-muted)}.att__report-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:var(--bg);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap}.att__report-header h3{margin:0;font-size:17px}.att__report-meta{font-size:13px;color:var(--text-muted)}.att__stats{display:flex;gap:12px;flex-wrap:wrap}.att__stat{flex:1;min-width:90px;background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:16px 14px;text-align:center}.att__stat-val{font-size:26px;font-weight:800;color:var(--text);line-height:1.1}.att__stat-lbl{font-size:12px;color:var(--text-muted);margin-top:4px;font-weight:600}.att__stat--pct .att__stat-val{color:var(--brand)}.att__stat--present .att__stat-val{color:#15803d}.att__stat--absent .att__stat-val{color:#b91c1c}.att__stat--late .att__stat-val{color:#b45309}.att__stat--excused .att__stat-val{color:#1d4ed8}@media (max-width: 576px){.att__controls{flex-direction:column;align-items:stretch}.att__ctrl--wide{min-width:0}.att__stat{min-width:76px;padding:12px 8px}.att__stat-val{font-size:20px}.att__sb{width:26px;height:26px}}.fee__student-card{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px 20px;flex-wrap:wrap}.fee__student-name{font-size:17px;font-weight:700;color:var(--text)}.fee__student-meta{font-size:13px;color:var(--text-muted);margin-top:2px}.fee__totals{display:flex;gap:24px;flex-wrap:wrap}.fee__total-item{text-align:right}.fee__total-item span{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.fee__total-item strong{font-size:16px;font-weight:800;color:var(--text)}.fee__total-item--paid strong{color:#15803d}.fee__total-item--bal strong{color:#b91c1c}.fee__bal--due{color:#b91c1c;font-weight:700}.fee__dues-summary{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;padding:10px 14px;background:var(--bg);border:1px solid var(--border);border-radius:10px;font-size:14px;color:var(--text-muted)}.fee__dues-summary strong{color:#b91c1c}.fee__type-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:4px}.fee__type-desc{flex:1;min-width:160px}.fee__modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 500px){.fee__modal-grid{grid-template-columns:1fr}}.fee__payment-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border);flex-wrap:wrap}.fee__payment-row:last-child{border-bottom:none}.fee__receipt{font-size:13px;font-weight:700;font-family:monospace;color:var(--brand)}.fee__pay-meta{font-size:12px;color:var(--text-muted);margin-top:2px}.fee__pay-amount{font-size:15px;font-weight:800;color:#15803d}.badge--red{background:#fee2e2;color:#b91c1c}.ex__type-badge{display:inline-block;padding:2px 8px;background:#f3f4f6;color:#374151;border-radius:6px;font-size:11px;font-weight:700;white-space:nowrap}.ex__results-count{color:var(--text-muted);font-size:13px}.ex__grade{display:inline-flex;align-items:center;justify-content:center;width:34px;height:24px;border-radius:6px;font-size:12px;font-weight:800;background:#f3f4f6;color:#374151}.ex__grade--ap,.ex__grade--a{background:#dcfce7;color:#15803d}.ex__grade--bp,.ex__grade--b{background:#dbeafe;color:#1d4ed8}.ex__grade--c{background:#fef3c7;color:#b45309}.ex__grade--d{background:#fed7aa;color:#c2410c}.ex__grade--f{background:#fee2e2;color:#b91c1c}.ex__grade--abs{background:#f3f4f6;color:#9ca3af}.ex__marks-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:4px;flex-wrap:wrap}.ex__marks-title{font-size:18px;font-weight:700}.ex__marks-meta{font-size:13px;color:var(--text-muted);margin-top:3px}.ex__marks-header>:last-child{margin-left:auto}.ex__marks-input{width:72px;padding:6px 8px;font-size:14px;font-weight:600;border:1px solid var(--border);border-radius:8px;background:var(--surface);outline:none;font-family:inherit;text-align:center;transition:border-color .15s,box-shadow .15s}.ex__marks-input:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-light)}.ex__marks-input:disabled{background:var(--bg);color:var(--text-muted)}.ex__remark-input{width:100%;min-width:100px;padding:5px 8px;font-size:13px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-family:inherit;outline:none}.ex__remark-input:focus{border-color:var(--brand)}.ex__remark-input:disabled{background:var(--bg)}.ex__row--absent td{opacity:.5}.ex__row--absent td:nth-child(5){opacity:1}.ex__report-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:var(--bg);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap}.ex__report-header h3{margin:0;font-size:17px}.ex__report-summary{margin-left:auto;display:flex;gap:16px;font-size:13px;color:var(--text-muted)}.ex__report-summary span:first-child{color:var(--text);font-weight:600}@media (max-width: 576px){.ex__marks-header>:last-child{margin-left:0;width:100%}.ex__report-summary{margin-left:0;width:100%}.ex__marks-input{width:60px}}.cert-modal{max-width:520px;width:92vw}.cert-print{font-family:inherit;color:var(--text, #1f2430)}.cert__header{text-align:center;border-bottom:2px solid var(--border);padding-bottom:12px;margin-bottom:12px}.cert__school-name{font-size:18px;font-weight:700}.cert__tagline,.cert__address{font-size:12px;color:var(--text-muted);margin-top:2px}.cert__title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.cert__title{margin:0;font-size:16px;letter-spacing:.5px}.cert__meta{display:flex;gap:16px;font-size:12px}.cert__meta div{display:flex;flex-direction:column}.cert__meta span{color:var(--text-muted)}.cert__student{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;font-size:13px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed var(--border)}.cert__student div{display:flex;flex-direction:column}.cert__student span{color:var(--text-muted);font-size:11px}.cert__table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:14px}.cert__table th,.cert__table td{padding:6px 4px;text-align:left;border-bottom:1px solid var(--border)}.cert__instructions{font-size:12px;color:var(--text-muted);margin:0 0 10px;padding-left:18px}.cert__instructions li{margin-bottom:4px}.cert__body{font-size:13px;line-height:1.6}.cert__remarks{font-size:12px;color:var(--text-muted)}.cert__footer{margin-top:32px;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cert__signature{font-size:12px;border-top:1px solid var(--border);padding-top:4px;min-width:180px;text-align:center}.cert__note{font-size:10px;color:var(--text-muted);text-align:right}.cert__actions{margin-top:16px}@media (max-width: 480px){.cert__student{grid-template-columns:1fr}}@media print{body *{visibility:hidden}.cert-print,.cert-print *{visibility:visible}.cert-print{position:absolute;top:0;left:0;width:100%;padding:24px}.no-print{display:none!important}}.cert__student-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px 20px}.cert__student-name{font-size:17px;font-weight:700;color:var(--text)}.cert__student-meta{font-size:13px;color:var(--text-muted);margin-top:2px}.cert__form{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:18px 0;border-bottom:1px dashed var(--border)}.cert__history{padding-top:18px}.cert__history-title{margin:0 0 12px;font-size:14px;font-weight:700;color:var(--text)}.att__placeholder--sm{padding:14px;font-size:13px}.ac__timetable-wrap{overflow-x:auto}.ac__timetable{border-collapse:collapse;min-width:700px;width:100%;font-size:.8rem}.ac__timetable th,.ac__timetable td{border:1px solid #e5e7eb;padding:0;vertical-align:middle}.ac__timetable th{background:#f9fafb;padding:.5rem .75rem;text-align:center;font-size:.75rem;font-weight:600;color:#374151;white-space:nowrap}.ac__period-header{text-align:left!important;min-width:90px;padding:.5rem .75rem!important}.ac__period-num{font-weight:600;color:#111827;display:block}.ac__period-time{font-size:.7rem;color:#6b7280}.ac__cell{padding:.4rem .5rem;min-width:120px;height:52px;text-align:center}.ac__cell--empty{background:#fafafa;color:#d1d5db;font-size:.7rem}.ac__cell-subject{font-weight:600;color:#111827;font-size:.78rem;line-height:1.3}.ac__cell-teacher{font-size:.7rem;color:#6b7280;margin-top:2px}.ac__cell--edit{padding:3px;vertical-align:top}.ac__cell-select{width:100%;font-size:.7rem;padding:2px 3px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#111827;margin-bottom:2px;cursor:pointer}.ac__cell-select:focus{outline:none;border-color:#6366f1}.ac__controls{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.ac__control-group{display:flex;flex-direction:column;gap:.25rem}.ac__control-label{font-size:.75rem;font-weight:500;color:#374151}.ac__control-input,.ac__control-select{padding:.45rem .65rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;color:#111827;min-width:110px}.ac__control-input:focus,.ac__control-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.ac__subject-table{width:100%;border-collapse:collapse;font-size:.875rem}.ac__subject-table th{padding:.6rem 1rem;background:#f9fafb;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;text-align:left;border-bottom:1px solid #e5e7eb}.ac__subject-table td{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;color:#374151}.ac__subject-table tr:hover td{background:#f9fafb}.ac__code-badge{display:inline-block;padding:.15rem .55rem;border-radius:6px;background:#ede9fe;color:#5b21b6;font-size:.75rem;font-weight:700;letter-spacing:.04em}.ac__inactive-row td{opacity:.5}.ac__modal-grid{display:flex;flex-direction:column;gap:1rem}.ac__modal-field{display:flex;flex-direction:column;gap:.3rem}.ac__modal-label{font-size:.8rem;font-weight:500;color:#374151}.ac__modal-input{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;background:#fff}.ac__modal-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.ac__empty{text-align:center;padding:3rem;color:#9ca3af;font-size:.875rem}.ac__legend{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280;margin-top:.5rem}.ac__legend-dot{width:10px;height:10px;border-radius:50%;background:#6366f1;display:inline-block}@media (max-width: 576px){.ac__controls{flex-direction:column;align-items:stretch}.ac__control-input,.ac__control-select{min-width:0;width:100%}}.settings__body{display:flex;flex-direction:column;gap:1.5rem;max-width:860px}.settings__card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.settings__card-header{padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:.5rem}.settings__card-title{font-size:.9rem;font-weight:600;color:#111827;margin:0}.settings__card-body{padding:1.5rem}.settings__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem}.settings__grid--3{grid-template-columns:1fr 1fr 1fr}.settings__full{grid-column:1 / -1}.settings__field{display:flex;flex-direction:column;gap:.35rem}.settings__label{font-size:.8rem;font-weight:500;color:#374151}.settings__label span{color:#ef4444;margin-left:2px}.settings__input,.settings__select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;background:#fff;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}.settings__input:focus,.settings__select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.settings__input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.settings__actions{display:flex;align-items:center;gap:1rem;padding-top:.5rem}.settings__btn--save{padding:.55rem 1.5rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.settings__btn--save:hover:not(:disabled){background:#4f46e5}.settings__btn--save:disabled{opacity:.6;cursor:not-allowed}.settings__alert{padding:.6rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500}.settings__alert--success{background:#ecfdf5;color:#065f46;border:1px solid #6ee7b7}.settings__alert--error{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.settings__info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.settings__info-item{display:flex;flex-direction:column;gap:.2rem}.settings__info-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.settings__info-value{font-size:.875rem;font-weight:500;color:#111827}.settings__badge{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:600}.settings__badge--admin{background:#ede9fe;color:#5b21b6}.settings__badge--teacher{background:#ecfdf5;color:#065f46}.settings__badge--accountant{background:#fef3c7;color:#92400e}.settings__readonly-notice{padding:.75rem 1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;font-size:.85rem;color:#0369a1;margin-bottom:1rem}@media (max-width: 640px){.settings__grid,.settings__grid--3{grid-template-columns:1fr}.settings__full{grid-column:1}}.chpw-scene{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:linear-gradient(135deg,#7cc6ff,#aee2ff,#d9f3ff)}.chpw-card{width:100%;max-width:400px;margin:0 16px;padding:36px 32px 30px;background:#fffffff7;border:1px solid rgba(255,255,255,.6);border-radius:20px;box-shadow:0 24px 60px #141e5038}.chpw-icon{font-size:40px;text-align:center;margin-bottom:12px}.chpw-title{font-size:24px;font-weight:700;text-align:center;margin:0 0 8px}.chpw-subtitle{font-size:14px;color:var(--text-muted);text-align:center;margin:0 0 22px;line-height:1.5}.chpw-label{display:block;font-size:14px;font-weight:600;margin:16px 0 6px}.chpw-input{width:100%;padding:12px 14px;font-size:15px;border:1px solid var(--border);border-radius:12px;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.chpw-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light)}.chpw-submit{width:100%;margin-top:24px;padding:13px;font-size:15px;font-weight:600;color:#fff;background:var(--brand);border:none;border-radius:12px;cursor:pointer;transition:background .15s,transform .1s}.chpw-submit:hover:not(:disabled){background:var(--brand-dark)}.chpw-submit:active:not(:disabled){transform:scale(.99)}.chpw-submit:disabled{opacity:.65;cursor:not-allowed}.chpw-error{background:#fef2f2;color:var(--danger);border:1px solid #fecaca;padding:11px 14px;border-radius:12px;font-size:14px;margin-bottom:4px}:root{--brand: #4f46e5;--brand-dark: #4338ca;--brand-light: #eef2ff;--bg: #f5f6fa;--surface: #ffffff;--text: #1f2430;--text-muted: #6b7280;--border: #e5e7eb;--success: #16a34a;--danger: #dc2626;--warning: #d97706;--radius: 12px;--shadow: 0 1px 3px rgba(16, 24, 40, .08), 0 1px 2px rgba(16, 24, 40, .06);font-family:Segoe UI,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;color:var(--text)}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:var(--bg)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.full-center{display:flex;align-items:center;justify-content:center;height:100vh}.spinner{width:40px;height:40px;border:4px solid var(--brand-light);border-top-color:var(--brand);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
