.header[data-v-0b0b97a7] {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: #fffffff2;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(0, 0, 0, .05)
        }

        .header-inner[data-v-0b0b97a7] {
            justify-content: space-between;
            height: 72px
        }

        .header-inner[data-v-0b0b97a7],
        .logo[data-v-0b0b97a7] {
            display: flex;
            align-items: center
        }

        .logo[data-v-0b0b97a7] {
            gap: 10px
        }

        .logo-text[data-v-0b0b97a7] {
            font-size: 22px;
            font-weight: 800;
            color: #1f2937;
            letter-spacing: -.5px
        }

        .main-nav[data-v-0b0b97a7] {
            display: flex;
            align-items: center;
            gap: 32px
        }

        .nav-link[data-v-0b0b97a7] {
            font-size: 15px;
            font-weight: 500;
            color: #6b7280;
            text-decoration: none;
            transition: color .2s;
            position: relative
        }

        .nav-link.active[data-v-0b0b97a7],
        .nav-link[data-v-0b0b97a7]:hover {
            color: #2563eb
        }

        .nav-link.active[data-v-0b0b97a7]:after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 0;
            right: 0;
            height: 2px;
            background: #2563eb;
            border-radius: 1px
        }

        .header-actions[data-v-0b0b97a7] {
            display: flex;
            align-items: center;
            gap: 12px
        }

        .user-entry[data-v-0b0b97a7] {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 6px 10px 6px 6px;
            border-radius: 999px;
            background: #eff6ff;
            color: #1e3a8a;
            transition: background .2s, color .2s
        }

        .user-entry[data-v-0b0b97a7]:hover {
            background: #dbeafe;
            color: #1d4ed8
        }

        .user-entry-avatar[data-v-0b0b97a7] {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
            color: #fff;
            font-size: 13px;
            font-weight: 700
        }

        .user-entry-name[data-v-0b0b97a7] {
            max-width: 120px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
            font-weight: 600
        }

        .mobile-nav[data-v-0b0b97a7] {
            display: none;
            position: relative
        }

        .mobile-nav-toggle[data-v-0b0b97a7] {
            list-style: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            background: #fff;
            cursor: pointer
        }

        .mobile-nav-toggle[data-v-0b0b97a7]::-webkit-details-marker {
            display: none
        }

        .mobile-nav-panel[data-v-0b0b97a7] {
            position: absolute;
            top: calc(100% + 12px);
            right: 0;
            width: min(320px, calc(100vw - 32px));
            padding: 16px;
            border: 1px solid rgba(148, 163, 184, .18);
            border-radius: 20px;
            background: rgba(255, 255, 255, .98);
            box-shadow: 0 20px 45px rgba(15, 23, 42, .14)
        }

        .mobile-nav-links[data-v-0b0b97a7] {
            display: flex;
            flex-direction: column;
            gap: 6px
        }

        .mobile-nav-link[data-v-0b0b97a7] {
            display: block;
            padding: 12px 14px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 600;
            color: #475569;
            transition: background-color .2s, color .2s
        }

        .mobile-nav-link.active[data-v-0b0b97a7],
        .mobile-nav-link[data-v-0b0b97a7]:hover {
            color: #2563eb;
            background: #eff6ff
        }

        .mobile-nav-actions[data-v-0b0b97a7] {
            display: flex;
            gap: 12px;
            margin-top: 16px
        }

        .mobile-nav-actions .btn[data-v-0b0b97a7] {
            flex: 1
        }

        .btn[data-v-0b0b97a7] {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            padding: 0 20px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all .2s;
            border: none;
            outline: none;
            text-decoration: none
        }

        .btn-login[data-v-0b0b97a7] {
            background: transparent;
            color: #6b7280;
            border: 1px solid #e5e7eb
        }

        .btn-login[data-v-0b0b97a7]:hover {
            color: #2563eb;
            border-color: #2563eb
        }

        .btn-primary[data-v-0b0b97a7] {
            background: #2563eb;
            color: #fff
        }

        .btn-primary[data-v-0b0b97a7]:hover {
            background: #1e40af
        }

        @media(max-width:1024px) {
            .main-nav[data-v-0b0b97a7] {
                display: none
            }

            .header-actions[data-v-0b0b97a7] {
                display: none
            }

            .mobile-nav[data-v-0b0b97a7] {
                display: block
            }
        }

        @media(max-width:640px) {
            .header-inner[data-v-0b0b97a7] {
                height: 64px
            }

            .logo-text[data-v-0b0b97a7] {
                font-size: 18px
            }

            .mobile-nav-panel[data-v-0b0b97a7] {
                width: calc(100vw - 32px)
            }
        }
