*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#84feaf;--brand-dark:#4ade80;--brand-dim:#84feaf26;--funk:#a349f3;--bg:#0b0d14;--surface:#13151f;--surface-2:#1a1d2b;--surface-3:#222638;--text:#e2e8f0;--text-muted:#9aa3b8;--text-faint:#5e6680;--border:#252a3d;--positive:#4ade80;--negative:#f87171}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5}#app{min-height:100vh}.app-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;padding:.75rem 2rem;position:sticky;top:0}.app-header__inner{flex-wrap:wrap;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;display:flex}.app-header__brand{align-items:baseline;gap:.5rem;display:flex}.app-header__logo{letter-spacing:-.03em;color:var(--funk);font-size:1.3rem;font-weight:800}.app-header__divider{color:var(--text-faint)}.app-header__title{color:var(--text-muted);font-size:.95rem;font-weight:600}.tt-wr-link{color:#38bdf8;background:#38bdf81f;border:1px solid #38bdf852;border-radius:7px;align-items:center;gap:.35rem;margin-left:.85rem;padding:.3rem .75rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.tt-wr-link:hover{background:#38bdf838;border-color:#38bdf88c}.platform-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;gap:2px;padding:3px;display:flex}.platform-toggle button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .9rem;font-size:.82rem;font-weight:600;transition:all .15s}.platform-toggle button.active{background:var(--brand);color:#0b0d14}.period-selector{flex-wrap:wrap;align-items:center;gap:.25rem;margin-left:auto;display:flex}.period-btn{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;padding:.35rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s}.period-btn:hover{color:var(--text);background:var(--surface-2)}.period-btn.active{background:var(--brand);color:#0b0d14}.period-btn--more{border:1px solid var(--border)}.period-btn--more.active{border-color:#0000}.chevron{font-size:.7em;transition:transform .2s;display:inline-block}.chevron.open{transform:rotate(180deg)}.period-item{position:relative}.period-dropdown{background:var(--surface-2);border:1px solid var(--border);z-index:200;border-radius:10px;min-width:180px;padding:.4rem;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 32px #00000080}.period-dropdown--cal{min-width:260px}.period-dropdown__item{text-align:left;width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:.5rem .8rem;font-size:.85rem;font-weight:600;transition:all .12s;display:block}.period-dropdown__item:hover{background:var(--surface-3);color:var(--text)}.period-dropdown__item.active{color:var(--brand)}.period-custom{border-top:1px solid var(--border);padding-top:.6rem;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.4rem;padding-inline:.4rem;display:flex}.period-custom label{color:var(--text-faint);font-size:.72rem}.period-custom input[type=date]{background:var(--surface-3);border:1px solid var(--border);color:var(--text);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:6px;flex:1;min-width:0;padding:.3rem .5rem;font-size:.8rem}.dropdown-enter-active,.dropdown-leave-active{transition:opacity .15s,transform .15s}.dropdown-enter-from,.dropdown-leave-to{opacity:0;transform:translateY(-6px)}.app-main{max-width:1400px;margin:0 auto;padding:1.75rem 1.5rem}.filter-bar{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;padding:1.1rem 1.4rem;display:flex}.filter-bar__group{flex-direction:column;gap:.3rem;display:flex}.filter-bar label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);font-size:.7rem;font-weight:700}.filter-bar input,.filter-bar select{border:1px solid var(--border);background:var(--surface-2);color:var(--text);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:8px;min-width:160px;padding:.45rem .75rem;font-size:.88rem;transition:border-color .2s}.filter-bar input:focus,.filter-bar select:focus{border-color:var(--brand-dark);outline:none}.filter-bar__count{text-align:center;align-self:center;margin-left:auto}.count-badge{color:var(--brand);font-size:1.5rem;font-weight:800;line-height:1;display:block}.count-label{color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;font-size:.68rem}.post-grid__inner{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.post-grid__empty{text-align:center;color:var(--text-faint);padding:4rem}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:0;padding:0;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.post-card:hover{border-color:var(--text-faint);transform:translateY(-1px)}.post-card__title-bar{background:var(--surface-3);border-bottom:1px solid var(--border);padding:.75rem 1.1rem .85rem}.post-card__meta{text-align:center;color:var(--text-faint);margin:0 0 .5rem;font-size:.75rem;line-height:1.5;display:block}.post-card__meta-btn{font-size:inherit;color:var(--text-faint);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-weight:600}.post-card__meta-btn:hover{color:var(--text);text-decoration:underline}.post-card__title{color:var(--brand);text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:.98rem;font-weight:700;line-height:1.35;overflow:hidden}.post-card__date{color:var(--text-faint)}.post-card__embed{background:#000;width:100%;overflow:hidden}.post-card__embed-frame{border:none;width:100%;height:480px;display:block}.post-card__tags{flex-wrap:wrap;gap:.35rem;margin-top:auto;padding:0 1.1rem .9rem;display:flex}.tag{border-radius:5px;padding:.18rem .5rem;font-size:.7rem;font-weight:700}.tag--btn{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:opacity .15s,filter .15s}.tag--btn:hover{opacity:.75;filter:brightness(1.2)}.tag--genre{color:#63b3ed;background:#2b6cb033}.tag--container{color:#68d391;background:#27674933}.tag--container[data-type=reel]{color:#fc8181;background:#c5303033}.tag--container[data-type=slider]{color:#b794f4;background:#6b46c133}.tag--container[data-type=diagramm]{color:#f6ad55;background:#c0562133}.post-card__metrics{background:var(--surface-2);border-radius:10px;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:.5rem;margin:.6rem 1.1rem 0;padding:.65rem;display:grid}.metric{text-align:center}.metric__value{color:var(--text);font-size:.9rem;font-weight:700;display:block}.metric__label{color:var(--text-faint);text-transform:uppercase;letter-spacing:.04em;margin-top:.1rem;font-size:.6rem;display:block}.post-card__caption{border-top:1px solid var(--border);color:var(--text-muted);margin:.7rem 1.1rem 0;padding-top:.65rem;font-size:.83rem;line-height:1.55}.post-card__caption p{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.post-card__caption.expanded p{display:block;overflow:visible}.caption-toggle{color:var(--brand-dark);cursor:pointer;background:0 0;border:none;margin-top:.4rem;padding:0;font-family:inherit;font-size:.76rem;font-weight:600}.caption-toggle:hover{text-decoration:underline}.card-enter-active,.card-leave-active{transition:opacity .2s,transform .2s}.card-enter-from,.card-leave-to{opacity:0;transform:scale(.97)}.app-state{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;padding:5rem 2rem;display:flex}.app-state__spinner{border:3px solid var(--border);border-top-color:var(--brand);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-state--error{color:var(--negative)}.app-state__icon{font-size:2rem}.app-state__message{color:var(--text-muted);max-width:440px;font-size:.88rem}.btn-retry{background:var(--surface-2);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:8px;margin-top:.5rem;padding:.55rem 1.2rem;font-size:.88rem;font-weight:600}.stats-panel{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.stats-summary{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.stat-card{background:var(--surface-2);border:1px solid var(--surface-3);text-align:center;border-radius:14px;flex-direction:column;flex:155px;align-items:center;gap:.1rem;max-width:210px;padding:1.2rem 1.4rem;display:flex}.stat-card--highlight{background:var(--brand);border-color:var(--brand);color:#0b0d14}.stat-card--split{flex-direction:row;gap:0;max-width:260px;padding:0;overflow:hidden}.stat-card__half{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.1rem;padding:1.2rem 1rem;display:flex}.stat-card__divider{background:var(--surface-3);flex-shrink:0;width:1px;margin:.8rem 0}.stat-card__value{color:var(--text);font-variant-numeric:tabular-nums;font-size:1.7rem;font-weight:800;line-height:1}.stat-card--highlight .stat-card__value{color:#0b0d14}.stat-card__delta{letter-spacing:.02em;min-height:1em;font-size:.7rem;font-weight:700}.delta--positive{color:var(--positive)}.delta--negative{color:var(--negative)}.delta--neutral{color:var(--text-faint)}.stat-card--highlight .delta--positive,.stat-card--highlight .delta--negative{color:#0009}.stat-card__label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);margin-top:.3rem;font-size:.7rem;font-weight:700}.stat-card--highlight .stat-card__label{color:#0000008c}.stat-card__sub{text-transform:none;letter-spacing:0;color:#000000b3;white-space:nowrap;text-overflow:ellipsis;max-width:190px;margin-top:.15rem;font-size:.7rem;font-weight:700;display:block;overflow:hidden}.stats-charts{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.chart-block{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex:0 360px;min-width:270px;padding:1.1rem 1.3rem}.chart-block__header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.9rem;display:flex}.chart-block__title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);font-size:.7rem;font-weight:700}.chart-sort-toggle{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;flex-shrink:0;gap:2px;padding:2px;display:flex}.chart-sort-toggle button{color:var(--text-muted);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;background:0 0;border:none;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:700;transition:all .12s}.chart-sort-toggle button.active{background:var(--brand);color:#0b0d14}.bar-list{flex-direction:column;gap:0;display:flex}.bar-row{border-radius:6px;grid-template-columns:100px 1fr 52px 72px;align-items:center;gap:.5rem;padding:.28rem .4rem;display:grid}.bar-row:nth-child(2n){background:#ffffff09}.bar-row__label{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:600;overflow:hidden}.bar-row__track{background:var(--surface-2);border-radius:99px;height:8px;overflow:hidden}.bar-row__fill{border-radius:99px;height:100%;transition:width .5s}.bar-row__fill--container{background:linear-gradient(90deg, var(--brand), var(--brand-dark))}.bar-row__fill--genre{background:linear-gradient(90deg, #43e8c6, var(--brand))}.bar-row__fill--autor{background:linear-gradient(90deg,#6ee7b7,#34d399)}.bar-row__value{color:var(--text);text-align:right;font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:700}.bar-row__meta{align-items:center;gap:.2rem;display:flex;overflow:hidden}.bar-row__count{color:var(--text-faint);flex-shrink:0;font-size:.62rem}.bar-row__delta{white-space:nowrap;opacity:.8;text-overflow:ellipsis;font-size:.62rem;font-weight:400;overflow:hidden}.chart-empty{color:var(--text-faint);text-align:center;padding:1.5rem 0;font-size:.88rem}.author-line-chart{margin-bottom:1rem}.line-chart-wrap{width:100%}.line-chart-svg{width:100%;height:auto;display:block}.chart-grid{stroke:var(--border);stroke-width:1px}.chart-y-label{fill:var(--text-faint);text-anchor:end;font-family:Inter,system-ui;font-size:9.5px}.chart-x-label{fill:var(--text-faint);text-anchor:middle;font-family:Inter,system-ui;font-size:9.5px}.chart-goal-label{fill:#ffd93d;text-anchor:end;font-family:Inter,system-ui;font-size:9px;font-weight:700}.chart-dot{cursor:pointer}.chart-legend{flex-wrap:wrap;gap:.5rem .75rem;margin-top:.65rem;display:flex}.chart-legend--above{justify-content:center;margin-top:0;margin-bottom:.75rem}.chart-legend--grouped{flex-direction:column;gap:.5rem;margin-bottom:.75rem}.legend-group{flex-wrap:wrap;align-items:center;gap:.35rem .5rem;display:flex}.legend-group__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);flex-shrink:0;margin-right:.25rem;font-size:.7rem;font-weight:700}.legend-item--btn{color:var(--text-faint);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.76rem;font-weight:600;transition:color .15s,border-color .15s;display:flex}.legend-item--btn:hover{border-color:var(--text-faint);color:var(--text-muted)}.legend-item--btn.active{border-color:var(--text-faint);color:var(--text)}.legend-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;transition:background .15s}.legend-item--container .legend-dot{border-radius:2px;width:14px;height:3px}.period-calendar{min-width:260px;padding:.5rem .2rem}.cal-nav{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.cal-nav__label{color:var(--text);font-size:.85rem;font-weight:700}.cal-nav__btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.2rem .5rem;font-size:1.1rem;transition:background .12s}.cal-nav__btn:hover{background:var(--surface-3);color:var(--text)}.cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.cal-dow{text-align:center;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);padding:.15rem 0;font-size:.62rem;font-weight:700}.cal-cell{text-align:center;cursor:pointer;color:var(--text-muted);-webkit-user-select:none;user-select:none;border-radius:5px;padding:.3rem 0;font-size:.78rem;font-weight:500;transition:background .1s,color .1s}.cal-cell:hover{background:var(--surface-3);color:var(--text)}.cal-cell--outside{color:var(--text-faint);opacity:.45}.cal-cell--today{color:var(--brand-dark);font-weight:800}.cal-cell--start,.cal-cell--hover-start{background:var(--brand);color:#0b0d14;border-radius:5px 0 0 5px}.cal-cell--end,.cal-cell--hover-end{background:var(--brand);color:#0b0d14;border-radius:0 5px 5px 0}.cal-cell--in-range,.cal-cell--hover-range{background:var(--brand-dim);color:var(--brand-dark);border-radius:0}.cal-footer{border-top:1px solid var(--border);flex-direction:column;gap:.2rem;margin-top:.6rem;padding-top:.5rem;display:flex}.cal-hint{color:var(--text-faint);font-size:.7rem}.cal-range-label{color:var(--brand-dark);font-size:.78rem;font-weight:700}.reach-bar-chart{margin-bottom:1rem;flex:100%!important;max-width:none!important}.reach-bar-controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.col-chart-wrap{width:100%}.col-bar{cursor:pointer;transition:opacity .15s}.col-bar:hover{opacity:.8}.col-bar-label{fill:var(--text-faint);text-anchor:middle;font-family:Inter,system-ui;font-size:8px}@media (width<=768px){.app-header{padding:.75rem 1rem}.app-header__inner{gap:.5rem}.period-selector{margin-left:0}.app-main{padding:1rem}.stats-summary{flex-direction:column;align-items:stretch}.stat-card{flex:none;max-width:none}.stats-charts{grid-template-columns:1fr}.bar-row{grid-template-columns:80px 1fr 52px 68px}.filter-bar{flex-direction:column}.filter-bar input,.filter-bar select{width:100%;min-width:unset}.filter-bar__count{flex-direction:row;align-self:flex-start;gap:.4rem;margin-left:0}.post-grid__inner{grid-template-columns:1fr}}.home-view{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.home-header{background:var(--surface-2);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;height:56px;padding:0 1.5rem;display:flex}.home-header__inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.home-header__brand{align-items:baseline;gap:.65rem;display:flex}.home-header__logo{letter-spacing:.08em;color:var(--brand);text-transform:uppercase;font-size:1.1rem;font-weight:800}.home-header__subtitle{color:var(--text-muted);font-size:.8rem;font-weight:500}.home-header__summary{align-items:center;gap:.5rem;display:flex}.home-summary-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot--success{background:#4ade80;box-shadow:0 0 6px #4ade8080}.dot--danger{background:#f87171;box-shadow:0 0 6px #f8717180}.home-summary-text{color:var(--text-muted);font-size:.78rem;font-weight:500}.home-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.home-sections{flex-direction:column;gap:2.5rem;display:flex}.funk-group{background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden}.funk-group__header{border-bottom:1px solid var(--border);background:#ffffff08;align-items:center;gap:.75rem;padding:.85rem 1.4rem;display:flex}.funk-group__logo{letter-spacing:.06em;text-transform:uppercase;color:var(--text);background:#ffffff14;border-radius:6px;padding:.2rem .6rem;font-size:.85rem;font-weight:800}.funk-group__subtitle{color:var(--text-faint);font-size:.72rem}.funk-group__cards{grid-template-columns:1fr 1fr;gap:0;display:grid}.funk-group__cards>.project-card{border:none;border-right:1px solid var(--border);border-radius:0}.funk-group__cards>.project-card:last-child{border-right:none}.other-projects{flex-direction:column;gap:.75rem;display:flex}.other-projects__header{padding:0 .25rem}.other-projects__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);font-size:.68rem;font-weight:600}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.1rem;display:grid}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:1.1rem;padding:1.25rem 1.4rem;transition:border-color .2s,box-shadow .2s,transform .15s;display:flex}.project-card--active{cursor:default}.project-card--active:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000040}.project-card--placeholder{opacity:.45}.pc--success{border-color:#4ade8059}.pc--warning{border-color:#fbbf2459}.pc--danger{border-color:#f8717140}.project-badge{text-transform:uppercase;letter-spacing:.07em;border-radius:4px;flex-shrink:0;padding:.2rem .5rem;font-size:.63rem;font-weight:700}.project-badge--instagram{color:#e1306c;background:#e1306c2e}.project-badge--tiktok{color:#69c9d0;background:#69c9d02e}.pc-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.pc-header__left{align-items:center;gap:.5rem;display:flex}.pc-title{color:var(--text);margin:0;font-size:1rem;font-weight:700}.pc-status-badge{white-space:nowrap;border-radius:6px;flex-shrink:0;padding:.2rem .55rem;font-size:.66rem;font-weight:700}.status-badge--success{color:#4ade80;background:#4ade8026}.status-badge--danger{color:#f87171;background:#f8717126}.pc-goals-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.pc-goals-grid--3{grid-template-columns:repeat(3,1fr)}.pc-goal-item{text-align:center;flex-direction:column;align-items:center;gap:.6rem;display:flex}.pc-goal-circle{flex-shrink:0;width:72px;height:72px;position:relative}.pc-circle-svg{width:72px;height:72px}.circle-track{fill:none;stroke:var(--surface-3);stroke-width:5px}.circle-fill{fill:none;stroke-width:5px;stroke-linecap:round;transition:stroke-dashoffset .6s,stroke .3s}.goal--success .circle-fill{stroke:#4ade80}.goal--warning .circle-fill{stroke:#fbbf24}.goal--danger .circle-fill{stroke:#f87171}.goal--unknown .circle-fill{stroke:var(--text-faint)}.pc-circle-pct{justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex;position:absolute;inset:0}.goal--success.pc-circle-pct{color:#4ade80}.goal--warning.pc-circle-pct{color:#fbbf24}.goal--danger.pc-circle-pct{color:#f87171}.goal--unknown.pc-circle-pct{color:var(--text-faint)}.pc-goal-info{flex-direction:column;align-items:center;gap:.15rem;display:flex}.pc-goal-value{font-size:1.15rem;font-weight:800;line-height:1}.goal--success .pc-goal-value{color:#4ade80}.goal--warning .pc-goal-value{color:#fbbf24}.goal--danger .pc-goal-value{color:#f87171}.goal--unknown .pc-goal-value{color:var(--text-faint)}.pc-goal-label{color:var(--text-muted);font-size:.73rem;font-weight:500}.pc-goal-target{color:var(--brand);font-size:.67rem;font-weight:600}.pc-goal-count{color:var(--text-faint);font-size:.63rem}.project-placeholder__body{flex:1;justify-content:center;align-items:center;padding:2rem 0;display:flex}.project-placeholder__label{color:var(--text-faint);letter-spacing:.06em;text-transform:uppercase;border:1px dashed var(--border);border-radius:6px;padding:.4rem 1rem;font-size:.78rem;font-weight:500}.project-card__footer{border-top:1px solid var(--border);justify-content:flex-end;padding-top:.85rem;display:flex}.project-link{color:var(--brand);align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:gap .15s;display:flex}.project-link:hover{gap:.45rem}.project-link__arrow{transition:transform .15s}.project-link:hover .project-link__arrow{transform:translate(2px)}.app-header__back{color:var(--text-muted);border-radius:6px;margin-right:.15rem;padding:.15rem .4rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.app-header__back:hover{color:var(--text);background:var(--surface-3)}.goal--success .goal-value,.goal--success .goal-icon{color:#4ade80}.goal--warning .goal-value,.goal--warning .goal-icon{color:#fbbf24}.goal--danger .goal-value,.goal--danger .goal-icon{color:#f87171}.goal--unknown .goal-value,.goal--unknown .goal-icon{color:var(--text-faint)}.goal-progress-track{background:var(--surface-3);border-radius:999px;height:4px;overflow:hidden}.goal-progress-fill{border-radius:999px;height:100%;transition:width .4s}.goal--success .goal-progress-fill{background:#4ade80}.goal--warning .goal-progress-fill{background:#fbbf24}.goal--danger .goal-progress-fill{background:#f87171}.goal--unknown .goal-progress-fill{background:var(--text-faint)}@media (width<=640px){.projects-grid,.funk-group__cards{grid-template-columns:1fr}.funk-group__cards>.project-card{border-right:none;border-bottom:1px solid var(--border)}.funk-group__cards>.project-card:last-child{border-bottom:none}.pc-goals-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.home-view{overflow-x:hidden}.home-main{box-sizing:border-box;max-width:100%;padding:.75rem .75rem 2rem}.ttg-wrap{flex-direction:column;gap:.75rem;margin:1rem .75rem 0}.ttg-card{width:100%;padding:1rem 1.25rem}.tt-platform-grid{padding:0 .5rem}.tt-platform-card{min-width:90px}.tt-video-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.tt-video-table{min-width:600px}.tt-filter-row{flex-direction:column;align-items:stretch}}.app-header__period-note{color:var(--text-faint);font-size:.72rem;font-weight:500}.ttg-wrap{flex-wrap:wrap;justify-content:center;gap:1.25rem;margin:1.5rem 1.5rem 0;display:flex}.ttg-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:14px;flex-direction:column;gap:.85rem;width:300px;padding:1.5rem 1.75rem;display:flex;position:relative;overflow:hidden}.ttg-card.goal--success{border-top:3px solid #4ade80}.ttg-card.goal--warning{border-top:3px solid #fbbf24}.ttg-card.goal--danger{border-top:3px solid #f87171}.ttg-card.goal--unknown{border-top:3px solid var(--border)}.ttg-head{flex-direction:column;align-items:center;gap:.3rem;display:flex}.ttg-name{color:var(--text-muted);font-size:.78rem;font-weight:500}.ttg-period{color:var(--text-faint);font-size:.65rem}.ttg-body{flex-direction:column;align-items:center;gap:.2rem;padding:.5rem 0;display:flex}.ttg-status-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.05rem;font-weight:800;line-height:1;display:inline-flex}.ttg-status-icon.goal--success{color:#4ade80;background:#4ade8033}.ttg-status-icon.goal--warning{color:#fbbf24;background:#fbbf2433}.ttg-status-icon.goal--danger{color:#f87171;background:#f8717133}.ttg-status-icon.goal--unknown{color:var(--text-faint);background:#ffffff0d}.ttg-value{letter-spacing:-.02em;font-size:2.4rem;font-weight:800;line-height:1.1}.ttg-value.goal--success{color:#4ade80}.ttg-value.goal--warning{color:#fbbf24}.ttg-value.goal--danger{color:#f87171}.ttg-value.goal--unknown{color:var(--text-faint)}.ttg-metric{color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.ttg-bar-wrap{background:var(--border);border-radius:3px;height:5px;overflow:hidden}.ttg-bar-fill{border-radius:3px;height:100%;transition:width .5s}.ttg-bar-fill.goal--success{background:#4ade80}.ttg-bar-fill.goal--warning{background:#fbbf24}.ttg-bar-fill.goal--danger{background:#f87171}.ttg-bar-fill.goal--unknown{background:var(--border)}.ttg-foot{color:var(--text-faint);justify-content:space-between;align-items:center;font-size:.68rem;display:flex}.ttg-pct{font-weight:700}.ttg-pct.goal--success{color:#4ade80}.ttg-pct.goal--warning{color:#fbbf24}.ttg-pct.goal--danger{color:#f87171}.tt-badge{text-transform:uppercase;letter-spacing:.08em;border-radius:5px;flex-shrink:0;padding:.2rem .55rem;font-size:.65rem;font-weight:800}.tt-badge--1{color:#38bdf8;background:#38bdf82e}.tt-badge--2{color:#a78bfa;background:#a78bfa2e}.tt-badge--other{background:var(--surface-3);color:var(--text-faint)}.tt-badge--sm{padding:.15rem .4rem;font-size:.6rem}.tt-goal-metric{flex-direction:column;gap:.35rem;display:flex}.tt-goal-metric__top{justify-content:space-between;align-items:baseline;display:flex}.tt-goal-metric__label{color:var(--text-muted);font-size:.78rem;font-weight:500}.tt-goal-metric__sub{color:var(--text-faint);font-size:.68rem}.tt-goal-metric__value-row{align-items:center;gap:.4rem;display:flex}.tt-goal-metric__target{color:var(--text-faint);font-size:.68rem}.tt-platforms{margin:1.25rem 1.5rem 0}.tt-platform-hint{color:var(--text-faint);font-size:.65rem;font-style:italic}.tt-platform-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;padding-top:.25rem;display:flex}.tt-platform-card{background:var(--surface-2);border:1px solid var(--border);cursor:pointer;text-align:center;border-radius:8px;flex-direction:column;align-items:center;gap:.2rem;min-width:120px;padding:.6rem 1rem;transition:opacity .2s,box-shadow .15s,border-color .15s;display:flex}.tt-platform-card:hover{box-shadow:0 3px 12px #0003}.tt-platform-card--off{opacity:.32;filter:grayscale(.5)}.tt-platform-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:4px;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.plat--tt1{color:#38bdf8;background:#38bdf82e}.plat--tt2{color:#a78bfa;background:#a78bfa2e}.plat--insta{color:#e1306c;background:#e1306c2e}.plat--yt{color:#f44;background:#ff000026}.plat--sc{color:#fd0;background:#fffc001f}.tt-platform-views{color:var(--text);font-size:1rem;font-weight:700}.tt-platform-count{color:var(--text-faint);font-size:.68rem}.tt-videolist{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin:1.25rem 1.5rem 2rem;overflow:hidden}.tt-acct-tabs{border-bottom:1px solid var(--border);display:flex}.tt-acct-tab{background:var(--surface-2);border:none;border-right:1px solid var(--border);color:var(--text-muted);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:.6rem;padding:1rem 1.25rem;font-size:.85rem;transition:background .15s,color .15s;display:flex;position:relative}.tt-acct-tab:last-child{border-right:none}.tt-acct-tab:hover{background:#ffffff0a}.tt-acct-tab--active-1{color:var(--text);background:#38bdf812;box-shadow:inset 0 -3px #38bdf8}.tt-acct-tab--active-2{color:var(--text);background:#a78bfa12;box-shadow:inset 0 -3px #a78bfa}.tt-acct-tab-label{font-weight:600}.tt-acct-count{color:var(--text-faint);background:#ffffff12;border-radius:10px;padding:.1rem .45rem;font-size:.68rem}.tt-videolist__header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.tt-filter-row{flex-wrap:wrap;gap:.5rem;display:flex}.tt-select{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:6px;padding:.3rem .6rem;font-size:.78rem}.tt-video-table-wrap{overflow-x:auto}.tt-video-table{border-collapse:collapse;width:100%;font-size:.82rem}.tt-video-table th{text-align:left;color:var(--text-faint);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);background:var(--surface-2);white-space:nowrap;padding:.6rem 1rem;font-size:.72rem;font-weight:600}.tt-video-table td{border-bottom:1px solid var(--border);color:var(--text-muted);vertical-align:middle;padding:.6rem 1rem}.tt-video-table tr:last-child td{border-bottom:none}.tt-video-table tr:hover td{background:var(--surface-2)}.tt-th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s}.tt-th--sortable:hover,.tt-th--active{color:var(--text)}.tt-filter-row--stacked{flex-direction:column;align-items:stretch;gap:.5rem}.tt-chip-row{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.tt-chip-row__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);min-width:5.5rem;margin-right:.25rem;font-size:.7rem}.tt-chip{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:.3rem .7rem;font-size:.75rem;transition:background .15s,color .15s,border-color .15s}.tt-chip:hover{color:var(--text);border-color:var(--text-faint)}.tt-chip--active{background:var(--surface-2);color:var(--text);border-color:var(--text)}.tt-metric-row{justify-content:space-between;gap:.6rem;padding:.1rem 0;font-size:.85rem;line-height:1.3;display:flex}.tt-metric-row+.tt-metric-row{border-top:1px dashed var(--border);margin-top:.15rem;padding-top:.25rem}.tt-metric-label{color:var(--text-faint);text-transform:uppercase;letter-spacing:.03em;align-self:center;font-size:.7rem}.tt-metric-label--clickable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s}.tt-metric-label--clickable:hover{color:var(--text-muted)}.tt-metric-label--active{color:var(--text)}.tt-metric-value{font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.tt-video-table td .tt-metric-row.vv--above .tt-metric-value{color:#4ade80;font-weight:600}.tt-video-table td .tt-metric-row.vv--below .tt-metric-value{color:#f87171}.tt-td--date{white-space:nowrap;color:var(--text-faint);font-size:.75rem}.tt-td--title{color:var(--text);font-weight:500}.tt-td--account{white-space:nowrap}.tt-td--views{text-align:right;font-variant-numeric:tabular-nums}.tt-no-data{color:var(--text-faint)}.tt-legend-item{font-size:.78rem;font-weight:600}.tt-legend-item--1{color:#38bdf8}.tt-legend-item--2{color:#a78bfa}.tt-video-table td.vv--above{font-weight:600;color:#4ade80!important}.tt-video-table td.vv--below{color:#f87171!important}.tt-avg-row{background:var(--surface-2)}.tt-avg-row td{border-bottom:2px solid var(--border)}.tt-avg-cell{font-variant-numeric:tabular-nums;text-align:right;color:var(--text-muted)!important;padding:.4rem 1rem!important;font-size:.78rem!important;font-weight:700!important}.tt-avg-cell--label{text-transform:uppercase;letter-spacing:.05em;text-align:left!important;color:var(--text-faint)!important;font-size:.68rem!important;font-weight:500!important}.tt-avg-cell--tiktok{vertical-align:top;color:#38bdf8!important}.tt-avg-cell--insta{color:#e879f9!important}.tt-avg-cell--yt{color:#f87171!important}.tt-avg-cell--sc{color:#fbbf24!important}.tt-avg-tt-row{justify-content:flex-end;align-items:center;gap:.3rem;line-height:1.6;display:flex}.tt-avg-tt-badge{color:#38bdf8;background:#38bdf82e;border-radius:4px;padding:.05rem .3rem;font-size:.55rem;font-weight:700}.tt-avg-tt-badge--2{color:#a78bfa;background:#a78bfa2e}@media (width<=700px){body{padding-bottom:calc(54px + env(safe-area-inset-bottom,0px))}}.login-page[data-v-1b6d48a2]{background:var(--bg,#0b0d14);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card[data-v-1b6d48a2]{background:var(--surface-2,#141722);border:1px solid var(--border,#1e2235);border-radius:18px;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:360px;padding:2.5rem 2rem;display:flex}.login-logo[data-v-1b6d48a2]{letter-spacing:.1em;color:var(--brand,#84feaf);margin-bottom:.25rem;font-size:1.1rem;font-weight:800}.login-title[data-v-1b6d48a2]{color:var(--text,#e8eaf6);margin:0;font-size:1.5rem;font-weight:700}.login-sub[data-v-1b6d48a2]{color:var(--text-faint,#6b7280);margin:0 0 1rem;font-size:.82rem}.login-error[data-v-1b6d48a2]{color:#f87171;text-align:center;background:#f871711a;border:1px solid #f871714d;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.82rem;line-height:1.5}.login-btn[data-v-1b6d48a2]{color:#1f1f1f;background:#fff;border-radius:10px;align-items:center;gap:.65rem;margin-top:.5rem;padding:.7rem 1.4rem;font-family:inherit;font-size:.88rem;font-weight:600;text-decoration:none;transition:box-shadow .15s,opacity .15s;display:flex}.login-btn[data-v-1b6d48a2]:hover{opacity:.95;box-shadow:0 0 0 3px #84feaf40}.login-btn__icon[data-v-1b6d48a2]{flex-shrink:0;width:20px;height:20px}
