:root{--primary-dark: #001332;--primary-blue: #192072;--primary-orange: #FF7A3E;--primary-cyan: #3b9cbc;--bg: #f5f6fa;--panel: #001332;--panel-2: #0b1220;--gray-dark: #595b5b;--gray-medium: #979699;--text: #e5e7eb;--muted: #94a3b8;--primary: #FF7A3E;--border: #1f2937}html,body,#root{height:100%}*{font-family:Lato,Arial,sans-serif}body{display:block;background:var(--bg);overflow-y:hidden;overflow-x:hidden;font-family:Lato,Arial,sans-serif}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.w-100{width:100%}.h-100vh{min-height:100vh}.dashboard{display:flex;min-height:95vh;width:100%;background:var(--bg)}.sidebar{position:relative;display:flex;flex-direction:column;gap:.5rem;width:15dvw;min-width:220px;flex-shrink:0;background:var(--panel);border-right:1px solid var(--border);padding:.75rem;box-sizing:border-box;transition:width .2s ease;border-radius:12px;overflow-y:auto;max-height:95vh;scrollbar-width:thin;scrollbar-color:transparent transparent}.sidebar:hover{scrollbar-color:rgba(255,255,255,.12) transparent}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:transparent;border-radius:9999px}.sidebar:hover::-webkit-scrollbar-thumb{background:#ffffff1f}.sidebar__logo{width:34px;height:34px;border-radius:50%;background-color:#fff;margin-right:1rem}.sidebar--collapsed{width:72px;min-width:72px}.sidebar__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem;border-bottom:1px solid var(--border)}.sidebar__brand{font-weight:600;letter-spacing:.3px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;justify-content:space-evenly}.sidebar__toggle{border:1px solid var(--border);background:var(--panel-2);color:var(--text);border-radius:8px;padding:.35rem .5rem}.sidebar__nav{display:flex;flex-direction:column;gap:.25rem;padding-top:.2rem;overflow:auto;scrollbar-width:none}.sidebar__nav::-webkit-scrollbar{display:none}.sidebar__link{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;color:var(--text);border-radius:8px;text-decoration:none;border:1px solid transparent;transition:background .12s ease,border-color .12s ease}.sidebar__link--active{background-color:#e0773e;border-color:#e0773e;color:"#ffe2e0"}.sidebar--collapsed .sidebar__text{display:none}.sidebar__footer{border-top:1px solid var(--border)}.btn-open-modal{width:56px;height:56px;padding:0;background:#ff7a3e;color:#fff;border:none;border-radius:50%;font-weight:700;font-size:24px;cursor:pointer;font-family:Lato,Arial,sans-serif;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #ff7a3e66;transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center;line-height:1}.btn-open-modal:hover{background:#ff6624;transform:scale(1.1) translateY(-2px);box-shadow:0 6px 20px #ff7a3e80}.btn-open-modal--boards{right:92px;background:#4f46e5;box-shadow:0 4px 12px #4f46e566}.btn-open-modal--boards:hover{background:#4338ca;box-shadow:0 6px 20px #4f46e580}.btn-open-modal:active{transform:scale(1.05) translateY(0)}.content{display:flex;flex-direction:column;min-width:0;flex:1 1 auto;margin-left:.4dvw;background:radial-gradient(1200px 600px at -10% -20%,rgba(99,102,241,.07),transparent 40%),radial-gradient(1200px 600px at 110% 120%,rgba(14,165,233,.07),transparent 40%),var(--bg)}.content__header{position:sticky;top:0;z-index:10;padding:.75rem 1rem}.content__main{flex:1 1 auto;min-height:0;overflow:auto;padding:1rem;max-height:90vh}.header__title{margin:0;color:"black"}.header__actions{display:inline-flex;align-items:center;gap:6px;padding:6px;border:.1px solid #f5f3f3a6;border-radius:20px;box-shadow:0 1px 1px #f5f3f3a6 inset;background-color:#f5f3f3a6}.header__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;border:1px solid #e5e7eb;background:#e5e7eb;color:#1f2937;padding:0;cursor:pointer;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.header__icon-btn:hover{background:#f3f4f6;border-color:#e5e7eb;box-shadow:0 1px 2px #1018280f inset}.header__icon-btn--active{background:#2563eb;border-color:#2563eb;color:#fff}.header__icon-btn--active:hover{background:#1d4ed8;border-color:#1d4ed8}.header__icon-btn--locked{position:relative;color:#6b7280;background:#eceef1;border-color:#e5e7eb}.header__icon-btn--locked:hover{color:#1f2937;background:#ff7a3e24;border-color:#ff7a3e59}.header__icon-lock{position:absolute;right:-1px;bottom:-1px;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:9999px;color:#fff;background:var(--primary-orange, #ff7a3e);box-shadow:0 0 0 2px #fff}.header__icon-btn--pending .header__icon-lock{background:var(--primary-cyan, #3b9cbc)}.header__avatar{width:36px;height:36px;border-radius:9999px;border:1px solid #e5e7eb;background:#fff;object-fit:cover;box-shadow:0 1px 2px #1018280a}.icon{width:24px;height:24px}.button-header{padding:.5rem 1rem;border-radius:8px;border:1px solid transparent;background-color:var(--primary);color:var(--text);transition:background .12s ease,border-color .12s ease}.mobile-tabbar{position:fixed;left:0;right:0;bottom:0;height:88px;background:var(--panel);border-top:1px solid var(--border);display:none;align-items:center;justify-content:center;flex-direction:column;padding:8px 10px;box-sizing:border-box;z-index:50;border-radius:12px 12px 0 0}.mobile-tabbar__row{display:flex;align-items:center;justify-content:center;gap:12px}.mobile-tabbar__arrow{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;border:1px solid var(--border);background:var(--panel-2);color:var(--text);box-shadow:0 1px #00000040,inset 0 -1px #ffffff05;transition:background .12s ease,border-color .12s ease,transform 80ms ease}.mobile-tabbar__arrow:active{transform:scale(.98)}.mobile-tabbar__pill{display:flex;align-items:center;justify-content:center;background:var(--panel-2);border:1px solid var(--border);padding:6px 10px;border-radius:9999px;box-shadow:inset 0 0 0 1px #ffffff05}.mobile-tabbar__scroller{flex:1 1 auto;display:flex;align-items:center;gap:.25rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;padding:.25rem 0;scroll-behavior:smooth;flex-wrap:nowrap;white-space:nowrap}.mobile-tabbar__group{display:inline-flex;align-items:center;flex:0 0 auto}.mobile-tabbar__divider{display:inline-block;width:4px;height:4px;border-radius:9999px;opacity:.6;margin:0 8px}.mobile-tabbar__item{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:9999px;color:var(--text);text-decoration:none;border:1px solid transparent;background:transparent;transition:background .12s ease,border-color .12s ease}.mobile-tabbar__item:hover{background:#0f172a;border-color:var(--border)}.mobile-tabbar__item--active{background:#e0773e;border-color:#e0773e;color:#0b1220;box-shadow:0 0 0 3px #e0777340}.mobile-tabbar__icon{font-size:18px;line-height:1}.mobile-tabbar__hint{position:static;margin-top:6px;text-align:center;font-size:12px;color:var(--muted);opacity:.9}@media(max-width:960px){.sidebar{width:220px;min-width:220px}}@media(max-width:720px){.dashboard{flex-direction:column}.sidebar{display:none}.mobile-tabbar{display:flex}.content__main{padding-bottom:116px}.icon{width:24px;height:24px}}.sidebar__link--blocked{color:var(--muted);cursor:default;-webkit-user-select:none;user-select:none}.sidebar__link--blocked .sidebar__icon{opacity:.55;transition:opacity .12s ease}.sidebar__link--denied .sidebar__lock{color:var(--muted);opacity:.5}.sidebar__link--locked,.sidebar__link--pending{cursor:pointer}.sidebar__link--locked:hover,.sidebar__link--locked:focus-visible,.sidebar__link--pending:hover,.sidebar__link--pending:focus-visible{background:#ff7a3e1f;border-color:#ff7a3e59;color:var(--text);outline:none}.sidebar__link--locked:hover .sidebar__icon,.sidebar__link--pending:hover .sidebar__icon{opacity:1}.sidebar__lock{margin-left:auto;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:9999px;color:var(--primary-orange);background:#ff7a3e29}.sidebar__link--pending .sidebar__lock{color:var(--primary-cyan);background:#3b9cbc2e}.sidebar__link--denied .sidebar__lock{background:#94a3b824}.sidebar--collapsed .sidebar__lock{margin-left:-.35rem;align-self:flex-start}.sidebar-tip{position:fixed;z-index:1000;display:flex;flex-direction:column;gap:2px;width:max-content;max-width:230px;padding:.5rem .625rem;background:var(--panel-2);border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 28px #00133273;text-align:left;white-space:normal;pointer-events:none;transform:translateY(-50%);animation:sidebar-tip-in .12s ease-out}.sidebar-tip:before{content:"";position:absolute;left:-5px;top:50%;width:8px;height:8px;margin-top:-4px;transform:rotate(45deg);background:var(--panel-2);border-left:1px solid var(--border);border-bottom:1px solid var(--border)}.sidebar-tip__title{font-size:.78rem;font-weight:700;color:#fff;line-height:1.3}.sidebar-tip__desc{font-size:.74rem;color:var(--muted);line-height:1.4}@keyframes sidebar-tip-in{0%{opacity:0;transform:translateY(-50%) translate(-4px)}to{opacity:1;transform:translateY(-50%) translate(0)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 3s linear infinite}.h-screen{height:100vh}.bg-gray-50{background-color:#f9fafb}.flex-1{flex:1 1 0%}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.pb-8{padding-bottom:2rem}.p-8{padding:2rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-8{width:2rem}.h-8{height:2rem}.w-16{width:4rem}.h-16{height:4rem}.w-40{width:10rem}.h-40{height:10rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-center{text-align:center}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-white{color:#fff}.text-teal-600{color:#0d9488}.text-red-500{color:#ef4444}.transform{transform:translate(var(--tw-translate-x, 0)) translateY(var(--tw-translate-y, 0))}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(-50%) translateY(var(--tw-translate-y, 0))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x, 0)) translateY(-50%)}.top-1\/2{top:50%}.left-1\/2{left:50%}.max-w-md{max-width:28rem}.swal2-container{z-index:1300!important}.mobile-tabbar__item--locked{position:relative;cursor:default;opacity:.45}.mobile-tabbar__item--locked:hover{background:transparent;border-color:transparent}.mobile-tabbar__lock{position:absolute;right:-1px;bottom:-1px;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:9999px;color:var(--primary-orange);background:#0b1220}.content__main.content__main--vip{display:flex;padding:0;overflow:hidden}.vip-frame{display:flex;flex:1 1 auto;min-height:0}.vip-frame__iframe{flex:1 1 auto;width:100%;min-height:70vh;border:0;display:block}@media(max-width:720px){.content__main.content__main--vip{padding-bottom:88px}}.vip-frame--loading{align-items:center;justify-content:center;color:var(--muted);font-size:14px}
