.ptg-page {
    padding: 20px 0 40px;
    color: var(--ls-text);
}

.ptg-layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.ptg-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ptg-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ptg-main {
    flex: 1 1 0;
}

.ptg-side {
    flex: 0 0 320px;
}

.ptg-card {
    position: relative;
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
}

.ptg-hero-card {
    position: relative;
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-xl);
    background: var(--ls-card-bg);
}

.ptg-hero-card {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 32px;
    padding: 20px 30px;
}

.ptg-hero-copy {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ptg-hero-side {
    flex: 0 0 340px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
}

.ptg-hero-copy h1 {
    margin: 0;
    font-size: clamp(20px, 4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.ptg-card-head h2 {
    margin: 0;
    font-size: clamp(20px, 4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.ptg-login-card h1 {
    margin: 0;
    font-size: clamp(20px, 4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.ptg-card-head h2 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ptg-hero-copy p {
    margin: 10px 0 0;
    color: var(--ls-text-secondary);
    line-height: 1.75;
}

.ptg-card-head p {
    margin: 10px 0 0;
    color: var(--ls-text-secondary);
    line-height: 1.75;
}

.ptg-login-card p {
    margin: 10px 0 0;
    color: var(--ls-text-secondary);
    line-height: 1.75;
}

.ptg-hero-copy p {
    max-width: 760px;
    font-size: 15px;
}

.ptg-card-head p {
    font-size: 14px;
}

.ptg-login-card p {
    font-size: 14px;
}

.ptg-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
}

.ptg-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
}

.ptg-action-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
}

.ptg-action-stack {
    margin-top: 18px;
}

.ptg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius);
    background: var(--ls-card-bg);
    color: var(--ls-text);
    font-size: 14px;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.ptg-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
    background: var(--ls-bg);
}

.ptg-btn.is-primary {
    color: #fff;
    border-color: var(--ls-primary);
    background: var(--ls-primary);
}

.ptg-btn.is-primary:hover:not(:disabled) {
    background: var(--ls-primary-hover);
    border-color: var(--ls-primary-hover);
}

.ptg-btn.is-danger {
    color: #fff;
    border-color: var(--ls-danger);
    background: var(--ls-danger);
}

.ptg-btn.is-danger:hover:not(:disabled) {
    background: var(--ls-danger);
    border-color: var(--ls-danger);
}

.ptg-btn.is-wide {
    width: 100%;
}

.ptg-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.ptg-hero-side {
    gap: 0;
}

.ptg-user-inline strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.ptg-tree-owner strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.ptg-seed-head strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.ptg-log-body strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.ptg-user-inline span {
    color: var(--ls-text-secondary);
    line-height: 1.65;
}

.ptg-tree-owner span {
    color: var(--ls-text-secondary);
    line-height: 1.65;
}

.ptg-log-body p {
    color: var(--ls-text-secondary);
    line-height: 1.65;
}

.ptg-empty-hero p {
    color: var(--ls-text-secondary);
    line-height: 1.65;
}

.ptg-seed-card p {
    color: var(--ls-text-secondary);
    line-height: 1.65;
}

.ptg-orchard-desc {
    color: var(--ls-text-secondary);
    line-height: 1.65;
}

.ptg-prop-card p {
    color: var(--ls-text-secondary);
    line-height: 1.65;
}

.ptg-seed-card p {
    height: 52px;
}

.ptg-tree-owner span {
    font-size: 13px;
}

.ptg-seed-head span {
    font-size: 13px;
}

.ptg-prop-head span {
    font-size: 13px;
}

.ptg-task-head span {
    font-size: 13px;
}

.ptg-log-item time {
    font-size: 13px;
}

.ptg-log-avatar {
    width: 54px;
    height: 54px;
    border-radius: var(--ls-radius-lg);
    flex-shrink: 0;
}

.ptg-user-inline img {
    width: 54px;
    height: 54px;
    border-radius: var(--ls-radius-lg);
    flex-shrink: 0;
}

.ptg-user-fallback {
    width: 54px;
    height: 54px;
    border-radius: var(--ls-radius-lg);
    flex-shrink: 0;
}

.ptg-log-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.ptg-user-inline img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.ptg-log-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: var(--ls-primary);
}

.ptg-user-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: var(--ls-primary);
}

