/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--default-font-family:var(--font-geist-sans);--default-mono-font-family:var(--font-geist-mono)}}@layer base{*,::backdrop,:after,:before{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}:host,html{-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,pre,samp{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}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,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,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-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,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.hidden{display:none}.resize{resize:both}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:80px}.navbar{display:flex;justify-content:space-between;align-items:center;padding:2rem;font-family:Inter,sans-serif;background-color:white;position:sticky;z-index:1000;top:0;box-shadow:0 2px 8px rgba(0,0,0,.02)}.navbar-left a{font-family:Georgia,serif;font-style:italic;font-size:1.3rem;text-decoration:none;color:black}.navbar-right.desktop-menu{display:none}.navbar-right a{margin-left:2rem;text-decoration:none;color:black;font-size:1rem;transition:color .3s ease}.navbar-right a:hover{color:#666}.hamburger-icon{display:block;cursor:pointer;z-index:1001}.overlay{left:0;width:100%;background:rgba(0,0,0,.4);z-index:999}.overlay,.slide-menu{position:fixed;top:0;height:100%}.slide-menu{right:-100%;width:250px;background-color:white;box-shadow:-2px 0 8px rgba(0,0,0,.1);transition:right .3s ease;z-index:1001;padding:4rem 2rem}.slide-menu.open{right:0}.menu-items{list-style:none;padding:0;display:flex;flex-direction:column;gap:2rem}.menu-items li a{text-decoration:none;color:#000;font-weight:700;font-size:1.2rem}@media (min-width:769px){.hamburger-icon{display:none}.navbar-right.desktop-menu{display:flex;gap:2rem}.slide-menu{display:none}.navbar{padding:2rem 4rem}}@media (max-width:768px){.navbar-right.desktop-menu{display:none}}.info-section{background-color:#fdfdfd;color:#121212;font-family:Inter,sans-serif;padding:4rem;width:100%;margin:auto;border-top:1px solid #ddd;border-radius:20px}.info-title{font-family:Georgia,serif;font-size:4rem;font-weight:400;margin-bottom:3rem}.info-row{display:flex;border-top:1px solid #ddd;padding:2rem 0;gap:2rem;flex-wrap:wrap}.info-label{flex:1;font-weight:500;color:#555;max-width:180px;min-width:120px}.info-text{flex:3;max-width:1200px;font-size:1.1rem;line-height:1.75}.info-text p{margin-bottom:1rem}.info-text ul li{text-decoration:none}.info-services{display:flex;flex-wrap:wrap;gap:3rem;font-size:1rem;line-height:2;max-width:1200px}.info-services ul{list-style:none;padding:0;margin:0}.skill-cloud{display:flex;flex-wrap:wrap;justify-content:left;gap:1rem;max-width:1200px;margin:0 auto}.skill-tag{display:inline-block;background-color:white;font-size:.9rem;transition:all var(--transition-speed) ease}@media (max-width:1024px){.info-title{font-size:3rem}.info-text{font-size:1rem}}@media (max-width:768px){.info-row{flex-direction:column}.info-label{margin-bottom:.5rem}.info-label,.info-text{max-width:100%}.info-services{flex-direction:column;gap:1.5rem}}@media (max-width:480px){.info-section{padding:3rem 1rem}.info-title{font-size:2.2rem}.skill-tag{font-size:.8rem;padding:.4rem 1rem}}.hero{padding:2rem 1rem;font-family:Inter,sans-serif;width:100%;margin:0 auto;position:relative;background-color:#fff;border-radius:0 0 20px 20px;box-sizing:border-box}@media (min-width:640px){.hero{padding:3rem 2rem}}@media (min-width:1024px){.hero{padding:4rem;max-width:100%}}@media (min-width:1280px){.hero{padding:4rem 6rem}}@media (min-width:1536px){.hero{margin:0 auto}}.hero-top{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}@media (min-width:768px){.hero-top{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:4.5rem}}.hero-left{flex:1;min-width:0}.symbol{font-size:1.5rem;margin-bottom:1rem}@media (min-width:768px){.symbol{font-size:2rem}}.hero h1{font-size:1.5rem;font-weight:400;max-width:850px;line-height:1.5;color:#000}@media (min-width:640px){.hero h1{font-size:1.75rem}}@media (min-width:1024px){.hero h1{font-size:2rem}}.hero-right{width:100%;text-align:center}@media (min-width:768px){.hero-right{flex-shrink:0;width:auto}}.profile-img{width:100%;max-width:100%;border-radius:1rem;object-fit:cover;box-shadow:0 10px 30px rgba(0,0,0,.1);height:auto;aspect-ratio:3/4}@media (min-width:640px){.profile-img{max-width:300px;height:400px}}@media (min-width:1024px){.profile-img{max-width:400px;height:450px}}.hero-bottom{display:flex;flex-direction:column;margin-top:2rem;font-size:.95rem;gap:2rem;color:#000}@media (min-width:768px){.hero-bottom{flex-direction:row;justify-content:space-between;margin-top:3rem}}.experience-showcase{display:flex;flex-direction:column;align-items:flex-start;background-color:transparent;color:#ddd;padding:1.5rem 0;border-radius:12px;gap:1.5rem}@media (min-width:640px){.experience-showcase{flex-direction:row;align-items:center;padding:2rem 0;gap:2rem}}.logo-carousel{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}@media (min-width:640px){.logo-carousel{gap:1rem;justify-content:flex-start}}.logo-carousel img{width:50px;height:50px;background-color:#fff;padding:2px;object-fit:cover;transition:transform .2s ease;box-shadow:0 0 0 2px #fff}@media (min-width:768px){.logo-carousel img{width:60px;height:60px}}.logo-tooltip{position:relative;display:inline-block;cursor:pointer}.logo-tooltip:after{content:attr(data-tooltip);position:absolute;bottom:110%;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.75);color:white;padding:5px 8px;border-radius:4px;white-space:nowrap;font-size:12px;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out;z-index:10}.logo-tooltip:hover:after{opacity:1;pointer-events:auto}.project-grid-section{background-color:#121212;color:#ffffff;padding:4rem;font-family:Inter,sans-serif;opacity:0;transform:translateY(40px);transition:opacity 1s ease,transform 1s ease}.project-grid-section.animate{opacity:1;transform:translateY(0)}.project-grid-container{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}@media (max-width:1024px){.project-grid-container{gap:2rem}.project-title h2{font-size:3rem}}@media (max-width:768px){.project-grid-container{grid-template-columns:1fr}.project-title h2{font-size:2.25rem}}@media (max-width:480px){.project-grid-section{padding:3rem 1rem}.project-title h2{font-size:2.25rem}.project-meta{font-size:.8rem;flex-direction:column;gap:.25rem}.project-title{flex-direction:column;align-items:flex-start;gap:.5rem}.arrow{margin-left:0}}.project-title h2{font-size:4rem;font-weight:500;margin-top:.25rem;font-family:Georgia,serif;margin-bottom:1.5rem}.project-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.project-image{width:100%;border-radius:.5rem;box-shadow:0 8px 24px rgba(0,0,0,.5);transition:transform .3s ease;object-fit:cover;height:60vh;max-height:60vh}.project-card:hover .project-image{transform:scale(1.02)}.project-meta{font-size:.875rem;color:#aaa;margin-top:1rem}.project-meta,.project-title{display:flex;justify-content:space-between}.project-title{font-size:1.5rem;font-weight:500;margin-top:.5rem;align-items:center}.arrow{font-size:1.25rem;margin-left:.5rem;transition:transform .2s ease}.project-card:hover .arrow{transform:translateX(4px)}.project-intro{padding:1.5rem 1rem;width:100%;margin:0 auto;font-family:Inter,sans-serif;color:#111;background-color:#ffffff;border-radius:0 0 12px 12px}.project-intro-title{font-family:Georgia,serif;font-weight:400;margin-bottom:.5rem;line-height:1.2;font-size:2rem}.project-intro-subtitle{font-weight:400;color:#444;margin-bottom:1.5rem;line-height:1.3;font-size:1.1rem}.project-intro-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.75rem}.project-intro-label{font-weight:500;color:#777;font-size:.95rem}.project-intro-text{line-height:1.6;font-size:1rem}.project-divider{border:none;border-top:1px solid #ddd;margin:1.25rem 0}.project-intro-details{display:grid;gap:1.25rem}.project-detail-item{display:flex;flex-direction:column}.project-detail-item strong{font-weight:500;margin-bottom:.25rem;color:#333;font-size:.95rem}.project-detail-item span{color:#555;font-size:.9rem}.skill-cloud1{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{padding:.5rem 1.25rem;background-color:#fff;border:1px solid rgba(21,36,119,.2);border-radius:50px;font-size:.85rem}.project-intro-images{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.75rem}.project-intro-images img{width:100%;border-radius:8px;object-fit:cover;box-shadow:0 3px 12px rgba(0,0,0,.1);transition:transform .3s ease}.project-intro-images img:hover{transform:scale(1.02)}.project-img{margin:2rem 0;width:100%;border-radius:12px;box-shadow:0 4px 14px rgba(0,0,0,.1)}@media (min-width:480px){.project-intro-title{font-size:2.25rem}.project-intro-subtitle{font-size:1.2rem}.project-intro-text{font-size:1.05rem}}.project-intro-buttons{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}.project-button{padding:.8rem 1.75rem;border-radius:8px;font-weight:500;font-size:.95rem;text-decoration:none;transition:all .2s ease;display:inline-block;text-align:center;border:1px solid transparent}.live-demo{background-color:#111;color:white}.live-demo:hover{background-color:#333;transform:translateY(-1px)}.view-code{background-color:white;color:#111;border:1px solid rgba(0,0,0,.15)}.view-code:hover{background-color:#f8f8f8;transform:translateY(-1px);border-color:rgba(0,0,0,.3)}@media (min-width:600px){.project-intro-buttons{gap:1.5rem}.project-button{padding:.9rem 2rem;font-size:1rem}.project-intro{padding:3rem 2.5rem;border-radius:0 0 18px 18px}.project-intro-section{flex-direction:column;gap:1.5rem}.project-intro-label{max-width:180px}.project-intro-details{grid-template-columns:repeat(2,1fr)}.project-intro-images{flex-direction:row;flex-wrap:wrap}.project-intro-images img{flex:1 1 calc(50% - 0.75rem)}}@media (min-width:900px){.project-intro{padding:4rem;border-radius:0 0 20px 20px}.project-intro-details{grid-template-columns:repeat(3,1fr)}.project-intro-images img{flex:1 1 calc(33.333% - 1rem)}}@media (min-width:1200px){.project-intro-images img{flex:1 1 calc(25% - 1.125rem)}}.get-started-section{background-color:#000;color:#fff;padding:6rem 2rem;text-align:center;font-family:Arial,sans-serif}.get-started-title{font-size:4rem;font-weight:700;margin-bottom:1.5rem;font-family:Georgia,serif}.get-started-subtext{font-size:1.125rem;margin-bottom:2.5rem;letter-spacing:.05em;text-transform:uppercase;color:#ccc}.get-started-button{font-size:1rem;padding:1rem 2rem;border:1px solid #fff;color:#fff;text-decoration:none;transition:all .3s ease;display:inline-block;background-color:transparent}.get-started-button:hover{background-color:#fff;color:#000}@media (max-width:768px){.get-started-title{font-size:2.5rem}.get-started-subtext{font-size:1rem;padding:0 1rem}.get-started-button{font-size:.95rem;padding:.85rem 1.8rem}}@media (max-width:480px){.get-started-title{font-size:2rem}.get-started-subtext{font-size:.95rem;padding:0 .5rem}.get-started-button{font-size:.9rem;padding:.75rem 1.5rem;width:100%;max-width:300px}}.footer{padding:1rem 2vw;background:#000000;display:flex;justify-content:center;align-items:center}.footer-container{background:#f2f2f2;padding:1.2rem;border-radius:1rem;justify-content:space-between;gap:1rem;width:100%;box-shadow:0 5px 15px rgba(0,0,0,.04)}.footer-container,.footer-left{display:flex;align-items:center;flex-wrap:wrap}.footer-left{gap:.75rem;font-size:1.1rem;font-weight:500;color:#111}.footer-left .icon{font-size:1.3rem}.footer-left a{text-decoration:none;color:#111}.footer-right{display:flex;gap:.75rem;flex-wrap:wrap}.footer-right a{background:#eee;padding:.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#111;transition:all .2s ease}.footer-right a:hover{transform:scale(1.1);background:#ddd}@media (max-width:768px){.footer-container{gap:1rem}.footer-container,.footer-left{flex-direction:column;align-items:flex-start}.footer-left{font-size:1rem}.footer-right{justify-content:flex-start;flex-wrap:wrap}}@media (max-width:480px){.footer-left{font-size:.95rem}.footer-right a{font-size:1rem;padding:.4rem .6rem}}.modal-overlay{position:fixed;inset:0;background-color:rgba(30,30,30,.75);display:flex;justify-content:center;align-items:center;z-index:9999;padding:1rem}.modal-content{background-color:#fff;padding:2rem;border-radius:1rem;width:100%;max-width:600px;position:relative;box-shadow:0 16px 50px rgba(0,0,0,.2);animation:fadeIn .3s ease-out}.modal-content h2{font-size:1.75rem;color:#000;margin-bottom:1rem}.modal-close{position:absolute;top:1rem;right:1rem;font-size:1.5rem;background:transparent;border:none;cursor:pointer;color:#666}.connect-subtext{font-size:1rem;color:#666;margin-bottom:1.5rem;line-height:1.5}.connect-form{display:flex;flex-direction:column;gap:1rem}.connect-form input,.connect-form textarea{font-size:1rem;padding:.75rem 1rem;border:1px solid #ddd;border-radius:.75rem;background-color:#f9f9f9;transition:border-color .3s ease,background-color .3s ease;color:#000}.connect-form input:focus,.connect-form textarea:focus{outline:none;border-color:#222;background-color:#fff}.connect-form textarea{resize:vertical;min-height:120px}.connect-form button{background-color:#000;color:#fff;font-weight:600;font-size:1rem;padding:.9rem 1.5rem;border:none;border-radius:.75rem;cursor:pointer;transition:background-color .3s ease}.connect-form button:hover{background-color:#222}@keyframes fadeIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.modal-content{padding:1.5rem}.modal-content h2{font-size:1.5rem}.connect-form button,.connect-form input,.connect-form textarea{font-size:.95rem}}@media (max-width:480px){.modal-content{padding:1.25rem}.modal-content h2{font-size:1.25rem}.connect-subtext{font-size:.9rem}.connect-form input,.connect-form textarea{padding:.6rem .85rem;font-size:.9rem}.connect-form button{font-size:.9rem;padding:.75rem 1.2rem}}.tilted-card-figure{position:relative;width:100%;height:100%;perspective:800px;display:flex;flex-direction:column;align-items:center;justify-content:center}.tilted-card-mobile-alert{position:absolute;top:1rem;text-align:center;font-size:.875rem;display:none}@media (max-width:640px){.tilted-card-mobile-alert{display:block}.tilted-card-caption{display:none}}.tilted-card-inner{position:relative;transform-style:preserve-3d}.tilted-card-img{object-fit:cover;border-radius:15px;transform:translateZ(0)}.tilted-card-img,.tilted-card-overlay{position:absolute;top:0;left:0;will-change:transform}.tilted-card-overlay{z-index:2;transform:translateZ(30px)}.tilted-card-caption{pointer-events:none;position:absolute;left:0;top:0;border-radius:4px;background-color:#fff;padding:4px 10px;font-size:10px;color:#2d2d2d;opacity:0;z-index:3}.darkveil-canvas{width:100%;height:100%;display:block}:root{--pointer-x:50%;--pointer-y:50%;--pointer-from-center:0;--pointer-from-top:0.5;--pointer-from-left:0.5;--card-opacity:0;--rotate-x:0deg;--rotate-y:0deg;--background-x:50%;--background-y:50%;--grain:none;--icon:none;--behind-gradient:none;--inner-gradient:none;--sunpillar-1:hsl(2,100%,73%);--sunpillar-2:hsl(53,100%,69%);--sunpillar-3:hsl(93,100%,69%);--sunpillar-4:hsl(176,100%,76%);--sunpillar-5:hsl(228,100%,74%);--sunpillar-6:hsl(283,100%,73%);--sunpillar-clr-1:var(--sunpillar-1);--sunpillar-clr-2:var(--sunpillar-2);--sunpillar-clr-3:var(--sunpillar-3);--sunpillar-clr-4:var(--sunpillar-4);--sunpillar-clr-5:var(--sunpillar-5);--sunpillar-clr-6:var(--sunpillar-6);--card-radius:30px}.pc-card-wrapper{perspective:500px;transform:translateZ(.1px);position:relative;touch-action:none}.pc-card-wrapper:before{content:"";position:absolute;inset:-10px;background:inherit;background-position:inherit;border-radius:inherit;transition:all .5s ease;filter:contrast(2) saturate(2) blur(36px);transform:scale(.8) translateZ(.1px);background-size:100% 100%;background-image:var(--behind-gradient)}.pc-card-wrapper.active,.pc-card-wrapper:hover{--card-opacity:1}.pc-card-wrapper.active:before,.pc-card-wrapper:hover:before{filter:contrast(1) saturate(2) blur(40px) opacity(1);transform:scale(.9) translateZ(.1px)}.pc-card{height:80svh;max-height:540px;display:grid;aspect-ratio:.718;border-radius:var(--card-radius);position:relative;background-blend-mode:color-dodge,normal,normal,normal;animation:glow-bg 12s linear infinite;box-shadow:rgba(0,0,0,.8) calc((var(--pointer-from-left) * 10px) - 3px) calc((var(--pointer-from-top) * 20px) - 6px) 20px -5px;transition:transform 1s ease;transform:translateZ(.1px) rotateX(0deg) rotateY(0deg);background-size:100% 100%;background-position:0 0,0 0,50% 50%,0 0;background-image:radial-gradient(farthest-side circle at var(--pointer-x) var(--pointer-y),hsla(266,100%,90%,var(--card-opacity)) 4%,hsla(266,50%,80%,calc(var(--card-opacity) * .75)) 10%,hsla(266,25%,70%,calc(var(--card-opacity) * .5)) 50%,hsla(266,0%,60%,0) 100%),radial-gradient(35% 52% at 55% 20%,#00ffaac4 0,#073aff00 100%),radial-gradient(100% 100% at 50% 50%,#00c1ffff 1%,#073aff00 76%),conic-gradient(from 124deg at 50% 50%,#c137ffff 0,#07c6ffff 40%,#07c6ffff 60%,#c137ffff 100%);overflow:hidden}.pc-card.active,.pc-card:hover{transition:none;transform:translateZ(.1px) rotateX(var(--rotate-y)) rotateY(var(--rotate-x))}.pc-card *{display:grid;grid-area:1/-1;border-radius:var(--card-radius);transform:translateZ(.1px);pointer-events:none}.pc-inside{inset:1px;position:absolute;background-image:var(--inner-gradient);background-color:rgba(0,0,0,.9);transform:translateZ(.01px)}.pc-shine{mask-image:var(--icon);mask-mode:luminance;mask-repeat:repeat;mask-size:150%;mask-position:top calc(200% - (var(--background-y) * 5)) left calc(100% - var(--background-x));transition:filter .6s ease;filter:brightness(.66) contrast(1.33) saturate(.33) opacity(.5);animation:holo-bg 18s linear infinite;mix-blend-mode:color-dodge}.pc-shine,.pc-shine:after{--space:5%;--angle:-45deg;transform:translateZ(1px);overflow:hidden;z-index:3;background:transparent;background-size:cover;background-position:50%;background-image:repeating-linear-gradient(0deg,var(--sunpillar-clr-1) calc(var(--space) * 1),var(--sunpillar-clr-2) calc(var(--space) * 2),var(--sunpillar-clr-3) calc(var(--space) * 3),var(--sunpillar-clr-4) calc(var(--space) * 4),var(--sunpillar-clr-5) calc(var(--space) * 5),var(--sunpillar-clr-6) calc(var(--space) * 6),var(--sunpillar-clr-1) calc(var(--space) * 7)),repeating-linear-gradient(var(--angle),#0e152e 0,hsl(180,10%,60%) 3.8%,hsl(180,29%,66%) 4.5%,hsl(180,10%,60%) 5.2%,#0e152e 10%,#0e152e 12%),radial-gradient(farthest-corner circle at var(--pointer-x) var(--pointer-y),hsla(0,0%,0%,.1) 12%,hsla(0,0%,0%,.15) 20%,hsla(0,0%,0%,.25) 120%);background-position:0 var(--background-y),var(--background-x) var(--background-y),50%;background-blend-mode:color,hard-light;background-size:500% 500%,300% 300%,200% 200%;background-repeat:repeat}.pc-shine:after,.pc-shine:before{content:"";background-position:50%;background-size:cover;grid-area:1/1;opacity:0}.pc-card.active .pc-shine,.pc-card:hover .pc-shine{filter:brightness(.85) contrast(1.5) saturate(.5);animation:none}.pc-card.active .pc-shine:after,.pc-card.active .pc-shine:before,.pc-card:hover .pc-shine:after,.pc-card:hover .pc-shine:before{opacity:1}.pc-shine:before{background-image:linear-gradient(45deg,var(--sunpillar-4),var(--sunpillar-5),var(--sunpillar-6),var(--sunpillar-1),var(--sunpillar-2),var(--sunpillar-3)),radial-gradient(circle at var(--pointer-x) var(--pointer-y),hsl(0,0%,70%) 0,hsla(0,0%,30%,.2) 90%),var(--grain);background-size:250% 250%,100% 100%,220px 220px;background-position:var(--pointer-x) var(--pointer-y),50%,calc(var(--pointer-x) * .01) calc(var(--pointer-y) * .01);background-blend-mode:color-dodge;filter:brightness(calc(2 - var(--pointer-from-center))) contrast(calc(var(--pointer-from-center) + 2)) saturate(calc(.5 + var(--pointer-from-center)));mix-blend-mode:luminosity}.pc-shine:after{background-position:0 var(--background-y),calc(var(--background-x) * .4) calc(var(--background-y) * .5),50%;background-size:200% 300%,700% 700%,100% 100%;mix-blend-mode:difference;filter:brightness(.8) contrast(1.5)}.pc-glare{transform:translateZ(1.1px);overflow:hidden;background-image:radial-gradient(farthest-corner circle at var(--pointer-x) var(--pointer-y),hsl(248,25%,80%) 12%,hsla(207,40%,30%,.8) 90%);mix-blend-mode:overlay;filter:brightness(.8) contrast(1.2);z-index:4}.pc-avatar-content{mix-blend-mode:screen;overflow:hidden}.pc-avatar-content .avatar{width:100%;position:absolute;left:50%;transform:translateX(-50%) scale(1);bottom:2px;opacity:calc(1.75 - var(--pointer-from-center))}.pc-avatar-content:before{content:"";inset:0;z-index:1;mask:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 90%,rgba(0,0,0,1));pointer-events:none}.pc-avatar-content:before,.pc-user-info{position:absolute;backdrop-filter:blur(30px)}.pc-user-info{bottom:20px;left:20px;right:20px;z-index:2;justify-content:space-between;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:12px 14px;pointer-events:auto}.pc-user-details,.pc-user-info{display:flex;align-items:center}.pc-user-details{gap:12px}.pc-mini-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.1);flex-shrink:0}.pc-mini-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.pc-user-text{display:flex;align-items:flex-start;flex-direction:column;gap:6px}.pc-handle{font-weight:500;color:rgba(255,255,255,.9)}.pc-handle,.pc-status{font-size:14px;line-height:1}.pc-status{color:rgba(255,255,255,.7)}.pc-contact-btn{border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;color:rgba(255,255,255,.9);cursor:pointer;transition:all .2s ease;backdrop-filter:blur(10px)}.pc-contact-btn:hover{border-color:rgba(255,255,255,.4);transform:translateY(-1px);transition:all .2s ease}.pc-content{max-height:100%;overflow:hidden;text-align:center;position:relative;transform:translate3d(calc(var(--pointer-from-left) * -6px + 3px),calc(var(--pointer-from-top) * -6px + 3px),.1px)!important;z-index:5;mix-blend-mode:luminosity}.pc-details{width:100%;position:absolute;top:3em;display:flex;flex-direction:column}.pc-details h3{font-size:min(5svh,3em);margin:0;background-image:linear-gradient(180deg,#fff,#6f6fbe)}.pc-details h3,.pc-details p{font-weight:600;background-size:1em 1.5em;-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}.pc-details p{position:relative;top:-12px;white-space:nowrap;font-size:16px;margin:0 auto;width:min-content;background-image:linear-gradient(180deg,#fff,#4a4ac0)}@keyframes glow-bg{0%{--bgrotate:0deg}to{--bgrotate:360deg}}@keyframes holo-bg{0%{background-position:0 var(--background-y),0 0,50%}to{background-position:0 var(--background-y),90% 90%,50%}}@media (max-width:768px){.pc-card{height:70svh;max-height:450px}.pc-details{top:2em}.pc-details h3{font-size:min(4svh,2.5em)}.pc-details p{font-size:14px}.pc-user-info{bottom:15px;left:15px;right:15px;padding:10px 12px}.pc-mini-avatar{width:28px;height:28px}.pc-user-details{gap:10px}.pc-handle{font-size:13px}.pc-status{font-size:10px}.pc-contact-btn{padding:6px 12px;font-size:11px}}@media (max-width:480px){.pc-card{height:60svh;max-height:380px}.pc-details{top:1.5em}.pc-details h3{font-size:min(3.5svh,2em)}.pc-details p{font-size:12px;top:-8px}.pc-user-info{bottom:12px;left:12px;right:12px;padding:8px 10px;border-radius:50px}.pc-mini-avatar{width:24px;height:24px}.pc-user-details{gap:8px}.pc-handle{font-size:12px}.pc-status{font-size:9px}.pc-contact-btn{padding:5px 10px;font-size:10px;border-radius:50px}}@media (max-width:320px){.pc-card{height:55svh;max-height:320px}.pc-details h3{font-size:min(3svh,1.5em)}.pc-details p{font-size:11px}.pc-user-info{padding:6px 8px;border-radius:50px}.pc-mini-avatar{width:20px;height:20px}.pc-user-details{gap:6px}.pc-handle{font-size:11px}.pc-status{font-size:8px}.pc-contact-btn{padding:4px 8px;font-size:9px;border-radius:50px}}