@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Oswald,sans-serif;font-optical-sizing:auto}:root{--exp-bg: #0b0f1a;--card-bg: rgba(255, 255, 255, .06);--card-bg-hover: rgba(255, 255, 255, .1);--border: rgba(255, 255, 255, .12);--text: #e8ecf1;--muted: #a8b1c1;--accent: #7c5cff;--accent-2: #00d1ff;--shadow: 0 10px 30px rgba(0, 0, 0, .35);--wk-bg-top: #0b1220;--wk-bg-bottom: #172234;--wk-text: #e6edf6;--wk-text-dim: #c7d2e0;--wk-border: #5b6b80;--wk-accent: #e2e8f0}body{background:linear-gradient(to right,#1e3c4c,#0d1117)}.navbar{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;background:#0f0f17;border-bottom:1px solid #222236}.navbar-left,.navbar-right{display:flex;align-items:center;gap:1rem}.navbar-center{display:flex;justify-content:center;align-items:center}.navbar-logo{height:55px;width:auto}.navbar-icon{height:28px;width:28px;color:#fff}.icon-btn{background:transparent;border:none;cursor:pointer;padding:6px;line-height:0;border-radius:8px}.icon-btn:hover{background:#1c1c2b}.navbar-links{list-style:none;display:flex;gap:2.2rem;font-size:2.3rem;font-weight:700;margin:0;padding:0}.navbar-links li a{text-decoration:none;color:#f5f5f5;transition:color .25s ease}.navbar-links li a:hover{color:#9aa0ff}.language-dropdown{position:absolute;top:64px;right:16px;margin-top:.5rem;background-color:#161626;border:1px solid #2c2c42;border-radius:10px;list-style:none;padding:.5rem 0;box-shadow:0 8px 24px #00000059;z-index:1100;min-width:160px}.language-dropdown li{padding:.6rem 1rem;cursor:pointer;color:#ececf3;transition:background .2s ease,color .2s ease;white-space:nowrap;font-size:.95rem}.language-dropdown li:hover{background-color:#24243a;color:#63d1ff}.hamburger{display:none}.mobile-menu{position:fixed;left:0;right:0;top:64px;background:#0d0d16f5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid #222236;transform:translateY(-12px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:1050}.mobile-menu.open{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-links{list-style:none;display:flex;flex-direction:column;gap:.2rem;margin:0;padding:.6rem 1.2rem}.mobile-links li a{display:block;padding:1rem .6rem;text-decoration:none;color:#f5f5f5;font-size:1.05rem;font-weight:700;border-radius:8px}.mobile-links li a:hover{background:#1a1a2b;color:#9aa0ff}.mobile-langs{border-top:1px solid #222236;padding:.9rem 1.2rem 1.2rem}.mobile-langs__title{margin:.2rem 0 .6rem;color:#cfcfe6;font-weight:600;font-size:.95rem}.mobile-langs__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem}.mobile-langs__grid button{background:#1a1a2b;border:1px solid #292949;border-radius:8px;color:#e6e6f2;padding:.5rem .25rem;font-weight:600;cursor:pointer}.mobile-langs__grid button:hover{background:#24243a}@media (max-width: 1024px){.navbar-center{display:none}.hamburger{display:inline-flex}.navbar{padding:.9rem 1rem}.navbar-logo{height:48px}.navbar-icon{height:26px;width:26px}}@media (max-width: 640px){.mobile-langs__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.header-container{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:100vh;padding:clamp(1.2rem,3vw,2rem) clamp(1rem,4vw,4rem);width:100%;gap:clamp(2rem,6vw,8rem);background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed}.header-left-content{z-index:1;width:100%;max-width:720px}.header-left-content h2{color:#d6d6d6;font-size:clamp(1.8rem,4.6vw,3rem);line-height:1.2;font-weight:600;margin:0}.header-left-content h2 .highlight{color:#51aee5;font-weight:700}.linea{width:min(60%,420px);height:2px;background-color:#dcdcdc;margin:clamp(.8rem,1.6vw,1.2rem) 0}.header-left-content p{color:#b0b8c5;font-size:clamp(1rem,2.2vw,1.25rem);max-width:56ch;line-height:1.6;margin:0}.header-right-content{position:relative;z-index:1;width:clamp(280px,32vw,420px)}.header-right-content img{display:block;width:100%;max-width:100%;border-radius:clamp(36px,10vw,120px) clamp(60px,26vw,300px) clamp(60px,26vw,300px) clamp(36px,10vw,120px);box-shadow:0 0 40px #0009}.header-right-content p{position:absolute;left:50%;bottom:-14px;transform:translate(-50%);margin:0;background-color:#162834f2;border:2px solid rgba(255,255,255,.9);color:#fff;padding:clamp(6px,1.2vw,10px) clamp(14px,3vw,24px);width:auto;max-width:min(92%,520px);text-align:center;border-radius:14px;font-size:clamp(.9rem,1.8vw,1.05rem);font-weight:700;letter-spacing:.2px;box-shadow:0 2px 12px #00000059;white-space:normal;overflow-wrap:anywhere}@media (max-width: 1200px){.header-left-content{max-width:680px}}@media (max-width: 992px){.header-container{flex-direction:column;gap:clamp(2rem,6vw,3rem);text-align:center}.linea{width:50%;margin:1rem auto}.header-right-content{width:min(75%,460px)}.header-right-content p{bottom:-12px;max-width:92%}}@media (max-width: 768px){.header-left-content{max-width:92%}.header-right-content img{border-radius:36px 120px 120px 36px;box-shadow:0 0 28px #00000080}}@media (max-width: 576px){.header-container{padding:1rem;gap:1.5rem}.header-right-content{width:88%}.header-right-content img{border-radius:28px;box-shadow:0 0 18px #0006}.header-right-content p{bottom:-10px;padding:8px 14px;font-size:clamp(.88rem,3.2vw,.98rem)}}@media (max-width: 400px){.header-left-content h2{font-size:1.55rem}.header-right-content p{font-size:.9rem}}.about-me-container{display:flex;align-items:center;justify-content:space-around;padding:4rem;color:#e4e6eb;gap:2rem;flex-wrap:wrap;min-height:100vh}.about-left img{width:100%;max-width:300px;border-radius:120px 400px 300px 120px;box-shadow:0 0 120px #0006}.about-right{flex:1;min-width:320px;max-width:600px}.about-right h2{font-size:5.5rem;color:#51aee5;margin-bottom:1rem}.about-right h2 span{color:#fff}.about-right p{font-size:1.6rem;line-height:1.8;margin-bottom:1rem}.bullet{font-size:1.3rem;font-weight:500;color:#fff}.about-right ul{list-style:none;padding-left:0;margin-bottom:1.5rem}.about-right ul li{font-size:1.5rem;margin-bottom:.5rem;color:#c3cad5}.quote{font-size:1.3rem;font-style:italic;color:#51aee5;border-left:3px solid #51aee5;padding-left:1rem}.about-mission-vision{margin-top:2rem;border-top:1px solid #3a3f47;padding-top:1.5rem}.about-mission-vision h3{color:#51aee5;font-size:1.8rem;margin-bottom:.5rem;margin-top:1rem}.about-mission-vision p{font-size:1.5rem;line-height:1.7;color:#d0d3d8;margin-bottom:1.5rem}@media (max-width: 1024px){.about-me-container{flex-direction:column;text-align:center;padding:2.5rem}.about-left img{max-width:260px;margin-bottom:2rem}.about-right h2{font-size:3.8rem}.about-right p,.about-right ul li,.about-mission-vision p{font-size:1.4rem}}@media (max-width: 600px){.about-me-container{padding:2rem 1.5rem;min-height:auto}.about-left img{max-width:200px;border-radius:80px 200px 180px 80px}.about-right h2{font-size:2.6rem}.about-right p,.about-right ul li,.quote,.about-mission-vision p{font-size:1.1rem;line-height:1.6}.about-mission-vision h3{font-size:1.3rem}}.services-container{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(14px,2.5vw,24px);padding:clamp(16px,4vw,32px) clamp(14px,5vw,40px);margin:0;background-repeat:no-repeat;background-position:center;background-size:cover;background-attachment:fixed}.services-container h1{font-size:clamp(5.5rem,5.2vw,3.2rem);line-height:1.15;text-align:center;color:#51aee5;margin:0}.services-container h1 span{color:#d6d6d6;font-weight:400}.services-texts{display:grid!important;grid-template-columns:1fr 1fr;gap:clamp(12px,2.5vw,20px);align-items:start;width:100%;max-width:980px}@media (max-width: 900px){.services-texts{grid-template-columns:1fr;text-align:center;justify-items:center}}.services-texts p{font-size:clamp(1.8rem,2.4vw,1.25rem);line-height:1.65;color:#d6d6d6;margin:0}.services-card{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(50px,3.2vw,20px);width:100%;max-width:1020px;margin:0 auto}@media (max-width: 640px){.services-card{grid-template-columns:1fr}}@media (min-width: 1000px){.services-card{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1280px){.services-card{grid-template-columns:repeat(4,minmax(0,1fr))}}.services-card .card{position:relative;overflow:hidden;border-radius:14px;cursor:pointer;min-height:160px;aspect-ratio:16 / 10;background:#0b1b22}.services-card .card>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,filter .3s ease}.services-card .card:hover>img{transform:scale(1.06);filter:saturate(1.05)}.services-card .card .card-caption{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(to top,#000000a6,#00000073 60%,#0000);padding:14px 16px 18px;display:flex;justify-content:center;align-items:end;min-height:68px;color:#fff;text-align:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);transition:backdrop-filter .25s ease,padding .25s ease,background .25s ease}.services-card .card .card-caption span{font-size:clamp(1rem,2.2vw,1.15rem);font-weight:700;line-height:1.25;text-shadow:0 1px 2px rgba(0,0,0,.6);letter-spacing:.2px}.services-card .card:hover .card-caption,.services-card .card:focus-within .card-caption{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding-bottom:22px;background:linear-gradient(to top,#000000b8,#00000080 65%,#0000000d)}@media (prefers-reduced-motion: reduce){.services-card .card>img{transition:none}}@media (max-width: 360px){.services-container h1{word-break:break-word}}.exp{padding:clamp(20px,4vw,56px);color:var(--text);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(12px,2vw,24px);min-height:100vh}.exp__header{text-align:center;margin-bottom:clamp(12px,2vw,28px)}.exp__title{font-size:clamp(5.5rem,4.5vw,2.2rem);font-weight:800;letter-spacing:.3px;line-height:1.2}.exp__subtitle{color:var(--muted);margin-top:6px;font-size:clamp(1.95rem,2.8vw,1.15rem);line-height:1.5;max-width:980px}.exp__timeline{position:relative;width:100%;max-width:1000px;margin:0 auto;list-style:none;padding-left:0}.exp__item{position:relative;display:grid;grid-template-columns:40px minmax(0,1fr);gap:16px;align-items:flex-start;margin-bottom:22px}.exp__line{position:absolute;left:19px;top:0;bottom:-8px;width:2px;background:linear-gradient(to bottom,#7c5cff66,#00d1ff66);z-index:0}.exp__node{position:relative;z-index:1;width:40px;height:40px;margin-top:2px;display:grid;place-items:center}.exp__badge{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#7c5cffe6,#00d1ffe6);color:#fff;font-weight:800;box-shadow:var(--shadow);letter-spacing:.5px;font-size:.75rem}.exp__card{background:var(--card-bg);border:1px solid var(--border);border-radius:18px;padding:clamp(14px,2.2vw,18px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .25s ease,background .25s ease,border-color .25s ease;display:flex;align-items:stretch;gap:clamp(12px,2vw,20px);width:100%}.exp__card:hover{transform:translateY(-2px);background:var(--card-bg-hover);border-color:#7c5cff59}.exp__meta{display:grid;gap:10px;align-content:start;min-width:180px}.exp__period{font-size:clamp(.85rem,2.2vw,.95rem);color:var(--accent-2);background:#00d1ff1f;border:1px solid rgba(0,209,255,.28);padding:4px 12px;border-radius:999px;width:max-content}.exp__logoWrapper{display:flex;align-items:center;justify-content:flex-start;width:220px;max-width:40vw}.exp__logo{width:100%;height:auto;max-height:110px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));transition:transform .25s ease}.exp__logo:hover{transform:scale(1.05)}.exp__cardHeader{margin-bottom:6px;flex:1 1 auto;min-width:0}.exp__role{font-size:clamp(1rem,2.6vw,1.15rem);font-weight:800;line-height:1.3}.exp__company{color:var(--muted);margin-top:4px;font-size:clamp(1rem,2.8vw,1.1rem);width:auto;max-width:100%}.exp__location{font-size:clamp(.95rem,2.6vw,1rem);color:var(--muted);margin-top:2px}.exp__website{font-size:clamp(1rem,3.5vw,1.6rem);margin-top:2px;overflow-wrap:anywhere}.exp__website a{color:var(--accent-2);text-decoration:none}.exp__website a:hover{text-decoration:underline}.exp__website--na{color:#8ea0ad;font-style:italic}.exp__highlight{margin-top:8px;color:#dfe6ff;font-size:clamp(.95rem,2.6vw,1.05rem);line-height:1.45}.exp__details{margin-top:10px}.exp__summary{cursor:pointer;display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:clamp(.9rem,2.4vw,.95rem);padding:8px 12px;border-radius:10px;-webkit-user-select:none;user-select:none;border:1px solid var(--border);background:#ffffff0a;transition:border-color .25s ease,transform .2s ease}.exp__summary:hover{border-color:#7c5cff59;transform:translateY(-1px)}.exp__chev{transition:transform .25s ease}.exp__details[open] .exp__chev{transform:rotate(180deg)}.exp__desc{margin:12px 0 6px 18px;display:grid;gap:6px}.exp__desc li{color:#eef3ff;line-height:1.5}@media (max-width: 1200px){.exp__timeline{max-width:900px}}@media (max-width: 992px){.exp__item{grid-template-columns:32px minmax(0,1fr)}.exp__line{left:16px}.exp__badge{width:32px;height:32px;font-size:.72rem}.exp__meta{min-width:160px}.exp__logoWrapper{width:180px}.exp__logo{max-height:96px}}@media (max-width: 768px){.exp__card{flex-direction:column;align-items:stretch;gap:12px}.exp__meta{display:flex;align-items:center;gap:10px;min-width:0}.exp__period{order:1}.exp__logoWrapper{order:2;width:160px;max-width:60vw}}@media (max-width: 600px){.exp__item{grid-template-columns:28px 1fr;gap:12px}.exp__line{left:13px}}@media (max-width: 480px){.exp__line{display:none}.exp__item{grid-template-columns:1fr}.exp__node{width:32px;height:32px;margin-bottom:6px}.exp__badge{width:28px;height:28px;font-size:.7rem}.exp__card{padding:12px}.exp__meta{justify-content:flex-start;gap:8px}.exp__period{font-size:.85rem;padding:3px 10px}.exp__logoWrapper{width:140px}.exp__logo{max-height:80px}.exp__company{font-size:1rem}.exp__highlight{font-size:.95rem}.exp__summary{width:100%;justify-content:center}}@media (max-width: 360px){.exp__title{font-size:1.35rem}.exp__subtitle{font-size:.92rem}.exp__desc li{font-size:.95rem}}.wk-footer{width:100%;color:var(--wk-text);background:linear-gradient(180deg,var(--wk-bg-top),var(--wk-bg-bottom))}.wk-footer__inner{max-width:1120px;margin:0 auto;padding:26px 2px;display:grid;gap:48px}@media (min-width: 768px){.wk-footer__inner{grid-template-columns:repeat(4,minmax(0,1fr))}}.wk-footer__title{font-size:1.5rem;line-height:1.3;font-weight:800;letter-spacing:.2px}.wk-footer__underline{margin-top:.5rem;width:10rem;height:2px;background:var(--wk-accent);border-radius:2px}.wk-footer__underline--right{margin-left:auto}.wk-footer__address{margin-top:1.25rem;font-style:normal;font-size:1.125rem;line-height:1.7;color:var(--wk-text-dim)}.wk-footer__list{margin-top:1.25rem;padding-left:1rem;list-style:disc;color:var(--wk-text-dim);font-size:1.125rem}.wk-link{color:var(--wk-text-dim);text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease}.wk-link:hover{color:var(--wk-text);text-decoration:underline;text-underline-offset:4px}.wk-footer__lead{margin-top:1.25rem;font-size:1.125rem;color:var(--wk-text-dim)}.wk-social{margin-top:1rem;display:flex;gap:1rem;justify-content:flex-start}.wk-social__btn{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#475569b3;-webkit-backdrop-filter:saturate(120%) blur(2px);backdrop-filter:saturate(120%) blur(2px);transition:transform .15s ease,background .2s ease}.wk-social__btn:hover{transform:translateY(-1px) scale(1.04);background:#475569e6}.wk-social__svg{width:28px;height:28px;fill:currentColor;color:var(--wk-text)}.wk-footer__desc{margin-top:1.25rem;color:var(--wk-text-dim);font-size:1rem;line-height:1.7}.wk-footer__note{margin-top:.5rem;color:var(--wk-text-dim);font-size:1rem;display:inline-flex;gap:.5rem;align-items:flex-start}.wk-footer__noteIcon{width:20px;height:20px;margin-top:.15rem;color:var(--wk-text-dim);fill:currentColor}.wk-footer__bottom{background:linear-gradient(180deg,var(--wk-bg-top),var(--wk-bg-bottom));border-top:1px solid rgba(91,107,128,.6);padding:18px 24px;text-align:center;color:#cbd5e1;font-size:.95rem}.wk-strong{font-weight:600}.wk-footer__inner{padding:clamp(20px,3.5vw,40px) clamp(12px,3vw,28px);display:grid;gap:clamp(20px,3vw,48px);grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}@media (min-width: 1024px){.wk-footer__inner{grid-template-columns:repeat(4,minmax(0,1fr))}}.wk-footer__col--right{text-align:left}@media (min-width: 768px){.wk-footer__col--right{text-align:right}}.wk-footer__title{font-size:clamp(1.1rem,1.8vw,1.5rem)}.wk-footer__address,.wk-footer__list,.wk-footer__lead,.wk-footer__desc,.wk-footer__note{font-size:clamp(.95rem,1.6vw,1.125rem);line-height:1.7}.wk-footer__underline{width:clamp(6rem,20vw,10rem)}.wk-footer__underline--right{margin-left:0}@media (min-width: 768px){.wk-footer__underline--right{margin-left:auto}}.wk-social{flex-wrap:wrap;justify-content:center;gap:clamp(10px,2vw,16px)}@media (min-width: 768px){.wk-social{justify-content:flex-end}}.wk-social__btn{width:clamp(40px,5vw,48px);height:clamp(40px,5vw,48px);border-radius:14px}.wk-social__svg{width:clamp(22px,3vw,28px);height:clamp(22px,3vw,28px)}.wk-footer__list{margin-top:1rem;padding-left:1.25rem}.wk-footer__list li+li{margin-top:.35rem}.wk-link{padding:2px 0}.wk-link:focus-visible,.wk-social__btn:focus-visible{outline:2px solid var(--wk-accent);outline-offset:2px;border-radius:14px}@media (max-width: 480px){.wk-footer__desc,.wk-footer__note{text-wrap:pretty}}.wk-footer__bottom{padding:clamp(12px,2.5vw,18px) clamp(16px,4vw,24px);font-size:clamp(.9rem,1.6vw,1rem);text-align:center}@media (prefers-reduced-motion: reduce){.wk-link,.wk-social__btn{transition:none}}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@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-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y: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;--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;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}:-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}}@layer components;@layer utilities{.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}