.ptg-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.ptg-quota-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.ptg-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.ptg-hero-stats div {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-lg);
    background: var(--ls-bg-white);
}

.ptg-quota-item {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-lg);
    background: var(--ls-bg-white);
}

.ptg-reward-item {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-lg);
    background: var(--ls-bg-white);
}

.ptg-prop-card {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-lg);
    background: var(--ls-bg-white);
}

.ptg-task-card {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-lg);
    background: var(--ls-bg-white);
}

.ptg-seed-card {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-lg);
    background: var(--ls-bg-white);
}

.ptg-orchard-card {
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-lg);
    background: var(--ls-bg-white);
}

.ptg-hero-stats div {
    flex: 1 1 calc(50% - 8px);
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
}

.ptg-hero-stats small {
    display: block;
    color: var(--ls-text-muted);
    line-height: 1.75;
}

.ptg-quota-item small {
    display: block;
    color: var(--ls-text-muted);
    line-height: 1.75;
}

.ptg-prop-card small {
    display: block;
    color: var(--ls-text-muted);
    line-height: 1.75;
}

.ptg-reward-item small {
    display: block;
    color: var(--ls-text-muted);
    line-height: 1.75;
}

.ptg-task-card small {
    display: block;
    color: var(--ls-text-muted);
    line-height: 1.75;
}

