/* Fala Tudo — módulo visual isolado da Árvore de Recompensas 3.3.7 */
.tree-scene-shell{display:grid;grid-template-rows:auto minmax(0,1fr);gap:11px;min-width:0}
.ft-tree-scene{--orbit-x:50%;--orbit-y:12%;--cloud-opacity:.15;position:relative;isolation:isolate;min-height:590px;overflow:hidden;border:1px solid #598a64;border-radius:30px;background:#77b9dc;box-shadow:inset 0 0 90px #072a3b35,0 18px 48px #0004;transition:background 1.2s ease,border-color 1.2s ease}
.ft-tree-scene .tree-sky{position:absolute;z-index:-8;inset:0;background:linear-gradient(#63bce8 0%,#b9e7f2 58%,#80c57c 59%,#245b31 100%);transition:background 1.2s ease}
.ft-tree-scene.is-night{border-color:#364c70;background:#071127}.ft-tree-scene.is-night .tree-sky{background:linear-gradient(#050b21 0%,#152957 58%,#173523 59%,#07170e 100%)}
.tree-stars{position:absolute;z-index:-6;inset:0 0 42%;opacity:0;transition:opacity 1.2s ease}.is-night .tree-stars{opacity:1}.tree-stars i{position:absolute;width:3px;height:3px;border-radius:50%;background:#fff;box-shadow:0 0 8px #fff;animation:treeStar 2.2s ease-in-out infinite alternate}.tree-stars i:nth-child(1){left:5%;top:16%}.tree-stars i:nth-child(2){left:12%;top:38%;animation-delay:.4s}.tree-stars i:nth-child(3){left:20%;top:8%;animation-delay:1s}.tree-stars i:nth-child(4){left:28%;top:28%;animation-delay:.2s}.tree-stars i:nth-child(5){left:36%;top:13%;animation-delay:.8s}.tree-stars i:nth-child(6){left:43%;top:42%;animation-delay:1.4s}.tree-stars i:nth-child(7){left:51%;top:7%;animation-delay:.6s}.tree-stars i:nth-child(8){left:59%;top:32%;animation-delay:1.1s}.tree-stars i:nth-child(9){left:67%;top:14%;animation-delay:.3s}.tree-stars i:nth-child(10){left:75%;top:40%;animation-delay:1.3s}.tree-stars i:nth-child(11){left:84%;top:10%;animation-delay:.7s}.tree-stars i:nth-child(12){left:93%;top:29%;animation-delay:1.5s}.tree-stars i:nth-child(n+13){width:2px;height:2px;transform:translate(18px,72px)}@keyframes treeStar{to{opacity:.25;transform:scale(.6)}}
.tree-celestial{position:absolute;z-index:-5;left:var(--orbit-x);top:var(--orbit-y);width:74px;height:74px;transform:translate(-50%,-50%);transition:left 12s linear,top 12s linear}.tree-sun,.tree-moon{position:absolute;inset:0;border-radius:50%;transition:opacity 1s ease,transform 1s ease}.tree-sun{background:radial-gradient(circle at 35% 32%,#fffbd0 0 16%,#ffe27a 40%,#ffb83f 100%);box-shadow:0 0 22px #fff6b8,0 0 65px #ffd45bbb;animation:treeSunPulse 3s ease-in-out infinite alternate}.tree-moon{opacity:0;background:radial-gradient(circle at 34% 30%,#fff 0 9%,#dce8ff 40%,#9bb6e9 100%);box-shadow:0 0 30px #b6d1ff99}.tree-moon::after{content:"";position:absolute;right:7px;top:4px;width:57px;height:57px;border-radius:50%;background:#09132d}.is-night .tree-sun{opacity:0;transform:scale(.7)}.is-night .tree-moon{opacity:1}@keyframes treeSunPulse{to{box-shadow:0 0 30px #fff7c6,0 0 82px #ffd45bdd}}
.tree-clouds{position:absolute;z-index:-3;inset:0 0 44%;opacity:var(--cloud-opacity);transition:opacity .8s ease}.weather-cloudy .tree-clouds{opacity:max(.42,var(--cloud-opacity))}.tree-cloud{position:absolute;width:108px;height:28px;border-radius:40px;background:#f4fbff;filter:drop-shadow(0 8px 9px #1734463d);animation:treeCloudMove 28s linear infinite}.tree-cloud::before,.tree-cloud::after{content:"";position:absolute;bottom:5px;border-radius:50%;background:inherit}.tree-cloud::before{left:18px;width:45px;height:45px}.tree-cloud::after{right:16px;width:55px;height:55px}.cloud-1{left:-18%;top:18%}.cloud-2{left:28%;top:41%;transform:scale(.72);animation-duration:38s;animation-delay:-12s}.cloud-3{left:68%;top:11%;transform:scale(1.15);animation-duration:34s;animation-delay:-20s}.cloud-4{left:92%;top:52%;transform:scale(.58);animation-duration:43s;animation-delay:-7s}@keyframes treeCloudMove{to{translate:125vw 0}}
.tree-rain{position:absolute;z-index:7;inset:0;overflow:hidden;pointer-events:none;opacity:0;transition:opacity .5s}.weather-rain .tree-rain{opacity:.78}.tree-rain i{position:absolute;top:-12%;width:2px;height:21px;border-radius:3px;background:linear-gradient(transparent,#cdeaff);animation:treeRain .75s linear infinite}.tree-rain i:nth-child(3n){animation-duration:.58s}.tree-rain i:nth-child(4n){animation-delay:-.35s;height:29px}.tree-rain i:nth-child(5n){animation-delay:-.6s}.tree-rain i:nth-child(1){left:2%}.tree-rain i:nth-child(2){left:6%}.tree-rain i:nth-child(3){left:10%}.tree-rain i:nth-child(4){left:14%}.tree-rain i:nth-child(5){left:18%}.tree-rain i:nth-child(6){left:22%}.tree-rain i:nth-child(7){left:26%}.tree-rain i:nth-child(8){left:30%}.tree-rain i:nth-child(9){left:34%}.tree-rain i:nth-child(10){left:38%}.tree-rain i:nth-child(11){left:42%}.tree-rain i:nth-child(12){left:46%}.tree-rain i:nth-child(13){left:50%}.tree-rain i:nth-child(14){left:54%}.tree-rain i:nth-child(15){left:58%}.tree-rain i:nth-child(16){left:62%}.tree-rain i:nth-child(17){left:66%}.tree-rain i:nth-child(18){left:70%}.tree-rain i:nth-child(19){left:74%}.tree-rain i:nth-child(20){left:78%}.tree-rain i:nth-child(21){left:82%}.tree-rain i:nth-child(22){left:86%}.tree-rain i:nth-child(23){left:90%}.tree-rain i:nth-child(24){left:94%}.tree-rain i:nth-child(n+25){translate:17px -180px}@keyframes treeRain{to{transform:translate(-55px,760px)}}
.weather-storm .tree-sky{animation:treeLightning 7s linear infinite}.weather-fog::after{content:"";position:absolute;z-index:6;inset:25% 0 0;background:linear-gradient(transparent,#e7f2ef88 45%,#b7c9c699);pointer-events:none}.weather-snow .tree-rain i{width:7px;height:7px;border-radius:50%;background:#fff;animation-duration:3.2s}@keyframes treeLightning{0%,92%,96%,100%{filter:none}93%,95%{filter:brightness(1.85)}}
.tree-hills{position:absolute;z-index:-2;inset:auto -8% 70px;height:190px}.tree-hills i{position:absolute;bottom:0;width:70%;height:100%;border-radius:55% 55% 0 0;background:#347646}.tree-hills i:first-child{left:-10%;background:#4d9656}.tree-hills i:last-child{right:-14%;height:82%;background:#28663b}.tree-ground-new{position:absolute;z-index:2;left:-10%;right:-10%;bottom:-105px;height:225px;border-radius:50% 50% 0 0;background:radial-gradient(ellipse at 50% 5%,#73b757 0 12%,#3f7f3e 38%,#193c25 72%);box-shadow:inset 0 18px 28px #9ad87533}
.tree-figure{position:absolute;z-index:4;left:50%;bottom:76px;width:min(78%,440px);aspect-ratio:1;transform:translateX(-50%);filter:drop-shadow(0 22px 18px #06160c99)}.tree-art{display:block;width:100%;height:100%;object-fit:contain;user-select:none;-webkit-user-drag:none}.tree-fruit-layer{position:absolute;z-index:3;inset:5% 8% 17%}.ft-tree-scene .tree-fruit{width:39px;height:39px;background:#17371c8c;border:1px solid #ffffff38;box-shadow:0 5px 12px #0006}.ft-tree-scene.is-ready .tree-art{filter:brightness(1.06) saturate(1.08)}.ft-tree-scene.is-ready .tree-fruit{box-shadow:0 0 20px #ffd65d99,0 5px 12px #0006}
.tree-weather-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto auto;gap:10px;align-items:center;width:100%;min-height:72px;padding:11px 13px;border:1px solid #4c7956;border-radius:18px;color:#f4fff5;background:linear-gradient(135deg,#102a18,#08170d);box-shadow:0 10px 28px #0003}.tree-weather-symbol{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#ffed8a,#e3ac37)}.tree-weather-symbol i{width:20px;height:20px;border-radius:50%;background:#fff8c5;box-shadow:0 0 13px #fff1a8}.tree-weather-card b,.tree-weather-card span,.tree-weather-card small{display:block}.tree-weather-card b{font-size:.78rem}.tree-weather-card span{margin-top:2px;color:#c5d5c7;font-size:.65rem}.tree-weather-card small{margin-top:3px;color:#8fa292;font-size:.55rem}.tree-weather-card small a{color:#b8d9ff;text-decoration:underline}.tree-weather-card em{color:#fff0a6;font-size:1.25rem;font-style:normal;font-weight:950}.tree-weather-card button{min-height:34px;padding:5px 10px;border:1px solid #8acb83;border-radius:10px;color:#dfffd9;background:#1b4325;font-size:.58rem;font-weight:950}.tree-weather-card button:disabled{opacity:.7}.tree-weather-card.is-night .tree-weather-symbol{background:linear-gradient(145deg,#b6cff9,#657cac)}.tree-weather-card.is-night .tree-weather-symbol i{background:#eef4ff;box-shadow:8px -4px 0 #7386ae}
.ft-tree-scene .tree-status{z-index:10}.ft-tree-scene .harvest-button{z-index:10}.is-night .tree-status{border-color:#8aa6d24d;background:#050b18e8}.is-night .harvest-button:disabled{color:#9aa9c1;background:#101827}
.landing-tree-art{position:absolute;z-index:4;left:50%;top:0;width:min(100%,430px);height:100%;object-fit:contain;filter:drop-shadow(0 18px 18px #0007);transform:translateX(-50%)}.landing-tree-visual>.landing-fruit{z-index:6}.landing-tree-visual>.landing-fruit:nth-of-type(1){top:23%;left:23%}.landing-tree-visual>.landing-fruit:nth-of-type(2){top:13%;left:49%}.landing-tree-visual>.landing-fruit:nth-of-type(3){top:28%;right:17%}.landing-tree-visual>.landing-fruit:nth-of-type(4){top:47%;left:17%}.landing-tree-visual>.landing-fruit:nth-of-type(5){top:45%;left:52%}.landing-tree-visual>.landing-fruit:nth-of-type(6){top:52%;right:15%}
.fruit-candle-chart{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr);height:268px;margin-top:8px;overflow:hidden;border:1px solid #31563a;border-radius:18px;background:repeating-linear-gradient(to bottom,#ffffff09 0 1px,transparent 1px 25%),linear-gradient(145deg,#07140c,#0d2014)}.candle-price-scale{display:flex;z-index:2;flex-direction:column;justify-content:space-between;padding:15px 9px 38px;border-right:1px solid #ffffff12;color:#9eb1a2;background:#08160ee8;font-size:.58rem}.candle-price-scale b{color:#cfeacb}.candle-price-scale span,.candle-price-scale small{white-space:nowrap}.candle-scroll{display:flex;align-items:stretch;gap:4px;min-width:0;padding:12px 8px 0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin}.fruit-candle{display:grid;grid-template-rows:24px minmax(150px,1fr) 35px;flex:1 0 64px;min-width:64px;text-align:center}.fruit-candle>b{overflow:hidden;color:#b7c7ba;font-size:.57rem;text-overflow:ellipsis;white-space:nowrap}.fruit-candle small{align-self:center;color:#839689;font-size:.52rem;line-height:1.15}.candle-plot{position:relative;margin:0 20px}.candle-wick,.candle-body{position:absolute;left:50%;display:block;transform:translateX(-50%)}.candle-wick{width:2px;min-height:2px;background:#7fe18a}.candle-body{width:13px;min-height:5px;border-radius:2px;background:#44c865;box-shadow:0 0 9px #44c86555}.fruit-candle.down .candle-wick{background:#ff8589}.fruit-candle.down .candle-body{background:#ea4e5a;box-shadow:0 0 9px #ea4e5a55}.fruit-candle.flat .candle-wick{background:#e8ca67}.fruit-candle.flat .candle-body{background:#d5aa38;box-shadow:0 0 9px #d5aa3855}
.tree-admin-form .immediate-rate{border-color:#4b8b58;background:linear-gradient(135deg,#173821,#102717)}.tree-admin-form .immediate-rate b{color:#bff4b5}.tree-admin-form .immediate-rate small{color:#a9c9ac}
@media(max-width:700px){.ft-tree-scene{min-height:560px}.tree-figure{bottom:87px;width:min(92%,430px)}.tree-weather-card{grid-template-columns:38px minmax(0,1fr) auto}.tree-weather-symbol{width:38px;height:38px}.tree-weather-card small{display:none}.tree-weather-card button{grid-column:2/-1;justify-self:start}.tree-celestial{width:58px;height:58px}}
@media(max-width:520px){.ft-tree-scene{min-height:535px;border-radius:23px}.tree-figure{bottom:102px;width:min(96%,370px)}.tree-weather-card{padding:9px}.tree-weather-card button{font-size:.52rem}.fruit-candle-chart{grid-template-columns:70px minmax(0,1fr);height:250px}.candle-price-scale{padding-inline:6px;font-size:.5rem}.ft-tree-scene .tree-fruit{width:35px;height:35px;font-size:1.35rem}.ft-tree-scene .tree-status{bottom:68px}.landing-tree-art{width:min(112%,390px)}}
@media(prefers-reduced-motion:reduce){.tree-stars i,.tree-sun,.tree-cloud,.tree-rain i,.ft-tree-scene .tree-fruit{animation:none!important}.tree-celestial{transition:none}}
