.JornadaTab-module__u05GUW__container{flex-direction:column;gap:16px;padding:4px 0 32px;display:flex}.JornadaTab-module__u05GUW__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.JornadaTab-module__u05GUW__titleRow{color:var(--health);align-items:center;gap:8px;display:flex}.JornadaTab-module__u05GUW__title{font-family:var(--font-display);color:var(--foreground);margin:0;font-size:1.375rem;font-weight:800}.JornadaTab-module__u05GUW__controls{align-items:center;gap:8px;display:flex}.JornadaTab-module__u05GUW__segmented{background:var(--background);border:1px solid var(--card-border);border-radius:var(--radius-full);padding:3px;display:inline-flex}.JornadaTab-module__u05GUW__segmentButton{font-size:.8125rem;font-weight:600;font-family:var(--font-sans);color:var(--foreground-secondary);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;align-items:center;gap:4px;padding:5px 12px;display:inline-flex}.JornadaTab-module__u05GUW__segmentButtonActive{background:var(--health);color:#fff}.JornadaTab-module__u05GUW__sortButton{width:36px;height:36px;color:var(--foreground-secondary);background:var(--background);border:1px solid var(--card-border);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);justify-content:center;align-items:center;display:inline-flex}.JornadaTab-module__u05GUW__sortButton:hover{color:var(--health);background:var(--health-light)}.JornadaTab-module__u05GUW__groupSelect{height:36px;font-size:.8125rem;font-weight:600;font-family:var(--font-sans);color:var(--foreground-secondary);background:var(--background);border:1px solid var(--card-border);border-radius:var(--radius-full);cursor:pointer;appearance:none;transition:border-color var(--transition-fast), color var(--transition-fast);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 10px center;background-repeat:no-repeat;padding:0 30px 0 12px}.JornadaTab-module__u05GUW__groupSelect:hover{border-color:var(--health);color:var(--health)}.JornadaTab-module__u05GUW__groupSelect:focus-visible{border-color:var(--health);box-shadow:0 0 0 3px var(--health-light);outline:none}.JornadaTab-module__u05GUW__iconToggle{width:32px;height:30px;color:var(--foreground-secondary);border-radius:var(--radius-full);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.JornadaTab-module__u05GUW__iconToggleActive{background:var(--health);color:#fff}.JornadaTab-module__u05GUW__chipsRow{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.JornadaTab-module__u05GUW__chipsRow::-webkit-scrollbar{display:none}.JornadaTab-module__u05GUW__chip{font-size:.8125rem;font-weight:600;font-family:var(--font-sans);color:var(--foreground-secondary);border:1.5px solid var(--card-border);border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);background:0 0;flex:none;align-items:center;gap:6px;padding:7px 14px;display:inline-flex}.JornadaTab-module__u05GUW__chip:hover{border-color:var(--health);color:var(--health)}.JornadaTab-module__u05GUW__chipActive{background:var(--health);border-color:var(--health);color:#fff}.JornadaTab-module__u05GUW__chipActive:hover{color:#fff}.JornadaTab-module__u05GUW__timeline{flex-direction:column;display:flex}.JornadaTab-module__u05GUW__group{align-items:stretch;gap:14px;display:flex}.JornadaTab-module__u05GUW__rail{flex:0 0 14px;width:14px;position:relative}.JornadaTab-module__u05GUW__railDot{background:var(--health);width:13px;height:13px;box-shadow:0 0 0 4px var(--health-light);z-index:1;border-radius:50%;position:absolute;top:3px;left:50%;transform:translate(-50%)}.JornadaTab-module__u05GUW__railLine{background:var(--health-light);width:2px;position:absolute;top:14px;bottom:-2px;left:50%;transform:translate(-50%)}.JornadaTab-module__u05GUW__groupBody{flex-direction:column;flex:auto;gap:10px;min-width:0;display:flex}.JornadaTab-module__u05GUW__groupHeaderText{flex-direction:column;display:flex}.JornadaTab-module__u05GUW__groupTitle{color:var(--foreground);text-transform:capitalize;font-size:.9375rem;font-weight:700}.JornadaTab-module__u05GUW__groupCount{color:var(--foreground-tertiary);font-size:.75rem}.JornadaTab-module__u05GUW__tilesRow{scrollbar-width:none;gap:10px;padding:2px 0 4px;display:flex;overflow-x:auto}.JornadaTab-module__u05GUW__tilesRow::-webkit-scrollbar{display:none}.JornadaTab-module__u05GUW__list{flex-direction:column;gap:8px;display:flex}.JornadaTab-module__u05GUW__listItem{text-align:left;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);cursor:pointer;width:100%;transition:border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);align-items:center;gap:12px;padding:8px;display:flex}.JornadaTab-module__u05GUW__listItem:hover{border-color:var(--health);transform:translateY(-1px);box-shadow:0 6px 18px #00000014}.JornadaTab-module__u05GUW__listThumb{border-radius:var(--radius-md);background:var(--background);flex:none;width:56px;height:56px;position:relative;overflow:hidden}.JornadaTab-module__u05GUW__listThumbImage{object-fit:cover;width:100%;height:100%;display:block}.JornadaTab-module__u05GUW__listThumbIcon{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.JornadaTab-module__u05GUW__listPlay{color:#fff;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.JornadaTab-module__u05GUW__listBadge{border-radius:var(--radius-full);color:#fff;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;top:3px;left:3px}.JornadaTab-module__u05GUW__listBadge svg{width:11px;height:11px}.JornadaTab-module__u05GUW__listMain{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.JornadaTab-module__u05GUW__listTopRow{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.JornadaTab-module__u05GUW__listType{color:var(--foreground);font-size:.875rem;font-weight:700}.JornadaTab-module__u05GUW__listDate{color:var(--foreground-tertiary);flex:none;font-size:.75rem;font-weight:600}.JornadaTab-module__u05GUW__listDesc{color:var(--foreground-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.JornadaTab-module__u05GUW__listMeta{color:var(--foreground-tertiary);text-transform:capitalize;font-size:.6875rem;font-weight:600}.JornadaTab-module__u05GUW__tile{border-radius:var(--radius-lg);background:var(--background);cursor:pointer;width:104px;height:104px;transition:transform var(--transition-fast), box-shadow var(--transition-fast);border:none;flex:none;padding:0;position:relative;overflow:hidden}.JornadaTab-module__u05GUW__tile:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.JornadaTab-module__u05GUW__tileImage{object-fit:cover;width:100%;height:100%;display:block}.JornadaTab-module__u05GUW__tileIconFill{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.JornadaTab-module__u05GUW__tileBadge{border-radius:var(--radius-full);color:#fff;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:6px;left:6px}.JornadaTab-module__u05GUW__tileDate{border-radius:var(--radius-full);color:#fff;background:#0009;padding:2px 7px;font-size:.625rem;font-weight:600;position:absolute;bottom:6px;left:6px}.JornadaTab-module__u05GUW__tilePlay{color:#fff;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.JornadaTab-module__u05GUW__typePhoto{background:var(--profile)}.JornadaTab-module__u05GUW__typePhotoFill{background:var(--profile-light);color:var(--profile)}.JornadaTab-module__u05GUW__typePost{background:var(--social)}.JornadaTab-module__u05GUW__typePostFill{background:var(--social-light);color:var(--social)}.JornadaTab-module__u05GUW__typeHealth{background:var(--health)}.JornadaTab-module__u05GUW__typeHealthFill{background:var(--health-light);color:var(--health)}.JornadaTab-module__u05GUW__typeBehavior{background:var(--behaviour)}.JornadaTab-module__u05GUW__typeBehaviorFill{background:var(--behaviour-light);color:var(--behaviour)}.JornadaTab-module__u05GUW__typeTraining{background:var(--walk)}.JornadaTab-module__u05GUW__typeTrainingFill{background:var(--walk-light);color:var(--walk)}.JornadaTab-module__u05GUW__loadMore{font-size:.8125rem;font-weight:600;font-family:var(--font-sans);color:var(--health);background:var(--health-light);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);border:none;justify-content:center;align-self:center;align-items:center;gap:6px;padding:9px 22px;display:flex}.JornadaTab-module__u05GUW__loadMore:hover:not(:disabled){background:#22c55e33}.JornadaTab-module__u05GUW__loadMore:disabled{opacity:.6;cursor:not-allowed}.JornadaTab-module__u05GUW__stateContainer{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:48px 16px;display:flex}.JornadaTab-module__u05GUW__stateIcon{border-radius:var(--radius-full);background:var(--health-light);width:56px;height:56px;color:var(--health);justify-content:center;align-items:center;margin-bottom:4px;display:flex}.JornadaTab-module__u05GUW__stateTitle{color:var(--foreground);margin:0;font-size:1.0625rem;font-weight:700}.JornadaTab-module__u05GUW__stateSubtitle{color:var(--foreground-secondary);max-width:320px;margin:0;font-size:.875rem}.JornadaTab-module__u05GUW__spinner{border:3px solid var(--health-light);border-top-color:var(--health);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite JornadaTab-module__u05GUW__jornadaSpin}@keyframes JornadaTab-module__u05GUW__jornadaSpin{to{transform:rotate(360deg)}}.JornadaTab-module__u05GUW__detailImageWrap{border-radius:var(--radius-md);background:var(--background);justify-content:center;align-items:center;width:100%;max-height:52vh;display:flex;overflow:hidden}.JornadaTab-module__u05GUW__detailImage{object-fit:contain;width:100%;height:auto;max-height:52vh;display:block}.JornadaTab-module__u05GUW__detailVideo{border-radius:var(--radius-md);background:#000;width:100%;max-height:52vh;display:block}.JornadaTab-module__u05GUW__detailMetaGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.JornadaTab-module__u05GUW__detailMetaCard{background:var(--background);border-radius:var(--radius-md);flex-direction:column;gap:2px;padding:8px 10px;display:flex}.JornadaTab-module__u05GUW__detailMetaLabel{text-transform:uppercase;letter-spacing:.3px;color:var(--foreground-tertiary);font-size:.625rem;font-weight:600}.JornadaTab-module__u05GUW__detailMetaValue{color:var(--foreground);text-transform:capitalize;font-size:.875rem;font-weight:600}.JornadaTab-module__u05GUW__detailDescription{color:var(--foreground-secondary);white-space:pre-wrap;word-break:break-word;font-size:.875rem;line-height:1.5}.JornadaTab-module__u05GUW__detailBody{flex-direction:column;gap:14px;padding:4px 0;display:flex}.JornadaTab-module__u05GUW__detailPostButton{width:100%;height:44px;font-size:.9375rem;font-weight:700;font-family:var(--font-sans);color:#fff;background:var(--social);border-radius:var(--radius-md);cursor:pointer;transition:filter var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;display:flex}.JornadaTab-module__u05GUW__detailPostButton:hover{filter:brightness(1.05)}@media (max-width:560px){.JornadaTab-module__u05GUW__tile{width:92px;height:92px}}
