@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#f0fdf4;--glass-bg:#ffffffb3;--glass-border:#fff9;--primary-color:#10b981;--primary-hover:#059669;--text-main:#064e3b;--text-muted:#475569;--input-bg:#fffc;--input-border:#0000001a;--input-focus:#10b981;--error-color:#ef4444;--success-color:#059669}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);background-image:radial-gradient(at 0 0,#10b98126 0,#0000 50%),radial-gradient(at 100% 100%,#34d39926 0,#0000 50%);justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}.login-container{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:24px;width:100%;max-width:420px;padding:2.5rem;transition:max-width .3s;animation:.6s cubic-bezier(.16,1,.3,1) slideUp;box-shadow:0 25px 50px -12px #00000026}.login-container.expanded{max-width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2rem}.login-title{background:linear-gradient(90deg,#34d399,#059669);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.login-subtitle{color:var(--text-muted);font-size:.875rem}.form-group{margin-bottom:1.5rem}.form-label{color:var(--text-main);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{background:var(--input-bg);border:1px solid var(--input-border);width:100%;color:var(--text-main);border-radius:12px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-input::placeholder{color:var(--text-muted)}.form-input:focus{border-color:var(--input-focus);outline:none;box-shadow:0 0 0 4px #10b9811a}.form-button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:2rem;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.form-button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 10px 15px -3px #10b9814d}.form-button:active:not(:disabled){transform:translateY(0)}.form-button:disabled{opacity:.7;cursor:not-allowed}.loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.message{text-align:center;border-radius:12px;margin-top:1.5rem;padding:1rem;font-size:.875rem;animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.message.error{color:var(--error-color);background:#ef44441a;border:1px solid #ef444433}.message.success{color:var(--success-color);background:#10b9811a;border:1px solid #10b98133}.admission-form-container{color:#000;background:#fff;border-radius:8px;width:100%;max-width:100%;margin:0 auto;padding:2rem;font-family:Times New Roman,Times,serif;box-shadow:0 4px 6px #0000001a}.print-area{padding:1rem}.form-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.header-text{text-align:center;flex:1}.header-text h1{text-transform:uppercase;color:#000;background:0 0;-webkit-background-clip:unset;background-clip:unset;margin-bottom:5px;font-size:22px;font-weight:700}.header-text h2{font-size:16px;font-weight:700}.photo-placeholder{text-align:center;color:#333;border:1px solid #000;justify-content:center;align-items:center;width:100px;height:125px;font-size:11px;display:flex}.photo-placeholder img{object-fit:cover;width:100%;height:100%}.form-row{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;font-size:14px;line-height:1.5;display:flex}.editable-input{font-family:inherit;font-size:inherit;color:inherit;touch-action:manipulation;z-index:10;background:0 0;border:none;border-bottom:1px dotted #000;outline:none;flex:1;min-width:50px;margin-left:5px;padding:2px 5px;position:relative;pointer-events:auto!important;-webkit-user-select:text!important;user-select:text!important}.editable-input:focus{border-bottom:1px solid var(--primary-color,blue);background-color:#10b9810d}.small-text{align-self:center;font-size:12px}.checkbox-row label{align-items:center;gap:5px;display:flex}.checkbox-row input{border:1px solid #000;width:14px;height:14px;margin:0}.declaration-section{margin-top:1.5rem;font-size:13px}.declaration-section ol{margin-top:10px;padding-left:20px}.declaration-section li{margin-bottom:6px}.signature-section{text-align:right;margin-top:4rem;padding-right:2rem}.print-actions{text-align:center;margin-top:2rem}@media print{@page{size:A4 portrait;margin:10mm}html,body{background:#fff!important;min-height:auto!important;margin:0!important;padding:0!important;display:block!important}body *{visibility:hidden}#root,.login-container,.dashboard-view,.expanded{width:100%!important;max-width:100%!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important;display:block!important}.admission-form-container,.admission-form-container *{visibility:visible}.admission-form-container{position:absolute;top:0;left:0;width:100%!important;max-width:100%!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;margin:0!important;padding:0!important}.print-actions{display:none!important}.admission-form-container{padding:0!important}.form-row{gap:.5rem!important;margin-bottom:.5rem!important;font-size:13px!important;line-height:1.3!important}.form-header{margin-bottom:1rem!important}.header-text h1{font-size:18px!important}.photo-placeholder{width:80px!important;height:100px!important}.declaration-section{margin-top:1rem!important;font-size:12px!important}.declaration-section li{margin-bottom:3px!important}.signature-section{margin-top:2rem!important}}
