
/* ATH Collab Center Experience */
.ath-collab-badge{
    width:max-content;
    min-height:42px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.065);
    border:1px solid rgba(255,255,255,.10);
    color:#fff!important;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.06em;
    text-decoration:none!important;
}

.ath-collab-badge span{
    min-width:26px;
    height:26px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 8px;
    border-radius:999px;
    background:rgba(255,255,255,.12);
    color:#fff;
}

.ath-collab-badge.has-new{
    background:linear-gradient(135deg,#ffb21a,#ff6a00);
    color:#05070d!important;
    box-shadow:0 16px 34px rgba(255,106,0,.22);
}

.ath-collab-badge.has-new span{
    background:#05070d;
    color:#56ff8c;
}

.ath-collab-thread{
    margin-top:14px;
    padding:14px;
    border-radius:22px;
    background:rgba(255,255,255,.040);
    border:1px solid rgba(255,255,255,.08);
}

.ath-collab-thread-head{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:12px;
    margin-bottom:12px;
}

.ath-collab-thread-head strong{
    color:#fff;
    font-size:15px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.ath-collab-thread-head small{
    color:rgba(255,255,255,.56);
    font-size:12px;
}

.ath-collab-messages{
    display:grid;
    gap:10px;
    max-height:340px;
    overflow:auto;
    padding-right:4px;
}

.ath-collab-chat-bubble{
    max-width:82%;
    padding:11px 12px;
    border-radius:18px;
    background:rgba(255,255,255,.060);
    border:1px solid rgba(255,255,255,.08);
}

.ath-collab-chat-bubble.is-mine{
    justify-self:end;
    background:linear-gradient(135deg,rgba(255,178,26,.18),rgba(255,106,0,.12));
    border-color:rgba(255,138,0,.24);
}

.ath-collab-chat-bubble.is-theirs{
    justify-self:start;
    background:rgba(0,196,255,.075);
    border-color:rgba(0,196,255,.18);
}

.ath-collab-chat-meta{
    display:flex;
    align-items:center;
    gap:7px;
    margin-bottom:7px;
}

.ath-collab-chat-meta img{
    width:24px!important;
    height:24px!important;
    border-radius:50%!important;
}

.ath-collab-chat-meta span{
    color:#fff;
    font-size:12px;
    font-weight:900;
}

.ath-collab-chat-meta small{
    color:rgba(255,255,255,.48);
    font-size:11px;
}

.ath-collab-chat-bubble p{
    margin:0;
    color:rgba(255,255,255,.80);
    line-height:1.5;
    font-size:14px;
}

.ath-collab-no-messages{
    padding:14px;
    border-radius:16px;
    background:rgba(255,255,255,.035);
    border:1px dashed rgba(255,255,255,.12);
    color:rgba(255,255,255,.58);
    text-align:center;
    font-size:13px;
}

.ath-collab-message-form{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    align-items:end;
    margin-top:12px;
}

.ath-collab-message-form textarea{
    width:100%;
    min-height:46px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;
    background:#fff!important;
    color:#05070d!important;
    padding:12px 13px;
    font-size:14px;
    font-weight:750;
    resize:vertical;
    outline:none;
}

.ath-collab-message-form button{
    min-height:46px;
    padding:11px 16px;
    border:0;
    border-radius:999px;
    background:linear-gradient(135deg,#00c4ff,#2c5cff);
    color:#fff;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.06em;
    cursor:pointer;
}

@media(max-width:640px){
    .ath-collab-chat-bubble{
        max-width:94%;
    }

    .ath-collab-message-form{
        grid-template-columns:1fr;
    }

    .ath-collab-message-form button{
        width:100%;
    }
}


.ath-collab-message-form.is-sending button{
    opacity:.72;
    pointer-events:none;
}

.ath-collab-form-status{
    margin-top:8px;
    color:#56ff8c;
    font-size:12px;
    font-weight:850;
}

.ath-collab-form-status.is-error{
    color:#ff8a8a;
}

.ath-collab-message-delete{
    min-height:24px;
    padding:4px 8px;
    border-radius:999px;
    background:rgba(255,80,80,.10);
    border:1px solid rgba(255,80,80,.22);
    color:#ff8a8a;
    font-size:10px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.04em;
    cursor:pointer;
    margin-left:auto;
}

.ath-collab-chat-bubble.is-deleting{
    opacity:.55;
    pointer-events:none;
}

.ath-collab-thread-head:only-child{
    margin-bottom:0;
}

/* ATH Collab Center v1.9.139 - Command Center upgrade */
.ath-collab-command{
    max-width:1280px!important;
    margin:22px auto!important;
    padding:0 14px 34px!important;
}

.ath-collab-command-hero{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
    gap:18px;
    align-items:stretch;
    padding:22px;
    border-radius:34px;
    background:
        radial-gradient(circle at 8% 0%,rgba(255,138,0,.28),transparent 38%),
        radial-gradient(circle at 98% 24%,rgba(0,196,255,.22),transparent 34%),
        linear-gradient(135deg,rgba(7,10,19,.98),rgba(12,20,38,.96));
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 28px 90px rgba(0,0,0,.32);
    overflow:hidden;
    position:relative;
}

.ath-collab-command-hero:before{
    content:"";
    position:absolute;
    inset:-1px;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.09),transparent);
    opacity:.35;
    pointer-events:none;
}

.ath-collab-command-copy{position:relative;z-index:1}
.ath-collab-command-copy>span,
.ath-collab-playbook small,
.ath-collab-side-card small,
.ath-collab-panel-headline span{
    display:block;
    color:#00c4ff;
    font-size:11px;
    font-weight:950;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.ath-collab-command-copy h2{
    margin:8px 0 8px!important;
    color:#fff!important;
    font-size:clamp(34px,5vw,68px)!important;
    line-height:.95!important;
    letter-spacing:-.05em!important;
}

.ath-collab-command-copy h2 em{color:#ff8a00;font-style:normal;text-shadow:0 0 24px rgba(255,138,0,.34)}
.ath-collab-command-copy p{max-width:720px;margin:0!important;color:rgba(255,255,255,.72)!important;font-size:16px!important;line-height:1.55!important}

.ath-collab-command-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.ath-collab-command-actions a,
.ath-collab-side-card a,
.ath-collab-radar-cta{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 14px;
    border-radius:999px;
    background:linear-gradient(135deg,#ffb21a,#ff6a00);
    color:#05070d!important;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.06em;
    text-decoration:none!important;
    border:0;
}

.ath-collab-command-actions a+ a,
.ath-collab-side-card a{
    background:rgba(255,255,255,.07);
    color:#fff!important;
    border:1px solid rgba(255,255,255,.12);
}

.ath-collab-command-scoreboard{
    position:relative;z-index:1;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}

.ath-collab-command-scoreboard div{
    min-height:126px;
    display:grid;
    align-content:center;
    gap:6px;
    padding:16px;
    border-radius:24px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.10);
    backdrop-filter:blur(10px);
}

.ath-collab-command-scoreboard strong{color:#fff;font-size:42px;line-height:1;font-weight:1000;letter-spacing:-.06em}
.ath-collab-command-scoreboard span{color:rgba(255,255,255,.62);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.09em}

.ath-collab-playbook{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin:14px 0;
}

.ath-collab-playbook div,
.ath-collab-side-card,
.ath-collab-radar-card{
    padding:16px;
    border-radius:24px;
    background:rgba(8,13,24,.92);
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 18px 48px rgba(0,0,0,.18);
}

.ath-collab-playbook strong,.ath-collab-side-card strong{display:block;margin-top:6px;color:#fff;font-size:17px;font-weight:950}
.ath-collab-playbook p,.ath-collab-side-card p,.ath-collab-radar-card p{margin:7px 0 0;color:rgba(255,255,255,.66);line-height:1.5;font-size:13px}

.ath-collab-command-tabs{position:sticky;top:8px;z-index:20;padding:10px;border-radius:999px;background:rgba(5,7,13,.72);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.09)}
.ath-collab-command-tabs .ath-collab-tab{display:inline-flex;align-items:center;gap:8px}

.ath-collab-command-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 330px;
    gap:16px;
    align-items:start;
}

.ath-collab-command-main{min-width:0}
.ath-collab-command-side{display:grid;gap:12px;position:sticky;top:86px}
.ath-collab-side-card ol{margin:10px 0 0;padding-left:20px;color:rgba(255,255,255,.70);line-height:1.7;font-size:13px}
.ath-collab-side-card a{width:100%;margin-top:8px}
.ath-collab-priority-card{background:radial-gradient(circle at top right,rgba(86,255,140,.16),transparent 44%),rgba(8,13,24,.94)}

.ath-collab-panel-headline{
    display:flex;
    justify-content:space-between;
    gap:12px;
    align-items:end;
    margin:8px 0 14px;
}
.ath-collab-panel-headline strong{color:#fff;font-size:18px;font-weight:950;text-align:right}

.ath-collab-pipeline-list{gap:16px!important}
.ath-collab-card{
    position:relative;
    overflow:hidden;
    border-radius:30px!important;
    background:
        radial-gradient(circle at 100% 0%,rgba(0,196,255,.12),transparent 34%),
        linear-gradient(145deg,rgba(10,16,31,.98),rgba(6,9,18,.98))!important;
}
.ath-collab-card:before{
    content:"";
    position:absolute;
    left:0;top:0;bottom:0;
    width:5px;
    background:#ff8a00;
    opacity:.9;
}
.ath-collab-card.status-accepted:before{background:#56ff8c}
.ath-collab-card.status-declined:before{background:#ff5b5b}

.ath-collab-intel-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr)) auto;
    gap:10px;
    margin-top:14px;
}
.ath-collab-intel-grid div,
.ath-collab-intel-grid a{
    min-height:64px;
    display:grid;
    align-content:center;
    padding:11px 12px;
    border-radius:18px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.08);
}
.ath-collab-intel-grid small{color:rgba(255,255,255,.45);font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.ath-collab-intel-grid strong{color:#fff;font-size:13px;font-weight:950}
.ath-collab-intel-grid a{min-width:116px;text-align:center;text-decoration:none!important;color:#ffb21a!important;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;justify-content:center}

.ath-collab-radar-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ath-collab-radar-card{display:grid;gap:10px}
.ath-collab-radar-user{display:flex;align-items:center;gap:10px;color:#fff!important;text-decoration:none!important}
.ath-collab-radar-user img{width:46px!important;height:46px!important;border-radius:16px!important;object-fit:cover!important}
.ath-collab-radar-user strong{display:block;color:#fff;font-size:14px;font-weight:950}
.ath-collab-radar-user small{display:block;margin-top:2px;color:#00c4ff;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.ath-collab-radar-card em{display:block;color:rgba(255,255,255,.58);font-size:12px;line-height:1.45;font-style:normal}
.ath-collab-radar-cta{width:max-content;margin-top:2px;background:rgba(0,196,255,.14);color:#fff!important;border:1px solid rgba(0,196,255,.26)}

@media(max-width:980px){
    .ath-collab-command-hero,.ath-collab-command-grid{grid-template-columns:1fr}
    .ath-collab-command-side{position:relative;top:auto;grid-template-columns:1fr}
    .ath-collab-playbook{grid-template-columns:1fr}
}

@media(max-width:680px){
    .ath-collab-command{padding:0 8px 28px!important}
    .ath-collab-command-hero{padding:18px;border-radius:28px}
    .ath-collab-command-scoreboard{grid-template-columns:repeat(2,minmax(0,1fr))}
    .ath-collab-command-scoreboard div{min-height:96px;padding:12px;border-radius:18px}
    .ath-collab-command-scoreboard strong{font-size:32px}
    .ath-collab-command-tabs{border-radius:24px;position:relative;top:auto}
    .ath-collab-intel-grid{grid-template-columns:1fr 1fr}
    .ath-collab-intel-grid a{grid-column:1/-1;width:100%}
    .ath-collab-radar-grid{grid-template-columns:1fr}
    .ath-collab-panel-headline{display:grid;align-items:start}
    .ath-collab-panel-headline strong{text-align:left}
}

/* ATH Collab Center v1.9.139 - New Wave simple/powerful flow */
.ath-collab-flow-bar{
    display:grid;
    grid-template-columns:minmax(260px,1fr) auto;
    gap:12px;
    align-items:end;
    margin:12px 0 16px;
    padding:12px;
    border-radius:24px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.10);
    backdrop-filter:blur(14px);
}

.ath-collab-search-wrap{display:grid;gap:6px;margin:0!important}
.ath-collab-search-wrap span{color:#00c4ff;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.11em}
.ath-collab-search-wrap input{
    width:100%;
    min-height:46px;
    padding:11px 14px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.12);
    background:#fff!important;
    color:#05070d!important;
    font-size:14px;
    font-weight:800;
    outline:none;
}

.ath-collab-status-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.ath-collab-status-filters button,
.ath-collab-quick-replies button,
.ath-collab-response-presets button{
    min-height:38px;
    padding:9px 12px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.11);
    background:rgba(255,255,255,.065);
    color:#fff;
    font-size:10px;
    font-weight:950;
    letter-spacing:.06em;
    text-transform:uppercase;
    cursor:pointer;
}
.ath-collab-status-filters button.is-active{background:linear-gradient(135deg,#00c4ff,#2c5cff);border-color:transparent;box-shadow:0 12px 28px rgba(0,196,255,.18)}

.ath-collab-brief{
    margin-top:12px;
    padding:12px 13px;
    border-radius:18px;
    background:linear-gradient(135deg,rgba(255,138,0,.11),rgba(0,196,255,.07));
    border:1px solid rgba(255,255,255,.09);
}
.ath-collab-brief small{display:block;color:#ffb21a;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.ath-collab-brief p{margin:5px 0 0;color:rgba(255,255,255,.82);font-size:13px;line-height:1.45;font-weight:750}

.ath-collab-quick-replies,.ath-collab-response-presets{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 0}
.ath-collab-quick-replies button{background:rgba(0,196,255,.09);border-color:rgba(0,196,255,.18)}
.ath-collab-response-presets{margin:0 0 12px}.ath-collab-response-presets button{background:rgba(86,255,140,.09);border-color:rgba(86,255,140,.18)}
.ath-collab-quick-replies button:hover,.ath-collab-response-presets button:hover{transform:translateY(-1px);filter:brightness(1.08)}

.ath-collab-filter-empty{
    margin-top:14px;
    padding:18px;
    border-radius:22px;
    background:rgba(255,255,255,.05);
    border:1px dashed rgba(255,255,255,.16);
    text-align:center;
}
.ath-collab-filter-empty strong{display:block;color:#fff;font-size:18px;font-weight:950}.ath-collab-filter-empty p{margin:6px 0 0;color:rgba(255,255,255,.60)}
[data-ath-collab-card][hidden]{display:none!important}

@media(max-width:780px){
    .ath-collab-flow-bar{grid-template-columns:1fr;border-radius:20px}
    .ath-collab-status-filters{justify-content:flex-start}
    .ath-collab-status-filters button{flex:1 1 auto}
}

/* ATH Collab Center v1.9.139 - App Style */
.ath-collab-app-style{
    --app-bg:#070b14;
    --app-card:rgba(12,18,34,.94);
    border-radius:38px;
    background:
        radial-gradient(circle at 50% -10%,rgba(255,138,0,.22),transparent 32%),
        radial-gradient(circle at 100% 4%,rgba(0,196,255,.18),transparent 30%),
        var(--app-bg);
    border:1px solid rgba(255,255,255,.10);
    box-shadow:0 30px 110px rgba(0,0,0,.38);
    overflow:hidden;
}

.ath-collab-appbar{
    min-height:72px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:12px;
    align-items:center;
    padding:14px 18px;
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(5,8,16,.78);
    border-bottom:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
}

.ath-collab-appbar-user{display:flex;align-items:center;gap:10px;min-width:0}
.ath-collab-appbar-user img{width:38px!important;height:38px!important;border-radius:14px!important;object-fit:cover!important;border:1px solid rgba(255,255,255,.18)!important}
.ath-collab-appbar-user small{display:block;color:rgba(255,255,255,.46);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.ath-collab-appbar-user strong{display:block;color:#fff;font-size:13px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}
.ath-collab-appbar-title{color:#fff;font-size:16px;font-weight:1000;letter-spacing:-.02em;text-align:center}.ath-collab-appbar-action{justify-self:end;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#ffb21a,#ff6a00);color:#05070d!important;text-decoration:none!important;font-size:24px;font-weight:900;box-shadow:0 14px 28px rgba(255,106,0,.22)}

.ath-collab-app-style .ath-collab-command-hero{margin:14px;border-radius:30px;min-height:0}
.ath-collab-app-style .ath-collab-command-copy h2{font-size:clamp(32px,5vw,58px)!important}
.ath-collab-app-style .ath-collab-command-scoreboard{grid-auto-flow:column;grid-auto-columns:minmax(130px,1fr);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.ath-collab-app-style .ath-collab-command-scoreboard div{scroll-snap-align:start;min-height:112px}
.ath-collab-app-style .ath-collab-playbook{margin:14px;grid-template-columns:repeat(3,minmax(230px,1fr));overflow-x:auto;scroll-snap-type:x mandatory}.ath-collab-app-style .ath-collab-playbook div{scroll-snap-align:start;background:rgba(255,255,255,.055)}
.ath-collab-app-style .ath-collab-command-tabs{margin:12px 14px!important;border-radius:22px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;overflow:visible}.ath-collab-app-style .ath-collab-command-tabs .ath-collab-tab{width:100%;justify-content:center;border-radius:18px;min-height:50px;padding:9px 8px;text-align:center}.ath-collab-app-style .ath-collab-command-tabs .ath-collab-new-count{position:absolute;top:-8px;right:4px}
.ath-collab-app-style .ath-collab-flow-bar{margin:12px 14px;border-radius:24px;background:rgba(255,255,255,.055)}
.ath-collab-app-style .ath-collab-command-grid{padding:0 14px 84px;grid-template-columns:minmax(0,1fr) 320px}.ath-collab-app-style .ath-collab-command-main,.ath-collab-app-style .ath-collab-command-side{min-width:0}.ath-collab-app-style .ath-collab-tab-panel{animation:athCollabScreenIn .22s ease both}.ath-collab-app-style .ath-collab-card{border-radius:28px!important;background:var(--app-card)!important}.ath-collab-app-style .ath-collab-card-head h3{font-size:20px}.ath-collab-app-style .ath-collab-message,.ath-collab-app-style .ath-collab-response,.ath-collab-app-style .ath-collab-thread{border-radius:22px;background:rgba(255,255,255,.05)}

.ath-collab-app-dock{display:none;position:fixed;left:50%;bottom:14px;transform:translateX(-50%);z-index:999;width:min(440px,calc(100% - 22px));padding:8px;border-radius:26px;background:rgba(5,8,16,.86);border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.38);backdrop-filter:blur(18px);grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.ath-collab-app-dock .ath-collab-tab{min-height:48px!important;border-radius:20px!important;padding:8px 6px!important;background:transparent!important;border:0!important;color:rgba(255,255,255,.66)!important;font-size:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:3px!important}.ath-collab-app-dock .ath-collab-tab:before{display:block;font-size:18px;line-height:1}.ath-collab-app-dock [data-tab="received"]:before{content:"✦"}.ath-collab-app-dock [data-tab="sent"]:before{content:"↗"}.ath-collab-app-dock [data-tab="messages"]:before{content:"✉"}.ath-collab-app-dock [data-tab="radar"]:before{content:"◎"}.ath-collab-app-dock .ath-collab-tab.is-active{background:linear-gradient(135deg,#ffb21a,#ff6a00)!important;color:#05070d!important;box-shadow:0 10px 24px rgba(255,106,0,.22)}

@keyframes athCollabScreenIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

@media(max-width:980px){
    .ath-collab-app-style{border-radius:0;border-left:0;border-right:0;margin-left:-8px!important;margin-right:-8px!important}.ath-collab-app-style .ath-collab-command-grid{grid-template-columns:1fr}.ath-collab-app-style .ath-collab-command-side{display:none}.ath-collab-app-dock{display:grid}.ath-collab-app-style .ath-collab-command-tabs{display:none}.ath-collab-appbar{grid-template-columns:1fr auto auto}.ath-collab-appbar-title{display:none}.ath-collab-command-actions{display:none}
}

@media(max-width:620px){
    .ath-collab-appbar{padding:12px 12px}.ath-collab-app-style .ath-collab-command-hero{margin:10px;border-radius:26px;padding:16px}.ath-collab-app-style .ath-collab-command-scoreboard div{min-width:132px}.ath-collab-app-style .ath-collab-playbook{margin:10px;grid-template-columns:repeat(3,240px)}.ath-collab-app-style .ath-collab-flow-bar{margin:10px}.ath-collab-app-style .ath-collab-command-grid{padding:0 10px 84px}.ath-collab-app-style .ath-collab-intel-grid{grid-template-columns:1fr}.ath-collab-appbar-user strong{max-width:130px}.ath-collab-status-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ath-collab-status-filters button{width:100%}
}

/* ATH Collab Center v1.9.139 - Simple Mode */
.ath-collab-app-style{
    max-width:760px!important;
    margin:18px auto!important;
    border-radius:30px!important;
}

.ath-collab-app-style .ath-collab-command-hero{
    display:block!important;
    margin:12px!important;
    padding:18px!important;
    border-radius:26px!important;
}

.ath-collab-app-style .ath-collab-command-copy h2{
    font-size:clamp(30px,7vw,46px)!important;
    margin-bottom:6px!important;
}

.ath-collab-app-style .ath-collab-command-copy p{
    max-width:520px!important;
    font-size:14px!important;
    line-height:1.45!important;
}

.ath-collab-app-style .ath-collab-command-actions,
.ath-collab-app-style .ath-collab-playbook,
.ath-collab-app-style .ath-collab-flow-bar,
.ath-collab-app-style .ath-collab-command-side,
.ath-collab-app-style .ath-collab-intel-grid,
.ath-collab-app-style .ath-collab-brief,
.ath-collab-app-style .ath-collab-command-scoreboard div:nth-child(4){
    display:none!important;
}

.ath-collab-app-style .ath-collab-command-scoreboard{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:14px!important;
    overflow:visible!important;
}

.ath-collab-app-style .ath-collab-command-scoreboard div{
    min-height:78px!important;
    border-radius:18px!important;
    padding:12px!important;
}

.ath-collab-app-style .ath-collab-command-scoreboard strong{font-size:28px!important}
.ath-collab-app-style .ath-collab-command-scoreboard span{font-size:9px!important}

.ath-collab-app-style .ath-collab-command-tabs{
    margin:10px 12px!important;
    padding:6px!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    border-radius:20px!important;
    position:sticky!important;
    top:72px!important;
}

.ath-collab-app-style .ath-collab-command-tabs [data-tab="radar"]{display:none!important}
.ath-collab-app-style .ath-collab-command-tabs .ath-collab-tab{
    min-height:44px!important;
    border-radius:16px!important;
    font-size:10px!important;
    padding:8px!important;
}

.ath-collab-app-style .ath-collab-command-grid{
    display:block!important;
    padding:0 12px 26px!important;
}

.ath-collab-app-style .ath-collab-panel-headline{
    margin:8px 0 10px!important;
    display:flex!important;
}
.ath-collab-app-style .ath-collab-panel-headline span{font-size:10px!important}
.ath-collab-app-style .ath-collab-panel-headline strong{font-size:13px!important;color:rgba(255,255,255,.64)!important}

.ath-collab-app-style .ath-collab-card{
    padding:15px!important;
    border-radius:24px!important;
}

.ath-collab-app-style .ath-collab-card-head{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:10px!important;
}

.ath-collab-app-style .ath-collab-card-head h3{
    font-size:18px!important;
    line-height:1.12!important;
}

.ath-collab-app-style .ath-collab-status{
    min-height:28px!important;
    padding:6px 9px!important;
    font-size:9px!important;
}

.ath-collab-app-style .ath-collab-message,
.ath-collab-app-style .ath-collab-response,
.ath-collab-app-style .ath-collab-thread{
    margin-top:10px!important;
    padding:12px!important;
    border-radius:18px!important;
}

.ath-collab-app-style .ath-collab-message p,
.ath-collab-app-style .ath-collab-response p{
    font-size:13px!important;
    line-height:1.45!important;
}

.ath-collab-app-style .ath-collab-quick-replies,
.ath-collab-app-style .ath-collab-response-presets{
    gap:6px!important;
}
.ath-collab-app-style .ath-collab-quick-replies button,
.ath-collab-app-style .ath-collab-response-presets button{
    min-height:34px!important;
    padding:8px 10px!important;
    font-size:9px!important;
}

.ath-collab-app-style .ath-collab-app-dock{display:none!important}

@media(max-width:980px){
    .ath-collab-app-style{margin:0 auto!important;border-radius:0!important;max-width:100%!important}
    .ath-collab-app-style .ath-collab-command-tabs{display:grid!important;top:66px!important}
    .ath-collab-appbar-title{display:block!important;font-size:14px!important}
}

@media(max-width:620px){
    .ath-collab-appbar{min-height:64px!important}
    .ath-collab-app-style .ath-collab-command-scoreboard strong{font-size:24px!important}
    .ath-collab-app-style .ath-collab-command-scoreboard div{min-width:0!important}
    .ath-collab-app-style .ath-collab-card-head h3{font-size:16px!important}
}

/* ATH Collab Center v1.9.139 - Compressed High-Volume Inbox */
.ath-collab-app-style{
    max-width:720px!important;
}
.ath-collab-app-style .ath-collab-command-hero{
    padding:14px!important;
    margin:10px!important;
}
.ath-collab-app-style .ath-collab-command-copy h2{
    font-size:clamp(26px,6vw,38px)!important;
    margin:4px 0!important;
}
.ath-collab-app-style .ath-collab-command-copy p{
    font-size:13px!important;
    max-width:480px!important;
}
.ath-collab-app-style .ath-collab-command-scoreboard{
    margin-top:10px!important;
}
.ath-collab-app-style .ath-collab-command-scoreboard div{
    min-height:62px!important;
    padding:9px!important;
    border-radius:16px!important;
}
.ath-collab-app-style .ath-collab-command-scoreboard strong{
    font-size:22px!important;
}
.ath-collab-app-style .ath-collab-command-tabs{
    margin:8px 10px!important;
    top:64px!important;
}
.ath-collab-app-style .ath-collab-command-tabs .ath-collab-tab{
    min-height:38px!important;
    padding:6px!important;
}
.ath-collab-app-style .ath-collab-command-grid{
    padding:0 10px 20px!important;
}
.ath-collab-app-style .ath-collab-panel-headline{
    margin:5px 0 8px!important;
}
.ath-collab-app-style .ath-collab-pipeline-list,
.ath-collab-app-style .ath-collab-list{
    gap:7px!important;
}
.ath-collab-compact-card{
    padding:10px!important;
    border-radius:18px!important;
    box-shadow:0 12px 28px rgba(0,0,0,.16)!important;
}
.ath-collab-compact-card:before{
    width:3px!important;
}
.ath-collab-compact-card .ath-collab-card-head{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
}
.ath-collab-compact-card .ath-collab-card-head span{
    font-size:9px!important;
}
.ath-collab-compact-card .ath-collab-card-head h3{
    margin:4px 0 0!important;
    font-size:14px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-width:100%!important;
}
.ath-collab-compact-card .ath-collab-card-head p{
    margin:4px 0 0!important;
    font-size:11px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}
.ath-collab-row-tools{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
}
.ath-collab-compact-card .ath-collab-status{
    min-height:25px!important;
    padding:5px 8px!important;
    font-size:8px!important;
    white-space:nowrap!important;
}
.ath-collab-details-toggle{
    min-height:26px!important;
    padding:5px 9px!important;
    border-radius:999px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    background:rgba(255,255,255,.065)!important;
    color:#fff!important;
    font-size:8px!important;
    font-weight:950!important;
    text-transform:uppercase!important;
    letter-spacing:.06em!important;
    cursor:pointer!important;
}
.ath-collab-compact-card.is-expanded .ath-collab-details-toggle,
.ath-collab-details-toggle[aria-expanded="true"]{
    background:linear-gradient(135deg,#ffb21a,#ff6a00)!important;
    color:#05070d!important;
    border-color:transparent!important;
}
.ath-collab-compact-card .ath-collab-brief{
    display:block!important;
    margin-top:7px!important;
    padding:8px 10px!important;
    border-radius:14px!important;
}
.ath-collab-compact-card .ath-collab-brief small{
    display:none!important;
}
.ath-collab-compact-card .ath-collab-brief p{
    margin:0!important;
    font-size:11px!important;
    line-height:1.35!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}
.ath-collab-card-details[hidden]{display:none!important}
.ath-collab-compact-card.is-expanded .ath-collab-brief p{
    white-space:normal!important;
    overflow:visible!important;
}
.ath-collab-compact-card .ath-collab-message,
.ath-collab-compact-card .ath-collab-response,
.ath-collab-compact-card .ath-collab-thread,
.ath-collab-compact-card .ath-collab-actions,
.ath-collab-compact-card .ath-collab-response-form{
    margin-top:8px!important;
}
.ath-collab-compact-card .ath-collab-message,
.ath-collab-compact-card .ath-collab-response,
.ath-collab-compact-card .ath-collab-thread{
    padding:10px!important;
    border-radius:15px!important;
}
.ath-collab-compact-card .ath-collab-message p,
.ath-collab-compact-card .ath-collab-response p,
.ath-collab-compact-card .ath-collab-chat-bubble p{
    font-size:12px!important;
    line-height:1.4!important;
}
.ath-collab-compact-card .ath-collab-messages{
    max-height:220px!important;
}
.ath-collab-compact-card .ath-collab-message-form{
    margin-top:8px!important;
}
.ath-collab-compact-card .ath-collab-message-form textarea{
    min-height:40px!important;
    font-size:13px!important;
    border-radius:14px!important;
}
.ath-collab-compact-card .ath-collab-message-form button{
    min-height:40px!important;
}
@media(max-width:620px){
    .ath-collab-row-tools{display:grid!important;gap:4px!important;justify-items:end!important}
    .ath-collab-compact-card .ath-collab-card-head h3{max-width:210px!important}
}

/* ATH Collab Center v1.9.139 - Communication Hub */
.ath-collab-comm-preview{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    margin-top:7px!important;
    padding:8px 10px!important;
    border-radius:14px!important;
    background:rgba(0,196,255,.075)!important;
    border:1px solid rgba(0,196,255,.16)!important;
}
.ath-collab-comm-preview span{
    width:22px!important;
    height:22px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.08)!important;
    flex:0 0 auto!important;
    font-size:12px!important;
}
.ath-collab-comm-preview p{
    margin:0!important;
    color:rgba(255,255,255,.78)!important;
    font-size:11px!important;
    line-height:1.35!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}
.ath-collab-comm-preview strong{color:#fff!important;font-weight:950!important}
.ath-collab-compact-card.is-expanded .ath-collab-comm-preview p{
    white-space:normal!important;
    overflow:visible!important;
}
.ath-collab-comm-hub-note{
    margin:0 0 9px!important;
    padding:10px 12px!important;
    border-radius:16px!important;
    background:linear-gradient(135deg,rgba(0,196,255,.10),rgba(255,138,0,.06))!important;
    border:1px solid rgba(255,255,255,.09)!important;
}
.ath-collab-comm-hub-note strong{display:block!important;color:#fff!important;font-size:13px!important;font-weight:950!important}
.ath-collab-comm-hub-note p{margin:3px 0 0!important;color:rgba(255,255,255,.62)!important;font-size:12px!important;line-height:1.35!important}
.ath-collab-tab[data-tab="messages"].is-active,
.ath-collab-app-style .ath-collab-command-tabs .ath-collab-tab[data-tab="messages"].is-active{
    background:linear-gradient(135deg,#00c4ff,#2c5cff)!important;
    color:#fff!important;
}

/* ATH Collab Center v1.9.139 - Full Screen Chat Button */
.ath-collab-chat-open{
    min-height:26px!important;
    padding:5px 9px!important;
    border-radius:999px!important;
    border:0!important;
    background:linear-gradient(135deg,#00c4ff,#2c5cff)!important;
    color:#fff!important;
    font-size:8px!important;
    font-weight:950!important;
    text-transform:uppercase!important;
    letter-spacing:.06em!important;
    cursor:pointer!important;
    box-shadow:0 10px 22px rgba(0,196,255,.18)!important;
}
.ath-collab-chat-close{
    display:none;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:26px;
    font-weight:800;
    cursor:pointer;
}
.ath-collab-chat-fullscreen .ath-collab-chat-close{display:inline-flex!important}
.ath-collab-chat-fullscreen{
    position:fixed!important;
    inset:0!important;
    z-index:999999!important;
    margin:0!important;
    padding:0!important;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto!important;
    border-radius:0!important;
    background:
        radial-gradient(circle at top left,rgba(255,138,0,.20),transparent 34%),
        radial-gradient(circle at top right,rgba(0,196,255,.20),transparent 32%),
        #05070d!important;
    border:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
}
.ath-collab-chat-fullscreen .ath-collab-thread-head{
    min-height:76px!important;
    margin:0!important;
    padding:16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    background:rgba(5,8,16,.84)!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
    backdrop-filter:blur(18px)!important;
}
.ath-collab-chat-fullscreen .ath-collab-thread-head strong{
    font-size:18px!important;
}
.ath-collab-chat-fullscreen .ath-collab-thread-head small{
    display:block!important;
    margin-top:3px!important;
    color:rgba(255,255,255,.55)!important;
    font-size:12px!important;
}
.ath-collab-chat-fullscreen .ath-collab-messages,
.ath-collab-chat-fullscreen .ath-collab-no-messages{
    max-height:none!important;
    overflow:auto!important;
    padding:16px!important;
    margin:0!important;
}
.ath-collab-chat-fullscreen .ath-collab-messages{
    align-content:end!important;
}
.ath-collab-chat-fullscreen .ath-collab-chat-bubble{
    max-width:min(760px,86%)!important;
    padding:13px 14px!important;
    border-radius:20px!important;
}
.ath-collab-chat-fullscreen .ath-collab-chat-bubble p{
    font-size:14px!important;
}
.ath-collab-chat-fullscreen .ath-collab-quick-replies{
    padding:10px 14px 0!important;
    margin:0!important;
    background:rgba(5,8,16,.58)!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
}
.ath-collab-chat-fullscreen .ath-collab-message-form{
    margin:0!important;
    padding:12px 14px 16px!important;
    background:rgba(5,8,16,.82)!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
}
.ath-collab-chat-fullscreen .ath-collab-message-form textarea{
    min-height:50px!important;
    max-height:140px!important;
    border-radius:18px!important;
}
.ath-collab-chat-fullscreen .ath-collab-message-form button{
    min-height:50px!important;
    padding:12px 18px!important;
}
html.ath-collab-chat-open,
body.ath-collab-chat-open{
    overflow:hidden!important;
}
@media(max-width:640px){
    .ath-collab-chat-fullscreen .ath-collab-message-form{
        grid-template-columns:1fr!important;
    }
    .ath-collab-chat-fullscreen .ath-collab-message-form button{
        width:100%!important;
    }
    .ath-collab-chat-fullscreen .ath-collab-chat-bubble{
        max-width:92%!important;
    }
}

/* ATH Collab Center v1.9.139 - Message Preview Opens Fullscreen Chat */
.ath-collab-comm-preview{
    cursor:pointer!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    display:grid!important;
    align-items:center!important;
}
.ath-collab-comm-preview:hover,
.ath-collab-comm-preview:focus-within{
    border-color:rgba(0,196,255,.36)!important;
    background:rgba(0,196,255,.11)!important;
    box-shadow:0 12px 30px rgba(0,196,255,.10)!important;
}
.ath-collab-preview-chat-btn{
    min-height:30px!important;
    padding:7px 10px!important;
    border-radius:999px!important;
    border:0!important;
    background:linear-gradient(135deg,#00c4ff,#2c5cff)!important;
    color:#fff!important;
    font-size:9px!important;
    font-weight:950!important;
    text-transform:uppercase!important;
    letter-spacing:.06em!important;
    cursor:pointer!important;
    white-space:nowrap!important;
}
.ath-collab-comm-preview p{
    padding-right:6px!important;
}
@media(max-width:620px){
    .ath-collab-comm-preview{
        grid-template-columns:auto minmax(0,1fr)!important;
    }
    .ath-collab-preview-chat-btn{
        grid-column:1/-1!important;
        width:100%!important;
        margin-top:6px!important;
    }
}

/* ATH Collab Center v1.9.139 - true detached fullscreen chat overlay */
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100dvh!important;
    max-width:none!important;
    max-height:none!important;
    z-index:2147483000!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    display:grid!important;
    grid-template-rows:auto minmax(0,1fr) auto auto!important;
    background:
        radial-gradient(circle at 8% 0%,rgba(255,138,0,.24),transparent 32%),
        radial-gradient(circle at 100% 0%,rgba(0,196,255,.26),transparent 32%),
        #05070d!important;
    border:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached:before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 18%,transparent 82%,rgba(0,0,0,.28));
    z-index:-1;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-thread-head{
    min-height:74px!important;
    padding:calc(12px + env(safe-area-inset-top)) 16px 12px!important;
    border-radius:0!important;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-messages,
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-no-messages{
    min-height:0!important;
    height:auto!important;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-quick-replies,
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-message-form{
    width:100%!important;
    box-sizing:border-box!important;
}
body.ath-collab-chat-open:before{
    content:"";
    position:fixed;
    inset:0;
    z-index:2147482999;
    background:rgba(0,0,0,.72);
    backdrop-filter:blur(10px);
}

.ath-collab-chat-summary{
    margin:14px 0 12px;
    padding:14px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    background:linear-gradient(135deg,rgba(255,132,25,.15),rgba(0,174,255,.08));
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}
.ath-collab-chat-summary-main{display:grid;gap:4px;min-width:0}
.ath-collab-chat-summary-main small{color:#ff9a28;text-transform:uppercase;letter-spacing:.16em;font-weight:900;font-size:10px}
.ath-collab-chat-summary-main strong{color:#fff;font-size:16px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:440px}
.ath-collab-chat-summary-main span{color:rgba(255,255,255,.68);font-size:12px}
.ath-collab-chat-summary-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.ath-collab-chat-summary-actions a,.ath-collab-chat-summary-actions button{
    border:1px solid rgba(255,255,255,.13);
    border-radius:999px;
    padding:9px 13px;
    color:#fff;
    background:rgba(255,255,255,.07);
    text-decoration:none;
    font-weight:900;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.11em;
    cursor:pointer;
}
.ath-collab-chat-summary-actions button{
    background:linear-gradient(135deg,#ff9a22,#ff6a00);
    border-color:rgba(255,154,34,.6);
    color:#130900;
    box-shadow:0 0 24px rgba(255,122,0,.24);
}
.ath-collab-chat-summary-actions button.is-locked{background:linear-gradient(135deg,#0fd18c,#4cf6b6);border-color:rgba(79,255,189,.5);color:#00190f}
.ath-collab-timeline{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
    margin:0 0 14px;
}
.ath-collab-timeline span{
    min-width:0;
    padding:9px 8px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.1);
    background:rgba(255,255,255,.045);
    color:rgba(255,255,255,.56);
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.1em;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    text-align:center;
}
.ath-collab-timeline span i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.22);box-shadow:0 0 0 4px rgba(255,255,255,.04)}
.ath-collab-timeline span.is-done{color:#fff;border-color:rgba(255,154,34,.33);background:rgba(255,154,34,.11)}
.ath-collab-timeline span.is-done i{background:#ff9a22;box-shadow:0 0 0 4px rgba(255,154,34,.14),0 0 18px rgba(255,154,34,.6)}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary{position:sticky;top:76px;z-index:4;backdrop-filter:blur(18px)}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-timeline{position:sticky;top:174px;z-index:4;backdrop-filter:blur(18px)}
@media (max-width: 640px){
    .ath-collab-chat-summary{align-items:stretch;flex-direction:column;padding:12px;border-radius:16px}
    .ath-collab-chat-summary-actions{justify-content:stretch}.ath-collab-chat-summary-actions a,.ath-collab-chat-summary-actions button{flex:1;text-align:center}
    .ath-collab-chat-summary-main strong{max-width:100%;font-size:15px}.ath-collab-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
    body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary,body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-timeline{position:static}
}

.ath-collab-lock-panel{
    margin:0 0 14px;
    padding:14px;
    border-radius:18px;
    border:1px solid rgba(255,154,34,.24);
    background:rgba(255,154,34,.08);
}
.ath-collab-lock-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.ath-collab-lock-head small{display:block;color:#ff9a28;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:900}
.ath-collab-lock-head strong{display:block;color:#fff;font-size:15px}
.ath-collab-lock-head>span{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:7px 10px;color:#fff;background:rgba(255,255,255,.07);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.ath-collab-lock-panel.is-confirmed{border-color:rgba(39,255,175,.32);background:rgba(24,213,139,.09)}
.ath-collab-lock-panel.is-confirmed .ath-collab-lock-head>span{background:rgba(24,213,139,.18);border-color:rgba(24,213,139,.32);color:#92ffd4}
.ath-collab-lock-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ath-collab-lock-form label{display:grid;gap:6px;color:rgba(255,255,255,.74);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.ath-collab-lock-form label:nth-child(3){grid-column:1/-1}
.ath-collab-lock-form input,.ath-collab-lock-form textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(0,0,0,.24);color:#fff;padding:11px 12px;font:inherit;text-transform:none;letter-spacing:0}
.ath-collab-lock-form button{grid-column:1/-1;border:0;border-radius:999px;padding:12px 16px;background:linear-gradient(135deg,#ff9a22,#ff6a00);color:#160800;font-weight:950;text-transform:uppercase;letter-spacing:.13em;cursor:pointer;box-shadow:0 12px 30px rgba(255,106,0,.18)}
.ath-collab-lock-confirmed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.ath-collab-lock-confirmed-grid div{border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(0,0,0,.18);padding:11px}
.ath-collab-lock-confirmed-grid small{display:block;color:rgba(255,255,255,.52);text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:900;margin-bottom:4px}
.ath-collab-lock-confirmed-grid strong{display:block;color:#fff;font-size:13px;line-height:1.35;white-space:pre-wrap;word-break:break-word}
@media (max-width:640px){.ath-collab-lock-form,.ath-collab-lock-confirmed-grid{grid-template-columns:1fr}.ath-collab-lock-form label:nth-child(3){grid-column:auto}}

/* v1.9.144: Cleaner confirmed agreement receipt */
.ath-collab-lock-panel.is-confirmed{
    padding:12px!important;
    border-color:rgba(39,255,175,.42)!important;
    background:linear-gradient(135deg,rgba(11,35,27,.86),rgba(4,18,21,.82))!important;
    box-shadow:0 0 0 1px rgba(39,255,175,.08),0 18px 48px rgba(0,0,0,.22)!important;
}
.ath-collab-lock-panel.is-confirmed .ath-collab-lock-head{
    margin:0 0 10px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}
.ath-collab-lock-panel.is-confirmed .ath-collab-lock-head strong{font-size:15px!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.ath-collab-lock-panel.is-confirmed .ath-collab-lock-head>span{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    padding:7px 11px!important;
    border-radius:999px!important;
    background:rgba(24,213,139,.18)!important;
    border-color:rgba(24,213,139,.34)!important;
    color:#8dffd2!important;
    box-shadow:none!important;
}
.ath-collab-lock-panel.is-confirmed .ath-collab-lock-confirmed-grid{
    gap:8px!important;
}
.ath-collab-lock-panel.is-confirmed .ath-collab-lock-confirmed-grid div{
    padding:10px!important;
    border-radius:12px!important;
    background:rgba(0,0,0,.18)!important;
    border-color:rgba(255,255,255,.08)!important;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-lock-panel.is-confirmed{margin-bottom:10px!important}

/* v1.9.146: compact full-screen chat summary after lock-in */
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary{
    position:relative!important;
    top:auto!important;
    min-height:0!important;
    margin:10px 0 8px!important;
    padding:12px 14px!important;
    border-radius:18px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:10px!important;
    background:linear-gradient(135deg,rgba(255,132,25,.12),rgba(0,174,255,.07))!important;
    box-shadow:none!important;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary-main{gap:2px!important}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary-main small{font-size:9px!important;letter-spacing:.15em!important}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary-main strong{font-size:14px!important;max-width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary-main span{font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary-actions{gap:6px!important;flex-wrap:nowrap!important;justify-content:flex-end!important}
.ath-collab-summary-status{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(24,213,139,.36);
    border-radius:999px;
    padding:8px 11px;
    color:#8dffd2;
    background:rgba(24,213,139,.14);
    font-size:10px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.12em;
    white-space:nowrap;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-timeline{
    position:relative!important;
    top:auto!important;
    margin:0 0 12px!important;
}
@media (max-width:640px){
    body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary{grid-template-columns:1fr!important;align-items:stretch!important}
    body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary-actions{justify-content:flex-start!important}
}

/* v1.9.147: no big summary card; timeline becomes glow dots in the chat bar area */
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-chat-summary{display:none!important}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-thread-head small{
    max-width:min(620px,78vw);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-timeline{
    position:relative!important;
    top:auto!important;
    display:flex!important;
    grid-template-columns:none!important;
    align-items:center!important;
    gap:14px!important;
    margin:8px 0 14px!important;
    padding:0 2px!important;
    background:transparent!important;
    border:0!important;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-timeline span{
    padding:0!important;
    border:0!important;
    background:transparent!important;
    border-radius:0!important;
    display:inline-flex!important;
    justify-content:flex-start!important;
    gap:7px!important;
    color:rgba(255,255,255,.58)!important;
    letter-spacing:.12em!important;
    font-size:10px!important;
    flex:0 0 auto!important;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-timeline span i{
    width:8px!important;
    height:8px!important;
    flex:0 0 8px!important;
}
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-timeline span.is-done{color:#fff!important}
@media (max-width:640px){
    body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-timeline{gap:10px!important;overflow-x:auto!important;padding-bottom:4px!important}
    body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-timeline span{font-size:9px!important}
}

/* v1.9.148: move timeline into the header as glow dots only */
.ath-collab-thread-head .ath-collab-timeline,
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-thread-head .ath-collab-timeline{
    position:static!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    margin:7px 0 0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    grid-template-columns:none!important;
    min-height:0!important;
    height:auto!important;
    backdrop-filter:none!important;
}
.ath-collab-thread-head .ath-collab-timeline span,
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-thread-head .ath-collab-timeline span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:rgba(255,255,255,.54)!important;
    font-size:9px!important;
    font-weight:900!important;
    letter-spacing:.12em!important;
    text-transform:uppercase!important;
    min-height:0!important;
    height:auto!important;
    width:auto!important;
    flex:0 0 auto!important;
}
.ath-collab-thread-head .ath-collab-timeline span i,
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-thread-head .ath-collab-timeline span i{
    width:7px!important;
    height:7px!important;
    flex:0 0 7px!important;
    border-radius:50%!important;
    background:rgba(255,154,34,.55)!important;
    box-shadow:0 0 0 4px rgba(255,154,34,.09),0 0 14px rgba(255,154,34,.45)!important;
}
.ath-collab-thread-head .ath-collab-timeline span.is-done,
body > .ath-collab-chat-fullscreen.ath-collab-chat-detached .ath-collab-thread-head .ath-collab-timeline span.is-done{
    color:#fff!important;
}
.ath-collab-thread > .ath-collab-timeline{display:none!important}
@media (max-width:640px){
    .ath-collab-thread-head .ath-collab-timeline{gap:8px!important;overflow:visible!important}
    .ath-collab-thread-head .ath-collab-timeline span{font-size:8px!important;letter-spacing:.1em!important}
}
