.secondary-color{color:#fff700}@keyframes tag-dot-pulse{0%{transform:scale(1);box-shadow:0 0 #7c3aed73}70%{transform:scale(1.1);box-shadow:0 0 0 6px #7c3aed00}to{transform:scale(1);box-shadow:0 0 #7c3aed00}}*{box-sizing:border-box;margin:0;padding:0}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}html,body{-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{margin-left:25px}header.navbar{z-index:1500;background-color:#fff;justify-content:space-between;align-items:center;width:100%;height:50px;transition:transform .28s;display:flex;position:fixed;top:0;left:0}body.header-hidden header.navbar{transform:translateY(-100%)}@media only screen and (max-width:600px){header.navbar{height:62px;max-width:100%!important}}header.navbar .left-side{align-items:center;gap:28px;padding:0 20px;display:flex}@media only screen and (max-width:600px){header.navbar .left-side{padding:0 0 0 15px}}header.navbar .left-side .logo{color:#4285f4;align-items:center;gap:10px;height:60px;font-size:16px;font-weight:700;display:flex}header.navbar .left-side .logo .logo-image{width:30px;height:30px;position:relative}@media only screen and (max-width:600px){header.navbar .left-side .logo .logo-image{width:30px;height:30px}header.navbar .left-side .logo .name{display:none}}header.navbar .left-side ul{align-items:center;gap:20px;font-size:13px;font-weight:500;list-style:none;display:flex}@media only screen and (max-width:600px){header.navbar .left-side ul{z-index:8000;color:#fff;background-color:#4285f4;flex-direction:column;justify-content:center;gap:8px;width:100%;height:100%;position:fixed;top:0;left:100%}header.navbar .left-side ul.show{left:0}header.navbar .left-side ul li{font-size:22px}}header.navbar .left-side ul li{cursor:pointer;white-space:nowrap}header.navbar .left-side ul li .icon{font-size:12px}header.navbar .left-side ul .nav-dropdown{position:relative}header.navbar .left-side ul .nav-dropdown .nav-dropdown__trigger{font:inherit;color:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:0;transition:color .15s;display:inline-flex}header.navbar .left-side ul .nav-dropdown .nav-dropdown__caret{font-size:10px;transition:transform .25s;display:inline-flex}header.navbar .left-side ul .nav-dropdown:hover>.nav-dropdown__trigger,header.navbar .left-side ul .nav-dropdown.open>.nav-dropdown__trigger{color:#4285f4}header.navbar .left-side ul .nav-dropdown:hover .nav-dropdown__caret,header.navbar .left-side ul .nav-dropdown.open .nav-dropdown__caret{transform:rotate(180deg)}header.navbar .left-side ul .nav-dropdown .dropdown-menu{z-index:1600;opacity:0;visibility:hidden;transform-origin:top;background:#fff;border:1px solid #141b300f;border-radius:14px;flex-direction:column;gap:2px;min-width:300px;padding:8px;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;display:flex;position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%)translateY(-8px)scale(.97);box-shadow:0 18px 44px #141b3024,0 3px 10px #141b300f}header.navbar .left-side ul .nav-dropdown .dropdown-menu:before{content:"";background:#fff;border-top:1px solid #141b300f;border-left:1px solid #141b300f;border-radius:4px 0 0;width:14px;height:14px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}header.navbar .left-side ul .nav-dropdown .dropdown-menu:after{content:"";height:16px;position:absolute;top:-16px;left:0;right:0}header.navbar .left-side ul .nav-dropdown .dropdown-menu .dropdown-item{border-radius:11px;align-items:center;gap:12px;padding:10px 12px;transition:background .15s;display:flex}header.navbar .left-side ul .nav-dropdown .dropdown-menu .dropdown-item:hover{background:#4285f412}header.navbar .left-side ul .nav-dropdown .dropdown-menu .dropdown-item:hover .dropdown-item__icon{color:#fff;background:#4285f4}header.navbar .left-side ul .nav-dropdown .dropdown-menu .dropdown-item:hover .dropdown-item__title{color:#4285f4}header.navbar .left-side ul .nav-dropdown .dropdown-menu .dropdown-item__icon{color:#4285f4;background:#4285f41a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;line-height:1;transition:background .15s,color .15s;display:inline-flex}header.navbar .left-side ul .nav-dropdown .dropdown-menu .dropdown-item__icon .icon{width:16px;height:16px;font-size:16px;display:block}header.navbar .left-side ul .nav-dropdown .dropdown-menu .dropdown-item__text{flex-direction:column;gap:2px;min-width:0;display:flex}header.navbar .left-side ul .nav-dropdown .dropdown-menu .dropdown-item__title{color:#1f2637;font-size:14px;font-weight:700;line-height:1.3;transition:color .15s}header.navbar .left-side ul .nav-dropdown .dropdown-menu .dropdown-item__desc{color:#6b7280;white-space:nowrap;font-size:12px;font-weight:400;line-height:1.4}header.navbar .left-side ul .nav-dropdown:hover .dropdown-menu,header.navbar .left-side ul .nav-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)scale(1)}@media only screen and (max-width:600px){header.navbar .left-side ul .nav-dropdown .dropdown-menu{box-shadow:none;border:none;min-width:0;margin-top:6px;position:static;transform:none}header.navbar .left-side ul .nav-dropdown .dropdown-menu:before,header.navbar .left-side ul .nav-dropdown .dropdown-menu:after{display:none}header.navbar .left-side ul .nav-dropdown:hover .dropdown-menu,header.navbar .left-side ul .nav-dropdown.open .dropdown-menu{transform:none}}header.navbar .right-side{align-items:center;gap:15px;padding:0 20px;display:flex}@media only screen and (max-width:767px){header.navbar .right-side{gap:10px;padding:0 15px 0 0}header.navbar .right-side .icon{display:none}}header.navbar .right-side .post-btn{color:#fff;cursor:pointer;white-space:nowrap;background-color:#4285f4;border-radius:50px;padding:6px 20px}@media only screen and (max-width:767px){header.navbar .right-side .post-btn{padding:6px 12px;font-size:14px}}header.navbar .right-side .login-btn{cursor:pointer;text-transform:uppercase;white-space:nowrap;font-size:13px;font-weight:600;text-decoration:none}@media only screen and (max-width:767px){header.navbar .right-side .login-btn{font-size:12px}}
.workspace-header__mode-switcher{background-color:#16a34a;border-radius:99px;flex-shrink:0;align-self:center;align-items:center;gap:4px;max-height:34px;padding:6px;display:inline-flex}@media only screen and (max-width:767px){.workspace-header__mode-switcher{display:none}}.workspace-header__mode-tab{color:#fff;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:20px;justify-content:center;align-items:center;gap:6px;padding:5px 14px;font-size:.78rem;font-weight:600;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.workspace-header__mode-tab:hover:not(.workspace-header__mode-tab--active){color:#fff;opacity:.92}.workspace-header__mode-tab--active{color:#fff;background:linear-gradient(#4fa3ff 0%,#2b6cf6 100%);box-shadow:inset 0 0 0 4px #ffffff14}.workspace-header__mode-tab-icon{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.workspace-header__mode-tab-icon .icon{width:14px;height:14px;font-size:14px}header.workspace-header{flex-wrap:nowrap}header.workspace-header .left-side,header.workspace-header .right-side{flex-wrap:nowrap;min-width:0}header.workspace-header .right-side{gap:14px;padding-right:28px}@media only screen and (max-width:767px){header.workspace-header .right-side{padding-right:16px}}header.workspace-header .right-side>.icon{color:#4b5563;justify-content:center;align-items:center;font-size:18px;text-decoration:none;display:flex}header.workspace-header .right-side .workspace-header__notif{position:relative}header.workspace-header .right-side .workspace-header__notif .workspace-header__notif-badge{color:#fff;text-align:center;box-sizing:content-box;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:10px;font-weight:700;line-height:16px;display:flex;position:absolute;top:-6px;right:-6px}header.workspace-header .right-side .logged-account{cursor:pointer;position:relative}header.workspace-header .right-side .logged-account .profile{cursor:pointer;align-items:center;gap:10px;display:flex}header.workspace-header .right-side .logged-account .profile .dp{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px;position:relative;overflow:hidden}header.workspace-header .right-side .logged-account .profile .profile-meta{white-space:nowrap;flex-direction:column;line-height:1.15;display:flex}@media only screen and (max-width:900px){header.workspace-header .right-side .logged-account .profile .profile-meta{display:none}}header.workspace-header .right-side .logged-account .profile .profile-meta .profile-meta__name{color:#1d2437;text-overflow:ellipsis;max-width:120px;font-size:13px;font-weight:600;overflow:hidden}header.workspace-header .right-side .logged-account .profile .profile-meta .profile-meta__role{color:#6b7280;font-size:11px}header.workspace-header .right-side .logged-account .dp .dp-initials{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:.85rem;font-weight:700;display:flex;position:absolute;inset:0}header.workspace-header .right-side .logged-account .account-options{z-index:200;opacity:0;visibility:hidden;pointer-events:none;background:#fff;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 10px);overflow:hidden;transform:translateY(-8px)}header.workspace-header .right-side .logged-account .account-options.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}header.workspace-header .right-side .logged-account .account-options{border:1px solid #11182714;border-radius:14px;min-width:280px;padding:0;right:12px;box-shadow:0 12px 32px #11182729}@media only screen and (max-width:767px){header.workspace-header .right-side .logged-account .account-options{right:8px}}header.workspace-header .right-side .logged-account .account-options .account{background:linear-gradient(135deg,#f5f7ff 0%,#eef2ff 100%);border-bottom:1px solid #11182714;align-items:center;gap:12px;padding:18px;display:flex}header.workspace-header .right-side .logged-account .account-options .account .dp{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;flex-shrink:0;width:46px;height:46px;position:relative;overflow:hidden}header.workspace-header .right-side .logged-account .account-options .account .dp .dp-initials{font-size:1.15rem}header.workspace-header .right-side .logged-account .account-options .account .name-detail{white-space:nowrap;flex-direction:column;width:calc(100% - 58px);display:flex}header.workspace-header .right-side .logged-account .account-options .account .name-detail .name{color:#1d2437;font-size:15px;font-weight:600}header.workspace-header .right-side .logged-account .account-options .account .name-detail .bio{text-overflow:ellipsis;font-size:12px;overflow:hidden}header.workspace-header .right-side .logged-account .account-options .options{flex-direction:column;padding:8px;display:flex}header.workspace-header .right-side .logged-account .account-options .options .post-project{color:#fff;background:#4285f4;border:1px solid #4285f4;border-radius:999px;justify-content:center;align-items:center;width:calc(100% - 16px);margin:8px;padding:9px 20px;font-weight:600;transition:background .15s,color .15s;display:flex}header.workspace-header .right-side .logged-account .account-options .options .post-project:hover{color:#4285f4;background:#fff}header.workspace-header .right-side .logged-account .account-options .options .group-start{background:#11182714;width:100%;height:1px;margin:6px 0}header.workspace-header .right-side .logged-account .account-options .options .option{border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 12px;transition:background-color .15s,color .15s;display:flex}header.workspace-header .right-side .logged-account .account-options .options .option .icon{color:#4285f4;flex-shrink:0;justify-content:center;align-items:center;width:22px;font-size:16px;display:flex}header.workspace-header .right-side .logged-account .account-options .options .option .caption{color:#1d2437;font-size:14px}header.workspace-header .right-side .logged-account .account-options .options .option:hover{background-color:#eef2ff}header.workspace-header .right-side .logged-account .account-options .options .option:hover .caption{color:#4f46e5}header.workspace-header .left-side ul li a{color:#1d2437;align-items:center;gap:6px;padding:4px 2px;line-height:1;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}header.workspace-header .left-side ul li a svg{flex-shrink:0;width:14px;height:14px}header.workspace-header .left-side ul li a:after{content:"";transform-origin:0;background:linear-gradient(90deg,#4285f4 0%,#34a853 100%);border-radius:1px;height:2px;transition:transform .22s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}header.workspace-header .left-side ul li a:hover{color:#4285f4}header.workspace-header .left-side ul li a:hover:after{transform:scaleX(1)}@media only screen and (max-width:1400px){header.workspace-header .left-side{gap:16px}header.workspace-header .left-side ul{gap:14px}header.workspace-header .right-side{gap:10px}}@media only screen and (max-width:1100px){header.workspace-header .right-side .logged-account .profile .profile-meta{display:none}}@media only screen and (min-width:601px) and (max-width:1000px){header.workspace-header .left-side ul{display:none}}
