:root{--bg: #0f1f18;--bg-card: #1a3328;--bg-elevated: #234636;--accent: #7ec8a3;--accent-dim: #4d9a73;--text: #e8f5ee;--text-muted: #9bb8a8;--danger: #e07a6a;--radius: 14px;--safe-bottom: env(safe-area-inset-bottom, 0px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%;background:var(--bg);color:var(--text)}body{-webkit-font-smoothing:antialiased}.app-shell{max-width:480px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.app-header{padding:16px 20px 12px;background:linear-gradient(180deg,#1a3d2e 0%,var(--bg) 100%);position:sticky;top:0;z-index:10}.app-header h1{font-size:1.35rem;font-weight:600;letter-spacing:.02em}.app-header p{font-size:.8rem;color:var(--text-muted);margin-top:4px}.app-main{flex:1;padding:12px 16px calc(80px + var(--safe-bottom))}.card{background:var(--bg-card);border-radius:var(--radius);padding:14px 16px;margin-bottom:12px;border:1px solid rgba(126,200,163,.08)}.card-title{font-size:.95rem;font-weight:600;margin-bottom:6px}.card-meta{font-size:.75rem;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:999px;padding:12px 20px;font-size:.95rem;font-weight:500;cursor:pointer;transition:opacity .15s}.btn:active{opacity:.85}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#0f1f18;width:100%}.btn-secondary{background:var(--bg-elevated);color:var(--text)}.btn-danger{background:transparent;color:var(--danger);border:1px solid var(--danger);padding:8px 14px;font-size:.85rem}.btn-ghost{background:transparent;color:var(--accent);padding:8px 0;font-size:.9rem}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:.8rem;color:var(--text-muted);margin-bottom:6px}input,textarea{width:100%;background:var(--bg-elevated);border:1px solid rgba(126,200,163,.15);border-radius:12px;padding:12px 14px;color:var(--text);font-size:1rem;outline:none}input:focus,textarea:focus{border-color:var(--accent-dim)}textarea{min-height:100px;resize:vertical;line-height:1.5}.alert{padding:10px 14px;border-radius:10px;font-size:.85rem;margin-bottom:12px}.alert-error{background:#e07a6a26;color:#f0b5ab}.alert-success{background:#7ec8a326;color:var(--accent)}.timeline{display:flex;flex-direction:column;gap:10px}.timeline-item{max-width:88%;padding:10px 14px;border-radius:16px;font-size:.95rem;line-height:1.45;word-break:break-word}.timeline-item.message{align-self:flex-end;background:var(--bg-elevated);border-bottom-right-radius:4px}.timeline-item.reply{align-self:flex-start;background:#7ec8a32e;border-bottom-left-radius:4px}.timeline-item time{display:block;font-size:.7rem;color:var(--text-muted);margin-top:6px}.composer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;padding:10px 16px calc(12px + var(--safe-bottom));background:linear-gradient(0deg,var(--bg) 70%,transparent);display:flex;gap:8px;align-items:flex-end}.composer textarea{min-height:44px;max-height:120px;flex:1;padding:10px 12px}.composer .btn{width:auto;padding:10px 18px;flex-shrink:0}.welcome-banner{background:#7ec8a31a;border-radius:var(--radius);padding:14px 16px;margin-bottom:16px;font-size:.95rem;line-height:1.5;color:var(--text-muted)}.hole-id{font-family:ui-monospace,monospace;font-size:1.1rem;color:var(--accent);letter-spacing:.08em}.tabs{display:flex;gap:8px;margin-bottom:16px}.tab{flex:1;padding:10px;text-align:center;border-radius:10px;background:var(--bg-card);color:var(--text-muted);border:none;cursor:pointer;font-size:.9rem}.tab.active{background:var(--accent);color:#0f1f18;font-weight:600}.empty{text-align:center;padding:40px 20px;color:var(--text-muted);font-size:.9rem}.link-row{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:.8rem;color:var(--text-muted);word-break:break-all}.app-shell.has-bg .app-header{background:linear-gradient(180deg,#1a3d2eeb,#0f1f18bf)}.app-shell.has-bg .card{background:#1a3328eb}.app-shell.has-bg .welcome-banner{background:#7ec8a324}.app-shell.has-bg .composer{background:linear-gradient(0deg,rgba(15,31,24,.95) 70%,transparent)}.bg-preview{width:100%;max-height:160px;object-fit:cover;border-radius:12px;margin-top:8px;border:1px solid rgba(126,200,163,.15)}.bg-upload-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.bg-upload-row .btn{width:auto;padding:8px 14px;font-size:.85rem}.friendly-shell{position:relative;min-height:100dvh;max-width:520px;margin:0 auto;padding-bottom:calc(40px + var(--safe-bottom));overflow-x:hidden}.friendly-main{position:relative;z-index:2;padding:0 18px 24px}.friendly-main.center-y{min-height:calc(100dvh - 80px);display:flex;flex-direction:column;justify-content:center;align-items:stretch}.friendly-top{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:14px 18px calc(10px + env(safe-area-inset-top,0px));background:linear-gradient(180deg,#0f1f18c7,#0f1f1800);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.friendly-brand{display:flex;align-items:center;gap:8px;font-weight:600;letter-spacing:.05em;color:var(--text)}.friendly-brand-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px #7ec8a380}.friendly-top-actions{display:flex;gap:8px;align-items:center}.ghost-pill,.solid-pill,.claim-pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:999px;padding:8px 14px;font-size:.85rem;font-weight:500;cursor:pointer;text-decoration:none;transition:transform .15s ease,background .2s ease,opacity .15s;white-space:nowrap}.ghost-pill{background:#7ec8a31a;color:var(--accent);border:1px solid rgba(126,200,163,.25)}.ghost-pill:hover{background:#7ec8a32e}.ghost-pill.danger{color:var(--danger);border-color:#e07a6a73;background:#e07a6a14}.solid-pill{background:var(--accent);color:#0f1f18;box-shadow:0 6px 22px #7ec8a340}.solid-pill.danger{background:var(--danger);color:#fff;box-shadow:0 6px 18px #e07a6a66}.solid-pill:hover,.claim-pill:hover{transform:translateY(-1px)}.solid-pill:disabled,.ghost-pill:disabled{opacity:.5;cursor:not-allowed;transform:none}.solid-pill.big,.ghost-pill.big{padding:12px 22px;font-size:.95rem;width:100%}.claim-pill{background:linear-gradient(135deg,#9bdfc0,#5fb98a);color:#0e2419;padding:9px 16px;font-weight:600;box-shadow:0 8px 22px #5fb98a59}.claim-pill .plus{font-size:1.05rem;line-height:1}.friendly-hero{padding:28px 4px 12px}.friendly-hero h1{font-size:1.45rem;font-weight:600;letter-spacing:.02em;color:var(--text)}.friendly-hero p{margin-top:8px;color:var(--text-muted);line-height:1.6;font-size:.9rem}.friendly-empty{text-align:center;padding:32px 16px;color:var(--text-muted);font-size:.92rem}.friendly-empty.empty-sapling{display:flex;flex-direction:column;align-items:center;gap:12px}.deck-hint{font-size:.78rem;color:var(--text-muted);margin:10px 0 6px 4px}.forest-deck{margin-top:8px}.trees-row{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 4px 18px;scrollbar-width:none;-ms-overflow-style:none}.trees-row::-webkit-scrollbar{display:none}.tree-card{flex:0 0 220px;scroll-snap-align:center;background:#1a33288c;border:1px solid rgba(126,200,163,.12);border-radius:22px;padding:18px 14px 16px;cursor:pointer;display:flex;flex-direction:column;align-items:center;text-align:center;color:inherit;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,box-shadow .2s ease}.tree-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #00000059}.tree-art{height:230px;display:flex;align-items:flex-end;justify-content:center;overflow:visible}.tree-plate{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:4px}.tree-name{font-size:.98rem;font-weight:600;color:var(--text)}.tree-meta{font-size:.72rem;color:var(--text-muted)}.tree-card.add-card{border-style:dashed;background:#7ec8a30f}.add-circle{width:90px;height:90px;border-radius:50%;border:2px dashed rgba(126,200,163,.45);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--accent);margin:60px 0 18px}.friendly-cta{margin-top:24px}.cta-card{background:#1a3328b3;border-radius:20px;padding:22px 20px;border:1px solid rgba(126,200,163,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cta-card h3{font-size:1.05rem;font-weight:600;margin-bottom:8px}.cta-card p{color:var(--text-muted);font-size:.88rem;line-height:1.55;margin-bottom:14px}.cta-actions{display:flex;gap:10px}.cta-actions .solid-pill,.cta-actions .ghost-pill{flex:1;padding:11px 14px}.friendly-visit{margin-top:28px;padding:22px 20px;background:#0f1f1873;border-radius:20px;border:1px solid rgba(126,200,163,.12)}.friendly-visit h3{font-size:.98rem;margin-bottom:4px}.friendly-visit p{color:var(--text-muted);font-size:.8rem;margin-bottom:12px}.visit-row{display:flex;gap:8px}.visit-row input{flex:1;font-size:.95rem;letter-spacing:.04em}.logout-row{margin-top:24px;display:flex;justify-content:center}.floating-alert{background:#e07a6a29;border:1px solid rgba(224,122,106,.35);color:#f0b5ab;padding:10px 14px;border-radius:12px;font-size:.85rem;margin:8px 0 16px}.forest-scene{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.forest-sky{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 80% at 50% 0%,#1a3d2e,#0e2519 55%,#07140d)}.forest-stars{position:absolute;top:0;left:0;width:100%;height:40%;opacity:.9}.forest-hill{position:absolute;left:0;width:100%;bottom:0;display:block}.forest-hill.far{bottom:32%;height:28%;filter:blur(2px);opacity:.7}.forest-hill.mid{bottom:12%;height:34%;filter:blur(1.2px);opacity:.9}.forest-ground{position:absolute;bottom:0;left:0;width:100%;height:16%;background:linear-gradient(180deg,#0c2014,#050c08)}.sheet-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;z-index:30;animation:fadeIn .18s ease}.sheet{width:100%;max-width:520px;background:linear-gradient(180deg,#1a3328,#0f1f18);border-radius:24px 24px 0 0;padding:18px 22px calc(28px + var(--safe-bottom));display:flex;flex-direction:column;align-items:center;gap:12px;animation:slideUp .22s ease;box-shadow:0 -16px 40px #00000073}.sheet-handle{width:44px;height:4px;border-radius:999px;background:#7ec8a34d;margin-bottom:6px}.sheet-tree{margin-top:-6px}.sheet-title{font-size:1.1rem;font-weight:600}.sheet-meta{font-size:.78rem;color:var(--text-muted)}.sheet-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:12px}.sheet-close{margin-top:6px;background:transparent;border:none;color:var(--text-muted);font-size:.85rem;cursor:pointer}.claim-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 30%,#7ec8a32e,#07140deb 60%);display:flex;align-items:center;justify-content:center;z-index:40;animation:fadeIn .25s ease}.claim-stage{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;padding:24px;max-width:360px;width:90%}.claim-tree{transition:transform .6s cubic-bezier(.22,1.2,.36,1)}.claim-stage.stage-animate .claim-tree{animation:sproutGrow 1s ease forwards}.claim-stage.stage-name .claim-tree{animation:pop .5s ease}.claim-stage.stage-done .claim-tree{animation:bounce .6s ease}.claim-caption{color:var(--text);font-size:1rem}.claim-name-form{width:100%;display:flex;flex-direction:column;gap:10px}.claim-name-form input{text-align:center;font-size:1.1rem;padding:14px 16px}.claim-actions{display:flex;flex-direction:column;gap:10px}.claim-sparkles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(2px 2px at 20% 30%,#d6f5e6,transparent 50%),radial-gradient(2px 2px at 80% 20%,#9bdfc0,transparent 50%),radial-gradient(1.5px 1.5px at 40% 70%,#d6f5e6,transparent 50%),radial-gradient(2px 2px at 70% 60%,#7ec8a3,transparent 50%);opacity:.55;animation:drift 6s linear infinite}@keyframes sproutGrow{0%{transform:scale(.4) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes pop{0%{transform:scale(.7);opacity:.4}60%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes drift{0%{transform:translateY(0);opacity:.55}to{transform:translateY(-20px);opacity:.4}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:.4}to{transform:translateY(0);opacity:1}}.auth-card{width:100%;max-width:380px;margin:0 auto;background:#1a3328c7;border:1px solid rgba(126,200,163,.18);border-radius:22px;padding:24px 22px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center}.auth-card h2{font-size:1.2rem;margin-top:6px}.auth-sub{color:var(--text-muted);font-size:.85rem;margin:6px 0 14px}.auth-tree{display:flex;justify-content:center;margin-bottom:8px}.friendly-form{display:flex;flex-direction:column;gap:6px;text-align:left}.friendly-form label{font-size:.78rem;color:var(--text-muted);margin-top:8px}.friendly-form input,.friendly-form textarea{border-radius:12px}.friendly-form .solid-pill{margin-top:14px}.captcha-row{display:flex;gap:10px;align-items:center}.captcha-row img{height:44px;border-radius:10px;cursor:pointer;border:1px solid rgba(126,200,163,.18)}.captcha-row input{flex:1}.resend-row{margin-top:14px;display:flex;flex-direction:column;gap:8px;align-items:center}.auth-switch{margin-top:16px;font-size:.85rem;color:var(--text-muted)}.auth-switch a{color:var(--accent)}.card-soft{background:#1a3328c7;border:1px solid rgba(126,200,163,.14);border-radius:20px;padding:18px;margin-bottom:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.card-soft.danger-zone{border-color:#e07a6a59;background:#3f1a168c}.card-row-title{font-size:.95rem;font-weight:600;margin-bottom:6px}.confirm-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:10px;font-size:.85rem;color:var(--text-muted)}.decorate-preview{position:relative;border-radius:22px;height:200px;overflow:hidden;margin:12px 0 16px;background:linear-gradient(180deg,#244a37,#0f2519);background-size:cover;background-position:center}.preview-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f1f1840,#0f1f18d9)}.preview-tree{position:absolute;bottom:10px;left:14px;z-index:1}.preview-text{position:absolute;right:18px;bottom:16px;z-index:1;text-align:right}.preview-text h2{font-size:1.25rem;font-weight:600;letter-spacing:.04em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.preview-text p{color:#ffffffd9;font-size:.85rem;margin-top:4px}.bg-section .bg-frame{margin:10px 0;border-radius:14px;overflow:hidden;border:1px solid rgba(126,200,163,.18);min-height:100px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.85rem;background:#0f1f1873}.bg-section .bg-frame img{width:100%;display:block}.bg-buttons{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.visit-url-row{display:flex;align-items:center;gap:10px;margin-top:6px;background:#0f1f1873;border-radius:12px;padding:10px 12px;font-size:.8rem;color:var(--text-muted)}.visit-url-row code{flex:1;word-break:break-all;font-family:ui-monospace,monospace;color:var(--text)}.msgs-hero{display:flex;align-items:center;gap:14px;padding:18px 16px;margin:12px 0 16px;background:#1a3328b3;border:1px solid rgba(126,200,163,.16);border-radius:22px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.msgs-hero h2{font-size:1.1rem;font-weight:600}.msgs-hero p{font-size:.82rem;color:var(--text-muted);margin-top:4px}.soft-card{background:#1a3328b3;border:1px solid rgba(126,200,163,.14);border-radius:18px;padding:18px}.visitor-list{display:flex;flex-direction:column;gap:10px}.visitor-bubble{display:flex;gap:12px;align-items:flex-start;padding:14px;background:#1a3328c7;border:1px solid rgba(126,200,163,.14);border-radius:18px;text-align:left;color:inherit;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.visitor-bubble:hover{transform:translateY(-1px);border-color:#7ec8a352}.visitor-bubble.pending{border-color:#d8c37a73}.visitor-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#9bdfc0,#4d9a73);color:#0e2419;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.visitor-body{flex:1;min-width:0}.visitor-row{display:flex;justify-content:space-between;gap:8px;align-items:center}.visitor-name{font-weight:600;font-size:.95rem}.visitor-status{font-size:.7rem;color:var(--accent)}.visitor-bubble.pending .visitor-status{color:#d8c37a}.visitor-preview{margin-top:4px;font-size:.88rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.conv-header{display:flex;align-items:center;gap:12px;margin:4px 0 12px}.conv-title{display:flex;flex-direction:column}.conv-timeline{display:flex;flex-direction:column;gap:10px;padding-bottom:8px}.conv-bubble{max-width:80%;padding:12px 14px;border-radius:18px;font-size:.93rem;line-height:1.5;word-break:break-word}.conv-bubble p{margin:0;white-space:pre-wrap}.conv-bubble time{display:block;font-size:.7rem;color:var(--text-muted);margin-top:4px}.conv-bubble.them{align-self:flex-start;background:#ffffff14;border-bottom-left-radius:6px}.conv-bubble.me{align-self:flex-end;background:linear-gradient(135deg,#9bdfc0,#5fb98a);color:#0e2419;border-bottom-right-radius:6px}.conv-bubble.me time{color:#0f1f188c}.conv-composer{position:sticky;bottom:0;display:flex;gap:8px;align-items:flex-end;padding:12px 0 calc(12px + var(--safe-bottom));background:linear-gradient(0deg,var(--bg) 70%,transparent)}.conv-composer textarea{flex:1;background:#0f1f18b3;border-radius:16px;padding:10px 14px;min-height:44px;max-height:120px}.conv-composer .solid-pill{padding:12px 18px;flex-shrink:0}.friendly-shell.has-bg .forest-scene{display:none}.friendly-empty.empty-with-url{display:flex;flex-direction:column;align-items:stretch;text-align:center}.friendly-empty.empty-with-url>p{margin-bottom:4px}.visit-shell{padding-bottom:calc(110px + var(--safe-bottom))}.visit-main{padding-top:4px}.visit-tag{font-size:.72rem;padding:6px 12px;border-radius:999px;background:#9bdfc024;color:var(--accent);border:1px solid rgba(155,223,192,.28);letter-spacing:.05em}.visit-hero{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 12px 18px;text-align:center}.visit-hero-tree{filter:drop-shadow(0 18px 24px rgba(0,0,0,.45));margin-bottom:2px}.visit-title{font-size:1.5rem;font-weight:600;letter-spacing:.05em;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.35)}.visit-subtitle{font-size:.86rem;color:#e8f5eec7}.visit-welcome{position:relative;background:#1a3328b3;border:1px solid rgba(126,200,163,.18);border-radius:20px;padding:16px 18px 16px 38px;margin:4px 0 18px;color:var(--text);font-size:.95rem;line-height:1.55;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.visit-welcome-quote{position:absolute;top:4px;left:14px;font-size:2.2rem;font-family:Georgia,serif;color:var(--accent);opacity:.6;line-height:1}.visit-welcome p{white-space:pre-wrap}.visit-timeline{display:flex;flex-direction:column;gap:12px;padding:4px 0 16px}.visit-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:36px 18px;color:var(--text-muted);font-size:.92rem;text-align:center}.visit-bubble{max-width:84%;padding:12px 16px;border-radius:22px;font-size:.95rem;line-height:1.55;word-break:break-word;position:relative;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.visit-bubble p{margin:0;white-space:pre-wrap}.visit-bubble time{display:block;font-size:.7rem;margin-top:6px;opacity:.65}.visit-bubble.mine{align-self:flex-end;background:#ffffff1a;color:var(--text);border:1px solid rgba(255,255,255,.08);border-bottom-right-radius:8px}.visit-bubble.owner{align-self:flex-start;background:linear-gradient(135deg,#9bdfc0,#5fb98a);color:#0e2419;border-bottom-left-radius:8px;box-shadow:0 14px 32px #5fb98a2e}.visit-bubble.owner time{color:#0f1f1899}.visit-tag-owner{display:inline-block;font-size:.7rem;padding:2px 8px;border-radius:999px;background:#0f1f182e;color:#0e2419;margin-bottom:6px;letter-spacing:.04em}.visit-composer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:520px;padding:12px 16px calc(14px + var(--safe-bottom));background:linear-gradient(0deg,#07140df2 65%,#07140d00);display:flex;gap:10px;align-items:flex-end;z-index:3}.visit-composer textarea{flex:1;background:#ffffff14;border:1px solid rgba(126,200,163,.22);border-radius:999px;padding:12px 18px;min-height:44px;max-height:120px;color:var(--text);font-size:.95rem;resize:none;line-height:1.45}.visit-composer textarea:focus{border-color:#7ec8a380;background:#ffffff1f}.visit-composer .solid-pill{padding:12px 20px;flex-shrink:0}