.ptg-hero-stats strong {
    display: block;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ptg-quota-item strong {
    display: block;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ptg-reward-item strong {
    display: block;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.ptg-card {
    padding: 20px 26px;
}

.ptg-card-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ptg-card-head > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ptg-card-head > div p {
    margin-top: 0;
}

.ptg-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: var(--ls-radius-full);
    background: var(--ls-bg-light);
    color: var(--ls-text-secondary);
    font-size: 12px;
    font-weight: 700;
}

.ptg-tree-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.ptg-tree-scene-wrap {
    flex: 0 0 360px;
    width: 360px;
    max-width: 100%;
    align-items: center;
}

.ptg-tree-scene-wrap {
    padding: 14px;
    border: 1px solid var(--ls-border-light);
    border-radius: var(--ls-radius-xl);
    background: var(--ls-bg-light);
}

.ptg-tree-scene {
    position: relative;
    overflow: hidden;
    border-radius: var(--ls-radius-xl);
    background: linear-gradient(180deg, #dff4ff 0%, #eefbf4 62%, #cdecc9 100%);
}

.ptg-mini-scene {
    position: relative;
    overflow: hidden;
    border-radius: var(--ls-radius-xl);
    background: linear-gradient(180deg, #dff4ff 0%, #eefbf4 62%, #cdecc9 100%);
}

.ptg-tree-scene {
    min-height: 320px;
}

.ptg-mini-scene {
    min-height: 150px;
}

.ptg-ground {
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -34px;
    height: 112px;
    background: radial-gradient(circle at top, rgba(125, 211, 252, .2), transparent 40%), linear-gradient(180deg, #88c870 0%, #3f7d32 100%);
    border-radius: var(--ls-radius-full);
}

.ptg-sun {
    position: absolute;
    top: 26px;
    right: 30px;
    width: 52px;
    height: 52px;
    border-radius: var(--ls-radius-full);
    background: radial-gradient(circle, rgba(255, 235, 133, 1) 0%, rgba(255, 188, 66, .9) 60%, rgba(255, 188, 66, 0) 100%);
}

.ptg-cloud {
    position: absolute;
    border-radius: var(--ls-radius-full);
    background: rgba(255,255,255,.8);
}

.ptg-cloud.is-one {
    top: 44px;
    left: 20px;
    width: 92px;
    height: 26px;
}

.ptg-cloud.is-two {
    top: 94px;
    left: 76px;
    width: 64px;
    height: 20px;
}

.ptg-cloud::before {
    content: "";
    position: absolute;
    border-radius: var(--ls-radius-full);
    background: inherit;
}

.ptg-cloud::after {
    content: "";
    position: absolute;
    border-radius: var(--ls-radius-full);
    background: inherit;
}

.ptg-cloud::before {
    width: 20px;
    height: 20px;
    top: -12px;
    left: 12px;
}

.ptg-cloud::after {
    width: 30px;
    height: 30px;
    top: -16px;
    right: 14px;
}

.ptg-tree-figure {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    animation: ptgSway 4.8s ease-in-out infinite;
    transform-origin: center bottom;
}

.ptg-mini-tree-figure {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
    animation: ptgSway 4.8s ease-in-out infinite;
    transform-origin: center bottom;
}

.ptg-mini-tree-figure {
    bottom: 18px;
}

.ptg-tree-figure {
    width: 234px;
    height: 248px;
}

.ptg-mini-tree-figure {
    width: 118px;
    height: 126px;
}

.ptg-tree-asset {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    filter: drop-shadow(0 16px 20px rgba(35, 73, 47, 0.16));
}

.ptg-mini-asset {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    filter: drop-shadow(0 16px 20px rgba(35, 73, 47, 0.16));
}

.ptg-tree-fruit-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ptg-tree-fruit {
    position: absolute;
    border-radius: var(--ls-radius-full);
    background: radial-gradient(circle at 30% 28%, #fff3cc 0%, #fbbf24 42%, #f97316 100%);
    box-shadow: 0 0 0 4px rgba(255,255,255,.2);
}

.ptg-fruit-particle {
    position: absolute;
    border-radius: var(--ls-radius-full);
    background: radial-gradient(circle at 30% 28%, #fff3cc 0%, #fbbf24 42%, #f97316 100%);
    box-shadow: 0 0 0 4px rgba(255,255,255,.2);
}

.ptg-tree-fruit {
    width: 18px;
    height: 18px;
    opacity: 0;
    transform: scale(.4);
    transition: opacity .2s ease, transform .2s ease;
}

.ptg-tree-fruit.is-visible {
    opacity: 1;
    transform: scale(1);
}

.ptg-tree-fruit.is-fruit-0 {
    top: 27%;
    left: 22%;
}

.ptg-tree-fruit.is-fruit-1 {
    top: 18%;
    right: 21%;
}

.ptg-tree-fruit.is-fruit-2 {
    top: 46%;
    left: 16%;
}

.ptg-tree-fruit.is-fruit-3 {
    top: 55%;
    right: 16%;
}

.ptg-tree-fruit.is-fruit-4 {
    top: 33%;
    left: 48%;
}

.ptg-fruit-particle {
    bottom: 140px;
    width: 16px;
    height: 16px;
    animation: ptgFruitDrop .9s ease-in forwards;
}

.ptg-tree-scene.is-seed .ptg-tree-figure {
    width: 116px;
    height: 116px;
}

.ptg-tree-scene.is-sprout .ptg-tree-figure {
    width: 150px;
    height: 164px;
}

.ptg-tree-scene.is-sapling .ptg-tree-figure {
    width: 194px;
    height: 214px;
}

.ptg-tree-scene.is-thriving .ptg-tree-figure {
    width: 230px;
    height: 244px;
}

.ptg-tree-scene.is-bloom .ptg-tree-figure {
    width: 236px;
    height: 248px;
}

.ptg-tree-scene.is-fruiting .ptg-tree-figure {
    width: 242px;
    height: 252px;
}

.ptg-mini-scene.is-seed .ptg-mini-tree-figure {
    width: 56px;
    height: 56px;
}

.ptg-mini-scene.is-sprout .ptg-mini-tree-figure {
    width: 70px;
    height: 78px;
}

.ptg-mini-scene.is-sapling .ptg-mini-tree-figure {
    width: 92px;
    height: 102px;
}

.ptg-mini-scene.is-thriving .ptg-mini-tree-figure {
    width: 118px;
    height: 126px;
}

.ptg-mini-scene.is-bloom .ptg-mini-tree-figure {
    width: 118px;
    height: 126px;
}

.ptg-mini-scene.is-fruiting .ptg-mini-tree-figure {
    width: 118px;
    height: 126px;
}

.ptg-tree-scene.is-health-weak .ptg-tree-asset {
    filter: saturate(.78) brightness(.95) drop-shadow(0 16px 20px rgba(35, 73, 47, 0.14));
}

.ptg-mini-scene.is-health-weak .ptg-mini-asset {
    filter: saturate(.78) brightness(.95) drop-shadow(0 16px 20px rgba(35, 73, 47, 0.14));
}

.ptg-tree-scene.is-health-danger .ptg-tree-asset {
    filter: saturate(.56) brightness(.84) grayscale(.12) drop-shadow(0 14px 20px rgba(53, 33, 16, 0.18));
}

.ptg-mini-scene.is-health-danger .ptg-mini-asset {
    filter: saturate(.56) brightness(.84) grayscale(.12) drop-shadow(0 14px 20px rgba(53, 33, 16, 0.18));
}

.ptg-tree-scene.is-watered {
    animation: ptgPulse .48s ease;
}

.ptg-mini-scene.is-watered {
    animation: ptgPulse .48s ease;
}

.ptg-tree-scene.is-hit {
    animation: ptgHit .4s ease;
}

.ptg-mini-scene.is-hit {
    animation: ptgHit .4s ease;
}

.ptg-tree-scene.is-shaking .ptg-tree-figure {
    animation-duration: .2s;
}

.ptg-mini-scene.is-shaking .ptg-mini-tree-figure {
    animation-duration: .2s;
}

.ptg-tree-info {
    flex: 1 1 320px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ptg-tree-owner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ptg-progress-label {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ptg-orchard-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ptg-seed-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ptg-prop-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ptg-task-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ptg-task-foot {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ptg-log-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ptg-progress {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ptg-progress-label span:last-child {
    color: var(--ls-text-secondary);
}

.ptg-tree-facts span {
    color: var(--ls-text-secondary);
}

.ptg-orchard-meta span {
    color: var(--ls-text-secondary);
}

.ptg-task-foot small {
    color: var(--ls-text-secondary);
}

.ptg-progress-bar {
    overflow: hidden;
    height: 10px;
    border-radius: var(--ls-radius-full);
    background: rgba(15, 23, 42, 0.08);
}

.ptg-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--ls-primary);
}

.ptg-progress-bar.is-health span {
    background: var(--ls-success);
}

.ptg-progress-bar.is-task span {
    background: var(--ls-warning);
}

.ptg-tree-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ptg-activity-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ptg-orchard-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ptg-tree-facts span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: var(--ls-radius-full);
    background: var(--ls-bg-light);
    font-size: 12px;
}

.ptg-orchard-meta span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: var(--ls-radius-full);
    background: var(--ls-bg-light);
    font-size: 12px;
}

.ptg-activity-row {
    margin-bottom: 20px;
}

.ptg-activity-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-full);
    background: var(--ls-bg-white);
    color: var(--ls-text-secondary);
    font-size: 12px;
    line-height: 1;
}

.ptg-activity-pill em {
    font-style: normal;
    color: var(--ls-text);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.ptg-empty-hero {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    border-radius: var(--ls-radius-lg);
    background: var(--ls-bg-light);
    border: 1px dashed var(--ls-border);
}

.ptg-empty-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 18px;
    border-radius: var(--ls-radius-lg);
    background: var(--ls-bg-light);
    border: 1px dashed var(--ls-border);
}

.ptg-empty-hero strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

.ptg-empty-box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

.ptg-seed-grid {
    display: flex;
    gap: 18px;
}

.ptg-task-list {
    display: flex;
    gap: 18px;
}

.ptg-prop-list {
    display: flex;
    gap: 18px;
}

.ptg-reward-pool {
    display: flex;
    gap: 18px;
}

.ptg-log-list {
    display: flex;
    gap: 18px;
}

.ptg-seed-grid {
    flex-wrap: wrap;
    margin-top: 18px;
}

.ptg-task-list {
    flex-direction: column;
}

.ptg-prop-list {
    flex-direction: column;
}

.ptg-log-list {
    flex-direction: column;
}

.ptg-reward-pool {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ptg-task-list {
    gap: 16px;
}

.ptg-seed-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.ptg-prop-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.ptg-task-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.ptg-reward-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.ptg-task-card {
    gap: 16px;
    padding: 20px;
    border-color: rgba(var(--ls-primary-rgb), 0.14);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ptg-task-card > p {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: var(--ls-text-secondary);
}

.ptg-task-head {
    align-items: flex-start;
    gap: 14px;
}

.ptg-task-head strong {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--ls-text);
}

.ptg-task-status {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: var(--ls-radius-full);
    background: var(--ls-bg-light);
    color: var(--ls-text-secondary);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.ptg-task-foot {
    align-items: center;
    gap: 16px;
    padding-top: 2px;
}

.ptg-task-meta {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    color: var(--ls-text-secondary);
}

.ptg-task-foot .ptg-btn {
    min-width: 60px;
    min-height: 32px;
}

.ptg-seed-card {
    flex: 1 1 220px;
    min-width: 220px;
}

.ptg-reward-item {
    flex: 1 1 180px;
    min-width: 180px;
}

.ptg-seed-meta {
    margin-top: 10px;
    color: var(--ls-primary);
    font-weight: 600;
}

.ptg-quota-item {
    flex: 1 1 calc(50% - 8px);
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.ptg-quota-item span {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--ls-success);
}

.ptg-orchard-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.ptg-orchard-card {
    flex: 1 1 280px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
}

.ptg-user-inline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.ptg-user-inline img {
    width: 42px;
    height: 42px;
    border-radius: var(--ls-radius-lg);
}

.ptg-user-fallback {
    width: 42px;
    height: 42px;
    border-radius: var(--ls-radius-lg);
}

.ptg-user-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ls-primary);
    color: #fff;
    font-weight: 700;
}

.ptg-prop-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
    margin-top: 18px;
}

.ptg-prop-inline select {
    flex: 1 1 180px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--ls-border);
    border-radius: var(--ls-radius-lg);
    background: var(--ls-bg-white);
    color: var(--ls-text);
}

.ptg-log-item {
    padding: 16px 0;
    border-bottom: 1px dashed var(--ls-border);
    align-items: flex-start;
    gap: 14px;
}

.ptg-log-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ptg-log-avatar {
    width: 46px;
    height: 46px;
}

.ptg-log-body {
    flex: 1;
}

.ptg-log-body p {
    margin: 2px 0 0;
}

.ptg-log-item time {
    color: var(--ls-text-muted);
    font-size: 12px;
    white-space: nowrap;
}

.ptg-login-gate {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.ptg-login-card {
    width: min(480px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 34px;
    border-radius: var(--ls-radius-xl);
    text-align: center;
    background: var(--ls-card-bg);
    border: 1px solid var(--ls-border);
    box-shadow: var(--ls-shadow-md);
}

@keyframes ptgSway {
    0% {
        transform: translateX(-50%) rotate(-1deg);
    }

    100% {
        transform: translateX(-50%) rotate(-1deg);
    }

    50% {
        transform: translateX(-50%) rotate(1.2deg);
    }
}

@keyframes ptgFruitDrop {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateY(170px) rotate(28deg) scale(.8);
        opacity: 0;
    }
}

@keyframes ptgPulse {
    0% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ptgHit {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-6px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-3px);
    }
}
