*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--blue:#2563FF;--green:#12C48B;--white:#fff;--black:#111;--gray-light:#f5f6f8;--gray-mid:#e8eaef;--gray-text:#6b7280;--shadow-card:0 4px 24px rgba(0,0,0,.06);--shadow-glow:0 0 0 6px rgba(37,99,255,.18);--radius-lg:24px;--radius-xl:28px;--radius-btn:30px;--font:'Inter',system-ui,-apple-system,sans-serif}html{height:100%;-webkit-tap-highlight-color:transparent}body{font-family:var(--font);background:var(--white);color:var(--black);height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0 16px}.page{width:100%;max-width:480px;height:100vh;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:16px 0 100px;position:relative;z-index:1}.top-bar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;min-height:40px}.logo-wrap{display:flex;align-items:center;gap:8px;flex-shrink:0}.logo-wrap img{width:36px;height:36px;border-radius:10px;object-fit:contain}.logo-label{font-weight:900;font-size:1rem;color:var(--black);letter-spacing:-.02em;white-space:nowrap}.lock-badge{display:flex;align-items:center;gap:6px;background:#f0fdf7;border:1px solid #d1fae8;border-radius:20px;padding:6px 12px;font-size:.72rem;font-weight:700;color:#0d9c6b;animation:lockPop .5s ease-out .3s both;white-space:nowrap;flex-shrink:0}.lock-badge svg{width:14px;height:14px;flex-shrink:0}@keyframes lockPop{0%{transform:scale(.7);opacity:0}60%{transform:scale(1.08)}100%{transform:scale(1);opacity:1}}.counter-sticky{display:flex;align-items:center;gap:7px;background:#fffbf0;border:1px solid #fde68a;border-radius:20px;padding:6px 12px;font-size:.72rem;font-weight:700;color:#b45309;white-space:nowrap;flex-shrink:0;animation:fadeSlideIn .4s ease-out .5s both}.counter-sticky .time{font-variant-numeric:tabular-nums;font-weight:900;letter-spacing:.02em;min-width:36px;text-align:center;color:#d97706}.counter-dot{width:7px;height:7px;border-radius:50%;background:#f59e0b;animation:dotPulse 1.2s ease-in-out infinite}@keyframes dotPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(1.5)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}100%{opacity:1;transform:translateY(0)}}.hero-section{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;flex-shrink:0;padding:8px 0}h1{font-weight:900;font-size:clamp(1.7rem,5.5vw,2.4rem);color:var(--black);letter-spacing:-.03em;line-height:1.15;max-width:380px}.subtitle{font-weight:400;font-size:clamp(.9rem,2.8vw,1.05rem);color:var(--gray-text);line-height:1.4;max-width:340px}.capsules-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:380px}.capsule{display:inline-flex;align-items:center;gap:5px;padding:7px 13px;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.01em;white-space:nowrap;flex-shrink:0}.capsule-green{background:#ecfdf5;color:#0d9c6b;border:1px solid #d1fae8}.capsule-blue{background:#eff4ff;color:#1d4ed8;border:1px solid #dbe4ff}.capsule-outline{background:transparent;color:var(--gray-text);border:1px solid var(--gray-mid)}.capsule svg{width:12px;height:12px;flex-shrink:0}.card-area{width:100%;max-width:380px;flex-shrink:0;position:relative}.result-card{width:100%;background:var(--white);border:1px solid var(--gray-mid);border-radius:var(--radius-xl);padding:20px 18px;box-shadow:var(--shadow-card);transition:all .4s ease;min-height:120px;position:relative;overflow:hidden}.result-card.resolved{border-color:#d1fae8;box-shadow:0 4px 28px rgba(18,196,139,.12)}.skeleton-line{height:14px;border-radius:10px;background:#e5e7eb;margin-bottom:10px;position:relative;overflow:hidden}.skeleton-line::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0,#f3f4f6 50%,transparent 100%);animation:shimmer 1.5s infinite}.skeleton-line:nth-child(1){width:85%}.skeleton-line:nth-child(2){width:55%}.skeleton-line:nth-child(3){width:70%;margin-bottom:0}@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.result-inner{display:none;align-items:center;gap:14px}.result-card.resolved .result-inner{display:flex}.result-card.resolved .skeleton-line{display:none}.result-icon{width:48px;height:48px;border-radius:50%;background:#ecfdf5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.result-icon svg{width:24px;height:24px;color:#12C48B}.result-text{display:flex;flex-direction:column;gap:3px}.result-text .rt-title{font-weight:900;font-size:.95rem;color:var(--black);letter-spacing:-.01em}.result-text .rt-sub{font-weight:400;font-size:.78rem;color:var(--gray-text)}.mini-feed{position:absolute;bottom:-36px;right:8px;display:flex;flex-direction:column;gap:5px;z-index:2;pointer-events:none}.feed-item{display:flex;align-items:center;gap:6px;background:var(--white);border:1px solid var(--gray-mid);border-radius:14px;padding:5px 10px;font-size:.65rem;font-weight:700;color:var(--gray-text);white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.04);animation:feedFloat 6s ease-in-out infinite}.feed-item:nth-child(2){animation-delay:2.5s}.feed-dot{width:6px;height:6px;border-radius:50%;background:#12C48B;flex-shrink:0;animation:dotPulse 1.5s ease-in-out infinite}@keyframes feedFloat{0%,100%{opacity:.75;transform:translateY(0)}15%{opacity:1;transform:translateY(-3px)}30%{opacity:.75;transform:translateY(0)}85%{opacity:.4;transform:translateY(0)}95%{opacity:.75;transform:translateY(-2px)}}.benefits-mini{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;flex-shrink:0;padding:0 8px}.benefit-item{display:flex;align-items:center;gap:5px;font-size:.7rem;font-weight:700;color:var(--gray-text);white-space:nowrap}.benefit-item svg{width:14px;height:14px;color:#12C48B;flex-shrink:0}.cta-wrap{position:fixed;bottom:0;left:0;right:0;z-index:10;display:flex;justify-content:center;padding:12px 16px 20px;background:linear-gradient(to top,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);pointer-events:none}.cta-btn{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:400px;padding:16px 28px;background:#2563FF;color:#fff;font-family:var(--font);font-weight:900;font-size:clamp(1rem,3vw,1.15rem);letter-spacing:-.01em;border:none;border-radius:var(--radius-btn);cursor:pointer;text-decoration:none;text-align:center;box-shadow:0 6px 28px rgba(37,99,255,.35),0 0 0 0 rgba(37,99,255,.4);animation:btnGlow 2.2s ease-in-out infinite;transition:transform .15s ease,box-shadow .15s ease;-webkit-tap-highlight-color:transparent;outline:none;position:relative;overflow:hidden}.cta-btn:focus-visible{outline:3px solid #2563FF;outline-offset:3px}.cta-btn:active{transform:scale(.96);box-shadow:0 3px 14px rgba(37,99,255,.3),0 0 0 0 rgba(37,99,255,.2);transition:transform .08s ease,box-shadow .08s ease}.cta-btn::after{content:'';position:absolute;inset:0;border-radius:var(--radius-btn);background:rgba(255,255,255,.12);opacity:0;transition:opacity .2s}.cta-btn:hover::after{opacity:1}@keyframes btnGlow{0%,100%{box-shadow:0 6px 28px rgba(37,99,255,.35),0 0 0 0 rgba(37,99,255,.4)}50%{box-shadow:0 6px 28px rgba(37,99,255,.4),0 0 0 12px rgba(37,99,255,0)}}.cta-btn svg{width:18px;height:18px;flex-shrink:0}@media(min-width:481px){.page{padding:24px 0 110px}.result-card{padding:24px 22px;min-height:130px}.mini-feed{bottom:-40px;right:12px}.feed-item{font-size:.7rem;padding:6px 11px}}@media(min-height:750px){.page{justify-content:center;gap:16px;padding:20px 0 110px}.hero-section{gap:14px}.card-area{margin-top:4px}}@media(max-height:620px){.page{justify-content:flex-start;gap:4px;padding:8px 0 95px}.hero-section{gap:5px}h1{font-size:clamp(1.35rem,4.5vw,1.7rem)}.subtitle{font-size:clamp(.75rem,2.2vw,.85rem)}.capsules-row{gap:5px}.capsule{padding:5px 9px;font-size:.65rem}.result-card{padding:14px;min-height:90px;border-radius:20px}.skeleton-line{height:10px;margin-bottom:7px}.benefits-mini{gap:8px}.benefit-item{font-size:.63rem}.cta-btn{padding:13px 22px;font-size:.9rem}.mini-feed{bottom:-30px}.feed-item{font-size:.6rem;padding:4px 8px;border-radius:10px}}