.intro-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);overflow:hidden}.intro-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;width:100%;padding:0 2rem;align-items:center}.intro-content{animation:slideInLeft 1s ease-out}.greeting{display:block;font-size:1.2rem;color:#8892b0;margin-bottom:1rem;animation:fadeIn 1s ease-out .5s both}.name{display:block;font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.intro-role{font-size:2.2rem;color:#64ffda;margin-bottom:2rem;min-height:3rem}.cursor{animation:blink 1s infinite;color:#64ffda}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.intro-description{font-size:1.1rem;color:#8892b0;line-height:1.6;margin-bottom:3rem;max-width:500px;animation:fadeIn 1s ease-out 1s both}.skills-container{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.skill-bubble{padding:.5rem 1rem;background:#64ffda1a;border:1px solid #64ffda;border-radius:25px;color:#64ffda;font-size:.9rem;animation:fadeInUp .6s ease-out both;transition:all .3s ease}.skill-bubble:hover{background:#64ffda33;transform:translateY(-2px);box-shadow:0 5px 15px #64ffda4d}.cta-button{position:relative;padding:1rem 2rem;background:transparent;border:2px solid #64ffda;color:#64ffda;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;overflow:hidden;transition:all .3s ease;animation:fadeInUp 1s ease-out 1.5s both}.cta-button:hover{background:#64ffda1a;transform:translateY(-2px);box-shadow:0 10px 25px #64ffda4d}.button-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-button:hover .button-glow{left:100%}.intro-visual{position:relative;height:400px;animation:slideInRight 1s ease-out}.floating-elements{position:relative;width:100%;height:100%}.element{position:absolute;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.7;animation:float 6s ease-in-out infinite}.element-1{width:60px;height:60px;top:20%;left:10%;animation-delay:0s}.element-2{width:80px;height:80px;top:60%;right:20%;animation-delay:2s;background:linear-gradient(135deg,#64ffda,#667eea)}.element-3{width:40px;height:40px;top:10%;right:10%;animation-delay:4s}.element-4{width:70px;height:70px;bottom:20%;left:20%;animation-delay:1s;background:linear-gradient(135deg,#764ba2,#64ffda)}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}.scroll-arrow{width:20px;height:20px;border-right:2px solid #64ffda;border-bottom:2px solid #64ffda;transform:rotate(45deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media (max-width: 768px){.intro-container{grid-template-columns:1fr;gap:2rem;text-align:center}.name{font-size:2.5rem}.intro-role{font-size:1.8rem}.intro-visual{height:200px}}.about-section{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f0f23);position:relative}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#64ffda,transparent)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{animation:slideInLeft 1s ease-out}.about-paragraph{font-size:1.1rem;line-height:1.8;color:#8892b0;margin-bottom:1.5rem;opacity:0;animation:fadeInUp .6s ease-out forwards}.about-paragraph:nth-child(1){animation-delay:.2s}.about-paragraph:nth-child(2){animation-delay:.4s}.about-paragraph:nth-child(3){animation-delay:.6s}.tech-stack{margin-top:2rem;animation:fadeInUp .6s ease-out .8s both}.tech-stack h3{color:#64ffda;font-size:1.2rem;margin-bottom:1rem}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1.5rem;margin-top:1rem}.tech-item{display:flex;flex-direction:column;align-items:center;padding:.6rem .3rem;background:#64ffda0d;border:1px solid rgba(100,255,218,.2);border-radius:8px;transition:all .3s ease;cursor:default;text-align:center}.tech-item:hover{background:#64ffda1a;border-color:#64ffda;transform:translateY(-3px);box-shadow:0 5px 20px #64ffda33}.tech-icon{width:28px;height:28px;margin-bottom:.3rem;color:#64ffda;transition:all .3s ease}.tech-icon svg{width:100%;height:100%}.tech-item:hover .tech-icon{color:#fff;transform:scale(1.1)}.tech-name{font-size:.75rem;color:#8892b0;font-weight:500;transition:color .3s ease}.tech-item:hover .tech-name{color:#ccd6f6}.about-image{display:flex;justify-content:center;align-items:center;animation:slideInRight 1s ease-out}.image-placeholder{width:300px;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.image-placeholder:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shine 3s infinite}@keyframes shine{0%{left:-100%}to{left:100%}}.code-lines{display:flex;flex-direction:column;gap:.8rem;width:70%}.code-line{height:4px;background:#fffc;border-radius:2px;animation:codeAnimation 2s ease-in-out infinite}.code-line.short{width:60%}.code-line.medium{width:80%}.code-line:nth-child(1){animation-delay:0s}.code-line:nth-child(2){animation-delay:.3s}.code-line:nth-child(3){animation-delay:.6s}.code-line:nth-child(4){animation-delay:.9s}.code-line:nth-child(5){animation-delay:1.2s}.code-line:nth-child(6){animation-delay:1.5s}@keyframes codeAnimation{0%,to{opacity:.8}50%{opacity:1}}@media (max-width: 968px){.about-content{grid-template-columns:1fr;gap:3rem;text-align:center}.image-placeholder{width:250px;height:250px}.tech-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}@media (max-width: 768px){.tech-grid{grid-template-columns:repeat(4,1fr);gap:.8rem}.about-paragraph{font-size:1rem}.tech-icon{width:22px;height:22px}.tech-name{font-size:.65rem}.tech-item{padding:.5rem .1rem}}@media (max-width: 480px){.tech-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.tech-item{padding:.4rem .1rem}.tech-icon{width:18px;height:18px}.tech-name{font-size:.55rem}}.projects-section{background:linear-gradient(135deg,#0f0f23,#1a1a2e);position:relative}.projects-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#667eea,transparent)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.project-card{background:#11224066;border:1px solid rgba(100,255,218,.1);border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer;animation:fadeInUp .8s ease-out both}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.project-card:hover:before{transform:scaleX(1)}.project-card:hover{transform:translateY(-10px);border-color:#64ffda4d;box-shadow:0 20px 40px #0006}.project-card.featured{border-color:#64ffda4d;background:#11224099}.project-card.featured:before{background:linear-gradient(90deg,#64ffda,#667eea)}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.project-folder{color:#64ffda}.project-links{display:flex;gap:1rem}.project-link{color:#8892b0;transition:all .3s ease;padding:.5rem;border-radius:4px}.project-link:hover{color:#64ffda;background:#64ffda1a;transform:translateY(-2px)}.project-title{font-size:1.5rem;font-weight:600;color:#ccd6f6;margin-bottom:1rem;transition:color .3s ease}.project-card:hover .project-title{color:#64ffda}.project-description{color:#8892b0;line-height:1.6;margin-bottom:2rem;font-size:.95rem;text-align:start}.project-tech{display:flex;flex-wrap:wrap;gap:.8rem}.tech-tag{font-size:.8rem;color:#64ffda;background:#64ffda1a;padding:.3rem .8rem;border-radius:15px;border:1px solid rgba(100,255,218,.2);transition:all .3s ease}.project-card:hover .tech-tag{background:#64ffda33;border-color:#64ffda66}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#64ffda0d,#667eea0d);opacity:0;transition:opacity .3s ease;pointer-events:none}.project-card:hover .project-overlay{opacity:1}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem}.project-title{font-size:1.3rem}}@media (max-width: 480px){.project-header{flex-direction:column;align-items:flex-start;gap:1rem}.project-links{align-self:flex-end}}.work-experience-section{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f0f23);position:relative}.work-experience-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#764ba2,transparent)}.work-experience-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.subsection-title{font-size:1.5rem;color:#64ffda;margin-bottom:2rem;text-align:center}.work-experience-timeline{animation:slideInLeft 1s ease-out}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#667eea,#764ba2,#64ffda)}.timeline-item{position:relative;margin-bottom:3rem;animation:fadeInUp .8s ease-out both}.timeline-marker{position:absolute;left:-2rem;top:.5rem}.timeline-dot{width:16px;height:16px;border-radius:50%;background:#64ffda;border:3px solid #0f0f23;box-shadow:0 0 0 4px #64ffda33;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 4px #64ffda33}50%{box-shadow:0 0 0 8px #64ffda1a}to{box-shadow:0 0 0 4px #64ffda33}}.timeline-content{background:#11224066;border:1px solid rgba(100,255,218,.1);border-radius:12px;padding:1.5rem;margin-left:1rem;transition:all .3s ease;position:relative;overflow:hidden}.timeline-content:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.timeline-content:hover:before{transform:scaleX(1)}.timeline-content:hover{transform:translate(10px);border-color:#64ffda4d;box-shadow:0 10px 30px #0000004d}.timeline-year{color:#64ffda;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.timeline-degree{color:#ccd6f6;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.timeline-institution{color:#8892b0;font-size:1rem;margin-bottom:1rem;font-weight:500}.timeline-description{color:#8892b0;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.timeline-gpa{color:#64ffda;font-weight:600;font-size:.9rem;background:#64ffda1a;padding:.3rem .8rem;border-radius:15px;display:inline-block}.certifications-container{animation:slideInRight 1s ease-out}.certifications-grid{display:flex;flex-direction:column;gap:1rem}.certification-card{background:#11224066;border:1px solid rgba(100,255,218,.1);border-radius:8px;padding:1rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;animation:fadeInUp .6s ease-out both}.certification-card:hover{background:#11224099;border-color:#64ffda4d;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.cert-icon{color:#64ffda;flex-shrink:0}.cert-name{color:#ccd6f6;font-size:.95rem;font-weight:500}@media (max-width: 968px){.work-experience-content{grid-template-columns:1fr;gap:3rem}.timeline{padding-left:1.5rem}.timeline:before{left:.75rem}.timeline-marker{left:-1.5rem}}@media (max-width: 768px){.timeline-content{margin-left:.5rem;padding:1rem}.timeline-degree{font-size:1.1rem}.certifications-grid{gap:.8rem}.certification-card{padding:.8rem}}.contact-section{background:linear-gradient(135deg,#0f0f23,#1a1a2e);position:relative}.contact-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#64ffda,transparent)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{animation:slideInLeft 1s ease-out}.contact-subtitle{font-size:2rem;color:#ccd6f6;margin-bottom:1.5rem;font-weight:600}.contact-description{color:#8892b0;line-height:1.8;font-size:1.1rem;margin-bottom:2.5rem}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem;background:#11224066;border:1px solid rgba(100,255,218,.1);border-radius:8px;color:#8892b0;text-decoration:none;transition:all .3s ease;animation:fadeInUp .6s ease-out both}.social-link:hover{background:#11224099;border-color:#64ffda4d;color:#64ffda;transform:translate(10px);box-shadow:0 5px 15px #0003}.social-link span{font-weight:500}.contact-form-container{animation:slideInRight 1s ease-out}.contact-form{background:#11224066;border:1px solid rgba(100,255,218,.1);border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:#64ffda;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.8rem 1rem;background:#0f0f23cc;border:1px solid rgba(100,255,218,.2);border-radius:6px;color:#ccd6f6;font-size:1rem;transition:all .3s ease;outline:none}.form-input:focus,.form-textarea:focus{border-color:#64ffda;box-shadow:0 0 0 2px #64ffda1a}.form-textarea{resize:vertical;min-height:120px;font-family:inherit}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn.success{background:linear-gradient(135deg,#64ffda,#667eea)}.loading-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(100,255,218,.1);text-align:center}.footer p{color:#8892b0;font-size:.9rem}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-subtitle{font-size:1.5rem}}@media (max-width: 768px){.contact-form{padding:1.5rem}.social-links{gap:.8rem}.social-link{padding:.6rem .8rem}.contact-description{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e);color:#fff;overflow-x:hidden}.portfolio{min-height:100vh;scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.section{padding:80px 20px;max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.section{padding:60px 15px}.section-title{font-size:2rem;margin-bottom:2rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 212.7 26.8% 83.9%;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 217.2 91.2% 59.8%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.mb-4{margin-bottom:1rem}.block{display:block}.flex{display:flex}.min-h-screen{min-height:100vh}.items-center{align-items:center}.justify-center{justify-content:center}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.text-center{text-align:center}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}
