*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,sans-serif;min-height:100vh;background:#fff;overflow-x:hidden}#app{width:100%;min-height:100vh}.screen{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sign-in-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:31px;background:#fff}.sign-in-background{display:flex;align-items:center;justify-content:center;width:100%;height:calc(100vh - 62px);background:#377d9f;border-radius:20px;overflow:hidden}.sign-in-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:48px;background:#fff;border-radius:21px;padding:4px 30px 30px;width:100%;max-width:458px}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.hero-section img{width:100%;height:140px;object-fit:contain}.hero-section h1{color:#377d9f;font-size:36px;font-weight:700;text-align:center;line-height:1.2}.google-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;height:45px;background:#fff;border:1px solid #377d9f;border-radius:10px;cursor:pointer;box-shadow:0 4px #377d9f;transition:box-shadow .1s ease,transform .1s ease}.google-button:hover{box-shadow:0 2px #377d9f;transform:translateY(2px)}.google-button:active{box-shadow:0 0 #377d9f;transform:translateY(4px)}.google-button img{width:27px;height:27px}.google-button span{color:#377d9f;font-size:24px;font-weight:700}.main-screen{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;min-height:100vh;padding:30px;gap:50px;background:#fff}.screen-title{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.screen-title .subject{color:#377d9f;font-size:28px;font-weight:700}.screen-title .module,.screen-title .module-name{color:#377d9f;font-size:42px;font-weight:800}.lessons-list{display:flex;flex-direction:column;gap:30px;width:100%}.lesson-item{border-radius:20px;overflow:hidden;border:5px solid #377d9f;box-shadow:0 11px #2a586f;transition:box-shadow .2s ease,transform .2s ease}.lesson-item:not(.open):hover{box-shadow:0 6px #2a586f;transform:translateY(5px)}.lesson-item:not(.open):active{box-shadow:0 2px #2a586f;transform:translateY(9px)}.lesson-header{display:flex;align-items:center;gap:30px;width:100%;padding:20px 40px;background:#377d9f;cursor:pointer;border:none;text-align:left;font-family:Nunito,sans-serif}.lesson-number{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:100px;height:100px;background:#fff;border-radius:50%;color:#377d9f;font-size:58px;font-weight:700}.lesson-title{color:#fff;font-size:50px;font-weight:800;line-height:1.1}.lesson-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease;background:#eaf4f8}.lesson-item.open .lesson-content{grid-template-rows:1fr}.lesson-content-inner{overflow:hidden}.lesson-content-padded{display:flex;flex-direction:column;gap:30px;padding:30px 40px}.lesson-content-item{display:flex;align-items:center;gap:50px;padding:15px 50px;background:#377d9f;border-radius:20px;box-shadow:0 10px #2a586f;cursor:pointer;transition:box-shadow .1s ease,transform .1s ease;-webkit-user-select:none;user-select:none}.lesson-content-item:hover{box-shadow:0 5px #2a586f;transform:translateY(5px)}.lesson-content-item:active{box-shadow:0 2px #2a586f;transform:translateY(8px)}.lesson-content-item .icon{display:flex;align-items:center;color:#fff}.lesson-content-item .icon svg{width:48px;height:48px;stroke-width:2}.lesson-content-item span{color:#fff;font-size:50px;font-weight:800}.bottom-bar{display:flex;align-items:flex-end;justify-content:flex-end;width:100%}.logout-button{display:flex;align-items:center;justify-content:center;padding:12px 50px;background:#377d9f;border-radius:8px;border:none;color:#fff;font-family:Nunito,sans-serif;font-size:42px;font-weight:700;cursor:pointer;box-shadow:0 4px #2a586f;transition:box-shadow .1s ease,transform .1s ease}.logout-button:hover{box-shadow:0 2px #2a586f;transform:translateY(2px)}.logout-button:active{box-shadow:0 0 #2a586f;transform:translateY(4px)}@media(max-width:900px){.lesson-title{font-size:32px}.lesson-number{width:70px;height:70px;font-size:38px}.lesson-header{padding:15px 25px;gap:20px}.logout-button{font-size:28px;padding:10px 30px}.lesson-content-item span{font-size:28px}.lesson-content-item{padding:12px 30px;gap:25px}.lesson-content-item .icon svg{width:36px;height:36px}}@media(max-width:600px){.sign-in-screen{padding:16px}.sign-in-background{height:calc(100vh - 32px);border-radius:16px}.sign-in-card{gap:32px;padding:4px 20px 24px;max-width:340px}.hero-section h1{font-size:24px}.google-button span{font-size:18px}.lesson-title{font-size:22px}.lesson-number{width:50px;height:50px;font-size:28px}.lesson-header{padding:12px 16px;gap:14px}.lesson-item{border-radius:14px;box-shadow:0 7px #2a586f;border-width:3px}.main-screen{padding:20px;gap:30px}.lessons-list{gap:20px}.logout-button{font-size:22px;padding:8px 24px}.lesson-content-padded{padding:20px;gap:16px}.lesson-content-item span{font-size:20px}.lesson-content-item{padding:10px 20px;gap:16px;border-radius:14px;box-shadow:0 6px #2a586f}.lesson-content-item .icon svg{width:28px;height:28px}}
