.home-container{min-height:100vh;padding:2rem;background-color:#e5882a;display:flex;flex-direction:column;gap:3rem;align-items:center}.home-row{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;width:100%;max-width:1000px}.home-left,.home-right{flex:1;min-width:250px}.home-left{text-align:left}.home-title{color:#ff6b00;font-size:3rem;margin-bottom:1rem}.home-subtitle{font-size:1.2rem;color:#333;margin-bottom:1.5rem;max-width:600px}.get-started-btn{padding:.75rem 1.5rem;background-color:#ff6b00;color:#fff;border:none;border-radius:5px;cursor:pointer}.hero-img{width:100%;max-width:400px}.feature-img{width:100%;max-width:300px}.feature-title{color:#ff6b00;margin-bottom:.5rem}.feature-box{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 0 15px #0000001a;width:100%;max-width:1000px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.home-stats{text-align:center;margin-top:2rem;padding:0 2rem}.home-stats h2{color:#333}.home-stats p{max-width:600px;margin:1rem auto}.about-container{max-width:900px;margin:2rem auto;padding:2rem;background-color:#fff8f0;border-radius:12px;box-shadow:0 8px 20px #ff8c4226;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.8;color:#333}.about-container h1{color:#ff6b00;text-align:center;margin-bottom:1.5rem;font-size:2rem}.about-container h2{color:#e25e00;margin-top:1.8rem;margin-bottom:.5rem;font-size:1.4rem}.about-container p{margin-bottom:1rem;font-size:1rem}.about-container ul{margin-left:1.5rem;padding-left:1rem}.about-container ul li{margin-bottom:.5rem;list-style-type:disc}.about-container p:last-of-type{text-align:center;margin-top:2rem;font-weight:700;color:#555;font-size:1.1rem}@media(max-width:600px){.about-container{padding:1.5rem 1rem}.about-container h1{font-size:1.6rem}.about-container h2{font-size:1.2rem}}.subjects-container{max-width:1000px;margin:auto;padding:2rem;background-color:#f9e8d9}.subjects-container h2{font-size:2.25rem;font-weight:700;color:#ff6b00;margin-bottom:1rem;text-align:center}.filter-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;align-items:center;justify-content:center}.filter-bar select{padding:.5rem 1rem;font-size:1rem;border-radius:5px;border:1px solid #ccc;background-color:#fff;color:#333}.filter-button{padding:.5rem 1.5rem;background-color:#ff6b00;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:500}.filter-button:hover{background-color:#e55a00}.subject-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.subject-card{background:#fff;border:1px solid #ffe0c1;border-radius:10px;padding:1.5rem;box-shadow:0 2px 10px #0000000d;transition:transform .2s ease}.subject-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001a}.subject-card h3{margin-top:0;font-size:1.25rem;color:#ff6b00}.subject-card ul{padding-left:1.2rem;margin-top:.5rem;color:#333}.subject-card ul li{margin-bottom:.5rem}.subject-card a{color:inherit;text-decoration:none;font-weight:500}.subject-card a:hover{text-decoration:underline;color:#4f2b08}.contact-container{max-width:500px;margin:auto;padding:5rem;background-color:#f9e8d9;box-shadow:0 0 15px #0000001a;border-radius:12px}.contact-container h2{text-align:center;margin-bottom:1rem;font-size:2rem;color:#333}.contact-form{display:flex;flex-direction:column}.contact-form label{margin-bottom:.5rem;font-weight:600;color:#444}.contact-form input,.contact-form textarea{padding:.75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}.contact-form button{background-color:#ff6b00;color:#fff;padding:.8rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.contact-form button:hover{background-color:#ff6b00}.status-message{margin-top:1rem;font-weight:500;text-align:center}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(to bottom right,#ffe0c2,#fff8f1);padding:2rem}.login-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 0 10px #0000001a;width:100%;max-width:400px}.login-form h2{color:#ff6b00;margin-bottom:1rem;text-align:center}.login-form label{display:block;margin-top:1rem;color:#333;font-weight:500}.login-form input,.login-form select{width:100%;padding:.5rem;margin-top:.25rem;border:1px solid #ccc;border-radius:5px;font-size:1rem}.login-form input:focus{border-color:#ff6b00;outline:none}.login-form button{margin-top:1.5rem;width:100%;padding:.75rem;background-color:#ff6b00;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.login-form button:hover{background-color:#e65c00}.google-btn{background-color:#db4437;margin-top:1rem}.google-btn:hover{background-color:#c23321}.blog-container{padding:3rem 2rem;background:#f9e8d9;min-height:100vh}.blog-title{text-align:center;color:#ff6b00;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.blog-section{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:5rem;gap:2rem;padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;transition:transform .3s}.blog-section:hover{transform:translateY(-4px)}.blog-section.reverse{flex-direction:row-reverse}.blog-video iframe{width:100%;max-width:500px;height:300px;border-radius:12px}.blog-content{flex:1;min-width:280px;display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;position:relative}.blog-content.text-right{align-items:flex-end;text-align:right}.blog-content h2{font-size:1.8rem;color:#333;margin-bottom:.2rem}.blog-content .example{font-weight:700;color:#ff6b00;margin-bottom:.2rem}.blog-content p{color:#555;line-height:1.6;font-size:1rem}.icon-wrapper.top-right{position:absolute;top:0;right:0}.icon-wrapper.top-left{position:absolute;top:0;left:0;z-index:1}.blog-icon{color:#ff6b00}.nav-links{display:flex;list-style:none;gap:1.5rem;align-items:center;margin:0;padding:0}.user-menu{position:relative}.avatar-container{cursor:pointer;display:flex;align-items:center;justify-content:center}.avatar{width:36px;height:36px;border-radius:50%;background-color:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.avatar-img{width:36px;height:36px;border-radius:50%;object-fit:cover}.dropdown{position:absolute;top:120%;right:0;background:#fff;border:1px solid #ccc;box-shadow:0 4px 12px #0000001a;width:220px;padding:12px;border-radius:8px;z-index:999}.dropdown-header{margin-bottom:10px}.dropdown-header p{font-size:12px;color:#555;margin:0}.logout-btn{background-color:#dc2626;color:#fff;border:none;padding:8px 12px;width:100%;border-radius:4px;cursor:pointer}.logout-btn:hover{background-color:#b91c1c;padding:10px}.login-link{color:#fff;font-weight:500;text-decoration:none;border:1px solid white;padding:5px 10px;border-radius:4px}.login-link:hover{background-color:#fff;color:#1e293b}.dropdown-link{display:flex;padding:10px}.tracker-container{max-width:800px;margin:2rem auto;padding:2rem;background:#fff8f0;border-radius:12px;box-shadow:0 8px 20px #ff8c4233;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.tracker-container h2{text-align:center;margin-bottom:1.5rem;color:#e6762f}.add-task-form{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:1.5rem;justify-content:space-between}.add-task-form input,.add-task-form select{flex:1 1 200px;padding:10px;border:1px solid #ffd4b0;border-radius:8px;font-size:14px;background-color:#fff;outline:none;transition:.3s}.add-task-form input:focus,.add-task-form select:focus{border-color:#ff8c42}.add-task-form button{padding:10px 20px;background-color:#ff8c42;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;transition:background-color .3s}.add-task-form button:hover{background-color:#e6762f}.summary{display:flex;justify-content:space-between;background-color:#fff1e6;padding:12px;border-radius:8px;margin-bottom:1rem;font-weight:700;color:#444}.task-list{list-style-type:none;padding:0}.task{display:flex;justify-content:space-between;align-items:center;padding:14px;margin-bottom:10px;border-radius:10px;background-color:#fff;transition:.3s;border-left:6px solid transparent;box-shadow:0 2px 6px #ff8c4226}.task:hover{background-color:#fff3e6}.task.not-started{border-left-color:#ffb199}.task.in-progress{border-left-color:#ff8c42}.task.completed{border-left-color:#4caf50}.task select{padding:6px;border-radius:6px;border:1px solid #ccc;margin-right:10px;font-size:14px}.delete-btn{background-color:#ff5c33;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s ease}.delete-btn:hover{background-color:#cc4726}@media(max-width:600px){.add-task-form{flex-direction:column}.summary{flex-direction:column;gap:5px}.task{flex-direction:column;align-items:flex-start}.task div:last-child{margin-top:10px}}.mynotes-container{background-color:#fff8e7;min-height:100vh;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}h2{font-size:2.5rem;margin-bottom:1.5rem;color:#e67e22;text-align:center}.note-editor{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 16px #0000001a;margin-bottom:2rem}.subject-input{width:100%;padding:.8rem;font-size:1.2rem;margin-bottom:1rem;border-radius:8px;border:1px solid #ddd}.format-buttons{margin-bottom:1rem}.format-buttons button{font-size:1.2rem;padding:.5rem 1rem;margin-right:.5rem;background:#ffe5b4;border:1px solid #e0a96d;border-radius:8px;cursor:pointer}.format-buttons button:hover{background:#ffd9a0}.text-editor{min-height:180px;padding:1rem;font-size:1.2rem;border:1px solid #ccc;border-radius:10px;background:#fdfdfd;margin-bottom:1rem;outline:none}button{background-color:#f39c12;color:#fff;padding:.75rem 1.5rem;font-size:1.2rem;border:none;border-radius:8px;cursor:pointer;transition:.3s ease}button:hover{background-color:#e67e22}.notes-list{display:grid;gap:1.5rem}.note-card{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 14px #0000001a}.note-subject{display:block;font-size:1.3rem;font-weight:700;color:#d35400;margin-bottom:.8rem}.note-text{font-size:1.2rem;line-height:1.6;margin-bottom:1rem}.format-buttons button{font-size:1.2rem;padding:.5rem 1rem;margin-right:.5rem;background:#ffe5b4;border:1px solid #e0a96d;border-radius:8px;cursor:pointer;transition:background .2s ease}.format-buttons button.active{background:#e67e22;color:#fff}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:#1c1c1c}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a}.logo{font-weight:700;font-size:1.5rem;color:#1c1c1c}.nav-links{display:flex;list-style:none;gap:1.5rem}.nav-links a{color:#1c1c1c;text-decoration:none;font-weight:600}.nav-links a:hover{color:#f57c00}.home-container{display:flex;align-items:center;justify-content:space-between;padding:4rem 2rem;background-color:#f9e8d9;min-height:90vh}.home-left{flex:1;padding-right:2rem}.home-title{font-size:3rem;color:#1c1c1c;margin-bottom:1rem}.home-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#555}.get-started-btn{background-color:#f57c00;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:5px;cursor:pointer}.get-started-btn:hover{background-color:#e96b00}.home-right{flex:1;display:flex;justify-content:center}.hero-img{max-width:100%;height:auto;border-radius:8px}.footer{text-align:center;padding:1rem;background-color:#f2f2f2;color:#555;margin-top:2rem}.user-info{display:flex;align-items:center;gap:10px}.logout-button{padding:5px 10px;background-color:#ff6b00;color:#fff;border:none;border-radius:4px;cursor:pointer}
