.auth-login-page{min-height:100vh;height:100vh;max-height:100vh;background-color:var(--theme-bg-login);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;overflow:hidden;box-sizing:border-box}.auth-login-container{width:100%;max-width:500px}.auth-login-card{background-color:var(--theme-bg-card);border-radius:0;box-shadow:var(--theme-shadow-lg);border:1px solid var(--theme-border);width:fit-content;padding:32px;margin:auto}.auth-login-card-content{padding:0;max-width:384px}@media (max-width: 600px){.auth-login-page{padding:1rem}.auth-login-card-content{padding:24px!important}}@media (max-width: 400px){.auth-login-card-content{padding:20px!important}}.auth-logo-container{display:flex;justify-content:center;align-items:center}.auth-logo{max-width:180px;height:auto;object-fit:contain}.auth-login-form{width:100%;display:flex;flex-direction:column;gap:5px}.auth-form-header{display:flex;align-items:center;gap:.5rem;margin:auto;margin-bottom:.5rem}.auth-form-title{color:var(--theme-primary)!important;font-size:30px!important;font-weight:600;font-size:1.5rem}.auth-lock-icon{color:var(--theme-accent);font-size:1.25rem}.auth-form-subtitle{color:var(--theme-text-secondary);font-size:1rem}.auth-field-container{margin-bottom:1.25rem}.auth-field-label{color:var(--theme-text);font-weight:500;margin-bottom:.5rem;display:block;font-size:.875rem}.auth-text-field{background-color:#fff}.auth-text-field .MuiOutlinedInput-root{background-color:#fff;border-radius:8px}.auth-text-field .MuiOutlinedInput-input{padding:12px 14px;font-family:Quicksand,sans-serif}.auth-password-toggle{color:var(--theme-text-secondary);padding:4px}.auth-password-toggle:hover{color:var(--theme-primary)}.auth-signin-button{background-color:#62caca;color:var(--theme-text-inverse);padding:12px 24px;margin-top:1rem;margin-bottom:1rem;font-weight:600;font-family:Quicksand,sans-serif;text-transform:none;border-radius:8px;box-shadow:none;transition:all .3s ease}.auth-signin-button:hover{background-color:#4a9f9f;box-shadow:var(--theme-shadow-md)}.auth-links-container{display:flex;justify-content:center;margin-bottom:1rem}.auth-link{color:var(--theme-primary);text-decoration:none;font-size:.875rem;font-weight:500;font-family:Quicksand,sans-serif;transition:color .3s ease}.auth-link:hover{color:var(--theme-secondary);text-decoration:underline}.auth-create-account-container{display:flex;justify-content:center;margin-top:1.5rem}.auth-create-account-link{color:var(--theme-text-muted);text-decoration:none;font-size:.875rem;font-family:Quicksand,sans-serif;transition:color .3s ease}.auth-create-account-link:hover{color:var(--theme-text-secondary);text-decoration:underline}.parents-child-page{min-height:100vh;height:100vh;max-height:100vh;background-color:var(--theme-bg-login);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;overflow:hidden;box-sizing:border-box}.parents-child-container{width:100%}.parents-child-card{background-color:var(--theme-bg-card);border-radius:0;box-shadow:var(--theme-shadow-lg);width:fit-content;margin:auto;padding:32px}.parents-child-card-content{width:384px}.parents-child-header{text-align:center;margin-bottom:2rem}.parents-child-welcome{font-family:Quicksand,sans-serif;font-weight:700;font-size:1.75rem;color:var(--theme-primary);margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.parents-child-subtitle{font-family:Quicksand,sans-serif;font-size:1rem;color:var(--theme-text-secondary);font-weight:500}.parents-child-list-container,.parents-child-add-container{margin-bottom:1.5rem}.parents-child-links{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.parents-child-link{text-decoration:none;transition:all .3s ease}.parents-child-link:hover{opacity:.7}@media (max-width: 600px){.parents-child-page{padding:1rem}.parents-child-card-content{padding:24px!important}}@media (max-width: 400px){.parents-child-card-content{padding:20px!important}}*{margin:0;padding:0;box-sizing:border-box;font-family:Quicksand,sans-serif}:root{--theme-primary: #62caca;--theme-secondary: #85c2b9;--theme-accent: #f2af10;--theme-orange: #e98a68;--theme-success: #10b981;--theme-warning: #f2af10;--theme-error: #ef4444;--theme-bg: linear-gradient(to right bottom, rgb(98, 202, 202), rgb(133, 194, 185), rgb(98, 202, 202));--theme-bg-solid: #62caca;--theme-bg-secondary: #f8fafc;--theme-bg-tertiary: #f1f5f9;--theme-bg-card: rgba(255, 255, 255, .95);--theme-bg-overlay: rgba(255, 255, 255, .9);--theme-bg-orange-gradient: linear-gradient(to right, rgb(233, 138, 104), rgb(233, 138, 104));--theme-bg-login: rgb(244, 237, 216);--theme-text: #0f172a;--theme-text-secondary: #475569;--theme-text-muted: #64748b;--theme-text-inverse: #ffffff;--theme-text-teal: #62caca;--theme-border: #e2e8f0;--theme-border-secondary: #cbd5e1;--theme-border-accent: rgba(242, 175, 16, .3);--theme-border-orange: rgba(233, 138, 104, .3);--theme-btn-yellow: #f2af10;--theme-btn-teal: #62caca;--theme-btn-orange: #e98a68;--theme-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--theme-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--theme-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--theme-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1)}body{font-family:-apple-system,BlinkMacSystemFont,Quicksand,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--theme-bg);color:var(--theme-text);transition:background .3s ease,color .3s ease;min-height:100vh;margin:0;padding:0;overflow-x:hidden}#root{min-height:100vh;width:100%;margin:0;padding:0}html{scroll-behavior:smooth;height:100%;width:100%;margin:0;padding:0;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--theme-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--theme-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--theme-secondary)}::selection{background-color:var(--theme-primary);color:var(--theme-text-inverse)}
