.App{text-align:center;background-color:var(--background);min-height:100vh;transition:background-color .4s,color .4s}.container{flex-direction:column;justify-content:flex-start;align-items:center;gap:0;max-width:1200px;min-height:auto;margin:0 auto;padding:6rem 3rem 2rem;display:flex}:root{--primary-colour-dark:#fcd5ce;--primary-colour-light:#f8f9fa;--primary-colour-black:#212529;--peach-glow:#fcd5ce59;--transition-bounce:cubic-bezier(.34,1.56,.64,1);--transition-smooth:cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:62.5%}body{font-weight:400;line-height:1;transition:background-color .4s,color .4s;overflow-x:hidden}::selection{background-color:var(--primary-colour-dark);color:var(--primary-colour-black)}.dark ::selection{color:#fff;background-color:#d64e4a}@media (max-width:768px){html{font-size:50%}.container{justify-content:flex-start;min-height:auto;padding:3rem 1.6rem}}.theme-toggle-btn{-webkit-backdrop-filter:blur(12px);cursor:pointer;z-index:9999;color:#333;background:#fcd5ce66;border:2px solid #fcd5ce99;border-radius:14px;justify-content:center;align-items:center;width:4.4rem;height:4.4rem;transition:background-color .3s,border-color .3s;display:flex;position:fixed;top:2rem;right:2rem}.dark .theme-toggle-btn{color:#ececec;background:#ffffff14;border-color:#ffffff26}.theme-toggle-btn:hover{border-color:var(--primary-colour-dark);background:#fcd5ce99}.dark .theme-toggle-btn:hover{background:#ffffff26;border-color:#ffffff4d}.theme-toggle-btn svg{width:2rem;height:2rem}.mesh-gradient{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.mesh-blob{filter:blur(80px);opacity:.7;border-radius:50%;animation:20s ease-in-out infinite meshFloat;position:absolute}.mesh-blob-1{background:radial-gradient(circle,#fcd5ce 0%,#0000 70%);width:55vw;max-width:600px;height:55vw;max-height:600px;animation-delay:0s;top:-10%;left:-10%}.mesh-blob-2{background:radial-gradient(circle,#f8b4b499 0%,#0000 70%);width:40vw;max-width:420px;height:40vw;max-height:420px;animation-duration:25s;animation-delay:-7s;top:20%;right:-8%}.mesh-blob-3{background:radial-gradient(circle,#fde2cf 0%,#0000 70%);width:40vw;max-width:450px;height:40vw;max-height:450px;animation-duration:22s;animation-delay:-14s;bottom:0;left:30%}@keyframes meshFloat{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-20px)scale(1.05)}50%{transform:translate(-20px,15px)scale(.95)}75%{transform:translate(15px,25px)scale(1.02)}}.dark .mesh-blob{opacity:.25}.dark .mesh-blob-1{background:radial-gradient(circle,#d64e4a 0%,#0000 70%)}.dark .mesh-blob-2{background:radial-gradient(circle,#c03a36 0%,#0000 70%)}.dark .mesh-blob-3{background:radial-gradient(circle,#e8a29d 0%,#0000 70%)}@media (prefers-reduced-motion:reduce){.mesh-blob{animation:none}}@media (max-width:768px){.mesh-blob{filter:blur(60px);opacity:.5}.mesh-blob-1{width:60vw;height:60vw}.mesh-blob-2{width:50vw;height:50vw}.mesh-blob-3{width:40vw;height:40vw}}.hero-section{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-container{z-index:1;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.scroll-indicator{z-index:2;color:var(--muted);letter-spacing:.1em;flex-direction:column;align-items:center;gap:.3rem;font-size:.85rem;font-weight:500;animation:2s ease-in-out infinite scrollBounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-indicator svg{opacity:.7}@keyframes scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}.hero-layout{align-items:center;gap:5rem;width:100%;max-width:900px;display:flex}.hero-sidebar{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.hero-content{flex-direction:column;flex:1;align-items:center;display:flex}.hero-body{flex-direction:column;align-items:center;margin-top:1rem;margin-bottom:0;display:flex}.profile-wrapper{flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.profile-pic-container{position:relative}.profile-picture{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border:3px solid var(--primary-colour-dark);width:24rem;box-shadow:0 8px 30px var(--peach-glow);border-radius:50%;transition:border-color .4s,box-shadow .4s;display:block}.dark .profile-picture{border-color:#d64e4a;box-shadow:0 8px 30px #d64e4a26}.profile-glow{z-index:0;pointer-events:none;border-radius:50%;animation:3s ease-in-out infinite glowPulse;position:absolute;inset:0}@keyframes glowPulse{0%,to{box-shadow:0 0 12px 4px #fcd5ce66,0 0 24px 8px #fcd5ce26}50%{box-shadow:0 0 24px 14px #fcd5ce8c,0 0 56px 24px #fcd5ce33}}.dark .profile-glow{animation:3s ease-in-out infinite glowPulseDark}@keyframes glowPulseDark{0%,to{box-shadow:0 0 12px 4px #d64e4a4d,0 0 24px 8px #d64e4a1a}50%{box-shadow:0 0 24px 14px #d64e4a73,0 0 56px 24px #d64e4a2e}}.profile-links{justify-content:center;align-items:flex-start;gap:2.4rem;margin-top:1.6rem;display:flex}.profile-links .profile-link:first-child,.profile-links .profile-link:last-child{margin-top:-.6rem}.profile-link{color:#555;flex-direction:column;align-items:center;gap:.3rem;text-decoration:none;transition:color .2s,transform .2s;display:flex}.dark .profile-link{color:#aaa}.profile-link:hover{color:#000;transform:scale(1.15)}.dark .profile-link:hover{color:#fff}.profile-link:active{transform:scale(.95)}.profile-link svg{width:2.2rem;height:2.2rem}.profile-link span{letter-spacing:.04em;font-size:.95rem;font-weight:500}.coloured-box{background-color:var(--primary-colour-dark);z-index:0;border-radius:2px;height:1.7rem;transition:background-color .4s;position:absolute;top:55%}.text-with-box{text-align:center;z-index:1;justify-content:center;margin-bottom:2rem;display:flex;position:relative}.intro-text{color:var(--foreground);z-index:2;letter-spacing:-.02em;font-size:4.8rem;font-weight:700;line-height:1.3;position:relative}.name-text{white-space:nowrap;font-size:3.6rem}.body-text{color:var(--foreground);z-index:2;font-size:3.4rem;font-weight:600;line-height:1.4;position:relative}.typing-container{text-align:center;justify-content:center;align-items:center;min-height:6rem;display:flex;position:relative}.animated-text{color:var(--foreground);z-index:2;font-size:3.4rem;font-weight:600;line-height:1.2;position:relative}@media (max-width:768px){.hero-layout{flex-direction:column;gap:2rem;min-height:auto;margin-bottom:4rem}.hero-sidebar{order:-1}.profile-picture{width:22rem}.intro-text{font-size:4.2rem}.name-text{font-size:3.2rem}.body-text{white-space:normal;font-size:3rem}.animated-text{font-size:3rem}.hero-body{margin-bottom:2rem}.typing-container{min-height:5rem}}.dark .coloured-box{opacity:1;background-color:#d64e4a}.project-card-wrapper{width:100%;padding-top:8px}.project-card{background:radial-gradient(ellipse at 20% 0%,#fcd5ce26,transparent 50%),radial-gradient(ellipse at 85% 100%,#fcd5ce1a,transparent 50%),var(--card);border:1px solid var(--border);border-radius:20px;flex-direction:column;align-items:center;width:100%;height:100%;padding:2rem 2rem 2.8rem;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1),border-color .35s;display:flex;position:relative;overflow:visible;box-shadow:0 4px 24px #0000000f}.project-card:hover{border-color:var(--primary-colour-dark);transform:translateY(-6px);box-shadow:0 20px 50px #0000001a}.dark .project-card:hover{border-color:#d64e4a;box-shadow:0 20px 50px #0000004d}.card-image-container{border-radius:12px;width:100%;position:relative;overflow:hidden}.project-img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%;height:22rem;transition:transform .5s cubic-bezier(.22,1,.36,1);display:block}.project-card:hover .project-img{transform:scale(1.03)}.project-status-badge{color:#fff;letter-spacing:.02em;background:#d64e4a;border-radius:99px;padding:.4rem 1.2rem;font-size:1.3rem;font-weight:600;position:absolute;top:1.2rem;right:1.2rem}.new-badge{z-index:2;color:#fff;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(135deg,#f43f5e,#ec4899);border-radius:99px;align-items:center;gap:.5rem;padding:.45rem 1.1rem;font-size:1.15rem;font-weight:700;animation:3s ease-in-out infinite newGlow;display:inline-flex;position:absolute;top:-.6rem;right:1.6rem}.new-badge:before{content:"";background:#fff;border-radius:50%;width:.6rem;height:.6rem;animation:3s ease-in-out infinite newDot}@keyframes newGlow{0%,to{box-shadow:0 0 #f43f5e80,0 2px 12px #f43f5e4d}50%{box-shadow:0 0 0 8px #f43f5e00,0 2px 20px #f43f5e80}}@keyframes newDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.6)}}.card-title{color:var(--foreground);text-align:center;letter-spacing:-.01em;margin:2.4rem 1.2rem 2rem;font-size:2.4rem;font-weight:700}.tech-stack-container{flex-wrap:wrap;place-content:flex-start center;gap:.8rem;min-height:5.2rem;margin-bottom:2.4rem;padding:0 1.2rem;display:flex}.tech-pill{color:#fff;white-space:nowrap;letter-spacing:.01em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);--mx:50%;--my:50%;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:1.3rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001f,inset 0 1px #fff3}.tech-pill:after{content:"";background:radial-gradient(circle 40px at var(--mx)var(--my),#ffffff40,transparent 70%);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.tech-pill:hover:after{opacity:1}.tech-pill:hover{box-shadow:0 3px 12px #0000002e,inset 0 1px #ffffff4d}.tech-logo{-o-object-fit:contain;object-fit:contain;border-radius:4px;flex-shrink:0;width:1.8rem;height:1.8rem}.description{text-align:center;color:var(--muted-foreground);flex-grow:1;max-width:38rem;margin-bottom:2.4rem;padding:0 1.2rem;font-size:1.6rem;font-weight:400;line-height:1.6}.cta-group{gap:1.2rem;margin-top:auto;padding:.4rem 1.2rem 0;display:flex}.btn-card-cta{color:#fff;cursor:pointer;letter-spacing:.02em;--mx:50%;--my:50%;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:.6rem;padding:.9rem 2.2rem;font-size:1.5rem;font-weight:600;text-decoration:none;transition:box-shadow .3s,transform .2s;display:inline-flex;position:relative;overflow:hidden}.btn-card-cta:after{content:"";pointer-events:none;background:linear-gradient(#ffffff1a,#0000);border-radius:99px 99px 0 0;height:50%;position:absolute;top:0;left:0;right:0}.btn-card-cta:before{content:"";background:radial-gradient(circle 60px at var(--mx)var(--my),#ffffff2e,transparent 70%);opacity:0;z-index:1;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.btn-card-cta:hover:before{opacity:1}.btn-card-cta:hover{transform:translateY(-2px)}.btn-card-cta:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,#c03a36,#e06b68);box-shadow:0 4px 16px #d64e4a59,inset 0 1px #ffffff1a}.btn-primary:hover{box-shadow:0 8px 28px #d64e4a80,inset 0 1px #ffffff1a}.btn-secondary{background:linear-gradient(135deg,#2d2d2d,#444);box-shadow:0 4px 16px #0003,inset 0 1px #ffffff14}.btn-secondary:hover{box-shadow:0 8px 28px #00000059,inset 0 1px #ffffff14}.dark .btn-primary{background:linear-gradient(135deg,#b83330,#d64e4a);box-shadow:0 4px 16px #d64e4a4d,inset 0 1px #ffffff14}.dark .btn-primary:hover{box-shadow:0 8px 28px #d64e4a73,inset 0 1px #ffffff14}.dark .btn-secondary{background:linear-gradient(135deg,#1e1e1e,#333);border:1px solid #ffffff1f;box-shadow:0 4px 16px #0006,inset 0 1px #ffffff0f}.dark .btn-secondary:hover{box-shadow:0 8px 28px #0000008c,inset 0 1px #ffffff0f}.blur-card{position:relative}.blur-card .blur-img{filter:blur(6px)}.dark .project-card{background:radial-gradient(ellipse at 20% 0%,#d64e4a14,transparent 50%),radial-gradient(ellipse at 85% 100%,#d64e4a0d,transparent 50%),var(--card);border-color:var(--border);box-shadow:0 4px 24px #0003}.dark .card-title{color:var(--foreground)}@media (max-width:768px){.project-card{border-radius:16px;padding:1.4rem 1.4rem 2rem}.project-img{height:18rem}.card-title{font-size:2.6rem}.description{max-width:100%;font-size:1.8rem}.tech-pill{font-size:1.4rem}.btn-card-cta{padding:1.1rem 2.8rem;font-size:1.8rem}.cta-group{gap:1rem}}.projects-container{grid-template-columns:repeat(3,1fr);gap:2.4rem;width:100%;max-width:1300px;margin:0 auto 20rem;padding:0 3rem;display:grid}@media (max-width:1100px){.projects-container{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.projects-container{grid-template-columns:1fr;gap:2.4rem;margin-bottom:12rem;padding:0 1.6rem}}.about-section{width:100%;max-width:900px;margin:0 auto 6rem;padding:0 3rem}.about-text{color:var(--foreground);margin-bottom:2.4rem;font-size:2rem;font-weight:400;line-height:1.7}.about-text:last-of-type{margin-bottom:4rem}.skills-grid{grid-template-columns:repeat(3,1fr);gap:2.4rem;display:grid}.skill-category{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2.4rem;box-shadow:0 4px 24px #0000000f}.dark .skill-category{box-shadow:0 4px 24px #0003}.skill-category-title{color:var(--foreground);letter-spacing:-.01em;margin:0 0 1.6rem;font-size:1.8rem;font-weight:700}.skill-tags{flex-wrap:wrap;gap:.8rem;display:flex}@media (max-width:768px){.about-section{margin-bottom:4rem;padding:0 1.6rem}.about-text{font-size:1.8rem}.skills-grid{grid-template-columns:1fr;gap:2rem}}.section-switcher{flex-direction:column;align-items:center;width:100%;padding:4rem 0 2rem;display:flex}.section-tabs{align-items:center;gap:3rem;margin-bottom:5rem;display:flex}.section-tab{cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.section-tab .text-with-box{margin-bottom:0}.section-tab .intro-text{font-size:5rem;transition:opacity .3s,color .3s}.section-tab:not(.active) .intro-text{opacity:.2;color:var(--muted-foreground)}.section-tab:not(.active):hover .intro-text{opacity:.45}.tab-divider{background:var(--border);border-radius:1px;flex-shrink:0;width:2px;height:4rem}.section-content-area{width:100%;overflow-x:clip}.section-content{width:100%}@media (max-width:768px){.section-switcher{padding:2rem 0}.section-tabs{gap:2rem;margin-bottom:3rem}.section-tab .intro-text{font-size:3.6rem}.tab-divider{height:3rem}}.site-footer{background:0 0;justify-content:center;align-items:center;width:100%;padding:3rem 3rem 8rem;display:flex}.footer-text{color:var(--muted-foreground);letter-spacing:.02em;font-size:1.2rem;font-weight:400}@media (max-width:768px){.site-footer{padding:2.4rem 1.6rem 8rem}}.home-footer{background-color:var(--primary-colour-dark);cursor:pointer;z-index:100;-webkit-backdrop-filter:blur(8px);justify-content:center;align-items:center;height:4.8rem;transition:background-color .3s;display:flex;position:fixed;bottom:0;left:0;right:0}.home-footer:hover{background-color:#f7c4bb}.scroll-down-btn{width:2.8rem;height:2.8rem;color:var(--primary-colour-black);transition:color .3s}.dark .home-footer{background-color:#b83330}.dark .home-footer:hover{background-color:#a02d2a}.dark .scroll-down-btn{color:#fff}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}:root{--radius:.625rem;--background:#fefaf9;--foreground:#1a1a1a;--card:#fff;--card-foreground:#1a1a1a;--popover:#fff;--popover-foreground:#1a1a1a;--primary:#1a1a1a;--primary-foreground:#fafafa;--secondary:#f5f0ee;--secondary-foreground:#1a1a1a;--muted:#f5f0ee;--muted-foreground:#6b6b6b;--accent:#f5f0ee;--accent-foreground:#1a1a1a;--destructive:#e53935;--border:#00000014;--input:#00000014;--ring:#00000026;--primary-colour-dark:#fcd5ce;--primary-colour-light:#f8f9fa;--primary-colour-black:#212529;--peach-glow:#fcd5ce59}.dark{--background:#0f0f0f;--foreground:#ececec;--card:#1a1a1a;--card-foreground:#ececec;--popover:#1a1a1a;--popover-foreground:#ececec;--primary:#ececec;--primary-foreground:#1a1a1a;--secondary:#262626;--secondary-foreground:#ececec;--muted:#262626;--muted-foreground:silver;--accent:#262626;--accent-foreground:#ececec;--destructive:#ef5350;--border:#ffffff1a;--input:#ffffff26;--ring:#fff3;--peach-glow:#d64e4a33;--primary-colour-dark:#b83330;--primary-colour-black:#fff}*{border-color:var(--border)}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}}@layer components;@layer utilities{.visible{visibility:visible}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.flex{display:flex}.hidden{display:none}.table{display:table}.h-5{height:calc(var(--spacing)*5)}.w-5{width:calc(var(--spacing)*5)}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}body{font-family:Space Grotesk,sans-serif!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
