:root{--bg-gradient-top:#fffdf8;--bg-gradient-mid:#fdf6e4;--bg-gradient-bot:#f9efcf;--color-cream:#fffdf8;--color-warm-white:#fffffd;--color-linen:#faf4e6;--gold-50:#fffdf0;--gold-100:#fff9d6;--gold-200:#ffefa3;--gold-300:#ffe370;--gold-400:#f6ca38;--gold-500:#d4a017;--gold-600:#b8860b;--gold-700:#8c6204;--amber-deep:#634300;--text-main:#332408;--text-muted:#6b5731;--text-light:#8e7a53;--glass-bg:#fffdf8d1;--glass-border:#e5b84261;--glass-shadow:0 16px 36px -8px #b8860b1f, 0 6px 16px #d4a01714;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-cursive:"Sacramento", cursive;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;font-family:var(--font-sans);color:var(--text-main);background:linear-gradient(175deg, var(--bg-gradient-top) 0%, var(--bg-gradient-mid) 40%, var(--bg-gradient-bot) 100%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(#d4a0170d 1px,#0000 0);background-size:24px 24px;position:fixed;inset:0}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}a{color:inherit;text-decoration:none}.app-container{z-index:1;flex-direction:column;align-items:center;width:100%;min-height:100dvh;display:flex;position:relative;overflow-x:hidden}.content-wrapper{z-index:2;width:100%;max-width:620px;padding:calc(1.75rem + env(safe-area-inset-top,0px)) 1rem calc(3rem + env(safe-area-inset-bottom,0px));flex-direction:column;gap:3rem;margin:0 auto;display:flex;position:relative}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-xl);transition:transform .3s,box-shadow .3s}.site-header{text-align:center;flex-direction:column;align-items:center;width:100%;padding:.5rem .5rem 0;display:flex}.header-badge{border:1px solid var(--gold-300);color:var(--gold-700);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);background:#fff8e6eb;align-items:center;gap:.45rem;margin-bottom:1rem;padding:.4rem 1.1rem;font-size:clamp(.72rem,2.5vw,.8rem);font-weight:600;display:inline-flex;box-shadow:0 2px 8px #d4a0171a}.badge-icon{color:var(--gold-500);flex-shrink:0}.header-title{font-family:var(--font-serif);color:var(--text-main);letter-spacing:-.01em;word-break:keep-all;margin-bottom:.5rem;font-size:clamp(2.1rem,7.5vw,3.4rem);font-weight:600;line-height:1.18}.heart-symbol{color:var(--gold-500);filter:drop-shadow(0 2px 4px #d4a0174d);font-size:.9em;display:inline-block}.header-date{color:var(--text-muted);letter-spacing:.02em;padding:0 .5rem;font-size:clamp(.85rem,3vw,.95rem);font-weight:400;line-height:1.4}.header-divider{align-items:center;gap:.8rem;width:100%;max-width:240px;margin-top:1.25rem;display:flex}.divider-line{background:linear-gradient(90deg,#0000,#d4a01759,#0000);flex:1;height:1px}.divider-gem{color:var(--gold-500);opacity:.8;font-size:.85rem}.counter-section{width:100%}.counter-card{text-align:center;border:1px solid #e5b84273;padding:clamp(1.5rem,5vw,2.2rem) clamp(1rem,4vw,1.8rem);position:relative;overflow:hidden}.counter-card:before{content:"";background:linear-gradient(90deg, transparent, var(--gold-300), transparent);height:1px;position:absolute;top:0;left:10%;right:10%}.card-top-tag{color:var(--gold-700);text-transform:uppercase;letter-spacing:.09em;border-radius:var(--radius-full);background:#fef3c7a6;align-items:center;gap:.35rem;margin-bottom:.6rem;padding:.3rem .8rem;font-size:.72rem;font-weight:600;display:inline-flex}.tag-icon{color:var(--gold-600);flex-shrink:0}.counter-title{font-family:var(--font-serif);color:var(--text-main);margin-bottom:.3rem;font-size:clamp(1.75rem,5.5vw,2.3rem);font-weight:600}.counter-subtitle{color:var(--text-muted);margin-bottom:1.5rem;padding:0 .5rem;font-size:clamp(.85rem,3vw,.95rem);font-weight:400}.time-grid{grid-template-columns:repeat(3,1fr);gap:clamp(.5rem,2vw,.9rem);width:100%;margin-bottom:1.5rem;display:grid}.time-unit-box{border-radius:var(--radius-md);background:#ffffffc7;border:1px solid #e5b84247;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:clamp(.75rem,3vw,1.1rem) .35rem;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 4px 12px #d4a0170d}.time-unit-box:active{transform:scale(.98)}.live-unit{background:#fffcf0eb;border-color:#e5b84280}.unit-number-wrapper{justify-content:center;align-items:center;display:inline-flex;position:relative}.unit-number{font-family:var(--font-serif);color:var(--amber-deep);background:linear-gradient(#7a5300 0%,#d4a017 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:clamp(1.75rem,6vw,2.6rem);font-weight:700;line-height:1}.live-pulse-dot{background-color:var(--gold-500);border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse-glow;position:absolute;top:-2px;right:-7px}@keyframes pulse-glow{0%{transform:scale(.95);box-shadow:0 0 #d4a017b3}70%{transform:scale(1.2);box-shadow:0 0 0 6px #d4a01700}to{transform:scale(.95);box-shadow:0 0 #d4a01700}}.unit-label{color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;margin-top:.35rem;font-size:clamp(.68rem,2.2vw,.76rem);font-weight:600}.counter-footer-badge{border-radius:var(--radius-full);color:var(--text-muted);background:#fff9e8eb;border:1px solid #e5b84252;justify-content:center;align-items:center;gap:.45rem;width:auto;max-width:100%;padding:.45rem .9rem;font-size:clamp(.78rem,2.6vw,.85rem);display:inline-flex}.gold-sparkle-icon{color:var(--gold-500);flex-shrink:0}.reasons-section{width:100%}.section-header{text-align:center;margin-bottom:1.25rem;padding:0 .5rem}.section-subtitle-tag{color:var(--gold-700);text-transform:uppercase;letter-spacing:.09em;border-radius:var(--radius-full);background:#fef3c7a6;align-items:center;gap:.35rem;margin-bottom:.5rem;padding:.3rem .8rem;font-size:.72rem;font-weight:600;display:inline-flex}.section-title{font-family:var(--font-serif);color:var(--text-main);margin-bottom:.35rem;font-size:clamp(1.75rem,5.5vw,2.5rem);font-weight:600}.section-desc{color:var(--text-muted);max-width:440px;margin:0 auto;font-size:clamp(.88rem,3vw,.95rem)}.card-controls-top{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.9rem;padding:0 .25rem;display:flex}.card-counter-pill{color:var(--text-muted);border-radius:var(--radius-full);background:#fffdf8e6;border:1px solid #e5b84252;flex-shrink:0;padding:.35rem .85rem;font-size:clamp(.78rem,2.6vw,.84rem);font-weight:500}.card-counter-pill strong{color:var(--amber-deep)}.tap-hint-pill{color:var(--gold-700);text-align:right;font-size:clamp(.72rem,2.4vw,.8rem);font-weight:500}@keyframes bounceSubtle{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.animate-bounce-subtle{animation:2.2s ease-in-out infinite bounceSubtle}.card-stack-viewport{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;justify-content:center;align-items:stretch;width:100%;min-height:360px;display:flex;position:relative}.card-stack-viewport:active{cursor:grabbing}.stack-layer{border-radius:var(--radius-xl);pointer-events:none;background:#fffcf48c;border:1px solid #e5b84238;position:absolute;inset:0}.layer-back-1{opacity:.7;transform:translateY(6px)scale(.97)}.layer-back-2{opacity:.4;transform:translateY(12px)scale(.94)}.reason-card{z-index:3;background:#fffefae6;border:1px solid #e5b84273;flex-direction:column;justify-content:space-between;width:100%;min-height:340px;padding:clamp(1.5rem,5vw,2.3rem) clamp(1.1rem,4vw,2rem);display:flex;position:relative}.card-header-row{justify-content:space-between;align-items:center;margin-bottom:1.1rem;display:flex}.reason-tag{text-transform:uppercase;letter-spacing:.09em;color:var(--gold-700);border-radius:var(--radius-full);background:#fef0babf;border:1px solid #e5b84252;padding:.35rem .8rem;font-size:clamp(.68rem,2.2vw,.75rem);font-weight:700}.reason-number-badge{font-family:var(--font-serif);color:var(--gold-600);opacity:.85;font-size:1.15rem;font-weight:700}.reason-title{font-family:var(--font-serif);color:var(--text-main);margin-bottom:.75rem;font-size:clamp(1.5rem,5vw,2rem);font-weight:600;line-height:1.25}.reason-description{color:var(--text-muted);margin-bottom:1.3rem;font-size:clamp(.92rem,3vw,1.02rem);font-weight:400;line-height:1.65}.polaroid-photo-frame{background:var(--color-warm-white);border-radius:var(--radius-sm);border:1px solid #d4a01759;width:100%;margin-bottom:1.2rem;padding:clamp(.6rem,2.5vw,.9rem) clamp(.6rem,2.5vw,.9rem) clamp(1rem,3vw,1.3rem);transition:transform .25s;transform:rotate(-1deg);box-shadow:0 8px 24px #b8860b1a}.polaroid-placeholder-inner{text-align:center;background:linear-gradient(135deg,#fffdf8 0%,#fef9eb 100%);border:1px dashed #d4a01766;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;padding:clamp(1.2rem,4vw,1.8rem) .8rem;display:flex;position:relative;overflow:hidden}.polaroid-sparkle-decor{color:var(--gold-400);font-size:.8rem;position:absolute;top:6px;right:8px}.polaroid-icon{color:var(--gold-500);opacity:.85;margin-bottom:.35rem}.polaroid-placeholder-text{color:var(--text-main);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.2rem;font-size:.78rem;font-weight:600}.polaroid-filename-hint{color:var(--gold-700);background:#fef3c7bf;border-radius:4px;margin-bottom:.45rem;padding:.15rem .5rem;font-family:monospace;font-size:.7rem}.polaroid-caption{font-family:var(--font-serif);color:var(--text-muted);margin-top:.6rem;font-size:clamp(.85rem,2.8vw,.95rem);font-style:italic}.polaroid-loaded-wrapper{flex-direction:column;align-items:center;width:100%;display:flex}.polaroid-media-element{object-fit:cover;border:1px solid #d4a01740;border-radius:4px;width:100%;max-height:280px;display:block;box-shadow:0 4px 14px #0000000f}.video-container{cursor:pointer;border-radius:4px;width:100%;position:relative;overflow:hidden}.video-controls-overlay{z-index:5;align-items:center;gap:6px;display:flex;position:absolute;top:8px;right:8px}.video-control-pill{-webkit-backdrop-filter:blur(8px);color:#fffdf8;-webkit-tap-highlight-color:transparent;background:#2d1e08b3;border:1px solid #ffebaa66;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.video-control-pill:active{background:#d4a017e6;transform:scale(.92)}.enlarge-pill{color:#2d1e08;background:#d4a017d9}.tap-to-enlarge-hint{-webkit-backdrop-filter:blur(6px);color:#fffdf8;border-radius:var(--radius-full);pointer-events:none;opacity:.85;background:#1e1405b3;align-items:center;gap:4px;padding:.2rem .55rem;font-size:.68rem;font-weight:600;transition:opacity .2s;display:inline-flex;position:absolute;bottom:8px;left:8px}.video-container:hover .tap-to-enlarge-hint{opacity:1;color:#2d1e08;background:#d4a017e6}.clips-switcher-bar{z-index:6;align-items:center;gap:4px;display:flex;position:absolute;top:8px;left:8px}.clip-pill-btn{-webkit-backdrop-filter:blur(6px);color:#fffdf8;border-radius:var(--radius-full);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#1e1405bf;border:1px solid #e5b8424d;padding:.2rem .55rem;font-size:.65rem;font-weight:600;transition:all .2s}.clip-pill-btn:hover{color:#fffdf8;background:#d4a017b3}.clip-pill-btn.active{background:var(--gold-400);color:#2d1e08;border-color:var(--gold-500);font-weight:700;box-shadow:0 2px 8px #d4a01766}.image-clickable-wrapper{cursor:pointer;width:100%;position:relative}.image-enlarge-badge{-webkit-backdrop-filter:blur(6px);color:#fffdf8;border-radius:var(--radius-full);opacity:.85;background:#1e1405b3;align-items:center;gap:4px;padding:.2rem .55rem;font-size:.68rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex;position:absolute;bottom:8px;right:8px}.image-clickable-wrapper:hover .image-enlarge-badge{opacity:1;color:#2d1e08;background:#d4a017e6;transform:scale(1.05)}.media-lightbox-backdrop{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#140e04d9;justify-content:center;align-items:center;padding:clamp(1rem,4vw,2.5rem);animation:.25s forwards fadeInLightbox;display:flex;position:fixed;inset:0}@keyframes fadeInLightbox{0%{opacity:0}to{opacity:1}}.media-lightbox-content{border-radius:var(--radius-xl);background:#fffdf8f5;border:1px solid #e5b84280;flex-direction:column;align-items:center;width:100%;max-width:680px;max-height:90dvh;padding:clamp(1rem,3vw,1.8rem);animation:.3s cubic-bezier(.2,.9,.3,1) forwards scaleUpLightbox;display:flex;position:relative;box-shadow:0 24px 60px #00000073,0 0 24px #d4a01733}@keyframes scaleUpLightbox{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.lightbox-close-btn{width:38px;height:38px;color:var(--amber-deep);z-index:10;-webkit-tap-highlight-color:transparent;background:#fef3c7e6;border:1px solid #e5b84266;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.lightbox-close-btn:hover{background:var(--gold-300);transform:scale(1.08)}.lightbox-close-btn:active{transform:scale(.95)}.lightbox-media-wrapper{border-radius:var(--radius-md);background:#110b03;justify-content:center;align-items:center;width:100%;max-height:70dvh;display:flex;overflow:hidden;box-shadow:0 8px 24px #00000026}.lightbox-video-element,.lightbox-image-element{object-fit:contain;width:100%;max-height:68dvh;display:block}.lightbox-caption-box{border-radius:var(--radius-full);background:#fef3c7b3;border:1px solid #e5b84259;align-items:center;gap:.45rem;margin-top:1rem;padding:.4rem 1rem;display:inline-flex}.caption-sparkle{color:var(--gold-600)}.lightbox-caption-text{font-family:var(--font-serif);color:var(--text-main);font-size:clamp(.92rem,3vw,1.05rem);font-style:italic;font-weight:500}.anime-collage-wrapper{flex-direction:column;align-items:center;width:100%;display:flex}.anime-collage-grid{grid-template-columns:repeat(3,1fr);gap:clamp(.45rem,2vw,.75rem);width:100%;display:grid}.anime-char-card{border-radius:var(--radius-md);text-align:center;border:1px solid #e5b84266;flex-direction:column;align-items:center;padding:.6rem .35rem .75rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 12px #d4a01714}.anime-char-card:hover{border-color:var(--gold-400);transform:translateY(-3px)scale(1.02);box-shadow:0 8px 18px #d4a0172e}.anime-char-img-wrap{aspect-ratio:1;justify-content:center;align-items:center;width:100%;margin-bottom:.45rem;display:flex;overflow:hidden}.anime-char-img{object-fit:contain;filter:drop-shadow(0 4px 8px #0000001a);max-width:100%;max-height:100%;transition:transform .25s}.anime-char-card:hover .anime-char-img{transform:scale(1.08)}.anime-char-info{flex-direction:column;align-items:center;gap:.15rem;display:flex}.anime-char-name{font-family:var(--font-serif);color:var(--text-main);font-size:clamp(.95rem,3vw,1.15rem);font-weight:700;line-height:1.1}.anime-series-name{color:var(--text-muted);font-size:clamp(.62rem,1.8vw,.72rem);font-weight:500;line-height:1.2}.anime-badge{color:var(--gold-700);border-radius:var(--radius-full);white-space:nowrap;background:#ffffffd9;border:1px solid #e5b84259;margin-top:.25rem;padding:.15rem .45rem;font-size:clamp(.6rem,1.8vw,.68rem);font-weight:700}.chess-widget-container{flex-direction:column;align-items:center;width:100%;display:flex}.chess-board-frame{background:linear-gradient(135deg,#785310 0%,#4d3205 100%);border:2px solid #e5b84299;border-radius:8px;width:100%;max-width:240px;margin-bottom:.8rem;padding:8px;box-shadow:0 6px 18px #00000026}.chess-board-grid{aspect-ratio:1;border:1px solid #0003;border-radius:4px;grid-template-columns:repeat(6,1fr);width:100%;display:grid;overflow:hidden}.chess-cell{aspect-ratio:1;justify-content:center;align-items:center;transition:background-color .3s;display:flex;position:relative}.light-cell{background-color:#fffdf7}.dark-cell{background-color:#e2b653}.highlight-cell{box-shadow:inset 0 0 8px #b8860b99;background-color:#fde047!important}.chess-piece{-webkit-user-select:none;user-select:none;filter:drop-shadow(0 2px 3px #00000040);font-size:clamp(1.4rem,4.5vw,1.75rem);line-height:1;transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.black-piece{color:#1f1504}.white-piece{color:#fffdf9;-webkit-text-stroke:.5px #785310}.queen-piece{color:#b8860b;animation:2s ease-in-out infinite floatQueen}@keyframes floatQueen{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.chess-actions-bar{justify-content:center;width:100%;margin-bottom:.2rem;display:flex}.chess-move-btn{color:var(--amber-deep);border-radius:var(--radius-full);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fef3c7d9;border:1px solid #e5b84280;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #d4a0171f}.chess-move-btn:hover{background:var(--gold-200);border-color:var(--gold-500);transform:translateY(-1px)}.chess-move-btn:active{transform:scale(.96)}.trophy-icon{color:var(--gold-600)}.card-footer-decor{align-items:center;gap:.8rem;margin-top:.5rem;display:flex}.decor-line{background:#e5b84240;flex:1;height:1px}.decor-heart{color:var(--gold-500);flex-shrink:0}.card-navigation-bar{justify-content:space-between;align-items:center;gap:.6rem;width:100%;margin-top:1.25rem;display:flex}.nav-arrow-btn{color:var(--text-main);border-radius:var(--radius-full);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#fffdf8f2;border:1px solid #e5b84261;justify-content:center;align-items:center;gap:.35rem;min-height:44px;padding:.65rem 1.1rem;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #d4a01714}.nav-arrow-btn:active{background:var(--gold-200);transform:scale(.96)}.dot-stepper{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;padding:.3rem 0;display:flex}.stepper-dot{-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#d4a01740;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s;position:relative}.stepper-dot:after{content:"";position:absolute;inset:-10px -8px}.stepper-dot.revealed{background:#d4a01780}.stepper-dot.active{background:var(--gold-500);border-radius:6px;width:20px;box-shadow:0 0 8px #d4a01780}.reasons-cta-wrapper{justify-content:center;width:100%;margin-top:1.25rem;display:flex}.gold-celebration-btn{color:#382502;letter-spacing:.02em;border-radius:var(--radius-full);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:linear-gradient(135deg,#fde68a 0%,#f5bf4f 50%,#d4a017 100%);justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:360px;min-height:48px;padding:.85rem 1.5rem;font-size:clamp(.85rem,2.8vw,.92rem);font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 6px 20px #d4a01747}.gold-celebration-btn:active{transform:scale(.97)}.birthday-note-section{width:100%}.birthday-letter-card{text-align:center;border:1px solid #e5b84273;padding:clamp(2rem,6vw,2.8rem) clamp(1.2rem,4vw,2.2rem);position:relative}.wax-seal-badge{color:#fffdf8;background:linear-gradient(135deg,#f5bf4f 0%,#d4a017 100%);border:2px solid #fffdf8;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;display:flex;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #d4a0174d}.letter-heading{font-family:var(--font-serif);color:var(--text-main);margin-top:.4rem;margin-bottom:1rem;font-size:clamp(1.7rem,5.5vw,2.3rem);font-weight:600}.letter-paragraph{color:var(--text-muted);text-align:left;margin-bottom:1.5rem;font-size:clamp(.95rem,3.2vw,1.05rem);font-weight:400;line-height:1.75}.letter-signoff{color:var(--text-main);text-align:center;margin-bottom:1.8rem;font-size:clamp(.9rem,3vw,1rem);line-height:1.6}.signature-text{font-family:var(--font-cursive);color:var(--amber-deep);margin-top:.2rem;font-size:clamp(1.8rem,6vw,2.2rem);display:inline-block}.letter-actions{justify-content:center;width:100%;display:flex}.golden-wish-btn{border:1.5px solid var(--gold-400);color:var(--amber-deep);border-radius:var(--radius-full);-webkit-tap-highlight-color:transparent;touch-action:manipulation;cursor:pointer;background:linear-gradient(135deg,#fffdf8 0%,#fef3c7 100%);justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:340px;min-height:52px;padding:.85rem 1.8rem;font-size:clamp(.88rem,2.8vw,.96rem);font-weight:600;transition:all .25s cubic-bezier(.2,.9,.3,1);display:inline-flex;box-shadow:0 6px 20px #d4a0172e,inset 0 1px #fffc}.golden-wish-btn:hover{border-color:var(--gold-500);transform:translateY(-2px);box-shadow:0 10px 25px #d4a01747}.golden-wish-btn:active{background:#fde68a;transform:scale(.96)}.hug-btn-icon{font-size:1.25rem;transition:transform .25s}.hug-cta-btn:hover .hug-btn-icon{transform:scale(1.2)}.hug-active .hug-btn-icon{animation:.5s hugSquish}@keyframes hugSquish{0%{transform:scale(1)}50%{transform:scale(1.35)rotate(-10deg)}to{transform:scale(1)}}.hug-heart-icon{color:var(--gold-600);transition:transform .25s}.hug-active .hug-heart-icon{fill:#d4a017;transform:scale(1.3)}.hug-toast-notification{top:max(20px, env(safe-area-inset-top,20px));z-index:9999;color:#fffdf8;-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-full);pointer-events:none;background:#241807f0;border:1.5px solid #f5bf4fbf;align-items:center;gap:.75rem;min-width:290px;max-width:90vw;padding:.65rem 1.25rem .65rem .85rem;animation:.35s cubic-bezier(.2,.9,.3,1) forwards slideInNotification;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #00000059,0 0 20px #d4a01759}@keyframes slideInNotification{0%{opacity:0;transform:translate(-50%,-24px)scale(.92)}to{opacity:1;transform:translate(-50%)scale(1)}}.hug-toast-icon-wrap{background:#f5bf4f40;border:1px solid #f5bf4f99;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hug-toast-emoji{font-size:1.15rem}.hug-toast-content{text-align:left;flex-direction:column;display:flex}.hug-toast-title{font-family:var(--font-sans);color:#fffdf8;margin:0;font-size:.88rem;font-weight:700;line-height:1.25}.hug-toast-desc{font-family:var(--font-sans);color:var(--gold-300);margin:0;font-size:.72rem;line-height:1.25}.hug-toast-sparkle{color:var(--gold-400);flex-shrink:0;animation:2s linear infinite sparkleRotate}@keyframes sparkleRotate{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.2)}to{transform:rotate(360deg)scale(1)}}.site-footer{text-align:center;padding-top:1.25rem;padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid #e5b84240;margin-top:2.5rem}.footer-main-text{font-family:var(--font-serif);color:var(--text-main);margin-bottom:.25rem;font-size:clamp(1.15rem,4vw,1.35rem);font-weight:600}.footer-sub-text{color:var(--text-light);letter-spacing:.04em;font-size:.78rem}@media (width<=380px){.content-wrapper{gap:2.2rem;padding-left:.65rem;padding-right:.65rem}.time-grid{gap:.4rem}.time-unit-box{padding:.7rem .2rem}.unit-number{font-size:1.6rem}.unit-label{font-size:.65rem}.card-counter-pill{padding:.25rem .6rem}}.floating-memories-container{pointer-events:none;z-index:1;width:100%;height:100%;min-height:100%;position:absolute;top:0;left:0;overflow:hidden}.floating-polaroid-item{pointer-events:auto;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fffdf8;border:1px solid #e5b84259;border-radius:6px;width:clamp(160px,17vw,225px);padding:.6rem .6rem .9rem;transition:transform .4s cubic-bezier(.2,.9,.3,1),box-shadow .4s,z-index .2s;animation-name:floatDrift;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;position:absolute;box-shadow:0 14px 35px #2d1e0824,0 4px 12px #d4a0172e}.floating-left{left:clamp(.8%,2.5vw,4%)}.floating-right{right:clamp(.8%,2.5vw,4%)}@keyframes floatDrift{0%{transform:translateY(0px) rotate(var(--rot,0deg))}50%{transform:translateY(-16px) rotate(calc(var(--rot,0deg) + 2.5deg))}to{transform:translateY(-7px) rotate(calc(var(--rot,0deg) - 2.5deg))}}.floating-polaroid-item:hover{box-shadow:0 24px 55px #2d1e0842,0 0 26px #d4a01759;z-index:30!important;transform:scale(1.16)translateY(-10px)rotate(0)!important}.polaroid-washi-tape{-webkit-backdrop-filter:blur(2px);background:#f5bf4fb3;border-radius:2px;width:44px;height:16px;position:absolute;top:-10px;left:50%;transform:translate(-50%);box-shadow:0 2px 5px #0000001a}.floating-polaroid-inner{flex-direction:column;align-items:center;width:100%;display:flex}.floating-img-wrap{aspect-ratio:4/5;background:#2d1e08;border-radius:3px;width:100%;position:relative;overflow:hidden}.floating-polaroid-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.floating-polaroid-item:hover .floating-polaroid-img{transform:scale(1.06)}.floating-expand-badge{color:#fffdf8;opacity:0;background:#1e1405bf;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:6px;right:6px}.floating-polaroid-item:hover .floating-expand-badge{opacity:1;transform:scale(1.1)}.floating-polaroid-slot{aspect-ratio:4/5;text-align:center;background:#fef3c780;border:1px dashed #d4a01780;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;gap:3px;width:100%;padding:.5rem;display:flex}.slot-sparkle{color:var(--gold-600)}.slot-title{color:var(--amber-deep);font-size:.72rem;font-weight:700}.slot-hint{color:var(--text-light);font-size:.62rem}.floating-polaroid-caption{font-family:var(--font-serif);color:var(--text-main);text-align:center;margin-top:.45rem;font-size:clamp(.78rem,1.8vw,.92rem);font-style:italic;font-weight:500;line-height:1.25}@media (width<=768px){.floating-polaroid-item{opacity:.92;width:clamp(105px,25vw,135px);padding:.45rem .45rem .65rem}.floating-polaroid-caption{margin-top:.3rem;font-size:.7rem}}.floating-music-widget{bottom:max(20px, env(safe-area-inset-bottom,20px));right:max(18px, env(safe-area-inset-right,18px));z-index:950;position:fixed}.music-pill-card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-full);color:#fffdf8;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#261a08e0;border:1px solid #e5b84273;align-items:center;gap:.6rem;padding:.4rem .75rem .4rem .5rem;transition:all .3s cubic-bezier(.2,.9,.3,1);display:flex;box-shadow:0 10px 30px #00000040,0 0 15px #d4a01733}.music-pill-card:hover{border-color:var(--gold-400);transform:translateY(-3px)scale(1.03);box-shadow:0 14px 35px #00000052,0 0 22px #d4a01759}.music-pill-card.is-playing{background:#1e1406f0;border-color:#f5bf4fcc}.music-disc-icon{background:#f5bf4f33;border:1px solid #f5bf4f80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.music-note-icon{color:var(--gold-400)}.animate-spin-slow{animation:6s linear infinite spinDisc}@keyframes spinDisc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.music-info-text{text-align:left;flex-direction:column;line-height:1.15;display:flex}.song-title{font-family:var(--font-sans);color:#fffdf8;letter-spacing:.01em;font-size:.76rem;font-weight:700}.song-artist{font-family:var(--font-sans);color:var(--gold-300);font-size:.65rem}.soundwave-bars{align-items:flex-end;gap:2.5px;height:14px;margin-left:2px;display:flex}.sound-bar{background:var(--gold-400);border-radius:2px;width:2.5px;animation:1.2s ease-in-out infinite alternate soundBounce}.bar-1{height:40%;animation-delay:.1s}.bar-2{height:95%;animation-delay:.35s}.bar-3{height:60%;animation-delay:.2s}@keyframes soundBounce{0%{opacity:.6;height:25%}50%{opacity:1;height:100%}to{opacity:.7;height:35%}}.music-toggle-btn{width:24px;height:24px;color:var(--gold-300);cursor:pointer;background:#f5bf4f40;border:1px solid #f5bf4f80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:4px;transition:all .2s;display:flex}.music-toggle-btn:hover{background:var(--gold-400);color:#2d1e08;transform:scale(1.1)}@media (width<=480px){.floating-music-widget{bottom:max(14px, env(safe-area-inset-bottom,14px));right:max(12px, env(safe-area-inset-right,12px))}.music-pill-card{gap:.45rem;padding:.35rem .65rem .35rem .45rem}}
