:root{--primary-color:#00ffd5;--secondary-color:#7928ca;--text-color:#e4e4e4;--background-color:#0a0a0a;--accent-color:#ff0080;--card-bg:#1a1a1a;--gradient-1:#7928ca;--gradient-2:#ff0080}body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:var(--background-color);color:var(--text-color)}.main-container[data-v-0c067f42]{min-height:100vh;padding:2rem}.terminal-window[data-v-0c067f42]{background:var(--card-bg);border-radius:8px;border:1px solid var(--primary-color);overflow:hidden;margin:2rem 0;box-shadow:0 0 20px rgba(0,255,213,.1);padding:1rem}.terminal-header[data-v-0c067f42]{background:#1a1a1a;padding:.5rem 1rem;display:flex;align-items:center;border-bottom:1px solid var(--primary-color)}.terminal-buttons[data-v-0c067f42]{display:flex;gap:.5rem}.terminal-buttons span[data-v-0c067f42]{width:12px;height:12px;border-radius:50%;background:var(--primary-color);opacity:.5}.terminal-title[data-v-0c067f42]{margin-left:1rem;color:var(--primary-color);font-family:Fira Code,monospace;font-size:.9rem}.nav-bar[data-v-0c067f42]{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,4%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--primary-color)}.nav-links[data-v-0c067f42]{display:flex;justify-content:center;padding:1rem;gap:2rem}.nav-links a[data-v-0c067f42]{color:var(--primary-color);text-decoration:none;font-family:Fira Code,monospace;transition:all .3s ease}.nav-links a[data-v-0c067f42]:hover{color:var(--accent-color);text-shadow:0 0 8px var(--accent-color)}.hero[data-v-0c067f42]{padding:2rem 0 0 0}.line[data-v-0c067f42]{font-family:Fira Code,monospace;margin:.5rem 0}.prompt[data-v-0c067f42]{color:var(--primary-color);margin-right:1rem}.output[data-v-0c067f42]{margin-left:2rem}.cursor[data-v-0c067f42]{animation:blink-0c067f42 1s infinite}@keyframes blink-0c067f42{0%,to{opacity:1}50%{opacity:0}}.article-grid[data-v-0c067f42]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.article-card[data-v-0c067f42]{background:rgba(0,255,213,.05);padding:1.5rem;border-radius:4px;border:1px solid rgba(0,255,213,.1);transition:all .3s ease}.article-card[data-v-0c067f42]:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 0 20px rgba(0,255,213,.2)}.article-date[data-v-0c067f42]{color:var(--primary-color);font-family:Fira Code,monospace;font-size:.9rem}.article-title-link[data-v-0c067f42]{color:var(--text-color);text-decoration:none;font-size:1.25rem;display:block;margin:1rem 0;transition:color .3s ease}.article-title-link[data-v-0c067f42]:hover{color:var(--primary-color)}.article-tags span[data-v-0c067f42]{background:rgba(0,255,213,.1);color:var(--primary-color);padding:.2rem .5rem;border-radius:4px;font-size:.8rem;margin-right:.5rem;font-family:Fira Code,monospace}.read-more[data-v-0c067f42]{display:inline-block;margin-top:1rem;color:var(--primary-color);text-decoration:none;font-family:Fira Code,monospace;font-size:.9rem;transition:all .3s ease}.read-more[data-v-0c067f42]:hover{color:var(--accent-color);text-shadow:0 0 8px var(--accent-color)}.snowflakes[data-v-0c067f42]{position:fixed;width:100vw;height:100vh;pointer-events:none;z-index:1}.snowflake[data-v-0c067f42]{position:absolute;color:var(--primary-color);opacity:.3;font-size:1.5em;animation:fall-0c067f42 linear infinite}@keyframes fall-0c067f42{0%{transform:translateY(-100vh) rotate(0deg)}to{transform:translateY(100vh) rotate(1turn)}}.snowflake[data-v-0c067f42]:first-child{left:10%;animation-duration:12s;animation-delay:-1s}.snowflake[data-v-0c067f42]:nth-child(2){left:20%;animation-duration:15s;animation-delay:-2s}.snowflake[data-v-0c067f42]:nth-child(3){left:30%;animation-duration:11s;animation-delay:-3s}.snowflake[data-v-0c067f42]:nth-child(4){left:40%;animation-duration:13s;animation-delay:-4s}.snowflake[data-v-0c067f42]:nth-child(5){left:50%;animation-duration:14s;animation-delay:-5s}@media (max-width:768px){.nav-links[data-v-0c067f42]{flex-direction:column;align-items:center;padding:1rem}.article-grid[data-v-0c067f42]{grid-template-columns:1fr}.nav-bar[data-v-0c067f42]{background:var(--card-bg)}.terminal-header[data-v-0c067f42]{padding:.5rem}.terminal-title[data-v-0c067f42]{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-links[data-v-0c067f42]{flex-direction:column;align-items:center;padding:.5rem;gap:1rem}.nav-links a[data-v-0c067f42]{width:100%;text-align:center;padding:.5rem;border:1px solid rgba(0,255,213,.1);border-radius:4px;background:rgba(0,255,213,.05)}.terminal-body[data-v-0c067f42]{padding:1rem}.line[data-v-0c067f42]{font-size:.9rem;word-break:break-word}.article-grid[data-v-0c067f42]{grid-template-columns:1fr;gap:1rem}.article-card[data-v-0c067f42]{padding:1rem}.article-title-link[data-v-0c067f42]{font-size:1.1rem}.article-tags[data-v-0c067f42]{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.article-tags span[data-v-0c067f42]{font-size:.7rem;white-space:nowrap}.article-card[data-v-0c067f42],.terminal-body[data-v-0c067f42],.terminal-window[data-v-0c067f42]{max-width:100%;overflow-x:hidden}pre[data-v-0c067f42]{max-width:100%;overflow-x:auto}.snowflake[data-v-0c067f42]{font-size:1em}}@media (max-width:380px){.terminal-title[data-v-0c067f42]{font-size:.7rem}.nav-links a[data-v-0c067f42]{font-size:.9rem}.article-date[data-v-0c067f42],.read-more[data-v-0c067f42]{font-size:.8rem}.main-container[data-v-0c067f42]{padding:.5rem}}@media (max-height:600px) and (orientation:landscape){.hero[data-v-0c067f42]{height:auto;min-height:100vh;margin-top:150px}.nav-bar[data-v-0c067f42]{height:auto}.nav-links[data-v-0c067f42]{flex-direction:row;flex-wrap:wrap;justify-content:center}.nav-links a[data-v-0c067f42]{width:auto;padding:.3rem 1rem}}.mobile-nav-toggle[data-v-0c067f42]{display:none;position:fixed;top:1rem;right:1rem;z-index:1001;background:none;border:none;cursor:pointer}.hamburger[data-v-0c067f42]{width:30px;height:25px;position:relative}.hamburger span[data-v-0c067f42]{display:block;position:absolute;height:2px;width:100%;background:var(--primary-color);transition:all .3s ease}.hamburger span[data-v-0c067f42]:first-child{top:0}.hamburger span[data-v-0c067f42]:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span[data-v-0c067f42]:nth-child(3){bottom:0}.hamburger.active span[data-v-0c067f42]:first-child{transform:rotate(45deg);top:50%}.hamburger.active span[data-v-0c067f42]:nth-child(2){opacity:0}.hamburger.active span[data-v-0c067f42]:nth-child(3){transform:rotate(-45deg);bottom:40%}.projects-grid[data-v-0c067f42]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:1rem}.project-card[data-v-0c067f42]{background:rgba(0,255,213,.05);padding:1.5rem;border-radius:4px;border:1px solid rgba(0,255,213,.1);transition:all .3s ease;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.project-card h3[data-v-0c067f42]{margin:0 0 1rem 0;font-size:1.2rem;color:var(--primary-color)}.project-card p[data-v-0c067f42]{margin:.5rem 0;font-size:.9rem;line-height:1.5}.project-link[data-v-0c067f42]{display:inline-block;margin-top:1rem;color:var(--primary-color);text-decoration:none;font-family:Fira Code,monospace;font-size:.9rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-links[data-v-0c067f42]{display:flex;gap:2rem;flex-wrap:wrap}.social-link[data-v-0c067f42]{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-family:Fira Code,monospace;transition:all .3s ease}@media (max-width:768px){.mobile-nav-toggle[data-v-0c067f42]{display:block}.nav-bar[data-v-0c067f42]{transform:translateY(-100%);transition:transform .3s ease}.nav-bar.nav-open[data-v-0c067f42]{transform:translateY(0)}.nav-links[data-v-0c067f42]{background:var(--card-bg);padding:1rem;margin-top:60px}.nav-links a[data-v-0c067f42]{display:block;padding:1rem;text-align:left;border-bottom:1px solid rgba(0,255,213,.1)}.nav-links a[data-v-0c067f42]:last-child{border-bottom:none}.social-links[data-v-0c067f42]{flex-direction:column;gap:1rem}.projects-grid[data-v-0c067f42]{grid-template-columns:1fr;gap:1rem;padding:.5rem}.project-card[data-v-0c067f42]{padding:1rem}.project-card h3[data-v-0c067f42]{font-size:1.1rem}.project-card p[data-v-0c067f42]{font-size:.85rem}}.music-grid[data-v-0c067f42]{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:2rem;padding:1rem}.music-player[data-v-0c067f42]{display:flex;flex-direction:column;background:var(--card-bg);border-radius:8px;border:1px solid rgba(0,255,213,.1);transition:all .3s ease;overflow:hidden}.player-header[data-v-0c067f42]{display:flex;justify-content:space-between;align-items:center;background:#1a1a1a;padding:.5rem 1rem;border-bottom:1px solid rgba(0,255,213,.1);font-family:Fira Code,monospace}.song-title[data-v-0c067f42]{color:var(--text-color);font-size:.9rem;opacity:.8}.player-controls[data-v-0c067f42]{display:flex;justify-content:center;padding:.5rem;background:rgba(0,255,213,.05);border-top:1px solid rgba(0,255,213,.1)}.control-btn[data-v-0c067f42]{background:none;border:1px solid var(--primary-color);color:var(--primary-color);padding:.5rem 1rem;border-radius:4px;font-family:Fira Code,monospace;cursor:pointer;transition:all .3s ease}.control-btn[data-v-0c067f42]:hover{background:var(--primary-color);color:var(--background-color)}.player-container[data-v-0c067f42]{padding:.5rem;background:rgba(0,255,213,.02)}.player-status[data-v-0c067f42]{color:var(--primary-color);font-size:.9rem;opacity:.8}.music-player.playing[data-v-0c067f42]{border-color:var(--primary-color);box-shadow:0 0 20px rgba(0,255,213,.2)}.music-player.playing .player-status[data-v-0c067f42]{opacity:1;animation:pulse-0c067f42 2s infinite}.music-player iframe[data-v-0c067f42]{width:100%;background:rgba(0,255,213,.05);border-radius:0 0 8px 8px}@keyframes pulse-0c067f42{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}@media (max-width:768px){.music-grid[data-v-0c067f42]{grid-template-columns:1fr;gap:1rem;padding:.5rem}.music-player[data-v-0c067f42]{margin:.5rem 0}.player-header[data-v-0c067f42]{padding:.5rem}.player-status[data-v-0c067f42]{font-size:.8rem}}.player-progress[data-v-0c067f42]{padding:.5rem 1rem;font-family:Fira Code,monospace}.time-info[data-v-0c067f42]{display:flex;justify-content:space-between;color:var(--primary-color);font-size:.8rem;margin-bottom:.5rem}.progress-bar[data-v-0c067f42]{height:4px;background:rgba(0,255,213,.1);border-radius:2px;cursor:pointer;position:relative}.progress[data-v-0c067f42]{height:100%;background:var(--primary-color);border-radius:2px;transition:width .1s linear}.progress-bar[data-v-0c067f42]:hover{height:6px}.progress-bar:hover .progress[data-v-0c067f42]{background:var(--accent-color)}.experience-list[data-v-0c067f42],.skills-list[data-v-0c067f42]{margin-left:2rem;list-style:none}.experience-list li[data-v-0c067f42],.skills-list li[data-v-0c067f42]{margin:.5rem 0;line-height:1.6}.project-details[data-v-0c067f42]{list-style:none;padding:0;margin:1rem 0}.project-details li[data-v-0c067f42]{margin:.5rem 0;font-size:.9rem;color:var(--text-color);opacity:.8}.project-card:hover .project-details li[data-v-0c067f42]{opacity:1}.status[data-v-0c067f42]{display:inline-block;padding:.3rem .6rem;background:rgba(0,255,213,.1);border-radius:4px;font-size:.8rem;color:var(--primary-color);margin-top:1rem}.output[data-v-0c067f42]{line-height:1.6;color:var(--text-color);opacity:.9}.output br[data-v-0c067f42]{margin:.5rem 0}.article-container[data-v-21237810]{min-height:100vh;padding:2rem;background:var(--background-color)}.article-detail[data-v-21237810]{margin:80px auto;padding:3rem;background:var(--card-bg);border-radius:1rem;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 4px 24px rgba(0,0,0,.1)}.back-button[data-v-21237810]{position:fixed;top:2rem;left:2rem;z-index:1000;padding:.5rem 1rem;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:2rem}.back-link[data-v-21237810]{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);text-decoration:none;font-weight:500;transition:all .3s ease}.back-link[data-v-21237810]:hover{color:var(--accent-color);transform:translateX(-5px)}.article-header[data-v-21237810]{margin-bottom:4rem;text-align:center;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.article-title[data-v-21237810]{font-size:2.5rem;margin:1.5rem 0;line-height:1.3;background:linear-gradient(45deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.article-meta[data-v-21237810]{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.article-tags[data-v-21237810]{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.article-tags span[data-v-21237810]{background:rgba(0,255,213,.1);color:var(--primary-color);padding:.3rem .8rem;border-radius:2rem;font-size:.8rem;transition:all .3s ease}.article-tags span[data-v-21237810]:hover{background:rgba(0,255,213,.2);transform:translateY(-2px)}.article-author[data-v-21237810]{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.author-avatar[data-v-21237810]{width:50px;height:50px;border-radius:50%;border:2px solid var(--primary-color);transition:all .3s ease}.author-avatar[data-v-21237810]:hover{transform:scale(1.1);border-color:var(--accent-color)}.article-content[data-v-21237810]{line-height:1.8;margin:2rem 0}.article-content h2[data-v-21237810]{color:var(--primary-color);margin:3rem 0 1.5rem;font-size:1.8rem;border-bottom:2px solid rgba(0,255,213,.1);padding-bottom:.5rem}.article-content p[data-v-21237810]{margin:1.5rem 0;font-size:1.1rem;color:var(--text-color)}.article-content ol[data-v-21237810],.article-content ul[data-v-21237810]{margin:1.5rem 0;padding-left:2rem}.article-content li[data-v-21237810]{margin:.8rem 0}.code-block[data-v-21237810]{background:rgba(0,0,0,.3);border-radius:.8rem;padding:1.5rem;margin:2rem 0;border:1px solid var(--primary-color)}.code-block pre[data-v-21237810]{margin:0;overflow-x:auto}.code-block code[data-v-21237810]{color:var(--primary-color);font-family:Fira Code,monospace;font-size:.9rem;line-height:1.6}.article-footer[data-v-21237810]{margin-top:4rem;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.share-buttons[data-v-21237810]{display:flex;justify-content:center;gap:1rem}.share-btn[data-v-21237810]{background:none;border:1px solid var(--primary-color);color:var(--primary-color);width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease}.share-btn[data-v-21237810]:hover{background:var(--primary-color);color:var(--background-color);transform:translateY(-3px)}@media (max-width:768px){.article-container[data-v-21237810]{padding:1rem}.article-detail[data-v-21237810]{padding:2rem;margin:60px auto}.back-button[data-v-21237810]{top:1rem;left:1rem}.article-title[data-v-21237810]{font-size:2rem}.article-content h2[data-v-21237810]{font-size:1.5rem}.article-content p[data-v-21237810]{font-size:1rem}.code-block[data-v-21237810]{padding:1rem;margin:1.5rem -1rem;border-radius:0}}@media (prefers-color-scheme:dark){.article-detail[data-v-21237810]{box-shadow:0 4px 24px rgba(0,255,213,.05)}}.nav-bar[data-v-21237810]{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,4%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--primary-color)}.nav-links[data-v-21237810]{display:flex;justify-content:center;padding:1rem;gap:2rem}.nav-links a[data-v-21237810]{color:var(--primary-color);text-decoration:none;font-family:Fira Code,monospace;transition:all .3s ease}.nav-links a[data-v-21237810]:hover{color:var(--accent-color);text-shadow:0 0 8px var(--accent-color)}.mobile-nav-toggle[data-v-21237810]{display:none;position:fixed;top:1rem;right:1rem;z-index:1001;background:none;border:none;cursor:pointer}.hamburger[data-v-21237810]{width:30px;height:25px;position:relative}.hamburger span[data-v-21237810]{display:block;position:absolute;height:2px;width:100%;background:var(--primary-color);transition:all .3s ease}.hamburger span[data-v-21237810]:first-child{top:0}.hamburger span[data-v-21237810]:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span[data-v-21237810]:nth-child(3){bottom:0}.hamburger.active span[data-v-21237810]:first-child{transform:rotate(45deg);top:50%}.hamburger.active span[data-v-21237810]:nth-child(2){opacity:0}.hamburger.active span[data-v-21237810]:nth-child(3){transform:rotate(-45deg);bottom:40%}@media (max-width:768px){.mobile-nav-toggle[data-v-21237810]{display:block}.nav-bar[data-v-21237810]{transform:translateY(-100%);transition:transform .3s ease}.nav-bar.nav-open[data-v-21237810]{transform:translateY(0)}.nav-links[data-v-21237810]{background:var(--card-bg);padding:1rem;margin-top:60px;flex-direction:column;align-items:center}.nav-links a[data-v-21237810]{width:100%;text-align:center;padding:.5rem;border:1px solid rgba(0,255,213,.1);border-radius:4px;background:rgba(0,255,213,.05)}.nav-links a[data-v-21237810]:last-child{border-bottom:none}}.snowflakes[data-v-21237810]{position:fixed;width:100vw;height:100vh;pointer-events:none;z-index:1}.snowflake[data-v-21237810]{position:absolute;color:var(--primary-color);opacity:.3;font-size:1.5em;animation:fall-21237810 linear infinite}@keyframes fall-21237810{0%{transform:translateY(-100vh) rotate(0deg)}to{transform:translateY(100vh) rotate(1turn)}}.snowflake[data-v-21237810]:first-child{left:5%;animation-duration:15s;animation-delay:-1s}.snowflake[data-v-21237810]:nth-child(2){left:10%;animation-duration:12s;animation-delay:-2s}.snowflake[data-v-21237810]:nth-child(3){left:15%;animation-duration:13s;animation-delay:-3s}.snowflake[data-v-21237810]:nth-child(4){left:20%;animation-duration:14s;animation-delay:-4s}.snowflake[data-v-21237810]:nth-child(5){left:25%;animation-duration:16s;animation-delay:-5s}.snowflake[data-v-21237810]:nth-child(6){left:30%;animation-duration:11s;animation-delay:-6s}.snowflake[data-v-21237810]:nth-child(7){left:35%;animation-duration:17s;animation-delay:-7s}.snowflake[data-v-21237810]:nth-child(8){left:40%;animation-duration:13s;animation-delay:-8s}.snowflake[data-v-21237810]:nth-child(9){left:45%;animation-duration:14s;animation-delay:-9s}.snowflake[data-v-21237810]:nth-child(10){left:50%;animation-duration:15s;animation-delay:-10s}.snowflake[data-v-21237810]:nth-child(11){left:55%;animation-duration:12s;animation-delay:-11s}.snowflake[data-v-21237810]:nth-child(12){left:60%;animation-duration:16s;animation-delay:-12s}.snowflake[data-v-21237810]:nth-child(13){left:65%;animation-duration:13s;animation-delay:-13s}.snowflake[data-v-21237810]:nth-child(14){left:70%;animation-duration:14s;animation-delay:-14s}.snowflake[data-v-21237810]:nth-child(15){left:75%;animation-duration:15s;animation-delay:-15s}.snowflake[data-v-21237810]:nth-child(16){left:80%;animation-duration:11s;animation-delay:-16s}.snowflake[data-v-21237810]:nth-child(17){left:85%;animation-duration:17s;animation-delay:-17s}.snowflake[data-v-21237810]:nth-child(18){left:90%;animation-duration:13s;animation-delay:-18s}.snowflake[data-v-21237810]:nth-child(19){left:95%;animation-duration:14s;animation-delay:-19s}.snowflake[data-v-21237810]:nth-child(20){left:100%;animation-duration:15s;animation-delay:-20s}.snowflake[data-v-21237810]:nth-child(21){left:7%;animation-duration:16s;animation-delay:-21s}.snowflake[data-v-21237810]:nth-child(22){left:13%;animation-duration:12s;animation-delay:-22s}.snowflake[data-v-21237810]:nth-child(23){left:17%;animation-duration:13s;animation-delay:-23s}.snowflake[data-v-21237810]:nth-child(24){left:23%;animation-duration:14s;animation-delay:-24s}.snowflake[data-v-21237810]:nth-child(25){left:27%;animation-duration:15s;animation-delay:-25s}.snowflake[data-v-21237810]:nth-child(26){left:33%;animation-duration:16s;animation-delay:-26s}.snowflake[data-v-21237810]:nth-child(27){left:37%;animation-duration:12s;animation-delay:-27s}.snowflake[data-v-21237810]:nth-child(28){left:43%;animation-duration:13s;animation-delay:-28s}.snowflake[data-v-21237810]:nth-child(29){left:47%;animation-duration:14s;animation-delay:-29s}.snowflake[data-v-21237810]:nth-child(30){left:53%;animation-duration:15s;animation-delay:-30s}.snowflake[data-v-21237810]:nth-child(31){left:57%;animation-duration:16s;animation-delay:-31s}.snowflake[data-v-21237810]:nth-child(32){left:63%;animation-duration:12s;animation-delay:-32s}.snowflake[data-v-21237810]:nth-child(33){left:67%;animation-duration:13s;animation-delay:-33s}.snowflake[data-v-21237810]:nth-child(34){left:73%;animation-duration:14s;animation-delay:-34s}.snowflake[data-v-21237810]:nth-child(35){left:77%;animation-duration:15s;animation-delay:-35s}.snowflake[data-v-21237810]:nth-child(36){left:83%;animation-duration:16s;animation-delay:-36s}.snowflake[data-v-21237810]:nth-child(37){left:87%;animation-duration:12s;animation-delay:-37s}.snowflake[data-v-21237810]:nth-child(38){left:93%;animation-duration:13s;animation-delay:-38s}.snowflake[data-v-21237810]:nth-child(39){left:97%;animation-duration:14s;animation-delay:-39s}.snowflake[data-v-21237810]:nth-child(40){left:3%;animation-duration:15s;animation-delay:-40s}.snowflake[data-v-21237810]:nth-child(41){left:8%;animation-duration:16s;animation-delay:-41s}.snowflake[data-v-21237810]:nth-child(42){left:12%;animation-duration:12s;animation-delay:-42s}.snowflake[data-v-21237810]:nth-child(43){left:18%;animation-duration:13s;animation-delay:-43s}.snowflake[data-v-21237810]:nth-child(44){left:22%;animation-duration:14s;animation-delay:-44s}.snowflake[data-v-21237810]:nth-child(45){left:28%;animation-duration:15s;animation-delay:-45s}.snowflake[data-v-21237810]:nth-child(46){left:32%;animation-duration:16s;animation-delay:-46s}.snowflake[data-v-21237810]:nth-child(47){left:38%;animation-duration:12s;animation-delay:-47s}.snowflake[data-v-21237810]:nth-child(48){left:42%;animation-duration:13s;animation-delay:-48s}.snowflake[data-v-21237810]:nth-child(49){left:48%;animation-duration:14s;animation-delay:-49s}.snowflake[data-v-21237810]:nth-child(50){left:52%;animation-duration:15s;animation-delay:-50s}@media (max-width:768px){.snowflake[data-v-21237810]{font-size:1em}}