*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-deep: #0c0a1d;--bg-mid: #1a1035;--bg-card: rgba(255, 255, 255, .04);--bg-card-hover: rgba(255, 255, 255, .07);--text-primary: #f5ede3;--text-secondary: rgba(245, 237, 227, .55);--text-muted: rgba(245, 237, 227, .3);--accent: #e8a87c;--accent-glow: rgba(232, 168, 124, .3);--blush: #c9848a;--blush-glow: rgba(201, 132, 138, .25);--amber: #d4a574;--rose: #e07a8e;--font-heading: "Cormorant Garamond", "Georgia", serif;--font-body: "DM Sans", "Segoe UI", sans-serif;--radius-sm: 12px;--radius-md: 20px;--radius-lg: 32px;--radius-full: 9999px;--glow-soft: 0 0 40px var(--accent-glow);--glow-blush: 0 0 60px var(--blush-glow)}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:linear-gradient(180deg,var(--bg-deep) 0%,var(--bg-mid) 50%,var(--bg-deep) 100%);color:var(--text-primary);font-family:var(--font-body);font-weight:400;line-height:1.7;overflow-x:hidden;min-height:100vh}body.modal-open{overflow:hidden}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:300;line-height:1.2;color:var(--text-primary)}::selection{background:var(--blush);color:var(--bg-deep)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:var(--radius-full)}.story,.chapters,.notes,.wishes,.closing,.journey{content-visibility:auto;contain-intrinsic-size:auto 500px}.starfield{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden;contain:strict;isolation:isolate;backface-visibility:hidden;-webkit-backface-visibility:hidden}.star{position:absolute;width:2px;height:2px;background:var(--text-primary);border-radius:50%;opacity:0;animation:twinkle var(--duration) ease-in-out infinite;animation-delay:var(--delay)}.star--warm{background:var(--accent);width:3px;height:3px;box-shadow:0 0 6px var(--accent-glow)}@keyframes twinkle{0%,to{opacity:0;transform:scale(.5)}50%{opacity:var(--max-opacity, .7);transform:scale(1)}}.floating-heart{position:fixed;font-size:14px;opacity:0;pointer-events:none;z-index:1;contain:layout style;backface-visibility:hidden;-webkit-backface-visibility:hidden;animation:floatUp var(--float-duration, 12s) ease-in-out infinite;animation-delay:var(--float-delay, 0s)}@keyframes floatUp{0%{opacity:0;transform:translateY(100vh) rotate(0) scale(.5)}10%{opacity:.3}50%{opacity:.15}90%{opacity:.05}to{opacity:0;transform:translateY(-20vh) rotate(45deg) scale(1)}}.section{position:relative;z-index:2;padding:8rem 2rem;max-width:900px;margin:0 auto}.divider{width:1px;height:80px;background:linear-gradient(180deg,transparent,var(--accent),transparent);margin:0 auto;opacity:.3}.section-header{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:1rem;color:var(--accent)}.section-header--blush{color:var(--blush)}.section-header__label{font-family:var(--font-body);font-size:.7rem;letter-spacing:.4em;text-transform:uppercase}.section-header__sub{font-family:var(--font-heading);font-size:1.4rem;font-style:italic;color:var(--text-secondary);text-align:center;margin-bottom:3rem}.empty-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;color:var(--text-muted);width:100%}.empty-state p{font-style:italic;font-size:.9rem}.vmodal-overlay{position:fixed;inset:0;z-index:9999;background:#0c0a1df0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;align-items:center;justify-content:center;padding:2rem}.vmodal-card{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid rgba(232,168,124,.12);border-radius:var(--radius-lg);padding:3.5rem 3rem;text-align:center;max-width:440px;width:100%;position:relative;overflow:visible;box-shadow:0 25px 80px #00000080,0 0 60px #e8a87c14,inset 0 1px #ffffff0d}.vmodal-icon{color:var(--accent);margin-bottom:1.5rem;opacity:.9;animation:heartbeat 1.5s ease-in-out infinite}.vmodal-icon svg{width:40px;height:40px}.vmodal-title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:300;font-style:italic;color:var(--text-primary);margin-bottom:.75rem}.vmodal-question{font-family:var(--font-heading);font-size:clamp(1.3rem,3.5vw,1.8rem);font-weight:600;background:linear-gradient(135deg,var(--accent),var(--blush));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2.5rem}.vmodal-actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.vmodal-btn{font-family:var(--font-body);font-size:1rem;font-weight:600;padding:.9rem 2.4rem;border:none;border-radius:var(--radius-full);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:box-shadow .3s ease,transform .2s ease;line-height:1;min-width:130px}.vmodal-btn--yes{background:linear-gradient(135deg,var(--accent),var(--blush));color:var(--bg-deep);box-shadow:0 4px 25px var(--accent-glow)}.vmodal-btn--yes:hover{box-shadow:0 6px 35px var(--accent-glow);transform:translateY(-1px)}.vmodal-btn--yes svg{width:16px;height:16px}.vmodal-no-zone{display:contents}.vmodal-btn--no{background:linear-gradient(135deg,var(--accent),var(--blush));color:var(--bg-deep);box-shadow:0 4px 25px var(--accent-glow)}.vmodal-btn--no:hover{box-shadow:0 6px 35px var(--accent-glow);transform:translateY(-1px)}.vmodal-no-wrapper{position:relative;display:inline-flex;justify-content:center}.vmodal-quip-bubble{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:.8rem;font-family:var(--font-heading);font-size:1.1rem;font-style:italic;font-weight:500;color:var(--blush);text-align:center;white-space:nowrap;z-index:20;pointer-events:none;text-shadow:0 2px 8px rgba(0,0,0,.6);width:max-content}.vmodal-accepted{display:flex;flex-direction:column;align-items:center;gap:.75rem}.vmodal-sparkle-icon{color:var(--accent)}.vmodal-response{font-family:var(--font-heading);font-size:1.5rem;font-style:italic;color:var(--accent)}.vmodal-hearts{position:fixed;top:50%;left:50%;pointer-events:none;z-index:10000}.vmodal-burst-heart{position:absolute;font-size:var(--size, 18px);animation:burstOut 1.2s ease-out forwards;animation-delay:var(--delay, 0s)}@keyframes burstOut{0%{transform:translate(0) rotate(0) scale(0);opacity:1}60%{opacity:1}to{transform:translate(var(--x),var(--y)) rotate(var(--r)) scale(1);opacity:0}}@keyframes heartbeat{0%,to{transform:scale(1)}14%{transform:scale(1.15)}28%{transform:scale(1)}42%{transform:scale(1.1)}56%{transform:scale(1)}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;z-index:2;padding:4rem 2rem;gap:0}.hero__icon{color:var(--accent);margin-bottom:1.5rem;opacity:.7}.hero__icon svg{width:32px;height:32px}.hero__label{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.4em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem}.hero__title{font-size:clamp(3.5rem,10vw,7rem);font-weight:700;background:linear-gradient(135deg,var(--accent) 0%,var(--blush) 50%,var(--amber) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.1}.hero__divider-line{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);margin-bottom:2rem;transform-origin:center}.hero__message{font-family:var(--font-body);font-size:1.05rem;color:var(--text-secondary);max-width:480px;line-height:1.9;margin-bottom:2rem}.hero__cta{display:flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);opacity:.7;margin-bottom:3rem}.hero__cta svg{width:14px;height:14px}.hero__scroll{display:flex;align-items:center;gap:.5rem;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);animation:gentleBounce 2.5s ease-in-out infinite}.hero__scroll svg{width:14px;height:14px;opacity:.6}@keyframes gentleBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.story{text-align:center;padding:10rem 2rem}.story__icon{color:var(--accent);margin-bottom:1.5rem;opacity:.6}.story__icon svg{width:24px;height:24px}.story__label{font-family:var(--font-body);font-size:.7rem;letter-spacing:.4em;text-transform:uppercase;color:var(--accent);margin-bottom:2rem}.story__text{font-family:var(--font-heading);font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:300;font-style:italic;color:var(--text-primary);max-width:700px;margin:0 auto;line-height:1.6}.story__text em{color:var(--accent);font-style:normal}.story__accent-line{width:40px;height:1px;background:linear-gradient(90deg,var(--accent),transparent);margin:2.5rem auto 0}.journey{text-align:center;padding:8rem 2rem}.journey__visual{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin:3rem 0}.journey__endpoint{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:var(--accent);font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap}.journey__endpoint svg{width:18px;height:18px;opacity:.8}.journey__track{flex:1;max-width:400px;min-width:180px;height:3px;background:#ffffff0f;border-radius:var(--radius-full);position:relative}.journey__fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--blush),var(--rose));border-radius:var(--radius-full);position:relative}.journey__plane{position:absolute;top:50%;transform:translateY(-50%) translate(-50%);color:var(--accent);filter:drop-shadow(0 0 8px var(--accent-glow))}.journey__plane svg{width:16px;height:16px}.journey__percentage{font-family:var(--font-heading);font-size:clamp(3rem,8vw,5rem);font-weight:300;margin-bottom:.5rem}.journey__percentage span{background:linear-gradient(135deg,var(--accent),var(--blush));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.journey__subtitle{font-family:var(--font-heading);font-size:1.3rem;font-style:italic;color:var(--text-secondary)}.journey__motivation{font-family:var(--font-body);font-size:.85rem;color:var(--text-muted);margin-top:2rem;font-style:italic}.chapters{padding:4rem 2rem}.chapters__header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:5rem;color:var(--accent);opacity:.7}.chapters__header svg{width:16px;height:16px}.chapters__label{font-family:var(--font-body);font-size:.7rem;letter-spacing:.4em;text-transform:uppercase}.chapter{max-width:600px;margin:0 auto 8rem;position:relative}.chapter__number{font-family:var(--font-heading);font-size:5rem;font-weight:300;color:#e8a87c0f;position:absolute;top:-2rem;left:-1rem;line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none}.chapter__icon{color:var(--accent);margin-bottom:1rem;opacity:.6}.chapter__icon svg{width:20px;height:20px}.chapter__title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:300;margin-bottom:1.5rem;color:var(--text-primary)}.chapter__body{font-size:1rem;color:var(--text-secondary);line-height:2}.chapter__body em{color:var(--accent);font-style:italic}.chapter__divider{width:40px;height:1px;background:linear-gradient(90deg,var(--accent),transparent);margin-top:2rem}.notes{padding:8rem 2rem;max-width:700px;margin:0 auto}.notes__form{display:flex;gap:.75rem;margin-bottom:2rem}.notes__input{flex:1;background:var(--bg-card);border:1px solid rgba(232,168,124,.12);border-radius:var(--radius-sm);padding:.9rem 1.2rem;color:var(--text-primary);font-family:var(--font-body);font-size:.95rem;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.notes__input::placeholder{color:var(--text-muted)}.notes__input:focus{border-color:var(--accent);box-shadow:0 0 20px var(--accent-glow)}.notes__btn{background:linear-gradient(135deg,var(--accent),var(--blush));border:none;border-radius:var(--radius-sm);padding:.9rem 1.5rem;color:var(--bg-deep);font-family:var(--font-body);font-size:.85rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:.45rem}.notes__btn svg{width:15px;height:15px}.notes__btn:hover{transform:translateY(-2px);box-shadow:var(--glow-soft)}.notes__btn:active{transform:translateY(0)}.notes__list{display:flex;flex-direction:column;gap:1rem}.note-card{background:var(--bg-card);border:1px solid rgba(232,168,124,.06);border-radius:var(--radius-md);padding:1.2rem 1.5rem;transition:background .3s ease,border-color .3s ease}.note-card:hover{background:var(--bg-card-hover);border-color:#e8a87c1f}.note-card__text{font-size:.95rem;color:var(--text-primary);line-height:1.6;margin-bottom:.5rem}.note-card__meta{font-size:.7rem;color:var(--text-muted);letter-spacing:.05em}.wishes{padding:8rem 2rem;max-width:700px;margin:0 auto}.wishes__form{display:flex;gap:.75rem;margin-bottom:2rem}.wishes__input{flex:1;background:var(--bg-card);border:1px solid rgba(201,132,138,.12);border-radius:var(--radius-sm);padding:.9rem 1.2rem;color:var(--text-primary);font-family:var(--font-body);font-size:.95rem;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.wishes__input::placeholder{color:var(--text-muted)}.wishes__input:focus{border-color:var(--blush);box-shadow:0 0 20px var(--blush-glow)}.wishes__btn{background:linear-gradient(135deg,var(--blush),var(--rose));border:none;border-radius:var(--radius-sm);padding:.9rem 1.5rem;color:var(--bg-deep);font-family:var(--font-body);font-size:.85rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:.4rem}.wishes__btn svg{width:15px;height:15px}.wishes__btn:hover{transform:translateY(-2px);box-shadow:var(--glow-blush)}.wishes__tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.wish-tag{background:var(--bg-card);border:1px solid rgba(201,132,138,.1);border-radius:var(--radius-full);padding:.55rem 1.2rem;font-size:.85rem;color:var(--text-primary);display:inline-flex;align-items:center;gap:.5rem;transition:background .3s ease,border-color .3s ease,transform .2s ease}.wish-tag:hover{background:var(--bg-card-hover);border-color:#c9848a33;transform:translateY(-2px)}.wish-tag__icon{color:var(--blush);display:flex;align-items:center}.wish-tag__icon svg{width:12px;height:12px}.wish-tag__remove{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:0;margin-left:.15rem;line-height:1;display:flex;align-items:center;transition:color .2s ease}.wish-tag__remove:hover{color:var(--rose)}.wish-tag__remove svg{width:14px;height:14px}.closing{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;position:relative;z-index:2}.closing__icon{color:var(--accent);margin-bottom:2rem;animation:heartbeat 1.5s ease-in-out infinite}.closing__icon svg{width:28px;height:28px}.closing__text{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:300;font-style:italic;color:var(--text-secondary);max-width:400px;line-height:1.6;margin-left:auto;margin-right:auto;margin-bottom:2rem}.closing__signature{font-family:var(--font-heading);font-size:1.5rem;font-style:italic;color:var(--accent)}.closing__year{font-family:var(--font-body);font-size:.65rem;letter-spacing:.4em;color:var(--text-muted);margin-top:3rem}@media(max-width:768px){.section{padding:5rem 1.5rem}.hero{padding:3rem 1.5rem;min-height:100svh}.hero__message{max-width:90%;font-size:1rem}.story{padding:6rem 1.5rem}.closing{padding:4rem 1.5rem}.story__text{font-size:clamp(1.3rem,3vw,2rem);max-width:90%}.journey{padding:5rem 1.5rem}.journey__visual{gap:1rem}.journey__track{min-width:120px}.chapters{padding:3rem 1.5rem}.chapter{margin-bottom:5rem;max-width:100%}.chapter__number{font-size:3.5rem;top:-1rem;left:0}.notes__form,.wishes__form{flex-direction:column}.notes__btn,.wishes__btn{width:100%;justify-content:center}.closing{padding:6rem 1.5rem;min-height:50vh}.divider{height:50px}.vmodal-card{padding:2.5rem 2rem;margin:1rem}.vmodal-actions{flex-wrap:nowrap}.vmodal-btn{font-size:.9rem;padding:.8rem 1.8rem;min-width:110px}}@media(max-width:480px){.hero{padding:2rem 1.25rem}.hero__label{font-size:.6rem;letter-spacing:.25em}.hero__title{font-size:2.8rem;margin-bottom:1.2rem}.hero__message{font-size:.9rem;max-width:100%;line-height:1.8}.hero__scroll{font-size:.55rem}.story{padding:4rem 1.25rem}.story__text{font-size:1.2rem;max-width:100%}.journey__percentage{font-size:2.5rem}.journey__subtitle{font-size:1.1rem}.journey__endpoint{font-size:.6rem}.chapter__title{font-size:1.5rem}.chapter__body{font-size:.9rem;line-height:1.9}.notes,.wishes{padding:4rem 1.25rem}.section-header__sub{font-size:1.2rem}.closing__text{font-size:1.2rem;max-width:90%}.vmodal-card{padding:2rem 1.5rem;border-radius:var(--radius-md)}.vmodal-icon svg{width:30px;height:30px}.vmodal-title{font-size:1.8rem}.vmodal-question{font-size:1.2rem;margin-bottom:2rem}.vmodal-btn{font-size:.85rem;padding:.75rem 1.6rem;min-width:100px}}@media(max-width:360px){.hero__title{font-size:2.2rem}.journey__track{min-width:80px}}@supports (padding: env(safe-area-inset-bottom)){.closing{padding-bottom:calc(6rem + env(safe-area-inset-bottom))}@media(max-width:768px){.closing{padding-bottom:calc(4rem + env(safe-area-inset-bottom))}}.vmodal-overlay{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}.counter{text-align:center;padding:3rem 1.5rem}.counter__heart{color:var(--blush);margin-bottom:.75rem;opacity:.7}.counter__number{font-family:var(--font-heading);font-size:4.5rem;font-weight:300;color:var(--text-primary);line-height:1;letter-spacing:-.02em;text-shadow:0 0 40px var(--accent-glow)}.counter__label{font-family:var(--font-body);font-size:.85rem;color:var(--text-secondary);letter-spacing:.15em;text-transform:lowercase;margin-top:.5rem}.counter__since{font-family:var(--font-body);font-size:.7rem;color:var(--text-muted);margin-top:.75rem;font-style:italic}.clocks__grid{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.clock-card{flex:1;max-width:160px;text-align:center;padding:1.25rem .75rem;background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.clock-card__label{font-family:var(--font-body);font-size:.65rem;color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem}.clock-card__time{font-family:var(--font-heading);font-size:1.6rem;font-weight:400;color:var(--text-primary);letter-spacing:.02em}.clock-card__date{font-family:var(--font-body);font-size:.7rem;color:var(--text-secondary);margin-top:.25rem}.clock-card__zone{font-family:var(--font-body);font-size:.6rem;color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-top:.5rem;opacity:.8}.clocks__separator{color:var(--blush);opacity:.5;flex-shrink:0}.memories__add-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.65rem 1.5rem;background:var(--bg-card);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-full);color:var(--text-secondary);font-family:var(--font-body);font-size:.8rem;cursor:pointer;transition:all .3s ease}.memories__add-btn:hover{background:var(--bg-card-hover);color:var(--accent);border-color:var(--accent-glow)}.memories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1.5rem}@media(max-width:480px){.memories__grid{grid-template-columns:repeat(2,1fr)}}.memory-card{position:relative;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer}.memory-card__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.memory-card:hover .memory-card__img{transform:scale(1.05)}.memory-card__remove{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:#0009;border:none;color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .3s ease}.memory-card:hover .memory-card__remove{opacity:1}.memory-card__date{position:absolute;bottom:0;left:0;right:0;padding:.4rem;font-family:var(--font-body);font-size:.55rem;color:#ffffffb3;text-align:center;background:linear-gradient(transparent,#0009)}.lightbox{position:fixed;inset:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:2rem}.lightbox__img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:var(--radius-sm)}.lightbox__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff9;cursor:pointer;transition:color .3s ease}.lightbox__close:hover{color:var(--text-primary)}.firsts__timeline{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.first-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--bg-card);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-sm);transition:all .3s ease}.first-card--unlocked{border-left:2px solid var(--accent)}.first-card--locked{opacity:.45;border-left:2px solid rgba(255,255,255,.1)}.first-card__icon{color:var(--accent);flex-shrink:0;opacity:.8}.first-card--locked .first-card__icon{color:var(--text-muted)}.first-card__content{flex:1}.first-card__label{font-family:var(--font-body);font-size:.85rem;color:var(--text-primary);font-weight:500}.first-card--locked .first-card__label{color:var(--text-secondary)}.first-card__date{font-family:var(--font-body);font-size:.7rem;color:var(--text-secondary);margin-top:.15rem;font-style:italic}.first-card--locked .first-card__date{color:var(--text-muted)}.first-card__check{color:var(--accent);font-size:.85rem;opacity:.7;flex-shrink:0;@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}}.first-card__check .admin-modal-overlay{position:fixed;inset:0;background:#0c0a1dd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem}.first-card__check .admin-modal{width:100%;max-width:320px;background:var(--bg-mid);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:1.5rem;box-shadow:0 10px 40px #00000080;position:relative}.first-card__check .admin-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-muted);cursor:pointer;transition:color .3s ease}.first-card__check .admin-modal__close:hover{color:var(--text-primary)}.first-card__check .admin-modal__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:var(--accent)}.first-card__check .admin-modal__icon{margin-top:-2px}.first-card__check .admin-modal h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:500;letter-spacing:.02em}.first-card__check .admin-form input{width:100%;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);padding:.75rem 1rem;color:var(--text-primary);font-family:var(--font-body);font-size:1rem;margin-bottom:1rem;transition:all .3s ease}.first-card__check .admin-form input:focus{outline:none;border-color:var(--accent);background:#0000004d}.first-card__check .input-error{border-color:var(--rose)!important;animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}.first-card__check .error-text{color:var(--rose);font-size:.8rem;margin-top:-.5rem;margin-bottom:1rem}.first-card__check .admin-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--accent);color:var(--bg-deep);border:none;border-radius:var(--radius-sm);padding:.75rem;font-family:var(--font-body);font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.first-card__check .admin-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--accent-glow)}.first-card__check .input-with-icon{position:relative;display:flex;align-items:center}.first-card__check .input-icon{position:absolute;left:1rem;color:var(--text-muted);pointer-events:none}.first-card__check .input-with-icon input{padding-left:2.5rem}.first-card__check .fund-meta{font-size:.75rem;color:var(--text-secondary);text-align:right;margin-top:-.5rem;margin-bottom:1.25rem}.first-card__check .admin-divider{height:1px;background:#ffffff14;margin:1.5rem 0}.first-card__check .admin-note{font-size:.8rem;color:var(--text-muted);text-align:center;line-height:1.4}
