:root{
  --bg:#070b12;
  --panel:#0d1420cc;
  --panel-solid:#0d1420;
  --panel-2:#111a29;
  --stroke:#1b2941;
  --stroke-soft:#20304c;
  --text:#eef3ff;
  --muted:#8d9ab4;
  --muted-2:#6b7893;
  --blue:#3671ff;
  --blue-2:#39bbff;
  --green:#2ed47a;
  --red:#ff657b;
  --yellow:#f4c35a;
  --shadow:0 18px 55px rgba(0,0,0,.38);
}
*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,system-ui,sans-serif;overflow:hidden}
body{position:relative}
button,input,textarea{font:inherit}button{border:0;cursor:pointer}input,textarea,button{outline:none}
img{display:block;max-width:100%}
.hidden{display:none!important}
.bg-grid{position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:38px 38px;opacity:.08;pointer-events:none}
.bg-orb{position:fixed;border-radius:50%;filter:blur(80px);opacity:.5;pointer-events:none;animation:drift 16s ease-in-out infinite alternate}
.bg-orb.one{width:420px;height:420px;left:-100px;top:-80px;background:#305eff}
.bg-orb.two{width:480px;height:480px;right:-100px;bottom:-140px;background:#00c6ff;animation-delay:-3s}
.bg-orb.three{width:260px;height:260px;right:35%;top:10%;background:#2a52d1;opacity:.25;animation-delay:-7s}
@keyframes drift{from{transform:translateY(0) translateX(0) scale(1)}to{transform:translateY(15px) translateX(-10px) scale(1.06)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes softPulse{0%{box-shadow:0 0 0 0 rgba(52,114,255,.45)}70%{box-shadow:0 0 0 16px rgba(52,114,255,0)}100%{box-shadow:0 0 0 0 rgba(52,114,255,0)}}

.panel,.panel-lite,.section-card,.voice-card{background:linear-gradient(180deg,rgba(16,24,39,.96),rgba(10,15,26,.98));border:1px solid var(--stroke);box-shadow:var(--shadow);backdrop-filter:blur(18px)}
.panel{border-radius:24px}.panel-lite,.section-card,.voice-card{border-radius:20px}
label{display:block;color:#d9e4ff;font-weight:700;font-size:14px;margin:0 0 8px}
input,textarea{width:100%;background:#0f1726;border:1px solid #263552;border-radius:14px;color:var(--text);padding:13px 15px;transition:.2s border-color,.2s box-shadow,.2s transform}
input:focus,textarea:focus{border-color:#4b8dff;box-shadow:0 0 0 4px rgba(52,114,255,.18);transform:translateY(-1px)}
textarea{resize:none;line-height:1.45}
.field-hint{display:block;margin-top:6px;color:var(--muted-2);font-size:12px}
.notice{margin-top:12px;padding:12px 14px;border-radius:14px;border:1px solid #3a2230;background:#2a1017;color:#ffb2bc;white-space:pre-line;animation:fadeUp .25s ease}
.notice.success{border-color:#173a2a;background:#102217;color:#91f0ba}.notice.hidden{display:none!important}
.primary,.secondary,.link-btn,.icon-plain,.row-actions button,.voice-icons button,.nav-item,.server-icon,.profile-main,.fullscreen-float{transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,opacity .18s ease}
.primary{background:linear-gradient(90deg,var(--blue),var(--blue-2));color:white;font-weight:800;border-radius:14px;padding:13px 16px;box-shadow:0 10px 25px rgba(54,113,255,.25)}
.primary:hover,.secondary:hover,.server-icon:hover,.nav-item:hover,.profile-main:hover{transform:translateY(-1px)}
.primary:active,.secondary:active,.server-icon:active,.nav-item:active{transform:translateY(0)}
.primary[disabled]{opacity:.6;cursor:not-allowed}
.primary.wide{width:100%}
.secondary{background:#162235;border:1px solid #243554;color:#dce7ff;border-radius:12px;padding:11px 14px;font-weight:700}
.link-btn{background:none;color:#aab8d2;padding:0;margin-top:16px}.link-btn b{color:#59a3ff}
.icon-plain{background:none;color:#8ea1c4;border-radius:12px;padding:9px 10px}
.icon-plain:hover{background:#131f31;color:#fff}

.auth-view{min-height:100vh;display:grid;grid-template-columns:1.08fr 470px;gap:34px;align-items:center;padding:40px 56px}
.auth-showcase{padding:26px;animation:fadeUp .35s ease}
.glass-badge{display:inline-flex;gap:10px;align-items:center;padding:10px 14px;border:1px solid rgba(112,151,255,.2);background:rgba(17,28,46,.55);border-radius:999px;color:#c8d8ff;font-size:13px;margin-bottom:18px}
.hero-logo{width:112px;filter:drop-shadow(0 16px 28px rgba(0,0,0,.35));animation:softPulse 3.4s infinite}
.tag{display:block;margin:26px 0 8px;color:#81a5ff;letter-spacing:.22em;font-weight:900;font-size:12px}
.auth-showcase h1{font-size:clamp(44px,5vw,76px);line-height:.96;margin:0 0 16px;max-width:620px}
.auth-showcase p{margin:0;max-width:560px;color:#b9c7e2;font-size:20px;line-height:1.55}
.feature-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.feature-row span{display:inline-flex;gap:10px;align-items:center;padding:12px 14px;border-radius:999px;background:rgba(12,20,33,.78);border:1px solid var(--stroke);color:#dce8ff;font-weight:700}
.auth-card{padding:28px 28px 24px;animation:fadeUp .4s ease}
.auth-card h2{margin:4px 0 8px;font-size:25px}.auth-card p{margin:0 0 22px;color:var(--muted)}
#authForm > * + *{margin-top:12px}
#authForm .primary{margin-top:16px}

.app-view{display:grid;grid-template-columns:78px 260px 1fr;height:100vh;min-width:1080px}
.server-rail{background:#0a0f18;border-right:1px solid #18243a;padding:14px 12px;display:flex;flex-direction:column;align-items:center;gap:12px}
.server-icon{width:52px;height:52px;border-radius:18px;background:#131d2e;color:#d7e4ff;display:grid;place-items:center;font-size:18px;border:1px solid transparent;box-shadow:0 6px 16px rgba(0,0,0,.15)}
.server-icon img{width:34px;height:34px}.server-icon.active{background:linear-gradient(180deg,#255efe,#2ba5ff);border-color:#5e95ff}.server-icon.add{background:#102537;color:#7de7b8}
.rail-divider{width:34px;height:1px;background:#21314e;margin:2px 0 4px}.group-rail{display:flex;flex-direction:column;gap:12px;width:100%;align-items:center;overflow:auto;padding-right:2px}
.group-dot{font-weight:900;position:relative;overflow:hidden}.group-dot .group-icon-img,.group-avatar img{width:100%;height:100%;object-fit:cover}.group-dot.group-has-avatar{padding:0;background:#12203a}
.group-dot.group-has-avatar::before,.group-avatar.has-avatar::before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent 35%,rgba(0,0,0,.22))}

.nav-panel{background:#0c111c;border-right:1px solid #18243a;display:flex;flex-direction:column;min-width:0}
.nav-brand{height:78px;padding:0 18px;display:flex;gap:12px;align-items:center;border-bottom:1px solid #18243a}.nav-brand img{width:42px;height:42px}.nav-brand strong{font-size:18px}.nav-brand small{display:block;color:var(--muted-2)}
.nav-section{padding:14px 10px;overflow:auto}.nav-item{width:100%;display:flex;align-items:center;gap:11px;background:transparent;padding:12px 13px;border-radius:14px;color:#a2afc8;font-weight:800;text-align:left;border:1px solid transparent}.nav-item.active,.nav-item:hover{background:#151f31;color:#fff;border-color:#213252}.nav-item i{width:16px;text-align:center;color:#7fb3ff}.badge{margin-left:auto;background:#e14a5b;color:#fff;border-radius:999px;min-width:20px;height:20px;display:grid;place-items:center;font-size:11px;padding:0 6px}.nav-item em{margin-left:auto;font-style:normal;color:#7a89a6;font-size:12px}
.group-nav-title{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 15px}.group-nav-main{display:flex;align-items:center;gap:10px;min-width:0}.group-nav-main div{min-width:0}.group-nav-title strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-nav-title small,.nav-subtitle,.content-header small,.voice-head small,.modal-title-row small{font-size:10px;letter-spacing:.16em;color:#64728c;font-weight:900}
.group-nav-title button{background:#141e30;border:1px solid #203250;color:#8ea0c3;width:36px;height:36px;border-radius:12px}
.nav-subtitle{padding:18px 12px 8px}.member-mini-list{display:flex;flex-direction:column;gap:6px}
.member-mini{display:flex;gap:10px;align-items:center;padding:8px 10px;border-radius:12px;color:#93a2bf}.member-mini.online{background:#111a2a;color:#fff}
.mini-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,#2d67ff,#30c8ff);display:grid;place-items:center;color:#fff;font-weight:900;overflow:hidden;position:relative}
.online-dot{width:8px;height:8px;border-radius:50%;background:var(--green);margin-left:auto;box-shadow:0 0 0 5px rgba(46,212,122,.12)}
.profile-strip{margin-top:auto;padding:10px;border-top:1px solid #18243a;background:#0a0f18;display:flex;align-items:center;gap:7px}.profile-main{flex:1;display:flex;gap:10px;align-items:center;text-align:left;background:transparent;padding:6px;border-radius:14px}.profile-main:hover{background:#141e2f}.profile-main>span:last-child{display:flex;flex-direction:column;min-width:0}.profile-main strong,.profile-main small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-main small{color:#6f7b93}
.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2d67ff,#30c8ff);display:grid;place-items:center;font-weight:900;color:#fff;overflow:hidden;position:relative}.avatar img{width:100%;height:100%;object-fit:cover}
.group-avatar{display:grid;place-items:center;overflow:hidden;border-radius:18px;background:linear-gradient(135deg,#173259,#1f77ff);color:#dce9ff;position:relative;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.group-avatar.small{width:38px;height:38px;border-radius:14px}.group-avatar.tiny{width:30px;height:30px;border-radius:10px;margin-right:10px}.group-avatar.big{width:56px;height:56px}.group-avatar i{font-size:16px;opacity:.85}

.content-shell{display:flex;flex-direction:column;min-width:0;background:linear-gradient(180deg,#0b101b,#080c14)}
.content-header{height:78px;padding:0 24px;border-bottom:1px solid #18243a;display:flex;justify-content:space-between;align-items:center}
.header-main-line{display:flex;align-items:center}.content-header h2{margin:2px 0 0;font-size:21px}
.status-chip{display:flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#101827;border:1px solid #22304a;color:#a3b5d8;font-size:12px}.status-chip i{width:8px;height:8px;border-radius:50%;background:var(--green)}
.global-notice{margin:12px 24px 0}
.content-view{padding:24px;overflow:auto;height:calc(100vh - 78px);animation:fadeUp .25s ease}
.friends-toolbar{padding:20px;display:grid;grid-template-columns:1fr minmax(300px,480px);gap:18px;align-items:center}.friends-toolbar h3,.section-card h3{margin:0;display:flex;align-items:center;gap:10px}.friends-toolbar p{margin:6px 0 0;color:var(--muted)}
.inline-form{display:flex;gap:10px}.inline-form button i{margin-right:8px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.section-card{padding:18px;min-height:250px}.compact-card{min-height:auto}
.section-heading{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #192639}.section-heading span{color:#6d7891}
.people-list{display:flex;flex-direction:column}.person-row{display:flex;align-items:center;gap:11px;padding:12px 4px;border-bottom:1px solid #182235;animation:fadeUp .24s ease}.person-row:last-child{border-bottom:0}
.person-info{min-width:0;flex:1;display:flex;flex-direction:column}.person-info strong,.person-info small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.person-info small{color:#71809a}
.row-actions{display:flex;gap:8px;flex-wrap:wrap}.row-actions button,.voice-icons button{padding:8px 10px;border-radius:10px;background:#172236;color:#c7d3ea;border:1px solid #23324e;font-weight:700}.row-actions button.accept{background:#163325;color:#86efac;border-color:#204a34}.row-actions button.remove,.voice-icons .remove{background:#351821;color:#ff97a1;border-color:#4a2532}
.empty-list{color:#6c7891;padding:24px 8px;text-align:center}.empty-state{height:100%;display:grid;place-items:center;align-content:center;text-align:center;gap:12px}.empty-state>span{font-size:52px;color:#2d3d5a}.empty-state h3{font-size:28px;margin:0}

.group-view{height:calc(100vh - 78px);display:grid;grid-template-columns:minmax(0,1fr) 370px;animation:fadeUp .25s ease}.chat-column{min-width:0;display:flex;flex-direction:column;border-right:1px solid #18243a}
.messages{flex:1;overflow:auto;padding:22px}.empty-chat{text-align:center;color:#7a88a3;margin-top:15vh}.empty-chat span{font-size:54px;color:#30405d}.empty-chat h3{margin:8px 0 0;color:#fff;font-size:24px}
.message{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:12px;border-radius:14px;transition:background .18s ease}.message:hover{background:rgba(255,255,255,.03)}.message-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:linear-gradient(135deg,#2d67ff,#30c8ff);display:grid;place-items:center;font-weight:900;color:#fff}.message-head{display:flex;gap:8px;align-items:baseline}.message-head small{color:#596780;font-size:11px}.message-body{color:#d0daee;line-height:1.45;white-space:pre-wrap;word-break:break-word}
.message-box{margin:0 18px 18px;background:#121a29;border:1px solid #26324a;border-radius:18px;display:flex;align-items:flex-end;padding:8px;box-shadow:0 10px 24px rgba(0,0,0,.16)}.message-box textarea{border:0;background:transparent;box-shadow:none;padding:10px}.send-btn{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:white;box-shadow:0 8px 16px rgba(54,113,255,.22)}
.voice-column{background:#0a0f18;padding:16px;overflow:auto}.voice-card{overflow:hidden}
.voice-head{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #1a263a}.voice-head strong{margin-top:3px;display:block}.voice-pill{font-size:11px;padding:7px 10px;border-radius:999px;background:#1b2333;color:#8492ad}.voice-pill.live{background:#123522;color:#68d899}
.voice-idle{text-align:center;padding:34px 20px 16px}.pulse-logo{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#1b4ec0,#111a2b);margin:auto;box-shadow:0 0 0 10px rgba(43,102,255,.05)}.pulse-logo img{width:72px}.voice-idle h3{margin:18px 0 0}
.voice-participants{padding:8px 12px}.voice-person{display:flex;align-items:center;gap:10px;padding:10px;border-radius:14px}.voice-person:hover{background:#121b2a}.voice-icons{margin-left:auto;display:flex;gap:6px;flex-wrap:wrap}
.voice-controls{padding:14px;border-top:1px solid #1a263a}.control-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.control-row button{border-radius:12px;padding:10px 8px;background:#172236;color:#e3ebff;border:1px solid #22324d;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:800}.control-row .danger{background:#3b1820;color:#ffb4bb}
.screen-stage{position:relative;background:#02040a;aspect-ratio:16/9}.screen-stage video{width:100%;height:100%;object-fit:contain;background:#000}.fullscreen-float{position:absolute;right:10px;top:10px;border-radius:10px;padding:8px 10px;background:rgba(3,6,12,.75);border:1px solid rgba(255,255,255,.13);color:#fff}.screen-owner{position:absolute;left:10px;bottom:10px;background:rgba(3,6,12,.75);padding:7px 9px;border-radius:10px;font-size:11px}

.modal-backdrop{position:fixed;inset:0;padding:22px;display:grid;place-items:center;background:rgba(2,5,10,.72);backdrop-filter:blur(10px);z-index:50}.modal{width:min(500px,100%);padding:26px;position:relative;max-height:88vh;overflow:auto;animation:fadeUp .22s ease}.modal.large{width:min(780px,100%)}.modal-close{position:absolute;right:15px;top:13px;background:none;color:#78869f;font-size:28px}.modal h2{margin:0 0 8px}.modal p{color:var(--muted)}
.profile-editor{display:flex;align-items:center;gap:15px;padding:14px 0}.avatar.huge{width:76px;height:76px;font-size:24px}.profile-editor>div{display:flex;flex-direction:column}.profile-editor small{color:#77849d}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:10px}.form-grid.single-gap{grid-template-columns:1fr}.full-span{grid-column:1/-1}
.modal .primary,.modal .secondary{margin-top:16px}
.modal-title-row{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.settings-head-wrap{display:flex;align-items:center;gap:14px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.compact .person-row{padding:10px 3px}
.audio-bank{display:none}

@media(max-width:1120px){.app-view{grid-template-columns:72px 235px 1fr}.group-view{grid-template-columns:1fr 330px}.auth-view{grid-template-columns:1fr}.auth-showcase{display:none}.auth-card{margin:auto}.two-columns,.settings-grid{grid-template-columns:1fr}.friends-toolbar{grid-template-columns:1fr}.content-shell{min-width:680px}}
@media(max-width:760px){html,body{overflow:auto}.app-view{min-width:1060px}.auth-view{padding:20px}.auth-card{width:100%}}

/* Seapp 6.4 - chat com mídia e menções */
.message-box{position:relative;display:block;padding:8px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.message-box.dragging{border-color:#4b8dff;box-shadow:0 0 0 4px rgba(52,114,255,.18),0 14px 34px rgba(0,0,0,.25);transform:translateY(-1px)}
.message-compose-row{display:flex;align-items:flex-end;gap:6px}
.message-compose-row textarea{flex:1;min-width:0}
.composer-action{width:42px;height:42px;flex:0 0 42px;border-radius:13px;background:transparent;color:#8fa2c6;display:grid;place-items:center;font-size:16px}
.composer-action:hover{background:#1a263a;color:#dbe8ff;transform:translateY(-1px)}
.send-btn:disabled{opacity:.55;cursor:wait}
.attachment-preview{display:grid;grid-template-columns:64px 1fr 34px;gap:12px;align-items:center;margin:2px 2px 8px;padding:10px;border:1px solid #223451;border-radius:14px;background:#0d1625;animation:fadeUp .18s ease}
.attachment-preview img{width:64px;height:52px;object-fit:cover;border-radius:10px;background:#05080e}
.attachment-preview-info{min-width:0;display:flex;flex-direction:column;gap:3px}.attachment-preview-info strong,.attachment-preview-info small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-preview-info small{color:#7585a2;font-size:11px}
.attachment-remove{width:32px;height:32px;border-radius:10px;background:#21151d;color:#ff8997}.attachment-remove:hover{background:#351923}
.mention-suggestions{position:absolute;left:8px;right:8px;bottom:calc(100% + 8px);z-index:20;padding:8px;background:rgba(10,16,27,.98);border:1px solid #263754;border-radius:16px;box-shadow:0 18px 42px rgba(0,0,0,.4);backdrop-filter:blur(16px);animation:fadeUp .16s ease;max-height:282px;overflow:auto}
.mention-option{width:100%;display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:11px;background:transparent;color:#d8e5ff;text-align:left}
.mention-option:hover,.mention-option.active{background:#17253a}.mention-option>span:last-child{min-width:0;display:flex;flex-direction:column}.mention-option strong,.mention-option small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mention-option small{color:#7182a1;font-size:11px}
.mention-token{display:inline-block;padding:1px 4px;border-radius:5px;background:rgba(69,127,255,.18);color:#8db9ff;font-weight:800}
.message.mentioned-me{background:linear-gradient(90deg,rgba(54,113,255,.11),rgba(54,113,255,.025));border-left:2px solid #4a8cff;padding-left:10px}
.mention-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;border-radius:999px;background:#17305b;color:#90b9ff;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.message-content{min-width:0}
.message-media{display:block;margin-top:8px;padding:0;border-radius:14px;overflow:hidden;background:#070b12;border:1px solid #202e47;max-width:min(520px,75%);box-shadow:0 8px 20px rgba(0,0,0,.2)}
.message-media:hover{border-color:#3d6096;transform:translateY(-1px)}
.message-media img{display:block;max-width:100%;max-height:420px;object-fit:contain;background:#05070b}
.media-lightbox{position:fixed;inset:0;z-index:100;background:rgba(1,3,7,.92);backdrop-filter:blur(14px);display:grid;place-items:center;padding:52px;animation:fadeUp .16s ease}
.media-lightbox img{max-width:94vw;max-height:90vh;object-fit:contain;border-radius:14px;box-shadow:0 24px 80px rgba(0,0,0,.55)}
.media-lightbox-close{position:fixed;right:24px;top:20px;width:42px;height:42px;border-radius:14px;background:#131d2d;border:1px solid #253653;color:#fff;font-size:18px}

/* Seapp Web 1.1 — múltiplas transmissões + controles individuais de áudio */
.group-view{grid-template-columns:minmax(0,1fr) minmax(410px,470px)}
.voice-column{padding:14px}
.voice-person{align-items:flex-start}
.voice-person-main{min-width:0;flex:1;display:flex;flex-direction:column;gap:8px}
.participant-volume{display:grid;grid-template-columns:30px minmax(90px,1fr) 38px;align-items:center;gap:7px;max-width:230px}
.participant-volume button,.screen-icon-btn{width:30px;height:30px;border-radius:9px;background:#162238;color:#aebfdf;border:1px solid #233653;display:grid;place-items:center;padding:0}
.participant-volume button:hover,.screen-icon-btn:hover{background:#203251;color:white;border-color:#31507d}
.participant-volume input,.screen-volume-wrap input{accent-color:#3c8cff;padding:0;border:0;box-shadow:none;background:transparent;height:18px}
.participant-volume span,.screen-volume-wrap span{font-size:10px;color:#71809a;text-align:right;font-variant-numeric:tabular-nums}
.voice-icons{align-self:center}

.screen-stage{position:relative;background:linear-gradient(180deg,#060a12,#02040a);border-bottom:1px solid #1b2941;aspect-ratio:auto;min-height:0}
.screen-stage-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #162239;background:#0b111d;color:#8192b3;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.screen-stage-head>div{display:flex;align-items:center;gap:8px}
.screen-share-count{padding:4px 7px;border:1px solid #263955;border-radius:999px;color:#9fb4da;background:#111b2b;font-size:10px}
.screen-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px}
.screen-gallery:has(.screen-tile:only-child){grid-template-columns:1fr}
.screen-tile{position:relative;min-width:0;background:#020409;border:1px solid #1f304b;border-radius:14px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.25);animation:fadeUp .2s ease}
.screen-video-wrap{position:relative;aspect-ratio:16/9;background:#000;display:grid;place-items:center}
.screen-tile video{width:100%;height:100%;object-fit:contain;background:#000}
.screen-tile-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 9px;background:#0d1522;border-top:1px solid #18263b}
.screen-tile-title{min-width:0;display:flex;align-items:center;gap:6px;color:#d6e3fb}
.screen-tile-title span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;font-weight:800;max-width:100px}
.screen-tile-title small{font-size:9px;color:#6e7d99;white-space:nowrap}
.screen-tile-controls{display:flex;align-items:center;gap:5px;flex-wrap:nowrap}
.screen-volume-wrap{display:grid;grid-template-columns:58px 30px;align-items:center;gap:4px}
.screen-volume-wrap input{width:58px}
.screen-play-overlay{position:absolute;inset:auto 50% 12px auto;transform:translateX(50%);padding:8px 11px;border-radius:10px;background:rgba(16,29,50,.94);border:1px solid #31517f;color:white;font-weight:700;white-space:nowrap}
.screen-stage.theater{position:fixed;z-index:80;left:92px;right:24px;top:24px;bottom:24px;border:1px solid #294268;border-radius:20px;box-shadow:0 30px 100px rgba(0,0,0,.7);background:#02050a;display:flex;flex-direction:column}
.screen-stage.theater .screen-gallery{flex:1;display:block;min-height:0;padding:10px}
.screen-stage.theater .screen-tile{display:none;height:100%}
.screen-stage.theater .screen-tile.focused{display:flex;flex-direction:column}
.screen-stage.theater .screen-video-wrap{flex:1;min-height:0;aspect-ratio:auto}
.screen-stage.theater .screen-tile video{height:100%;object-fit:contain}
.screen-tile:fullscreen{display:flex;flex-direction:column;background:#000;border:0;border-radius:0}
.screen-tile:fullscreen .screen-video-wrap{flex:1;min-height:0;aspect-ratio:auto}
.screen-tile:fullscreen video{height:100%;object-fit:contain}
.screen-tile:fullscreen .screen-tile-bar{background:rgba(8,13,22,.96);padding:12px 16px}

@media(max-width:1250px){.group-view{grid-template-columns:minmax(0,1fr) 400px}.screen-gallery{grid-template-columns:1fr}.screen-volume-wrap{grid-template-columns:48px 28px}.screen-volume-wrap input{width:48px}}


/* Seapp Web 1.2 — privado */
.direct-view{grid-template-columns:minmax(0,1fr) minmax(340px,410px)}
.direct-call-friend{display:flex;align-items:center;gap:14px;padding:22px 18px 16px;border-bottom:1px solid #18263a;background:linear-gradient(180deg,rgba(35,73,139,.12),transparent)}
.direct-call-friend>div{display:flex;flex-direction:column;min-width:0}.direct-call-friend strong{font-size:17px}.direct-call-friend small{color:#7484a1;margin-top:3px}
.direct-control-row{grid-template-columns:1fr 1fr}
.incoming-private-call{position:fixed;right:22px;bottom:22px;z-index:110;display:grid;grid-template-columns:44px minmax(150px,1fr) 42px 42px;align-items:center;gap:10px;padding:12px;background:linear-gradient(180deg,#121e32,#0c1422);border:1px solid #2a4167;border-radius:18px;box-shadow:0 20px 65px rgba(0,0,0,.55);animation:fadeUp .2s ease}
.incoming-private-info{display:flex;flex-direction:column;min-width:0}.incoming-private-info small{font-size:9px;letter-spacing:.13em;color:#7093d5;font-weight:900}.incoming-private-info strong,.incoming-private-info span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.incoming-private-info span{font-size:11px;color:#71809a}
.incoming-answer,.incoming-decline{width:42px;height:42px;border-radius:13px;color:white;display:grid;place-items:center;font-size:15px}
.incoming-answer{background:#197443}.incoming-answer:hover{background:#1d9152}.incoming-decline{background:#6a2030}.incoming-decline:hover{background:#8a293d}
.row-actions button[data-open-dm],.row-actions button[data-call-dm]{display:inline-flex;align-items:center;gap:6px}
@media(max-width:1120px){.direct-view{grid-template-columns:1fr 330px}}


/* Seapp Web 1.3 — dashboard de perfil */
.profile-clickable{cursor:pointer}.profile-clickable:hover{background:rgba(92,137,255,.075)}
.profile-clickable .person-info strong,.profile-clickable>span:not(.mini-avatar){transition:color .16s ease}.profile-clickable:hover .person-info strong,.member-mini.profile-clickable:hover>span{color:#fff}
.profile-dashboard-card{width:min(520px,96vw);max-height:92vh;overflow:auto;position:relative;border-radius:26px;background:linear-gradient(180deg,#111a2a,#0b111c 38%);border:1px solid #263855;box-shadow:0 28px 95px rgba(0,0,0,.62);animation:fadeUp .22s ease}
.profile-dashboard-close{position:absolute;right:15px;top:14px;z-index:5;width:36px;height:36px;border-radius:50%;background:rgba(7,11,18,.72);color:#dce6fb;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px)}
.profile-dashboard-close:hover{background:#111b2d;transform:rotate(4deg)}
.profile-dashboard-banner{height:158px;background:linear-gradient(135deg,#1e54c7 0%,#173262 45%,#0d1625 100%);background-size:cover;background-position:center;position:relative}
.profile-dashboard-banner::after{content:'';position:absolute;inset:auto 0 0;height:65%;background:linear-gradient(transparent,rgba(11,17,28,.55));pointer-events:none}
.profile-dashboard-body{padding:0 24px 25px}.profile-dashboard-top{display:flex;justify-content:space-between;align-items:flex-start;min-height:78px}
.profile-dashboard-avatar{width:104px;height:104px;margin-top:-50px;border-radius:50%;border:7px solid #0d1420;background:linear-gradient(135deg,#2e67ff,#36c6ff);display:grid;place-items:center;font-size:30px;font-weight:900;overflow:hidden;position:relative;z-index:2;box-shadow:0 10px 28px rgba(0,0,0,.35)}
.profile-dashboard-avatar img{width:100%;height:100%;object-fit:cover}.profile-dashboard-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:14px;flex-wrap:wrap}
.profile-action{height:40px;min-width:40px;padding:0 13px;border-radius:12px;background:#172237;color:#dbe7ff;border:1px solid #263a5b;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.profile-action:hover:not(:disabled){transform:translateY(-1px);background:#1c2a43}.profile-action.primary-action{background:linear-gradient(90deg,#3671ff,#2faeff);border-color:#4d8cff;color:white;box-shadow:0 9px 22px rgba(49,111,255,.22)}.profile-action:disabled{opacity:.55;cursor:default}
.profile-dashboard-identity{padding-top:3px}.profile-dashboard-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile-dashboard-name-row h2{font-size:25px;margin:0}.profile-dashboard-nick{color:#93a1ba;margin-top:2px;font-size:14px}.profile-online-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#8ee7b1;background:#113123;border:1px solid #1f5138;border-radius:999px;padding:5px 8px}.profile-online-badge i{width:7px;height:7px;border-radius:50%;background:#31d77d}
.profile-dashboard-badges{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.profile-dashboard-badges span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:9px;background:#151f31;border:1px solid #213252;color:#bccae3;font-size:11px;font-weight:800}.profile-dashboard-badges .owner-badge{color:#ffd978;border-color:#534427;background:#2a2416}
.profile-dashboard-status{margin-top:13px;display:inline-flex;padding:9px 12px;background:#141e2d;border:1px solid #22334e;border-radius:12px;color:#d8e2f4;font-size:13px;font-weight:650}
.profile-dashboard-divider{height:1px;background:#1a273b;margin:20px 0}.profile-dashboard-section{margin-top:18px}.profile-dashboard-section h3{margin:0 0 9px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#dce5f6}.profile-dashboard-bio{margin:0;color:#aebbd1;white-space:pre-wrap;line-height:1.52;font-size:14px;overflow-wrap:anywhere}
.profile-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-info-grid>div{display:flex;gap:10px;align-items:center;padding:12px;border:1px solid #1d2c43;background:#0f1725;border-radius:14px}.profile-info-grid i{width:24px;height:24px;border-radius:8px;background:#172743;color:#7faeff;display:grid;place-items:center}.profile-info-grid span{display:flex;flex-direction:column;min-width:0}.profile-info-grid small{color:#71809a;font-size:10px}.profile-info-grid strong{font-size:12px;color:#dbe5f7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.profile-dashboard-section-title{display:flex;justify-content:space-between;align-items:center}.profile-dashboard-section-title>span{font-size:11px;color:#8391aa;background:#141e2e;padding:4px 8px;border-radius:999px}.profile-common-groups{display:flex;flex-direction:column;gap:7px}.profile-common-group{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border-radius:12px;background:#101827;border:1px solid #1c2a40;color:#d8e4f8;text-align:left}.profile-common-group:hover{background:#151f31;border-color:#2b4163;transform:translateX(2px)}.profile-common-group img,.profile-common-group>span{width:32px;height:32px;border-radius:10px;object-fit:cover;background:linear-gradient(135deg,#224c9a,#2b87e6);display:grid;place-items:center;font-size:11px;font-weight:900}.profile-common-group strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-no-groups{padding:12px;color:#71809a;text-align:center;background:#0e1623;border-radius:12px;border:1px dashed #213049}
.profile-edit-modal{overflow:visible}.profile-edit-banner{height:118px;margin:-5px -5px 0;border-radius:17px;background:linear-gradient(135deg,#1f58c8,#112341);background-size:cover;background-position:center;border:1px solid #253956}.profile-editor-over-banner{margin-top:-35px;padding-left:12px;position:relative}.profile-editor-over-banner .avatar{border:6px solid #0f1725;box-shadow:0 8px 20px rgba(0,0,0,.3)}
#profileBioEdit{resize:vertical;min-height:98px;max-height:180px}
@media(max-width:620px){.profile-dashboard-card{width:100%}.profile-dashboard-body{padding:0 17px 20px}.profile-dashboard-banner{height:135px}.profile-dashboard-avatar{width:92px;height:92px;margin-top:-43px}.profile-info-grid{grid-template-columns:1fr}.profile-dashboard-actions .profile-action{font-size:12px;padding:0 10px}}


/* Seapp Web 1.4 — DMs na lateral + call persistente */
.dm-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:22px 12px 8px;color:#6f82aa;font-size:10px;font-weight:900;letter-spacing:.14em}
.dm-sidebar-head i{font-size:11px;color:#50658f}.direct-conversation-list{display:flex;flex-direction:column;gap:4px;padding:0 2px 12px}.dm-sidebar-empty{padding:14px 10px;color:#566581;font-size:12px;text-align:center}
.dm-nav-row{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:5px;border-radius:13px;transition:.18s background,.18s transform}.dm-nav-row:hover,.dm-nav-row.active{background:#152340}.dm-nav-row:hover{transform:translateX(2px)}
.dm-nav-main{min-width:0;display:flex;align-items:center;gap:9px;padding:8px;background:transparent;color:#c9d5ed;text-align:left}.dm-nav-main>span:last-child{min-width:0;display:flex;flex-direction:column}.dm-nav-main strong,.dm-nav-main small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-nav-main strong{font-size:13px}.dm-nav-main small{font-size:10px;color:#687895;margin-top:2px}.dm-nav-call{width:30px;height:30px;border-radius:9px;background:transparent;color:#627493;opacity:0}.dm-nav-row:hover .dm-nav-call,.dm-nav-row.active .dm-nav-call{opacity:1}.dm-nav-call:hover{background:#1d3157;color:#7ed9a8}


/* Seapp Web 1.4.1 — Voz conectada persistente */
.persistent-call-dock{
  margin-top:auto;margin-inline:7px;margin-bottom:7px;padding:9px 9px 8px;border-radius:12px;
  background:linear-gradient(180deg,#202126 0%,#1a1b1f 100%);border:1px solid #2d3037;
  box-shadow:0 12px 34px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.025);
  animation:fadeUp .18s ease;overflow:hidden
}
.persistent-call-top{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}
.persistent-call-connected{min-width:0;flex:1;display:flex;align-items:center;gap:9px;padding:2px;background:transparent;color:inherit;text-align:left;border-radius:9px}
.persistent-call-connected:hover{background:rgba(255,255,255,.035)}
.persistent-call-signal{width:33px;height:33px;flex:0 0 33px;border-radius:10px;display:grid;place-items:center;background:#173226;color:#56d889;border:1px solid #25513a;font-size:14px}
.persistent-call-copy{min-width:0;display:flex;flex-direction:column;gap:1px}
.persistent-call-copy strong{color:#57d98b;font-size:13px;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.persistent-call-copy small{color:#a5a8b0;font-size:10px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}
.persistent-call-copy small i{font-size:9px;margin-right:3px;color:#c0c3ca}
.persistent-call-top-actions{display:flex;align-items:center;gap:7px}
.persistent-call-hangup{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:transparent;color:#b7bac2;border:1px solid transparent}
.persistent-call-hangup:hover{background:#46242c;color:#ff9aa6;border-color:#67313d}
.persistent-call-wave{height:28px;width:30px;display:flex;align-items:center;justify-content:center;gap:2px;color:#adb1ba}
.persistent-call-wave i{display:block;width:2px;border-radius:99px;background:#adb1ba;animation:seappVoiceWave .9s ease-in-out infinite alternate}
.persistent-call-wave i:nth-child(1){height:8px;animation-delay:-.2s}.persistent-call-wave i:nth-child(2){height:16px;animation-delay:-.55s}.persistent-call-wave i:nth-child(3){height:12px;animation-delay:-.35s}.persistent-call-wave i:nth-child(4){height:6px;animation-delay:-.7s}
@keyframes seappVoiceWave{from{transform:scaleY(.45);opacity:.55}to{transform:scaleY(1);opacity:1}}
.persistent-call-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-top:8px}
.persistent-call-actions button{height:34px;border-radius:9px;background:#2a2c31;color:#e3e5e9;border:1px solid #32353c;display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;font-weight:750}
.persistent-call-actions button:hover{background:#33363c;border-color:#3d4149;transform:translateY(-1px)}
.persistent-call-actions button.muted{background:#4a2931;color:#ffbcc4;border-color:#693642}
.persistent-call-actions button.danger{background:#2a2c31;color:#e3e5e9;border-color:#32353c}
.persistent-call-actions button.danger:hover{background:#5b2631;color:#ffb5be;border-color:#7c3443}
.persistent-call-dock[data-call-type="direct"] .persistent-call-signal{background:#172c3f;border-color:#234968;color:#6fc1ff}
.persistent-call-dock[data-call-type="direct"] .persistent-call-copy strong{color:#6fc1ff}
.nav-panel:has(.persistent-call-dock:not(.hidden)) .profile-strip{margin-top:0}


/* Seapp Web 1.5 — compositor Discord-like, GIF search e emojis */
.chat-column{min-height:0;overflow:hidden}
.messages{min-height:0}
.message-box{flex:0 0 auto;max-height:42vh;overflow:visible;margin-bottom:14px}
.message-compose-row{align-items:center;background:#111827;border:1px solid #26324a;border-radius:15px;padding:4px 5px;min-height:52px}
.message-compose-row textarea{background:transparent;border:0!important;box-shadow:none!important;transform:none!important;min-height:42px;max-height:130px;padding:10px 8px}
.composer-action{width:38px;height:38px;flex:0 0 38px;border-radius:10px}
.composer-plus{border-radius:50%;background:#263348;color:#ccd8ee;font-size:14px}
.composer-plus:hover{background:#3475ff;color:#fff}
.composer-text-action{font-size:11px;font-weight:950;letter-spacing:-.04em}
.composer-text-action span{padding:3px 4px;border-radius:5px;background:#8e9ab0;color:#0d1420}
.composer-text-action:hover span{background:#fff;color:#111827}
.attachment-preview{display:flex;align-items:center;gap:10px;width:min(370px,100%);margin:2px 2px 8px;padding:7px 8px;border-radius:12px;max-height:82px;overflow:hidden}
.attachment-preview img{width:58px;height:58px;flex:0 0 58px;border-radius:9px}
.attachment-preview-info{flex:1}
.attachment-remove{flex:0 0 32px}

.chat-picker{position:fixed;z-index:160;width:min(430px,calc(100vw - 24px));max-height:min(520px,calc(100vh - 40px));overflow:hidden;background:linear-gradient(180deg,#111a29,#0b111d);border:1px solid #2a3954;border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,.55);backdrop-filter:blur(20px);animation:fadeUp .15s ease}
.chat-picker-head{display:flex;align-items:center;justify-content:space-between;padding:14px 15px 10px}.chat-picker-head>div{display:flex;flex-direction:column}.chat-picker-head strong{font-size:17px}.chat-picker-head small{color:#75839c;margin-top:2px}.chat-picker-head button{width:34px;height:34px;border-radius:10px;background:#182336;color:#8ea0bd}.chat-picker-head button:hover{color:#fff;background:#22314a}
.gif-search-row{margin:0 12px 10px;display:flex;align-items:center;gap:8px;background:#080d16;border:1px solid #21304a;border-radius:11px;padding:0 11px}.gif-search-row i{color:#64748f}.gif-search-row input{border:0;background:transparent;box-shadow:none!important;transform:none!important;padding:10px 2px}
.gif-grid{padding:0 10px 10px;display:grid;grid-template-columns:1fr 1fr;gap:6px;overflow:auto;max-height:370px;align-items:start}.gif-item{position:relative;border:0;padding:0;background:#0b1019;border-radius:10px;overflow:hidden;min-height:90px}.gif-item:hover{outline:2px solid #4c8cff;transform:translateY(-1px)}.gif-item img{width:100%;display:block;min-height:90px;max-height:180px;object-fit:cover}.gif-item span{position:absolute;left:6px;bottom:6px;padding:3px 5px;border-radius:6px;background:rgba(0,0,0,.65);color:#fff;font-size:9px;opacity:0;transition:.15s}.gif-item:hover span{opacity:1}
.picker-loading,.gif-setup-notice{margin:8px 12px 12px;padding:12px;border-radius:11px;background:#0c1421;color:#91a5c9;font-size:12px}.gif-setup-notice{border:1px solid #2e415f;line-height:1.45}.gif-attribution{padding:7px 12px 11px;color:#66758f;font-size:10px;text-align:right;border-top:1px solid #182438}.gif-attribution strong{color:#aebbd2}
.emoji-picker{width:min(390px,calc(100vw - 24px))}.emoji-categories{display:flex;gap:4px;padding:0 10px 8px;overflow-x:auto}.emoji-cat{width:34px;height:32px;border-radius:9px;background:transparent;color:#9aabc7;font-size:17px}.emoji-cat.active,.emoji-cat:hover{background:#1a273b;color:#fff}.emoji-grid{padding:6px 10px 12px;display:grid;grid-template-columns:repeat(8,1fr);gap:3px;overflow:auto;max-height:330px}.emoji-item{aspect-ratio:1;border-radius:9px;background:transparent;font-size:24px;display:grid;place-items:center}.emoji-item:hover{background:#1a273b;transform:scale(1.08)}
@media(max-width:700px){.emoji-grid{grid-template-columns:repeat(7,1fr)}.gif-grid{grid-template-columns:1fr 1fr}.message-compose-row{gap:2px}.composer-action{width:34px;height:34px;flex-basis:34px}.composer-text-action{font-size:10px}}
.gif-key-inline{display:flex;gap:7px;margin-top:9px}.gif-key-inline input{flex:1;padding:8px 10px;border-radius:9px}.gif-key-inline button{padding:8px 11px;border-radius:9px;background:#3475ff;color:#fff;font-weight:800}.gif-setup-notice code{color:#9fc1ff;background:#07101f;padding:1px 4px;border-radius:4px}

/* Seapp Web 1.5.1 — supressão de ruído */
.voice-settings-modal{width:min(560px,100%)}
.voice-settings-title{display:flex;align-items:center;gap:13px;margin-bottom:6px}.voice-settings-title h2{margin:1px 0 0}.voice-settings-title small{font-size:10px;letter-spacing:.15em;color:#7085ad;font-weight:900}
.voice-settings-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#2c61ff,#35c4ff);color:white;font-size:18px;box-shadow:0 10px 24px rgba(42,108,255,.22)}
.voice-settings-subtitle{margin:0 0 13px!important;color:#8391ab!important;font-size:13px}
.voice-setting-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:16px 2px;border-top:1px solid #1c2940}.voice-setting-row>div{display:flex;flex-direction:column;gap:4px}.voice-setting-row strong{font-size:14px}.voice-setting-row small{font-size:12px;color:#71809b;line-height:1.4}.voice-setting-row.unsupported{opacity:.45}
.toggle-switch{position:relative;display:inline-flex;width:46px;height:26px;flex:0 0 auto;margin:0}.toggle-switch input{position:absolute;opacity:0;pointer-events:none}.toggle-switch span{position:absolute;inset:0;border-radius:999px;background:#26334a;border:1px solid #354763;cursor:pointer;transition:.2s}.toggle-switch span:before{content:'';position:absolute;width:18px;height:18px;border-radius:50%;left:3px;top:3px;background:#97a6bf;transition:.2s}.toggle-switch input:checked+span{background:#2d6cff;border-color:#4a87ff}.toggle-switch input:checked+span:before{transform:translateX(20px);background:white}.toggle-switch input:disabled+span{cursor:not-allowed}
.voice-setting-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;border-top:1px solid #1c2940}.voice-setting-footer>span{font-size:11px;color:#79d9a5}.voice-setting-footer .secondary{margin-top:0}.voice-setting-footer i{margin-right:6px}
.direct-control-row{grid-template-columns:1fr 1fr 1fr!important}
#activeVoiceControls{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1200px){#activeVoiceControls{grid-template-columns:1fr 1fr}.voice-setting-footer{align-items:flex-start;flex-direction:column}}

/* Seapp Web 1.5.2 — RNNoise / WebAssembly */
.voice-noise-section{padding:15px 2px;border-top:1px solid #1c2940}
.voice-noise-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.voice-noise-heading>div{display:flex;flex-direction:column;gap:4px}.voice-noise-heading>div>strong{font-size:14px}.voice-noise-heading>div>small{font-size:12px;color:#71809b;line-height:1.4}
.noise-support-badge{white-space:nowrap;display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#113022;border:1px solid #1f573d;color:#7ce5ab;font-size:10px;font-weight:800}.noise-support-badge.unavailable{background:#302118;border-color:#5a3b24;color:#f5bd78}
.noise-mode-grid{display:grid;grid-template-columns:1fr;gap:8px}.noise-mode-card{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:11px;align-items:center;margin:0;padding:12px;border:1px solid #263651;border-radius:14px;background:#0c1421;cursor:pointer;transition:.18s ease}.noise-mode-card:hover{border-color:#3c5680;background:#101b2c;transform:translateY(-1px)}.noise-mode-card.selected{border-color:#4485ff;background:linear-gradient(90deg,rgba(44,98,255,.15),rgba(53,196,255,.05));box-shadow:0 0 0 3px rgba(52,113,255,.08)}.noise-mode-card input{position:absolute;opacity:0;pointer-events:none}.noise-mode-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#17243a;color:#84adff;font-size:15px}.noise-mode-icon.advanced{background:linear-gradient(135deg,#273f91,#2a9ad9);color:#fff}.noise-mode-icon.off{background:#241b29;color:#b893bf}.noise-mode-copy{display:flex;flex-direction:column;gap:3px}.noise-mode-copy strong{font-size:13px}.noise-mode-copy small{font-size:11px;color:#71809a;line-height:1.35}.noise-mode-tag{padding:5px 7px;border-radius:999px;background:#233c78;color:#9dc2ff;font-size:9px;font-weight:900;letter-spacing:.05em}
@media(max-width:620px){.voice-noise-heading{flex-direction:column}.noise-support-badge{align-self:flex-start}.noise-mode-card{grid-template-columns:38px minmax(0,1fr)}.noise-mode-tag{display:none}}


/* Seapp Web 1.5.3 — entrada compacta em calls */
.voice-idle-compact{
  padding:22px 18px 14px;
  min-height:128px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.voice-idle-compact .voice-idle-orb{
  width:52px;
  height:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#14233a,#0e1727);
  border:1px solid #223553;
  color:#7ea9ff;
  font-size:19px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 26px rgba(0,0,0,.18);
}
.voice-idle-compact h3{
  margin:0;
  font-size:13px;
  font-weight:800;
  color:#9eacc6;
}
.voice-entry-bar{
  width:100%;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 9px 8px 10px;
  border-radius:14px;
  background:#111b2b;
  border:1px solid #20314c;
}
.voice-entry-copy{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
}
.voice-entry-copy>div{
  min-width:0;
  display:flex;
  flex-direction:column;
}
.voice-entry-copy strong{
  color:#e8efff;
  font-size:12px;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.voice-entry-copy small{
  color:#657591;
  font-size:10px;
  margin-top:2px;
}
.voice-entry-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:11px;
  display:grid;
  place-items:center;
  color:#83acff;
  background:#17243a;
  border:1px solid #263959;
}
.voice-entry-button{
  flex:0 0 auto;
  height:36px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:11px;
  color:white;
  background:linear-gradient(90deg,#3671ff,#39afff);
  border:1px solid rgba(110,164,255,.45);
  box-shadow:0 7px 16px rgba(45,112,255,.18);
  font-weight:850;
  font-size:12px;
  transition:transform .16s ease,filter .16s ease,box-shadow .16s ease;
}
.voice-entry-button:hover{
  transform:translateY(-1px);
  filter:brightness(1.08);
  box-shadow:0 9px 19px rgba(45,112,255,.25);
}
.voice-entry-button:active{transform:translateY(0)}
.voice-entry-button:disabled{opacity:.58;cursor:not-allowed;transform:none}
.voice-entry-button i{font-size:11px}
.voice-controls:has(.voice-entry-bar:not(.hidden)){padding:10px}
@media(max-width:1180px){
  .voice-entry-copy small{display:none}
  .voice-entry-button{padding:0 11px}
}


/* Seapp Web 1.5.5 — créditos Sea Labs / Nesk no login */
.auth-card{
  position:relative;
  overflow:hidden;
}
.auth-card::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:2px;
  background:linear-gradient(90deg,transparent,#2b65ff 18%,#37d7ff 50%,#2b65ff 82%,transparent);
  opacity:.9;
}
.auth-credits{
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid rgba(88,125,190,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#8fa1bf;
  user-select:none;
}
.auth-credits-mark{
  width:34px;
  height:34px;
  border-radius:11px;
  display:grid;
  place-items:center;
  flex:0 0 34px;
  color:#78dfff;
  background:linear-gradient(145deg,rgba(31,84,184,.32),rgba(26,193,231,.12));
  border:1px solid rgba(81,160,255,.25);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.auth-credits-copy{
  display:grid;
  grid-template-columns:auto auto;
  column-gap:6px;
  align-items:baseline;
  line-height:1.12;
}
.auth-credits-copy small{
  grid-column:1;
  color:#647798;
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
}
.auth-credits-copy strong{
  grid-column:2;
  color:#cfe8ff;
  font-size:12px;
  font-weight:850;
}
.auth-credits-copy span{
  grid-column:1/-1;
  margin-top:3px;
  color:#6f819f;
  font-size:10px;
}
.auth-credits-copy span b{color:#91ccff;font-weight:800}
.auth-card .primary{
  background:linear-gradient(90deg,#315dff,#29bdf2);
  box-shadow:0 10px 26px rgba(28,120,238,.24);
}
.auth-card input:focus{
  border-color:#38a9ff;
  box-shadow:0 0 0 4px rgba(47,166,255,.13),0 0 24px rgba(38,201,255,.08);
}
@media(max-width:540px){
  .auth-credits{justify-content:flex-start}
}


/* =========================================================
   Seapp Web 1.5.7 — refinamento da nova identidade
   ========================================================= */
:root{
  --brand-cyan:#52efff;
  --brand-cyan-2:#25cfff;
  --brand-blue:#1f63ff;
  --brand-blue-2:#1747e8;
  --brand-deep:#050a14;
  --brand-navy:#081326;
  --brand-panel:#0b1527;
  --brand-stroke:rgba(89,150,255,.18);
  --brand-glow:rgba(45,205,255,.22);
  --blue:var(--brand-blue);
  --blue-2:var(--brand-cyan-2);
  --bg:var(--brand-deep);
  --panel-solid:#0b1424;
  --panel-2:#101b2e;
  --stroke:#1b2c49;
  --stroke-soft:#244064;
}

/* Fundo geral mais próximo do azul profundo da nova logo */
html,body{
  background:
    radial-gradient(circle at 14% 7%,rgba(28,76,190,.12),transparent 31%),
    radial-gradient(circle at 92% 86%,rgba(31,211,255,.08),transparent 33%),
    #050a14;
}
.bg-grid{
  opacity:.045;
  background-size:44px 44px;
}
.bg-orb.one{
  background:#1749d8;
  opacity:.34;
}
.bg-orb.two{
  background:#00d5ff;
  opacity:.22;
}
.bg-orb.three{
  background:#164dff;
  opacity:.18;
}

/* Login */
.auth-showcase{
  padding-left:34px;
}
.hero-logo{
  width:158px;
  height:158px;
  object-fit:contain;
  margin-left:-12px;
  filter:
    drop-shadow(0 0 14px rgba(58,220,255,.30))
    drop-shadow(0 18px 34px rgba(11,54,167,.27));
  animation:brandLogoFloat 5.5s ease-in-out infinite;
}
@keyframes brandLogoFloat{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-5px) scale(1.018)}
}
.glass-badge{
  border-color:rgba(68,202,255,.20);
  background:linear-gradient(135deg,rgba(20,54,118,.34),rgba(8,26,55,.54));
  color:#bdeeff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 10px 30px rgba(0,0,0,.16);
}
.glass-badge i{color:var(--brand-cyan)}
.tag{
  background:linear-gradient(90deg,#68f4ff,#5a91ff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.auth-showcase h1{
  text-shadow:0 7px 34px rgba(31,99,255,.11);
}
.auth-card{
  background:
    linear-gradient(180deg,rgba(14,26,47,.98),rgba(7,14,27,.985));
  border-color:rgba(88,145,232,.22);
  box-shadow:
    0 24px 68px rgba(0,0,0,.42),
    0 0 0 1px rgba(59,217,255,.025) inset;
}
.auth-card::before{
  height:2px;
  background:linear-gradient(90deg,transparent,#245dff 14%,#4cefff 50%,#245dff 86%,transparent);
  box-shadow:0 0 18px rgba(66,224,255,.24);
}
.auth-card .primary,.primary{
  background:linear-gradient(100deg,#215bff 5%,#278cff 54%,#31d9ff 100%);
  box-shadow:0 10px 27px rgba(26,112,255,.20);
}
.auth-card .primary:hover,.primary:hover{
  box-shadow:0 13px 31px rgba(29,143,255,.29),0 0 20px rgba(57,224,255,.08);
}
.auth-card input:focus,input:focus,textarea:focus{
  border-color:#38c9ff;
  box-shadow:0 0 0 4px rgba(51,196,255,.105),0 0 25px rgba(30,160,255,.06);
}

/* Ícone da marca na coluna esquerda: sem bloco azul sólido */
.server-rail{
  background:linear-gradient(180deg,#060c17,#050a13);
  border-right-color:rgba(72,116,184,.20);
}
#homeBtn.server-icon{
  width:56px;
  height:56px;
  padding:3px;
  overflow:visible;
  border-radius:19px;
  background:transparent;
  border-color:transparent;
  box-shadow:none;
}
#homeBtn.server-icon img{
  width:48px;
  height:48px;
  object-fit:contain;
  filter:
    drop-shadow(0 0 8px rgba(50,222,255,.28))
    drop-shadow(0 8px 15px rgba(29,79,202,.24));
}
#homeBtn.server-icon.active{
  background:radial-gradient(circle,rgba(34,113,255,.18),rgba(28,202,255,.04) 60%,transparent 72%);
  border-color:rgba(77,202,255,.12);
  box-shadow:0 0 25px rgba(30,143,255,.09);
}
#homeBtn.server-icon:hover img{
  filter:
    drop-shadow(0 0 12px rgba(66,234,255,.40))
    drop-shadow(0 9px 18px rgba(32,92,227,.29));
}

/* Marca principal na segunda coluna */
.nav-panel{
  background:
    linear-gradient(180deg,rgba(10,20,38,.99),rgba(7,13,25,.99));
  border-right-color:rgba(66,110,180,.20);
}
.nav-brand{
  height:82px;
  gap:13px;
  border-bottom-color:rgba(74,122,196,.17);
}
.nav-brand img{
  width:50px;
  height:50px;
  object-fit:contain;
  filter:
    drop-shadow(0 0 8px rgba(66,226,255,.22))
    drop-shadow(0 8px 13px rgba(24,76,187,.20));
}
.nav-brand strong{
  font-size:19px;
  letter-spacing:-.02em;
  color:#f1f6ff;
}
.nav-brand small{
  color:#607aa4;
  font-size:11px;
  margin-top:2px;
}
.nav-item{
  color:#91a2c2;
}
.nav-item i{
  color:#67cfff;
}
.nav-item.active,.nav-item:hover{
  background:linear-gradient(90deg,rgba(30,82,184,.28),rgba(20,130,194,.09));
  border-color:rgba(75,157,255,.18);
  color:#f5f8ff;
  box-shadow:inset 3px 0 0 rgba(72,220,255,.42);
}
.dm-nav-row:hover,.dm-nav-row.active{
  background:linear-gradient(90deg,rgba(26,76,170,.22),rgba(20,111,170,.07));
}
.dm-nav-row.active{
  box-shadow:inset 2px 0 0 rgba(75,221,255,.45);
}

/* Barras e painéis */
.content-shell{
  background:
    radial-gradient(circle at 80% 100%,rgba(7,188,232,.055),transparent 27%),
    linear-gradient(180deg,#070d18,#050a13);
}
.content-header{
  border-bottom-color:rgba(69,111,178,.19);
  background:rgba(7,13,24,.62);
  backdrop-filter:blur(9px);
}
.panel,.panel-lite,.section-card,.voice-card{
  border-color:rgba(76,126,202,.19);
  background:linear-gradient(180deg,rgba(13,24,43,.965),rgba(7,14,26,.98));
}
.voice-card{
  box-shadow:0 18px 44px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.018);
}
.voice-entry-icon{
  color:#68e6ff!important;
  border-color:rgba(78,159,255,.23)!important;
  background:linear-gradient(145deg,rgba(35,76,151,.44),rgba(15,63,97,.35))!important;
}
.voice-entry-button{
  background:linear-gradient(100deg,#255dff,#2b91ff 60%,#38d8ff)!important;
  border-color:rgba(99,188,255,.32)!important;
}

/* Perfil inferior */
.profile-strip{
  background:linear-gradient(180deg,#080f1d,#060c16);
  border-top-color:rgba(73,119,189,.19);
}
.profile-main:hover{
  background:rgba(29,73,139,.18);
}

/* Ações secundárias com a identidade sem perder legibilidade */
.secondary,.row-actions button,.voice-icons button{
  border-color:rgba(74,126,204,.22);
}
.status-chip{
  border-color:rgba(67,124,202,.21);
  background:#0d1727;
}
.status-chip i{
  box-shadow:0 0 11px rgba(46,212,122,.35);
}

/* Créditos mais refinados */
.auth-credits{
  border-top-color:rgba(72,145,219,.14);
}
.auth-credits-mark{
  color:#63ecff;
  background:linear-gradient(145deg,rgba(28,80,171,.33),rgba(20,191,221,.09));
  border-color:rgba(74,184,255,.20);
}
.auth-credits-copy strong{color:#d8f1ff}
.auth-credits-copy span b{color:#6de8ff}

/* Evita que a logo transparente pareça pequena em telas de DPI alto */
@media(min-width:1500px){
  .hero-logo{width:172px;height:172px}
  .nav-brand img{width:52px;height:52px}
}


/* =========================================================
   Seapp Web 1.5.9 — perfis, datas, badges e gerenciamento
   ========================================================= */
.nav-brand-text-only{padding-left:20px}.nav-brand-text-only>div{display:flex;flex-direction:column;justify-content:center}.nav-brand-text-only strong{font-size:20px}
.message-day-separator{position:relative;display:flex;align-items:center;justify-content:center;margin:19px 2px 14px;color:#8090ad;font-size:11px;font-weight:800;letter-spacing:.02em}
.message-day-separator::before,.message-day-separator::after{content:"";height:1px;background:#1a2941;flex:1}.message-day-separator span{padding:5px 11px;margin:0 10px;background:#0e1828;border:1px solid #20314c;border-radius:999px;white-space:nowrap}
.group-danger-zone{margin-top:24px;padding:15px;border:1px solid rgba(255,88,109,.22);background:rgba(77,19,31,.14);border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.group-danger-zone>div{display:flex;flex-direction:column;gap:4px}.group-danger-zone strong{color:#ff99a7}.group-danger-zone small{color:#8e7480;font-size:11px}
.danger-outline{height:38px;border-radius:11px;padding:0 13px;background:#35141d;border:1px solid #6d2637;color:#ff98a6;font-weight:800;display:inline-flex;align-items:center;gap:8px}.danger-outline:hover{background:#4b1724;border-color:#96354b}.danger-outline:disabled{opacity:.55;cursor:not-allowed}
.profile-dashboard-avatar-wrap{position:relative;display:flex;align-items:flex-start;min-width:104px}
.profile-dashboard-status-bubble{position:absolute;left:86px;top:-40px;z-index:4;max-width:245px;min-height:37px;padding:9px 12px 9px 11px;border-radius:15px 15px 15px 5px;background:#f4f6fb;color:#202633;border:1px solid rgba(255,255,255,.72);box-shadow:0 9px 26px rgba(0,0,0,.30);display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700}
.profile-dashboard-status-bubble::before{content:"";position:absolute;left:-6px;bottom:3px;width:13px;height:13px;background:#f4f6fb;transform:rotate(45deg);border-left:1px solid rgba(255,255,255,.72);border-bottom:1px solid rgba(255,255,255,.72)}
.profile-dashboard-status-bubble i{position:relative;z-index:1;color:#5d6780}.profile-dashboard-status-bubble span{position:relative;z-index:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.profile-dashboard-badges{align-items:center}.profile-dashboard-badges .relation-badge{display:inline-flex}
.profile-special-badge{position:relative;width:38px!important;height:38px!important;padding:0!important;border-radius:11px!important;display:inline-grid!important;place-items:center!important;overflow:visible!important;background:linear-gradient(145deg,#101d34,#0a1324)!important;border:1px solid #27446e!important;box-shadow:0 7px 17px rgba(0,0,0,.24)}
.profile-special-badge img{width:29px;height:29px;object-fit:contain;filter:drop-shadow(0 0 6px rgba(57,220,255,.25))}
.profile-special-badge.beta-badge b{position:absolute;right:-7px;bottom:-5px;padding:2px 5px;border-radius:6px;background:linear-gradient(90deg,#5b72ff,#42dfff);border:1px solid rgba(255,255,255,.35);color:white;font-size:7px;letter-spacing:.07em;box-shadow:0 3px 8px rgba(0,0,0,.28)}
.profile-special-badge.founder-badge{border-color:#8d6b28!important;background:radial-gradient(circle,#2b2417,#101728 72%)!important;box-shadow:0 0 14px rgba(245,186,64,.12),0 7px 17px rgba(0,0,0,.24)}
.founder-wreath{position:relative;display:grid;place-items:center;width:100%;height:100%}.founder-wreath::before,.founder-wreath::after{content:"❯";position:absolute;color:#e7b44d;font-size:20px;top:8px;text-shadow:0 0 7px rgba(239,184,68,.38)}.founder-wreath::before{left:0;transform:rotate(180deg)}.founder-wreath::after{right:0}.founder-wreath img{width:25px;height:25px}.founder-wreath i{position:absolute;right:-5px;top:-7px;color:#ffd86b;font-size:10px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}
@media(max-width:620px){.profile-dashboard-status-bubble{left:75px;top:-33px;max-width:180px}.group-danger-zone{align-items:flex-start;flex-direction:column}}
.profile-dashboard-badges .founder-wreath{padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;color:inherit!important;font-size:inherit!important;display:grid!important}
.profile-dashboard-badges .founder-wreath img{margin:0!important}

/* =========================================================
   Seapp Web 1.6.0 — sidebar, perfil, call e grupo refinados
   ========================================================= */
.nav-panel{
  background:radial-gradient(circle at 0 0,rgba(53,110,255,.2),transparent 28%),linear-gradient(180deg,#112a6d 0%,#0a1637 18%,#08132f 100%);
}
.nav-brand{height:auto;padding:18px 18px 10px;gap:12px;align-items:center}
.nav-brand img{width:44px;height:44px;filter:drop-shadow(0 0 10px rgba(52,164,255,.25))}
.nav-brand strong{font-size:18px;color:#eef4ff}
.nav-brand small{font-size:12px;color:#89a0d5}
.nav-search{margin:0 14px 12px;padding:0 12px;height:38px;border-radius:12px;background:rgba(20,38,84,.78);border:1px solid rgba(113,153,255,.18);display:flex;align-items:center;gap:10px}
.nav-search i{color:#8cabf0;font-size:13px}
.nav-search input{flex:1;background:transparent;border:0;outline:0;color:#dfe9ff;font-size:13px}
.nav-search input::placeholder{color:#8197c6}
.nav-item{height:46px;margin:0 10px 8px;border-radius:14px;background:transparent;color:#c8d6f4;border:1px solid transparent;justify-content:flex-start;padding:0 14px;font-weight:800}
.nav-item:hover,.nav-item.active{background:linear-gradient(180deg,rgba(49,97,207,.62),rgba(30,65,148,.72));border-color:rgba(109,154,255,.22);box-shadow:0 10px 24px rgba(13,31,74,.28)}
.dm-sidebar-head{padding:18px 12px 8px;color:#90a9de}
.dm-sidebar-add{width:24px;height:24px;border-radius:8px;background:transparent;color:#8ca7de}
.dm-sidebar-add:hover{background:rgba(53,88,171,.35);color:#fff}
.direct-conversation-list{gap:6px;padding:0 6px 14px}
.dm-nav-row{grid-template-columns:minmax(0,1fr) 32px;border-radius:14px}
.dm-nav-row:hover,.dm-nav-row.active{background:rgba(255,255,255,.055)}
.dm-nav-main{padding:8px 10px}
.dm-avatar-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}
.dm-avatar-wrap .mini-avatar{display:block}
.dm-presence-dot{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:50%;border:2px solid #091733;background:#64748b}
.dm-avatar-wrap.online .dm-presence-dot{background:#2dd97f}
.dm-avatar-wrap.offline .dm-presence-dot{background:#60708d}
.dm-nav-main strong{font-size:14px}
.dm-nav-main small{font-size:12px;color:#89a0d3}
.profile-strip{border-top:1px solid rgba(120,152,229,.14);background:rgba(6,14,32,.35)}
.profile-main strong{color:#eef4ff}
.profile-main small{color:#8ea7da}
.icon-plain{color:#8fb0eb}
.icon-plain:hover{background:rgba(45,75,154,.35);color:#fff}

.voice-card{background:linear-gradient(180deg,#10213f 0%,#091529 100%);border:1px solid rgba(86,126,204,.22);border-radius:22px;box-shadow:0 18px 42px rgba(0,0,0,.32);overflow:hidden}
.voice-head{padding:18px 18px 14px;border-bottom:1px solid rgba(95,124,180,.12)}
.voice-head small{letter-spacing:.16em;color:#7b92c3}
.voice-head strong{font-size:31px;line-height:1.1}
.voice-pill{padding:7px 12px;border-radius:999px;background:rgba(72,87,117,.22);border:1px solid rgba(110,132,173,.18);font-size:12px;color:#dce6fc}
.voice-pill.live{background:rgba(10,119,79,.22);border-color:rgba(67,216,144,.3);color:#8ff0ba}
.direct-call-friend{padding:18px 18px 14px;border-bottom:1px solid rgba(95,124,180,.12)}
.voice-controls{padding:14px}
.voice-entry-bar{border-radius:16px;padding:10px 12px;background:linear-gradient(180deg,#122546,#0d1d36);border:1px solid rgba(93,129,198,.18)}
.voice-entry-icon{width:40px;height:40px;border-radius:12px;background:#10294f;border:1px solid rgba(112,154,235,.16);color:#76b4ff}
.voice-entry-copy strong{font-size:18px;color:#eef4ff}
.voice-entry-copy small{font-size:11px;color:#8ba2d4}
.voice-entry-button{height:40px;padding:0 18px;border-radius:13px;background:linear-gradient(90deg,#3a6bff,#35bcff);font-weight:900;box-shadow:0 10px 22px rgba(51,129,255,.28)}
.voice-entry-button span{font-size:14px}
.control-row,.direct-control-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.control-row button,.direct-control-row button{width:52px;height:52px;border-radius:16px;padding:0;display:grid;place-items:center;background:#152846;border:1px solid rgba(103,139,204,.18);color:#d8e6ff}
.control-row button span,.direct-control-row button span{display:none}
.control-row button.danger,.direct-control-row button.danger{background:linear-gradient(180deg,#ff4e5a,#ef3342);border-color:rgba(255,124,136,.28);color:#fff}
.control-row button:hover,.direct-control-row button:hover{transform:translateY(-1px);background:#1b3359}
.control-row button.danger:hover,.direct-control-row button.danger:hover{background:linear-gradient(180deg,#ff5f6a,#f03c4a)}
.voice-participants{padding:0 18px 8px;display:flex;flex-direction:column;gap:10px}
.voice-person{padding:10px 12px;border-radius:16px;background:rgba(9,20,41,.55);border:1px solid rgba(95,124,180,.11)}
.voice-person .mini-avatar{width:34px;height:34px}
.voice-person-main{gap:10px}
.participant-volume{min-width:165px}

.profile-dashboard-card{width:min(420px,96vw);max-height:92vh;border-radius:24px;background:linear-gradient(180deg,#091528 0%,#0c1730 100%);border-color:rgba(90,121,187,.26)}
.profile-dashboard-banner{height:112px;background:linear-gradient(135deg,#183a87 0%,#102448 46%,#0b1222 100%)}
.profile-dashboard-body{padding:0 18px 22px}
.profile-dashboard-top{min-height:62px}
.profile-dashboard-avatar{width:96px;height:96px;margin-top:-44px;border:6px solid #0c1626}
.profile-dashboard-name-row h2{font-size:20px}
.profile-dashboard-nick{font-size:13px}
.profile-dashboard-badges{margin-top:14px;gap:10px}
.profile-dashboard-badges span{background:#0f1a30;border-color:#172947}
.profile-special-badge{width:64px!important;height:64px!important;border-radius:16px!important;background:linear-gradient(180deg,#0c1a34,#0a1322)!important}
.profile-special-badge img{width:46px;height:46px}
.profile-special-badge.beta-badge b{right:auto;left:50%;transform:translateX(-50%);bottom:-8px;padding:3px 8px;font-size:9px;border-radius:999px;background:linear-gradient(90deg,#a5c6ff,#63f0ff);color:#0b1430}
.profile-dashboard-status-bubble{background:#16284b;color:#eff5ff;border:1px solid rgba(119,148,203,.32);box-shadow:0 12px 28px rgba(0,0,0,.28)}
.profile-dashboard-status-bubble::before{background:#16284b;border-color:rgba(119,148,203,.32)}
.profile-dashboard-status-bubble i{color:#dbe8ff}
.founder-wreath i{right:-4px;top:-6px}

.group-settings-modal{width:min(480px,96vw);max-height:92vh;overflow:auto}
.group-settings-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}
.group-settings-title-wrap small{display:block;color:#8ba4d8;letter-spacing:.14em;font-size:11px;font-weight:800;margin-bottom:6px}
.group-settings-title-wrap h2{margin:0;font-size:24px}
.group-settings-shell{display:flex;flex-direction:column;gap:16px}
.group-settings-hero{display:flex;align-items:center;gap:14px;padding:14px;border-radius:18px;background:linear-gradient(180deg,#101e39,#0c172b);border:1px solid rgba(95,124,180,.15)}
.group-settings-hero-copy{display:flex;flex-direction:column;min-width:0}
.group-settings-hero-copy strong{font-size:26px;line-height:1.05}
.group-settings-hero-copy small{color:#8ba1cc}
.group-settings-form input,.group-settings-form select{height:44px;border-radius:13px}
.group-settings-links{display:flex;flex-direction:column;gap:8px}
.group-settings-link{height:48px;padding:0 14px;border-radius:14px;background:#101a2f;border:1px solid rgba(91,122,182,.16);display:flex;align-items:center;gap:12px;color:#dce7ff;font-weight:700;justify-content:space-between}
.group-settings-link span{flex:1;text-align:left}
.group-settings-link i{color:#9db9ff}
.group-settings-link b{font-size:20px;color:#a8bbed;font-weight:500}
.group-settings-link:hover{background:#12223e;transform:translateY(-1px)}
.group-settings-block{padding:14px;border-radius:16px;background:#0f1a2e;border:1px solid rgba(90,121,187,.12)}
.group-settings-block-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:12px}
.group-settings-block-head h3{margin:0;font-size:16px}
.group-settings-block-head small{color:#8ba1cc;font-size:12px}
.group-settings-member-view{padding-top:8px}
.group-danger-zone{background:rgba(93,23,35,.18);border-color:rgba(255,87,111,.2)}
.group-danger-zone small{color:#c18b98}

@media(max-width:900px){
  .nav-brand{padding-top:16px}
  .voice-head strong{font-size:24px}
}
@media(max-width:620px){
  .nav-search{margin-inline:10px}
  .group-settings-header{flex-direction:column;align-items:stretch}
  .group-settings-hero-copy strong{font-size:22px}
  .profile-dashboard-card{width:100vw;max-width:100vw;border-radius:18px}
  .profile-special-badge{width:54px!important;height:54px!important}
  .profile-special-badge img{width:38px;height:38px}
}


/* Seapp Web 1.6.1 — perfil mais próximo do mockup */
.profile-dashboard-card{width:min(410px,95vw)!important;max-height:94vh!important;border-radius:24px!important;background:linear-gradient(180deg,#0c1628 0%,#09111f 100%)!important;border:1px solid rgba(98,126,183,.22)!important;overflow:auto}
.profile-dashboard-banner{height:118px!important;background-color:#c9c3e3!important;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}
.profile-dashboard-banner::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 22% 20%,rgba(255,255,255,.55),transparent 30%),radial-gradient(circle at 72% 70%,rgba(144,95,255,.14),transparent 16%),radial-gradient(circle at 42% 82%,rgba(144,95,255,.12),transparent 10%)}
.profile-dashboard-body{padding:0 16px 18px!important}
.profile-dashboard-top{min-height:58px!important}
.profile-dashboard-avatar{width:92px!important;height:92px!important;margin-top:-43px!important;border:5px solid #101b2c!important;box-shadow:0 12px 28px rgba(0,0,0,.30)!important}
.profile-dashboard-avatar-wrap{min-width:94px!important}
.profile-dashboard-status-bubble{left:74px!important;top:-6px!important;background:#1a2440!important;color:#f4f7ff!important;border:1px solid rgba(146,165,211,.28)!important;border-radius:15px 15px 15px 7px!important;box-shadow:0 12px 26px rgba(0,0,0,.24)!important;max-width:170px!important;padding:8px 10px!important}
.profile-dashboard-status-bubble::before{background:#1a2440!important;border-color:rgba(146,165,211,.28)!important;left:-5px!important;bottom:6px!important}
.profile-dashboard-status-bubble i{color:#f2f6ff!important}
.profile-dashboard-close{top:10px!important;right:10px!important;width:30px!important;height:30px!important;background:rgba(8,12,20,.26)!important;border:0!important}
.profile-dashboard-identity{padding-top:2px!important}
.profile-dashboard-name-row{gap:8px!important}
.profile-dashboard-name-row h2{font-size:18px!important;font-weight:800!important;line-height:1.1}
.profile-dashboard-nick{font-size:13px!important;color:#8ea5d7!important;margin-top:1px!important}
.profile-online-badge{padding:4px 7px!important;font-size:10px!important}
.profile-dashboard-badges{margin-top:12px!important;gap:8px!important;align-items:flex-start!important}
.profile-dashboard-badges span{border-radius:12px!important;font-size:11px!important;padding:6px 8px!important;background:#101b31!important;border:1px solid rgba(72,97,143,.22)!important}
.profile-special-badge{width:58px!important;height:58px!important;border-radius:14px!important;background:linear-gradient(180deg,#101c34,#0b1425)!important}
.profile-special-badge img{width:40px!important;height:40px!important}
.profile-special-badge.beta-badge b{font-size:9px!important;bottom:-8px!important}
.profile-dashboard-actions{padding-top:10px!important;gap:8px!important}
.profile-action.square{width:38px;height:38px;border-radius:12px;padding:0;display:grid;place-items:center;background:#f2f4f8;color:#22293a;border:1px solid rgba(255,255,255,.68)}
.profile-action.square:hover{background:#fff}
.profile-action.labeled{height:38px;border-radius:12px;padding:0 12px;display:inline-flex;align-items:center;gap:8px}
.profile-dashboard-tabs{display:flex;gap:8px;margin-top:16px;margin-bottom:12px;overflow:auto;padding-bottom:2px}
.profile-tab{height:34px;padding:0 12px;border-radius:12px;background:#111b31;border:1px solid rgba(78,103,151,.16);color:#8da3d4;font-size:11px;font-weight:700;white-space:nowrap}
.profile-tab.active,.profile-tab:hover{background:linear-gradient(180deg,#1a315d,#142446);border-color:rgba(115,154,229,.22);color:#fff}
.profile-tab-pane.hidden{display:none!important}
.profile-tab-pane.active{display:block}
.profile-dashboard-section.compact{margin-top:0!important;margin-bottom:14px}
.profile-dashboard-section.compact h3{font-size:12px!important;color:#d9e4ff!important;letter-spacing:0!important;text-transform:none!important;margin-bottom:10px!important}
.profile-dashboard-bio{background:#0f182c;border:1px solid rgba(70,94,138,.16);border-radius:14px;padding:12px 13px;color:#d8e4f8!important;min-height:54px}
.profile-info-grid.single-col{grid-template-columns:1fr!important}
.profile-info-grid.single-col>div{background:transparent!important;border:0!important;padding:0!important;min-height:auto!important}
.profile-info-grid.single-col strong{font-size:15px!important;color:#dfe8fb}
.profile-status-card{display:flex;align-items:center;gap:10px;min-height:46px;padding:0 13px;border-radius:14px;background:#0f182c;border:1px solid rgba(70,94,138,.16);color:#dfe8fb}
.profile-status-card i{color:#ecf1ff}
.profile-common-groups{gap:10px!important}
.profile-common-group{padding:10px!important;border-radius:14px!important;background:#101a2f!important;border:1px solid rgba(73,95,138,.18)!important;align-items:center!important}
.profile-common-group img,.profile-common-group>span{width:40px!important;height:40px!important;border-radius:50%!important;background:linear-gradient(135deg,#2e67ff,#36c6ff)!important}
.common-group-copy{display:flex;flex-direction:column;min-width:0;align-items:flex-start}
.common-group-copy strong{font-size:14px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.common-group-copy small{font-size:12px;color:#89a0cf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.profile-no-groups{border-radius:14px!important;background:#0f182c!important;border:1px dashed rgba(80,101,146,.22)!important;color:#90a4cf!important}
@media(max-width:620px){.profile-dashboard-card{width:96vw!important}.profile-dashboard-status-bubble{max-width:138px!important;font-size:11px!important}.profile-tab{font-size:10px;padding:0 10px}}


/* Seapp Web 1.6.2 — lateral sem marca duplicada */
.nav-panel > .nav-search-clean{
  margin-top:18px;
  margin-bottom:14px;
  min-height:40px;
}
.nav-panel > .nav-search-clean + .nav-section{
  padding-top:2px;
}
@media(max-width:900px){
  .nav-panel > .nav-search-clean{margin-top:14px}
}


/* Seapp Web 1.6.3 — scrollbars refinadas */
.server-rail,.group-rail,.nav-panel,.nav-section,.member-mini-list,.direct-conversation-list,.content-shell,.content-view,.messages,.voice-column,.profile-dashboard-card,.group-settings-modal,.people-list,.profile-dashboard-tabs{
  overflow-x:hidden !important;
}
.group-rail,.nav-section,.member-mini-list,.direct-conversation-list,.content-view,.messages,.voice-column,.profile-dashboard-card,.group-settings-modal,.people-list{
  scrollbar-width:thin;
  scrollbar-color:rgba(118,186,255,.65) rgba(10,18,35,.55);
  scrollbar-gutter:stable;
}
.group-rail::-webkit-scrollbar,.nav-section::-webkit-scrollbar,.member-mini-list::-webkit-scrollbar,.direct-conversation-list::-webkit-scrollbar,.content-view::-webkit-scrollbar,.messages::-webkit-scrollbar,.voice-column::-webkit-scrollbar,.profile-dashboard-card::-webkit-scrollbar,.group-settings-modal::-webkit-scrollbar,.people-list::-webkit-scrollbar{
  width:10px;
  height:10px;
}
.group-rail::-webkit-scrollbar-track,.nav-section::-webkit-scrollbar-track,.member-mini-list::-webkit-scrollbar-track,.direct-conversation-list::-webkit-scrollbar-track,.content-view::-webkit-scrollbar-track,.messages::-webkit-scrollbar-track,.voice-column::-webkit-scrollbar-track,.profile-dashboard-card::-webkit-scrollbar-track,.group-settings-modal::-webkit-scrollbar-track,.people-list::-webkit-scrollbar-track{
  background:linear-gradient(180deg,rgba(10,18,35,.95),rgba(7,14,28,.88));
  border-left:1px solid rgba(74,108,172,.10);
  border-radius:999px;
}
.group-rail::-webkit-scrollbar-thumb,.nav-section::-webkit-scrollbar-thumb,.member-mini-list::-webkit-scrollbar-thumb,.direct-conversation-list::-webkit-scrollbar-thumb,.content-view::-webkit-scrollbar-thumb,.messages::-webkit-scrollbar-thumb,.voice-column::-webkit-scrollbar-thumb,.profile-dashboard-card::-webkit-scrollbar-thumb,.group-settings-modal::-webkit-scrollbar-thumb,.people-list::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(72,121,255,.96),rgba(49,204,255,.9));
  border:2px solid rgba(7,14,28,.92);
  border-radius:999px;
  box-shadow:0 0 0 1px rgba(84,151,255,.18),0 0 12px rgba(49,164,255,.14);
}
.group-rail::-webkit-scrollbar-thumb:hover,.nav-section::-webkit-scrollbar-thumb:hover,.member-mini-list::-webkit-scrollbar-thumb:hover,.direct-conversation-list::-webkit-scrollbar-thumb:hover,.content-view::-webkit-scrollbar-thumb:hover,.messages::-webkit-scrollbar-thumb:hover,.voice-column::-webkit-scrollbar-thumb:hover,.profile-dashboard-card::-webkit-scrollbar-thumb:hover,.group-settings-modal::-webkit-scrollbar-thumb:hover,.people-list::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,rgba(103,146,255,1),rgba(66,223,255,.98));
}
.group-rail::-webkit-scrollbar-corner,.nav-section::-webkit-scrollbar-corner,.member-mini-list::-webkit-scrollbar-corner,.direct-conversation-list::-webkit-scrollbar-corner,.content-view::-webkit-scrollbar-corner,.messages::-webkit-scrollbar-corner,.voice-column::-webkit-scrollbar-corner,.profile-dashboard-card::-webkit-scrollbar-corner,.group-settings-modal::-webkit-scrollbar-corner,.people-list::-webkit-scrollbar-corner{
  background:transparent;
}
.member-mini,.person-row,.dm-nav-main,.dm-nav-row,.profile-main,.nav-item,.group-nav-main,.common-group-copy,.profile-common-group{
  min-width:0;
}
.member-mini-list,.direct-conversation-list,.people-list{
  padding-right:4px;
}
/* remove setinhas/indicadores de barra horizontal em engines antigas */
.member-mini-list::-webkit-scrollbar:horizontal,.group-rail::-webkit-scrollbar:horizontal,.nav-section::-webkit-scrollbar:horizontal,.content-view::-webkit-scrollbar:horizontal,.messages::-webkit-scrollbar:horizontal{
  height:0 !important;
}


/* Seapp Web 1.6.4 — recuperação, sons e scroll premium */
html{scroll-behavior:smooth}
.messages,.content-view,.nav-section,.direct-conversation-list,.member-mini-list,.group-rail,.profile-dashboard-card,.group-settings-modal{scroll-behavior:smooth}

/* Remove botões/setas nativas da scrollbar e mantém somente a trilha limpa */
.group-rail::-webkit-scrollbar-button,.nav-section::-webkit-scrollbar-button,.member-mini-list::-webkit-scrollbar-button,.direct-conversation-list::-webkit-scrollbar-button,.content-view::-webkit-scrollbar-button,.messages::-webkit-scrollbar-button,.voice-column::-webkit-scrollbar-button,.profile-dashboard-card::-webkit-scrollbar-button,.group-settings-modal::-webkit-scrollbar-button,.people-list::-webkit-scrollbar-button{display:none;width:0;height:0}
.messages::-webkit-scrollbar,.content-view::-webkit-scrollbar,.nav-section::-webkit-scrollbar,.direct-conversation-list::-webkit-scrollbar,.member-mini-list::-webkit-scrollbar,.group-rail::-webkit-scrollbar,.voice-column::-webkit-scrollbar{width:8px!important}
.messages::-webkit-scrollbar-track,.content-view::-webkit-scrollbar-track,.nav-section::-webkit-scrollbar-track,.direct-conversation-list::-webkit-scrollbar-track,.member-mini-list::-webkit-scrollbar-track,.group-rail::-webkit-scrollbar-track,.voice-column::-webkit-scrollbar-track{background:transparent!important;border:0!important}
.messages::-webkit-scrollbar-thumb,.content-view::-webkit-scrollbar-thumb,.nav-section::-webkit-scrollbar-thumb,.direct-conversation-list::-webkit-scrollbar-thumb,.member-mini-list::-webkit-scrollbar-thumb,.group-rail::-webkit-scrollbar-thumb,.voice-column::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(62,100,223,.76),rgba(48,195,244,.72))!important;border:2px solid transparent!important;background-clip:padding-box!important;border-radius:999px!important;box-shadow:none!important}
.messages::-webkit-scrollbar-thumb:hover,.content-view::-webkit-scrollbar-thumb:hover,.nav-section::-webkit-scrollbar-thumb:hover,.direct-conversation-list::-webkit-scrollbar-thumb:hover,.member-mini-list::-webkit-scrollbar-thumb:hover,.group-rail::-webkit-scrollbar-thumb:hover,.voice-column::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#537dff,#50e3ff)!important;background-clip:padding-box!important}

/* Hover mais suave nas listas */
.member-mini,.dm-nav-row,.person-row{transition:background .16s ease,transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.member-mini:hover{background:linear-gradient(90deg,rgba(54,94,182,.25),rgba(26,58,121,.10));color:#eef5ff;transform:translateX(2px)}
.dm-nav-row:hover{background:linear-gradient(90deg,rgba(49,91,184,.24),rgba(33,71,147,.08));box-shadow:inset 2px 0 0 rgba(72,211,255,.38)}
.person-row:hover{background:rgba(55,91,163,.075)}

/* Recuperação de senha */
.forgot-password-btn{display:flex;align-items:center;justify-content:flex-end;gap:7px;width:max-content;margin:8px 0 0 auto!important;padding:4px 2px;background:transparent;color:#78bfff;font-size:12px;font-weight:750}
.forgot-password-btn:hover{color:#6ff0ff;text-shadow:0 0 12px rgba(77,217,255,.22)}
.forgot-password-btn:disabled{opacity:.55;cursor:not-allowed}
.password-reset-modal{width:min(430px,94vw);padding:27px!important}
.password-reset-modal>h2{margin:9px 0 6px;text-align:center}.password-reset-modal>p{margin:0 0 20px;text-align:center;color:#8da0c4}
.password-reset-icon{width:58px;height:58px;margin:0 auto;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#173873,#0e274a);border:1px solid rgba(88,177,255,.24);color:#62dfff;font-size:21px;box-shadow:0 10px 28px rgba(16,102,220,.16)}
.password-reset-modal label{display:block;margin-top:12px}.password-reset-modal input{width:100%;margin-top:6px}.password-reset-modal .primary{margin-top:18px}

/* Chamada recebida com pulso visual junto do ringtone */
.incoming-private-call.ringing{border-color:rgba(67,193,255,.48);box-shadow:0 20px 65px rgba(0,0,0,.58),0 0 0 1px rgba(71,204,255,.12),0 0 30px rgba(46,157,255,.15);animation:incomingCallPulse 1.85s ease-in-out infinite}
.incoming-private-call.ringing .incoming-answer{animation:incomingAnswerPulse 1.2s ease-in-out infinite}
@keyframes incomingCallPulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}
@keyframes incomingAnswerPulse{0%,100%{box-shadow:0 0 0 0 rgba(55,218,128,.18)}50%{box-shadow:0 0 0 8px rgba(55,218,128,0)}}


/* Seapp Web 1.6.5 — ajustes do painel de perfil */
.profile-dashboard-card{width:min(520px,96vw)!important;max-height:96vh!important;border-radius:26px!important;}
.profile-dashboard-banner{height:132px!important;}
.profile-dashboard-body{padding:0 18px 22px!important;}
.profile-dashboard-avatar{width:98px!important;height:98px!important;margin-top:-46px!important;}
.profile-dashboard-avatar-wrap{min-width:102px!important;}
.profile-dashboard-status-bubble{left:80px!important;top:-8px!important;max-width:205px!important;padding:9px 11px!important;}
.profile-dashboard-badges{margin-top:14px!important;gap:10px!important;}
.profile-special-badge{width:48px!important;height:48px!important;border-radius:13px!important;box-shadow:0 6px 16px rgba(0,0,0,.22)!important;}
.profile-special-badge img{width:33px!important;height:33px!important;}
.profile-special-badge.beta-badge b{font-size:8px!important;padding:2px 7px!important;bottom:-7px!important;}
.profile-dashboard-actions{padding-top:12px!important;}
.profile-dashboard-tabs{margin-top:18px!important;margin-bottom:14px!important;}
.profile-dashboard-bio,.profile-status-card,.profile-common-group,.profile-no-groups{border-radius:15px!important;}
.profile-created-logo{width:24px;height:24px;object-fit:contain;filter:drop-shadow(0 0 7px rgba(56,195,255,.24));display:block;}
.profile-info-grid.single-col>div{display:flex!important;align-items:center!important;gap:10px!important;}
.profile-info-grid.single-col strong{font-size:16px!important;}
@media(max-width:620px){
  .profile-dashboard-card{width:97vw!important;max-height:94vh!important;border-radius:22px!important;}
  .profile-dashboard-banner{height:118px!important;}
  .profile-dashboard-status-bubble{left:76px!important;top:-6px!important;max-width:170px!important;font-size:11px!important;}
  .profile-special-badge{width:44px!important;height:44px!important;}
  .profile-special-badge img{width:30px!important;height:30px!important;}
}


/* Seapp Web 1.6.6 — insígnias ao lado do nome */
.profile-dashboard-identity{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important;flex-wrap:wrap!important;margin-top:10px!important}
.profile-dashboard-identity-main{display:flex;flex-direction:column;min-width:0;flex:1 1 180px}
.profile-dashboard-name-row{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}
.profile-dashboard-name-row h2{margin:0!important;line-height:1.05!important}
.profile-dashboard-badges-inline{margin-top:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;flex:0 1 auto}
.profile-dashboard-badges-inline .relation-badge,.profile-dashboard-badges-inline .owner-badge{font-size:10px!important;padding:6px 8px!important;border-radius:11px!important;white-space:nowrap}
.profile-dashboard-badges-inline .profile-special-badge{width:42px!important;height:42px!important;border-radius:12px!important}
.profile-dashboard-badges-inline .profile-special-badge img{width:29px!important;height:29px!important}
.profile-dashboard-badges-inline .profile-special-badge.beta-badge b{font-size:7px!important;padding:2px 6px!important;bottom:-6px!important}
@media(max-width:620px){
  .profile-dashboard-identity{align-items:flex-start!important}
  .profile-dashboard-badges-inline{justify-content:flex-start!important}
}


/* Seapp Web 1.6.7 — correção de carregamento do banner */
.profile-dashboard-banner:not(.has-image){
  background-image:linear-gradient(135deg,#d8d0ee 0%,#cec8e8 42%,#b7add8 100%);
}
.profile-dashboard-banner.has-image::before{opacity:.10!important;pointer-events:none}
.profile-dashboard-banner.has-image::after{height:42%!important;background:linear-gradient(transparent,rgba(6,12,24,.20))!important}
.profile-edit-banner{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.profile-edit-banner.has-image{background-color:#0d1626!important}


/* Seapp Web 1.6.9 — topo do perfil mais estilo Discord */
.profile-dashboard-body{padding:0 20px 22px!important;}
.profile-dashboard-top.discord-like{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:end!important;
  gap:16px!important;
  min-height:0!important;
  margin-top:-34px!important;
}
.profile-dashboard-avatar-wrap{
  position:relative;
  min-width:110px!important;
  display:flex;
  align-items:flex-end;
}
.profile-dashboard-avatar{
  width:108px!important;
  height:108px!important;
  margin-top:0!important;
  border:6px solid #0b1321!important;
  box-shadow:0 16px 34px rgba(0,0,0,.36),0 0 0 1px rgba(255,255,255,.06)!important;
}
.profile-dashboard-status-bubble{
  left:78px!important;
  top:10px!important;
  max-width:220px!important;
  padding:10px 12px!important;
  border-radius:16px 16px 16px 8px!important;
  background:rgba(22,31,56,.92)!important;
}
.profile-dashboard-status-bubble::before{left:-5px!important;bottom:10px!important;}
.profile-dashboard-identity-inline{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  min-width:0;
  gap:0!important;
  margin-top:0!important;
  padding-top:0!important;
}
.profile-dashboard-identity-main{min-width:0;display:flex;flex-direction:column;justify-content:flex-end;}
.profile-dashboard-name-row{gap:10px!important;align-items:center!important;min-width:0;}
.profile-dashboard-name-row h2{
  font-size:31px!important;
  line-height:1.02!important;
  font-weight:900!important;
  letter-spacing:-.02em;
}
.profile-dashboard-nick{
  margin-top:4px!important;
  font-size:15px!important;
  color:#8ea4ce!important;
  font-weight:650;
}
.profile-online-badge{
  padding:5px 9px!important;
  font-size:11px!important;
  background:rgba(16,54,34,.95)!important;
  border-color:rgba(46,140,91,.65)!important;
  box-shadow:0 4px 16px rgba(20,110,68,.16);
}
.profile-dashboard-badges-inline{
  justify-content:flex-start!important;
  margin-top:10px!important;
  gap:9px!important;
}
.profile-dashboard-badges-inline .profile-special-badge{
  width:44px!important;
  height:44px!important;
  border-radius:13px!important;
}
.profile-dashboard-badges-inline .profile-special-badge img{width:30px!important;height:30px!important;}
.profile-dashboard-badges-inline .profile-special-badge.beta-badge b{font-size:7px!important;bottom:-6px!important;}
.profile-dashboard-badges-inline .relation-badge,.profile-dashboard-badges-inline .owner-badge{
  font-size:11px!important;
  padding:7px 10px!important;
  border-radius:12px!important;
}
.profile-dashboard-actions{
  padding-top:6px!important;
  align-self:start!important;
  justify-content:flex-end!important;
  gap:10px!important;
}
.profile-action{height:42px!important;border-radius:13px!important;}
.profile-action.primary-action{box-shadow:0 12px 24px rgba(48,122,255,.24)!important;}
@media (max-width: 780px){
  .profile-dashboard-top.discord-like{
    grid-template-columns:auto 1fr;
    align-items:start!important;
    gap:14px!important;
  }
  .profile-dashboard-actions{grid-column:1 / -1;justify-content:flex-end!important;padding-top:2px!important;}
}
@media (max-width: 620px){
  .profile-dashboard-body{padding:0 16px 20px!important;}
  .profile-dashboard-top.discord-like{
    grid-template-columns:1fr;
    margin-top:-28px!important;
    gap:12px!important;
  }
  .profile-dashboard-avatar-wrap{min-width:0!important;}
  .profile-dashboard-avatar{width:94px!important;height:94px!important;}
  .profile-dashboard-status-bubble{left:76px!important;top:4px!important;max-width:170px!important;padding:8px 10px!important;}
  .profile-dashboard-name-row h2{font-size:25px!important;}
  .profile-dashboard-nick{font-size:14px!important;}
  .profile-dashboard-badges-inline{gap:8px!important;}
  .profile-dashboard-actions{justify-content:flex-start!important;}
}

/* =========================================================
   Seapp Web 1.7.0 — perfil premium + atualização do app
   ========================================================= */
@keyframes profileBackdropIn{from{opacity:0}to{opacity:1}}
@keyframes profileCardIn{
  0%{opacity:0;transform:translateY(20px) scale(.965);filter:blur(2px)}
  65%{opacity:1;transform:translateY(-2px) scale(1.006);filter:blur(0)}
  100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
}
@keyframes profileBadgeIn{from{opacity:0;transform:translateY(5px) scale(.88)}to{opacity:1;transform:none}}
#userProfileModal:not(.hidden){animation:profileBackdropIn .18s ease both}
#userProfileModal:not(.hidden) .profile-dashboard-card{animation:profileCardIn .34s cubic-bezier(.2,.9,.2,1.08) both;transform-origin:center 38%}

.profile-dashboard-card{
  width:min(560px,96vw)!important;
  max-height:94vh!important;
  overflow:auto!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#0b1528 0%,#08111f 100%)!important;
  border:1px solid rgba(94,130,203,.22)!important;
  box-shadow:0 34px 110px rgba(0,0,0,.68),0 0 0 1px rgba(255,255,255,.02) inset!important;
}
.profile-dashboard-banner{
  height:172px!important;
  background-size:cover!important;
  background-position:center 28%!important;
  background-repeat:no-repeat!important;
  overflow:hidden!important;
  isolation:isolate;
  border-bottom:1px solid rgba(109,143,205,.12)!important;
}
.profile-dashboard-banner::before{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  opacity:1!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.16),transparent 24%),
    radial-gradient(circle at 18% 12%,rgba(255,255,255,.25),transparent 28%),
    linear-gradient(180deg,rgba(8,13,25,.02) 0%,rgba(8,13,25,.08) 50%,rgba(8,13,25,.38) 100%)!important;
  pointer-events:none;
}
.profile-dashboard-banner::after{
  content:''!important;
  position:absolute!important;
  inset:auto 0 0!important;
  height:58%!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(5,10,20,0),rgba(5,10,20,.28) 55%,rgba(5,10,20,.70) 100%)!important;
  pointer-events:none;
}
.profile-dashboard-banner:not(.has-image){
  background-image:
    radial-gradient(circle at 75% 24%,rgba(61,197,255,.17),transparent 28%),
    radial-gradient(circle at 18% 22%,rgba(78,93,255,.22),transparent 32%),
    linear-gradient(135deg,#172957,#101d3a 52%,#0b1425 100%)!important;
}

.profile-dashboard-body{padding:0 22px 24px!important;overflow:visible}
.profile-dashboard-top.discord-like{
  grid-template-columns:118px minmax(0,1fr) auto!important;
  gap:16px!important;
  align-items:end!important;
  margin-top:-52px!important;
  position:relative;
  z-index:3;
}
.profile-dashboard-avatar-wrap{min-width:118px!important;width:118px;height:118px;position:relative!important;overflow:visible!important}
.profile-dashboard-avatar{
  width:116px!important;height:116px!important;
  border:7px solid #091322!important;
  background:linear-gradient(135deg,#2866ff,#35d8ff)!important;
  box-shadow:0 18px 38px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.055)!important;
}
.profile-avatar-presence{
  position:absolute;right:3px;bottom:4px;z-index:8;
  width:23px;height:23px;border-radius:50%;
  border:5px solid #091322;
  background:#66748f;
  box-shadow:0 4px 14px rgba(0,0,0,.30);
}
.profile-avatar-presence.online{background:#31d77d}
.profile-avatar-presence.offline{background:#62708a}
.profile-dashboard-identity-inline{align-self:end!important;padding-bottom:6px!important;overflow:visible}
.profile-dashboard-name-row{gap:9px!important;flex-wrap:nowrap!important;max-width:100%}
.profile-dashboard-name-row h2{
  font-size:29px!important;font-weight:900!important;line-height:1!important;
  letter-spacing:-.025em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.profile-dashboard-nick{margin-top:5px!important;font-size:14px!important;color:#8ca2cf!important;font-weight:620}
.profile-online-badge{display:none!important}

.profile-dashboard-badges-inline{
  margin-top:11px!important;gap:7px!important;justify-content:flex-start!important;
  align-items:center!important;flex-wrap:wrap!important;
}
.profile-dashboard-badges-inline>*{animation:profileBadgeIn .22s ease both}
.profile-dashboard-badges-inline>*:nth-child(2){animation-delay:.025s}
.profile-dashboard-badges-inline>*:nth-child(3){animation-delay:.05s}
.profile-dashboard-badges-inline>*:nth-child(4){animation-delay:.075s}
.profile-dashboard-badges-inline .profile-special-badge{
  width:38px!important;height:38px!important;border-radius:11px!important;
  background:linear-gradient(180deg,#101d36,#0c1629)!important;
  border:1px solid rgba(83,123,202,.30)!important;
  box-shadow:0 7px 18px rgba(0,0,0,.26)!important;
}
.profile-dashboard-badges-inline .profile-special-badge img{width:27px!important;height:27px!important}
.profile-dashboard-badges-inline .profile-special-badge:hover{transform:translateY(-2px) scale(1.035);border-color:rgba(83,203,255,.48)!important}
.profile-dashboard-badges-inline .profile-special-badge.beta-badge b{
  bottom:-6px!important;font-size:6.5px!important;padding:2px 5px!important;
  background:linear-gradient(90deg,#7e9cff,#64ecff)!important;color:#071223!important;
}
.profile-dashboard-badges-inline .founder-badge{border-color:rgba(240,187,70,.52)!important;box-shadow:0 0 16px rgba(236,176,55,.12),0 7px 18px rgba(0,0,0,.24)!important}
.profile-dashboard-badges-inline .relation-badge,.profile-dashboard-badges-inline .owner-badge{
  min-height:30px!important;padding:0 9px!important;border-radius:10px!important;
  font-size:10px!important;letter-spacing:.01em;white-space:nowrap;
  background:#101b31!important;border:1px solid rgba(80,111,171,.24)!important;
}
.profile-dashboard-badges-inline .owner-badge{color:#ffd76d!important;border-color:rgba(184,142,54,.30)!important;background:rgba(55,43,20,.52)!important}

.profile-dashboard-actions{align-self:start!important;margin-top:58px!important;padding:0!important;gap:8px!important}
.profile-action{height:40px!important;border-radius:12px!important;background:#14233d!important;border-color:rgba(95,132,197,.22)!important}
.profile-action.primary-action{background:linear-gradient(100deg,#346cff,#2aaeff)!important;border-color:rgba(91,168,255,.44)!important;box-shadow:0 10px 22px rgba(42,119,255,.23)!important}
.profile-action:hover:not(:disabled){transform:translateY(-2px)!important}

.profile-dashboard-status-bubble{
  left:91px!important;top:28px!important;
  min-height:38px!important;max-width:205px!important;
  padding:9px 12px!important;
  border-radius:15px 15px 15px 6px!important;
  background:rgba(17,29,53,.94)!important;
  border:1px solid rgba(118,153,222,.28)!important;
  color:#f1f5ff!important;
  backdrop-filter:blur(14px)!important;
  box-shadow:0 14px 28px rgba(0,0,0,.32)!important;
}
.profile-dashboard-status-bubble::before{
  left:-6px!important;bottom:7px!important;width:12px!important;height:12px!important;
  background:rgba(17,29,53,.94)!important;border-color:rgba(118,153,222,.28)!important;
}
.profile-dashboard-status-bubble i{color:#dce9ff!important;font-size:11px}
.profile-dashboard-status-bubble span{font-size:12px!important}

.profile-dashboard-tabs{
  margin-top:22px!important;margin-bottom:14px!important;
  padding:4px!important;gap:4px!important;border-radius:14px;
  background:#0d182b;border:1px solid rgba(78,104,154,.14);
  overflow-x:auto!important;
}
.profile-tab{height:34px!important;border:0!important;background:transparent!important;border-radius:10px!important;padding:0 12px!important}
.profile-tab.active{background:#18305b!important;color:#fff!important;box-shadow:0 4px 12px rgba(0,0,0,.16)}
.profile-dashboard-bio,.profile-status-card,.profile-common-group,.profile-no-groups{background:#0e192d!important;border-color:rgba(76,102,151,.17)!important}

.profile-dashboard-close{
  width:34px!important;height:34px!important;right:13px!important;top:13px!important;
  background:rgba(8,14,27,.48)!important;border:1px solid rgba(255,255,255,.10)!important;
  backdrop-filter:blur(12px)!important;color:#e3ecff!important;
}
.profile-dashboard-close:hover{background:rgba(19,32,56,.78)!important;transform:rotate(5deg) scale(1.04)!important}

/* Atualização disponível */
.update-toast{
  position:fixed;right:20px;bottom:20px;z-index:160;
  display:grid;grid-template-columns:42px minmax(150px,1fr) auto auto;align-items:center;gap:11px;
  width:min(540px,calc(100vw - 28px));padding:12px;
  border-radius:18px;background:linear-gradient(180deg,rgba(16,30,55,.98),rgba(8,18,34,.99));
  border:1px solid rgba(74,173,255,.30);box-shadow:0 24px 70px rgba(0,0,0,.58),0 0 30px rgba(41,161,255,.09);
  backdrop-filter:blur(18px);animation:profileCardIn .3s cubic-bezier(.2,.9,.2,1.08);
}
.update-toast-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#1d4ba7,#148db0);color:#7deeff;box-shadow:0 8px 18px rgba(25,117,221,.18)}
.update-toast-copy{display:flex;flex-direction:column;min-width:0}.update-toast-copy strong{font-size:13px}.update-toast-copy small{color:#8ea4ce;margin-top:2px;font-size:11px}
.update-toast-later,.update-toast-apply{height:38px;padding:0 12px;border-radius:11px;font-size:11px;font-weight:800}
.update-toast-later{background:#14213a;color:#9eb1d7;border:1px solid rgba(78,107,163,.18)}
.update-toast-apply{background:linear-gradient(90deg,#346cff,#2dbdff);color:#fff;display:inline-flex;align-items:center;gap:7px;box-shadow:0 8px 19px rgba(45,119,255,.20)}
.update-toast-apply:hover,.update-toast-later:hover{transform:translateY(-1px)}
.update-toast-apply:disabled{opacity:.68;cursor:wait}

@media(max-width:780px){
  .profile-dashboard-card{width:min(520px,97vw)!important}
  .profile-dashboard-top.discord-like{grid-template-columns:104px minmax(0,1fr)!important;margin-top:-46px!important;gap:13px!important}
  .profile-dashboard-avatar-wrap{width:104px;height:104px;min-width:104px!important}
  .profile-dashboard-avatar{width:102px!important;height:102px!important}
  .profile-dashboard-actions{grid-column:1/-1!important;margin-top:0!important;justify-content:flex-end!important}
  .profile-dashboard-status-bubble{left:80px!important;top:25px!important;max-width:185px!important}
  .profile-dashboard-name-row h2{font-size:26px!important}
}
@media(max-width:620px){
  .profile-dashboard-card{width:calc(100vw - 16px)!important;max-height:96vh!important;border-radius:22px!important}
  .profile-dashboard-banner{height:145px!important;background-position:center 24%!important}
  .profile-dashboard-body{padding:0 15px 18px!important}
  .profile-dashboard-top.discord-like{grid-template-columns:94px minmax(0,1fr)!important;margin-top:-42px!important;gap:12px!important}
  .profile-dashboard-avatar-wrap{width:94px;height:94px;min-width:94px!important}
  .profile-dashboard-avatar{width:92px!important;height:92px!important;border-width:5px!important}
  .profile-avatar-presence{width:20px;height:20px;border-width:4px;right:1px;bottom:2px}
  .profile-dashboard-status-bubble{left:72px!important;top:23px!important;max-width:150px!important;padding:7px 9px!important}
  .profile-dashboard-status-bubble span{font-size:10.5px!important}
  .profile-dashboard-name-row h2{font-size:22px!important}
  .profile-dashboard-nick{font-size:12.5px!important}
  .profile-dashboard-badges-inline{margin-top:8px!important;gap:6px!important}
  .profile-dashboard-badges-inline .profile-special-badge{width:34px!important;height:34px!important}
  .profile-dashboard-badges-inline .profile-special-badge img{width:23px!important;height:23px!important}
  .profile-dashboard-actions{justify-content:flex-start!important}
  .update-toast{left:10px;right:10px;bottom:10px;width:auto;grid-template-columns:38px 1fr auto;padding:10px;gap:9px}
  .update-toast-icon{width:38px;height:38px}
  .update-toast-later{display:none}.update-toast-apply{grid-column:3;height:36px;padding:0 10px}.update-toast-apply span{display:none}
}
@media(prefers-reduced-motion:reduce){
  #userProfileModal:not(.hidden),#userProfileModal:not(.hidden) .profile-dashboard-card,.profile-dashboard-badges-inline>*,.update-toast{animation:none!important}
  *{scroll-behavior:auto!important}
}
/* Status fica na faixa superior da foto, sem disputar espaço com nome/badges. */
.profile-dashboard-status-bubble{top:2px!important;max-width:190px!important}
@media(max-width:780px){.profile-dashboard-status-bubble{top:2px!important;max-width:170px!important}}
@media(max-width:620px){.profile-dashboard-status-bubble{top:1px!important;max-width:145px!important}}

/* Seapp Web 1.7.1 — perfil mais próximo do Discord: badges compactas e banner premium */
.profile-dashboard-card{
  width:min(620px,96vw)!important;
  max-height:95vh!important;
}
.profile-dashboard-banner{
  height:198px!important;
  background-position:center 20%!important;
}
.profile-dashboard-banner::before{
  background:
    linear-gradient(180deg,rgba(255,255,255,.15),transparent 22%),
    radial-gradient(circle at 22% 14%,rgba(255,255,255,.22),transparent 27%),
    linear-gradient(180deg,rgba(8,13,25,.02) 0%,rgba(8,13,25,.06) 48%,rgba(8,13,25,.28) 76%,rgba(8,13,25,.62) 100%)!important;
}
.profile-dashboard-banner::after{
  height:46%!important;
  background:linear-gradient(180deg,rgba(5,10,20,0),rgba(5,10,20,.18) 50%,rgba(5,10,20,.62) 100%)!important;
}
.profile-dashboard-body{padding:0 24px 24px!important;}
.profile-dashboard-top.discord-like{
  grid-template-columns:110px minmax(0,1fr) auto!important;
  gap:15px!important;
  margin-top:-40px!important;
  align-items:end!important;
}
.profile-dashboard-avatar-wrap{width:110px!important;height:110px!important;min-width:110px!important;}
.profile-dashboard-avatar{width:108px!important;height:108px!important;border-width:6px!important;}
.profile-avatar-presence{right:2px;bottom:3px;}
.profile-dashboard-status-bubble{
  left:83px!important;
  top:12px!important;
  max-width:190px!important;
}
.profile-dashboard-name-row{align-items:flex-end!important;gap:10px!important;}
.profile-dashboard-name-row h2{font-size:31px!important;text-shadow:0 4px 18px rgba(0,0,0,.26)!important;}
.profile-dashboard-nick{margin-top:4px!important;}
.profile-dashboard-badges-inline{
  margin-top:10px!important;
  align-items:flex-start!important;
  gap:7px!important;
}
.profile-badge-icons,.profile-badge-tags{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
}
.profile-badge-tags{margin-top:2px;}
.profile-dashboard-badges-inline .profile-special-badge{
  position:relative;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:10px!important;
  background:linear-gradient(180deg,#122242,#0b1629)!important;
  border:1px solid rgba(83,123,202,.26)!important;
  box-shadow:0 6px 14px rgba(0,0,0,.24)!important;
}
.profile-dashboard-badges-inline .profile-special-badge img{width:22px!important;height:22px!important;}
.profile-dashboard-badges-inline .profile-special-badge.beta-badge b{
  position:absolute!important;
  right:-4px!important;
  bottom:-4px!important;
  font-size:5.8px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  line-height:1!important;
  padding:2px 4px!important;
  border-radius:999px!important;
  color:#071223!important;
  background:linear-gradient(90deg,#8eb1ff,#69efff)!important;
  box-shadow:0 4px 10px rgba(56,151,255,.25)!important;
}
.profile-dashboard-badges-inline .founder-badge{
  border-color:rgba(238,189,78,.48)!important;
  background:linear-gradient(180deg,#1f2232,#111729)!important;
  box-shadow:0 0 0 1px rgba(250,211,106,.05) inset,0 8px 18px rgba(0,0,0,.25)!important;
}
.profile-dashboard-badges-inline .founder-badge .founder-wreath i{
  font-size:9px!important;
  top:-3px!important;
  right:-3px!important;
}
.profile-dashboard-badges-inline .relation-badge,
.profile-dashboard-badges-inline .owner-badge{
  min-height:28px!important;
  padding:0 9px!important;
  font-size:10px!important;
  border-radius:999px!important;
}
.profile-dashboard-actions{margin-top:50px!important;}
.profile-action.primary-action.labeled{padding:0 16px!important;}
.profile-edit-banner{
  height:136px!important;
  background-position:center 20%!important;
}
@media(max-width:780px){
  .profile-dashboard-card{width:min(560px,97vw)!important;}
  .profile-dashboard-banner{height:176px!important;}
  .profile-dashboard-top.discord-like{grid-template-columns:100px minmax(0,1fr)!important;gap:12px!important;margin-top:-36px!important;}
  .profile-dashboard-avatar-wrap{width:100px!important;height:100px!important;min-width:100px!important;}
  .profile-dashboard-avatar{width:98px!important;height:98px!important;}
  .profile-dashboard-actions{grid-column:1/-1!important;justify-content:flex-end!important;margin-top:0!important;}
  .profile-dashboard-status-bubble{left:75px!important;top:12px!important;max-width:160px!important;}
}
@media(max-width:620px){
  .profile-dashboard-card{width:calc(100vw - 14px)!important;border-radius:22px!important;}
  .profile-dashboard-banner{height:164px!important;background-position:center 18%!important;}
  .profile-dashboard-body{padding:0 14px 18px!important;}
  .profile-dashboard-top.discord-like{grid-template-columns:88px minmax(0,1fr)!important;margin-top:-34px!important;gap:10px!important;}
  .profile-dashboard-avatar-wrap{width:88px!important;height:88px!important;min-width:88px!important;}
  .profile-dashboard-avatar{width:86px!important;height:86px!important;}
  .profile-dashboard-status-bubble{left:64px!important;top:8px!important;max-width:138px!important;}
  .profile-dashboard-name-row h2{font-size:24px!important;}
  .profile-dashboard-badges-inline .profile-special-badge{width:31px!important;height:31px!important;min-width:31px!important;}
  .profile-dashboard-badges-inline .profile-special-badge img{width:20px!important;height:20px!important;}
  .profile-dashboard-badges-inline .profile-special-badge.beta-badge b{font-size:5px!important;right:-3px!important;bottom:-3px!important;}
  .profile-dashboard-badges-inline .relation-badge,.profile-dashboard-badges-inline .owner-badge{font-size:9px!important;padding:0 8px!important;}
}

/* =========================================================
   Seapp Web 1.7.2 — perfil dos usuários mais próximo do Discord
   ========================================================= */
.profile-dashboard-card{
  width:min(530px,96vw)!important;
  max-height:95vh!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#101724 0%,#0b1220 100%)!important;
}
.profile-dashboard-banner{
  height:162px!important;
  background-position:center 18%!important;
  border-bottom:1px solid rgba(125,148,201,.14)!important;
}
.profile-dashboard-banner::before{
  background:
    linear-gradient(180deg,rgba(255,255,255,.16),transparent 24%),
    radial-gradient(circle at 22% 14%,rgba(255,255,255,.18),transparent 28%),
    linear-gradient(180deg,rgba(7,10,20,.00) 0%,rgba(7,10,20,.06) 48%,rgba(7,10,20,.22) 72%,rgba(7,10,20,.52) 100%)!important;
}
.profile-dashboard-banner::after{
  height:48%!important;
  background:linear-gradient(180deg,rgba(7,10,20,0),rgba(7,10,20,.16) 48%,rgba(7,10,20,.56) 100%)!important;
}
.profile-dashboard-body{padding:0 24px 22px!important;}
.profile-dashboard-top.discord-like{
  grid-template-columns:104px minmax(0,1fr) auto!important;
  gap:14px!important;
  margin-top:0!important;
  padding-top:14px!important;
  align-items:flex-start!important;
}
.profile-dashboard-avatar-wrap{
  width:104px!important;
  height:104px!important;
  min-width:104px!important;
  margin-top:-52px!important;
}
.profile-dashboard-avatar{
  width:100px!important;
  height:100px!important;
  border-width:5px!important;
  box-shadow:0 14px 28px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.04)!important;
}
.profile-avatar-presence{
  width:20px!important;
  height:20px!important;
  right:2px!important;
  bottom:2px!important;
  border-width:4px!important;
}
.profile-dashboard-status-bubble{
  left:71px!important;
  top:10px!important;
  min-height:34px!important;
  max-width:168px!important;
  padding:8px 11px!important;
  border-radius:14px 14px 14px 6px!important;
}
.profile-dashboard-status-bubble i{font-size:10px!important;}
.profile-dashboard-status-bubble span{font-size:11.5px!important;}
.profile-dashboard-identity-inline{
  align-self:start!important;
  padding-top:18px!important;
  min-width:0!important;
}
.profile-dashboard-identity-main{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:3px!important;
}
.profile-dashboard-name-row{
  gap:0!important;
  align-items:flex-end!important;
}
.profile-dashboard-name-row h2{
  font-size:22px!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
}
.profile-dashboard-nick{
  margin-top:0!important;
  font-size:13px!important;
  line-height:1.2!important;
  color:#8ea1c8!important;
  font-weight:700!important;
}
.profile-dashboard-badges-inline{
  margin-top:8px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
}
.profile-badge-icons{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:6px 8px!important;
  background:#0f1930!important;
  border:1px solid rgba(92,118,171,.18)!important;
  border-radius:12px!important;
  box-shadow:0 6px 16px rgba(0,0,0,.15)!important;
}
.profile-badge-tags{
  display:inline-flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:6px!important;
}
.profile-dashboard-badges-inline .profile-special-badge{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,#11203c,#0b1529)!important;
  border:1px solid rgba(86,120,187,.20)!important;
  box-shadow:none!important;
}
.profile-dashboard-badges-inline .profile-special-badge img{
  width:20px!important;
  height:20px!important;
}
.profile-dashboard-badges-inline .profile-special-badge.beta-badge b{
  right:-5px!important;
  bottom:-5px!important;
  font-size:5px!important;
  padding:2px 4px!important;
  letter-spacing:.03em!important;
}
.profile-dashboard-badges-inline .founder-badge{
  border-color:rgba(227,187,83,.40)!important;
  background:linear-gradient(180deg,#1b2031,#101625)!important;
}
.profile-dashboard-badges-inline .founder-badge .founder-wreath i{
  font-size:8px!important;
  top:-3px!important;
  right:-3px!important;
}
.profile-dashboard-badges-inline .relation-badge,
.profile-dashboard-badges-inline .owner-badge{
  min-height:28px!important;
  padding:0 10px!important;
  font-size:10px!important;
  font-weight:800!important;
  border-radius:10px!important;
  background:#121d32!important;
  border:1px solid rgba(90,118,172,.18)!important;
}
.profile-dashboard-badges-inline .owner-badge{
  color:#ffd469!important;
  background:rgba(68,51,20,.42)!important;
  border-color:rgba(191,152,67,.28)!important;
}
.profile-dashboard-actions{
  align-self:start!important;
  margin-top:22px!important;
  gap:8px!important;
}
.profile-action{
  width:40px!important;
  height:40px!important;
  border-radius:12px!important;
  background:#16253f!important;
}
.profile-action.labeled{
  width:auto!important;
  padding:0 14px!important;
}
.profile-action.primary-action.labeled{
  height:40px!important;
  border-radius:12px!important;
}
.profile-dashboard-tabs{
  margin-top:18px!important;
  margin-bottom:14px!important;
  padding:4px!important;
  gap:4px!important;
  background:#0f182a!important;
  border-radius:14px!important;
}
.profile-tab{
  height:34px!important;
  font-size:12px!important;
  font-weight:800!important;
  color:#8ea4ce!important;
}
.profile-tab.active{
  background:#17305e!important;
  color:#ffffff!important;
}
.profile-dashboard-section.compact{
  background:none!important;
  border:none!important;
  padding:0!important;
  margin:0 0 12px!important;
}
.profile-dashboard-section.compact h3{
  font-size:13px!important;
  letter-spacing:-.01em!important;
  margin:0 0 8px!important;
}
.profile-dashboard-bio,
.profile-status-card{
  border-radius:14px!important;
  background:#111c30!important;
  border:1px solid rgba(85,113,168,.16)!important;
  box-shadow:none!important;
}
.profile-dashboard-bio{
  padding:16px 16px!important;
  font-size:14px!important;
  line-height:1.55!important;
  color:#edf2ff!important;
}
.profile-info-grid.single-col div{
  min-height:52px!important;
  border-radius:14px!important;
  background:#111c30!important;
  border:1px solid rgba(85,113,168,.16)!important;
  padding:0 14px!important;
}
.profile-info-grid.single-col strong{
  font-size:13px!important;
}
.profile-status-card{
  min-height:52px!important;
  font-size:14px!important;
  padding:0 14px!important;
}
.profile-dashboard-close{
  top:12px!important;
  right:12px!important;
}
.profile-edit-banner{height:140px!important;background-position:center 18%!important;}
@media (max-width:780px){
  .profile-dashboard-card{width:min(500px,97vw)!important;}
  .profile-dashboard-top.discord-like{grid-template-columns:96px minmax(0,1fr) auto!important;gap:12px!important;}
  .profile-dashboard-avatar-wrap{width:96px!important;height:96px!important;min-width:96px!important;margin-top:-48px!important;}
  .profile-dashboard-avatar{width:92px!important;height:92px!important;}
  .profile-dashboard-status-bubble{left:64px!important;max-width:158px!important;}
  .profile-dashboard-actions{margin-top:18px!important;}
}
@media (max-width:620px){
  .profile-dashboard-card{width:calc(100vw - 14px)!important;border-radius:22px!important;}
  .profile-dashboard-banner{height:152px!important;background-position:center 16%!important;}
  .profile-dashboard-body{padding:0 16px 18px!important;}
  .profile-dashboard-top.discord-like{
    grid-template-columns:88px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .profile-dashboard-avatar-wrap{width:88px!important;height:88px!important;min-width:88px!important;margin-top:-44px!important;}
  .profile-dashboard-avatar{width:84px!important;height:84px!important;}
  .profile-avatar-presence{width:18px!important;height:18px!important;}
  .profile-dashboard-identity-inline{padding-top:16px!important;}
  .profile-dashboard-name-row h2{font-size:20px!important;}
  .profile-dashboard-nick{font-size:12px!important;}
  .profile-dashboard-status-bubble{left:58px!important;top:8px!important;max-width:136px!important;padding:7px 9px!important;}
  .profile-dashboard-status-bubble span{font-size:10.5px!important;}
  .profile-dashboard-badges-inline .profile-special-badge{width:26px!important;height:26px!important;min-width:26px!important;}
  .profile-dashboard-badges-inline .profile-special-badge img{width:18px!important;height:18px!important;}
  .profile-dashboard-actions{grid-column:1/-1!important;justify-content:flex-end!important;margin-top:2px!important;}
  .profile-action{width:38px!important;height:38px!important;}
}

/* --- Seapp Web 1.7.4: profile/header cleanup --- */
.profile-dashboard-banner{height:176px!important;background-position:center top!important;}
.profile-dashboard-top.discord-like{grid-template-columns:112px minmax(0,1fr) auto!important;align-items:end!important;gap:16px!important;margin-top:-42px!important;}
.profile-dashboard-avatar-wrap{align-self:end!important;}
.profile-dashboard-avatar{width:106px!important;height:106px!important;border-width:5px!important;box-shadow:0 16px 36px rgba(0,0,0,.34)!important;}
.profile-dashboard-status-bubble{top:10px!important;left:82px!important;max-width:210px!important;}
.profile-dashboard-identity-inline{align-self:end!important;padding-top:24px!important;overflow:visible!important;}
.profile-dashboard-identity-main{gap:6px!important;}
.profile-dashboard-name-row{align-items:center!important;gap:10px!important;flex-wrap:wrap!important;}
.profile-dashboard-name-row h2{font-size:29px!important;line-height:1!important;margin:0!important;}
.profile-dashboard-nick{margin-top:0!important;color:#9db1d9!important;font-size:14px!important;font-weight:600!important;}
.profile-dashboard-badges-inline{margin-top:10px!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;}
.profile-badge-icons{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important;}
.profile-dashboard-badges-inline .profile-special-badge{width:38px!important;height:38px!important;min-width:38px!important;border-radius:12px!important;background:linear-gradient(180deg,#11284b,#0d1930)!important;border:1px solid rgba(98,133,202,.24)!important;box-shadow:0 8px 18px rgba(0,0,0,.22)!important;}
.profile-dashboard-badges-inline .profile-special-badge img{width:24px!important;height:24px!important;}
.profile-dashboard-badges-inline .profile-special-badge.beta-badge b{right:-7px!important;bottom:-7px!important;font-size:6px!important;padding:2px 5px!important;}
.profile-badge-tags{display:inline-flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;}
.profile-dashboard-badges-inline .relation-badge,.profile-dashboard-badges-inline .owner-badge{min-height:32px!important;padding:0 12px!important;border-radius:12px!important;font-size:11px!important;font-weight:800!important;}
.profile-dashboard-actions{align-self:start!important;justify-content:flex-end!important;gap:10px!important;margin-top:28px!important;}
.profile-action.square,.profile-action{width:42px!important;height:42px!important;border-radius:13px!important;}
.profile-action.primary-action.labeled,.profile-action.labeled{width:auto!important;min-width:144px!important;height:42px!important;}
.profile-dashboard-section.compact{padding:14px 16px!important;}
.profile-created-logo{width:22px!important;height:22px!important;object-fit:contain!important;filter:drop-shadow(0 4px 10px rgba(29,149,255,.25));}
.voice-mini-state{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:16px!important;color:#89a8df!important;font-size:12px!important;}
.voice-mini-state:empty{display:none!important;}
.voice-mini-state i{font-size:12px!important;}
@media (max-width:860px){.profile-dashboard-banner{height:160px!important;}.profile-dashboard-top.discord-like{grid-template-columns:102px minmax(0,1fr)!important;gap:12px!important;}.profile-dashboard-actions{grid-column:1/-1!important;justify-content:flex-end!important;margin-top:4px!important;}}
@media (max-width:620px){.profile-dashboard-banner{height:148px!important;}.profile-dashboard-avatar{width:92px!important;height:92px!important;}.profile-dashboard-status-bubble{left:68px!important;top:8px!important;max-width:150px!important;}.profile-dashboard-name-row h2{font-size:24px!important;}.profile-dashboard-badges-inline .profile-special-badge{width:34px!important;height:34px!important;min-width:34px!important;}.profile-dashboard-actions{justify-content:flex-start!important;}}
