:root{
  --bg:#fff;
  --panel:#fff;
  --muted:#5f6368;
  --text:#202124;
  --border:rgba(60,64,67,.14);
  --shadow:0 8px 30px rgba(60,64,67,.12);
  --brand:#1a73e8;
}
*{box-sizing:border-box}
html,body{height:100%}
body.acBody{margin:0;font:14px/1.4 Arial,Helvetica,sans-serif;color:var(--text);background:#f6f8fc}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
[hidden]{display:none!important}

.acTop{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff;border-bottom:1px solid var(--border)}
.acBrand{font-weight:900;letter-spacing:-.2px;color:var(--text);text-decoration:none;font-size:16px}
.acDot{display:inline-block}
.acTopRight{position:relative}

.acAvatarBtn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;display:flex;align-items:center;gap:8px;height:36px;overflow:hidden;}
.acAvatarLetter{width:22px;height:22px;border-radius:999px;background:#e8f0fe;color:#1a73e8;display:flex;align-items:center;justify-content:center;font-weight:900}
#authAvatar{width:22px;height:22px;border-radius:999px;object-fit:cover;display:block}
.acAvatarBtn img{width:22px;height:22px;border-radius:999px;object-fit:cover;display:block}

.acMenu{position:absolute;right:0;top:44px;width:230px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);overflow:hidden;max-height:calc(100vh - 80px);overflow-y:auto}
.acMenuHdr{padding:10px 12px;border-bottom:1px solid var(--border)}
.acMenuName{font-weight:800}
.acMenuSub{font-size:12px;color:var(--muted);margin-top:2px}
.acMenuLink{display:block;padding:10px 12px;color:var(--text)}
.acMenuLink:hover{background:#f1f3f4;text-decoration:none}
.acMenuSep{height:1px;background:var(--border)}
.acMenuBtn,.acMenuBtnLink{display:block;width:100%;text-align:left;border:0;background:#fff;padding:10px 12px;color:var(--text);cursor:pointer}
.acMenuBtn:hover,.acMenuBtnLink:hover{background:#f1f3f4;text-decoration:none}

.acShell{display:flex;gap:14px;max-width:1200px;margin:16px auto;padding:0 14px}
.acSide{width:280px;flex:0 0 auto}
.acMain{flex:1 1 auto;min-width:0}

.acProfile{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:12px 12px;box-shadow:0 1px 2px rgba(60,64,67,.10)}
.acProfileAvatar{width:44px;height:44px;border-radius:16px;background:#f1f3f4;display:flex;align-items:center;justify-content:center;overflow:hidden}
#acProfileAvatarImg{width:100%;height:100%;object-fit:cover}
#acProfileAvatarLetter{font-weight:900;color:#5f6368}
.acProfileName{font-weight:900}
.acProfileSub{color:var(--muted);font-size:12px;margin-top:2px}

.acNav{margin-top:12px;display:flex;flex-direction:column;gap:8px}
.acNavItem{border:1px solid var(--border);background:#fff;border-radius:14px;padding:10px 12px;text-align:left;cursor:pointer;font-weight:800}
.acNavItem:hover{box-shadow:0 2px 10px rgba(60,64,67,.10)}
.acNavActive{border-color:rgba(26,115,232,.40);box-shadow:0 2px 12px rgba(26,115,232,.12)}

.acSideFoot{margin-top:12px;color:var(--muted);font-size:12px;display:flex;align-items:center;gap:8px;justify-content:center}

.acPanel{min-width:0}
.acH1{margin:0 0 12px;font-size:18px;font-weight:900}
.acPanelTop{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.acPanelActions{display:flex;gap:10px;align-items:center}

.acGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:980px){.acShell{flex-direction:column}.acSide{width:auto}.acGrid{grid-template-columns:1fr}}

.acCard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:14px 14px;box-shadow:0 1px 2px rgba(60,64,67,.10)}
.acCardTitle{font-weight:900;margin-bottom:10px}
.acMuted{color:var(--muted);font-size:12px;margin-top:10px}

.acKpiRow{display:flex;gap:10px;flex-wrap:wrap}
.acKpi{flex:1 1 120px;background:#f6f8fc;border:1px solid rgba(60,64,67,.10);border-radius:16px;padding:12px}
.acKpiN{font-size:18px;font-weight:900}
.acKpiL{font-size:12px;color:var(--muted);margin-top:2px}

.acBtnRow{display:flex;gap:10px;flex-wrap:wrap}
.acBtn{border:1px solid rgba(26,115,232,.25);background:#1a73e8;color:#fff;border-radius:14px;padding:9px 12px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.acBtn:hover{text-decoration:none;box-shadow:0 2px 12px rgba(26,115,232,.20)}
.acBtnGhost{background:#fff;color:#1a73e8;border-color:rgba(26,115,232,.25)}
.acBtnGhost:hover{box-shadow:0 2px 10px rgba(60,64,67,.10)}

.acSelect{border:1px solid var(--border);background:#fff;border-radius:14px;padding:9px 10px;font-weight:800}
.acFormRow{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.acLabel{font-weight:900}
.acCheck{display:flex;align-items:center;gap:10px;margin-top:12px;font-weight:800}
.acCheck input{width:18px;height:18px}

.acList{display:flex;flex-direction:column;gap:10px}
.acRow{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(60,64,67,.10);background:#fff;border-radius:14px;padding:10px 12px}
.acRowMain{min-width:0}
.acRowTitle{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.acRowSub{font-size:12px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.acRowRight{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.acPill{border:1px solid rgba(60,64,67,.12);background:#f6f8fc;border-radius:999px;padding:6px 10px;font-weight:900;font-size:12px}
.acSmallBtn{border:1px solid rgba(60,64,67,.14);background:#fff;border-radius:12px;padding:7px 10px;cursor:pointer;font-weight:900}
.acSmallBtn:hover{box-shadow:0 2px 10px rgba(60,64,67,.10)}


.acInput{border:1px solid var(--border);background:#fff;border-radius:14px;padding:9px 10px;font-weight:800;width:100%}
.acHr{border:0;border-top:1px solid var(--border);margin:12px 0}
.acSmall{font-size:12px;color:var(--muted)}
.acBig{font-size:34px;font-weight:900;letter-spacing:-.6px;margin-top:6px}

/* =========================================================
   GA ("Google Account"-style) class aliases
   Some pages use ga* classnames while account.html uses ac*.
   This block keeps both working.
   ========================================================= */

body.gaBody{margin:0;font:14px/1.4 Arial,Helvetica,sans-serif;color:var(--text);background:#f6f8fc;min-height:100%;display:flex;flex-direction:column}

.gaTopbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff;border-bottom:1px solid var(--border)}
.gaTitle{font-weight:900;letter-spacing:-.2px;color:var(--text);text-decoration:none;font-size:16px}
.gaTopRight{position:relative;display:flex;align-items:center;gap:10px}

.gaIconBtn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text);text-decoration:none;font-weight:900}
.gaIconBtn:hover{background:#f1f3f4;text-decoration:none}

.gaAvatarBtn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;display:flex;align-items:center;gap:8px;height:36px;overflow:hidden}
.gaAvatarLetter{width:22px;height:22px;border-radius:999px;background:#e8f0fe;color:#1a73e8;display:flex;align-items:center;justify-content:center;font-weight:900}
.gaAvatarBtn img{width:22px;height:22px;border-radius:999px;object-fit:cover;display:block}

.gaMenu{position:absolute;right:0;top:44px;width:230px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);overflow:hidden;max-height:calc(100vh - 80px);overflow-y:auto}
.gaMenu a{display:block;padding:10px 12px;color:var(--text)}
.gaMenu a:hover{background:#f1f3f4;text-decoration:none}
.gaMenu button{display:block;width:100%;text-align:left;border:0;background:#fff;padding:10px 12px;color:var(--text);cursor:pointer}
.gaMenu button:hover{background:#f1f3f4}

.gaShell{flex:1;display:flex;gap:14px;max-width:1200px;margin:16px auto;padding:0 14px;width:100%}
.gaSide{width:280px;flex:0 0 auto}
.gaMain{flex:1 1 auto;min-width:0}
.gaCenter{display:flex;flex-direction:column;gap:14px}

.gaProfile{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:18px;padding:12px 12px;box-shadow:0 1px 2px rgba(60,64,67,.10)}
.gaProfileAvatar{width:44px;height:44px;border-radius:16px;background:#f1f3f4;display:flex;align-items:center;justify-content:center;overflow:hidden}
#gaProfileAvatarImg{width:100%;height:100%;object-fit:cover}
#gaProfileAvatarLetter{font-weight:900;color:#5f6368}
.gaProfileName{font-weight:900}
.gaProfileEmail{color:var(--muted);font-size:12px;margin-top:2px}

.gaNav{margin-top:12px;display:flex;flex-direction:column;gap:8px}
.gaNavItem{display:flex;align-items:center;gap:10px;border:1px solid var(--border);background:#fff;border-radius:14px;padding:10px 12px;cursor:pointer;font-weight:800;color:var(--text);text-decoration:none}
.gaNavItem:hover{box-shadow:0 2px 10px rgba(60,64,67,.10);text-decoration:none}
.gaNavItemActive{border-color:rgba(26,115,232,.40);box-shadow:0 2px 12px rgba(26,115,232,.12)}
.gaNavIcon{display:inline-flex}

.gaCard{background:#fff;border:1px solid var(--border);border-radius:18px;padding:14px 14px;box-shadow:0 1px 2px rgba(60,64,67,.10)}
.gaCardTitle{margin:0 0 10px;font-size:18px;font-weight:900}
.gaMuted{color:var(--muted)}

.gaSearch{border:1px solid var(--border);background:#fff;border-radius:14px;padding:9px 10px;font-weight:800;width:100%}
.gaAlertBtn{border:1px solid rgba(26,115,232,.25);background:#1a73e8;color:#fff;border-radius:14px;padding:9px 12px;font-weight:900;cursor:pointer}
.gaAlertBtn:hover{box-shadow:0 2px 12px rgba(26,115,232,.20)}

@media(max-width:980px){.gaShell{flex-direction:column}.gaSide{width:auto}}
