:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;min-height:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;min-height:100vh;width:100%;background-color:#121212;color:#ffffffde}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:clamp(.5rem,2vw,1.25rem);padding:clamp(1.5rem,5vw,3rem);box-sizing:border-box}.hero svg{width:100%;max-width:min(900px,92vw);height:auto}.hero svg:first-child{margin-bottom:clamp(-5rem,-10vw,-2rem)}.section{min-height:100vh;width:100%;display:flex;overflow:hidden;justify-content:center;align-items:center;position:relative;isolation:isolate;scroll-snap-align:start;box-sizing:border-box}.stack-section{position:sticky;top:0;box-shadow:0 -40px 60px #0006}.title{color:#fff;font-size:clamp(2.5rem,8vw,5rem);font-family:Indie Flower,cursive;-webkit-text-stroke:1px #000}@supports not (-webkit-text-stroke: 1px #000){.title{text-shadow:3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}}.about{display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:10;padding:clamp(1.5rem,4vw,3rem);gap:clamp(1rem,4vw,3rem)}.about-left,.about-right{width:50%;min-height:100%;display:flex;align-items:center;position:relative;z-index:1}.about-left,.about-right{justify-content:center}.about .title{text-align:center;margin:0}.about .paragraph{font-family:Comfortaa,cursive;font-size:clamp(1rem,2.6vw,1.5rem);line-height:clamp(1.75rem,4.5vw,2.5rem);padding:0 clamp(.5rem,3vw,2.5rem);max-width:min(80%,38rem)}.projects{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;gap:8px}.projects-title{display:flex;justify-content:center;align-items:center;z-index:5;margin-bottom:-55px}.projects-carousel{display:flex;justify-content:center;align-items:center;width:100%}.carousel-wrapper{position:absolute;bottom:300px;left:50%;transform:translate(-50%);width:100%;display:flex;justify-content:center;pointer-events:auto}@media(max-width:768px){.section{min-height:auto;overflow:visible}.stack-section{position:relative;top:auto}.hero{min-height:100vh;justify-content:center}.about{flex-direction:column;justify-content:center;padding-top:5rem;padding-bottom:5rem}.about-left,.about-right{width:100%;min-height:auto}.about .paragraph{max-width:100%;text-align:center;padding:0}.projects{min-height:auto;height:auto;padding:4rem 1rem;box-sizing:border-box;gap:1rem}.projects-title{margin-bottom:0}}.viewport{overflow-y:visible;overflow-x:hidden;width:100%;height:700px;display:flex;align-items:center}.track{display:flex;transition:transform .4s ease}.slide{flex:0 0 100%;min-width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.carousel{display:flex;justify-content:center;align-self:flex-end;align-items:center;gap:20px}.carousel button{flex:0 0 auto;background:none;border:none;padding:0;cursor:pointer;outline:none;height:700px;display:flex;align-items:center}.header{font-family:Comfortaa,cursive;font-size:40px;font-weight:999;display:flex;margin-top:0;justify-content:center;transform:translateY(10px)}.arrow{opacity:.4;display:flex;transform:translateY(-100px)}.arrow:hover{opacity:1}.project-image-wrapper{position:relative;width:fit-content;height:300px;border-radius:12px;overflow:hidden;display:flex;justify-content:center;align-items:center;padding:3px;margin:0 auto}.project-image-wrapper:before{content:"";position:absolute;width:150%;height:150%;background:conic-gradient(from 0deg,transparent 0deg,transparent 280deg,#ff00ff 320deg,#8c00ff 360deg);opacity:0;transition:opacity .3s ease;z-index:0;animation:rotate-beam 2s linear infinite}.project-image-wrapper:hover:before{opacity:1;animation:rotate-beam 2s linear infinite;filter:blur(8px)}.project-image-wrapper:after{content:"";position:absolute;inset:4px;background:#121212;border-radius:12px;z-index:1}.project-image{display:block;width:100%;height:300px;object-fit:cover;border-radius:12px;position:relative;z-index:2}@keyframes rotate-beam{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.description{font-family:Comfortaa,cursive;font-size:20px;display:flex;justify-content:center;align-items:center;text-align:center;transform:translateY(-30px)}.project-title{color:#fff;font-size:5rem;font-family:Indie Flower,cursive;-webkit-text-stroke:1px #000;text-align:center;margin-bottom:20px}.game-page{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;margin:0;padding:0;position:relative;left:50%;transform:translate(-50%);background-color:#121212;min-height:100vh}.game-inner{width:100%;max-width:900px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:30px}.download-button{font-family:Comfortaa,cursive;font-size:1rem;display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#3a3f5c,#2b2f42);color:#fff;font-weight:700;text-decoration:none;border-radius:6px;box-shadow:0 5px 15px #0000004d;transition:all .3 ease}.download-button:hover{transform:translateY(-3px);box-shadow:0 12px 24px #00000080;background:linear-gradient(135deg,#4a4f6c,#3b3f53);color:#fff}.video-container{width:100%;display:flex;justify-content:center}.video-container video{width:400px;max-width:90vw;height:auto;display:block;border-radius:12px;transform:perspective(1000px) rotateX(2deg);box-shadow:0 10px 20px #00000080;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s ease}.github-link{display:inline-flex;align-items:center;gap:6px;color:#aaa;text-decoration:underline;font-size:.9rem}.github-link:hover{color:#fff}.home-button{position:absolute;top:30px;left:30px;width:70px;height:70px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;flex-shrink:0;background-color:#242532;color:#fff;font-size:2rem;text-decoration:none;box-shadow:0 6px 16px #00000080;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:10}.home-button:hover{background-color:#33344a;transform:scale(1.15);box-shadow:0 12px 28px #000000b3;color:#4fc3f7}.console{background-color:#1e1e1e;color:#fff;font-family:monospace;padding:15px;height:300px;width:100%;overflow-y:auto;border-radius:8px;margin-bottom:10px;text-align:left;scroll-behavior:smooth;white-space:pre-wrap}.info{font-family:Comfortaa,cursive;font-size:1rem;margin-bottom:2px;margin-top:2px}.console-user{color:#6fcf97}.console-jay{color:#56ccf2}.console-prompt{color:#6fcf97;font-weight:700;margin-top:4px}.console-input{width:100%;padding:8px;font-family:monospace;font-size:14px;margin-right:10px}button{padding:8px 12px;font-family:monospace;font-size:14px;cursor:pointer}.demo-wrapper{width:100%;height:520px;background:#1a1a1a;border-radius:15px;border:2px solid #333;overflow:hidden;position:relative;transform:perspective(1000px) rotateX(1deg);box-shadow:0 15px 35px #0009;margin:0 0 20px}.demo-container{width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column}.weather-page{margin-top:-40px;display:flex;flex-direction:column;align-items:center;width:100%}.weather-page .project-title{margin-bottom:25px}.weather-page .info{margin-bottom:5px}.game-page.tagit-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100vh;padding:0;overflow:hidden}.slide-content{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.tagit-title{margin-top:50px;margin-bottom:0;flex-shrink:0}.tagit-center-container{flex-grow:1;display:flex;align-items:center;justify-content:center;width:100%;transform:none}.tagit-info{font-size:2rem;color:#fff;opacity:.6;font-family:Comfortaa,cursive}@media(max-width:768px){.carousel{display:grid;grid-template-columns:52px minmax(0,1fr) 52px;width:100%;align-self:center;justify-content:stretch;align-items:center;gap:12px}.viewport{width:100%;min-width:0;height:auto;min-height:34rem;align-items:flex-start;grid-column:2}.track{width:100%}.carousel button{height:auto;padding:0 .25rem;align-self:center}.arrow{transform:none;width:52px;height:52px}.project-image-wrapper{top:0;width:100%;max-width:100%;height:auto}.project-image-wrapper:before,.project-image-wrapper:after{display:none}.header{margin-top:0;transform:none;font-size:28px;text-align:center}.description{transform:none;padding:0 .5rem;max-width:100%;font-size:16px;line-height:1.6}.project-image{height:auto;aspect-ratio:16 / 9;width:100%;max-width:100%}.slide{width:100%;max-width:100%;justify-content:flex-start;align-self:stretch;padding:0 12px;box-sizing:border-box}.header,.description{max-width:100%;word-break:break-word}.header{min-height:4.5rem;align-items:center}.description{min-height:12rem;align-items:flex-start}}@media(max-width:480px){.carousel{grid-template-columns:40px minmax(0,1fr) 40px;gap:8px}.arrow{width:40px;height:40px}.header{font-size:24px}.description{font-size:14px;padding:0 .25rem;min-height:13rem}}.clear_sky{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover}.cow_image{position:absolute;height:300px;z-index:4;transition:bottom .2s ease-out;cursor:pointer;bottom:0}.special-cow-container{position:relative;width:100%;height:100%;overflow:hidden}.cow_image.jump{bottom:10%}.green_grass{position:absolute;z-index:2;bottom:0;width:100%;left:0;height:30%;object-fit:cover}.sun{position:absolute;z-index:4;top:0;right:-30px;width:300px}.grey_cloud{position:absolute;z-index:5;top:10%;width:200px;height:auto}.white_cloud{position:absolute;z-index:6;top:10%;width:200px;height:auto}.rain{position:absolute;z-index:3;width:auto;height:5%;animation-name:rainFall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes rainFall{0%{transform:translateY(-10px)}to{transform:translateY(500px)}}.snow{position:absolute;z-index:3;width:auto;height:5%;animation-name:snowFall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes snowFall{0%{transform:translateY(-10px)}to{transform:translateY(500px)}}.grey_sky{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover}.hail{position:absolute;z-index:3;width:auto;height:5%;animation-name:hailFall;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes hailFall{0%{transform:translateY(0)}to{transform:translateY(120%)}}.mist{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover}.input_city{position:absolute;top:10px;left:10px;z-index:10;border-radius:15px;padding:5px;width:130px;font-size:.8rem}.get_weather{font-family:Comfortaa,cursive;font-size:.75rem;position:absolute;top:45px;left:10px;z-index:10;padding:4px 10px;border-radius:15px}.throbber-container{display:flex;flex-direction:column;align-items:center;margin-top:20px;color:#fff;font-size:14px;animation:fadeIn .2s ease-in}.throbber{width:42px;height:42px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin .9s linear infinite;margin-bottom:8px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.text{position:absolute;top:10px;left:50%;width:60%;font-size:.8rem;padding:8px;transform:translate(-50%);background:#0006;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:10;text-align:center}.thunder{position:absolute;top:18%;z-index:4;height:60%;animation:lightning .3s ease-out}@keyframes lightning{0%{opacity:0;transform:translateY(-10px) scaleY(.7)}20%{opacity:1;transform:translateY(0) scaleY(1)}to{opacity:0}}.tornado{position:absolute;top:20%;z-index:6;height:50%;width:auto;animation-duration:5s;animation-timing-function:linear;animation-fill-mode:forwards}.tornado.left{left:0;transform:translate(-120%);animation-name:moveRight}.tornado.right{right:0;transform:translate(120%);animation-name:moveLeft}@keyframes moveRight{0%{transform:translate(-120%)}to{transform:translate(120%)}}@keyframes moveLeft{0%{transform:translate(120%)}to{transform:translate(-120%)}}.home_button{position:absolute;top:0;right:5px;z-index:10;width:auto;height:100px}.particle-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;display:none;pointer-events:none;z-index:0}.particle{position:absolute;border-radius:50%;animation:moveParticle 150s linear infinite}.section.about .particle-container{display:block}@keyframes moveParticle{0%{transform:translate(0)}25%{transform:translate(50px,-50vh)}50%{transform:translate(-60px,-100vh)}75%{transform:translate(30px,-150vh)}to{transform:translate(-20px,-200vh)}}.tagit-page{height:100vh;min-height:0;max-height:100vh;overflow:hidden;justify-content:flex-start;padding:18px 0;box-sizing:border-box}.tagit-inner{height:100%;max-width:min(1100px,94vw);gap:12px}.tagit-page .project-title{font-size:2.8rem;margin:0;flex-shrink:0}.tagit-intro{max-width:720px;font-size:.85rem;color:#ddd;line-height:1.5;flex-shrink:0}.tagit-video{flex:1 1 auto;min-height:0;height:100%;width:auto;max-width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 10px 20px #00000080}.tagit-video iframe{width:100%;height:100%;border:0;display:block}.tagit-page .download-button{flex-shrink:0;padding:10px 20px}.tagit-install-note{max-width:620px;font-size:.75rem;color:#999;line-height:1.5;flex-shrink:0}@media(max-height:700px){.tagit-page .project-title{font-size:2.2rem}.tagit-intro{font-size:.8rem}.tagit-install-note{display:none}}.fridge-page{height:100vh;min-height:0;max-height:100vh;overflow:hidden;justify-content:flex-start;padding:20px 0;box-sizing:border-box}.fridge-page .fridge-inner{max-width:min(1600px,94vw);height:100%;gap:10px}.fridge-page .project-title{font-size:3rem;margin:0;flex-shrink:0}.fridge-page .info{max-width:900px;flex-shrink:0}.fridge-page .github-link{flex-shrink:0}.fridge-page .fridge-app-root{flex:1;min-height:0;width:100%;overflow-y:auto;overflow-x:hidden;border:2px solid #333;border-radius:16px;background:#e0ffff}.fridge-page .fridge-app-root .app{min-height:100%;padding:20px 24px}.fridge-page .fridge-app-root .top-bar{width:calc(100% + 48px);margin-left:-24px;margin-right:-24px;margin-top:-20px;padding:10px 24px}.fridge-page .fridge-app-root .title{font-size:2.6em;margin-bottom:10px}.fridge-page .fridge-app-root .login-container{min-height:100%}@media(max-width:900px){.fridge-page .project-title{font-size:2.2rem}.fridge-page .fridge-app-root .title{font-size:2em}}.fridge-app-root .login-container{display:flex;justify-content:center;min-height:100vh;align-items:center;background:linear-gradient(135deg,#e0ffff,#baf2ef);font-family:Comic Relief,system-ui;padding:20px;box-sizing:border-box}.fridge-app-root .login-card{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 30px #00195f26;width:100%;max-width:400px;text-align:center;border-top:8px solid #00195f;box-sizing:border-box}.fridge-app-root .login-card h2{color:#00195f;margin-top:0;margin-bottom:25px;font-size:2.2rem}.fridge-app-root .input-group{margin-bottom:20px;text-align:left}.fridge-app-root .input-group label{display:block;margin-bottom:8px;color:#00195f;font-weight:700;font-size:.95rem}.fridge-app-root .input-group input{width:100%;padding:12px 15px;border:2px solid #d1f3ff;border-radius:8px;font-size:1rem;box-sizing:border-box;transition:border-color .2s}.fridge-app-root .input-group input:focus{outline:none;border-color:#00195f}.fridge-app-root .login-btn{width:100%;margin-top:10px}.fridge-app-root .login-error-text{color:#d9534f;font-size:.9rem;font-weight:700;text-align:left;margin-top:-5px;margin-bottom:15px;display:block}@keyframes fo-fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.fridge-app-root .password-wrapper{position:relative;display:flex;align-items:center}.fridge-app-root .password-wrapper input{padding-right:45px}.fridge-app-root .password-toggle-btn{position:absolute;right:12px;background:none;border:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;color:#00195f;opacity:.6;transition:.2s}.fridge-app-root .password-toggle-btn:hover{opacity:1}.fridge-app-root .password-toggle-btn:focus{outline:none}.fridge-app-root .modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999;font-family:Comic Relief,system-ui,sans-serif}.fridge-app-root .settings-window{background-color:#fff;border-radius:12px;width:90%;max-width:460px;height:auto;max-height:85vh;display:flex;flex-direction:column;padding:18px 20px;box-shadow:0 20px 25px -5px #00195f1a,0 10px 10px -5px #00195f0a;animation:fo-modalSlideUp .25s ease-out;border-top:6px solid #00195f;box-sizing:border-box}.fridge-app-root .settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1cqb;border-bottom:1px solid #eee;padding-bottom:8px;flex-shrink:0}.fridge-app-root .settings-header h2{margin:0;font-size:1.3rem;color:#333}.fridge-app-root .close-btn{background:none;border:none;font-size:1.1rem;font-weight:700;color:#888;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.fridge-app-root .close-btn:hover{background-color:#f0f0f0;color:#333}.fridge-app-root .settings-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.fridge-app-root .settings-group:last-of-type{margin-bottom:10px}.fridge-app-root .settings-group label{font-size:.88rem;font-weight:700;color:#00195f}.fridge-app-root .settings-group select{width:100%;padding:8px 10px;font-size:.9rem;border:2px solid #e2e8f0;border-radius:8px;background-color:#f8fafc;color:#00195f;outline:none;cursor:pointer;transition:border-color .2s,box-shadow .2s;font-family:Comic Relief,system-ui}.fridge-app-root .settings-group select:focus{border-color:#0033b8;box-shadow:0 0 0 3px #0033b826}@keyframes fo-modalSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.fridge-app-root .settings-actions{display:flex;justify-content:center;gap:15px;margin-top:auto;padding-top:12px;border-top:1px solid #eee;flex-shrink:0}.fridge-app-root .cancel-btn{background:transparent;border:1px solid #64748b;padding:8px 16px;border-radius:15px;font-family:Comic Relief,system-ui;font-weight:600;cursor:pointer;transition:all .2s ease}.fridge-app-root .settings-content{overflow-y:auto;flex-grow:1;padding-right:6px;margin-bottom:12px}.fridge-app-root .cancel-btn:hover{background:#f1f5f9;color:#334155;border-color:#94a3b8}.fridge-app-root .save-btn{background:#00195f;color:#fff;border:none;padding:8px 16px;border-radius:15px;cursor:pointer;font-family:Comic Relief,system-ui,sans-serif;font-weight:700;transition:background-color .2s,transform .1s}.fridge-app-root .cancel-btn,.fridge-app-root .save-btn{padding:6px 14px;font-size:.9rem;border-radius:12px}.fridge-app-root .save-btn:hover{background-color:#0033b8}.fridge-app-root .save-btn:active{transform:scale(.98)}.fridge-app-root .multiselect-box{display:flex;flex-wrap:wrap;gap:6px 12px;padding:8px 0}.fridge-app-root .multiselect-option{display:flex;align-items:center;gap:6px;font-size:.88rem;font-weight:400;cursor:pointer}.fridge-app-root .multiselect-option input[type=checkbox]{width:auto;cursor:pointer}.fridge-app-root{color:#08060d;font-family:system-ui,Segoe UI,Roboto,sans-serif;line-height:1.5;text-align:left}.fridge-app-root .section{display:block;position:static;width:auto;min-height:0;overflow:visible;isolation:auto;box-shadow:none;justify-content:normal;align-items:normal;scroll-snap-align:none}.fridge-app-root .title{-webkit-text-stroke:0;text-shadow:none}.fridge-app-root button{padding:.4em .9em;border:1px solid transparent;border-radius:8px;font:inherit;font-size:1rem;background-color:transparent;color:inherit;cursor:pointer}.fridge-app-root button:hover{border-color:transparent}.fridge-app-root a{font-weight:inherit;color:#0052cc;text-decoration:underline}.fridge-app-root a:hover{color:#00195f}.fridge-app-root h1{font-size:2em;line-height:1.2}.fridge-app-root .auth-toggle-link{padding:0;border:none;background:none;font:inherit;color:#0052cc;text-decoration:underline;cursor:pointer}.fridge-app-root .auth-toggle-link:hover{color:#00195f}.fridge-app-root .comic-relief-regular{font-family:Comic Relief,system-ui;font-weight:400;font-style:normal}.fridge-app-root .comic-relief-bold{font-family:Comic Relief,system-ui;font-weight:700;font-style:normal}.fridge-app-root .app{background:linear-gradient(135deg,#e0ffff);min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:40px 20px}.fridge-app-root .body{margin:0;padding:0}.fridge-app-root .title{font-size:4em;display:flex;font-weight:800;margin-bottom:3cqh;justify-content:center;font-family:Comic Relief,system-ui;letter-spacing:-1px;background:linear-gradient(150deg,#00195f 50%,#0052cc 80%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(2px 4px 10px rgba(0,25,95,.15))}.fridge-app-root .add{background-color:#00195f;color:#fff;padding:10px 20px;border-radius:50px;font-family:Comic Relief,system-ui;font-weight:700;cursor:pointer;transition:transform .2s,background-color .2s;box-shadow:0 4px 15px #0000001a}.fridge-app-root .add:hover{background-color:#0033b8;transform:scale(1.05)}.fridge-app-root .add:active{transform:scale(.95)}.fridge-app-root .add:disabled{background-color:#6c7a89;cursor:not-allowed;transform:none;opacity:.7}.fridge-app-root .items{background:#fff;font-size:1.5em;margin-top:30px;font-family:Comic Relief,system-ui;padding:20px;border-radius:15px;width:100%;max-width:550px;box-shadow:0 10px 25px #00195f1a;margin-bottom:30px;box-sizing:border-box}.fridge-app-root .list-header{font-weight:700;border-bottom:2px solid #00195f;padding-bottom:5px;margin-bottom:15px;color:#00195f}.fridge-app-root .items ul{list-style:none;padding:0;margin:0}.fridge-app-root .item-row{padding:10px 15px;margin-bottom:8px;background-color:#f0faff;border-radius:4px;border-left:5px solid #00195f;text-transform:capitalize;transition:background .2s;display:flex;align-items:center;justify-content:space-between}.fridge-app-root .item-name{font-size:16px}.fridge-app-root .delete-btn{margin-left:10px;background:transparent;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:4px;transition:transform .1s ease}.fridge-app-root .delete-btn:hover{transform:scale(1.15)}.fridge-app-root .item-row:hover{background-color:#d1f3ff}.fridge-app-root .recipes-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;width:100%;max-width:1200px;margin:20px auto;padding:0 15px;box-sizing:border-box}.fridge-app-root .recipe-card{background:#fff;border-radius:12x;padding:20px;border-radius:20px;box-shadow:0 4px 15px #00000014;font-family:Comic Relief,system-ui;border-top:8px solid #00195f;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box}.fridge-app-root .recipe-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.fridge-app-root .recipe-card h2{margin:0;color:#00195f;font-size:1.4rem;line-height:1.3}.fridge-app-root .recipe-card p{color:#555;font-size:italic;line-height:1.4}.fridge-app-root .recipe-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.fridge-app-root .favourite-btn{background:none;border:none;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#d9534f;transition:background-color .2s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.175,.885,.32,1.275)}.fridge-app-root .favourite-btn:hover{background-color:#fde8e8;transform:scale(1.12)}.fridge-app-root .favourite-btn:active{transform:scale(.92)}.fridge-app-root .favourite-btn.is-active svg{animation:fo-heartPop .25s ease-out}@keyframes fo-heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.fridge-app-root .section{margin-top:15px;padding-top:15px;border-top:1px solid #eee;margin-bottom:15px}.fridge-app-root .section h3{font-size:1.1rem;margin-bottom:10px;color:#00195f}.fridge-app-root .recipe-card ol,.fridge-app-root .recipe-card ul{padding-left:20px;margin:0}.fridge-app-root .recipe-card li{margin-bottom:8px;font-size:.95rem;color:#333}.fridge-app-root .cook-time{margin-top:auto;padding-top:15px;font-weight:700;color:#00195f;text-align:right}.fridge-app-root .recipe-meta{display:flex;gap:15px;font-weight:700;color:#00195f;background:#f0faff;padding:8px 12px;border-radius:8px;font-size:.9rem;margin-bottom:15px;width:fit-content}.fridge-app-root .image-container{width:100%;max-width:100%;margin-bottom:15px;position:relative;overflow:hidden}.fridge-app-root .image-placeholder{width:100%;aspect-ratio:1 / 1;background:linear-gradient(90deg,#e0e0e0 25%,#ededed,#e0e0e0 75%);background-size:200% 100%;animation:fo-silverShimmer 1.5s infinite linear;border-radius:8px;display:flex;align-items:center;justify-content:center}.fridge-app-root .image-placeholder span{color:#666;font-size:.9rem;font-weight:500;text-shadow:0 1px 0 rgba(255,255,255,.5)}.fridge-app-root .image-container img{max-width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;display:block}@keyframes fo-silverShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(min-width:900px){.fridge-app-root .recipes-container{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;width:100%;max-width:1200px;margin:20px auto;padding:0 15px;box-sizing:border-box}.fridge-app-root .recipe-card{width:calc((100% - 50px) / 3);min-width:280px;box-sizing:border-box}}@media(min-width:601px)and (max-width:899px){.fridge-app-root .recipes-container{display:flex;flex-wrap:wrap;justify-content:center;gap:25px}}@media(max-width:600px){.fridge-app-root .recipes-container{grid-template-columns:1fr;max-width:100%}.fridge-app-root .recipe-card{width:100%}}.fridge-app-root .image-upload{display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:20px;padding:20px;background:#fff;border-radius:15px;box-shadow:0 10px 25px #00195f0d;width:100%;max-width:550px;box-sizing:border-box;font-family:Comic Relief,system-ui}.fridge-app-root .file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;padding:25px 15px;border:2px dashed #00195f;border-radius:12px;background-color:#f8fafc;cursor:pointer;box-sizing:border-box;transition:all .2s ease}.fridge-app-root .file-upload-label:hover{background-color:#e0f2fe;border-color:#0033b8}.fridge-app-root .file-upload-label:hover .upload-icon{stroke:#0033b8;transform:scale(1.08)}.fridge-app-root .upload-icon{transition:transform .2s ease,stroke .2s ease}.fridge-app-root .upload-text{font-family:Comic Relief,system-ui,sans-serif;font-size:.95rem;font-weight:700;color:#00195f;text-align:center;word-break:break-all}.fridge-app-root .add:disabled{background-color:#6c7a89;cursor:not-allowed;transform:none;opacity:.6}.fridge-app-root .image-upload input[type=file]{font-family:Comic Relief,system-ui;color:#00195f;cursor:pointer}.fridge-app-root .item-row-wrapper{display:flex;flex-direction:column;width:100%}.fridge-app-root .delete-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:8px 15px;background-color:#fff5f5;border-bottom-left-radius:8px;border-top-right-radius:8px;border-left:5px solid #d9534f;margin-top:-12px;margin-bottom:12px;animation:fo-slideDown .2s ease-out}.fridge-app-root .delete-controls button:not(.confirm-delete){background-color:#fff;border:1px solid #d9534f;color:#d9534f;width:28px;height:28px;border-radius:50%;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .1s ease}.fridge-app-root .delete-controls button:not(.confirm-delete):hover{background-color:#d9534f;color:#fff}.fridge-app-root .delete-controls input[type=number]{width:45px;text-align:center;border:1px solid #ccc;border-radius:6px;padding:3px 0;font-family:Comic Relief,system-ui;font-size:1rem;font-weight:700;color:#333}.fridge-app-root .delete-controls input[type=number]::-webkit-outer-spin-button,.fridge-app-root .delete-controls input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fridge-app-root .delete-controls input[type=number]{-moz-appearance:textfield}.fridge-app-root .delete-controls .confirm-delete{background-color:#d9534f;color:#fff;border:none;padding:6px 14px;border-radius:20px;font-family:Comic Relief,system-ui;font-weight:700;font-size:.85rem;cursor:pointer;transition:background-color .1s,transform .1s}.fridge-app-root .delete-controls .confirm-delete:hover{background-color:#b53f3b;transform:scale(1.03)}.fridge-app-root .delete-controls .confirm-delete:active{transform:scale(.97)}@keyframes fo-slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.fridge-app-root .item-count{font-size:.65em;background:#00195f;color:#fff;padding:2px 8px;border-radius:12px;margin-left:8px;vertical-align:middle}.fridge-app-root .add-item-form{display:flex;align-items:center;gap:10px;width:100%;max-width:550px;margin-top:15px;margin-bottom:5px;box-sizing:border-box}.fridge-app-root .add-item-input{flex:1;padding:10px 18px;border:2px solid #00195f;border-radius:50px;font-family:Comic Relief,system-ui;font-size:1rem;color:#00195f;outline:none;background-color:#fff;box-shadow:0 4px 15px #0000000d;transition:box-shadow .2s ease,border-color .2s ease}.fridge-app-root .add-item-input:focus{border-color:#0033b8;box-shadow:0 4px 15px #0033b826}.fridge-app-root .add-item-input::placeholder{color:#a0aec0;font-style:italic}.fridge-app-root .list-header{font-family:Comic Relief,system-ui,sans-serif;font-size:1.4rem;font-weight:700;color:#00195f;margin-bottom:15px;margin-top:10px;display:flex;align-items:center;position:relative;letter-spacing:.5px}.fridge-app-root .list-header:after{content:"";position:absolute;bottom:-4px;left:0;width:45px;height:3px;background-color:#0033b8;border-radius:2px}.fridge-app-root .recipe-card h2{font-family:Comic Relief,system-ui,sans-serif;font-size:1.6rem;font-weight:800;color:#00195f;margin-top:0;margin-bottom:12px;line-height:1.2}.fridge-app-root .recipe-card .section h3{font-family:Comic Relief,system-ui,sans-serif;font-size:1.15rem;font-weight:700;color:#2c3e50;margin-top:20px;margin-bottom:10px;display:flex;align-items:center;gap:6px}.fridge-app-root .tabs{display:flex;justify-content:center;gap:8px;border-radius:20px;width:100%;max-width:550px;margin:20px 0 10px;background-color:#00195f0a;padding:6px;border-radius:border-box}.fridge-app-root .tab{flex:1;background:transparent;border:none;color:#556b9c;padding:10px 15px;font-family:Comic Relief,system-ui,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;border-radius:25px;transition:all .25s cubic-bezier(.4,0,.2,1);text-align:center;outline:none}.fridge-app-root .tab:hover:not(.active-tab){color:#00195f;background-color:#00195f0d}.fridge-app-root .tab.active-tab{background-color:#00195f;color:#fff;box-shadow:0 4px 12px #00195f33}@media(max-width:400px){.fridge-app-root .tab{font-size:.9rem;padding:8px 10px}}.fridge-app-root .modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fo-fadeIn .2s ease-out}.fridge-app-root .modal-window{background:#fff;width:90%;max-width:530px;max-height:80vh;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden;animation:fo-scaleUp .25s cubic-bezier(.34,1.56,.64,1);font-family:Comic Relief,system-ui}.fridge-app-root .modal-header{padding:20px 24px;border-bottom:1px solid #f1f5f9}.fridge-app-root .modal-header h2{margin:0 0 6px;color:#0f172a;font-size:1.4rem;font-weight:700}.fridge-app-root .modal-header p{margin:0;color:#64748b;font-size:.9rem;line-height:1.4}.fridge-app-root .modal-content{padding:16px 24px;overflow-y:auto;flex-grow:1;background-color:#f8fafc}.fridge-app-root .detected-card{background:#fff;padding:14px 16px;border-radius:10px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0;transition:transform .15s ease}.fridge-app-root .detected-card:hover{transform:translateY(-1px)}.fridge-app-root .detected-item-name{font-weight:600;color:#334155;font-size:1rem;text-transform:capitalize}.fridge-app-root .quantity-controls{display:flex;align-items:center;gap:12px;background:#f1f5f9;padding:4px 8px;border-radius:20px}.fridge-app-root .qty-btn{background:#fff;border:1px solid #cbd5e1;color:#334155;width:28px;height:28px;border-radius:50%;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.fridge-app-root .qty-btn:hover{background:#00195f;color:#fff;border-color:#00195f}.fridge-app-root .qty-number{font-weight:700;color:#0f172a;min-width:20px;text-align:center}.fridge-app-root .empty-modal-text{text-align:center;color:#94a3b8;padding:24px 0}.fridge-app-root .modal-footer{padding:16px 24px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:12px;background:#fff}.fridge-app-root .btn-primary,.fridge-app-root .btn-secondary{padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s ease}.fridge-app-root .btn-primary{background:#00195f;color:#fff;border:none}.fridge-app-root .btn-primary:hover:not(:disabled){background:#00103d}.fridge-app-root .btn-primary:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed}.fridge-app-root .btn-secondary{background:#fff;color:#64748b;border:1px solid #cbd5e1}.fridge-app-root .btn-secondary:hover{background:#f1f5f9;color:#334155}@keyframes fo-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fo-scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fridge-app-root .qty-input::-webkit-outer-spin-button,.fridge-app-root .qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.fridge-app-root .qty-input[type=number]{-moz-appearance:textfield;appearance:textfield}.fridge-app-root .recipes-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.fridge-app-root .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #556b9c;border-radius:50%;animation:fo-spin 1s linear infinite;margin-bottom:15px}.fridge-app-root .recipes-loading-container p{font-size:1.1rem;color:#555;font-weight:500;margin:0;animation:fo-pulse 1.8s ease-in-out infinite;font-family:Comic Relief,system-ui,sans-serif}@keyframes fo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fo-pulse{0%,to{opacity:.6}50%{opacity:1}}.fridge-app-root .settings-btn{background:#fff5f5;border:1px solid #e0e0e0;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .2s}.fridge-app-root .settings-btn svg{width:20px;height:20px;color:#555;transition:color .2s,transform .2s}.fridge-app-root .settings-btn:hover{background-color:#ededed}.fridge-app-root .settings-btn:hover svg{transform:rotate(90deg);color:#333}.fridge-app-root .logout-btn{background-color:transparent;color:#d9534f;border:2px solid #d9534f;padding:6px 20px;border-radius:50px;font-family:Comic Relief,system-ui;font-weight:700;font-size:.9rem;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.fridge-app-root .logout-btn:hover{background-color:#d9534f;color:#fff;transform:scale(1.05)}.fridge-app-root .logout-btn:active{transform:scale(.98)}.fridge-app-root .top-bar{display:flex;justify-content:space-between;align-items:center;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;margin-top:-40px;padding:15px 20px;box-sizing:border-box}.fridge-app-root .auto-badge{font-size:.75rem;color:#999;margin-left:6px}.fridge-app-root .delete-warning-text{font-size:.85rem}.fridge-app-root .checkbox-label{display:flex;align-items:center;gap:6px;font-size:.8rem;cursor:pointer}.fridge-app-root .delete-actions-row{display:flex;gap:8px;margin-top:4px}.fridge-app-root .auto-delete-panel{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:14px 16px;background-color:#fff5f5;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-left:5px solid #d9534f;margin-top:-4px;margin-bottom:12px;box-sizing:border-box;animation:fo-slideDown .2s ease-out}.fridge-app-root .auto-delete-title{font-family:Comic Relief,system-ui,sans-serif;font-size:.95rem;font-weight:700;color:#d9534f}.fridge-app-root .auto-delete-checkbox-label{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#444;cursor:pointer;-webkit-user-select:none;user-select:none}.fridge-app-root .auto-delete-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.fridge-app-root .auto-delete-btn-confirm{background-color:#d9534f;color:#fff;border:none;padding:6px 14px;border-radius:20px;font-family:Comic Relief,system-ui,sans-serif;font-weight:700;font-size:.85rem;cursor:pointer;transition:background-color .1s,transform .1s}.fridge-app-root .auto-delete-btn-cancel{background-color:#fff;border:1px solid #cbd5e1;color:#64748b;padding:6px 14px;border-radius:20px;font-family:Comic Relief,system-ui,sans-serif;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .1s ease}.fridge-app-root .auto-delete-btn-cancel:hover{background-color:#f1f5f9;color:#334155;border-color:#cbd5e1}.fridge-app-root .reset-btn{font-size:.75rem;font-family:Comic Relief,system-ui,sans-serif;color:#999;background:none;border:none;cursor:pointer;text-decoration:underline}.fridge-app-root .expiry-input{border:2px solid #e2e8f0;font-family:Comic Relief,system-ui,sans-serif;border-radius:12px;padding:10px 14px;font-size:.9rem;color:#334155;background-color:#fff;outline:none;transition:all .2s ease;cursor:pointer;box-sizing:border-box}.fridge-app-root .expiry-input:hover{border-color:#cbd5e1;background-color:#f8fafc}.fridge-app-root .expiry-input:focus{border-color:#0052cc;box-shadow:0 0 0 3px #0052cc26;background-color:#fff}.fridge-app-root .expiry-input::-webkit-calendar-picker-indicator{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%230052cc" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>');background-position:center;background-size:contain;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.fridge-app-root .expiry-input::-webkit-calendar-picker-indicator:hover{background-color:#f1f5f9}.fridge-app-root .expiry-badge{font-size:.72rem;font-family:Comic Relief,system-ui,sans-serif;padding:2px 6px;border-radius:10px;margin-left:6px;font-weight:600}.fridge-app-root .expiry-badge.expired{background:#fde8e8;color:#c0392b}.fridge-app-root .expiry-badge.expiring-soon{background:#fff3cd;color:#856404}.fridge-app-root .expiry-alert{width:20px;height:20px;display:inline-block;vertical-align:middle;flex-shrink:0;margin-left:10px}.fridge-app-root .expired-alert{color:#c0392b}.fridge-app-root .expiring-alert{color:#d35400}.fridge-app-root .expiry-date-text{font-size:.55em;color:#7f8c8d;font-family:Comic Relief,system-ui,sans-serif;padding-left:2px;text-transform:none}.fridge-app-root .recipe-filters{display:flex;gap:24px;padding:16px;background:#f8f9fa;border-radius:12px;margin-bottom:12px;flex-wrap:wrap}.fridge-app-root .filter-group{display:flex;flex-direction:column;gap:6px;flex:1;min-width:200px}.fridge-app-root .filter-group label{font-size:.9rem;font-family:Comic Relief,system-ui,sans-serif;color:#444}.fridge-app-root .filter-slider{width:100%;accent-color:#00195f;cursor:pointer}.fridge-app-root .slider-labels{display:flex;justify-content:space-between;font-size:.7rem;color:#999;font-family:Comic Relief,system-ui,sans-serif}.fridge-app-root .sort-btn{background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;padding:6px 10px;cursor:pointer;color:#00195f;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.fridge-app-root .sort-btn:hover{border-color:#cbd5e1;background-color:#f1f5f9;color:#0033b8;transform:translateY(-1px)}.fridge-app-root .sort-btn:active{transform:translateY(0)}.fridge-app-root .sort-menu{position:absolute;right:0;top:125%;background:#fff;border:1px solid rgba(0,25,95,.08);border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:4px;z-index:100;box-shadow:0 10px 25px -5px #00195f1a,0 8px 10px -6px #00195f0d;min-width:150px;animation:fo-sortMenuFade .18s cubic-bezier(.16,1,.3,1)}.fridge-app-root .sort-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.9rem;font-weight:500;color:#334155;white-space:nowrap;font-family:Comic Relief,system-ui,sans-serif;padding:8px 10px;border-radius:8px;transition:background-color .15s ease,color .15s ease}.fridge-app-root .sort-option:hover{background-color:#f1f5f9;color:#00195f}.fridge-app-root .sort-option input[type=radio]{margin:0;cursor:pointer;accent-color:#00195f;width:15px;height:15px}@keyframes fo-sortMenuFade{0%{opacity:0;transform:translateY(-6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.fridge-app-root .ingredients-list li{color:#333;list-style-type:disc}.fridge-app-root .missing-list li{color:#d9534f;list-style-type:"❌ "}.beat-battle-container{height:100vh;min-height:0;max-height:100vh;overflow:hidden;justify-content:flex-start;padding:18px 0;box-sizing:border-box}.beat-battle-container .game-inner{height:100%}.beat-battle-page{display:flex;flex-direction:column;align-items:center;width:100%;height:100%}.beat-battle-page .project-title{font-size:5rem;margin:0 0 10px;flex-shrink:0}.beat-battle-page .demo-wrapper{flex:1 1 auto;min-height:0;height:auto;max-height:62vh;width:auto;max-width:100%;aspect-ratio:16 / 9;margin:0 0 10px}.beat-battle-page .info{flex-shrink:0;font-size:.85rem;max-width:760px;margin-bottom:6px;margin-top:15px}.beat-battle-page .github-link{flex-shrink:0;margin-top:4px}.beat-battle-page .demo-container{overflow:hidden}.beat-battle-frame{width:100%;height:100%;border:0;display:block;background:#000}.contact-container{width:90vw;height:90vh;max-width:800px;max-height:800px;margin:auto;display:flex;justify-content:center;align-items:center;overflow:visible;position:relative}.contact-center{z-index:30;position:absolute;width:clamp(200px,35vw,320px);height:clamp(200px,35vw,320px);border-radius:50%;background:#252522;border:4px solid #bc6c25;font-family:Indie Flower,cursive;display:flex;justify-content:center;align-items:center;font-size:clamp(36px,6vw,64px);font-weight:700;color:#fefae0;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 20px #00000080}.contact-center.open{transform:scale(1.12)}.contact-center:hover{transform:scale(1.05);box-shadow:0 0 25px #bc6c254d}.contact-node{position:absolute;width:clamp(65px,11vw,100px);height:clamp(65px,11vw,100px);border-radius:50%;background:#fefae0;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#252522;border:2px solid #dda15e;box-shadow:0 4px 10px #0003;font-size:14px;font-family:Comfortaa,cursive;transform:translate(var(--x),var(--y));pointer-events:all;transition:transform .5s cubic-bezier(.175,.885,.32,1.275),opacity .3s ease}.contact-node:hover{transform:translate(var(--x),var(--y)) scale(1.15);box-shadow:0 0 20px #29b6f6;z-index:10}.contact-line{position:absolute;height:0;border-top:2px dotted #bc6c25;transform-origin:left center;z-index:5;transition:opacity .4s ease;margin-top:-1px}.node-wrapper{position:absolute;display:flex;justify-content:center;align-items:center;transition:all .6s cubic-bezier(.34,1.56,.64,1);pointer-events:none;z-index:10}.contact-node svg{width:50%;height:50%;transition:transform .2s ease}.contact-node:hover svg{transform:scale(1.1)}
