/* ==========================================================================
   アカウントバー — style.css
   レイアウトはインラインスタイルで管理。
   ========================================================================== */

/* 未ログイン時 */
.anw-acbar--hidden { display: none !important; }

/* ホームボタン ホバー */
.anw-acbar-home:hover { color: #3d46c4 !important; }

/* 設定ボタン ホバー */
.anw-acbar-settings:hover { color: #3d46c4 !important; }

/* ゲストメッセージ（残骸用） */
.anw-acbar-guest-msg { display: none !important; }
.anw-acbar-guest-msg a { color: #0044cc; text-decoration: none; font-weight: 700; }

/* モバイル */
@media (max-width: 768px) {
    .anw-acbar             { height: 40px !important; }
    /* 3カラムgrid: [アイコン] [名前中央] [アイコン] */
    .anw-acbar-inner {
        display: grid !important;
        grid-template-columns: auto 1fr auto !important;
        align-items: center !important;
        gap: 4px !important;
    }
    .anw-acbar-name {
        justify-content: center !important;
        font-size: 14px !important;
    }
    .anw-acbar-home-label  { display: none !important; }
    .anw-settings-label    { display: none !important; }
    .anw-acbar-home     { width: 36px !important; height: 34px !important; padding: 0 !important; justify-content: center !important; }
    .anw-acbar-right    { justify-content: flex-end !important; }
    .anw-acbar-settings { width: 36px !important; height: 34px !important; padding: 0 !important; }
    .anw-acbar-home svg,
    .anw-acbar-settings svg { width: 26px !important; height: 26px !important; }
}
