@import"https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@400;700&family=Inter:wght@400;500;600;700&display=swap";:root{--bg-primary: #020617;--bg-secondary: #0f172a;--bg-card: rgba(30, 41, 59, .7);--bg-card-hover: rgba(51, 65, 85, .8);--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--header-bg: rgba(2, 6, 23, .95);--border-color: rgba(148, 163, 184, .1);--christmas-red: #c41e3a;--christmas-green: #165b33;--christmas-gold: #fbbf24;--christmas-cream: #f8fafc;--gradient-festive: linear-gradient(135deg, #c41e3a 0%, #991b1b 100%);--gradient-motia: linear-gradient(135deg, #a855f7 0%, #d946ef 100%);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3);--pin-color: rgba(255, 255, 255, .3);--body-bg-image: radial-gradient(circle at 50% 0%, rgba(220, 38, 38, .15) 0%, transparent 50%), linear-gradient(to bottom, #1e1b4b 0%, #020617 100%)}.light-mode{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-card: #ffffff;--bg-card-hover: #f8fafc;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--header-bg: rgba(255, 255, 255, .95);--border-color: #e2e8f0;--christmas-cream: #0f172a;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--pin-color: #cbd5e1;--body-bg-image: none}body{background-color:var(--bg-primary);background-image:var(--body-bg-image);color:var(--text-primary);transition:background-color .3s ease,color .3s ease;font-family:Inter,system-ui,-apple-system,sans-serif;margin:0;min-height:100vh;overflow-x:hidden;line-height:1.6}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:5px;border:2px solid var(--bg-primary)}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.glass-panel{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:1rem;box-shadow:var(--shadow-md)}@keyframes flash-1{0%,to{opacity:1;box-shadow:0 0 10px var(--christmas-red)}50%{opacity:.4;box-shadow:none}}@keyframes flash-2{0%,to{opacity:.4;box-shadow:none}50%{opacity:1;box-shadow:0 0 10px var(--christmas-green)}}@keyframes flash-3{0%,to{opacity:.4;box-shadow:none}50%{opacity:1;box-shadow:0 0 10px var(--christmas-gold)}}.snow-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:40;overflow:hidden}.header{background:var(--header-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:50;padding:1rem 0;transition:background .3s ease,border-color .3s ease;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:20px 20px}.header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background-image:linear-gradient(90deg,var(--christmas-red) 0%,var(--christmas-red) 20%,var(--christmas-green) 20%,var(--christmas-green) 40%,var(--christmas-gold) 40%,var(--christmas-gold) 60%,var(--christmas-red) 60%,var(--christmas-red) 80%,var(--christmas-green) 80%,var(--christmas-green) 100%);background-size:50px 4px;opacity:.8}.nav{display:flex;justify-content:space-between;align-items:center;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-primary);font-weight:700;font-size:1.25rem;font-family:Mountains of Christmas,cursive;letter-spacing:.05em;transition:transform .2s ease;flex-shrink:0}.logo:hover{transform:scale(1.05)}.logo-icon{filter:drop-shadow(0 0 10px rgba(196,30,58,.6));color:var(--christmas-red);flex-shrink:0}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.875rem;transition:all .2s ease;position:relative;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.nav-link:hover{color:var(--text-primary)}.icon-link{display:flex;align-items:center;gap:.35rem}.btn-join{background:var(--christmas-red);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-weight:600;font-size:.875rem;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;box-shadow:0 4px 10px #c41e3a4d}.btn-join:hover{transform:translateY(-2px);box-shadow:0 6px 15px #c41e3a66;filter:brightness(1.1)}.theme-toggle{background:transparent;border:1px solid var(--border-color);color:var(--text-primary);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.theme-toggle:hover{background:var(--bg-secondary);color:var(--text-primary)}.footer{margin-top:auto;padding:4rem 0;text-align:center;background:linear-gradient(to top,var(--bg-secondary) 0%,transparent 100%);border-top:1px solid var(--border-color);position:relative;overflow:hidden}.footer:before{content:"🎄";position:absolute;bottom:2rem;left:2rem;font-size:3rem;opacity:.2;transform:rotate(-10deg);filter:blur(1px)}.footer:after{content:"🎄";position:absolute;bottom:2rem;right:2rem;font-size:3rem;opacity:.2;transform:rotate(10deg);filter:blur(1px)}.footer-message{font-family:Mountains of Christmas,cursive;font-size:1.75rem;margin-bottom:1rem;color:var(--christmas-cream);position:relative;z-index:1}.footer-powered-by{font-size:.95rem;color:var(--text-muted);display:flex;justify-content:center;align-items:center;gap:.5rem;position:relative;z-index:1}.footer-powered-by a{text-decoration:none;font-weight:600;transition:all .2s ease}.text-gold{color:var(--christmas-gold)!important}.text-muted-link{color:var(--text-muted)!important}.text-muted-link:hover{color:var(--text-primary)!important}.gradient-text{background:var(--christmas-gold);background:linear-gradient(135deg,#fbbf24,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.light-mode .gradient-text{background:linear-gradient(135deg,#d97706,#b45309);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:640px){.header{padding:.75rem 0}.logo{font-size:1.1rem;gap:.4rem}.nav-links{gap:.75rem}.btn-join span,.icon-link span{display:none}.btn-join{padding:.5rem;border-radius:50%;width:36px;height:36px;justify-content:center}}.hero{text-align:center;margin:5rem 0 4rem;position:relative}.hero:before{content:"";position:absolute;top:-50%;left:50%;transform:translate(-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(251,191,36,.08) 0%,transparent 60%);pointer-events:none;z-index:-1}.light-mode .hero:before{background:radial-gradient(circle,rgba(251,191,36,.15) 0%,transparent 60%)}.hero-title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.hero-title-main{font-size:3rem;color:var(--text-primary);font-family:Mountains of Christmas,cursive;text-shadow:var(--shadow-sm)}.hero-title-sub{font-size:4.5rem;font-weight:800;line-height:1.1;font-family:Inter,sans-serif;letter-spacing:-.03em;color:var(--text-primary)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff08;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);border-radius:3rem;padding:.4rem 1rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;color:var(--text-primary);box-shadow:none;transition:all .3s ease}.light-mode .hero-badge{background:#00000008;border-color:#00000014}.hero-badge:hover{background:#ffffff14;border-color:#fff3;box-shadow:0 0 15px #8b5cf64d;transform:translateY(-1px)}.light-mode .hero-badge:hover{background:#0000000d;border-color:#00000026;box-shadow:0 0 15px #8b5cf633}.hero-badge-logo{width:20px;height:20px;border-radius:4px}.hero-description{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.days-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:6rem}.day-card{position:relative;background:var(--bg-card);border-radius:1rem;border:1px solid var(--border-color);overflow:hidden;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);min-height:220px;display:flex;flex-direction:column;box-shadow:var(--shadow-md)}.day-card:hover{transform:translateY(-8px);background:var(--bg-card-hover);border-color:var(--christmas-red);box-shadow:var(--shadow-lg)}.day-card.locked{opacity:.7;cursor:not-allowed}.day-card.locked:hover{transform:none;border-color:var(--border-color)}.day-card-ribbon{position:absolute;top:-5px;right:24px;width:36px;height:50px;background:var(--christmas-red);z-index:10;box-shadow:0 4px 8px #0000004d;clip-path:polygon(0 0,100% 0,100% 100%,50% 85%,0 100%)}.day-card-ribbon.locked{background:var(--text-muted)}.day-card-content{padding:1.5rem;position:relative;z-index:2;flex:1;display:flex;flex-direction:column}.day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.day-number{font-family:Mountains of Christmas,cursive;font-size:1.5rem;color:var(--christmas-gold);font-weight:700}.day-unlock-icon{color:var(--christmas-gold);opacity:.8}.day-lock-icon{color:var(--text-muted);opacity:.6}.day-title{font-family:Mountains of Christmas,cursive;font-size:1.5rem;color:var(--text-primary);margin-bottom:.5rem;font-weight:700;line-height:1.2}.day-description{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.5rem;line-height:1.5;flex:1}.day-footer{margin-top:auto;display:flex;justify-content:center}.unwrap-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--christmas-red);color:#fff;padding:.6rem 1.5rem;border-radius:2rem;font-size:.9rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #c41e3a66}.day-card:hover .unwrap-btn{transform:scale(1.05);box-shadow:0 6px 16px #c41e3a80}.unwrap-btn.locked{background:#ffffff14;color:var(--text-muted);box-shadow:none;border:1px solid var(--border-color)}.cta-section{text-align:center;padding:5rem 2rem;position:relative;overflow:hidden;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:1.5rem;margin-top:4rem;box-shadow:var(--shadow-sm)}.cta-title{font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary);font-family:Mountains of Christmas,cursive}.cta-description{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.15rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:2rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:var(--christmas-red);color:#fff;box-shadow:0 4px 15px #c41e3a4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #c41e3a80;filter:brightness(1.1)}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-secondary);border-color:var(--text-primary);transform:translateY(-3px)}@media(max-width:768px){.hero-title-sub{font-size:3rem}.days-grid{grid-template-columns:1fr}}._verified_lvyh0_1{margin-left:.125rem;max-width:20px;max-height:20px;height:1.25em;fill:currentColor;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}._root_98iqw_1{width:100%;min-width:250px;max-width:550px;overflow:hidden;color:var(--tweet-font-color);font-family:var(--tweet-font-family);font-weight:400;box-sizing:border-box;border:var(--tweet-border);border-radius:12px;margin:var(--tweet-container-margin);background-color:var(--tweet-bg-color);transition-property:background-color,box-shadow;transition-duration:.2s}._root_98iqw_1:hover{background-color:var(--tweet-bg-color-hover)}._article_98iqw_21{position:relative;box-sizing:inherit;padding:.75rem 1rem}.react-tweet-theme{--tweet-container-margin: 1.5rem 0;--tweet-header-font-size: .9375rem;--tweet-header-line-height: 1.25rem;--tweet-body-font-size: 1.25rem;--tweet-body-font-weight: 400;--tweet-body-line-height: 1.5rem;--tweet-body-margin: 0;--tweet-quoted-container-margin: .75rem 0;--tweet-quoted-body-font-size: .938rem;--tweet-quoted-body-font-weight: 400;--tweet-quoted-body-line-height: 1.25rem;--tweet-quoted-body-margin: .25rem 0 .75rem 0;--tweet-info-font-size: .9375rem;--tweet-info-line-height: 1.25rem;--tweet-actions-font-size: .875rem;--tweet-actions-line-height: 1rem;--tweet-actions-font-weight: 700;--tweet-actions-icon-size: 1.25em;--tweet-actions-icon-wrapper-size: calc( var(--tweet-actions-icon-size) + .75em );--tweet-replies-font-size: .875rem;--tweet-replies-line-height: 1rem;--tweet-replies-font-weight: 700}:where(.react-tweet-theme) *{margin:0;padding:0;box-sizing:border-box}:is([data-theme=light],.light) :where(.react-tweet-theme),:where(.react-tweet-theme){--tweet-skeleton-gradient: linear-gradient( 270deg, #fafafa, #eaeaea, #eaeaea, #fafafa );--tweet-border: 1px solid rgb(207, 217, 222);--tweet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tweet-font-color: rgb(15, 20, 25);--tweet-font-color-secondary: rgb(83, 100, 113);--tweet-bg-color: #fff;--tweet-bg-color-hover: rgb(247, 249, 249);--tweet-quoted-bg-color-hover: rgba(0, 0, 0, .03);--tweet-color-blue-primary: rgb(29, 155, 240);--tweet-color-blue-primary-hover: rgb(26, 140, 216);--tweet-color-blue-secondary: rgb(0, 111, 214);--tweet-color-blue-secondary-hover: rgba(0, 111, 214, .1);--tweet-color-red-primary: rgb(249, 24, 128);--tweet-color-red-primary-hover: rgba(249, 24, 128, .1);--tweet-color-green-primary: rgb(0, 186, 124);--tweet-color-green-primary-hover: rgba(0, 186, 124, .1);--tweet-twitter-icon-color: var(--tweet-font-color);--tweet-verified-old-color: rgb(130, 154, 171);--tweet-verified-blue-color: var(--tweet-color-blue-primary)}:is([data-theme=dark],.dark) :where(.react-tweet-theme){--tweet-skeleton-gradient: linear-gradient( 270deg, #15202b, rgb(30, 39, 50), rgb(30, 39, 50), rgb(21, 32, 43) );--tweet-border: 1px solid rgb(66, 83, 100);--tweet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tweet-font-color: rgb(247, 249, 249);--tweet-font-color-secondary: rgb(139, 152, 165);--tweet-bg-color: rgb(21, 32, 43);--tweet-bg-color-hover: rgb(30, 39, 50);--tweet-quoted-bg-color-hover: rgba(255, 255, 255, .03);--tweet-color-blue-primary: rgb(29, 155, 240);--tweet-color-blue-primary-hover: rgb(26, 140, 216);--tweet-color-blue-secondary: rgb(107, 201, 251);--tweet-color-blue-secondary-hover: rgba(107, 201, 251, .1);--tweet-color-red-primary: rgb(249, 24, 128);--tweet-color-red-primary-hover: rgba(249, 24, 128, .1);--tweet-color-green-primary: rgb(0, 186, 124);--tweet-color-green-primary-hover: rgba(0, 186, 124, .1);--tweet-twitter-icon-color: var(--tweet-font-color);--tweet-verified-old-color: rgb(130, 154, 171);--tweet-verified-blue-color: #fff}@media(prefers-color-scheme:dark){:where(.react-tweet-theme){--tweet-skeleton-gradient: linear-gradient( 270deg, #15202b, rgb(30, 39, 50), rgb(30, 39, 50), rgb(21, 32, 43) );--tweet-border: 1px solid rgb(66, 83, 100);--tweet-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tweet-font-color: rgb(247, 249, 249);--tweet-font-color-secondary: rgb(139, 152, 165);--tweet-bg-color: rgb(21, 32, 43);--tweet-bg-color-hover: rgb(30, 39, 50);--tweet-color-blue-primary: rgb(29, 155, 240);--tweet-color-blue-primary-hover: rgb(26, 140, 216);--tweet-color-blue-secondary: rgb(107, 201, 251);--tweet-color-blue-secondary-hover: rgba(107, 201, 251, .1);--tweet-color-red-primary: rgb(249, 24, 128);--tweet-color-red-primary-hover: rgba(249, 24, 128, .1);--tweet-color-green-primary: rgb(0, 186, 124);--tweet-color-green-primary-hover: rgba(0, 186, 124, .1);--tweet-twitter-icon-color: var(--tweet-font-color);--tweet-verified-old-color: rgb(130, 154, 171);--tweet-verified-blue-color: #fff}}._header_nqq4j_1{display:flex;padding-bottom:.75rem;line-height:var(--tweet-header-line-height);font-size:var(--tweet-header-font-size);white-space:nowrap;overflow-wrap:break-word;overflow:hidden}._avatar_nqq4j_11{position:relative;height:48px;width:48px}._avatarOverflow_nqq4j_16{height:100%;width:100%;position:absolute;overflow:hidden;border-radius:9999px}._avatarSquare_nqq4j_23{border-radius:4px}._avatarShadow_nqq4j_26{height:100%;width:100%;transition-property:background-color;transition-duration:.2s;box-shadow:#00000008 0 0 2px inset}._avatarShadow_nqq4j_26:hover{background-color:#1a1a1a26}._author_nqq4j_37{max-width:calc(100% - 84px);display:flex;flex-direction:column;justify-content:center;margin:0 .5rem}._authorLink_nqq4j_44{text-decoration:none;color:inherit;display:flex;align-items:center}._authorLink_nqq4j_44:hover{text-decoration-line:underline}._authorVerified_nqq4j_53{display:inline-flex}._authorLinkText_nqq4j_56{font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._authorMeta_nqq4j_63,._authorFollow_nqq4j_66{display:flex}._username_nqq4j_69{color:var(--tweet-font-color-secondary);text-decoration:none;text-overflow:ellipsis}._follow_nqq4j_74{color:var(--tweet-color-blue-secondary);text-decoration:none;font-weight:700}._follow_nqq4j_74:hover{text-decoration-line:underline}._separator_nqq4j_82{padding:0 .25rem}._brand_nqq4j_86{margin-inline-start:auto}._twitterIcon_nqq4j_90{width:23.75px;height:23.75px;color:var(--tweet-twitter-icon-color);fill:currentColor;-webkit-user-select:none;user-select:none}._verifiedOld_lcna5_1{color:var(--tweet-verified-old-color)}._verifiedBlue_lcna5_4{color:var(--tweet-verified-blue-color)}._verifiedGovernment_lcna5_7{color:#829aab}._root_1ec15_1{text-decoration:none;color:var(--tweet-font-color-secondary);font-size:.9375rem;line-height:1.25rem;margin-bottom:.25rem;overflow-wrap:break-word;white-space:pre-wrap}._root_1ec15_1:hover{text-decoration-thickness:1px;text-decoration-line:underline}._root_eihfa_1{font-weight:inherit;color:var(--tweet-color-blue-secondary);text-decoration:none;cursor:pointer}._root_eihfa_1:hover{text-decoration-thickness:1px;text-decoration-line:underline}._root_1xq52_1{font-size:var(--tweet-body-font-size);font-weight:var(--tweet-body-font-weight);line-height:var(--tweet-body-line-height);margin:var(--tweet-body-margin);overflow-wrap:break-word;white-space:pre-wrap}._root_g9tkv_1{margin-top:.75rem;overflow:hidden;position:relative}._rounded_g9tkv_6{border:var(--tweet-border);border-radius:12px}._mediaWrapper_g9tkv_10{display:grid;grid-auto-rows:1fr;gap:2px;height:100%;width:100%}._grid2Columns_g9tkv_17{grid-template-columns:repeat(2,1fr)}._grid3_g9tkv_20>a:first-child{grid-row:span 2}._grid2x2_g9tkv_23{grid-template-rows:repeat(2,1fr)}._mediaContainer_g9tkv_26{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center}._mediaLink_g9tkv_34{text-decoration:none;outline-style:none}._skeleton_g9tkv_38{padding-bottom:56.25%;width:100%;display:block}._image_g9tkv_43{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;margin:0;object-fit:cover;object-position:center}._anchor_fp31d_1{display:flex;align-items:center;color:#fff;padding:0 1rem;border:1px solid transparent;border-radius:9999px;font-weight:700;transition:background-color .2s;cursor:pointer;-webkit-user-select:none;user-select:none;outline-style:none;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}._videoButton_fp31d_17{position:relative;height:67px;width:67px;display:flex;align-items:center;justify-content:center;background-color:var(--tweet-color-blue-primary);transition-property:background-color;transition-duration:.2s;border:4px solid #fff;border-radius:9999px;cursor:pointer}._videoButton_fp31d_17:hover,._videoButton_fp31d_17:focus-visible{background-color:var(--tweet-color-blue-primary-hover)}._videoButtonIcon_fp31d_35{margin-left:3px;width:calc(50% + 4px);height:calc(50% + 4px);max-width:100%;color:#fff;fill:currentColor;-webkit-user-select:none;user-select:none}._watchOnTwitter_fp31d_44{position:absolute;top:12px;right:8px}._watchOnTwitter_fp31d_44>a{min-width:2rem;min-height:2rem;font-size:.875rem;line-height:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f1419bf}._watchOnTwitter_fp31d_44>a:hover{background-color:#272c30bf}._viewReplies_fp31d_60{position:relative;min-height:2rem;background-color:var(--tweet-color-blue-primary);border-color:var(--tweet-color-blue-primary);font-size:.9375rem;line-height:1.25rem}._viewReplies_fp31d_60:hover{background-color:var(--tweet-color-blue-primary-hover)}._root_i24yn_1{color:inherit;text-decoration:none;font-size:var(--tweet-info-font-size);line-height:var(--tweet-info-line-height)}._root_i24yn_1:hover{text-decoration-thickness:1px;text-decoration-line:underline}._info_19qcj_1{display:flex;align-items:center;color:var(--tweet-font-color-secondary);margin-top:.125rem;overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis}._infoLink_19qcj_10{color:inherit;text-decoration:none}._infoLink_19qcj_10{height:var(--tweet-actions-icon-wrapper-size);width:var(--tweet-actions-icon-wrapper-size);font:inherit;margin-left:auto;display:flex;justify-content:center;align-items:center;margin-right:-4px;border-radius:9999px;transition-property:background-color;transition-duration:.2s}._infoLink_19qcj_10:hover{background-color:var(--tweet-color-blue-secondary-hover)}._infoIcon_19qcj_30{color:inherit;fill:currentColor;height:var(--tweet-actions-icon-size);-webkit-user-select:none;user-select:none}._infoLink_19qcj_10:hover>._infoIcon_19qcj_30{color:var(--tweet-color-blue-secondary)}._actions_n2anf_1{display:flex;align-items:center;color:var(--tweet-font-color-secondary);padding-top:.25rem;margin-top:.25rem;border-top:var(--tweet-border);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis}._like_n2anf_13,._reply_n2anf_14,._copy_n2anf_15{text-decoration:none;color:inherit;display:flex;align-items:center;margin-right:1.25rem}._like_n2anf_13:hover,._reply_n2anf_14:hover,._copy_n2anf_15:hover{background-color:#0000}._like_n2anf_13:hover>._likeIconWrapper_n2anf_27{background-color:var(--tweet-color-red-primary-hover)}._like_n2anf_13:hover>._likeCount_n2anf_30{color:var(--tweet-color-red-primary);text-decoration-line:underline}._likeIconWrapper_n2anf_27,._replyIconWrapper_n2anf_35,._copyIconWrapper_n2anf_36{width:var(--tweet-actions-icon-wrapper-size);height:var(--tweet-actions-icon-wrapper-size);display:flex;justify-content:center;align-items:center;margin-left:-.25rem;border-radius:9999px}._likeIcon_n2anf_27,._replyIcon_n2anf_35,._copyIcon_n2anf_36{height:var(--tweet-actions-icon-size);fill:currentColor;-webkit-user-select:none;user-select:none}._likeIcon_n2anf_27{color:var(--tweet-color-red-primary)}._likeCount_n2anf_30,._replyText_n2anf_56,._copyText_n2anf_57{font-size:var(--tweet-actions-font-size);font-weight:var(--tweet-actions-font-weight);line-height:var(--tweet-actions-line-height);margin-left:.25rem}._reply_n2anf_14:hover>._replyIconWrapper_n2anf_35{background-color:var(--tweet-color-blue-secondary-hover)}._reply_n2anf_14:hover>._replyText_n2anf_56{color:var(--tweet-color-blue-secondary);text-decoration-line:underline}._replyIcon_n2anf_35{color:var(--tweet-color-blue-primary)}._copy_n2anf_15{font:inherit;background:none;border:none;cursor:pointer}._copy_n2anf_15:hover>._copyIconWrapper_n2anf_36{background-color:var(--tweet-color-green-primary-hover)}._copy_n2anf_15:hover ._copyIcon_n2anf_36{color:var(--tweet-color-green-primary)}._copy_n2anf_15:hover>._copyText_n2anf_57{color:var(--tweet-color-green-primary);text-decoration-line:underline}._replies_1cutb_1{padding:.25rem 0}._link_1cutb_4{text-decoration:none;color:var(--tweet-color-blue-secondary);display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;-webkit-user-select:none;user-select:none;outline-style:none;transition-property:background-color;transition-duration:.2s;padding:0 1rem;border:var(--tweet-border);border-radius:9999px}._link_1cutb_4:hover{background-color:var(--tweet-color-blue-secondary-hover)}._text_1cutb_23{font-weight:var(--tweet-replies-font-weight);font-size:var(--tweet-replies-font-size);line-height:var(--tweet-replies-line-height);overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._root_q5799_1{width:100%;overflow:hidden;border:var(--tweet-border);border-radius:12px;margin:var(--tweet-quoted-container-margin);transition-property:background-color,box-shadow;transition-duration:.2s;cursor:pointer}._root_q5799_1:hover{background-color:var(--tweet-quoted-bg-color-hover)}._article_q5799_16{position:relative;box-sizing:inherit}._header_r31i5_1{display:flex;padding:.75rem .75rem 0;line-height:var(--tweet-header-line-height);font-size:var(--tweet-header-font-size);white-space:nowrap;overflow-wrap:break-word;overflow:hidden}._avatar_r31i5_11{position:relative;height:20px;width:20px}._avatarSquare_r31i5_17{border-radius:4px}._author_r31i5_21{display:flex;margin:0 .5rem}._authorText_r31i5_26{font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._username_r31i5_33{color:var(--tweet-font-color-secondary);text-decoration:none;text-overflow:ellipsis;margin-left:.125rem}._root_175ot_1{font-size:var(--tweet-quoted-body-font-size);font-weight:var(--tweet-quoted-body-font-weight);line-height:var(--tweet-quoted-body-line-height);margin:var(--tweet-quoted-body-margin);overflow-wrap:break-word;white-space:pre-wrap;padding:0 .75rem}._root_16yxa_1{display:flex;flex-direction:column;align-items:center;padding-bottom:.75rem}._root_16yxa_1>h3{font-size:1.25rem;margin-bottom:.5rem}._skeleton_oi7hr_1{display:block;width:100%;border-radius:5px;background-image:var(--tweet-skeleton-gradient);background-size:400% 100%;animation:_loading_oi7hr_1 8s ease-in-out infinite}@media(prefers-reduced-motion:reduce){._skeleton_oi7hr_1{animation:none;background-position:200% 0}}@keyframes _loading_oi7hr_1{0%{background-position:200% 0}to{background-position:-200% 0}}._root_17qqv_1{pointer-events:none;padding-bottom:.25rem}.day-detail{padding-top:1rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;color:var(--christmas-red);text-decoration:none;font-weight:500;margin-bottom:2rem;transition:all .2s ease}.back-button:hover{color:var(--text-primary)}.day-header-detail{text-align:center;margin-bottom:3rem}.day-badge{display:inline-flex;align-items:center;gap:.5rem;background:#165b3333;color:#22c55e;padding:.5rem 1.2rem;border-radius:2rem;border:1px solid rgba(22,91,51,.4);font-weight:600;margin-bottom:1rem;letter-spacing:.02em}.light-mode .day-badge{background:#165b331a;color:#16a34a;border-color:#165b334d}.day-title-large{font-family:Inter,sans-serif;font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary)}.day-subtitle{font-size:1.25rem;color:var(--text-secondary)}.day-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:4rem}.tweet-container{display:flex;justify-content:center;padding:2rem;margin-bottom:2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:1rem}.tweet-wrapper{width:100%;max-width:550px}.content-card{padding:2.5rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:1rem}.content-card h2{font-size:1.75rem;margin-bottom:1.5rem;color:var(--christmas-gold);font-family:Mountains of Christmas,cursive}.content-card p{color:var(--text-secondary);line-height:1.7}.features-card,.resources-card{padding:1.75rem;margin-bottom:2rem;background:var(--bg-card);border-radius:1rem;border:1px solid var(--border-color)}.features-card h3,.resources-card h3{font-size:1.4rem;margin-bottom:1.2rem;font-family:Mountains of Christmas,cursive;color:var(--text-primary);border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.features-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--text-secondary)}.text-green{color:#22c55e}.github-example-box{margin-top:2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.75rem;padding:1.5rem}.github-example-box h3{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;margin-bottom:.5rem;color:var(--text-primary);font-family:Inter,sans-serif;border-bottom:none;padding-bottom:0}.example-name{font-family:Courier New,monospace;color:var(--christmas-gold);margin-bottom:1rem;font-weight:600;background:var(--bg-secondary);padding:.5rem;border-radius:.25rem;display:inline-block;word-break:break-all;border:1px solid var(--border-color)}.btn-github-link{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:#24292e;color:#fff;border-radius:.375rem;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;border:1px solid rgba(255,255,255,.1)}.btn-github-link:hover{background:#000;border-color:#ffffff4d;transform:translateY(-2px)}.resource-links{display:flex;flex-direction:column;gap:1rem;width:100%}.resource-links .btn{width:100%;box-sizing:border-box;min-height:48px}.day-navigation{display:flex;justify-content:space-between;border-top:1px solid var(--border-color);padding-top:2.5rem;margin-top:2rem;gap:1rem}.nav-button{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-primary);text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border-radius:2rem;background:var(--bg-secondary);border:1px solid var(--border-color);transition:all .2s ease;white-space:nowrap}.nav-button:hover{background:var(--bg-card-hover);border-color:var(--christmas-red)}@media(max-width:900px){.day-content-grid{grid-template-columns:1fr;gap:2rem}.sidebar{order:2}.day-title-large{font-size:2rem}.day-navigation{flex-direction:column}.nav-button{width:100%;justify-content:center}.content-card,.features-card,.resources-card{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.snow-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.snowflake{position:absolute;top:-10px;color:var(--text-primary);opacity:.2;font-size:1em;animation:fall linear forwards}@keyframes fall{to{transform:translateY(105vh) rotate(360deg)}}
