@import url(https://fonts.googleapis.com/css2?family=Times+New+Roman:ital,wght@0,400;0,700;1,400;1,700&display=swap);.landing-container{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#333;font-family:Times New Roman,serif;line-height:1.6;min-height:100vh;overflow-x:hidden}.hero-section{align-items:center;background:linear-gradient(135deg,#000,#3f3d3d);color:#fff;display:flex;justify-content:center;min-height:100vh;padding:2rem;position:relative;text-align:center}.hero-section:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-logo{display:block;height:auto;margin:0 auto;width:150px}.hero-content{max-width:800px;position:relative;z-index:2}.brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#87ceeb,#add8e6,#b0e0e6);-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,8vw,5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.hero-subtitle{font-size:clamp(1.2rem,4vw,1.8rem);margin-bottom:2rem;opacity:.95}.hero-subtitle,.welcome-text{font-family:Times New Roman,serif}.welcome-text{font-size:clamp(1.1rem,3vw,1.4rem);margin-bottom:1rem}.mission-text{font-size:clamp(1rem,2.5vw,1.2rem);margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.9}.cta-button{align-items:center;background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#047857);border:none;border-radius:50px;box-shadow:0 10px 25px #0000004d;color:#fff;cursor:pointer;display:inline-flex;font-family:Times New Roman,serif;font-size:1.2rem;font-weight:700;gap:.5rem;padding:1.2rem 2.5rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 15px 35px #0006;transform:translateY(-3px)}.button-arrow{transition:transform .3s ease}.cta-button:hover .button-arrow{transform:translateX(5px)}.features-section{background:#fff;padding:1rem;text-align:center!important}.section-header{margin-bottom:4rem;text-align:center!important}.section-title{color:#333;display:block;font-size:clamp(2rem,5vw,2.5rem);margin-bottom:1rem;text-align:center!important;width:100%}.robot-emoji,.rocket-emoji,.star-emoji{font-size:1.2em;margin-right:.5rem}.features-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:800px}.feature-card{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.feature-title{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#666;font-family:Times New Roman,serif;line-height:1.6}.tutors-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:5rem 2rem}.tutors-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin:0 auto;max-width:1000px}.tutor-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 8px 25px #0000001a;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.tutor-card:before{background:linear-gradient(45deg,#87ceeb,#add8e6);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.tutor-card:hover:before{transform:scaleX(1)}.tutor-card:hover{border-color:#87ceeb33;box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.tutor-icon{display:block;font-size:3rem;margin-bottom:1rem}.tutor-title{color:#333;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.tutor-description{color:#666;font-family:Times New Roman,serif;line-height:1.6}.final-cta-section{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff;padding:5rem 2rem;text-align:center}.cta-content{margin:0 auto;max-width:800px}.cta-title{display:inline-block;font-size:clamp(2rem,3vw,2.5rem);font-weight:700;margin-bottom:1rem;white-space:nowrap}.cta-tagline{font-size:clamp(1.3rem,.5vw,1.8rem);line-height:1;margin-bottom:2.5rem;opacity:.95}.final-cta-button{background:#fff;border:none;border-radius:50px;box-shadow:0 10px 25px #fff3;color:#000;cursor:pointer;font-family:Times New Roman,serif;font-size:1.3rem;font-weight:700;padding:1.2rem 3rem;transition:all .3s ease}.final-cta-button:hover{box-shadow:0 15px 35px #ffffff4d;transform:translateY(-3px)}@keyframes glow{0%,to{box-shadow:0 10px 25px #fff3}50%{box-shadow:0 15px 35px #fff6}}.fade-in{animation:fadeIn 1s ease-out}.slide-up{animation:slideUp 1s ease-out .3s both}.slide-in-left{animation:slideUp .8s ease-out .1s both}.slide-in-right{animation:slideUp .8s ease-out .2s both}.pulse{animation:pulse 2s infinite}.glow{animation:glow 2s infinite}.hover-lift{transition:all .3s ease}.hero-subtitle strong{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#87ceeb,#b0e0e6);-webkit-background-clip:text;background-clip:text;font-weight:700}.hero-subtitle em,.mission-text em{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#87ceeb,#b0e0e6);-webkit-background-clip:text;background-clip:text;font-style:italic}.hero-subtitle em{font-weight:500}@media (max-width:768px){.features-grid,.tutors-grid{grid-template-columns:1fr}.hero-section{min-height:80vh}.features-section,.final-cta-section,.tutors-section{padding:3rem 1rem}.cta-title{white-space:normal}.cta-content{max-width:90%}}.auth-container{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;font-family:Times New Roman,serif;justify-content:center;min-height:100vh;padding:1rem}.auth-wrapper{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;display:grid;grid-template-columns:1fr 1fr;max-width:1200px;min-height:600px;overflow:hidden;width:100%}.welcome-section{align-items:center;background:linear-gradient(135deg,#000,#1a1a1a);display:flex;justify-content:center;padding:3rem;position:relative}.welcome-section:before{background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><circle cx="200" cy="300" r="100" fill="url(%23a)"/><circle cx="800" cy="700" r="150" fill="url(%23a)"/><circle cx="600" cy="200" r="80" fill="url(%23a)"/></svg>');bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.welcome-content{color:#fff;position:relative;text-align:center;z-index:2}.welcome-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.brand-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#87ceeb,#add8e6,#b0e0e6);-webkit-background-clip:text;background-clip:text}.welcome-subtitle{font-size:1.1rem;line-height:1.6;margin-bottom:3rem;max-width:400px;opacity:.9}.feature-highlights{display:flex;flex-direction:column;gap:1rem}.highlight-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;display:flex;gap:1rem;padding:.5rem}.highlight-icon{font-size:1.2rem}.form-section{align-items:center;display:flex;justify-content:center;padding:3rem}.form-container{max-width:400px;width:100%}.form-header{margin-bottom:2rem;text-align:center}.form-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:.5rem}.form-subtitle{color:#666;font-size:1rem}.auth-form{gap:1.5rem}.auth-form,.input-group{display:flex;flex-direction:column}.input-group{gap:.5rem}.input-group label{color:#333;font-size:.9rem;font-weight:600}.input-wrapper{align-items:center;display:flex}.form-input{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;font-family:Times New Roman,serif;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:all .3s ease;width:100%}.form-input:focus{background:#fff;border-color:#87ceeb;box-shadow:0 0 0 4px #87ceeb1a;outline:none}.input-icon{color:#666;left:1rem}.input-icon,.password-toggle{font-size:1rem;position:absolute}.password-toggle{background:none;border:none;border-radius:4px;cursor:pointer;padding:.25rem;right:1rem;transition:all .3s ease}.password-toggle:hover{background:#f0f0f0}.login-btn{background:linear-gradient(45deg,#87ceeb,#add8e6);border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Times New Roman,serif;font-size:1.1rem;font-weight:700;overflow:hidden;padding:1rem;position:relative;transition:all .3s ease}.login-btn:hover:not(:disabled){box-shadow:0 10px 25px #87ceeb4d;transform:translateY(-2px)}.login-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.loading-content{gap:.5rem;justify-content:center}.spinner{border:2px solid #ffffff4d;border-top-color:#fff}.divider{color:#666;font-size:.9rem;position:relative;text-align:center}.divider:before{background:#e9ecef;content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:1}.divider span{background:#fff;padding:0 1rem;position:relative;z-index:2}.google-btn{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:12px;color:#333;cursor:pointer;display:flex;font-family:Times New Roman,serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease}.google-btn:hover{background:#f8f9fa;border-color:#87ceeb;box-shadow:0 5px 15px #0000001a;transform:translateY(-1px)}.google-icon{font-size:1.2rem}.form-footer{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:2rem;text-align:center}.form-footer p{color:#666;font-size:.9rem}.signup-link{color:#87ceeb;font-weight:600;margin-left:.5rem;text-decoration:none;transition:all .3s ease}.signup-link:hover{color:#add8e6;text-decoration:underline}.error-message{align-items:center;animation:shake .5s ease-in-out;background:linear-gradient(45deg,#ff6b6b,#ff8e8e);display:flex;font-size:.9rem;gap:.5rem;padding:1rem}.error-icon{font-size:1rem}@media (max-width:968px){.auth-wrapper{grid-template-columns:1fr;max-width:500px}.welcome-section{min-height:300px;padding:2rem}.welcome-title{font-size:2rem}.feature-highlights{flex-direction:row;flex-wrap:wrap;justify-content:center}.highlight-item{flex:1 1;justify-content:center;min-width:140px}}@media (max-width:640px){.auth-container{padding:.5rem}.form-section,.welcome-section{padding:1.5rem}.welcome-title{font-size:1.8rem}.feature-highlights{flex-direction:column}}.success-message{align-items:center;background-color:#d4edda;border-radius:8px;color:#155724;display:flex;gap:8px;margin-bottom:16px;padding:12px}.success-icon{font-size:16px}.demo-btn{background-color:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-bottom:16px;padding:12px;transition:background-color .3s ease;width:100%}.demo-btn:hover:not(:disabled){background-color:#5a6268}.demo-btn:disabled{cursor:not-allowed;opacity:.6}.forgot-password{margin-top:8px;text-align:right}.forgot-link{color:#667eea;font-size:14px;text-decoration:none}.forgot-link:hover{text-decoration:underline}.loading-content{align-items:center;display:flex;gap:8px}.spinner{border:2px solid #fff;border-top-color:#0000;height:16px;width:16px}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_AMS-Regular.73ea273a72f4aca30ca5.woff2) format("woff2"),url(/static/media/KaTeX_AMS-Regular.d562e886c52f12660a41.woff) format("woff"),url(/static/media/KaTeX_AMS-Regular.853be92419a6c3766b9a.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Caligraphic-Bold.a1abf90dfd72792a577a.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Bold.d757c535a2e5902f1325.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Bold.7489a2fbfb9bfe704420.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Caligraphic-Regular.d6484fce1ef428d5bd94.woff2) format("woff2"),url(/static/media/KaTeX_Caligraphic-Regular.db074fa22cf224af93d7.woff) format("woff"),url(/static/media/KaTeX_Caligraphic-Regular.7e873d3833eb108a0758.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Fraktur-Bold.931d67ea207ab37ee693.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Bold.354501bac435c3264834.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Bold.4c761b3711973ab04edf.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Fraktur-Regular.172d3529b26f8cedef6b.woff2) format("woff2"),url(/static/media/KaTeX_Fraktur-Regular.6fdf0ac577be0ba82a4c.woff) format("woff"),url(/static/media/KaTeX_Fraktur-Regular.ed305b5434865e06ffde.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/static/media/KaTeX_Main-Bold.39890742bc957b368704.woff2) format("woff2"),url(/static/media/KaTeX_Main-Bold.0c3b8929d377c0e9b2f3.woff) format("woff"),url(/static/media/KaTeX_Main-Bold.8169508bf58f8bd92ad8.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/static/media/KaTeX_Main-BoldItalic.20f389c4120be058d80a.woff2) format("woff2"),url(/static/media/KaTeX_Main-BoldItalic.428978dc7837d46de091.woff) format("woff"),url(/static/media/KaTeX_Main-BoldItalic.828abcb200061cffbaae.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/static/media/KaTeX_Main-Italic.fe2176f79edaa716e621.woff2) format("woff2"),url(/static/media/KaTeX_Main-Italic.fd947498bc16392e76c2.woff) format("woff"),url(/static/media/KaTeX_Main-Italic.fa675e5e4bec9eb250b6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Main-Regular.f650f111a3b890d116f1.woff2) format("woff2"),url(/static/media/KaTeX_Main-Regular.4f35fbcc9ee8614c2bcc.woff) format("woff"),url(/static/media/KaTeX_Main-Regular.9eba1d77abcf2aa6e94e.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/static/media/KaTeX_Math-BoldItalic.dcbcbd93bac0470b462d.woff2) format("woff2"),url(/static/media/KaTeX_Math-BoldItalic.3f07ed67f06c720120ce.woff) format("woff"),url(/static/media/KaTeX_Math-BoldItalic.bf2d440b3a42ea78a998.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/static/media/KaTeX_Math-Italic.6d3d25f4820d0da8f01f.woff2) format("woff2"),url(/static/media/KaTeX_Math-Italic.96759856b4e70f3a8338.woff) format("woff"),url(/static/media/KaTeX_Math-Italic.8a5f936332e8028c7278.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(/static/media/KaTeX_SansSerif-Bold.95591a929f0d32aa282a.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Bold.b9cd458ac6d5889ff9c3.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Bold.5b49f4993ae22d7975b4.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(/static/media/KaTeX_SansSerif-Italic.7d393d382f3e7fb1c637.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Italic.8d593cfaa96238d5e2f8.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Italic.b257a18c016f37ee4543.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(/static/media/KaTeX_SansSerif-Regular.cd5e231e0cc53b2cb2c0.woff2) format("woff2"),url(/static/media/KaTeX_SansSerif-Regular.02271ec5cb9f5b4588ac.woff) format("woff"),url(/static/media/KaTeX_SansSerif-Regular.2f7bc363fc5424ebda59.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Script-Regular.c81d1b2a4b75d3eded60.woff2) format("woff2"),url(/static/media/KaTeX_Script-Regular.073b3402d036714b4370.woff) format("woff"),url(/static/media/KaTeX_Script-Regular.fc9ba5249878cd8f8d88.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size1-Regular.6eec866c69313624be60.woff2) format("woff2"),url(/static/media/KaTeX_Size1-Regular.0108e89c9003e8c14ea3.woff) format("woff"),url(/static/media/KaTeX_Size1-Regular.6de7d4b539221a49e9e2.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size2-Regular.2960900c4f271311eb36.woff2) format("woff2"),url(/static/media/KaTeX_Size2-Regular.3a99e70aee4076660d38.woff) format("woff"),url(/static/media/KaTeX_Size2-Regular.57f5c1837853986ea1db.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2) format("woff2"),url(/static/media/KaTeX_Size3-Regular.7947224e8a9914fa332b.woff) format("woff"),url(/static/media/KaTeX_Size3-Regular.8d6b6822586eea3d3b20.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Size4-Regular.e418bf257af1052628d8.woff2) format("woff2"),url(/static/media/KaTeX_Size4-Regular.aeffd8025cba3647f1a6.woff) format("woff"),url(/static/media/KaTeX_Size4-Regular.4ad7c7e8bb8d10a34bb7.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/static/media/KaTeX_Typewriter-Regular.c295e7f71970f03c0549.woff2) format("woff2"),url(/static/media/KaTeX_Typewriter-Regular.4c6b94fd1d07f8beff7c.woff) format("woff"),url(/static/media/KaTeX_Typewriter-Regular.c5c02d763c89380dcb4e.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.markdown-content{--text-primary:#000;--text-secondary:#444;--text-muted:#666;--bg-transparent:#0000;--code-bg:#f5f5f5e6;--code-border:#c8c8c84d;--table-border:#ddd9;--table-header-bg:#f2f2f2cc;--table-header-text:#1a1a1a;--table-row-alt:#f8f8f866;--table-hover:#f0f0f099;--math-error-bg:#ffebeee6;--math-error-border:#f44336;--math-error-color:#d32f2f;--math-error-details:#9e9e9e;--table-container-shadow:0 2px 8px #0000001a;--blockquote-border:#0000001a;--blockquote-bg:#f8f8f84d;--link-color:#06c;--link-hover:#049;font-family:Times New Roman,Times,serif;font-size:16px;line-height:1}.dark .markdown-content{--text-primary:#fff;--text-secondary:#e0e0e0;--text-muted:#aaa;--bg-transparent:#0000;--code-bg:#2d2d2de6;--code-border:#64646466;--table-border:#4449;--table-header-bg:#333c;--table-header-text:#fff;--table-row-alt:#28282866;--table-hover:#3c3c3c99;--math-error-bg:#4a1f1fe6;--math-error-border:#8b4513;--math-error-color:#ff6b6b;--math-error-details:#888;--table-container-shadow:0 2px 8px #0006;--blockquote-border:#ffffff1a;--blockquote-bg:#2828284d;--link-color:#4da6ff;--link-hover:#80c1ff}.light .markdown-content{--text-primary:#000;--text-secondary:#444;--text-muted:#666;--bg-transparent:#0000;--code-bg:#f5f5f5e6;--code-border:#c8c8c84d;--table-border:#ddd9;--table-header-bg:#f2f2f2cc;--table-header-text:#1a1a1a;--table-row-alt:#f8f8f866;--table-hover:#f0f0f099;--math-error-bg:#ffebeee6;--math-error-border:#f44336;--math-error-color:#d32f2f;--math-error-details:#9e9e9e;--table-container-shadow:0 2px 8px #0000001a;--blockquote-border:#0000001a;--blockquote-bg:#f8f8f84d;--link-color:#06c;--link-hover:#049}.markdown-content{background-color:var(--bg-transparent);border-radius:12px;color:var(--text-primary);max-width:100%;padding:1rem}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{color:var(--text-primary);font-weight:600;margin:1.5em 0 .8em}.markdown-content h1{border-bottom:2px solid var(--table-border);font-size:2.25em;padding-bottom:.3em}.markdown-content h2{border-bottom:1px solid var(--table-border);font-size:1.75em;padding-bottom:.2em}.markdown-content p{color:var(--text-secondary);margin:1em 0}.markdown-content strong{color:var(--text-primary);font-weight:600}.markdown-content em{color:var(--text-secondary);font-style:italic}.markdown-content a{color:var(--link-color);text-decoration:none;transition:color .2s ease}.markdown-content a:hover{color:var(--link-hover);text-decoration:underline}.markdown-content .katex{color:var(--text-primary);font-size:1.2em;overflow-x:auto;overflow-y:hidden}.markdown-content .katex-display{margin:1.2em 0;overflow-x:auto;overflow-y:hidden;padding:.8em 0}.markdown-content .math-error{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:4px solid var(--math-error-border);border-radius:8px;margin:1.2em 0;padding:1rem}.markdown-content .math-error,.markdown-content .math-error-inline{background-color:var(--math-error-bg);font-family:Monaco,Menlo,Ubuntu Mono,monospace}.markdown-content .math-error-inline{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--math-error-border);border-radius:4px;padding:.3em .6em}.markdown-content .math-error-text{color:var(--math-error-color);font-weight:600;margin-right:.5em}.markdown-content .error-details{color:var(--math-error-details);font-size:.95em;margin-top:.5em}.markdown-content pre{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:var(--code-bg);border:1px solid var(--code-border);border-radius:8px;margin:1.5em 0;overflow-x:auto;padding:1.2rem}.markdown-content code{background-color:var(--code-bg);border:1px solid var(--code-border);border-radius:4px;color:var(--text-primary);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.95em;padding:.2em .4em}.markdown-content .code-block{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:8px;margin:1.5em 0;padding:1.2rem!important}.markdown-content .table-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:var(--table-container-shadow);margin:2em 0;overflow-x:auto}.markdown-content table{background-color:var(--bg-transparent);border-collapse:collapse;width:100%}.markdown-content td,.markdown-content th{border:1px solid var(--table-border);color:var(--text-primary);padding:1rem;text-align:left}.markdown-content th{background-color:var(--table-header-bg);color:var(--table-header-text);font-size:1em;font-weight:600;letter-spacing:.5px}.markdown-content td{background-color:var(--bg-transparent);color:var(--text-secondary)}.markdown-content tr:nth-child(2n) td{background-color:var(--table-row-alt)}.markdown-content tr:hover td{background-color:var(--table-hover)}.markdown-content .table-header{background-color:var(--table-header-bg);color:var(--table-header-text)}.markdown-content blockquote{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:var(--blockquote-bg);border-left:4px solid var(--blockquote-border);border-radius:0 8px 8px 0;color:var(--text-secondary);font-style:italic;margin:1.5em 0;padding:1rem 1.5rem}.markdown-content ol,.markdown-content ul{color:var(--text-secondary);margin:1em 0;padding-left:2em}.markdown-content li{margin:.5em 0}.markdown-content li::marker{color:var(--text-muted)}.markdown-content hr{background-color:var(--table-border);border:none;height:1px;margin:2em 0;opacity:.6}.katex .array{border-collapse:collapse;border-spacing:0}.katex .array col.labels-left{text-align:left}.katex .array col.labels-center{text-align:center}.katex .array col.labels-right{text-align:right}.chart-container{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:12px;height:400px;margin:2em 0;overflow:hidden;position:relative;width:100%}.chart-canvas{height:100%!important;width:100%!important}.markdown-content,.markdown-content *{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.markdown-content a:focus,.markdown-content button:focus{outline:2px solid var(--link-color);outline-offset:2px}.markdown-content ::selection{background-color:var(--link-color);color:#fff}.markdown-content ::-moz-selection{background-color:var(--link-color);color:#fff}@media (max-width:1024px){.markdown-content{border-radius:10px;padding:.9rem}.markdown-content h1{font-size:2rem}.markdown-content h2{font-size:1.6rem}.markdown-content p{font-size:15px}.markdown-content pre{padding:1rem}.markdown-content td,.markdown-content th{padding:.9rem}.chart-container{height:320px}}@media (max-width:768px){.markdown-content{border-radius:8px;font-size:15px;line-height:1.3;padding:.8rem}.markdown-content h1{font-size:1.8rem;padding-bottom:.25em}.markdown-content h2{font-size:1.5rem;padding-bottom:.2em}.markdown-content .katex-display{font-size:1em;margin:1em 0;padding:.6em 0}.markdown-content .katex{font-size:1.05em}.markdown-content pre{font-size:.9em;padding:.9rem}.markdown-content code{font-size:.9em;padding:.15em .35em}.markdown-content .table-container{border-radius:0;box-shadow:none;margin:1.2em -.8rem}.markdown-content td,.markdown-content th{font-size:.95em;padding:.7rem}.markdown-content blockquote{font-size:.95em;margin:1em 0;padding:.8rem 1.2rem}.chart-container{height:260px}}@media (max-width:480px){.markdown-content{border-radius:6px;font-size:14px;line-height:1.25;padding:.7rem}.markdown-content h1{font-size:1.5rem}.markdown-content h2{font-size:1.3rem}.markdown-content h3{font-size:1.1rem}.markdown-content pre{font-size:.85em;padding:.7rem}.markdown-content td,.markdown-content th{font-size:.9em;padding:.6rem}.markdown-content blockquote{font-size:.9em;padding:.7rem 1rem}.chart-container{height:220px}}.avatar-icon{display:block}.message-bubble table{border-collapse:collapse;box-shadow:0 1px 3px #0000001a;font-size:14px;margin:12px 0;width:100%}.message-bubble td,.message-bubble th{border:1px solid;padding:10px 12px;text-align:left;word-break:break-word}.message-bubble th{font-weight:600;text-align:center}.message-bubble thead th{border-bottom-width:2px}.dark .message-bubble table{background:#1e1e1ecc;border:1px solid #ffffff4d}.dark .message-bubble td,.dark .message-bubble th{border-color:#ffffff4d;color:#fff}.dark .message-bubble th{background:#ffffff1a;border-bottom-color:#fff6}.dark .message-bubble tr:nth-child(2n){background:#ffffff0d}.dark .message-bubble tr:hover{background:#ffffff14}.light .message-bubble table{background:#ffffffe6;border:1px solid #0003}.light .message-bubble td,.light .message-bubble th{border-color:#0003;color:#000}.light .message-bubble th{background:#0000000d;border-bottom-color:#0000004d}.light .message-bubble tr:nth-child(2n){background:#00000005}.light .message-bubble tr:hover{background:#0000000a}.message-bubble pre{background:#0000000d;border:1px solid #0000001a;border-radius:6px;margin:8px 0;overflow-x:auto;padding:12px}.dark .message-bubble pre{background:#ffffff0d;border-color:#ffffff1a;color:#e9ecef}.message-bubble code{background:#0000000d;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;padding:2px 6px}.dark .message-bubble code{background:#ffffff1a;color:#f8f9fa}.message-bubble h1,.message-bubble h2,.message-bubble h3,.message-bubble h4,.message-bubble h5,.message-bubble h6{font-weight:600;line-height:1.3;margin:16px 0 8px}.message-bubble h1{font-size:1.5em}.message-bubble h2{font-size:1.3em}.message-bubble h3{font-size:1.2em}.message-bubble h4{font-size:1.1em}.message-bubble h5{font-size:1em}.message-bubble h6{font-size:.9em}.message-bubble p{line-height:1.5;margin:8px 0}.message-bubble ol,.message-bubble ul{margin:8px 0;padding-left:24px}.message-bubble li{line-height:1.4;margin:4px 0}.message-bubble blockquote{border-left:4px solid;font-style:italic;margin:12px 0;padding-left:16px}.dark .message-bubble blockquote{background:#ffffff0d;border-left-color:#ffffff4d}.light .message-bubble blockquote{background:#00000008;border-left-color:#0003}.dark .message-timestamp{color:hsla(0,0%,100%,.904)}.dark .action-btn:hover{background-color:#ffffff1a}.dark .action-btn.success{background-color:#28a74533}.dark .action-btn.liked{background-color:#007bff33}.dark .action-btn.disliked{background-color:#dc354533}.dark .action-btn.speaking{background-color:#ffc1074d}.dark .edit-textarea{background:#ffffff1a;border-color:#fff3;color:#fff}.dark .edit-textarea:focus{border-color:#007bff80;box-shadow:0 0 0 2px #007bff1a}.dark .tts-popup{background:#1e1e1ee6;border-color:#fff3}.dark .tts-rate-label{color:#fffc}.dark .tts-control-btn:hover{background:#ffffff1a}.light .action-btn:hover{background-color:#0000000d}.light .action-btn.success{background-color:#28a7451a}.light .action-btn.liked{background-color:#007bff1a}.light .action-btn.disliked{background-color:#dc35451a}.light .action-btn.speaking{background-color:#ffc10733}.light .edit-textarea{background:#ffffffe6;border-color:#0000001a;color:#333}.light .edit-textarea:focus{border-color:#007bff4d;box-shadow:0 0 0 2px #007bff1a}.light .tts-popup{background:#fffffff2;border-color:#0000001a}.light .tts-rate-label{color:#000c}.light .tts-control-btn:hover{background:#0000000d}.message-footer{margin-top:8px}.message-actions{gap:4px}.edit-textarea:focus{outline:none}.tts-popup{background:#0000;bottom:calc(100% + 5px);box-shadow:0 2px 5px #0003;padding:8px}.tts-control-btn{font-size:18px;padding:2px}.tts-rate-slider{cursor:pointer}.tts-rate-label{font-size:14px}.chat-message{align-items:flex-start;display:flex;gap:12px;margin-bottom:16px;max-width:100%}.user-message{flex-direction:row-reverse}.assistant-message{flex-direction:row}.message-avatar{align-items:center;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.avatar-icon{font-size:20px}.message-content-wrapper{display:flex;flex:1 1;flex-direction:column;max-width:85%;min-width:0}.user-message .message-content-wrapper{align-items:flex-end}.assistant-message .message-content-wrapper{align-items:flex-start}.message-bubble{word-wrap:break-word;background:#0000;border-radius:12px;line-height:1.4;padding:12px 16px;position:relative;word-break:break-word}.dark .user-message .message-bubble{background:#0000;border:1px solid #fff;border-bottom-right-radius:4px;color:#fff!important}.dark .assistant-message .message-bubble{background:#0000;border:1px solid #fff;border-bottom-left-radius:4px;color:#fff!important}.dark .message-timestamp{color:#ffffffbf}.light .user-message .message-bubble{background:#0000;border:1px solid #000;border-bottom-right-radius:4px;color:#000}.light .assistant-message .message-bubble{background:#0000;border:1px solid #000;border-bottom-left-radius:4px;color:#000}.light .message-timestamp{color:#0009}.message-footer{align-items:center;display:flex;font-size:12px;gap:8px;justify-content:space-between;margin-top:6px}.user-message .message-footer{flex-direction:row-reverse}.message-timestamp{font-size:11px;opacity:.7;white-space:nowrap}.message-actions{display:flex;gap:6px;opacity:0;transition:opacity .2s ease}.chat-message:hover .message-actions{opacity:1}.action-btn{align-items:center;background:#0000;border:none;border-radius:4px;cursor:pointer;display:flex;height:24px;justify-content:center;padding:4px;transition:all .2s ease;width:24px}.action-btn:active{transform:scale(.95)}.action-icon{font-size:12px;line-height:1}.edit-container{display:flex;flex-direction:column;gap:8px}.edit-textarea{border-radius:6px;font-family:inherit;font-size:14px;min-height:80px;padding:8px;resize:vertical;width:100%}.edit-buttons{display:flex;gap:8px;justify-content:flex-end}.cancel-btn,.save-btn{border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s ease}.save-btn{background:#28a745;color:#fff}.save-btn:hover{background:#218838}.cancel-btn{background:#6c757d;color:#fff}.cancel-btn:hover{background:#545b62}.tts-popup{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:5px;bottom:calc(100% + 6px);display:flex;font-size:13px;gap:8px;left:50%;padding:8px 10px;position:absolute;transform:translateX(-50%);z-index:1000}.tts-control-btn{background:none;border:none;border-radius:3px;cursor:pointer;font-size:16px;padding:4px}.tts-rate-slider{width:120px}.tts-highlight{background-color:#ff06;transition:background-color .2s ease}@media (max-width:768px){.message-bubble table{display:block;font-size:12px;overflow-x:auto;white-space:nowrap}.message-bubble td,.message-bubble th{min-width:80px;padding:6px 8px}.message-avatar{height:28px;width:28px}.message-content-wrapper{max-width:92%}.message-bubble{font-size:14px;padding:10px 14px}.message-actions{gap:8px;opacity:1}.action-btn{height:28px;width:28px}.action-icon{font-size:14px}.tts-popup{bottom:calc(100% + 8px);flex-direction:column;font-size:12px;gap:6px;padding:6px}.tts-rate-slider{width:100px}}@media print{.message-bubble table,.message-bubble td,.message-bubble th{background:#fff!important;border:1px solid #000!important}.message-bubble td,.message-bubble th{color:#000!important}.message-bubble th{background:#f0f0f0!important}}.input-field-container{margin:0 auto;max-width:800px;padding:0 16px;width:100%}.input-field-form,.input-wrapper{position:relative;width:100%}.input-main-container{align-items:flex-end;background:#0000;border:1px solid #d1d5db;border-radius:16px;box-shadow:0 1px 3px #0000001a;box-sizing:border-box;display:flex;max-height:120px;min-height:44px;padding:8px 12px 8px 16px;transition:all .2s ease;width:100%}.input-main-container:focus-within{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.input-textarea{background:#0000!important;border:none;color:#1f2937;flex:1 1;font-family:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.4;margin:0;max-height:68px;min-height:20px;outline:none;padding:4px 0;resize:none;width:100%}.input-textarea::placeholder{color:#9ca3af}.input-textarea:active,.input-textarea:disabled,.input-textarea:focus,.input-textarea:hover{background:#0000!important}.input-controls{align-items:center;display:flex;flex-shrink:0;gap:4px;margin-left:8px;padding-bottom:2px}.control-button{align-items:center;background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;padding:4px;transition:all .2s ease;width:32px}.control-button:hover:not(:disabled){background:#f3f4f6;color:#374151}.control-button:disabled{cursor:not-allowed;opacity:.4}.attachment-button,.speech-button{opacity:.8;transition:all .2s ease}.attachment-button:hover:not(:disabled),.speech-button:hover:not(:disabled){opacity:1;transform:scale(1.05)}.submit-button{background:#3b82f6;height:32px;padding:0;transition:all .2s ease;width:32px}.submit-button:hover:not(:disabled){background:#2563eb;transform:scale(1.05)}.submit-button:active:not(:disabled){transform:scale(.95)}.submit-button:disabled{background:#d1d5db;opacity:.6}.speech-indicator{align-items:center;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;color:#92400e;display:flex;font-size:13px;gap:8px;margin-bottom:8px;padding:8px 12px}.speech-pulse{animation:pulse 1.5s infinite;background:#dc2626;border-radius:50%;height:8px;width:8px}.stop-recording-button{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;margin-left:8px;padding:2px 6px}.stop-recording-button:hover{background:#b91c1c}.attached-files{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.attached-file{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;justify-content:space-between;padding:6px 10px}.attached-file,.file-info{align-items:center;display:flex}.file-info{flex:1 1;gap:6px}.extracted-text-preview{color:#6b7280;font-size:12px;font-style:italic}.remove-file-button{background:none;border:none;border-radius:3px;color:#6b7280;cursor:pointer;font-size:12px;padding:2px 4px}.remove-file-button:hover{background:#f3f4f6;color:#dc2626}.loading-indicator{align-items:center;display:flex;justify-content:center}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:14px;width:14px}@media (max-width:768px){.input-field-container{max-width:100%;padding:0 12px}.input-main-container{border-radius:20px;min-height:48px;padding:6px 12px 6px 14px}.input-textarea{font-size:16px;max-height:72px}.input-controls{gap:3px;margin-left:6px;padding-bottom:1px}.control-button{font-size:17px}.control-button,.submit-button{height:34px;width:34px}.attached-file{font-size:12px;padding:5px 8px}.speech-indicator{font-size:12px;margin-bottom:6px;padding:6px 10px}}@media (max-width:480px){.input-field-container{padding:0 8px}.input-main-container{min-height:46px;padding:6px 10px 6px 12px}.input-controls{gap:2px;margin-left:4px}.control-button{font-size:16px}.control-button,.submit-button{height:32px;width:32px}.input-textarea{font-size:16px;max-height:64px}}@media (prefers-color-scheme:dark){.input-main-container{background:#374151;border-color:#4b5563;color:#fff}.input-textarea{background:#0000!important;color:#f9fafb}.control-button,.input-textarea::placeholder{color:#9ca3af}.control-button:hover:not(:disabled){background:#4b5563;color:#f3f4f6}.attached-file{background:#4b5563;border-color:#6b7280;color:#f9fafb}.speech-indicator{background:#451a03;border-color:#92400e;color:#fdba74}}.attachment-icon,.mic-icon,.send-icon{align-items:center;display:flex;justify-content:center;transition:transform .2s ease}.send-icon{font-size:14px}.control-button:hover:not(:disabled) .attachment-icon,.control-button:hover:not(:disabled) .mic-icon{transform:scale(1.1)}.recording-indicator{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.input-textarea:-webkit-autofill,.input-textarea:-webkit-autofill:active,.input-textarea:-webkit-autofill:focus,.input-textarea:-webkit-autofill:hover{-webkit-text-fill-color:#1f2937;background:#0000!important;-webkit-box-shadow:inset 0 0 0 1000px #0000!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}@media (prefers-color-scheme:dark){.input-textarea:-webkit-autofill,.input-textarea:-webkit-autofill:active,.input-textarea:-webkit-autofill:focus,.input-textarea:-webkit-autofill:hover{-webkit-text-fill-color:#f9fafb}}.control-button:focus-visible{outline:2px solid #3b82f6;outline-offset:1px}.submit-button:focus-visible{outline:2px solid #1d4ed8;outline-offset:1px}.dashboard-wrapper{display:flex;font-family:Times New Roman;height:100vh;overflow:hidden;position:relative;transition:background .3s ease}.dashboard-wrapper.dark{background:linear-gradient(135deg,#0c0c0c,#1a1a2e 50%,#16213e);color:#fff}.dashboard-wrapper.light{background:linear-gradient(135deg,#87ceeb,#98d8e8 50%,#e0f6ff);color:#333}.sidebar{display:flex;flex-direction:column;height:100vh;overflow-y:auto}.dashboard-wrapper.dark .sidebar{background:#0000;border-right-color:#ffffff1a}.dashboard-wrapper.light .sidebar{background:#0000;border-right-color:#0000001a}.sidebar-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.sidebar-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;flex-shrink:0;position:relative}.dashboard-wrapper.dark .sidebar-header{background:#0000;border-bottom-color:#ffffff1a}.dashboard-wrapper.light .sidebar-header{background:#0000;border-bottom-color:#0000001a}.theme-toggle-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff4d;border-radius:50%;cursor:pointer;font-size:16px;height:36px;justify-content:center;transition:all .3s ease;width:36px}.theme-toggle-sidebar,.user-profile-sidebar{align-items:center;background:#0000;display:flex}.user-profile-sidebar{border-bottom:1px solid #ffffff1a;flex-shrink:0;gap:12px;padding:20px}.user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;font-weight:700;height:40px;justify-content:center;width:40px}.user-info{display:flex;flex-direction:column}.user-name{font-size:14px;font-weight:600}.user-level{font-size:12px;opacity:.8}.sidebar-section{background:#0000;border-bottom:1px solid #ffffff1a;flex-shrink:0;padding:15px 0}.sidebar-section-title{display:block;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 20px 10px;opacity:.8;text-transform:uppercase}.sidebar-chatbots{display:flex;flex-direction:column}.sidebar-chatbot-item{align-items:center;background:#0000;border:none;border-radius:8px;color:inherit;display:flex;gap:12px;margin:2px 10px;padding:12px 20px;text-decoration:none;transition:background .2s}.sidebar-chatbot-item:hover{background:#ffffff1a;border:1px solid #fff3}.sidebar-chatbot-icon{font-size:18px}.sidebar-chatbot-name{display:block;font-size:14px}.sidebar-nav{display:flex;flex-direction:column}.sidebar-nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:inherit;cursor:pointer;display:flex;font-size:14px;gap:12px;margin:2px 0;padding:12px 20px;text-decoration:none;transition:background .2s;width:100%}.sidebar-nav-item:hover{background:#ffffff1a;border:1px solid #fff3}.nav-icon{font-size:16px}.sidebar-toggle{background:#0000;font-size:12px;height:30px;width:30px}.dashboard-wrapper.dark .sidebar-toggle{background:#0000;border-color:#ffffff4d;color:#fff}.dashboard-wrapper.light .sidebar-toggle{background:#0000;border-color:#0000004d;color:#333}.chatbot-header{padding:15px 20px}.dashboard-wrapper.dark .chatbot-header{background:#0000;border-bottom-color:#ffffff1a}.dashboard-wrapper.light .chatbot-header{background:#0000;border-bottom-color:#0000001a}.header-greeting{flex:1 1}.chatbot-title{background:linear-gradient(90deg,#1039f1,#cdacee);font-size:24px}.user-name{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1039f1,#cdacee);-webkit-background-clip:text;background-clip:text}.dashboard-wrapper.light .user-name{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;background-clip:text}.dark .date-display{color:#f3f0f0;font-size:12px;margin:4px 0 0;opacity:.8}.light .date-display{color:#070707;font-size:12px;margin:4px 0 0;opacity:.8}.theme-toggle{background:#0000}.dashboard-wrapper.dark .theme-toggle{background:#0000;border-color:#ffffff4d}.theme-toggle:hover{background:#ffffff1a}.dashboard-wrapper.light .theme-toggle{background:#0000;border-color:#0000004d}.dashboard-wrapper.light .theme-toggle:hover{background:#0000001a}.wisdom-section{display:flex;justify-content:center;padding:20px}.wisdom-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:1px solid #ffffff1a;border-radius:12px;max-width:600px;padding:20px;width:100%}.dashboard-wrapper.dark .wisdom-card{background:#0000;border-color:#ffffff1a}.dashboard-wrapper.light .wisdom-card{background:#0000;border-color:#0000001a}.quote-content{align-items:flex-start;display:flex;gap:10px}.quote-mark{font-size:36px;line-height:1;opacity:.7}.quote-text{font-size:18px;font-style:italic;justify-content:center;line-height:1.5;margin:0}.wisdom-footer{display:flex;justify-content:flex-end;margin-top:15px}.wisdom-tag{font-size:12px;opacity:.7}.chatbot-quick-access{padding:0 10px 10px}.quick-access-title{font-size:16px;font-weight:600;margin:0 0 16px;opacity:.9;text-align:center}.chatbot-cards-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin:0 auto;max-width:900px;padding:0 15px}.chatbot-mini-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:1px solid #ffffff26;border-radius:50%;color:inherit;display:flex;flex-direction:column;height:100px;justify-content:center;padding:20px;text-decoration:none;transition:all .3s ease;width:100px}.chatbot-mini-card:hover{background:#ffffff1f;border-color:#ffffff59;box-shadow:0 6px 20px #00000026;transform:translateY(-3px) scale(1.05)}.dashboard-wrapper.dark .chatbot-mini-card{background:#0000;border-color:#ffffff26}.dashboard-wrapper.light .chatbot-mini-card{background:#0000;border-color:#00000026}.dashboard-wrapper.light .chatbot-mini-card:hover{background:#ffffff59;border-color:#00000040}.mini-card-content{align-items:center;display:flex;flex-direction:column;gap:4px;text-align:center;width:100%}.mini-card-name{font-size:12px;font-weight:600;line-height:1}.chat-messages-container{background:#0000}.dashboard-wrapper.dark .chat-messages-container{color:#fff}.dashboard-wrapper.light .chat-messages-container{color:#333}.welcome-message{background:#0000;color:#cecbcb}.dashboard-wrapper.dark .typing-indicator,.dashboard-wrapper.light .typing-indicator,.typing-indicator{background:#0000}.dashboard-wrapper.dark .typing-dots span{background:#ffffff80}.dashboard-wrapper.light .typing-dots span{background:#0000004d}.input-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border-top:1px solid #ffffff1a;padding:15px}.dashboard-wrapper.dark .input-section{border-top-color:#ffffff1a}.dashboard-wrapper.light .input-section{border-top-color:#0000001a}.quick-actions-bottom{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border-top:1px solid #ffffff1a;padding:20px}.dashboard-wrapper.dark .quick-actions-bottom{border-top-color:#ffffff1a}.dashboard-wrapper.light .quick-actions-bottom{border-top-color:#0000001a}.action-buttons-large{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.action-btn-large{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:1px solid #fff3;border-radius:12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font-family:Times New Roman;gap:8px;justify-content:center;min-width:100px;padding:6px 8px;text-decoration:none;transition:all .2s}.dashboard-wrapper.dark .action-btn-large{background:#0000;border-color:#fff3}.dashboard-wrapper.light .action-btn-large{background:#0000;border-color:#0000001a;color:#333}.action-btn-large:hover{background:#ffffff1a;border-color:#ffffff4d;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.dashboard-wrapper.dark .action-btn-large:hover{background:#ffffff1a}.dashboard-wrapper.light .action-btn-large:hover{background:#fff3}.action-text-large{font-size:14px;font-weight:500}@media (max-width:768px){.sidebar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0000;height:100dvh;left:0;overflow-y:auto;padding-bottom:80px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:260px;z-index:20}.sidebar.open{transform:translateX(0)}.sidebar-toggle{left:12px;position:fixed;top:12px;z-index:25}.chatbot-header{align-items:center;flex-direction:row;gap:8px;justify-content:space-between;padding:10px 12px;text-align:left}.header-greeting{flex:1 1;font-size:18px}.header-controls{gap:6px}.chatbot-title{font-size:20px}.chat-messages-container{gap:10px;padding:10px 12px}.chatbot-cards-grid{gap:12px;padding:0 10px}.chatbot-mini-card{height:90px;padding:18px;width:90px}.mini-card-name{font-size:11px}.quick-access-title{font-size:15px}.input-section{padding:8px 10px}.quick-actions-bottom{padding:10px 12px}.action-buttons-large{flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center}.action-btn-large{border-radius:8px;display:flex;flex:1 0 80px;flex-direction:row;font-size:13px;gap:6px;justify-content:center;min-width:auto;padding:8px 10px}.action-text-large{font-size:13px}}@media (max-width:400px){.dashboard-wrapper{height:100dvh}.sidebar{padding-bottom:100px;width:220px}.chatbot-header{padding:8px 10px}.chatbot-title{font-size:18px}.header-controls{gap:4px}.theme-toggle{font-size:14px;height:32px;width:32px}.chat-messages-container{font-size:13px;padding:8px 10px}.chatbot-cards-grid{gap:10px}.chatbot-mini-card{height:80px;padding:16px;width:80px}.mini-card-name{font-size:10px}.input-section{padding:6px 8px}.action-buttons-large{gap:8px}.action-btn-large{flex:1 0 70px;font-size:12px;padding:6px 8px}}@media (max-width:320px){.sidebar{padding-bottom:120px;width:200px}.chatbot-header{padding:6px 8px}.chatbot-title{font-size:16px}.chatbot-cards-grid{gap:8px}.chatbot-mini-card{height:75px;padding:14px;width:75px}.mini-card-name{font-size:9px}.action-btn-large{flex:1 0 60px;font-size:11px;padding:4px 6px}}.profile-form-container{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e3f2fd 50%,#fff);display:flex;font-family:Times New Roman,serif;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.profile-form-container:before{animation:shimmer 6s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#3b82f61a 50%,#0000 70%);content:"";height:200%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:100%}@keyframes shimmer{0%,to{transform:translateX(-100%) rotate(45deg)}50%{transform:translateX(100%) rotate(45deg)}}.profile-form-card{animation:slideUp .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a,0 0 0 1px #fff3,inset 0 1px 0 #ffffff4d;max-width:500px;padding:40px;position:relative;transform:translateY(0);transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.profile-form-card:hover{box-shadow:0 30px 60px #00000026,0 0 0 1px #ffffff4d,inset 0 1px 0 #fff6;transform:translateY(-5px)}.profile-form-card:before{animation:gradientShift 3s ease infinite;background:linear-gradient(90deg,#3b82f6,#6366f1,#8b5cf6,#3b82f6);background-size:200% 100%;border-radius:20px 20px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.profile-form-card h2{-webkit-text-fill-color:#0000;animation:titleGlow 2s ease-in-out infinite alternate;background:linear-gradient(135deg,#1f2937,#3b82f6);background-clip:text;-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:10px;position:relative;text-align:center}@keyframes titleGlow{0%{filter:drop-shadow(0 0 5px rgba(59,130,246,.3))}to{filter:drop-shadow(0 0 15px rgba(59,130,246,.6))}}.form-subtitle{animation:fadeInDelay 1s ease-out .3s both;color:#6b7280;margin-bottom:30px}@keyframes fadeInDelay{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.error-message{animation:shake .5s ease-in-out,fadeIn .3s ease-out;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #f87171;border-radius:10px;box-shadow:0 4px 12px #f8717133;color:#dc2626;font-weight:600;margin-bottom:20px;padding:12px 16px;text-align:center}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-form{display:flex;flex-direction:column;gap:20px}.form-group{animation:slideInLeft .6s ease-out;animation-fill-mode:both;position:relative}.form-group:first-child{animation-delay:.1s}.form-group:nth-child(2){animation-delay:.2s}.form-group:nth-child(3){animation-delay:.3s}.form-group:nth-child(4){animation-delay:.4s}.form-group:nth-child(5){animation-delay:.5s}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.form-group label{color:#1f2937;font-size:1rem;font-weight:700;position:relative;transition:color .3s ease}.form-group label:after{background:linear-gradient(90deg,#3b82f6,#6366f1);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.form-group:focus-within label{color:#3b82f6}.form-group:focus-within label:after{width:100%}.form-group input,.form-group select{background:#fffc;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000000d;font-family:Times New Roman,serif;font-size:1rem;padding:14px 16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.form-group input:focus,.form-group select:focus{background:#fffffff2;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 12px #3b82f626;outline:none;transform:translateY(-2px)}.form-group input:hover:not(:focus),.form-group select:hover:not(:focus){border-color:#9ca3af;box-shadow:0 4px 8px #0000001a}.form-group input::placeholder{color:#9ca3af;font-style:italic;transition:color .3s ease}.form-group input:focus::placeholder{color:#d1d5db}.form-group select{-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,#0000 50%,#6b7280 0),linear-gradient(135deg,#6b7280 50%,#0000 0);background-position:calc(100% - 16px) calc(1em + 2px),calc(100% - 12px) calc(1em + 2px);background-repeat:no-repeat;background-size:4px 4px,4px 4px;cursor:pointer}.form-group select:focus{background-image:linear-gradient(45deg,#0000 50%,#3b82f6 0),linear-gradient(135deg,#3b82f6 50%,#0000 0)}.submit-button{animation:buttonSlide .8s ease-out .6s both;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:12px;box-shadow:0 4px 12px #3b82f64d,inset 0 1px 0 #fff3;font-family:Times New Roman,serif;font-size:1.1rem;font-weight:700;margin-top:10px;overflow:hidden;padding:16px 24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes buttonSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.submit-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.submit-button:hover:before{left:100%}.submit-button:hover{background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 8px 25px #3b82f666,inset 0 1px 0 #ffffff4d;transform:translateY(-3px)}.submit-button:active{box-shadow:0 4px 12px #3b82f64d,inset 0 2px 4px #0000001a;transform:translateY(-1px)}.submit-button:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:none;cursor:not-allowed;transform:none}.submit-button:disabled:before{display:none}.submit-button:disabled{position:relative}.submit-button:disabled:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;content:"";height:16px;left:50%;margin:auto;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}@media (max-width:768px){.profile-form-container{padding:15px}.profile-form-card{margin:10px;padding:30px 25px}.profile-form-card h2{font-size:2rem}.form-subtitle{font-size:1rem}.form-group input,.form-group select{font-size:.95rem;padding:12px 14px}.submit-button{font-size:1rem;padding:14px 20px}}@media (max-width:480px){.profile-form-card{padding:25px 20px}.profile-form-card h2{font-size:1.75rem}}@media (prefers-contrast:high){.profile-form-card{border:2px solid #000}.form-group input,.form-group select{border-color:#000}.submit-button{background:#000;border:2px solid #fff}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.confusion-solver-wrapper{display:flex;font-family:Times New Roman,Times,serif;height:100vh;overflow:hidden;transition:background .3s ease}.confusion-solver-wrapper.dark{background:linear-gradient(135deg,#0c0c0c,#1a1a2e 50%,#16213e);color:#fff;position:relative}.confusion-solver-wrapper.light{background:linear-gradient(135deg,#87ceeb,#98d8e8 50%,#e0f6ff);color:#333;position:relative}.sidebar-toggle{box-shadow:0 1px 4px #431c684d;font-size:8px;height:5px;right:10px;width:5px}.sidebar-toggle:hover{background:#000c}.dark .sidebar-toggle:hover{background:#000000e6}.light .sidebar-toggle:hover{background:#ffffffe6}.chatbot-header{gap:8px;justify-content:center}.chatbot-tagline{text-align:center}@media (max-width:768px){.chatbot-tagline{display:none}}.chat-input:focus,:focus,input:focus,textarea:focus{box-shadow:none!important;outline:none!important}.study-focus-header{margin:0}.dark .study-focus-select option{background:#2d2d2d;color:#fff}.light .study-focus-select option{background:#fff;color:#333}.dark .other-area-input:focus,.dark .study-focus-select:focus{border-color:#0000}@media (max-width:768px){.sidebar{height:100vh;position:absolute;z-index:15}.sidebar-toggle{left:10px;right:auto}.sidebar.open+.main-content .sidebar-toggle{left:330px;right:auto}.chatbot-header{gap:6px;padding:10px}.chatbot-title{font-size:16px}.chat-messages-container{gap:12px;padding:10px}.study-focus-header{align-items:flex-start;flex-direction:column;gap:4px}.study-focus-controls{justify-content:space-between;width:100%}.other-area-input,.study-focus-select{flex:1 1;min-width:100px}}.dark input,.dark select,.dark textarea{background:#ffffff1a!important;border-color:#fff3!important;color:#fff!important}.light input,.light select,.light textarea{background:#ffffffe6!important;border-color:#0000001a!important;color:#333!important}.dark select option{background:#2d2d2d!important;color:#fff!important}.light select option{background:#fff!important;color:#333!important}.socratic-tutor-wrapper{background:linear-gradient(135deg,#121520,#431c68);color:#fff;display:flex;font-family:Times New Roman,Times,serif;height:100vh;overflow:hidden;position:relative;transition:background .3s ease}.socratic-tutor-wrapper.dark{background:linear-gradient(135deg,#0c0c0c,#1a1a2e 50%,#16213e);color:#fff}.socratic-tutor-wrapper.light{background:linear-gradient(135deg,#87ceeb,#98d8e8 50%,#e0f6ff);color:#333}.theme-toggle{z-index:1001}.new-chat-btn{margin-top:60px}.main-content{background:#fff}.chatbot-header{margin-top:60px;padding:40px 20px 20px}.chatbot-title{font-size:2.5rem;letter-spacing:3px;margin:0 0 10px}.chatbot-tagline{font-size:1.1rem;margin:0 0 20px}.study-focus-header{align-items:flex-end;position:absolute;right:30px;top:20px}.study-focus-label{margin-bottom:8px}.study-focus-controls{align-items:flex-end;gap:8px}.other-area-input,.study-focus-select{height:36px;padding:8px 12px}.how-it-works{background:linear-gradient(135deg,#f8f9fa,#fff);border-left:4px solid #431c68;border-radius:15px;margin:20px auto;max-width:600px;padding:25px;text-align:left}.how-it-works h4{color:#431c68;font-weight:700;margin-bottom:15px}.how-it-works ul{list-style:none;padding:0}.how-it-works li{border-bottom:1px solid #e9ecef;color:#6c757d;padding:8px 0}.how-it-works li:last-child{border-bottom:none}@media (max-width:1024px){.study-focus-header{align-items:center;margin:15px auto 0;position:static}.study-focus-header .study-focus-controls{align-items:stretch;flex-direction:column;max-width:300px;width:100%}.other-area-input,.study-focus-select{max-width:100%;width:100%}}@media (max-width:768px){.socratic-tutor-wrapper{flex-direction:column}.sidebar{height:100%;left:-100%;position:fixed;top:0;transition:left .3s ease;width:260px;z-index:1001}.sidebar.open{left:0}.sidebar.closed{left:-100%}.main-content{border-radius:0;box-shadow:none;flex:1 1;margin:0}.sidebar-toggle{font-size:14px;height:38px;left:15px;position:fixed;top:15px;width:38px;z-index:1100}.chatbot-tagline{display:none!important}.chatbot-header{margin-top:50px;padding:30px 15px 15px}.chatbot-title{font-size:1.8rem;letter-spacing:2px}.input-section{border-top:1px solid #0000001a;padding:15px}.input-container{align-items:center;flex-direction:row;gap:8px;width:100%}.chat-input{font-size:15px;min-height:44px}.send-button{font-size:15px;height:44px;min-width:44px}}@media (max-width:480px){.chatbot-title{font-size:1.6rem;letter-spacing:1px}.welcome-message{padding:30px 15px}.input-section{padding:10px}.chat-input,.send-button{font-size:14px}.send-button{height:40px;min-width:40px}}.adaptive-tutor-wrapper{display:flex;font-family:Times New Roman,Times,serif;height:100vh;overflow:hidden;position:relative;transition:all .3s ease}.adaptive-tutor-wrapper.dark{color:#fff}.adaptive-tutor-wrapper.light{color:#333}.session-info{align-items:center;display:flex;gap:8px}.difficulty-badge{border-radius:12px;font-size:10px;font-weight:500;padding:2px 6px;text-transform:uppercase}.difficulty-badge.beginner{background:#4caf5033;color:#4caf50}.difficulty-badge.intermediate{background:#2196f333;color:#2196f3}.difficulty-badge.advanced{background:#9c27b033;color:#9c27b0}.header-controls{gap:8px;top:10px}.sidebar-toggle{z-index:20}.chatbot-header{gap:20px;margin-top:40px}.header-content{gap:8px}.chatbot-title{font-size:18px}.chatbot-tagline{font-size:12px;margin:0}.study-focus-header{gap:2px;margin-bottom:2px;margin-top:0;padding:4px 0}.study-focus-label{font-size:11px;font-weight:500;white-space:nowrap}.dark .study-focus-label{color:#fff}.light .study-focus-label{color:#070000}.study-focus-controls{gap:4px}.other-area-input,.study-focus-select{background:#0003;border:1px solid #fff3;border-radius:4px;color:inherit;font-size:11px;height:24px;min-width:120px;padding:4px 8px}.other-area-input{min-width:100px}.dark .other-area-input,.dark .study-focus-select{background:#ffffff1a;border-color:#fff3;color:#fff}.light .other-area-input,.light .study-focus-select{background:#ffffffe6;border-color:#0000001a;color:#070000}.dark .other-area-input:focus,.dark .study-focus-select:focus,.other-area-input:focus,.study-focus-select:focus{border-color:#fff6}.light .other-area-input:focus,.light .study-focus-select:focus{border-color:#0003}.difficulty-controls{align-items:center;display:flex;flex-direction:column;gap:4px}.difficulty-label{font-size:11px;font-weight:500;white-space:nowrap}.dark .difficulty-label{color:#fff}.light .difficulty-label{color:#070000}.difficulty-buttons{display:flex;gap:4px}.difficulty-btn{background:#0003;border:1px solid #fff3;border-radius:4px;color:inherit;cursor:pointer;font-size:11px;padding:4px 8px;transition:all .2s ease}.dark .difficulty-btn{background:#ffffff1a;border-color:#fff3}.light .difficulty-btn{background:#050101e6;border-color:#0000001a}.difficulty-btn:hover{background:#ffffff4d}.difficulty-btn.active{font-weight:600}.difficulty-btn.beginner.active{background:#4caf504d;border-color:#4caf50}.difficulty-btn.intermediate.active{background:#2196f34d;border-color:#2196f3}.difficulty-btn.advanced.active{background:#9c27b04d;border-color:#9c27b0}.difficulty-info{margin:20px 0}.difficulty-cards-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:12px 0}.difficulty-card{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;flex:1 1;min-width:150px;padding:12px}.dark .difficulty-card{background:#ffffff1a;border-color:#fff3}.light .difficulty-card{background:#ffffffe6;border-color:#0000001a}.difficulty-card h5{font-size:14px;margin:0 0 8px}.difficulty-card p{font-size:12px;margin:0;opacity:.8}.example-questions{display:none}.message-wrapper{gap:8px}@media (max-width:768px){.sidebar{height:100vh;position:absolute;z-index:15}.sidebar-toggle{left:10px;right:auto}.sidebar.open+.main-content .sidebar-toggle{left:330px;right:auto}.chatbot-header{flex-direction:column;gap:10px;margin-top:50px;padding:10px}.header-content{width:100%}.difficulty-controls{align-items:flex-start;width:100%}.difficulty-buttons{justify-content:space-between;width:100%}.difficulty-btn{flex:1 1;text-align:center}.chatbot-title{font-size:16px}.chatbot-tagline{display:none!important}.chat-messages-container{gap:12px;padding:10px}.difficulty-cards-row{flex-direction:column}.difficulty-card{min-width:auto}.study-focus-header{align-items:flex-start;flex-direction:column;gap:4px}.study-focus-controls{justify-content:space-between;width:100%}.other-area-input,.study-focus-select{flex:1 1;min-width:100px}.theme-toggle{right:10px;top:60px}}@media (max-width:480px){.sidebar.open{width:100%}.sidebar.open+.main-content .sidebar-toggle{left:calc(100% - 40px)}.welcome-message{padding:20px 10px}.difficulty-card{padding:8px}.difficulty-card h5{font-size:12px}.difficulty-card p{font-size:11px}}.math-explainer-wrapper{display:flex;font-family:Times New Roman,Times,serif;height:100vh;overflow:hidden;position:relative;transition:background .3s ease}.math-explainer-wrapper.light{color:#333}.math-explainer-wrapper.dark{color:#fff}.logo{animation:pulse 2s ease-in-out infinite alternate}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.new-chat-btn{background:linear-gradient(135deg,#121520,#431c68);box-shadow:0 4px 15px #431c684d;color:#fff;transition:transform .2s,box-shadow .2s}.new-chat-btn:hover{box-shadow:0 6px 20px #431c6866;transform:translateY(-2px)}.chat-session-item{border-left:4px solid #0000;transition:all .3s ease}.chat-session-item.active,.chat-session-item:hover{transform:translateX(5px)}.chat-session-item.active{background:linear-gradient(135deg,#121520,#431c68);border-left-color:#fff;color:#fff}.session-title{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-timestamp{opacity:.7}.delete-session-btn{opacity:0;position:absolute;right:8px;top:8px}.chat-session-item:hover .delete-session-btn{opacity:1}.delete-session-btn:hover{background:#ff00001a}.main-content{animation:slideIn .6s ease-out;background:#ffffffe6;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin:20px;overflow:hidden}.dark .main-content{background:#121520e6}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sidebar-toggle{box-shadow:0 4px 15px #431c684d;height:45px;left:20px;top:20px;width:45px}.sidebar-toggle:hover{box-shadow:0 6px 20px #431c6866}.sidebar.open+.main-content .sidebar-toggle{top:20px}.chatbot-header{background:linear-gradient(135deg,#121520,#431c68);border-radius:15px;color:#fff;flex-direction:column;overflow:hidden;padding:30px 20px 15px;text-align:center}.chatbot-header:before{animation:float 20s linear infinite;background:repeating-linear-gradient(45deg,#0000,#0000 2px,#ffffff1a 0,#ffffff1a 4px);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes float{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.chatbot-title{font-size:2rem;font-weight:700;letter-spacing:2px;margin:0 0 8px;position:relative;text-shadow:2px 2px 4px #0000004d;z-index:2}.chatbot-tagline{display:block;font-size:1rem;margin:0 0 15px;opacity:.9;position:relative;z-index:2}.dark .chatbot-tagline{color:#fff!important}.light .chatbot-tagline{color:rgba(0,0,0,.993)!important}.header-title-container{margin-bottom:15px}.header-controls{right:30px;top:20px}.study-focus-header{align-items:center;display:flex;flex-direction:column;margin-top:8px;z-index:10}.study-focus-label{color:#fff;font-size:.9rem;font-weight:400;margin-bottom:6px}.study-focus-controls{align-items:center;display:flex;flex-direction:column;gap:6px}.other-area-input,.study-focus-select{background:#030202e6;border:2px solid #ffffff4d;border-radius:10px;color:#faf4f4;font-family:Times New Roman,serif;font-size:13px;height:32px;max-width:200px;padding:6px 10px;transition:all .3s ease}.other-area-input:focus,.study-focus-select:focus{background:#1d1c1c;border-color:#fffc;box-shadow:0 0 0 3px #fff3;outline:none}.chat-messages-container{background:#0000!important;padding:20px 30px;scroll-behavior:smooth}.chat-messages-container::-webkit-scrollbar{width:8px}.chat-messages-container::-webkit-scrollbar-track{background:#f1f3f4;border-radius:10px}.chat-messages-container::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#121520,#431c68);border-radius:10px}.message-wrapper{animation:fadeInUp .4s ease-out;margin-bottom:20px;position:relative}.tts-button{background:linear-gradient(135deg,#121520,#431c68);border:none;border-radius:50%;box-shadow:0 2px 10px #431c684d;color:#fff;cursor:pointer;font-size:14px;height:35px;opacity:0;position:absolute;right:10px;top:10px;transition:all .3s ease;width:35px}.message-wrapper:hover .tts-button{opacity:1}.tts-button:hover{box-shadow:0 4px 15px #431c6866;transform:scale(1.1)}.tts-button.speaking{animation:speaking-pulse 1s ease-in-out infinite alternate;background:linear-gradient(135deg,#e74c3c,#c0392b);opacity:1}@keyframes speaking-pulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.welcome-message{color:#6c757d;max-width:800px;padding:60px 40px}.welcome-icon{animation:bounce 2s ease-in-out infinite;font-size:4rem;margin-bottom:20px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.welcome-message h3{color:#495057;font-size:1.8rem;font-weight:700;margin-bottom:15px}.welcome-message p{font-size:1.1rem;line-height:1.6;margin-bottom:30px}.features-list{display:none!important}.math-symbols-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.math-symbols-panel{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0003;max-height:80vh;max-width:600px;overflow-y:auto;padding:20px;width:90%}.dark .math-symbols-panel{background:#1a1a2e;color:#fff}.symbols-panel-header{align-items:center;border-bottom:1px solid #e0e6ed;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.symbols-panel-header h3{color:#431c68;margin:0}.dark .symbols-panel-header h3{color:#fff}.close-symbols-btn{background:none;border:none;color:#666;cursor:pointer;font-size:24px}.dark .close-symbols-btn{color:#ccc}.close-symbols-btn:hover{color:#ff6b6b}.symbols-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.category-btn{background:#f8f9fa;border:1px solid #e0e6ed;border-radius:20px;cursor:pointer;padding:8px 12px;transition:all .3s ease}.dark .category-btn{background:#2d3748;border-color:#4a5568;color:#fff}.category-btn:hover{background:#e9ecef}.dark .category-btn:hover{background:#4a5568}.category-btn.active{background:#431c68;border-color:#431c68;color:#fff}.symbols-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.symbol-btn{align-items:center;background:#f8f9fa;border:1px solid #e0e6ed;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;padding:10px;transition:all .3s ease}.dark .symbol-btn{background:#2d3748;border-color:#4a5568;color:#fff}.symbol-btn:hover{background:#e9ecef;transform:translateY(-2px)}.dark .symbol-btn:hover{background:#4a5568}.symbol{font-size:24px;margin-bottom:5px}.symbol-label{font-size:12px;text-align:center}.toggle-solution-btn{background:none;border:1px dashed #adb5bd;border-radius:20px;color:#6c757d;cursor:pointer;margin-bottom:15px;margin-left:30px;margin-right:30px;padding:8px 12px;transition:all .3s ease}.toggle-solution-btn:hover{background:#f8f9fa;border-color:#431c68;color:#431c68}.dark .toggle-solution-btn{border-color:#6c757d;color:#adb5bd}.dark .toggle-solution-btn:hover{background:#2d3748;border-color:#431c68;color:#fff}.solution-input-section{margin:0 30px 15px}.solution-label{color:#495057;display:block;font-weight:700;margin-bottom:8px}.dark .solution-label{color:#e2e8f0}.solution-textarea{background:#fff;border:1px solid #e0e6ed;border-radius:10px;font-family:Times New Roman,serif;margin-bottom:10px;padding:12px;resize:vertical;width:100%}.dark .solution-textarea{background:#2d3748;border-color:#4a5568;color:#fff}.solution-textarea:focus{border-color:#431c68;box-shadow:0 0 0 3px #431c681a;outline:none}@media (max-width:1024px){.sidebar{width:240px}.sidebar.open{width:260px}.sidebar.closed{transform:translateX(-100%);width:0}.main-content{border-radius:15px;margin:15px}.chatbot-title{font-size:1.8rem}.chatbot-tagline{font-size:.95rem}}@media (max-width:768px){.math-explainer-wrapper{flex-direction:column}.sidebar{height:100%;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;z-index:1200}.sidebar.open{max-width:280px;transform:translateX(0);width:70%}.sidebar.closed{transform:translateX(-100%)}.main-content{border-radius:12px;margin:10px}.sidebar-toggle{font-size:14px;height:40px;left:15px;top:15px;width:40px}.chatbot-header{padding:25px 15px 12px}.chatbot-title{font-size:1.6rem;letter-spacing:1px}.chatbot-tagline{display:none!important;font-size:.85rem}.other-area-input,.study-focus-select{max-width:none;width:100%}.chat-messages-container{padding:15px 20px}.solution-input-section,.toggle-solution-btn{margin-left:20px;margin-right:20px}}@media (max-width:480px){.chatbot-title{font-size:1.4rem}.welcome-message{padding:40px 20px}.welcome-message h3{font-size:1.4rem}.welcome-message p{font-size:1rem}.theme-toggle{font-size:14px;height:30px;width:30px}.solution-input-section,.toggle-solution-btn{margin-left:15px;margin-right:15px}}.idd-guide-wrapper{display:flex;font-family:Times New Roman,Times,serif;height:100vh;overflow:hidden;transition:background .3s ease}.idd-guide-wrapper.dark{background:linear-gradient(135deg,#0c0c0c,#1a1a2e 50%,#16213e);color:#fff;position:relative}.idd-guide-wrapper.light{background:linear-gradient(135deg,#87ceeb,#98d8e8 50%,#e0f6ff);color:#333;position:relative}.theme-toggle{position:absolute;right:15px;top:15px;z-index:10}.theme-toggle button{all:unset;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;cursor:pointer;display:flex;font-size:1.4rem;height:40px;justify-content:center;line-height:1;margin:0;padding:8px;transition:all .3s ease;width:40px}.theme-toggle button:hover{background:#fff3;transform:scale(1.1)}.dark .theme-toggle button{background:#ffffff1a;border-color:#ffffff4d}.light .theme-toggle button{background:#0000001a;border-color:#0003}.header-controls{align-items:center}.student-profile-form{margin:0 auto;max-width:800px;padding:20px;width:100%}.student-profile-form h2{font-size:1.5rem;font-weight:600;margin-bottom:20px;text-align:center}.dark .student-profile-form h2{color:#fff}.light .student-profile-form h2{color:#1e3a8a}.features-list{margin:0 auto;max-width:800px;padding:20px}.features-list h4{font-size:1.2rem;font-weight:600;margin-bottom:15px}.dark .features-list h4{color:#fff}.light .features-list h4{color:#1e3a8a}.features-list ul{list-style-type:none;padding-left:20px}.features-list li{margin-bottom:10px;padding-left:20px;position:relative}.features-list li:before{color:#667eea;content:"•";left:0;position:absolute}.example-questions{text-align:left}.example-questions h4{font-size:14px;margin:0 0 10px}.example-questions ul{list-style:none;margin:0;padding:0}.example-questions li{font-size:12px;opacity:.8;padding:6px 0}.input-section{display:none}.student-profile-header{align-items:center;display:flex;justify-content:space-between;padding:10px 0}@media (max-width:768px){.idd-guide-wrapper{flex-direction:column}.sidebar{height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:260px}.sidebar.open{transform:translateX(0)}.main-content{flex:1 1;margin-left:0}.sidebar-toggle{font-size:16px;height:36px;left:12px;position:fixed;top:12px;width:36px;z-index:20}.chatbot-header{padding:8px}.chatbot-title{font-size:14px}.chat-messages-container{gap:10px;padding:8px}.form-grid{gap:10px;grid-template-columns:1fr}.student-profile-form{padding:12px}.student-profile-header{align-items:flex-start;flex-direction:column;gap:10px}.profile-tags{justify-content:flex-start}.theme-toggle{right:12px;top:12px}.theme-toggle button{font-size:1.2rem;height:36px;width:36px}}@media (max-width:480px){.student-profile-form h2{font-size:1.3rem}.form-input,.form-select,.form-textarea{font-size:13px;padding:10px 12px}.submit-button{min-width:auto;width:100%}.theme-toggle button{font-size:1.1rem;height:32px;width:32px}}.pro-mentor-wrapper{display:flex;font-family:Times New Roman,Times,serif;height:100vh;overflow:hidden;transition:background .3s ease}.pro-mentor-wrapper.dark{background:linear-gradient(135deg,#0c0c0c,#1a1a2e 50%,#16213e);color:#fff;position:relative}.pro-mentor-wrapper.light{background:linear-gradient(135deg,#87ceeb,#98d8e8 50%,#e0f6ff);color:#333;position:relative}.theme-toggle-sidebar{right:15px;top:15px;z-index:10}.theme-toggle-sidebar button{all:unset;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;font-size:1.4rem;height:40px;line-height:1;margin:0;width:40px}.theme-toggle-sidebar button:hover{background:#fff3}.dark .theme-toggle-sidebar button{background:#ffffff1a;border-color:#ffffff4d}.light .theme-toggle-sidebar button{background:#0000001a;border-color:#0003}.chatbot-title{font-size:12px}.dark .chatbot-title{color:#fff}.light .chatbot-title{color:#333}.header-content{align-items:center;display:flex;flex-direction:column;width:100%}.header-title-container{margin-bottom:10px;text-align:center}.chatbot-tagline{font-size:11px;opacity:.8}.professional-profile-header{align-items:center;display:flex;justify-content:space-between;padding:10px 0;width:100%}.professional-profile-form{margin:0 auto;max-width:800px;padding:20px;width:100%}.professional-profile-form h2{font-size:1.5rem;font-weight:600;margin-bottom:20px;text-align:center}.dark .professional-profile-form h2{color:#fff}.light .professional-profile-form h2{color:#1e3a8a}.submit-button{min-width:200px}@media (max-width:768px){.pro-mentor-wrapper{flex-direction:column}.sidebar{height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:260px}.sidebar.open{transform:translateX(0)}.main-content{flex:1 1;margin-left:0}.sidebar-toggle{font-size:16px;height:36px;left:12px;position:fixed;top:12px;width:36px;z-index:20}.chatbot-header{padding:8px}.chatbot-title{font-size:14px}.chat-messages-container{gap:10px;padding:8px}.form-grid{gap:10px;grid-template-columns:1fr}.professional-profile-form{padding:12px}.professional-profile-header{align-items:flex-start;flex-direction:column;gap:10px}.profile-tags{justify-content:flex-start}.theme-toggle-sidebar{right:12px;top:12px}.theme-toggle-sidebar button{font-size:1.2rem;height:36px;width:36px}}@media (max-width:480px){.professional-profile-form h2{font-size:1.3rem}.form-input,.form-select,.form-textarea{font-size:13px;padding:10px 12px}.submit-button{min-width:auto;width:100%}.theme-toggle-sidebar button{font-size:1.1rem;height:32px;width:32px}}.bb-preneur-wrapper{display:flex;font-family:Times New Roman;height:100vh;overflow:hidden;transition:background .3s ease}.bb-preneur-wrapper.dark{background:linear-gradient(135deg,#0c0c0c,#1a1a2e 50%,#16213e);color:#fff;position:relative}.bb-preneur-wrapper.light{background:linear-gradient(135deg,#87ceeb,#98d8e8 50%,#e0f6ff);color:#333;position:relative}.entrepreneur-light{background:linear-gradient(135deg,#667eea,#764ba2);height:100%;width:100%}.entrepreneur-dark{background:linear-gradient(135deg,#2c3e50,#34495e);height:100%;width:100%}.sidebar{background:#0000001a}.dark .sidebar,.light .sidebar{background:#0000}.theme-toggle-sidebar{padding:10px 20px;text-align:right}.theme-toggle-sidebar button{background:none;border:none;font-size:20px;padding:5px;transition:background .3s}.theme-toggle-sidebar button:hover{background:#0000001a}.new-chat-btn,.session-title{font-size:14px}.session-timestamp{font-size:12px}.sidebar-toggle{background:linear-gradient(135deg,#121520,#431c68);border:none;box-shadow:0 2px 8px #431c684d;color:#fff;font-size:14px;height:40px;left:10px;position:absolute;top:10px;width:40px;z-index:100}.dark .sidebar-toggle{background:#000000b3;color:#fff}.light .sidebar-toggle{background:#6dc2f3cc;color:#333}.sidebar.open+.main-content .sidebar-toggle{left:330px}.theme-toggle-sidebar{position:absolute;right:10px;top:10px;z-index:1001}.theme-toggle-sidebar button{align-items:center;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000!important;border:none!important;border-radius:50%;color:inherit;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;padding:8px;transition:all .3s ease;width:36px}.theme-toggle-sidebar button:hover{background:#ffffff1a!important;transform:scale(1.1)}.dark .theme-toggle-sidebar button:hover{background:#ffffff1a!important}.light .theme-toggle-sidebar button:hover{background:#0000001a!important}.chatbot-header{background:#0000001a}.dark .chatbot-header{background:#0c0c0c99}.light .chatbot-header{background:#fffc}.header-content{flex:1 1;text-align:center}.chatbot-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;font-size:2.5em;font-weight:800}.chatbot-tagline{color:#7f8c8d;margin:5px 0 0}.dark .chatbot-tagline{color:#ffffffb3}.light .chatbot-tagline{color:#0009}.business-profile-header{align-items:center;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:12px;display:flex;justify-content:space-between;margin-top:10px;padding:15px}.dark .business-profile-header{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#ffffff1a}.light .business-profile-header{background:linear-gradient(135deg,#0000000d,#00000005);border-color:#0000001a}.profile-summary h3{font-size:16px;font-weight:600;margin:0 0 5px}.profile-summary p{font-size:14px;margin:0 0 10px;opacity:.8}.profile-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{border-radius:12px;font-size:12px;padding:4px 8px}.dark .tag,.tag{background:#ffffff1a}.dark .tag{color:#fff}.light .tag{background:#0000001a;color:#333}.edit-profile-button{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:inherit;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .3s ease}.edit-profile-button:hover{background:#fff3}.business-profile-form{margin:0 auto;max-width:800px;padding:20px;width:100%}.business-profile-form h2{font-size:1.5rem;font-weight:600;margin-bottom:10px;text-align:center}.dark .business-profile-form h2{color:#fff}.light .business-profile-form h2{color:#1e3a8a}.form-subtitle{font-size:1.1rem;font-style:italic;margin-bottom:20px;text-align:center}.dark .form-subtitle{color:#fffc}.light .form-subtitle{color:#1e3a8a}.form-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.form-group{margin-bottom:15px}.form-group.full-width{grid-column:1/-1}.form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:8px}.dark .form-group label{color:#fff}.light .form-group label{color:#333}.form-input,.form-select,.form-textarea{border:1px solid;border-radius:8px;font-family:Times New Roman,Times,serif;font-size:14px;padding:12px 14px;transition:all .3s ease;width:100%}.dark .form-input,.dark .form-select,.dark .form-textarea{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.dark .form-input::placeholder,.dark .form-select::placeholder,.dark .form-textarea::placeholder{color:#fff9}.light .form-input,.light .form-select,.light .form-textarea{background:#fffffff2;border-color:#0003;color:#333}.light .form-input::placeholder,.light .form-select::placeholder,.light .form-textarea::placeholder{color:#00000080}.form-input:focus,.form-select:focus,.form-textarea:focus{box-shadow:0 4px 12px #00000026;outline:none;transform:translateY(-1px)}.dark .form-input:focus,.dark .form-select:focus,.dark .form-textarea:focus{border-color:#fff9;box-shadow:0 4px 12px #ffffff1a}.light .form-input:focus,.light .form-select:focus,.light .form-textarea:focus{border-color:#1e3a8a;box-shadow:0 4px 12px #1e3a8a33}.form-textarea{min-height:80px;resize:vertical}.form-actions{grid-column:1/-1;margin-top:20px;text-align:center}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:100px;padding:12px 30px;transition:all .3s ease}.submit-button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.dark .chat-messages-container{color:#fff}.light .chat-messages-container{color:#333}.chat-messages-container::-webkit-scrollbar-track{background:#0000!important}.welcome-message{color:inherit;margin:0 auto;max-width:600px;padding:30px 15px;text-align:center}.welcome-icon{font-size:36px;margin-bottom:12px}.welcome-message h3{font-size:18px;font-weight:600;margin:0 0 6px}.welcome-message p{font-size:14px;margin:0 0 20px;opacity:.9}.message-wrapper{display:flex;flex-direction:column;gap:4px}.typing-indicator{align-items:center;align-self:flex-end;border-radius:8px;display:flex;gap:8px;margin-left:auto;max-width:70%;padding:10px 14px}.dark .typing-indicator,.typing-indicator{background:#ffffff1a}.light .typing-indicator{background:#0000000d}.typing-dots{display:flex;gap:4px}.typing-dots span{animation:typing 1.4s ease-in-out infinite;border-radius:50%;height:6px;width:6px}.dark .typing-dots span,.typing-dots span{background:#ffffff80}.light .typing-dots span{background:#0000004d}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.typing-text{color:inherit;opacity:.8}.error-message,.typing-text{font-size:12px}@media (max-width:768px){.bb-preneur-wrapper{flex-direction:column}.sidebar{height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:260px}.sidebar.open{transform:translateX(0)}.main-content{flex:1 1;margin-left:0}.sidebar-toggle{font-size:16px;height:36px;left:12px;position:fixed;top:12px;width:36px;z-index:20}.chatbot-header{padding:8px}.chatbot-title{font-size:2em}.chatbot-tagline{font-size:12px}.chat-messages-container{gap:10px;padding:8px}.form-grid{gap:10px;grid-template-columns:1fr}.business-profile-form{padding:12px}.business-profile-header{align-items:flex-start;flex-direction:column;gap:10px}.profile-tags{justify-content:flex-start}.theme-toggle{right:12px;top:12px}.theme-toggle button{font-size:1.2rem;height:36px;width:36px}}@media (max-width:480px){.business-profile-form h2{font-size:1.3rem}.form-input,.form-select,.form-textarea{font-size:13px;padding:10px 12px}.submit-button{min-width:auto;width:100%}.theme-toggle button{font-size:1.1rem;height:32px;width:32px}.chatbot-title{font-size:1.8em}.chatbot-tagline{display:none}}@media (max-width:768px){.chatbot-tagline{display:none!important}}.chat-page{display:flex;flex-direction:column;font-family:Times New Roman,serif;min-height:100vh}.history-wrapper{margin:0 auto;max-width:1200px;padding:20px}.history-title{font-size:2rem;margin-bottom:20px;text-align:center}.history-container{display:flex;gap:20px}.session-list{flex:1 1;max-width:300px}.session-list h2{font-size:1.5rem;margin-bottom:10px}.session-list ul{list-style:none;padding:0}.session-item{border-bottom:1px solid #ddd;cursor:pointer;padding:10px}.session-item:hover{background-color:#f5f5f5}.session-item.selected{background-color:#e0e0e0;font-weight:700}.session-title{font-size:1.1rem}.session-timestamp{color:#666;font-size:.9rem}.session-messages{background-color:#fff;border:1px solid #ddd;border-radius:5px;flex:2 1;padding:20px}.session-messages h2{font-size:1.5rem;margin-bottom:15px}.messages-container{max-height:500px;overflow-y:auto}.history-filters{background:#f5f5f5;border-radius:8px;margin-bottom:20px;padding:10px}.filter-select{border:1px solid #ddd;border-radius:4px;margin-left:10px;padding:5px 10px}.session-header{align-items:center;display:flex;gap:10px;margin-bottom:10px}.chat-type-icon{font-size:1.2em}.chat-type-badge,.chat-type-name{background:#e9ecef;border-radius:12px;color:#6c757d;font-size:.8em;padding:2px 8px}.session-details{align-items:center;color:#6c757d;display:flex;font-size:.9em;justify-content:space-between;margin-top:5px}.no-session-selected{color:#6c757d;padding:40px;text-align:center}.session-stats{margin-top:20px;text-align:left}.session-stats p{margin:5px 0}.auth-callback-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:2rem}.error-message h3{color:#ff6b6b;margin-bottom:1rem}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Times New Roman,serif;line-height:1.6;min-height:100vh}.container,body{background-color:#fff}.container{margin:0 auto;max-width:1000px;padding:2rem}.header{margin-bottom:3rem;padding:2rem 0;text-align:center}.header h1{color:#1a1a1a;font-size:3rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem}.header .emoji{display:block;font-size:4rem;margin-bottom:1rem}.mission-section{background:#fff;border:2px solid #f0f0f0;border-radius:20px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;padding:2.5rem}.section-title{align-items:center;color:#1a1a1a;display:flex;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.section-title .emoji{font-size:2.2rem;margin-right:1rem}.section-content{color:#555;font-size:1.2rem;line-height:1.7}.funding-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2rem 0}.funding-card{background:#fff;border:2px solid #f0f0f0;border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.funding-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.funding-breakdown{list-style:none;padding:0}.funding-breakdown li{background:#fafafa;border-left:5px solid #047857;border-radius:10px;color:#555;font-size:1.1rem;margin:1rem 0;padding:1.2rem;transition:background-color .3s ease}.funding-breakdown li:hover{color:#fff}.funding-breakdown .percentage,.funding-breakdown li:hover{background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#047857)}.funding-breakdown .percentage{-webkit-text-fill-color:#0000;background-clip:text;-webkit-background-clip:text;font-size:1.3rem;font-weight:700}.impact-list{list-style:none;padding:0}.impact-list li{background:#fafafa;border-left:5px solid #1e3a8a;border-radius:10px;color:#555;font-size:1.1rem;margin:1rem 0;padding:1.2rem;transition:background-color .3s ease}.impact-list li:hover{background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#047857);color:#fff}.contact-section{background:#fff;border:2px solid #f0f0f0;border-radius:20px;box-shadow:0 4px 20px #0000001a;margin-top:2rem;padding:2.5rem;text-align:center}.account-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:2rem 0}.account-card{background:#fff;border:2px solid #f0f0f0;border-radius:15px;box-shadow:0 2px 10px #00000014;padding:2rem;transition:transform .3s ease}.account-card:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-3px)}.account-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#047857);background-clip:text;-webkit-background-clip:text;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.account-details{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.account-details strong{color:#1a1a1a}.copy-button{background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#047857);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Times New Roman,serif;font-size:.9rem;padding:.8rem 1.5rem;transition:opacity .3s ease,transform .2s ease}.copy-button:hover{opacity:.9;transform:translateY(-2px)}.copy-button:active{transform:translateY(0)}.contact-info{background:#fafafa;border-radius:15px;color:#555;font-size:1.2rem;margin:1.5rem 0;padding:1.5rem}.contact-button{background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#047857);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:Times New Roman,serif;font-size:1rem;margin:.5rem;padding:.8rem 1.5rem;transition:opacity .3s ease,transform .2s ease}.contact-button:hover{opacity:.9;transform:translateY(-2px)}.contact-button.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)}.call-to-action{color:#555;font-size:1.3rem;font-style:italic;line-height:1.6;margin:2rem 0;text-align:center}.donate-button{background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#047857);border:none;border-radius:50px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;font-family:Times New Roman,serif;font-size:1.3rem;font-weight:700;margin-top:1rem;padding:1.2rem 2.5rem;transition:all .3s ease}.donate-button:hover{box-shadow:0 8px 25px #0000004d;opacity:.95;transform:translateY(-3px)}.donate-button .emoji{margin-right:.5rem}.fund-amount,.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#1e3a8a 50%,#047857);background-clip:text;-webkit-background-clip:text;font-weight:700}.fund-amount{font-size:1.3em}@media (max-width:768px){.container{padding:1rem}.header h1{font-size:2rem}.account-grid,.funding-section{grid-template-columns:1fr}.mission-section{padding:1.5rem}.section-title{font-size:1.5rem}.section-content{font-size:1.1rem}.contact-button{display:block;margin:.5rem auto;width:200px}.donate-button{font-size:1.1rem;padding:1rem 2rem}}.contact-section,.funding-card,.mission-section{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-button:focus,.copy-button:focus,.donate-button:focus{outline:2px solid #1e3a8a;outline-offset:2px}.chatbot-wrapper{display:flex;font-family:Times New Roman,Times,serif;font-size:16px;height:100vh;line-height:1;overflow:hidden;position:relative;transition:all .3s ease}.background-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.morning-sky{background:linear-gradient(180deg,#87ceeb,#e0f6ff);height:100%;width:100%}.night-sky{background:linear-gradient(180deg,#001f3f,#000);height:100%;width:100%}.chatbot-wrapper.dark{color:#fff}.chatbot-wrapper.light{color:#333}.sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border-right:1px solid #ffffff1a;overflow-y:hidden;position:relative;transition:transform .3s ease;width:300px;z-index:1000}.dark .sidebar{border-right-color:#ffffff1a}.light .sidebar{border-right-color:#0000001a}.sidebar.open{width:320px}.sidebar.closed{overflow:hidden;transform:translateX(-100%);width:60px}.sidebar-header{align-items:center;background:#0003;border-bottom:1px solid #ffffff1a;display:flex;padding:20px}.dark .sidebar-header{background:#0c0c0c4d;border-bottom-color:#ffffff1a}.light .sidebar-header{background:#ffffff4d;border-bottom-color:#0000001a}.logo{font-size:24px;margin-right:10px}.app-name{font-size:18px;font-weight:700}.new-chat-btn{background:#ffffff1a;border:none;border-bottom:1px solid #ffffff1a;color:inherit;cursor:pointer;font-size:16px;padding:12px;transition:background .2s;width:100%}.new-chat-btn:hover{background:#fff3}.search-container{padding:10px}.search-input{background:#0003;border:1px solid #fff3;border-radius:6px;color:inherit;font-size:16px;padding:8px 12px;width:100%}.dark .search-input{background:#ffffff1a;border-color:#fff3}.light .search-input{background:#0000000d;border-color:#0000001a}.chat-history{flex:1 1;overflow-y:auto}.chat-session-item{align-items:center;border-bottom:1px solid #ffffff0d;cursor:pointer;display:flex;padding:12px;position:relative;transition:background .2s}.chat-session-item.active,.chat-session-item:hover,.dark .chat-session-item.active,.dark .chat-session-item:hover{background:#ffffff1a}.light .chat-session-item.active,.light .chat-session-item:hover{background:#0000000d}.session-title{flex:1 1;font-size:16px;margin-right:10px;text-align:center!important}.session-timestamp{color:hsla(0,0%,100%,.863);font-size:14px;margin-right:10px}.dark .session-timestamp{color:hsla(0,0%,100%,.829)}.light .session-timestamp{color:#00000080}.delete-session-btn{background:none;border:none;border-radius:4px;color:hsla(0,92%,75%,.815);cursor:pointer;font-size:16px;padding:4px;transition:color .2s}.delete-session-btn:hover{color:#ff6b6b}.main-content{background:#0000;display:flex;flex:1 1;flex-direction:column;position:relative;z-index:1}.header-controls{align-items:flex-start;display:flex;gap:4px;position:absolute;right:10px;top:1px;z-index:10}.header-nav-buttons{align-items:center;background:#0000;display:flex;gap:8px;padding:8px}.header-nav-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:inherit;cursor:pointer;display:flex;font-size:14px;gap:4px;padding:8px 12px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.dark .header-nav-btn{background:#ffffff1a;border-color:#fff3}.light .header-nav-btn{background:#0000000d;border-color:#0000001a}.header-nav-btn:hover{background:#fff3;transform:translateY(-1px)}.dark .header-nav-btn:hover{background:#fff3}.light .header-nav-btn:hover{background:#0000001a}.sidebar-toggle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:50%;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;transition:all .3s ease;width:32px}.dark .sidebar-toggle{background:#ffffff1a;border-color:#fff3}.light .sidebar-toggle{background:#0000001a;border-color:#0003}.sidebar-toggle:hover{background:#ffffff4d;transform:scale(1.1)}.dark .sidebar-toggle:hover{background:#fff3}.light .sidebar-toggle:hover{background:#0003}.theme-toggle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:50%;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;margin-left:-8px;margin-top:-200px;transition:all .3s ease;width:36px}.dark .theme-toggle{background:#ffffff1a;border-color:#fff3}.theme-toggle:hover{background:#ffffff4d;transform:scale(1.1)}.light .theme-toggle{background:#0000001a;border-color:#0003}.theme-toggle:hover{background:#0003}.sidebar.open+.main-content .sidebar-toggle{left:10px;right:auto;top:10px}.chatbot-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;min-height:50px;padding:10px 20px;position:relative;z-index:5}.dark .chatbot-header{border-bottom-color:#ffffff1a}.light .chatbot-header{border-bottom-color:#0000001a}.chatbot-title{color:inherit;flex:1 1;font-size:22px;font-weight:600;margin:0;text-align:center}.chatbot-tagline{font-size:14px;font-style:italic;margin:0 0 10px}.dark .chatbot-tagline{color:#fffc}.light .chatbot-tagline{color:#000000b3}.chat-messages-container{display:flex;flex:1 1;flex-direction:column;gap:15px;overflow-y:auto;padding:15px;scrollbar-color:#fff3 #0000;scrollbar-width:thin}.chat-messages-container::-webkit-scrollbar{width:6px}.chat-messages-container::-webkit-scrollbar-track{background:#0000}.chat-messages-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.error-message{background:#ff6b6b;border-radius:6px;box-shadow:0 2px 8px #0003;color:#fff;font-size:14px;max-width:300px;padding:8px 12px;position:absolute;right:10px;top:10px;z-index:30}@media (max-width:768px){.chatbot-wrapper{flex-direction:column;height:100vh;overflow:hidden}.sidebar{height:100%;max-width:300px;position:absolute;transform:translateX(-100%);transition:transform .3s ease;width:80%!important;z-index:1000}.sidebar.open{transform:translateX(0);width:80%!important}.sidebar.closed{transform:translateX(-100%)}.main-content{width:100%}.header-controls{align-items:center;display:flex;gap:10px;position:fixed;right:10px;top:10px;z-index:2000}.sidebar-toggle,.theme-toggle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;font-size:16px;height:36px;justify-content:center;width:36px}.sidebar.open+.main-content .sidebar-toggle{left:auto;position:fixed;right:10px;top:10px;z-index:2001}.chatbot-header{flex-wrap:wrap;min-height:60px;padding:10px 15px 10px 50px}.chatbot-title{font-size:18px;text-align:left}.header-nav-buttons{-ms-overflow-style:none;display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px;justify-content:flex-end;margin-top:8px;overflow-x:auto;padding:4px;scrollbar-width:none;width:100%}.header-nav-buttons::-webkit-scrollbar{display:none}.header-nav-btn{border-radius:15px;flex-shrink:0;font-size:12px;min-width:auto;padding:6px 10px}.chat-messages-container{gap:12px;padding:10px}.input-section{padding:10px}.input-container{align-items:center;display:flex;gap:8px}.chat-input{flex:1 1;min-width:0;padding:10px 14px}.chat-input,.send-button{align-items:center;display:flex;font-size:16px;height:40px;justify-content:center}.send-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:20px;color:#fff;cursor:pointer;flex-shrink:0;min-width:50px;padding:10px 16px;transition:transform .2s,box-shadow .2s}}@media (max-width:480px){.chatbot-header{min-height:55px;padding:8px 10px 8px 45px}.chatbot-title{font-size:16px}.header-nav-buttons{-ms-overflow-style:none;display:flex;flex-direction:row;flex-wrap:nowrap;gap:4px;justify-content:flex-end;margin-top:6px;overflow-x:auto;padding:2px;scrollbar-width:none;width:100%}.header-nav-buttons::-webkit-scrollbar{display:none}.header-nav-btn{border-radius:12px;flex-shrink:0;font-size:11px;min-width:auto;padding:4px 8px;white-space:nowrap}.input-container{align-items:center;display:flex;gap:6px}.chat-input{flex:1 1;font-size:14px;min-height:36px;padding:8px 12px}.send-button{border-radius:18px;flex-shrink:0;font-size:14px;height:36px;min-width:40px;padding:0;width:40px}.header-controls{gap:6px;right:8px;top:8px}.sidebar-toggle,.theme-toggle{font-size:14px;height:32px;width:32px}}@media (max-width:360px){.chatbot-header{min-height:50px;padding:6px 8px 6px 40px}.chatbot-title{font-size:14px}.header-nav-buttons{-ms-overflow-style:none;display:flex;flex-direction:row;gap:2px;justify-content:flex-start;margin-top:4px;overflow-x:auto;padding:2px;scrollbar-width:none;width:100%}.header-nav-buttons::-webkit-scrollbar{display:none}.header-nav-btn{border-radius:10px;flex-shrink:0;font-size:10px;min-width:auto;padding:3px 6px;white-space:nowrap}.chat-input{font-size:14px;min-height:32px;padding:6px 10px}.send-button{border-radius:16px;flex-shrink:0;font-size:12px;height:32px;min-width:36px;width:36px}.header-controls{gap:4px;right:6px;top:6px}.sidebar-toggle,.theme-toggle{font-size:12px;height:28px;width:28px}.input-section{padding:8px}.chat-messages-container{gap:10px;padding:8px}}@media (max-width:320px){.chatbot-title{font-size:13px;text-align:center}.header-nav-btn{border-radius:8px;font-size:9px;padding:2px 4px}.chat-input{font-size:13px;min-height:30px;padding:5px 8px}.send-button{border-radius:15px;flex-shrink:0;font-size:11px;height:30px;min-width:32px;width:32px}.sidebar-toggle,.theme-toggle{font-size:11px;height:26px;width:26px}}
/*# sourceMappingURL=main.75a4c703.css.map*/