.CreateQuiz-module__SiwBlW__container{max-width:900px;margin:40px auto;padding:0 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.CreateQuiz-module__SiwBlW__header{border-bottom:2px solid #eee;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:15px;display:flex}.CreateQuiz-module__SiwBlW__title{color:#333;margin:0;font-size:1.8rem}.CreateQuiz-module__SiwBlW__section{background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-bottom:25px;padding:25px;box-shadow:0 4px 6px rgba(0,0,0,.05)}.CreateQuiz-module__SiwBlW__row{gap:20px;margin-bottom:15px;display:flex}.CreateQuiz-module__SiwBlW__group{flex-direction:column;flex:1;gap:8px;display:flex}.CreateQuiz-module__SiwBlW__label{color:#555;font-size:.9rem;font-weight:600}.CreateQuiz-module__SiwBlW__input,.CreateQuiz-module__SiwBlW__select{border:1px solid #ccc;border-radius:6px;padding:12px;font-size:1rem;transition:border .2s}.CreateQuiz-module__SiwBlW__input:focus,.CreateQuiz-module__SiwBlW__select:focus{border-color:#007bff;outline:none}.CreateQuiz-module__SiwBlW__questionCard{background:#f8f9fa;border:1px solid #ddd;border-radius:8px;margin-bottom:20px;padding:20px;position:relative}.CreateQuiz-module__SiwBlW__qHeader{color:#007bff;justify-content:space-between;margin-bottom:15px;font-weight:700;display:flex}.CreateQuiz-module__SiwBlW__deleteBtn{color:#dc3545;cursor:pointer;background:0 0;border:none;font-size:.9rem}.CreateQuiz-module__SiwBlW__deleteBtn:hover{text-decoration:underline}.CreateQuiz-module__SiwBlW__optionRow{background:#fff;border:1px solid #eee;border-radius:4px;align-items:center;gap:10px;margin-bottom:10px;padding:8px;display:flex}.CreateQuiz-module__SiwBlW__radio{cursor:pointer;width:18px;height:18px}.CreateQuiz-module__SiwBlW__optionInput{border:none;outline:none;flex:1;padding:5px}.CreateQuiz-module__SiwBlW__optionInput:focus{background:#f0f8ff}.CreateQuiz-module__SiwBlW__addBtn{color:#007bff;cursor:pointer;background:#fff;border:2px dashed #007bff;border-radius:8px;width:100%;padding:15px;font-weight:700;transition:background .2s}.CreateQuiz-module__SiwBlW__addBtn:hover{background:#e6f2ff}.CreateQuiz-module__SiwBlW__saveBtn{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:6px;padding:12px 30px;font-size:1.1rem;font-weight:700;box-shadow:0 4px 6px rgba(40,167,69,.2)}.CreateQuiz-module__SiwBlW__saveBtn:hover{background:#218838;transform:translateY(-1px)}.CreateQuiz-module__SiwBlW__errorMsg{color:#c62828;background:#ffebee;border:1px solid #ef9a9a;border-radius:4px;margin-bottom:20px;padding:10px;font-size:.9rem}
.Header-module__Af2_WG__header{z-index:1000;width:100%;padding:1rem 0;padding-top:calc(1rem + env(safe-area-inset-top));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);background-color:rgba(255,255,255,.9);height:auto;transition:box-shadow .3s;position:fixed;top:0;left:0}.Header-module__Af2_WG__header.Header-module__Af2_WG__scrolled{box-shadow:0 2px 10px rgba(0,0,0,.05)}.Header-module__Af2_WG__headerContent{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logo{align-items:center;gap:12px;display:flex}.Header-module__Af2_WG__logoText{font-family:var(--font-serif,"Lora",serif);color:var(--text-primary);font-size:1.7rem;font-weight:700}.Header-module__Af2_WG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.Header-module__Af2_WG__hamburger span{background-color:var(--text-primary);border-radius:3px;width:28px;height:3px;transition:all .3s;display:block}.Header-module__Af2_WG__hamburger span.Header-module__Af2_WG__open:first-child{transform:rotate(45deg)translateY(8px)}.Header-module__Af2_WG__hamburger span.Header-module__Af2_WG__open:nth-child(2){opacity:0}.Header-module__Af2_WG__hamburger span.Header-module__Af2_WG__open:nth-child(3){transform:rotate(-45deg)translateY(-8px)}.Header-module__Af2_WG__desktopNav{align-items:center;gap:2.5rem;display:flex}.Header-module__Af2_WG__desktopNav a{color:var(--text-secondary);padding-bottom:5px;font-size:1rem;font-weight:500;transition:color .3s;position:relative}.Header-module__Af2_WG__desktopNav a:after{content:"";background-color:var(--accent-blue);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__Af2_WG__desktopNav a:hover:after{width:100%}.Header-module__Af2_WG__desktopNav a:hover{color:var(--text-primary)}.Header-module__Af2_WG__authButtons{align-items:center;gap:1rem;display:flex}.Header-module__Af2_WG__loginBtn,.Header-module__Af2_WG__signupBtn,.Header-module__Af2_WG__enquiryBtn{cursor:pointer;white-space:nowrap;border:2px solid transparent;border-radius:8px;padding:.6rem 1.5rem;font-weight:600;transition:all .3s}.Header-module__Af2_WG__loginBtn{color:var(--accent-green);border-color:var(--accent-green);background-color:transparent}.Header-module__Af2_WG__loginBtn:hover{background-color:var(--accent-green);color:#fff;transform:translateY(-2px)}.Header-module__Af2_WG__signupBtn{background-color:var(--accent-green);color:#fff}.Header-module__Af2_WG__signupBtn:hover{background-color:var(--accent-green-dark);transform:translateY(-2px);box-shadow:0 4px 15px rgba(51,174,120,.2)}.Header-module__Af2_WG__enquiryBtn{background-color:var(--accent-green-light);color:var(--accent-green-dark)}.Header-module__Af2_WG__enquiryBtn:hover{background-color:var(--accent-green);color:#fff;transform:translateY(-2px)}.Header-module__Af2_WG__dropdown{display:inline-block;position:relative}.Header-module__Af2_WG__dropdownBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;gap:6px;padding:0 0 5px;font-family:inherit;font-size:1rem;font-weight:500;display:flex}.Header-module__Af2_WG__dropdownBtn span{font-size:.8em;transition:transform .3s}.Header-module__Af2_WG__dropdown:hover .Header-module__Af2_WG__dropdownBtn span{transform:rotate(180deg)}.Header-module__Af2_WG__dropdownContent{z-index:1;opacity:0;visibility:hidden;background-color:#fff;border-radius:8px;min-width:220px;padding:.5rem 0;transition:top .3s,opacity .3s;display:none;position:absolute;top:120%;left:50%;transform:translate(-50%);box-shadow:0 8px 24px rgba(0,0,0,.1)}.Header-module__Af2_WG__dropdownContent a{color:var(--text-secondary);text-align:left;border:none;padding:12px 20px;font-weight:500;text-decoration:none;display:block}.Header-module__Af2_WG__dropdownContent a:hover{background-color:var(--background-light);color:var(--accent-green)}.Header-module__Af2_WG__dropdown:hover .Header-module__Af2_WG__dropdownContent{opacity:1;visibility:visible;display:block;top:100%}.Header-module__Af2_WG__sidebar{z-index:9999;background-color:#fff;width:300px;height:100vh;transition:transform .4s cubic-bezier(.23,1,.32,1);position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 15px rgba(0,0,0,.1)}.Header-module__Af2_WG__sidebar.Header-module__Af2_WG__open{transform:translate(0)}.Header-module__Af2_WG__sidebarContent{flex-direction:column;height:100%;padding:1.5rem;display:flex;overflow-y:auto}.Header-module__Af2_WG__sidebarHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1rem;display:flex}.Header-module__Af2_WG__closeBtn{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:0;font-size:2.2rem;transition:color .3s,transform .3s}.Header-module__Af2_WG__closeBtn:hover{color:var(--accent-red);transform:rotate(90deg)}.Header-module__Af2_WG__sidebarNav{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.Header-module__Af2_WG__sidebarNav a{color:var(--text-secondary);border-bottom:1px solid #f0f0f0;padding:.8rem .5rem;font-size:1.1rem;font-weight:500;transition:color .3s}.Header-module__Af2_WG__sidebarNav a:hover{color:var(--accent-green)}.Header-module__Af2_WG__mobileDropdown{margin:.5rem 0}.Header-module__Af2_WG__sidebarButtons{border-top:1px solid var(--card-border);flex-direction:column;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.Header-module__Af2_WG__sidebarBtn,.Header-module__Af2_WG__sidebarBtnPrimary,.Header-module__Af2_WG__sidebarBtnDanger{cursor:pointer;text-align:center;border:none;border-radius:8px;width:100%;padding:.8rem 1rem;font-weight:600;transition:all .3s}.Header-module__Af2_WG__sidebarBtn{background-color:var(--accent-green-light);color:var(--accent-green-dark);border:1px solid var(--accent-green-light)}.Header-module__Af2_WG__sidebarBtn:hover,.Header-module__Af2_WG__sidebarBtnPrimary{background-color:var(--accent-green);color:#fff}.Header-module__Af2_WG__sidebarBtnPrimary:hover{background-color:var(--accent-green-dark)}.Header-module__Af2_WG__sidebarBtnDanger{background-color:var(--accent-red);color:#fff}.Header-module__Af2_WG__sidebarBtnDanger:hover{background-color:#c82333}.Header-module__Af2_WG__overlay{z-index:9998;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.5);width:100%;height:100%;transition:opacity .4s,visibility .4s;position:fixed;top:0;left:0}.Header-module__Af2_WG__overlay.Header-module__Af2_WG__open{opacity:1;visibility:visible}.Header-module__Af2_WG__avatar{border-radius:50%;margin-right:8px}@media screen and (max-width:992px){.Header-module__Af2_WG__desktopNav{gap:1.5rem}.Header-module__Af2_WG__authButtons{gap:.75rem}.Header-module__Af2_WG__loginBtn,.Header-module__Af2_WG__signupBtn,.Header-module__Af2_WG__enquiryBtn{padding:.5rem 1rem}}@media screen and (max-width:768px){.Header-module__Af2_WG__hamburger{display:flex}.Header-module__Af2_WG__desktopNav,.Header-module__Af2_WG__authButtons{display:none}.Header-module__Af2_WG__headerContent{justify-content:space-between;align-items:center}.Header-module__Af2_WG__logoText{font-size:1.5rem}.Header-module__Af2_WG__sidebar{width:280px}}
.Footer-module__EZoWya__footer{color:var(--text-secondary);border-top:1px solid var(--card-border);background-color:#f9f9f9;width:100%;padding-top:4rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:2rem;padding-bottom:3rem;display:grid}.Footer-module__EZoWya__footerColumn{padding:0 1rem}.Footer-module__EZoWya__logoText{color:var(--accent-blue);margin-bottom:1rem;font-family:Lora,serif;font-size:2.5rem;font-weight:600}.Footer-module__EZoWya__footerHeading{color:var(--text-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__EZoWya__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__EZoWya__footerLinks li{margin-bottom:.75rem}.Footer-module__EZoWya__footerLinks a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.Footer-module__EZoWya__footerLinks a:hover{color:var(--accent-blue);text-decoration:underline}.Footer-module__EZoWya__footerBottom{border-top:1px solid var(--card-border);background-color:#fff;padding:1.5rem 0}.Footer-module__EZoWya__footerBottomContainer{justify-content:space-between;align-items:center;display:flex}.Footer-module__EZoWya__footerBottomContainer p{margin:0;font-size:.9rem}.Footer-module__EZoWya__socialIcons{gap:1.5rem;display:flex}.Footer-module__EZoWya__socialIcons a{opacity:.7;transition:opacity .3s}.Footer-module__EZoWya__socialIcons a:hover{opacity:1}@media screen and (max-width:768px){.Footer-module__EZoWya__footer{padding-top:3rem}.Footer-module__EZoWya__footerGrid{text-align:left;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0 1.5rem 2rem}.Footer-module__EZoWya__footerColumn:first-child{text-align:center;grid-column:1/-1;margin-bottom:.5rem}.Footer-module__EZoWya__footerColumn{padding:0}.Footer-module__EZoWya__logoText{margin-bottom:.5rem;font-size:2rem}.Footer-module__EZoWya__footerHeading{margin-bottom:1rem;font-size:1.1rem}.Footer-module__EZoWya__footerLinks li{margin-bottom:.8rem}.Footer-module__EZoWya__footerBottomContainer{text-align:center;flex-direction:column;gap:1.5rem;padding:0 1.5rem}.Footer-module__EZoWya__socialIcons{justify-content:center;gap:1.5rem}}@media screen and (max-width:480px){.Footer-module__EZoWya__footer{padding-top:2.5rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1rem 1.5rem}.Footer-module__EZoWya__footerColumn{text-align:left;padding:0}.Footer-module__EZoWya__logoText{margin-bottom:.5rem;font-size:1.8rem}.Footer-module__EZoWya__footerHeading{margin-bottom:.75rem;font-size:.95rem}.Footer-module__EZoWya__footerLinks{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__EZoWya__footerLinks li{margin-bottom:.4rem}.Footer-module__EZoWya__footerLinks a{font-size:.85rem}.Footer-module__EZoWya__footerBottomContainer{text-align:left;flex-direction:column;align-items:flex-start;gap:.75rem;padding:0 1rem}.Footer-module__EZoWya__footerBottomContainer p{font-size:.85rem}.Footer-module__EZoWya__socialIcons{gap:1rem}}
.LoadingSpinner-module__D6aYqa__spinnerContainer{justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.LoadingSpinner-module__D6aYqa__spinner{border:4px solid rgba(0,0,0,.1);border-left-color:var(--accent-green,#33ae78);border-radius:50%;width:40px;height:40px;animation:1s linear infinite LoadingSpinner-module__D6aYqa__spin}@keyframes LoadingSpinner-module__D6aYqa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Dashboard-module__2YNnkq__container{background-color:#f8f9fa;max-width:1200px;min-height:100vh;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.Dashboard-module__2YNnkq__header{background:#fff;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px 20px;display:flex;box-shadow:0 2px 4px rgba(0,0,0,.05)}.Dashboard-module__2YNnkq__dashboardTitle{color:#333;margin:0;font-size:1.8rem}.Dashboard-module__2YNnkq__card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;transition:transform .2s,box-shadow .2s}.Dashboard-module__2YNnkq__card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.Dashboard-module__2YNnkq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:30px;display:grid}.Dashboard-module__2YNnkq__controls{color:#fff;background:#333;justify-content:center;gap:15px;padding:15px;display:flex}.Dashboard-module__2YNnkq__controls button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;padding:8px 16px;font-weight:700}.Dashboard-module__2YNnkq__controls button:disabled{cursor:not-allowed;background:#666}.Dashboard-module__2YNnkq__section{margin-bottom:30px}.Dashboard-module__2YNnkq__sectionTitle{color:#444;border-left:4px solid #007bff;margin-bottom:15px;padding-left:10px;font-size:1.4rem}.Dashboard-module__2YNnkq__btn{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:5px;padding:10px 20px;font-weight:500;text-decoration:none;transition:background .2s;display:inline-block}.Dashboard-module__2YNnkq__btn:hover{background-color:#0056b3}
.GateExam-module__EVSuSa__examContainer{background-color:#f4f6f8;flex-direction:column;height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}.GateExam-module__EVSuSa__header{background-color:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:15px 30px;display:flex;box-shadow:0 2px 4px rgba(0,0,0,.05)}.GateExam-module__EVSuSa__timer{color:#d32f2f;background:#ffebee;border-radius:4px;padding:5px 15px;font-size:1.2rem;font-weight:700}.GateExam-module__EVSuSa__mainContent{flex:1;display:flex;overflow:hidden}.GateExam-module__EVSuSa__questionArea{background-color:#fff;border-radius:8px;flex-direction:column;flex:1;margin:20px;padding:30px;display:flex;overflow-y:auto;box-shadow:0 2px 8px rgba(0,0,0,.05)}.GateExam-module__EVSuSa__questionHeader{border-bottom:1px solid #eee;justify-content:space-between;margin-bottom:20px;padding-bottom:15px;display:flex}.GateExam-module__EVSuSa__marks{color:#1565c0;background:#e3f2fd;border-radius:4px;padding:4px 8px;font-size:.9rem;font-weight:700}.GateExam-module__EVSuSa__questionText{color:#333;white-space:pre-wrap;margin-bottom:25px;font-size:1.1rem;line-height:1.6}.GateExam-module__EVSuSa__questionText img{object-fit:contain;border-radius:8px;max-width:100%;height:auto;margin:10px 0;display:block}.GateExam-module__EVSuSa__optionsList{flex-direction:column;gap:15px;margin-bottom:30px;display:flex}.GateExam-module__EVSuSa__optionItem{cursor:pointer;border:1px solid #ddd;border-radius:6px;align-items:center;padding:12px 15px;transition:all .2s;display:flex}.GateExam-module__EVSuSa__optionItem:hover{background-color:#f9f9f9;border-color:#bbb}.GateExam-module__EVSuSa__optionItem input{flex-shrink:0;width:18px;height:18px;margin-right:15px}.GateExam-module__EVSuSa__optionItem img{object-fit:contain;border-radius:4px;width:auto;max-width:200px;height:auto;max-height:150px;margin-left:10px}.GateExam-module__EVSuSa__footerButtons{border-top:1px solid #eee;justify-content:flex-end;gap:15px;margin-top:auto;padding-top:20px;display:flex}.GateExam-module__EVSuSa__btnSecondary,.GateExam-module__EVSuSa__btnPrimary{cursor:pointer;border:none;border-radius:4px;padding:10px 20px;font-size:1rem;font-weight:500}.GateExam-module__EVSuSa__btnSecondary{color:#333;background-color:#f5f5f5;border:1px solid #ddd}.GateExam-module__EVSuSa__btnPrimary{color:#fff;background-color:#0070f3}.GateExam-module__EVSuSa__btnPrimary:hover{background-color:#005bb5}.GateExam-module__EVSuSa__sidebar{background-color:#eef2f5;border-left:1px solid #ddd;flex-direction:column;width:320px;padding:20px;display:flex;overflow-y:auto}.GateExam-module__EVSuSa__profileSection{border-bottom:1px solid #ddd;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:15px;display:flex}.GateExam-module__EVSuSa__profileSection img{background:#ccc;border-radius:50%}.GateExam-module__EVSuSa__paletteGrid{grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:30px;display:grid}.GateExam-module__EVSuSa__paletteBtn{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.GateExam-module__EVSuSa__paletteBtn.GateExam-module__EVSuSa__white{background:#fff}.GateExam-module__EVSuSa__paletteBtn.GateExam-module__EVSuSa__red{color:#fff;clip-path:polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);background:#ff4d4f;border-color:#ff4d4f}.GateExam-module__EVSuSa__paletteBtn.GateExam-module__EVSuSa__green{color:#fff;background:#52c41a;border-color:#52c41a;border-radius:50% 50% 0 0}.GateExam-module__EVSuSa__paletteBtn.GateExam-module__EVSuSa__purple{color:#fff;background:#722ed1;border-color:#722ed1;border-radius:50%}.GateExam-module__EVSuSa__paletteBtn.GateExam-module__EVSuSa__purple-green{color:#fff;background:#722ed1;border-radius:50%;position:relative}.GateExam-module__EVSuSa__paletteBtn.GateExam-module__EVSuSa__purple-green:after{content:"✔";color:#52c41a;background:#fff;border-radius:50%;padding:1px;font-size:10px;position:absolute;bottom:-2px;right:-2px}.GateExam-module__EVSuSa__legend{grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;font-size:.85rem;display:grid}.GateExam-module__EVSuSa__legend>div{align-items:center;gap:8px;display:flex}.GateExam-module__EVSuSa__dot{border:1px solid #ccc;width:15px;height:15px;display:inline-block}.GateExam-module__EVSuSa__dot.GateExam-module__EVSuSa__green{background:#52c41a}.GateExam-module__EVSuSa__dot.GateExam-module__EVSuSa__red{background:#ff4d4f}.GateExam-module__EVSuSa__dot.GateExam-module__EVSuSa__white{background:#fff}.GateExam-module__EVSuSa__dot.GateExam-module__EVSuSa__purple{background:#722ed1}.GateExam-module__EVSuSa__submitBtn{color:#fff;cursor:pointer;background-color:#28a745;border:none;border-radius:4px;width:100%;margin-top:20px;padding:15px;font-size:1.1rem;font-weight:700}.GateExam-module__EVSuSa__submitBtn:hover{background-color:#218838}@media screen and (max-width:768px){.GateExam-module__EVSuSa__examContainer{height:auto;min-height:100vh}.GateExam-module__EVSuSa__mainContent{flex-direction:column}.GateExam-module__EVSuSa__questionArea{flex:none;width:auto;margin:10px;padding:20px}.GateExam-module__EVSuSa__sidebar{border-top:1px solid #ddd;border-left:none;flex:none;width:100%;overflow-y:visible}.GateExam-module__EVSuSa__paletteGrid{grid-template-columns:repeat(auto-fill,minmax(40px,1fr))}}
.Profile-module__oBzwYG__profileContainer{background-color:var(--background-white);max-width:800px;box-shadow:var(--card-shadow);border-radius:10px;margin:3rem auto;padding:3rem}.Profile-module__oBzwYG__profileTitle{color:var(--text-primary);text-align:center;margin-bottom:2.5rem;font-family:Lora,serif;font-size:2.8rem}.Profile-module__oBzwYG__formSection{margin-bottom:2.5rem}.Profile-module__oBzwYG__formTitle{color:var(--text-primary);text-align:left;margin-bottom:1.5rem;font-family:Lora,serif;font-size:1.5rem}.Profile-module__oBzwYG__profileForm{flex-direction:column;gap:1.2rem;display:flex}.Profile-module__oBzwYG__label{color:var(--text-secondary);text-align:left;margin-bottom:-.8rem;font-weight:500}.Profile-module__oBzwYG__profileForm input{background:var(--background-light);border:1px solid var(--card-border);color:var(--text-primary);border-radius:5px;padding:.8rem;font-size:1rem}.Profile-module__oBzwYG__profileForm input:disabled{cursor:not-allowed;background-color:#e9ecef}.Profile-module__oBzwYG__submitButton{background-color:var(--accent-green);color:#fff;cursor:pointer;border:none;border-radius:5px;align-self:flex-start;margin-top:1rem;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.Profile-module__oBzwYG__submitButton:hover{background-color:var(--accent-green-dark);transform:translateY(-2px);box-shadow:0 4px 15px rgba(50,205,50,.2)}.Profile-module__oBzwYG__message{text-align:center;border-radius:5px;margin-bottom:1.5rem;padding:1rem}.Profile-module__oBzwYG__success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.Profile-module__oBzwYG__error{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.Profile-module__oBzwYG__divider{border:none;border-top:1px solid var(--card-border);margin:2.5rem 0}
