.header{position:fixed;width:100%;top:0;z-index:20;background:#fffffff2;box-shadow:0 2px 12px #3c3c780f;padding:.5rem 0}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.header-logo{font-weight:900;font-size:1.3rem;color:#6366f1;letter-spacing:1px}.header-nav{display:flex;gap:1.5rem}.header-nav a{color:#22223b;text-decoration:none;font-weight:600;transition:color .2s;padding:.3rem .7rem;border-radius:.5rem}.header-nav a:hover{background:#f1f5ff;color:#6366f1}@media (max-width: 700px){.header-inner{flex-direction:row;align-items:center;justify-content:space-between;padding:0 1rem;gap:0;position:relative}.header-logo{font-size:1.1rem;z-index:2}.header-hamburger{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;width:36px;height:36px;cursor:pointer;z-index:3;margin-left:auto;position:relative;right:0}.header-hamburger span{height:4px;width:26px;background:#6366f1;margin:4px 0;border-radius:2px;transition:.3s;display:block}.header-nav{position:absolute;top:100%;right:0;left:0;background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 1rem;box-shadow:0 2px 12px #3c3c780f;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:none;z-index:2;animation:slideDown .25s}.header-nav.open{display:flex}.header-nav a{width:100%;padding:.7rem .5rem;font-size:1rem;border-radius:.4rem;margin:.1rem 0}.header-nav.open:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#6366f112;z-index:-1}}.header-hamburger{display:none}@media (max-width: 700px){.header-hamburger{display:flex}}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.hero-section{display:flex;align-items:center;justify-content:center;min-height:70vh;background:linear-gradient(120deg,#6366f1,#60a5fa);color:#fff;border-radius:2rem;margin-bottom:2.5rem;box-shadow:0 8px 40px #3c3c782e;padding:3rem 2rem;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-80px;right:-80px;width:220px;height:220px;background:#fbbf241f;border-radius:50%;z-index:0}.hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:center;width:100%;max-width:1200px;position:relative;z-index:1}.hero-content{flex:2;min-width:320px;text-align:left;display:flex;flex-direction:column;gap:1.5rem}.hero-avatar{width:140px;height:140px;border-radius:50%;border:5px solid #fff;margin-bottom:1.5rem;-o-object-fit:cover;object-fit:cover;box-shadow:0 4px 20px #0000001a;background:#fff}.hero-name{color:#fbbf24;font-weight:800;font-size:1.4rem;margin-bottom:.25rem}.hero-title{font-size:2.8rem;font-weight:900;margin-bottom:1rem;color:#fff;letter-spacing:-1px;line-height:1.1}.hero-desc{font-size:1.18rem;color:#e0e7ff;margin-bottom:1.5rem;font-weight:500}.hero-btn-group{display:flex;gap:1.2rem;margin-bottom:1.5rem}.hero-btn{padding:.85rem 2.2rem;border-radius:2rem;font-weight:700;text-decoration:none;font-size:1.08rem;transition:background .2s,color .2s,box-shadow .2s;border:none;cursor:pointer;display:inline-block;box-shadow:0 2px 8px #3c3c7814}.hero-btn-primary{background:#fbbf24;color:#22223b}.hero-btn-primary:hover{background:#fff;color:#6366f1;box-shadow:0 4px 16px #fbbf2426}.hero-btn-ghost{background:transparent;color:#fff;border:2px solid #fff}.hero-btn-ghost:hover{background:#fff;color:#6366f1;box-shadow:0 4px 16px #6366f11a}.hero-tags{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.5rem}.pill{background:#ffffff2e;color:#fff;padding:.45rem 1.2rem;border-radius:999px;font-size:1.02rem;font-weight:600;letter-spacing:.5px;box-shadow:0 1px 4px #3c3c780f}.hero-icons{display:flex;gap:1.5rem;margin-top:1.5rem}.hero-icons a{color:#fff;font-size:2.2rem;transition:color .2s,transform .2s;filter:drop-shadow(0 2px 8px rgba(99,102,241,.1))}.hero-icons a:hover{color:#fbbf24;transform:scale(1.13) rotate(-6deg)}.hero-card{flex:1.2;min-width:260px;display:flex;align-items:center;justify-content:center}.hero-card-bg{width:100%;max-width:350px;aspect-ratio:4/3;background:linear-gradient(135deg,#f8fafc,#e0e7ff);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #3c3c7821;position:relative;overflow:hidden}.hero-card-bg:after{content:"";position:absolute;left:-40px;bottom:-40px;width:120px;height:120px;background:#6366f11a;border-radius:50%;z-index:0}.hero-card-content{text-align:center;position:relative;z-index:1;padding:2.2rem 1.2rem}.hero-card-label{text-transform:uppercase;letter-spacing:2px;color:#6366f1;font-weight:700;font-size:1.05rem}.hero-card-name{font-size:1.7rem;font-weight:800;color:#22223b;margin:.7rem 0 .3rem}.hero-card-role{color:#64748b;font-size:1.08rem;font-weight:600}.coding-animation-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.18;display:flex;flex-direction:column;justify-content:flex-start;padding:3rem 2rem;font-family:Fira Mono,Consolas,monospace;font-size:1.15rem;color:#fff;animation:fadeInBg 1.2s ease}@keyframes fadeInBg{0%{opacity:0}to{opacity:.18}}.code-line{margin-bottom:.3rem;white-space:pre;animation:codeAppear .8s backwards}.code-line.indent{margin-left:2rem}.code-cursor{display:inline-block;width:1ch;height:1.2em;background:#fbbf24;margin-left:.2rem;border-radius:2px;animation:blink 1s steps(2,start) infinite;vertical-align:middle}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes codeAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.matrix-rain-bg{position:absolute;top:0;left:0;width:100%!important;height:100%!important;z-index:0;pointer-events:none;opacity:.25}.tech-network-bg{position:absolute;top:0;left:0;width:100%!important;height:100%!important;z-index:0;pointer-events:none;opacity:.18}.circuit-board-bg{position:absolute;top:0;left:0;width:100%!important;height:100%!important;z-index:0;pointer-events:none;opacity:.13}.hero-section{position:relative;display:flex;align-items:center;justify-content:center;min-height:70vh;background:linear-gradient(120deg,#6366f1,#60a5fa);color:#fff;border-radius:2rem;margin-bottom:2.5rem;box-shadow:0 8px 40px #3c3c782e;padding:3rem 2rem;overflow:hidden}@media (max-width: 900px){.hero-grid{flex-direction:column;gap:2.5rem;align-items:stretch}.hero-section{padding:2rem .7rem}}@media (max-width: 768px){.hero-grid{display:flex;flex-direction:column;gap:24px}.hero-content,.hero-card{width:100%;max-width:100%;margin:0 auto}.hero-avatar{width:120px;height:120px}.hero-title{font-size:1.5rem;text-align:center}.hero-desc{font-size:1rem;text-align:center}.hero-btn-group{flex-direction:column;gap:12px;align-items:center}.hero-tags{flex-wrap:wrap;justify-content:center}.hero-icons{justify-content:center;gap:16px}.hero-card-bg{padding:16px}}@media (max-width: 600px){.hero-section{min-height:50vh;border-radius:1rem;margin-bottom:1.2rem;padding:1.2rem .3rem}.hero-title{font-size:2.1rem}.hero-card-bg{max-width:100%}.hero-avatar{width:90px;height:90px}}.about-section{display:flex;justify-content:center;margin-bottom:2.5rem}.about-card{display:flex;gap:2rem;background:#fff;border-radius:1.5rem;box-shadow:0 2px 16px #3c3c7814;padding:2rem 2.5rem;align-items:center;max-width:800px;width:100%}.about-avatar{width:110px;height:110px;border-radius:50%;border:4px solid #6366f1;-o-object-fit:cover;object-fit:cover;box-shadow:0 2px 8px #6366f11a}.about-title{font-size:2rem;font-weight:800;color:#6366f1;margin-bottom:.5rem}.about-desc{font-size:1.1rem;color:#22223b;margin-bottom:1rem}.about-highlights{list-style:none;padding:0;margin:0;color:#64748b;font-size:1rem}.about-highlights li{margin-bottom:.3rem;padding-left:1.2em;position:relative}.about-highlights li:before{content:"•";color:#fbbf24;position:absolute;left:0}@media (max-width: 700px){.about-card{flex-direction:column;align-items:center;padding:1.2rem .7rem;gap:1.2rem}.about-avatar{width:80px;height:80px}.about-title{font-size:1.3rem}.about-desc{font-size:1rem}}.services-section{margin-bottom:2.5rem;text-align:center}.services-title{font-size:2rem;font-weight:800;color:#6366f1;margin-bottom:1.5rem}.services-grid{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.service-card{background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #3c3c7814;padding:2rem 1.5rem;width:260px;display:flex;flex-direction:column;align-items:center;transition:transform .18s,box-shadow .18s}.service-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 6px 24px #6366f121}.service-icon{font-size:2.5rem;color:#fbbf24;margin-bottom:1rem}@media (max-width: 900px){.services-grid{flex-direction:column;gap:1.2rem;align-items:center}.service-card{width:95%;padding:1.2rem .7rem}}.skills-section{margin-bottom:2.5rem}.skills-title{font-size:2rem;font-weight:800;color:#6366f1;margin-bottom:1.5rem;text-align:center}.skills-list{display:flex;flex-direction:column;gap:1.2rem;max-width:600px;margin:0 auto}.skill-pill{display:flex;align-items:center;gap:1rem;background:#fff;border-radius:1rem;box-shadow:0 1px 8px #3c3c780f;padding:.7rem 1.2rem}.skill-bar-bg{flex:1;height:8px;background:#e0e7ff;border-radius:4px;margin:0 .5rem;overflow:hidden}.skill-bar{height:100%;background:linear-gradient(90deg,#6366f1 60%,#fbbf24);border-radius:4px;transition:width .5s}.skill-level{font-size:.95rem;color:#64748b;min-width:38px;text-align:right}@media (max-width: 700px){.skills-list{gap:.7rem}.skill-pill{padding:.5rem .7rem;font-size:.98rem}.skills-title{font-size:1.3rem}}.projects-section{margin-bottom:2.5rem}.projects-title{font-size:2rem;font-weight:800;color:#6366f1;margin-bottom:1.5rem;text-align:center}.projects-grid{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.project-card{background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #3c3c7814;overflow:hidden;width:320px;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s}.project-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 6px 24px #6366f121}.project-img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover}.project-content{padding:1.2rem}.project-content h3{font-size:1.2rem;font-weight:700;color:#22223b;margin-bottom:.5rem}.project-content p{color:#64748b;font-size:1rem;margin-bottom:1rem}.project-links{display:flex;gap:1rem}.project-links a{color:#6366f1;font-weight:700;text-decoration:none;transition:color .2s}.project-links a:hover{color:#fbbf24}@media (max-width: 900px){.projects-grid{flex-direction:column;gap:1.2rem;align-items:center}.project-card{width:98%}.project-img{height:140px}.projects-title{font-size:1.3rem}}.experience-section{margin-bottom:2.5rem}.experience-title{font-size:2rem;font-weight:800;color:#6366f1;margin-bottom:1.5rem;text-align:center}.experience-list{display:flex;flex-direction:column;gap:1.5rem;max-width:700px;margin:0 auto}.experience-card{background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #3c3c7814;padding:1.5rem 2rem;position:relative}.experience-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.experience-role{font-weight:700;color:#22223b;font-size:1.1rem}.experience-period{color:#64748b;font-size:.98rem}.experience-company{color:#6366f1;font-weight:700;font-size:1.05rem;margin-bottom:.5rem}.experience-highlights{list-style:none;padding:0;margin:0;color:#64748b;font-size:1rem}.experience-highlights li{margin-bottom:.3rem;padding-left:1.2em;position:relative}.experience-highlights li:before{content:"•";color:#fbbf24;position:absolute;left:0}@media (max-width: 700px){.experience-card{padding:1rem .7rem}.experience-title{font-size:1.3rem}.experience-role,.experience-company{font-size:1rem}}.contact-section{display:flex;justify-content:center;margin-bottom:2.5rem}.contact-card{background:#fff;border-radius:1.5rem;box-shadow:0 2px 16px #3c3c7814;padding:2.5rem 2rem;max-width:400px;width:100%;text-align:center}.contact-title{font-size:2rem;font-weight:800;color:#6366f1;margin-bottom:1.2rem}.contact-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.contact-form input,.contact-form textarea{border:1px solid #e0e7ff;border-radius:.7rem;padding:.8rem 1rem;font-size:1rem;background:#f8fafc;color:#22223b;outline:none;transition:border .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#6366f1}.contact-form button{background:#6366f1;color:#fff;border:none;border-radius:.7rem;padding:.9rem 1.2rem;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s}.contact-form button:hover{background:#fbbf24;color:#22223b}.contact-links{display:flex;gap:1.2rem;justify-content:center}.contact-links a{color:#6366f1;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:color .2s}.contact-links a:hover{color:#fbbf24}@media (max-width: 700px){.contact-card{padding:1.2rem .7rem;max-width:98vw}.contact-title{font-size:1.3rem}.contact-form input,.contact-form textarea{font-size:.98rem;padding:.6rem .7rem}.contact-links{flex-direction:column;gap:.7rem}}.footer{text-align:center;color:#64748b;font-size:1rem;padding:1.5rem 0 .5rem;background:transparent}@media (max-width: 700px){.footer{font-size:.95rem;padding:1rem 0 .3rem}}.login-section{max-width:400px;margin:48px auto;padding:32px;background:#fff;border-radius:12px;box-shadow:0 2px 16px #00000012}.login-section h2{margin-bottom:24px;text-align:center}.login-form{display:flex;flex-direction:column;gap:16px}.login-form label{display:flex;flex-direction:column;font-weight:500;margin-bottom:8px}.login-form input{padding:8px;border:1px solid #ccc;border-radius:6px;margin-top:4px}.login-form button{padding:10px 0;background:#4f8cff;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;margin-top:12px;transition:background .2s}.login-form button:hover{background:#357ae8}.app-container{font-family:Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(135deg,#f8fafc,#e0e7ff);min-height:100vh;display:flex;flex-direction:column;border-radius:2rem;box-shadow:0 8px 40px #3c3c781a}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem;box-sizing:border-box;border-radius:1.5rem;background:#ffffffd9;box-shadow:0 2px 16px #3c3c7812}@media (max-width: 900px){.main-content{max-width:100%;padding:1.5rem .5rem}}@media (max-width: 600px){.main-content{padding:1rem .25rem;border-radius:.5rem}.app-container{padding:0;border-radius:0}}*,: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}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.absolute{position:absolute}.relative{position:relative}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.border{border-width:1px}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.underline{text-decoration-line:underline}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}:root{--ring: #6366f1}html,body,#root{height:100%}.section{margin-left:auto;margin-right:auto;max-width:72rem;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.section{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.section{padding-left:2rem;padding-right:2rem}}.section-title{font-size:1.875rem;line-height:2.25rem;font-weight:800;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}@media (min-width: 768px){.section-title{font-size:2.25rem;line-height:2.5rem}}.section-subtitle{max-width:48rem;--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.card{border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 10px 25px rgba(2, 6, 23, .08);--tw-shadow-colored: 0 10px 25px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.pill{display:inline-flex;align-items:center;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));padding:.25rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;padding:.5rem 1rem;font-weight:600;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: transparent;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width: 2px}.btn-primary{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.btn-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1))}.btn-ghost{border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.btn-ghost:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.nav-link{font-weight:500;--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.nav-link:hover{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}
