.page-module__HV-WSq__main{flex-direction:column;min-height:100vh;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.page-module__HV-WSq__timerWrapper{color:#fff;background-color:#ef5d8c;flex-direction:column;width:100%;min-height:100vh;transition:background-color .8s;display:flex}.page-module__HV-WSq__sectionFullscreen{flex-direction:column;flex:1;width:100%;display:flex}.page-module__HV-WSq__header{z-index:10;justify-content:space-between;align-items:center;padding:clamp(1rem,4vw,2rem) clamp(1rem,5vw,4rem);display:flex}@media (max-width:768px){.page-module__HV-WSq__header{padding:1rem}}.page-module__HV-WSq__logo{color:inherit;letter-spacing:-.5px;font-size:clamp(1.2rem,3.5vw,1.5rem);font-weight:800;text-decoration:none}.page-module__HV-WSq__nav{gap:12px;display:flex}.page-module__HV-WSq__navBtn{color:#fff;cursor:pointer;background:#fff3;border:2px solid #ffffff4d;border-radius:100px;align-items:center;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:800;text-decoration:none;transition:background .15s;display:flex;box-shadow:0 3px #0000001f}.page-module__HV-WSq__navBtn:hover{background:#ffffff47}.page-module__HV-WSq__navBtn:active{box-shadow:none;transform:translateY(2px)}.page-module__HV-WSq__content{flex:1;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:relative}.page-module__HV-WSq__footer{text-align:center;color:#fff6;padding:24px;font-size:.85rem;font-weight:500}
.StudyTimer-module__oVJWJa__container{color:#4b4b4b;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:#fff;border-radius:24px;grid-template-columns:320px 1fr;gap:0;width:100%;max-width:940px;padding:0;display:grid;overflow:hidden;box-shadow:0 8px #00000026}@media (max-width:768px){.StudyTimer-module__oVJWJa__container{border-radius:20px;flex-direction:column-reverse;gap:16px;padding:12px;display:flex}}.StudyTimer-module__oVJWJa__sidebar{background:#f7f7f7;border-right:2px solid #e5e5e5;flex-direction:column;gap:20px;padding:32px 24px;display:flex}@media (max-width:768px){.StudyTimer-module__oVJWJa__sidebar{background:#fff;border:2px solid #e5e5e5;border-radius:12px;padding:16px}}.StudyTimer-module__oVJWJa__sidebarHeader{justify-content:space-between;align-items:center;display:flex}.StudyTimer-module__oVJWJa__sidebarHeader h3{color:#4b4b4b;font-size:1.2rem;font-weight:800}.StudyTimer-module__oVJWJa__addBtn{color:#afafaf;cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .1s;display:flex;box-shadow:0 2px #e5e5e5}.StudyTimer-module__oVJWJa__addBtn:hover{color:#4b4b4b;background:#fafafa}.StudyTimer-module__oVJWJa__addBtn:active{box-shadow:none;transform:translateY(2px)}.StudyTimer-module__oVJWJa__addForm{background:#fff;border:2px solid #e5e5e5;border-radius:20px;flex-direction:column;gap:12px;padding:20px;animation:.3s ease-out StudyTimer-module__oVJWJa__slideDown;display:flex;box-shadow:0 4px #e5e5e5}@keyframes StudyTimer-module__oVJWJa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.StudyTimer-module__oVJWJa__input{color:#4b4b4b;background:#f7f7f7;border:2px solid #e5e5e5;border-radius:12px;outline:none;padding:12px;font-family:inherit;font-size:.95rem;font-weight:700}.StudyTimer-module__oVJWJa__input::placeholder{color:#afafaf}.StudyTimer-module__oVJWJa__minutesControl{justify-content:space-between;align-items:center;display:flex}.StudyTimer-module__oVJWJa__minutesControl label{opacity:.8;font-size:.8rem}.StudyTimer-module__oVJWJa__numberInput{color:#4b4b4b;text-align:center;background:#f7f7f7;border:2px solid #e5e5e5;border-radius:12px;outline:none;width:64px;padding:8px;font-weight:700}.StudyTimer-module__oVJWJa__saveBtn{color:#fff;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#ef5d8c;border:none;border-radius:16px;padding:14px;font-family:inherit;font-weight:800;transition:all .1s;box-shadow:0 4px #d44272}.StudyTimer-module__oVJWJa__saveBtn:hover{filter:brightness(1.07)}.StudyTimer-module__oVJWJa__saveBtn:active{transform:translateY(3px);box-shadow:0 1px #b54e67}.StudyTimer-module__oVJWJa__taskList{flex-direction:column;flex:1;gap:8px;max-height:400px;display:flex;overflow-y:auto}@media (max-width:768px){.StudyTimer-module__oVJWJa__taskList{max-height:200px}}.StudyTimer-module__oVJWJa__taskItem{cursor:pointer;color:#4b4b4b;background:#fff;border:2px solid #e5e5e5;border-radius:16px;justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex;box-shadow:0 2px #e5e5e5}.StudyTimer-module__oVJWJa__taskItem:hover{background:#ffffff14}.StudyTimer-module__oVJWJa__taskItem:active{box-shadow:none;transform:translateY(2px)}.StudyTimer-module__oVJWJa__taskActive{color:#ef5d8c;background:#fff0f5;border-color:#ef5d8c;box-shadow:0 2px #d44272}.StudyTimer-module__oVJWJa__taskInfo{flex-direction:column;display:flex}.StudyTimer-module__oVJWJa__taskTitle{font-size:.95rem;font-weight:700}.StudyTimer-module__oVJWJa__taskDuration{opacity:.6;font-size:.8rem}.StudyTimer-module__oVJWJa__taskActions{opacity:0;gap:8px;transition:opacity .2s;display:flex}.StudyTimer-module__oVJWJa__taskItem:hover .StudyTimer-module__oVJWJa__taskActions{opacity:1}@media (max-width:768px){.StudyTimer-module__oVJWJa__taskActions{opacity:1}}.StudyTimer-module__oVJWJa__actionBtn{color:#afafaf;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.StudyTimer-module__oVJWJa__actionBtn:hover{color:#4b4b4b;background:#f0f0f0}.StudyTimer-module__oVJWJa__deleteBtn:hover{color:#f66;background:#fff0f0}.StudyTimer-module__oVJWJa__emptyMsg{text-align:center;opacity:.4;padding-top:20px;font-size:.9rem}.StudyTimer-module__oVJWJa__timerDisplay{text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:48px;display:flex}@media (max-width:768px){.StudyTimer-module__oVJWJa__timerDisplay{padding:24px 12px}}.StudyTimer-module__oVJWJa__activeSubject{letter-spacing:1px;text-transform:uppercase;color:#afafaf;background:#f7f7f7;border:2px solid #e5e5e5;border-radius:100px;margin-bottom:12px;padding:8px 18px;font-size:1rem;font-weight:800}.StudyTimer-module__oVJWJa__clock{color:#4b4b4b;font-variant-numeric:tabular-nums;letter-spacing:-2px;margin-bottom:40px;font-family:inherit;font-size:clamp(3.5rem,15vw,7.5rem);font-weight:900;line-height:1}@media (max-width:768px){.StudyTimer-module__oVJWJa__clock{letter-spacing:-1px;margin-bottom:24px}}.StudyTimer-module__oVJWJa__paused{opacity:.5;animation:2s infinite StudyTimer-module__oVJWJa__blink}@keyframes StudyTimer-module__oVJWJa__blink{50%{opacity:.2}}.StudyTimer-module__oVJWJa__controls{flex-wrap:nowrap;justify-content:center;align-items:center;gap:12px;width:100%;display:flex}.StudyTimer-module__oVJWJa__mainAction{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1.5px;background:#ef5d8c;border:none;border-radius:20px;padding:16px 64px;font-family:inherit;font-size:1.25rem;font-weight:900;transition:all .1s;box-shadow:0 6px #d44272}.StudyTimer-module__oVJWJa__mainAction:hover{filter:brightness(1.07)}.StudyTimer-module__oVJWJa__mainAction:active{transform:translateY(4px);box-shadow:0 2px #d44272}@media (max-width:768px){.StudyTimer-module__oVJWJa__mainAction{flex:1;min-width:140px;padding:16px 32px;font-size:1.1rem}}.StudyTimer-module__oVJWJa__resetBtn,.StudyTimer-module__oVJWJa__soundBtn{color:#afafaf;cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;transition:all .1s;display:flex;box-shadow:0 4px #e5e5e5}.StudyTimer-module__oVJWJa__resetBtn:hover,.StudyTimer-module__oVJWJa__soundBtn:hover{color:#4b4b4b;background:#fafafa}.StudyTimer-module__oVJWJa__resetBtn:active,.StudyTimer-module__oVJWJa__soundBtn:active{transform:translateY(2px);box-shadow:0 2px #e5e5e5}@media (max-width:768px){.StudyTimer-module__oVJWJa__resetBtn,.StudyTimer-module__oVJWJa__soundBtn{border-radius:16px;width:52px;height:52px}}.StudyTimer-module__oVJWJa__soundMuted{color:#f66;background:#fff0f0;border-color:#ffcaca;box-shadow:0 4px #ffcaca}.StudyTimer-module__oVJWJa__placeholder{opacity:.6}.StudyTimer-module__oVJWJa__placeholderIcon{margin-bottom:20px;font-size:4rem}.StudyTimer-module__oVJWJa__placeholder h2{margin-bottom:8px;font-size:1.5rem}
.StudySEO-module__Z6y6ka__seoSection{color:#4b4b4b;width:100%;font-family:var(--font-nunito),sans-serif;background:#fff;padding:64px 20px;line-height:1.6}.StudySEO-module__Z6y6ka__seoContainer{max-width:680px;margin:0 auto}.StudySEO-module__Z6y6ka__seoSection h2{color:#1a1a24;margin-bottom:24px;font-size:1.8rem;font-weight:800}.StudySEO-module__Z6y6ka__seoSection h3{color:#4b4b4b;margin-top:32px;margin-bottom:12px;font-size:1.4rem;font-weight:800}.StudySEO-module__Z6y6ka__seoSection p{color:#777;margin-bottom:16px;font-size:1.05rem;font-weight:600}.StudySEO-module__Z6y6ka__seoSection ul{margin-bottom:24px;padding-left:0;list-style-type:none}.StudySEO-module__Z6y6ka__seoSection li{color:#777;margin-bottom:12px;padding-left:24px;font-size:1.05rem;font-weight:600;position:relative}.StudySEO-module__Z6y6ka__seoSection li:before{content:"•";color:#ef5d8c;font-size:1.2rem;font-weight:900;position:absolute;left:8px}.StudySEO-module__Z6y6ka__faqList{flex-direction:column;gap:16px;display:flex}.StudySEO-module__Z6y6ka__faqItem{background:#f7f7f7;border:2px solid #e5e5e5;border-radius:16px;transition:border-color .2s;overflow:hidden}.StudySEO-module__Z6y6ka__faqItem:hover{border-color:#d5d5d5}.StudySEO-module__Z6y6ka__faqOpen{border-color:#ef5d8c}.StudySEO-module__Z6y6ka__faqHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;font-family:inherit;display:flex}.StudySEO-module__Z6y6ka__faqQuestion{color:#4b4b4b;flex:1;margin:0;padding-right:16px;font-size:1.1rem;font-weight:800}.StudySEO-module__Z6y6ka__faqIcon{color:#afb0b4;font-size:1.8rem;font-weight:400;line-height:1;transition:transform .2s,color .2s}.StudySEO-module__Z6y6ka__faqOpen .StudySEO-module__Z6y6ka__faqIcon{color:#ef5d8c}.StudySEO-module__Z6y6ka__faqAnswerContainer{border-top:1px solid #0000;padding:0 20px 16px}.StudySEO-module__Z6y6ka__faqAnswer{color:#777;margin:0;font-size:1rem;line-height:1.6}@media (max-width:600px){.StudySEO-module__Z6y6ka__seoSection{padding:40px 16px}.StudySEO-module__Z6y6ka__seoSection h2{font-size:1.5rem}.StudySEO-module__Z6y6ka__seoSection h3{margin-top:24px;font-size:1.2rem}.StudySEO-module__Z6y6ka__seoSection p,.StudySEO-module__Z6y6ka__seoSection li{font-size:1rem}}
