.dashboard-shell{display:flex;min-height:100vh;background-color:#080404;color:#f5ede8;color:var(--byse-text, #f5ede8);font-family:Open Sans,sans-serif;position:relative;isolation:isolate;overflow:hidden}.dashboard-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background-image:radial-gradient(140% 120% at 15% -5%,rgba(214,58,58,.18),transparent 60%),radial-gradient(120% 140% at 90% 0%,rgba(59,31,20,.65),transparent 68%),linear-gradient(155deg,#080404,#120706 42%,#1d0c0b);background-repeat:no-repeat,no-repeat,no-repeat;background-size:160% 160%,180% 180%,cover;background-position:top left,top right,center;transform:translateZ(0)}@media (max-width: 768px){.dashboard-shell:before{background-size:220% 220%,240% 240%,cover;position:absolute}}.dashboard-shell a{color:inherit;text-decoration:none}.dashboard-sidebar{width:260px;background:rgba(20,10,9,.94);padding:2rem 1.5rem 2.5rem;display:flex;flex-direction:column;border-right:1px solid rgba(214,58,58,.32);border-right:1px solid var(--byse-border, rgba(214, 58, 58, .32));position:relative;z-index:3;box-shadow:12px 0 40px rgba(6,2,2,.45)}.dashboard-sidebar__brand{margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.dashboard-sidebar__content{flex:1;display:flex;flex-direction:column;gap:1.75rem;min-height:0}.dashboard-sidebar__utility{display:flex;flex-direction:column;gap:.5rem}.dashboard-logo img{max-width:148px}.dashboard-nav{display:flex;flex-direction:column;gap:.35rem}.dashboard-nav--secondary{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(245,237,232,.08)}.dashboard-sidebar__collapse{border:1px solid rgba(245,237,232,.16);background:rgba(245,237,232,.05);color:inherit;border-radius:14px;padding:.75rem 1rem;display:flex;align-items:center;gap:.85rem;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;width:100%;text-align:left;position:relative}.dashboard-sidebar__collapse:hover,.dashboard-sidebar__collapse:focus-visible{outline:none;background:rgba(214,58,58,.16);border-color:rgba(214,58,58,.38);color:#f5ede8;color:var(--byse-text, #f5ede8)}.dashboard-sidebar__collapse-icon{display:inline-flex}.dashboard-nav__group-wrapper{position:relative}@media (min-width: 992px){.dashboard-shell{height:100vh}.dashboard-sidebar{position:sticky;top:0;height:100vh}.dashboard-sidebar__content{overflow:hidden}.dashboard-nav--primary{flex:1;min-height:0;overflow-y:auto;padding-right:.35rem}.dashboard-nav--primary::-webkit-scrollbar{width:6px}.dashboard-nav--primary::-webkit-scrollbar-thumb{background:rgba(245,237,232,.2);border-radius:999px}.dashboard-main{min-height:100vh;max-height:100vh;overflow:hidden;min-width:0}.dashboard-content{padding:max(1.25rem,min(2vw,1.75rem)) max(.75rem,min(2vw,1.25rem)) max(1.75rem,min(2.5vw,2.25rem));overflow-y:auto;min-height:0}}.dashboard-nav__link{display:flex;align-items:center;gap:.85rem;padding:.75rem 1rem;border-radius:14px;color:rgba(245,237,232,.72);color:var(--byse-text-soft, rgba(245, 237, 232, .72));font-weight:600;transition:background .2s ease,color .2s ease,transform .2s ease;position:relative}.dashboard-nav__link:hover{color:#f5ede8;color:var(--byse-text, #f5ede8);background:rgba(214,58,58,.18);background:var(--byse-amber-soft, rgba(214, 58, 58, .18));transform:translate(4px)}.dashboard-shell.nav-collapsed .dashboard-sidebar{width:92px;padding:1.5rem .85rem 2rem}.dashboard-shell.nav-collapsed .dashboard-sidebar__collapse{justify-content:center;gap:0;padding:.75rem}.dashboard-shell.nav-collapsed .dashboard-sidebar__collapse-label,.dashboard-shell.nav-collapsed .dashboard-nav__label,.dashboard-shell.nav-collapsed .dashboard-nav__caret,.dashboard-shell.nav-collapsed .dashboard-nav__external{display:none}.dashboard-shell.nav-collapsed .dashboard-nav__group .dashboard-nav__label,.dashboard-shell.nav-collapsed .dashboard-nav__group .dashboard-nav__external{display:inline}.dashboard-shell.nav-collapsed .dashboard-nav__group .dashboard-nav__link{justify-content:flex-start;gap:.65rem;padding:.75rem .85rem}.dashboard-shell.nav-collapsed .dashboard-logo img{max-width:52px}.dashboard-shell.nav-collapsed .dashboard-nav__link{justify-content:center;gap:0;padding:.85rem .9rem;transform:none}.dashboard-shell.nav-collapsed .dashboard-nav__link:hover{transform:none}.dashboard-shell.nav-collapsed .dashboard-nav__group-toggle{justify-content:center}.dashboard-shell.nav-collapsed .dashboard-sidebar__content,.dashboard-shell.nav-collapsed .dashboard-nav--primary{overflow:visible}.dashboard-shell.nav-collapsed .dashboard-nav__group{position:absolute;left:calc(100% + 14px);top:0;background:rgba(20,10,9,.94);padding:.35rem;border-radius:14px;min-width:220px;box-shadow:16px 12px 38px rgba(0,0,0,.45);border:1px solid rgba(214,58,58,.32);border:1px solid var(--byse-border, rgba(214, 58, 58, .32));display:none}.dashboard-shell.nav-collapsed .dashboard-nav__group.is-expanded{display:block}.dashboard-shell.nav-collapsed .dashboard-nav__link[data-tooltip]:after,.dashboard-shell.nav-collapsed .dashboard-sidebar__collapse[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 14px);top:50%;transform:translateY(-50%);background:rgba(20,10,9,.94);padding:.45rem .7rem;border-radius:10px;border:1px solid rgba(245,237,232,.1);color:#f5ede8;color:var(--byse-text, #f5ede8);font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;box-shadow:10px 8px 22px rgba(0,0,0,.35)}.dashboard-shell.nav-collapsed .dashboard-nav__link:hover:after,.dashboard-shell.nav-collapsed .dashboard-nav__link:focus-visible:after,.dashboard-shell.nav-collapsed .dashboard-sidebar__collapse:hover:after,.dashboard-shell.nav-collapsed .dashboard-sidebar__collapse:focus-visible:after{opacity:1}.dashboard-nav__link.is-active{background:linear-gradient(132deg,rgba(214,58,58,.92),rgba(122,43,39,.92));color:#f5ede8;color:var(--byse-text, #f5ede8);box-shadow:0 18px 32px rgba(214,58,58,.32)}.dashboard-nav__icon{display:inline-flex;justify-content:center;align-items:center;color:inherit;width:1.75rem}.dashboard-nav__icon svg{width:1.25rem;height:1.25rem;transition:transform .2s ease}.dashboard-nav__label{flex:1;letter-spacing:.01em}.dashboard-nav__external{display:inline-flex;align-items:center;opacity:.75}.dashboard-nav__external svg{width:.85rem;height:.85rem}.dashboard-nav__group-wrapper{display:flex;flex-direction:column;gap:.35rem}.dashboard-nav__group-toggle{background:none;border:0;cursor:pointer;font:inherit;color:inherit;text-align:left;width:100%}.dashboard-nav__group-toggle:focus-visible{outline:2px solid rgba(214,58,58,.55);outline-offset:4px}.dashboard-nav__caret{display:inline-flex;align-items:center;justify-content:center;color:inherit;transition:transform .2s ease}.dashboard-nav__caret.is-expanded{transform:rotate(180deg)}.dashboard-nav__caret svg{width:1rem;height:1rem}.dashboard-nav__group{display:none;flex-direction:column;gap:.35rem;padding-left:1.75rem}.dashboard-nav__group.is-expanded{display:flex}.dashboard-nav__sublink{font-weight:500}.dashboard-nav__link.is-active .dashboard-nav__icon svg{transform:scale(1.05)}.dashboard-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(11,12,18,.6);z-index:2}.dashboard-main{flex:1;display:flex;flex-direction:column}.dashboard-header{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 2.5rem;background:rgba(26,12,12,.88);border-bottom:1px solid rgba(214,58,58,.32);border-bottom:1px solid var(--byse-border, rgba(214, 58, 58, .32));box-shadow:0 12px 32px rgba(6,2,2,.45)}.dashboard-mobile-toggle{display:none;background:none;border:0;color:#f5ede8;color:var(--byse-text, #f5ede8);cursor:pointer}.dashboard-mobile-toggle:focus{outline:2px solid rgba(214,58,58,.55);outline-offset:4px}.dashboard-header__spacer{flex:1}.dashboard-header__extras{display:flex;align-items:center;gap:1.5rem}.dashboard-header__notifications{display:flex;align-items:center;margin-left:1rem}.dashboard-header__support{display:flex;align-items:center;margin-left:.5rem}.dashboard-header__support-link{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:12px;border:1px solid rgba(245,237,232,.12);background:rgba(245,237,232,.05);color:#f5ede8;color:var(--byse-text, #f5ede8);font-weight:600;text-decoration:none;transition:background .12s ease,border .12s ease,transform .12s ease}.dashboard-header__support-link:hover{background:rgba(245,237,232,.12);border-color:rgba(245,237,232,.2);transform:translateY(-1px)}.dashboard-header__support-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(245,237,232,.08)}.dashboard-header__support-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.dashboard-header__support-dot{position:absolute;top:6px;right:8px;width:8px;height:8px;border-radius:999px;background:#ef4444;box-shadow:0 0 0 3px rgba(15,7,7,.8)}.notification-center{position:relative}.notification-center__toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:12px;border:1px solid rgba(245,237,232,.1);background:rgba(245,237,232,.05);color:#f5ede8;color:var(--byse-text, #f5ede8);font-weight:600;cursor:pointer;transition:background .12s ease,border .12s ease}.notification-center__toggle:hover,.notification-center.is-open .notification-center__toggle{background:rgba(245,237,232,.12);border-color:rgba(245,237,232,.2)}.notification-center__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(245,237,232,.08)}.notification-center__bell{width:18px;height:18px;color:#f5ede8;color:var(--byse-text, #f5ede8)}.notification-center__label{display:none}.notification-center__badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 .4rem;border-radius:999px;background:linear-gradient(135deg,rgba(214,58,58,.98),rgba(121,43,39,.94));color:#1d0908;font-size:.75rem;font-weight:800}.notification-center__dropdown{position:absolute;right:0;top:calc(100% + 8px);width:min(360px,90vw);background:#1b0f0d;border:1px solid rgba(245,237,232,.12);border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.45);z-index:20;overflow:hidden}.notification-center__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid rgba(245,237,232,.08);background:rgba(245,237,232,.04)}.notification-center__title{font-weight:700;color:#f5ede8;color:var(--byse-text, #f5ede8)}.notification-center__loading{font-size:.85rem;color:rgba(245,237,232,.75)}.notification-center__empty{padding:1rem;color:rgba(245,237,232,.8);font-size:.95rem}.notification-center__list{list-style:none;margin:0;padding:0;max-height:360px;overflow-y:auto}.notification-center__item{display:flex;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid rgba(245,237,232,.04)}.notification-center__item:last-child{border-bottom:none}.notification-center__item--success{border-left:3px solid #6fdd8b}.notification-center__item--warning{border-left:3px solid #f3c065}.notification-center__item--error{border-left:3px solid #f25757}.notification-center__item--info{border-left:3px solid #6ea8fe}.notification-center__item-body{flex:1;display:flex;flex-direction:column;gap:.3rem}.notification-center__item-title{font-weight:700;color:#f5ede8;color:var(--byse-text, #f5ede8)}.notification-center__item-message{color:rgba(245,237,232,.88);line-height:1.4}.notification-center__item-meta{font-size:.82rem;color:rgba(245,237,232,.68)}.notification-center__actions{display:flex;align-items:center}.notification-center__dismiss{border:0;background:rgba(245,237,232,.08);color:#f5ede8;color:var(--byse-text, #f5ede8);padding:.45rem .85rem;border-radius:10px;cursor:pointer;transition:background .12s ease,transform .12s ease}.notification-center__dismiss:hover{background:rgba(245,237,232,.15);transform:translateY(-1px)}.dashboard-header__financial{display:inline-flex;align-items:center;gap:.85rem;padding:.42rem .95rem;min-height:42px;border-radius:11px;background:linear-gradient(135deg,rgba(245,237,232,.06),rgba(245,237,232,.02));border:1px solid rgba(245,237,232,.12);box-shadow:0 18px 48px rgba(0,0,0,.45);backdrop-filter:blur(12px);transition:background .12s ease,border .12s ease,transform .12s ease}.dashboard-header__financial:hover{background:linear-gradient(135deg,rgba(245,237,232,.1),rgba(245,237,232,.04));border-color:rgba(245,237,232,.2);transform:translateY(-1px)}.dashboard-header__balance{display:inline-flex;align-items:center;gap:.8rem;line-height:1.15}.dashboard-header__balance-icon{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border-radius:50%;background:rgba(245,237,232,.08);color:rgba(245,237,232,.85);border:1px solid rgba(245,237,232,.14);box-shadow:inset 0 1px rgba(245,237,232,.2)}.dashboard-header__balance-info{display:flex;flex-direction:column;gap:.2rem}.dashboard-header__balance-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(245,237,232,.6)}.dashboard-header__balance-value{display:inline-flex;align-items:baseline;gap:.3rem;color:#f5ede8;color:var(--byse-text, #f5ede8)}.dashboard-header__balance-currency{font-size:.85rem;font-weight:600;opacity:.75}.dashboard-header__balance-amount{font-size:1.22rem;font-weight:700;letter-spacing:-.01em}.dashboard-header__wallet{display:inline-flex;align-items:center;justify-content:center;min-width:98px;padding:.42rem .95rem;border-radius:11px;background:linear-gradient(135deg,rgba(245,237,232,.08),rgba(245,237,232,.04));color:#f5ede8;color:var(--byse-text, #f5ede8);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(245,237,232,.2);box-shadow:inset 0 1px rgba(245,237,232,.28),0 12px 32px rgba(0,0,0,.35);transition:background .12s ease-in-out,transform .12s ease-in-out,box-shadow .12s ease-in-out,border-color .12s ease-in-out}.dashboard-header__wallet:hover{background:linear-gradient(135deg,rgba(245,237,232,.12),rgba(245,237,232,.07));border-color:rgba(245,237,232,.26);transform:translateY(-1px);box-shadow:inset 0 1px rgba(245,237,232,.32),0 14px 36px rgba(0,0,0,.38)}.dashboard-header__user{display:flex;align-items:center;gap:.9rem;background:linear-gradient(135deg,rgba(245,237,232,.05),rgba(245,237,232,.02));padding:.45rem .85rem;min-height:42px;border-radius:11px;border:1px solid rgba(245,237,232,.12);box-shadow:0 16px 40px rgba(0,0,0,.42);transition:background .12s ease,border .12s ease}.dashboard-header__user:hover{background:linear-gradient(135deg,rgba(245,237,232,.08),rgba(245,237,232,.04));border-color:rgba(245,237,232,.2)}.dashboard-header__avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;background:rgba(214,58,58,.12);border:1px solid rgba(245,237,232,.18);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px rgba(245,237,232,.25)}.dashboard-header__avatar img{width:26px;height:26px}.dashboard-header__details{display:flex;flex-direction:column;font-size:.82rem;line-height:1.15}.dashboard-header__name{font-weight:800}.dashboard-header__email{color:rgba(245,237,232,.6)}.dashboard-header__logout{padding:.32rem .8rem;border-radius:10px;background:rgba(245,237,232,.06);border:1px solid rgba(245,237,232,.18);color:#f5ede8;color:var(--byse-text, #f5ede8);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;box-shadow:inset 0 1px rgba(245,237,232,.24),0 10px 24px rgba(0,0,0,.32);transition:background .12s ease,border .12s ease,box-shadow .12s ease}.dashboard-header__logout:hover{background:linear-gradient(135deg,rgba(245,237,232,.12),rgba(245,237,232,.06));border-color:rgba(245,237,232,.26);box-shadow:inset 0 1px rgba(245,237,232,.3),0 12px 28px rgba(0,0,0,.34)}.dashboard-content{flex:1;width:100%;margin:0}.dashboard-page{display:flex;flex-direction:column;gap:1.5rem}.dashboard-card{background:rgba(16,9,9,.94);background:var(--byse-card, rgba(16, 9, 9, .94));border-radius:24px;padding:1.75rem 2rem;box-shadow:0 28px 60px rgba(6,2,2,.65);box-shadow:var(--byse-shadow, 0 28px 60px rgba(6, 2, 2, .65));border:1px solid rgba(97,52,32,.45);border:1px solid var(--byse-border-soft, rgba(97, 52, 32, .45));color:#f5ede8;color:var(--byse-text, #f5ede8)}.dashboard-card--hello{display:flex;align-items:center;gap:2.5rem;padding:2.25rem 2.5rem;background:linear-gradient(135deg,rgba(214,58,58,.95),rgba(122,43,39,.95));color:#f5ede8;color:var(--byse-text, #f5ede8);box-shadow:0 32px 60px rgba(214,58,58,.38)}.dashboard-card__hello-media img{width:96px;height:auto}.dashboard-card__title{font-size:1.6rem;margin:0}.dashboard-card__subtitle{margin:.35rem 0 0;font-size:1rem;color:rgba(245,237,232,.72);color:var(--byse-text-soft, rgba(245, 237, 232, .72))}.dashboard-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:1.75rem}.dashboard-card--metric{display:flex;flex-direction:column;gap:.35rem;padding:1.5rem 1.75rem}.dashboard-metric__label{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:rgba(245,237,232,.52)}.dashboard-metric__value{font-size:2rem;font-weight:700}.dashboard-metric__trend{font-size:.85rem;font-weight:700}.dashboard-metric__trend.positive{color:#f15f5f;color:var(--byse-amber-strong, #f15f5f)}.dashboard-metric__trend.negative{color:#a44132}.dashboard-metric__trend.neutral{color:rgba(245,237,232,.52)}.dashboard-metric__hint{font-size:.85rem;color:rgba(245,237,232,.52)}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:1.75rem;gap:1.75rem}.dashboard-grid__main,.dashboard-grid__aside{display:flex;flex-direction:column;gap:1.5rem}.dashboard-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.dashboard-card--chart{padding-bottom:2.25rem}.dashboard-chart{height:320px}.dashboard-empty{margin:0;color:rgba(245,237,232,.5);font-size:.95rem}.dashboard-recent{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.dashboard-recent__item{display:flex;flex-direction:column;gap:.4rem;padding-bottom:1rem;border-bottom:1px solid rgba(214,58,58,.15)}.dashboard-recent__item:last-child{border-bottom:0;padding-bottom:0}.dashboard-recent__name{font-weight:600;font-size:.95rem;color:#f5ede8;color:var(--byse-text, #f5ede8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-recent__meta{display:flex;gap:1rem;font-size:.8rem;color:rgba(245,237,232,.52)}.dashboard-summary{margin:0;padding:0}.dashboard-summary__row{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid rgba(214,58,58,.14);font-size:.9rem}.dashboard-summary__row:last-child{border-bottom:0}.dashboard-summary__row dt{color:rgba(245,237,232,.58);font-weight:600}.dashboard-summary__row dd{margin:0;color:#f5ede8;color:var(--byse-text, #f5ede8)}.dashboard-storage__bar{height:12px;border-radius:999px;background:rgba(214,58,58,.12);overflow:hidden;margin-bottom:.85rem}.dashboard-storage__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,#d63a3a,#973627)}.dashboard-storage__details{display:flex;justify-content:space-between;font-size:.85rem;color:rgba(245,237,232,.6)}.dashboard-storage__used{font-weight:600;color:#f5ede8;color:var(--byse-text, #f5ede8)}.dashboard-card--error{border:1px solid rgba(214,58,58,.45)}@media (max-width: 1200px){.dashboard-grid{grid-template-columns:minmax(0,1fr)}.dashboard-grid__aside{flex-direction:row;flex-wrap:wrap}.dashboard-grid__aside>*{flex:1 1 280px}}@media (max-width: 991px){.dashboard-sidebar{position:fixed;left:0;top:0;bottom:0;transform:translate(-100%);transition:transform .25s ease;width:240px;padding:2rem 1.25rem;box-shadow:24px 0 60px rgba(6,9,26,.45)}.dashboard-shell.nav-open .dashboard-sidebar{transform:translate(0)}.dashboard-overlay{display:block}.dashboard-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;margin-right:1rem}.dashboard-header{padding:1rem 1.5rem;gap:1rem}.dashboard-header__support-label{display:none}.dashboard-content{padding:2rem 1.5rem 2.5rem}.dashboard-card--hello{flex-direction:column;text-align:center;align-items:flex-start}.dashboard-card__hello-media img{width:72px}}@media (max-width: 575px){.dashboard-header{flex-wrap:wrap;gap:.75rem}.dashboard-header__extras{width:100%}.dashboard-header__financial{width:100%;justify-content:space-between;gap:.75rem;padding:.42rem .9rem}.dashboard-header__spacer{display:none}.dashboard-header__wallet{min-width:92px;padding:.38rem .85rem}.dashboard-header__balance{flex:1}.dashboard-header__balance-icon{width:1.72rem;height:1.72rem}.dashboard-header__balance-amount{font-size:1.15rem}.dashboard-header__notifications{width:100%;margin-left:0}.notification-center__toggle{width:100%;justify-content:space-between}.notification-center__label{display:inline}.notification-center__dropdown{position:static;width:100%;margin-top:.5rem}.dashboard-content{padding:1.75rem 1.25rem 2rem}.dashboard-card{padding:1.5rem 1.25rem}.dashboard-card--metric{padding:1.25rem 1.4rem}.dashboard-card--hello{padding:1.75rem 1.5rem}.dashboard-header__user{padding:.38rem .65rem}.dashboard-header__details{display:none}}.legacy-dashboard{display:flex;flex-direction:column;gap:1.5rem}.legacy-dashboard-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start;padding:2rem}.legacy-dashboard-main,.legacy-dashboard-aside{display:flex;flex-direction:column;gap:1.5rem}.legacy-card{background:rgba(16,9,9,.94);background:var(--byse-card, rgba(16, 9, 9, .94));border-radius:22px;padding:1.75rem 2rem;border:1px solid rgba(97,52,32,.45);border:1px solid var(--byse-border-soft, rgba(97, 52, 32, .45));box-shadow:0 28px 60px rgba(6,2,2,.65);box-shadow:var(--byse-shadow, 0 28px 60px rgba(6, 2, 2, .65))}.legacy-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.legacy-card__title{margin:0;font-size:1.1rem;font-weight:700;color:#f5ede8;color:var(--byse-text, #f5ede8)}.hello-block{display:flex;align-items:center;gap:2rem;padding:2.25rem 2.5rem;background:radial-gradient(95% 140% at 110% 35%,rgba(214,58,58,.96),rgba(116,53,36,.92) 55%,rgba(59,31,20,.9)),url(/assets/images/bg-wave2.svg) repeat 0 0/auto 120px;color:#f5ede8;color:var(--byse-text, #f5ede8);box-shadow:0 34px 70px rgba(214,58,58,.38)}.hello-block__media img{width:108px;height:auto}.hello-block__title{margin:0;font-size:2rem;font-weight:700}.hello-block__subtitle{margin:.35rem 0 0;color:rgba(245,237,232,.72);color:var(--byse-text-soft, rgba(245, 237, 232, .72))}.dashboard-alert{border-radius:16px;padding:1rem 1.5rem;background:rgba(214,58,58,.12);border:1px solid rgba(214,58,58,.45);color:rgba(245,237,232,.72);color:var(--byse-text-soft, rgba(245, 237, 232, .72));font-size:.9rem}.dashboard-alert--hero{width:100%;margin-bottom:1.25rem;background:linear-gradient(92deg,rgba(214,58,58,.18),rgba(214,58,58,.08));border-color:rgba(214,58,58,.65);box-shadow:0 16px 36px rgba(214,58,58,.24)}.dashboard-alert__headline{margin:0 0 .35rem;font-size:1.125rem;font-weight:700;color:#f5ede8;color:var(--byse-text, #f5ede8)}.dashboard-alert__body{margin:0;color:rgba(245,237,232,.86);color:var(--byse-text-soft, rgba(245, 237, 232, .86));line-height:1.5}.latest-video{overflow-x:auto;padding-bottom:.25rem}.latest-video__row{display:flex;flex-wrap:nowrap;min-width:-moz-fit-content;min-width:fit-content}.latest-video__item{flex:0 0 20%;max-width:20%;min-width:160px;padding:.3125rem;display:flex;flex-direction:column;gap:.65rem;color:#f5ede8;color:var(--byse-text, #f5ede8);text-decoration:none}.latest-video__info{display:flex;flex-direction:column;gap:.5rem;align-items:center}.latest-video__info .video-processing-status{width:100%}.latest-video__thumb{position:relative;width:100%;padding-top:56.25%;border-radius:10px;overflow:hidden;background:rgba(35,17,13,.8);box-shadow:0 18px 36px rgba(6,2,2,.45)}.latest-video__thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.55;transition:transform .25s ease,opacity .25s ease}.latest-video__item:hover .latest-video__thumb img{transform:scale(1.03);opacity:1}.latest-video__label{font-size:.8rem;color:rgba(245,237,232,.72);color:var(--byse-text-soft, rgba(245, 237, 232, .72));max-width:132px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 auto}.legacy-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.2rem;gap:1.2rem}.legacy-metric{background:rgba(35,17,13,.8);border-radius:18px;padding:1.25rem 1.5rem;box-shadow:inset 0 1px rgba(214,58,58,.12)}.legacy-metric__label{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:rgba(245,237,232,.55);margin-bottom:.4rem}.legacy-metric__value{font-size:1.9rem;font-weight:700;color:#f5ede8;color:var(--byse-text, #f5ede8)}.legacy-metric__trend{font-size:.85rem;font-weight:700}.legacy-metric__trend.positive{color:#f15f5f;color:var(--byse-amber-strong, #f15f5f)}.legacy-metric__trend.negative{color:#a44132}.legacy-metric__trend.neutral{color:rgba(245,237,232,.52)}.legacy-metric__hint{font-size:.75rem;color:rgba(245,237,232,.52)}.legacy-chart__canvas{height:320px}.legacy-list__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.legacy-list__item{display:flex;align-items:center;gap:1rem;justify-content:space-between;background:rgba(35,17,13,.7);padding:.8rem 1rem;border-radius:14px}.legacy-list__index{width:2rem;height:2rem;border-radius:999px;background:rgba(214,58,58,.2);color:#f5ede8;color:var(--byse-text, #f5ede8);display:flex;align-items:center;justify-content:center;font-weight:700}.legacy-list__label{flex:1;color:#f5ede8;color:var(--byse-text, #f5ede8);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legacy-list__value{font-weight:700;color:rgba(245,237,232,.72);color:var(--byse-text-soft, rgba(245, 237, 232, .72));font-size:.85rem}.legacy-show-more{margin-top:1rem;width:100%;padding:.55rem 1.25rem;border-radius:999px;border:1px solid rgba(214,58,58,.45);background:rgba(214,58,58,.15);color:#f5ede8;color:var(--byse-text, #f5ede8);font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:background .2s ease,border-color .2s ease}.legacy-show-more:hover{background:rgba(214,58,58,.24);border-color:rgba(214,58,58,.6)}.legacy-storage__bar{height:10px;border-radius:999px;background:rgba(214,58,58,.12);overflow:hidden;margin-bottom:.85rem}.legacy-storage__bar span{display:block;height:100%;background:linear-gradient(135deg,#d63a3a,#973627)}.legacy-storage__details{display:flex;justify-content:space-between;font-size:.85rem;color:rgba(245,237,232,.6);margin-bottom:.75rem}.legacy-storage__value{font-weight:600;color:#f5ede8;color:var(--byse-text, #f5ede8)}.legacy-storage__limit{color:rgba(245,237,232,.72);color:var(--byse-text-soft, rgba(245, 237, 232, .72))}.legacy-muted{color:rgba(245,237,232,.55);font-size:.85rem;margin:0}.legacy-empty{color:rgba(245,237,232,.5);font-size:.9rem;margin:0}.legacy-error{color:rgba(241,95,95,.9);margin:0;font-size:.9rem}@media (max-width: 1200px){.legacy-dashboard-grid{grid-template-columns:1fr}.legacy-card{padding:1.5rem}.legacy-metrics{grid-template-columns:1fr 1fr}}
