:root{--red:#df1218;--red2:#ef4444;--bg:#f4f7fb;--surface:#fff;--line:#dce5ee;--line2:#cfd9e4;--text:#111827;--muted:#667085;--green:#16a34a;--blue:#2563eb;--purple:#7c3aed;--shadow:0 18px 50px rgba(15,23,42,.09);--shadow2:0 10px 28px rgba(15,23,42,.06)}*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer}.login-shell{min-height:100vh;display:grid;place-items:center;padding:28px}.login-card{width:min(1160px,100%);display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border:1px solid var(--line);border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}.login-left{min-height:680px;padding:52px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 80% 15%,rgba(223,18,24,.07),transparent 27%),#fff}.main-logo{width:235px}.eyebrow{display:inline-block;margin-top:28px;padding:8px 12px;border-radius:999px;background:#fff0f1;color:var(--red);font-size:12px;font-weight:900}.login-left h1{font-size:56px;line-height:1;letter-spacing:-2px;margin:18px 0}.login-left p{font-size:18px;line-height:1.6;color:var(--muted)}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.feature-row>div{border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff}.feature-row b,.feature-row span{display:block}.feature-row span{font-size:11px;color:var(--muted);margin-top:5px}.silo-line{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}.silo-line img{height:38px}.login-right{display:grid;place-items:center;padding:46px}.auth-box{width:min(410px,100%)}.auth-box h2{font-size:32px;margin:0 0 7px}.auth-box>p{color:var(--muted);margin-bottom:25px}.auth-box label{display:block;font-size:12px;font-weight:800;margin:15px 0 7px}.auth-box input{width:100%;height:50px;border:1px solid var(--line);border-radius:13px;padding:0 13px;outline:none}.auth-box input:focus{border-color:#ef9a9e;box-shadow:0 0 0 4px #df121812}.auth-box>button{width:100%;height:52px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;font-weight:900;margin-top:20px}.auth-box small{display:block;color:var(--muted);font-size:11px;line-height:1.5;margin-top:12px}.login-error{margin-top:12px;padding:10px 12px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:11px;font-size:12px}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#fff;padding:24px}.loading-card{width:min(900px,100%);border:1px solid var(--line);border-top:5px solid var(--red);border-radius:30px;padding:32px;box-shadow:var(--shadow)}.loading-top{display:flex;justify-content:space-between;gap:20px}.loading-logo{width:220px}.service-list{display:flex;flex-direction:column;gap:8px}.service-list span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.service-list i,.status-row i{display:inline-block;width:8px;height:8px;background:var(--green);border-radius:50%;margin-right:7px}.loading-card h2{font-size:28px;margin:30px 0 6px}.loading-card>p{color:var(--muted)}.progress{height:16px;border-radius:999px;background:#edf1f5;overflow:hidden;margin-top:26px}.progress>div{height:100%;background:linear-gradient(90deg,var(--red),#fb7185);transition:width .1s}.loading-foot{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.loading-foot img{height:42px}.portal{min-height:100vh;padding:24px 30px 70px;background:linear-gradient(180deg,#f7f9fc,#f2f5f9)}.portal-wrap{max-width:1580px;margin:auto}.system-header{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.system-header:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--red),#ef4444,#111827)}.system-brand{display:flex;align-items:center;gap:20px}.system-brand>img{width:210px;padding:8px 10px;border:1px solid #edf1f5;border-radius:16px}.system-brand b,.system-brand span{display:block}.system-brand span{color:var(--muted);font-size:12px;margin-top:4px}.status-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.status-row em{font-style:normal;font-size:11px;font-weight:800;border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:#f9fbfc}.header-actions{display:flex;align-items:center;gap:10px}.user{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:14px;padding:8px 10px;background:#fff}.user>div{width:38px;height:38px;border-radius:11px;background:#111827;color:#fff;display:grid;place-items:center;font-weight:900;font-size:12px}.user span b,.user span small{display:block}.user span small{font-size:10px;color:var(--muted);margin-top:3px}.logout-btn{height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#475569;font-weight:800;padding:0 14px}.admin-hero{margin:18px 0 14px;padding:24px 26px;border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle at 90% 10%,rgba(223,18,24,.06),transparent 28%),#fff;box-shadow:var(--shadow2);display:flex;align-items:center;justify-content:space-between;gap:24px}.admin-badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:#fff0f1;color:var(--red);font-weight:900;font-size:10px;border:1px solid #ffd6d8}.admin-hero h1{font-size:31px;margin:8px 0 6px;letter-spacing:-.7px}.admin-hero p{margin:0;color:var(--muted);max-width:780px}.admin-summary{display:flex;gap:10px}.admin-summary>div{min-width:100px;text-align:center;border:1px solid var(--line);border-radius:16px;padding:12px;background:#f9fbfc}.admin-summary b,.admin-summary span{display:block}.admin-summary b{font-size:22px}.admin-summary span{font-size:10px;color:var(--muted);margin-top:3px}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:var(--shadow2);margin-bottom:14px}.admin-tabs button{border:0;background:transparent;color:#64748b;height:42px;border-radius:12px;padding:0 16px;font-weight:800;font-size:12px}.admin-tabs button.active{background:#111827;color:#fff}.admin-panel{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow2);overflow:hidden}.panel-head{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-head h2{margin:0 0 4px;font-size:20px}.panel-head p{margin:0;color:var(--muted);font-size:12px}.panel-tools{display:flex;gap:9px}.panel-tools input{height:42px;width:260px;border:1px solid var(--line2);border-radius:11px;padding:0 12px;outline:none}.primary-btn,.secondary-btn{height:42px;border-radius:11px;font-weight:900;padding:0 14px}.primary-btn{border:1px solid var(--red);background:var(--red);color:#fff}.primary-btn:disabled{opacity:.55;cursor:wait}.secondary-btn{border:1px solid var(--line);background:#fff;color:#475569}.table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:14px 16px;border-bottom:1px solid #edf1f5;text-align:left;white-space:nowrap;font-size:12px}.admin-table th{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:#98a2b3;background:#fbfcfd}.admin-table tbody tr:hover{background:#fcfdff}.admin-table .right{text-align:right}.person-cell{display:flex;align-items:center;gap:10px}.person-cell>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#111827;color:#fff;font-size:11px;font-weight:900}.person-cell b,.person-cell small{display:block}.person-cell small,.block-muted{font-size:10px;color:var(--muted);margin-top:3px}.admin-table code{padding:5px 7px;background:#f1f5f9;border-radius:7px;color:#334155}.url-code{display:inline-block;max-width:320px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.role-chips{display:flex;gap:5px;flex-wrap:wrap}.role-chips span{font-size:10px;font-weight:800;padding:5px 8px;border-radius:999px;background:#eef2ff;color:#4338ca}.role-chips em{font-style:normal;color:#94a3b8;font-size:10px}.state{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 9px;background:#ecfdf3;color:#15803d;font-weight:900;font-size:10px}.state:before{content:"";width:7px;height:7px;border-radius:50%;background:#22c55e}.state.off{background:#f1f5f9;color:#64748b}.state.off:before{background:#94a3b8}.edit-btn{height:34px;border:1px solid var(--line);border-radius:9px;background:#fff;color:#334155;font-weight:800;padding:0 11px}.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:18px}.role-card{border:1px solid var(--line);border-radius:18px;padding:17px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 7px 16px #0f172a0a}.role-code{display:inline-flex;padding:6px 9px;border-radius:9px;background:#111827;color:#fff;font-size:10px;font-weight:900}.role-card h3{margin:12px 0 6px}.role-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.5;min-height:36px}.role-card footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf1f5;margin-top:14px;padding-top:12px}.role-card footer span{font-size:10px;color:var(--muted)}.role-card footer button{border:0;background:transparent;color:var(--red);font-weight:900;font-size:11px}.app-code{width:38px;height:34px;border-radius:9px;background:#111827;color:#fff;display:grid;place-items:center;font-weight:900;font-size:10px}.assign-panel{overflow:visible}.assign-layout{display:grid;grid-template-columns:280px 1fr;min-height:530px}.assign-layout>aside{border-right:1px solid var(--line);padding:12px;background:#fbfcfd}.assign-layout>aside button{width:100%;border:1px solid transparent;background:transparent;border-radius:13px;text-align:left;padding:12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.assign-layout>aside button b{font-size:12px}.assign-layout>aside button span{font-size:10px;color:var(--muted)}.assign-layout>aside button.active{background:#fff;border-color:var(--line);box-shadow:0 6px 14px #0f172a0d}.assign-layout>main{padding:18px}.assign-title{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}.assign-title h3{margin:0 0 4px}.assign-title p{margin:0;color:var(--muted);font-size:12px}.app-permission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.permission-card{position:relative;border:1px solid var(--line);border-radius:15px;padding:13px;display:grid;grid-template-columns:44px 1fr auto;gap:10px;align-items:center;cursor:pointer;background:#fff}.permission-card:hover{border-color:#f0b5b8}.permission-card input{position:absolute;opacity:0;pointer-events:none}.permission-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#111827;color:#fff;font-size:10px;font-weight:900}.permission-card b,.permission-card small{display:block}.permission-card b{font-size:12px}.permission-card small{font-size:10px;color:var(--muted);margin-top:3px}.permission-card>i{width:24px;height:24px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:transparent;font-style:normal}.permission-card:has(input:checked){border-color:#f0a3a7;background:#fffafb}.permission-card:has(input:checked)>i{background:var(--red);border-color:var(--red);color:#fff}.user-home{margin-bottom:16px}.user-app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.user-app-grid>button{border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;text-align:left;box-shadow:var(--shadow2)}.user-app-grid>button>span{width:52px;height:52px;border-radius:15px;background:#111827;color:#fff;display:grid;place-items:center;font-weight:900}.user-app-grid b,.user-app-grid small{display:block}.user-app-grid small{font-size:10px;color:var(--muted);margin-top:4px}.user-app-grid i{font-style:normal;color:var(--red);font-size:20px}.empty-access{background:#fff;border:1px dashed var(--line2);border-radius:22px;padding:50px;text-align:center;color:var(--muted)}.empty-access b,.empty-access span{display:block}.empty-access b{color:#334155;margin-bottom:7px}.toast{position:fixed;right:22px;bottom:22px;z-index:80;background:#111827;color:#fff;padding:12px 15px;border-radius:12px;box-shadow:var(--shadow);font-size:12px}.modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#0f172a52;display:grid;place-items:center;padding:20px}.manage-modal{width:min(560px,100%);max-height:90vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.manage-modal.wide{width:min(820px,100%)}.manage-modal>header{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.manage-modal>header h2{margin:0 0 3px;font-size:20px}.manage-modal>header p{margin:0;color:var(--muted);font-size:11px}.manage-modal>header>button{width:36px;height:36px;border:1px solid var(--line);border-radius:10px;background:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:18px 20px}.form-grid .full{grid-column:1/-1}.form-stack{display:flex;flex-direction:column;gap:13px;padding:18px 20px}.form-grid label>span,.form-stack label>span{display:block;font-size:11px;font-weight:800;margin-bottom:7px}.form-grid input,.form-grid select,.form-grid textarea,.form-stack input,.form-stack textarea{width:100%;border:1px solid var(--line2);border-radius:11px;background:#fff;outline:none}.form-grid input,.form-grid select,.form-stack input{height:42px;padding:0 11px}.form-grid textarea,.form-stack textarea{min-height:86px;padding:10px;resize:vertical}.modal-section-title{padding:0 20px 8px;font-size:10px;font-weight:900;text-transform:uppercase;color:var(--muted)}.role-select{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:0 20px 16px}.role-select label{border:1px solid var(--line);border-radius:12px;padding:10px;display:flex;align-items:center;gap:9px;cursor:pointer}.role-select label:has(input:checked){border-color:#f0a3a7;background:#fffafb}.role-select b,.role-select small{display:block}.role-select b{font-size:11px}.role-select small{font-size:9px;color:var(--muted);margin-top:2px}.active-toggle{display:flex;align-items:center;gap:8px;padding:0 20px 16px;font-size:12px;font-weight:800}.manage-modal>footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--line)}@media(max-width:1150px){.role-grid{grid-template-columns:repeat(2,1fr)}.app-permission-grid{grid-template-columns:1fr}}@media(max-width:950px){.login-card{grid-template-columns:1fr}.login-left{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.system-header{align-items:flex-start;gap:18px;flex-direction:column}.admin-hero{align-items:flex-start;flex-direction:column}.assign-layout{grid-template-columns:1fr}.assign-layout>aside{border-right:0;border-bottom:1px solid var(--line);display:flex;overflow:auto}.assign-layout>aside button{min-width:180px}.user-app-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.portal{padding:14px 12px 60px}.feature-row{grid-template-columns:1fr}.login-left{padding:30px}.login-left h1{font-size:40px}.system-brand{align-items:flex-start;flex-direction:column}.system-brand>img{width:190px}.header-actions{width:100%;justify-content:space-between}.admin-summary{width:100%}.admin-summary>div{flex:1;min-width:0}.panel-head{align-items:flex-start;flex-direction:column}.panel-tools,.panel-tools input{width:100%}.role-grid,.app-permission-grid,.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.role-select,.user-app-grid{grid-template-columns:1fr}}.admin-app-logo{width:52px;height:52px;border-radius:14px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 5px 12px #0f172a0d}.admin-app-logo img{width:100%;height:100%;object-fit:contain;padding:5px;background:#fff}.admin-app-logo span{font-size:10px;font-weight:900;color:#fff;background:#111827;width:100%;height:100%;display:grid;place-items:center}.permission-icon{overflow:hidden;background:#fff;border:1px solid var(--line)}.permission-icon img{width:100%;height:100%;object-fit:contain;padding:4px;background:#fff}.permission-icon b{width:100%;height:100%;display:grid;place-items:center;background:#111827;color:#fff;font-size:10px}.user-app-grid>button>span.user-app-logo{width:64px;height:64px;border-radius:17px;background:#fff;border:1px solid var(--line);overflow:hidden;display:grid;place-items:center}.user-app-logo img{width:100%;height:100%;object-fit:contain;padding:6px;background:#fff}.user-app-logo b{width:100%;height:100%;display:grid;place-items:center;background:#111827;color:#fff;font-size:11px}.app-logo-upload{display:grid;grid-template-columns:118px 1fr;gap:18px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfcfe)}.app-logo-preview{width:110px;height:110px;border-radius:22px;border:1px solid var(--line2);background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 8px 20px #0f172a12}.app-logo-preview img{width:100%;height:100%;object-fit:contain;padding:8px;background:#fff}.app-logo-preview span{font-size:13px;font-weight:900;color:#64748b}.app-logo-info b{display:block;font-size:14px;margin-bottom:5px}.app-logo-info p{margin:0;color:var(--muted);font-size:11px;line-height:1.55;max-width:560px}.logo-actions{display:flex;align-items:center;gap:8px;margin-top:12px}.logo-file-btn{height:42px;border-radius:11px;background:#111827;color:#fff;font-weight:900;padding:0 14px;display:inline-flex;align-items:center;cursor:pointer;font-size:12px}.logo-file-btn input{display:none}@media(max-width:650px){.app-logo-upload{grid-template-columns:1fr}.app-logo-preview{width:100px;height:100px}.logo-actions{flex-wrap:wrap}}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.delete-btn{height:34px;border:1px solid #fecaca;border-radius:9px;background:#fff5f5;color:#c81e1e;font-weight:900;padding:0 11px}.delete-btn:hover{background:#dc2626;border-color:#dc2626;color:#fff}.card-actions{display:flex;align-items:center;gap:9px}.card-actions button{border:0;background:transparent;font-weight:900;font-size:11px;cursor:pointer}.card-actions .danger-text{color:#dc2626}.card-actions em{font-size:9px;color:#94a3b8;font-style:normal;font-weight:800}.auto-sicil-note{margin:18px 20px 0;padding:11px 13px;border:1px solid #dbeafe;border-radius:12px;background:#f7fbff}.auto-sicil-note b,.auto-sicil-note span{display:block}.auto-sicil-note b{font-size:11px;color:#1d4ed8}.auto-sicil-note span{font-size:10px;color:#64748b;margin-top:3px;line-height:1.4}.user-main-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0 16px}.user-main-tabs button{min-height:58px;border:1px solid var(--line);border-radius:15px;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:var(--shadow2);font-family:inherit;cursor:pointer;transition:.15s ease}.user-main-tabs button:hover{border-color:#d6dde6;transform:translateY(-1px)}.user-main-tabs button span{font-size:20px;line-height:1}.user-main-tabs button b{font-size:12px}.user-main-tabs button.active{border-color:#f0a7aa;background:#fff8f8;color:#b91c1c;box-shadow:0 8px 18px #df121812}.user-section-panel{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow2);padding:18px}.user-section-title{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid #edf1f5}.user-section-title>span{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#f8fafc;border:1px solid var(--line);font-size:22px}.user-section-title h2{margin:0 0 3px;font-size:19px}.user-section-title p{margin:0;font-size:11px;color:var(--muted)}.social-menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:15px}.social-menu-grid button{border:1px solid var(--line);border-radius:15px;background:#fbfcfe;padding:14px;display:flex;align-items:center;gap:11px;text-align:left;color:#334155}.social-menu-grid button>span{font-size:22px}.social-menu-grid b,.social-menu-grid small{display:block}.social-menu-grid b{font-size:12px}.social-menu-grid small{margin-top:3px;font-size:9px;color:var(--muted)}.stat-preview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:15px}.stat-preview-grid>div{border:1px solid var(--line);border-radius:14px;background:#fbfcfe;padding:14px}.stat-preview-grid span,.stat-preview-grid b{display:block}.stat-preview-grid span{font-size:9px;color:var(--muted);font-weight:800;text-transform:uppercase}.stat-preview-grid b{margin-top:6px;font-size:21px}.remote-placeholder{display:flex;align-items:center;gap:13px;margin-top:15px;padding:16px;border:1px dashed var(--line2);border-radius:15px;background:#fbfcfe}.remote-placeholder>span{font-size:30px}.remote-placeholder b,.remote-placeholder small{display:block}.remote-placeholder b{font-size:12px}.remote-placeholder small{margin-top:4px;font-size:10px;color:var(--muted)}@media(max-width:760px){.user-main-tabs{grid-template-columns:repeat(2,1fr)}.social-menu-grid{grid-template-columns:1fr}.stat-preview-grid{grid-template-columns:repeat(2,1fr)}}.user-app-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.user-app-grid>button.user-app-card{position:relative;overflow:hidden;min-height:172px;display:flex;flex-direction:column;justify-content:space-between;padding:13px;border:1px solid color-mix(in srgb,var(--app-accent) 42%,#dce5ee);border-top:4px solid var(--app-accent);border-radius:18px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--app-accent) 10%,transparent),transparent 35%),linear-gradient(180deg,#fff,color-mix(in srgb,var(--app-accent) 3%,#fff));box-shadow:0 8px 20px #0f172a0e;transition:.16s ease}.user-app-grid>button.user-app-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--app-accent) 68%,#dce5ee);box-shadow:0 14px 28px #0f172a16}.user-app-grid>button.user-app-card.disabled{opacity:.78}.app-card-top{width:100%;display:grid;grid-template-columns:54px 1fr 22px;gap:10px;align-items:center;text-align:left}.user-app-grid>button.user-app-card .user-app-logo{width:54px;height:54px;border-radius:15px;border:1px solid color-mix(in srgb,var(--app-accent) 28%,#e2e8f0);box-shadow:0 5px 12px #0f172a0d}.user-app-grid>button.user-app-card .user-app-logo b{background:color-mix(in srgb,var(--app-accent) 88%,#111827)}.app-card-copy{min-width:0}.app-card-copy>b{display:block;font-size:13px;line-height:1.25;color:#1e293b}.app-card-copy>small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:9px;color:#7c8798;line-height:1.35;margin-top:4px}.app-card-top>i{color:var(--app-accent)!important;font-size:17px!important}.app-card-meta{width:100%;display:grid;grid-template-columns:.8fr 1.25fr 1fr;gap:6px;margin-top:12px;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--app-accent) 13%,#edf1f5)}.app-card-meta>div{min-width:0;padding:7px 7px 6px;border-radius:10px;background:#f8fafcd1;border:1px solid #edf1f5;text-align:left}.app-card-meta>div>span{display:block;font-size:7px;text-transform:uppercase;letter-spacing:.04em;font-weight:900;color:#94a3b8;margin-bottom:3px}.app-card-meta>div>b{display:block;font-size:8.5px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-status{display:inline-flex;align-items:center;gap:5px;width:max-content;max-width:100%;padding:4px 7px;border-radius:999px;font-size:8px!important;line-height:1;font-weight:900!important;white-space:nowrap}.app-status:before{content:"";width:6px;height:6px;border-radius:50%;flex:none}.status-active{background:#ecfdf3;color:#15803d}.status-active:before{background:#22c55e}.status-maintenance{background:#fff7ed;color:#c2410c}.status-maintenance:before{background:#f97316}.status-coming_soon{background:#eff6ff;color:#1d4ed8}.status-coming_soon:before{background:#3b82f6}.status-stopped{background:#f1f5f9;color:#64748b}.status-stopped:before{background:#94a3b8}.admin-app-logo{border-color:color-mix(in srgb,var(--admin-accent,#334155) 30%,var(--line))}.admin-app-logo span{background:var(--admin-accent,#111827)}.version-text{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;color:#334155}.accent-dot{display:inline-block;width:12px;height:12px;border-radius:4px;vertical-align:middle;margin-right:6px;box-shadow:inset 0 0 0 1px #0f172a14}.app-properties-title{padding-top:4px}.app-properties-grid{padding-top:8px;border-top:1px solid #f1f4f7}.color-field{display:grid;grid-template-columns:48px 1fr;gap:7px}.color-field input[type=color]{padding:3px;cursor:pointer}.card-preview-wrap{padding:0 20px 18px}.card-preview-wrap>span{display:block;font-size:10px;text-transform:uppercase;color:#94a3b8;font-weight:900;margin-bottom:7px}.mini-app-preview{border:1px solid color-mix(in srgb,var(--app-accent) 40%,#dce5ee);border-left:4px solid var(--app-accent);background:linear-gradient(90deg,color-mix(in srgb,var(--app-accent) 6%,#fff),#fff 55%);border-radius:14px;padding:10px 12px;display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center}.mini-preview-logo{width:42px;height:42px;border-radius:11px;overflow:hidden;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--app-accent) 25%,#e2e8f0);background:#fff}.mini-preview-logo img{width:100%;height:100%;object-fit:contain;padding:4px}.mini-preview-logo b{font-size:9px;color:var(--app-accent)}.mini-app-preview>div:nth-child(2)>b,.mini-app-preview>div:nth-child(2)>small{display:block}.mini-app-preview>div:nth-child(2)>b{font-size:11px}.mini-app-preview>div:nth-child(2)>small{color:#94a3b8;font-size:9px;margin-top:3px}@media(max-width:1450px){.user-app-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1150px){.user-app-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:850px){.user-app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.user-app-grid{grid-template-columns:1fr}.app-card-meta{grid-template-columns:1fr 1fr}}.portal{padding:18px 22px 70px}.portal-wrap{width:100%;max-width:1780px}.system-header{padding:18px 22px;border-radius:22px}.system-brand>img{width:225px}.system-brand b{font-size:15px}.system-brand span{font-size:12.5px}.user{padding:9px 11px}.user>div{width:42px;height:42px;font-size:13px}.user span b{font-size:12px}.user span small{font-size:10.5px}.user-main-tabs{gap:12px;margin:16px 0 18px}.user-main-tabs button{min-height:70px;border-radius:17px;gap:11px;padding:0 14px}.user-main-tabs button span{font-size:25px}.user-main-tabs button b{font-size:14px;letter-spacing:-.1px}.user-app-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.user-app-grid>button.user-app-card{min-height:198px;padding:15px;border-radius:20px}.app-card-top{grid-template-columns:62px 1fr 25px;gap:12px}.user-app-grid>button.user-app-card .user-app-logo{width:62px;height:62px;border-radius:17px}.app-card-copy>b{font-size:15px;line-height:1.25}.app-card-copy>small{font-size:11px;line-height:1.42;margin-top:5px}.app-card-top>i{font-size:20px!important}.app-card-meta{gap:7px;margin-top:14px;padding-top:12px}.app-card-meta>div{padding:9px 8px 8px;border-radius:11px}.app-card-meta>div>span{font-size:8px;margin-bottom:4px}.app-card-meta>div>b{font-size:10px}.app-status{font-size:9px!important;padding:5px 8px}.user-section-panel{padding:21px}.user-section-title>span{width:52px;height:52px;font-size:25px}.user-section-title h2{font-size:21px}.user-section-title p{font-size:12px}.social-menu-grid button{min-height:82px;padding:16px}.social-menu-grid button>span{font-size:25px}.social-menu-grid b{font-size:13px}.social-menu-grid small{font-size:10px}.stat-preview-grid>div{padding:17px}.stat-preview-grid span{font-size:10px}.stat-preview-grid b{font-size:24px}@media(min-width:1600px){.portal-wrap{max-width:none}}@media(max-width:1400px){.user-app-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1120px){.user-app-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.user-app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.portal{padding:12px 10px 60px}.user-app-grid{grid-template-columns:1fr}}.app-launch-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3500;display:grid;place-items:center;padding:22px;background:#0f172a57;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);animation:launchBackdropIn .18s ease-out}.app-launch-modal{--launch-accent:#df1218;position:relative;width:min(610px,calc(100vw - 34px));overflow:hidden;padding:22px;border-radius:24px;border:1px solid color-mix(in srgb,var(--launch-accent) 42%,#dce4ed);border-top:5px solid var(--launch-accent);background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--launch-accent) 13%,transparent),transparent 34%),linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 28px 75px #0f172a3d;animation:launchModalIn .22s cubic-bezier(.2,.8,.2,1)}.launch-glow{position:absolute;right:-70px;top:-90px;width:220px;height:220px;border-radius:50%;pointer-events:none;background:color-mix(in srgb,var(--launch-accent) 11%,transparent);filter:blur(4px)}.launch-app-head{position:relative;display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:14px}.launch-logo{width:74px;height:74px;display:grid;place-items:center;overflow:hidden;border-radius:20px;background:#fff;border:1px solid color-mix(in srgb,var(--launch-accent) 30%,#e2e8f0);box-shadow:0 9px 22px #0f172a14}.launch-logo img{width:100%;height:100%;object-fit:contain;padding:7px}.launch-logo b{font-size:15px;color:var(--launch-accent)}.launch-app-copy{min-width:0}.launch-eyebrow{display:block;margin-bottom:4px;color:var(--launch-accent);font-size:8px;line-height:1;letter-spacing:.09em;font-weight:950}.launch-app-copy h2{margin:0;color:#172033;font-size:22px;line-height:1.18;letter-spacing:-.4px}.launch-app-copy p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:5px 0 0;color:#778399;font-size:11px;line-height:1.45}.launch-details{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.launch-details>div{padding:10px 11px;border:1px solid #e9eef4;border-radius:12px;background:#f8fafcd6}.launch-details span,.launch-details b{display:block}.launch-details span{margin-bottom:4px;color:#94a3b8;font-size:8px;line-height:1.15;text-transform:uppercase;font-weight:900;letter-spacing:.035em}.launch-details b{color:#334155;font-size:10px}.launch-loading-area{position:relative;margin-top:18px;padding:18px;overflow:hidden;border:1px solid color-mix(in srgb,var(--launch-accent) 18%,#e7edf3);border-radius:17px;background:linear-gradient(135deg,color-mix(in srgb,var(--launch-accent) 5%,#fff),#fff)}.launch-spinner{display:flex;gap:5px;align-items:center;height:18px;margin-bottom:10px}.launch-spinner i{width:7px;height:7px;border-radius:50%;background:var(--launch-accent);animation:launchDot 1s infinite ease-in-out}.launch-spinner i:nth-child(2){animation-delay:.14s}.launch-spinner i:nth-child(3){animation-delay:.28s}.launch-status-copy b,.launch-status-copy span{display:block}.launch-status-copy b{color:#1e293b;font-size:14px}.launch-status-copy span{margin-top:3px;color:#8793a5;font-size:10px}.launch-progress-track{width:100%;height:8px;margin-top:16px;overflow:hidden;border-radius:999px;background:#e9eef4}.launch-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,color-mix(in srgb,var(--launch-accent) 72%,#fff),var(--launch-accent));box-shadow:0 0 13px color-mix(in srgb,var(--launch-accent) 28%,transparent);transition:width .09s linear}.launch-progress-info{display:flex;justify-content:space-between;align-items:center;margin-top:7px}.launch-progress-info span{color:#94a3b8;font-size:8px;text-transform:uppercase;font-weight:900}.launch-progress-info b{color:var(--launch-accent);font-size:10px}.launch-opened-area{position:relative;display:flex;align-items:center;gap:13px;margin-top:18px;padding:18px;border:1px solid #bbf7d0;border-radius:17px;background:linear-gradient(135deg,#f0fdf4,#fff);animation:launchSuccessIn .2s ease-out}.launch-success-icon{width:48px;height:48px;flex:none;display:grid;place-items:center;border-radius:50%;background:#16a34a;color:#fff;font-size:25px;font-weight:950;box-shadow:0 8px 20px #16a34a30}.launch-opened-area b,.launch-opened-area span{display:block}.launch-opened-area b{color:#166534;font-size:15px}.launch-opened-area span{margin-top:3px;color:#63806c;font-size:10px}.app-launch-modal.opened{border-top-color:#16a34a}@keyframes launchBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes launchModalIn{0%{opacity:0;transform:translateY(12px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes launchSuccessIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes launchDot{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-5px);opacity:1}}@media(max-width:620px){.app-launch-modal{padding:17px}.launch-app-head{grid-template-columns:60px 1fr}.launch-logo{width:60px;height:60px;border-radius:16px}.launch-app-head>.app-status{grid-column:1/-1}.launch-details{grid-template-columns:1fr 1fr}}.statistics-panel,.stats-title{position:relative}.stats-title-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.agent-state{display:inline-flex!important;align-items:center;gap:6px;padding:7px 9px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#64748b;font-size:9px!important;font-weight:900}.agent-state i{width:7px;height:7px;border-radius:50%;background:#94a3b8}.agent-state.online{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.agent-state.online i{background:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.stats-refresh-btn{height:32px;padding:0 10px;border:1px solid #dfe6ee;border-radius:9px;background:#fff;color:#475569;font-size:9px;font-weight:900;cursor:pointer}.stats-refresh-btn:hover{background:#f8fafc}.stats-refresh-btn:disabled{opacity:.55}.stats-error{margin-top:12px;padding:10px 12px;border:1px solid #fecaca;border-radius:10px;background:#fff5f5;color:#b91c1c;font-size:10px;font-weight:800}.stats-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-top:15px}.stats-summary-card{min-height:104px;padding:14px;border:1px solid #e1e8ef;border-radius:16px;background:linear-gradient(145deg,#fff,#fafcff);display:flex;align-items:center;gap:11px;box-shadow:0 7px 18px #0f172a0b}.summary-icon{width:42px;height:42px;display:grid;place-items:center;flex:none;border-radius:12px;background:#f1f5f9;border:1px solid #e2e8f0;font-size:19px}.stats-summary-card span,.stats-summary-card b,.stats-summary-card small{display:block}.stats-summary-card span{font-size:8px;text-transform:uppercase;letter-spacing:.04em;font-weight:900;color:#94a3b8}.stats-summary-card b{margin-top:4px;font-size:19px;line-height:1.05;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-summary-card small{margin-top:5px;font-size:8.5px;color:#94a3b8}.active-card{border-top:3px solid #22c55e}.active-card .summary-icon{background:#f0fdf4;border-color:#bbf7d0}.idle-card{border-top:3px solid #f59e0b}.idle-card .summary-icon{background:#fffbeb;border-color:#fde68a}.current-card{border-top:3px solid #3b82f6}.current-card .summary-icon{background:#eff6ff;border-color:#bfdbfe}.stats-info-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:11px;border:1px solid #e4eaf1;border-radius:14px;background:#fbfcfe;overflow:hidden}.stats-info-strip>div{padding:10px 13px;border-right:1px solid #e8edf3}.stats-info-strip>div:last-child{border-right:0}.stats-info-strip span,.stats-info-strip b{display:block}.stats-info-strip span{font-size:8px;text-transform:uppercase;font-weight:900;color:#94a3b8}.stats-info-strip b{margin-top:3px;font-size:11px;color:#334155}.stats-content-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:12px;margin-top:12px}.usage-card{border:1px solid #e1e8ef;border-radius:17px;background:#fff;padding:15px}.usage-card>header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;padding-bottom:11px;border-bottom:1px solid #edf1f5}.usage-card h3{margin:0;font-size:13px;color:#1e293b}.usage-card header p{margin:3px 0 0;font-size:9px;color:#94a3b8}.usage-card header>span{padding:5px 7px;border-radius:8px;background:#f1f5f9;color:#64748b;font-size:8px;font-weight:900}.usage-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.usage-row{display:grid;grid-template-columns:25px 1fr;gap:8px;align-items:center}.usage-rank{width:25px;height:25px;border-radius:8px;background:#f8fafc;border:1px solid #e7ecf2;display:grid;place-items:center;font-size:8px;font-weight:900;color:#64748b}.usage-name{display:flex;justify-content:space-between;gap:10px;align-items:center}.usage-name b{font-size:10px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.usage-name span{font-size:8.5px;color:#64748b;font-weight:800;white-space:nowrap}.usage-track{height:6px;margin-top:5px;border-radius:999px;background:#eef2f6;overflow:hidden}.usage-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#64748b,#2563eb)}.domains-card .usage-track i{background:linear-gradient(90deg,#0f766e,#14b8a6)}.stats-empty{min-height:190px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:18px}.stats-empty>span{font-size:28px}.stats-empty>b{margin-top:8px;font-size:11px;color:#475569}.stats-empty>small{max-width:320px;margin-top:4px;font-size:9px;line-height:1.45;color:#94a3b8}.browser-wait{background:linear-gradient(180deg,#fff,#fbfefe);border-radius:12px}.stats-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;border-radius:22px;background:#ffffffc4;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;gap:10px;color:#64748b;font-size:10px;font-weight:900}.stats-loader{width:24px;height:24px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:statsSpin .7s linear infinite}@keyframes statsSpin{to{transform:rotate(360deg)}}@media(max-width:1100px){.stats-summary-grid{grid-template-columns:repeat(2,1fr)}.stats-content-grid{grid-template-columns:1fr}}@media(max-width:700px){.stats-title{align-items:flex-start}.stats-title-actions{width:100%;margin-left:0;margin-top:9px}.stats-summary-grid{grid-template-columns:1fr}.stats-info-strip{grid-template-columns:repeat(2,1fr)}.stats-info-strip>div:nth-child(2){border-right:0}.stats-info-strip>div:nth-child(-n+2){border-bottom:1px solid #e8edf3}}.user-main-tabs button{position:relative}.social-tab-badge{position:absolute;right:10px;top:8px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#df1218;color:#fff;display:grid;place-items:center;font-size:8px;font-style:normal;font-weight:950;box-shadow:0 3px 9px #df121833}.social-workspace{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow2);overflow:hidden;min-height:650px}.social-toolbar{height:70px;padding:0 16px;border-bottom:1px solid #e9eef4;display:flex;align-items:center;justify-content:space-between;gap:14px;background:linear-gradient(180deg,#fff,#fcfdff)}.social-brand{display:flex;align-items:center;gap:11px}.social-brand>span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#eff6ff;border:1px solid #dbeafe;font-size:20px}.social-brand h2{margin:0;font-size:17px}.social-brand p{margin:2px 0 0;font-size:9px;color:#94a3b8}.social-toolbar-actions{display:flex;gap:7px}.social-soft-btn,.social-primary-btn{height:34px;padding:0 11px;border-radius:10px;font-family:inherit;font-size:9px;font-weight:900;cursor:pointer}.social-soft-btn{border:1px solid #dfe6ee;background:#fff;color:#475569}.social-primary-btn{border:1px solid #172033;background:#172033;color:#fff}.social-layout{display:grid;grid-template-columns:285px minmax(0,1fr) 250px;height:580px;min-height:0}.social-conversation-pane,.social-detail-pane{background:#fbfcfe}.social-conversation-pane{border-right:1px solid #e9eef4;display:flex;flex-direction:column;min-width:0}.social-detail-pane{border-left:1px solid #e9eef4;overflow:auto}.social-chat-pane{min-width:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#fbfcfe)}.social-pane-title{height:54px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9eef4}.social-pane-title b,.social-pane-title span{display:block}.social-pane-title b{font-size:11px}.social-pane-title span{font-size:8px;color:#94a3b8;margin-top:2px}.social-pane-title button{width:28px;height:28px;border:1px solid #e1e8ef;background:#fff;border-radius:8px;color:#64748b;cursor:pointer}.social-conversation-list{overflow:auto;flex:1;padding:7px}.social-conversation{width:100%;min-height:65px;border:1px solid transparent;border-radius:13px;background:transparent;padding:8px;display:grid;grid-template-columns:42px 1fr auto;gap:8px;align-items:center;text-align:left;font-family:inherit;cursor:pointer}.social-conversation:hover{background:#fff;border-color:#edf1f5}.social-conversation.active{background:#fff;border-color:#cbdcf7;box-shadow:0 5px 14px #2563eb0f}.social-conversation>em{min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:7px;font-weight:950;font-style:normal}.social-avatar{position:relative;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#e8eef7,#f8fafc);border:1px solid #dfe6ee;display:grid;place-items:center;flex:none;color:#334155}.social-avatar.group{background:#f3e8ff;border-color:#e9d5ff;color:#7e22ce}.social-avatar b{font-size:10px}.social-avatar i{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:50%;background:#cbd5e1;border:2px solid #fff}.social-avatar i.online{background:#22c55e}.social-avatar.large{width:44px;height:44px}.social-avatar.xlarge{width:62px;height:62px;border-radius:18px}.social-avatar.xlarge b{font-size:14px}.social-conversation-copy{min-width:0}.social-conversation-copy>div{display:flex;justify-content:space-between;gap:6px;align-items:center}.social-conversation-copy b{font-size:10px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.social-conversation-copy time{font-size:7.5px;color:#94a3b8;white-space:nowrap}.social-conversation-copy p{margin:4px 0 0;font-size:8.5px;color:#8995a8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.social-load-more{width:calc(100% - 10px);margin:5px;border:1px solid #e1e8ef;background:#fff;border-radius:10px;height:32px;font-size:8.5px;color:#64748b;font-weight:800}.social-list-empty{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:15px}.social-list-empty span{font-size:25px}.social-list-empty b{font-size:10px;margin-top:6px}.social-list-empty small{font-size:8.5px;color:#94a3b8;margin-top:4px;line-height:1.4}.social-chat-header{height:60px;padding:0 14px;border-bottom:1px solid #e9eef4;display:flex;align-items:center;gap:10px;background:#fff}.social-chat-header h3{margin:0;font-size:12px}.social-chat-header p{margin:3px 0 0;font-size:8.5px;color:#64748b}.social-message-scroller{flex:1;overflow:auto;padding:18px 20px;scroll-behavior:auto}.social-history-loading,.social-history-btn{margin:0 auto 12px;display:block}.social-history-loading{font-size:8px;color:#94a3b8;text-align:center}.social-history-btn{height:28px;padding:0 10px;border:1px solid #e2e8f0;background:#fff;border-radius:9px;color:#64748b;font-size:8px;font-weight:800;cursor:pointer}.social-message-row{display:flex;margin:7px 0;justify-content:flex-start}.social-message-row.mine{justify-content:flex-end}.social-message-bubble{max-width:min(72%,560px);padding:9px 11px 7px;border:1px solid #e3e9f0;border-radius:14px 14px 14px 4px;background:#fff;box-shadow:0 4px 11px #0f172a09}.social-message-row.mine .social-message-bubble{border-color:#cdddfd;background:linear-gradient(145deg,#eff6ff,#f8fbff);border-radius:14px 14px 4px}.social-message-sender{display:block;font-size:8px;color:#2563eb;margin-bottom:4px}.social-message-bubble p{margin:0;font-size:10.5px;line-height:1.46;color:#334155;white-space:pre-wrap;word-break:break-word}.social-message-bubble footer{display:flex;justify-content:flex-end;align-items:center;gap:6px;margin-top:5px}.social-message-bubble footer time,.social-message-bubble footer span{font-size:7px;color:#94a3b8}.social-message-bubble footer button{border:0;background:transparent;color:#94a3b8;padding:0;font-size:9px;cursor:pointer}.social-reply-preview{border-left:3px solid #60a5fa;padding:5px 7px;margin-bottom:6px;background:#ffffffa6;border-radius:4px}.social-reply-preview b,.social-reply-preview span{display:block;font-size:7.5px}.social-reply-preview span{margin-top:2px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.social-chat-empty,.social-no-selection{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#64748b}.social-chat-empty{min-height:240px}.social-chat-empty>span,.social-no-selection>div{font-size:34px}.social-chat-empty b,.social-no-selection h3{margin:8px 0 0;font-size:12px;color:#475569}.social-chat-empty small,.social-no-selection p{margin:4px 0 0;font-size:9px;color:#94a3b8}.social-reply-bar{min-height:44px;padding:7px 12px;background:#f8fafc;border-top:1px solid #e9eef4;display:flex;justify-content:space-between;align-items:center}.social-reply-bar b,.social-reply-bar span{display:block}.social-reply-bar b{font-size:8px;color:#2563eb}.social-reply-bar span{font-size:8px;color:#64748b;margin-top:2px;max-width:560px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.social-reply-bar button{border:0;background:transparent;font-size:18px;color:#94a3b8}.social-composer{min-height:62px;padding:9px 11px;border-top:1px solid #e9eef4;background:#fff;display:grid;grid-template-columns:35px 1fr 38px;gap:8px;align-items:end}.social-composer textarea{min-height:38px;max-height:100px;resize:none;border:1px solid #dfe6ee;border-radius:12px;padding:10px 11px;font-family:inherit;font-size:10px;outline:none}.social-composer textarea:focus{border-color:#93b4f4;box-shadow:0 0 0 3px #2563eb0f}.social-attach-btn,.social-send-btn{height:38px;border-radius:11px;font-size:15px}.social-attach-btn{border:1px solid #e1e8ef;background:#f8fafc;opacity:.6}.social-send-btn{border:1px solid #1d4ed8;background:#2563eb;color:#fff;cursor:pointer}.social-send-btn:disabled{opacity:.4;cursor:default}.social-detail-head{padding:18px 12px;text-align:center;border-bottom:1px solid #e9eef4}.social-detail-head .social-avatar{margin:0 auto}.social-detail-head h3{margin:9px 0 3px;font-size:12px}.social-detail-head p{margin:0;font-size:8.5px;color:#64748b}.social-detail-section{padding:13px;border-bottom:1px solid #e9eef4}.social-detail-section>b{display:block;font-size:9px;text-transform:uppercase;color:#64748b;letter-spacing:.04em;margin-bottom:8px}.social-member-list{display:flex;flex-direction:column;gap:7px}.social-member-list>div{display:grid;grid-template-columns:30px 1fr;gap:7px;align-items:center}.social-member-list>div>span{width:30px;height:30px;border-radius:9px;background:#eef2f7;display:grid;place-items:center;font-size:7px;font-weight:900}.social-member-list b,.social-member-list small{display:block}.social-member-list b{font-size:8.5px}.social-member-list small{font-size:7.5px;color:#94a3b8;margin-top:2px}.social-detail-section.future p{margin:0;padding:10px;border:1px dashed #dbe4ed;border-radius:10px;background:#fff;font-size:8.5px;color:#64748b;line-height:1.4}.social-new-modal{width:min(600px,calc(100vw - 30px))}.social-group-name label>span{display:block;font-size:9px;font-weight:800;margin-bottom:5px}.social-group-name input,.social-user-search input{width:100%;height:38px;border:1px solid #dfe6ee;border-radius:10px;padding:0 11px;font-family:inherit;outline:none}.social-user-search{padding:14px 20px 8px}.social-directory-list{margin:0 20px;max-height:340px;overflow:auto;border:1px solid #e5ebf1;border-radius:13px;padding:6px;background:#fbfcfe}.social-directory-list>button{width:100%;min-height:52px;border:1px solid transparent;background:transparent;border-radius:10px;padding:6px;display:grid;grid-template-columns:38px 1fr 24px;gap:8px;align-items:center;text-align:left;font-family:inherit;cursor:pointer}.social-directory-list>button:hover{background:#fff}.social-directory-list>button.selected{background:#eff6ff;border-color:#bfdbfe}.social-directory-list .social-avatar{width:38px;height:38px}.social-directory-list>button>div b,.social-directory-list>button>div small{display:block}.social-directory-list>button>div b{font-size:9.5px}.social-directory-list>button>div small{font-size:8px;color:#94a3b8;margin-top:3px}.social-directory-list>button>em{width:22px;height:22px;border-radius:8px;background:#fff;border:1px solid #dfe6ee;display:grid;place-items:center;font-style:normal;font-size:10px;color:#2563eb}.social-directory-list>button.selected>em{background:#2563eb;color:#fff;border-color:#2563eb}.social-directory-empty{padding:28px;text-align:center;font-size:9px;color:#94a3b8}.social-new-modal footer{align-items:center}.social-selected-count{margin-right:auto;font-size:8.5px;color:#64748b}@media(max-width:1250px){.social-layout{grid-template-columns:270px minmax(0,1fr)}.social-detail-pane{display:none}}@media(max-width:820px){.social-layout{grid-template-columns:1fr;height:auto;min-height:600px}.social-conversation-pane{max-height:230px;border-right:0;border-bottom:1px solid #e9eef4}.social-chat-pane{min-height:500px}.social-toolbar{height:auto;padding:12px;align-items:flex-start}.social-toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.social-message-bubble{max-width:88%}}.social-workspace{min-height:760px;border-radius:24px}.social-toolbar{min-height:84px;height:auto;padding:14px 20px}.social-brand{gap:14px}.social-brand>span{width:52px;height:52px;border-radius:15px;font-size:25px}.social-brand h2{font-size:22px}.social-brand p{font-size:12px;margin-top:4px}.social-toolbar-actions{gap:9px}.social-soft-btn,.social-primary-btn{height:42px;padding:0 15px;border-radius:12px;font-size:11.5px}.social-layout{grid-template-columns:340px minmax(0,1fr) 300px;height:660px}.social-pane-title{height:66px;padding:0 16px}.social-pane-title b{font-size:14px}.social-pane-title span{font-size:10.5px;margin-top:3px}.social-pane-title button{width:34px;height:34px;border-radius:10px;font-size:15px}.social-conversation-list{padding:9px}.social-conversation{min-height:82px;border-radius:15px;padding:10px;grid-template-columns:52px 1fr auto;gap:11px}.social-conversation>em{min-width:22px;height:22px;padding:0 6px;font-size:9px}.social-avatar{width:52px;height:52px;border-radius:15px}.social-avatar b{font-size:12px}.social-avatar i{width:13px;height:13px}.social-avatar.large{width:54px;height:54px;border-radius:15px}.social-avatar.xlarge{width:76px;height:76px;border-radius:20px}.social-avatar.xlarge b{font-size:17px}.social-conversation-copy b{font-size:12.5px}.social-conversation-copy time{font-size:9px}.social-conversation-copy p{margin-top:5px;font-size:10.5px}.social-load-more{height:38px;font-size:10.5px}.social-list-empty b{font-size:13px}.social-list-empty small{font-size:10.5px}.social-list-empty span{font-size:32px}.social-chat-header{height:72px;padding:0 18px;gap:12px}.social-chat-header h3{font-size:15px}.social-chat-header p{font-size:10.5px;margin-top:4px}.social-message-scroller{padding:22px 26px}.social-history-loading,.social-history-btn{font-size:10px}.social-history-btn{height:34px;padding:0 12px}.social-message-row{margin:9px 0}.social-message-bubble{max-width:min(74%,650px);padding:12px 14px 9px;border-radius:17px 17px 17px 5px}.social-message-row.mine .social-message-bubble{border-radius:17px 17px 5px}.social-message-sender{font-size:10px;margin-bottom:5px}.social-message-bubble p{font-size:13px;line-height:1.52}.social-message-bubble footer{gap:8px;margin-top:7px}.social-message-bubble footer time,.social-message-bubble footer span{font-size:9px}.social-message-bubble footer button{font-size:12px}.social-reply-preview{padding:7px 9px;margin-bottom:8px}.social-reply-preview b,.social-reply-preview span{font-size:9.5px}.social-chat-empty>span,.social-no-selection>div{font-size:42px}.social-chat-empty b,.social-no-selection h3{font-size:15px}.social-chat-empty small,.social-no-selection p{font-size:11px}.social-reply-bar{min-height:54px;padding:9px 15px}.social-reply-bar b,.social-reply-bar span{font-size:10px}.social-composer{min-height:76px;padding:11px 14px;grid-template-columns:44px 1fr 46px;gap:10px}.social-composer textarea{min-height:48px;max-height:130px;border-radius:14px;padding:13px 14px;font-size:13px}.social-attach-btn,.social-send-btn{height:46px;border-radius:13px;font-size:18px}.social-detail-head{padding:22px 15px}.social-detail-head h3{font-size:15px}.social-detail-head p{font-size:10.5px}.social-detail-section{padding:16px}.social-detail-section>b{font-size:10.5px;margin-bottom:10px}.social-member-list{gap:9px}.social-member-list>div{grid-template-columns:38px 1fr;gap:9px}.social-member-list>div>span{width:38px;height:38px;border-radius:11px;font-size:9px}.social-member-list b{font-size:10.5px}.social-member-list small{font-size:9px}.social-detail-section.future p{font-size:10px;padding:12px}.social-new-modal{width:min(760px,calc(100vw - 36px))}.social-new-modal header h2{font-size:19px}.social-new-modal header p{font-size:11px}.social-new-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px 20px 4px}.social-new-mode-tabs>button{min-height:72px;display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:11px 13px;border:1px solid #dfe6ee;border-radius:14px;background:#fbfcfe;color:#475569;text-align:left;font-family:inherit;cursor:pointer}.social-new-mode-tabs>button>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff;border:1px solid #e5ebf1;font-size:20px}.social-new-mode-tabs>button b,.social-new-mode-tabs>button small{display:block}.social-new-mode-tabs>button b{font-size:12px}.social-new-mode-tabs>button small{font-size:9.5px;color:#94a3b8;margin-top:3px}.social-new-mode-tabs>button.active{border-color:#9dbbf5;background:#eff6ff;color:#1d4ed8;box-shadow:0 6px 16px #2563eb12}.social-new-mode-tabs>button.active>span{border-color:#bfdbfe;background:#fff}.social-group-name{padding:14px 20px 0}.social-group-name label>span{font-size:11px;margin-bottom:7px}.social-group-name input,.social-user-search input{height:46px;border-radius:12px;padding:0 13px;font-size:12px}.social-user-search{padding:14px 20px 10px}.social-directory-list{margin:0 20px;max-height:410px;border-radius:15px;padding:7px}.social-directory-list>button{min-height:66px;border-radius:12px;padding:8px;grid-template-columns:48px 1fr 30px;gap:10px}.social-directory-list .social-avatar{width:48px;height:48px}.social-directory-list>button>div b{font-size:12px}.social-directory-list>button>div small{font-size:10px;margin-top:4px}.social-directory-list>button>em{width:28px;height:28px;border-radius:9px;font-size:12px}.social-directory-empty{padding:34px;font-size:11px}.social-new-modal footer{min-height:70px;padding:12px 20px}.social-selected-count{font-size:10.5px}.social-new-modal footer .secondary-btn,.social-new-modal footer .primary-btn{min-height:40px;padding:0 15px;font-size:11px}.social-new-modal footer .primary-btn:disabled{opacity:.45;cursor:default}@media(max-width:1450px){.social-layout{grid-template-columns:315px minmax(0,1fr) 275px}}@media(max-width:1250px){.social-layout{grid-template-columns:310px minmax(0,1fr)}.social-detail-pane{display:none}}@media(max-width:820px){.social-layout{grid-template-columns:1fr;height:auto;min-height:680px}.social-conversation-pane{max-height:280px}.social-chat-pane{min-height:560px}.social-new-mode-tabs{grid-template-columns:1fr}.social-toolbar-actions{width:100%;justify-content:flex-start}}.social-hidden-file-input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.social-attach-btn:not(:disabled){opacity:1;cursor:pointer;border-color:#d7e1ea;background:#f8fafc}.social-attach-btn:not(:disabled):hover{background:#eff6ff;border-color:#bfdbfe}.social-upload-strip{padding:9px 14px 10px;border-top:1px solid #e8edf3;background:#fbfdff}.social-upload-strip>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.social-upload-strip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800;color:#475569}.social-upload-strip b{flex:none;font-size:9px;color:#2563eb}.social-upload-strip>i{display:block;height:6px;margin-top:7px;overflow:hidden;border-radius:999px;background:#e8eef5}.social-upload-strip>i>em{display:block;height:100%;border-radius:inherit;background:#2563eb;transition:width .12s linear}.social-file-card{min-width:300px;max-width:520px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid rgba(148,163,184,.3);border-radius:13px;background:#ffffffc7}.social-file-card-icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid #e4eaf0;border-radius:11px;background:#fff;font-size:20px}.social-file-card-copy{min-width:0}.social-file-card-copy b,.social-file-card-copy small{display:block}.social-file-card-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;color:#334155}.social-file-card-copy small{margin-top:4px;font-size:8.5px;color:#94a3b8}.social-file-card>button{height:31px;padding:0 10px;border:1px solid #cdd9e5;border-radius:9px;background:#fff;color:#2563eb;font-size:9px;font-weight:900;cursor:pointer}.social-file-card>button:hover{background:#eff6ff;border-color:#93c5fd}@media(max-width:700px){.social-file-card{min-width:0;width:100%;grid-template-columns:40px minmax(0,1fr)}.social-file-card-icon{width:40px;height:40px}.social-file-card>button{grid-column:1/-1;justify-self:end}}.social-workspace{min-height:810px}.social-toolbar{min-height:90px;padding:16px 22px}.social-brand>span{width:56px;height:56px;font-size:27px}.social-brand h2{font-size:24px}.social-brand p{font-size:13px}.social-soft-btn,.social-primary-btn{height:46px;padding:0 17px;font-size:13px}.social-layout{grid-template-columns:365px minmax(0,1fr) 320px;height:710px}.social-pane-title{height:72px;padding:0 18px}.social-pane-title b{font-size:15.5px}.social-pane-title span{font-size:11.5px}.social-pane-title button{width:38px;height:38px;font-size:16px}.social-conversation-list{padding:10px}.social-conversation{min-height:94px;padding:12px;border-radius:16px;grid-template-columns:58px 1fr auto;gap:12px}.social-avatar{width:58px;height:58px;border-radius:16px}.social-avatar b{font-size:13.5px}.social-avatar i{width:14px;height:14px}.social-conversation-copy b{font-size:14.5px}.social-conversation-copy time{font-size:10.5px}.social-conversation-copy p{margin-top:6px;font-size:12.5px;line-height:1.35}.social-conversation>em{min-width:25px;height:25px;padding:0 7px;font-size:10.5px}.social-load-more{height:42px;font-size:12px}.social-list-empty b{font-size:14px}.social-list-empty small{font-size:12px}.social-chat-header{height:82px;padding:0 21px;gap:14px}.social-chat-header .social-avatar.large{width:58px;height:58px}.social-chat-header h3{font-size:17px}.social-chat-header p{font-size:12px;margin-top:4px}.social-message-scroller{padding:26px 30px}.social-history-loading,.social-history-btn{font-size:11.5px}.social-history-btn{height:38px;padding:0 14px}.social-message-row{margin:11px 0}.social-message-bubble{max-width:min(76%,720px);padding:15px 17px 11px;border-radius:19px 19px 19px 6px}.social-message-row.mine .social-message-bubble{border-radius:19px 19px 6px}.social-message-sender{font-size:11.5px;margin-bottom:6px}.social-message-bubble p{font-size:15.5px;line-height:1.55}.social-message-bubble footer{gap:9px;margin-top:8px}.social-message-bubble footer time,.social-message-bubble footer span{font-size:10.5px}.social-message-bubble footer button{font-size:14px}.social-reply-preview{padding:8px 10px;margin-bottom:9px}.social-reply-preview b,.social-reply-preview span{font-size:11px}.social-chat-empty>span,.social-no-selection>div{font-size:46px}.social-chat-empty b,.social-no-selection h3{font-size:17px}.social-chat-empty small,.social-no-selection p{font-size:12.5px}.social-reply-bar{min-height:58px;padding:10px 17px}.social-reply-bar b,.social-reply-bar span{font-size:11.5px}.social-composer{min-height:86px;padding:13px 16px;grid-template-columns:50px 1fr 52px;gap:11px}.social-composer textarea{min-height:56px;max-height:150px;padding:15px 16px;border-radius:15px;font-size:15px;line-height:1.45}.social-attach-btn,.social-send-btn{height:52px;border-radius:14px;font-size:20px}.social-upload-strip{padding:11px 16px 12px}.social-upload-strip span{font-size:11.5px}.social-upload-strip b{font-size:10.5px}.social-upload-strip>i{height:7px}.social-file-card{min-width:360px;max-width:600px;grid-template-columns:50px minmax(0,1fr) auto;gap:12px;padding:12px;border-radius:15px}.social-file-card-icon{width:50px;height:50px;border-radius:13px;font-size:23px}.social-file-card-copy b{font-size:12.5px}.social-file-card-copy small{margin-top:5px;font-size:10px}.social-file-card>button{height:35px;padding:0 12px;font-size:10.5px}.social-detail-head{padding:24px 17px}.social-detail-head h3{font-size:17px}.social-detail-head p{font-size:12px}.social-detail-section{padding:18px}.social-detail-section>b{font-size:12px}.social-member-list{gap:10px}.social-member-list>div{grid-template-columns:42px 1fr;gap:10px}.social-member-list>div>span{width:42px;height:42px;font-size:10.5px}.social-member-list b{font-size:12px}.social-member-list small{font-size:10.5px}.social-new-modal header h2{font-size:21px}.social-new-modal header p{font-size:12.5px}.social-new-mode-tabs>button{min-height:80px;grid-template-columns:46px 1fr;gap:12px;padding:13px 15px}.social-new-mode-tabs>button>span{width:46px;height:46px;font-size:22px}.social-new-mode-tabs>button b{font-size:13.5px}.social-new-mode-tabs>button small{font-size:11px}.social-group-name label>span{font-size:12.5px}.social-group-name input,.social-user-search input{height:50px;padding:0 15px;font-size:13.5px}.social-directory-list>button{min-height:74px;grid-template-columns:52px 1fr 32px;gap:11px}.social-directory-list .social-avatar{width:52px;height:52px}.social-directory-list>button>div b{font-size:13.5px}.social-directory-list>button>div small{font-size:11.5px}.social-selected-count{font-size:12px}.social-new-modal footer .secondary-btn,.social-new-modal footer .primary-btn{min-height:44px;padding:0 17px;font-size:12.5px}@media(max-width:1450px){.social-layout{grid-template-columns:340px minmax(0,1fr) 295px}}@media(max-width:1250px){.social-layout{grid-template-columns:330px minmax(0,1fr)}}@media(max-width:820px){.social-layout{grid-template-columns:1fr;height:auto;min-height:720px}.social-conversation-pane{max-height:320px}.social-chat-pane{min-height:610px}.social-message-bubble{max-width:91%}.social-message-scroller{padding:20px 15px}}@media(max-width:700px){.social-file-card{min-width:0;width:100%;grid-template-columns:46px minmax(0,1fr)}.social-file-card-icon{width:46px;height:46px}}.user.profile-trigger{border:0;background:transparent;padding:5px 7px;border-radius:14px;cursor:pointer;font-family:inherit;text-align:left;transition:.16s ease}.user.profile-trigger:hover{background:#f6f8fb}.header-user-avatar{width:46px;height:46px;border-radius:14px;overflow:hidden;display:grid;place-items:center;flex:none;background:#eef2f7;border:1px solid #dfe6ee;color:#334155}.header-user-avatar img,.social-avatar img,.profile-photo-large img{width:100%;height:100%;display:block;object-fit:cover}.header-user-avatar b{font-size:12px;font-weight:900}.social-layout{grid-template-columns:365px minmax(0,1fr)!important}.social-detail-pane{display:none!important}.social-avatar{overflow:visible}.social-avatar>img{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;object-fit:cover;z-index:0}.social-avatar>b{position:relative;z-index:1}.social-avatar>i{z-index:2}.social-chat-profile-trigger{display:flex;align-items:center;gap:14px;min-width:0;max-width:100%;padding:5px 9px 5px 5px;border:0;border-radius:15px;background:transparent;font-family:inherit;text-align:left;cursor:pointer;transition:.16s ease}.social-chat-profile-trigger:hover{background:#f7f9fc}.social-chat-profile-copy{min-width:0}.social-chat-profile-copy h3,.social-chat-profile-copy p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-modal-card{width:min(520px,calc(100vw - 34px));overflow:hidden;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 28px 80px #0f172a2e}.profile-modal-card>header{min-height:72px;padding:15px 19px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1f5}.profile-modal-card>header h2{margin:0;color:#0f172a;font-size:18px}.profile-modal-card>header p{margin:4px 0 0;color:#94a3b8;font-size:11px}.profile-modal-card>header>button{width:38px;height:38px;border:1px solid #e2e8f0;border-radius:11px;background:#fff;color:#64748b;font-size:20px;cursor:pointer}.profile-modal-body{padding:24px}.profile-photo-wrap{display:flex;flex-direction:column;align-items:center}.profile-photo-large{position:relative;width:132px;height:132px;overflow:visible;display:grid;place-items:center;border:1px solid #dce4ec;border-radius:34px;background:linear-gradient(145deg,#e8eef7,#f8fafc);color:#334155;box-shadow:0 12px 28px #0f172a14}.profile-photo-large img{border-radius:33px}.profile-photo-large>b{font-size:28px;font-weight:900}.profile-photo-large>i{position:absolute;right:5px;bottom:4px;width:22px;height:22px;border:4px solid #fff;border-radius:50%;background:#cbd5e1}.profile-photo-large>i.online{background:#22c55e}.profile-photo-actions{margin-top:15px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.profile-photo-actions input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-photo-actions small{width:100%;margin-top:2px;color:#94a3b8;font-size:10px;text-align:center}.profile-person-copy{margin-top:18px;text-align:center}.profile-person-copy h3{margin:0;color:#0f172a;font-size:22px}.profile-person-copy p{margin:6px 0 0;color:#64748b;font-size:12px;font-weight:800}.profile-person-copy p.online{color:#16a34a}.profile-info-grid{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-info-grid>div{min-width:0;padding:13px 14px;border:1px solid #e7ecf2;border-radius:13px;background:#fbfcfe}.profile-info-grid span,.profile-info-grid b{display:block}.profile-info-grid span{color:#94a3b8;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.profile-info-grid b{margin-top:5px;overflow:hidden;color:#334155;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.group-info-card{width:min(600px,calc(100vw - 34px))}.group-profile-head{padding:20px;display:flex;align-items:center;gap:14px;border-bottom:1px solid #edf1f5}.group-profile-head h3{margin:0;color:#0f172a;font-size:17px}.group-profile-head p{margin:5px 0 0;color:#94a3b8;font-size:11px}.group-profile-members{max-height:430px;overflow:auto;padding:9px}.group-profile-members>button{width:100%;min-height:70px;display:grid;grid-template-columns:54px minmax(0,1fr) 28px;gap:11px;align-items:center;padding:8px 10px;border:1px solid transparent;border-radius:13px;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.group-profile-members>button:hover{border-color:#e2e8f0;background:#f8fafc}.group-profile-members>button>.social-avatar{width:54px;height:54px}.group-profile-members>button>span:nth-child(2){min-width:0}.group-profile-members>button>span:nth-child(2)>b,.group-profile-members>button>span:nth-child(2)>small{display:block}.group-profile-members>button>span:nth-child(2)>b{color:#334155;font-size:13px}.group-profile-members>button>span:nth-child(2)>small{margin-top:4px;color:#94a3b8;font-size:10.5px}.group-profile-members>button>em{color:#94a3b8;font-size:22px;font-style:normal;text-align:center}@media(max-width:820px){.social-layout{grid-template-columns:1fr!important}.profile-info-grid{grid-template-columns:1fr}}.social-message-bubble footer .social-message-action{width:25px;height:25px;display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:#94a3b8;padding:0;font-size:13px;cursor:pointer;transition:.14s ease}.social-message-bubble footer .social-message-action:hover{background:#eef2f7;color:#475569}.social-message-bubble footer .social-message-delete{font-size:12px;opacity:.78}.social-message-bubble footer .social-message-delete:hover{background:#fff1f2;color:#e11d48;opacity:1}.social-message-bubble footer .social-message-delete:disabled{opacity:.35;cursor:wait}.social-message-bubble>p:first-of-type:last-of-type{word-break:break-word}.social-layout{min-height:0!important;overflow:hidden}.social-chat-pane{height:100%;min-height:0!important;overflow:hidden}.social-chat-pane>template{min-height:0}.social-message-scroller{flex:1 1 0!important;min-height:0!important;height:0;overflow-y:auto!important;overflow-x:hidden}.social-reply-bar,.social-upload-strip,.social-composer{flex:0 0 auto}.social-composer{position:relative;z-index:3;width:100%;box-sizing:border-box;background:#fff}@media(max-width:820px){.social-chat-pane{height:610px;min-height:0!important}.social-message-scroller{height:0;min-height:0!important}}.social-delete-modal-bg{z-index:2200}.social-delete-modal-card{width:min(460px,calc(100vw - 34px));padding:26px;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 30px 90px #0f172a38;text-align:center}.social-delete-modal-icon{width:64px;height:64px;margin:0 auto 16px;display:grid;place-items:center;border:1px solid #fecdd3;border-radius:18px;background:#fff1f2;font-size:29px}.social-delete-modal-copy h3{margin:0;color:#0f172a;font-size:21px}.social-delete-modal-copy p{max-width:380px;margin:9px auto 0;color:#64748b;font-size:13px;line-height:1.55}.social-delete-modal-copy p b{color:#334155}.social-delete-preview{max-height:90px;margin-top:15px;padding:12px 14px;overflow:auto;border:1px solid #e7ecf2;border-radius:12px;background:#f8fafc;color:#475569;font-size:12px;line-height:1.45;text-align:left;word-break:break-word}.social-delete-modal-card footer{margin-top:22px;display:flex;justify-content:flex-end;gap:9px}.social-delete-modal-card footer button{min-height:42px;padding:0 17px;border-radius:11px;font-family:inherit;font-size:12px;font-weight:850;cursor:pointer}.social-delete-modal-card .danger-btn{border:1px solid #e11d48;background:#e11d48;color:#fff}.social-delete-modal-card .danger-btn:hover:not(:disabled){border-color:#be123c;background:#be123c}.social-delete-modal-card footer button:disabled{opacity:.55;cursor:wait}@media(max-width:600px){.social-delete-modal-card{padding:22px 18px 18px}.social-delete-modal-card footer{flex-direction:column-reverse}.social-delete-modal-card footer button{width:100%}}.group-info-card>header{gap:14px}.group-modal-head-actions{display:flex;align-items:center;gap:8px}.group-modal-head-actions .group-add-member-btn{min-height:38px;padding:0 13px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1d4ed8;font-family:inherit;font-size:11px;font-weight:900;cursor:pointer}.group-modal-head-actions .group-add-member-btn:hover{background:#dbeafe}.group-modal-head-actions .group-modal-close{width:38px;height:38px;border:1px solid #e2e8f0;border-radius:11px;background:#fff;color:#64748b;font-size:20px;cursor:pointer}.group-profile-members.group-manage-members{display:flex;flex-direction:column;gap:7px}.group-member-manage-row{min-height:72px;display:flex;align-items:center;gap:9px;padding:7px 8px;border:1px solid transparent;border-radius:13px;transition:.14s ease}.group-member-manage-row:hover{border-color:#e2e8f0;background:#f8fafc}.group-member-profile-btn{min-width:0;flex:1 1 auto;display:grid;grid-template-columns:54px minmax(0,1fr);gap:11px;align-items:center;padding:0;border:0;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.group-member-profile-btn>.social-avatar{width:54px;height:54px}.group-member-copy{min-width:0}.group-member-copy>b,.group-member-copy>small{display:block}.group-member-copy>b{overflow:hidden;color:#334155;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.group-member-copy>small{margin-top:4px;overflow:hidden;color:#94a3b8;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.group-member-actions{flex:none;display:flex;align-items:center;gap:6px}.group-member-actions button{min-height:32px;padding:0 10px;border-radius:9px;font-family:inherit;font-size:9.5px;font-weight:900;cursor:pointer}.group-transfer-owner-btn{border:1px solid #fde68a;background:#fffbeb;color:#a16207}.group-transfer-owner-btn:hover{background:#fef3c7}.group-remove-member-btn{border:1px solid #fecdd3;background:#fff1f2;color:#be123c}.group-remove-member-btn:hover{background:#ffe4e6}.group-owner-badge{flex:none;min-width:52px;height:28px;padding:0 9px;display:grid;place-items:center;border:1px solid #fde68a;border-radius:999px;background:#fffbeb;color:#a16207;font-size:9px;font-weight:900}.group-add-member-card{width:min(650px,calc(100vw - 34px))}.group-add-search{padding:15px 18px 10px}.group-add-search input{width:100%;height:48px;box-sizing:border-box;padding:0 14px;border:1px solid #dfe6ee;border-radius:12px;outline:none;background:#fff;color:#334155;font-family:inherit;font-size:13px}.group-add-search input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f614}.group-add-directory{max-height:430px;overflow:auto;margin:0 18px;padding:7px;border:1px solid #e7ecf2;border-radius:14px;background:#fbfcfe}.group-add-directory>button{width:100%;min-height:70px;display:grid;grid-template-columns:52px minmax(0,1fr) 32px;gap:11px;align-items:center;padding:8px 9px;border:1px solid transparent;border-radius:12px;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.group-add-directory>button:hover{background:#fff;border-color:#dfe6ee}.group-add-directory>button.selected{border-color:#93c5fd;background:#eff6ff}.group-add-directory .social-avatar{width:52px;height:52px}.group-add-directory>button>span:nth-child(2){min-width:0}.group-add-directory>button>span:nth-child(2)>b,.group-add-directory>button>span:nth-child(2)>small{display:block}.group-add-directory>button>span:nth-child(2)>b{color:#334155;font-size:13px}.group-add-directory>button>span:nth-child(2)>small{margin-top:4px;overflow:hidden;color:#94a3b8;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.group-add-directory>button>em{width:30px;height:30px;display:grid;place-items:center;border:1px solid #dce4ec;border-radius:9px;background:#fff;color:#64748b;font-size:12px;font-style:normal;font-weight:900}.group-add-directory>button.selected>em{border-color:#60a5fa;background:#2563eb;color:#fff}.group-add-empty{padding:34px 15px;color:#94a3b8;font-size:11px;text-align:center}.group-add-member-card>footer{min-height:70px;padding:12px 18px;display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid #edf1f5}.group-add-member-card>footer>span{margin-right:auto;color:#64748b;font-size:11px;font-weight:800}.group-add-member-card>footer button{min-height:40px;padding:0 14px;font-size:11px}.group-action-confirm-card .social-delete-modal-icon{background:#fffbeb;border-color:#fde68a}.group-transfer-note{margin-top:14px;padding:11px 13px;border:1px solid #fde68a;border-radius:11px;background:#fffbeb;color:#92400e;font-size:11px;line-height:1.45}.group-action-confirm-card footer .primary-btn{min-height:42px;padding:0 17px;border-radius:11px;font-size:12px}@media(max-width:700px){.group-member-manage-row{align-items:flex-start;flex-wrap:wrap}.group-member-profile-btn{width:100%;flex-basis:100%}.group-member-actions{width:100%;justify-content:flex-end;padding-left:65px}.group-add-member-card>footer{flex-wrap:wrap}.group-add-member-card>footer>span{width:100%}}.remote-admin-panel{position:relative}.remote-admin-tools{display:flex;gap:8px;align-items:center}.remote-admin-info{display:flex;align-items:center;gap:12px;margin:0 0 16px;padding:13px 15px;border:1px solid #dbeafe;border-radius:14px;background:#f0f7ff}.remote-admin-info>span{font-size:23px}.remote-admin-info b,.remote-admin-info small{display:block}.remote-admin-info b{color:#1e3a8a;font-size:12px}.remote-admin-info small{margin-top:3px;color:#64748b;font-size:10.5px}.remote-user-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.remote-user-card{padding:15px;border:1px solid #e3e9f0;border-radius:17px;background:#fff;box-shadow:0 6px 20px #0f172a09}.remote-user-card.offline{opacity:.72;background:#fbfcfd}.remote-user-head{display:flex;align-items:center;gap:11px}.remote-user-avatar{width:54px;height:54px;flex:none}.remote-user-head>div{min-width:0;flex:1}.remote-user-head h3{margin:0;overflow:hidden;color:#0f172a;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.remote-user-head p{margin:4px 0 0;color:#94a3b8;font-size:10.5px}.remote-state-pill{flex:none;padding:6px 9px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#94a3b8;font-size:9px;font-weight:900}.remote-state-pill.online{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.remote-user-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:14px}.remote-user-meta>div{min-width:0;padding:9px;border:1px solid #edf1f5;border-radius:10px;background:#fbfcfe}.remote-user-meta span,.remote-user-meta b{display:block}.remote-user-meta span{color:#94a3b8;font-size:8px;font-weight:800;text-transform:uppercase}.remote-user-meta b{margin-top:4px;overflow:hidden;color:#475569;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.remote-user-meta b.ready{color:#15803d}.remote-connect-request-btn{width:100%;min-height:40px;margin-top:12px;border:1px solid #1e293b;border-radius:11px;background:#172033;color:#fff;font-family:inherit;font-size:11px;font-weight:900;cursor:pointer}.remote-connect-request-btn:hover:not(:disabled){background:#0f172a}.remote-connect-request-btn:disabled{border-color:#e2e8f0;background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.remote-admin-loading,.remote-admin-empty{min-height:180px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#94a3b8;text-align:center}.remote-admin-empty>span{font-size:36px}.remote-admin-empty b{margin-top:8px;color:#475569;font-size:13px}.remote-admin-empty small{margin-top:4px;font-size:10px}.remote-user-panel{min-height:620px}.remote-self-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.remote-self-card{display:flex;align-items:center;gap:14px;min-height:112px;padding:18px;border:1px solid #e3e9f0;border-radius:17px;background:#fff}.remote-card-icon{width:54px;height:54px;display:grid;place-items:center;flex:none;border-radius:15px;background:#eff6ff;color:#2563eb;font-size:21px;font-weight:950}.remote-self-card small,.remote-self-card b,.remote-self-card p{display:block}.remote-self-card small{color:#94a3b8;font-size:9px;font-weight:900;letter-spacing:.05em}.remote-self-card b{margin-top:5px;color:#0f172a;font-size:20px}.remote-self-card b.online{color:#16a34a}.remote-self-card p{margin:5px 0 0;color:#64748b;font-size:10.5px;line-height:1.45}.connection-number-card b{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.05em}.remote-rustdesk-config{margin-top:13px;padding:18px;border:1px solid #e3e9f0;border-radius:17px;background:#fff}.remote-config-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.remote-config-head>div{display:flex;align-items:center;gap:11px}.remote-config-head>div>span{font-size:27px}.remote-config-head h3{margin:0;color:#0f172a;font-size:15px}.remote-config-head p{margin:4px 0 0;color:#94a3b8;font-size:10.5px}.remote-engine-state{padding:7px 10px;border:1px solid #fed7aa;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:9px;font-weight:900}.remote-engine-state.ready{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.remote-config-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;margin-top:15px}.remote-config-form label>span,.remote-config-form label>small{display:block}.remote-config-form label>span{margin-bottom:6px;color:#475569;font-size:10px;font-weight:900}.remote-config-form input{width:100%;height:46px;box-sizing:border-box;padding:0 13px;border:1px solid #dce4ec;border-radius:11px;outline:none;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.remote-config-form input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f614}.remote-config-form label>small{margin-top:6px;color:#94a3b8;font-size:9.5px}.remote-config-form>button{min-height:46px}.remote-user-note{display:flex;align-items:center;gap:12px;margin-top:13px;padding:15px 17px;border:1px solid #d1fae5;border-radius:15px;background:#f0fdf4}.remote-user-note>span{font-size:23px}.remote-user-note b,.remote-user-note small{display:block}.remote-user-note b{color:#166534;font-size:12px}.remote-user-note small{margin-top:4px;color:#64748b;font-size:10.5px}.remote-request-modal-bg,.remote-admin-request-bg{z-index:2500}.remote-request-modal{width:min(480px,calc(100vw - 34px));padding:25px;border:1px solid #dfe6ee;border-radius:23px;background:#fff;box-shadow:0 32px 100px #0f172a40;text-align:center}.remote-request-shield{width:64px;height:64px;margin:0 auto 15px;display:grid;place-items:center;border-radius:18px;background:#eff6ff;border:1px solid #bfdbfe;font-size:28px}.remote-request-person{display:flex;align-items:center;justify-content:center;gap:12px}.remote-request-person .social-avatar.xlarge{width:62px;height:62px;border-radius:18px}.remote-request-person h3{margin:0;color:#0f172a;font-size:15px;text-align:left}.remote-request-person p{margin:4px 0 0;color:#94a3b8;font-size:10.5px;text-align:left}.remote-request-copy{margin-top:18px}.remote-request-copy h2{margin:0;color:#0f172a;font-size:21px}.remote-request-copy p{margin:8px 0 0;color:#64748b;font-size:13px;line-height:1.5}.remote-request-copy>span{display:inline-block;margin-top:10px;padding:6px 9px;border-radius:8px;background:#f8fafc;color:#475569;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.remote-request-warning{margin-top:16px;padding:11px 13px;border:1px solid #fde68a;border-radius:11px;background:#fffbeb;color:#92400e;font-size:10.5px;line-height:1.45}.remote-request-modal footer{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.remote-request-modal footer button{min-height:44px;border-radius:11px;font-size:12px;font-weight:900}.remote-accept-btn{border:1px solid #16a34a;background:#16a34a;color:#fff;font-family:inherit;cursor:pointer}.remote-accept-btn:hover:not(:disabled){background:#15803d}.remote-admin-request-modal{width:min(500px,calc(100vw - 34px));overflow:hidden;border:1px solid #e2e8f0;border-radius:23px;background:#fff;box-shadow:0 32px 100px #0f172a40}.remote-admin-request-modal>header{min-height:70px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf1f5}.remote-admin-request-modal>header h2{margin:0;color:#0f172a;font-size:18px}.remote-admin-request-modal>header p{margin:4px 0 0;color:#94a3b8;font-size:10.5px}.remote-admin-request-modal>header button{width:36px;height:36px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#64748b;font-size:19px;cursor:pointer}.remote-admin-request-person{display:flex;align-items:center;gap:13px;padding:18px;border-bottom:1px solid #edf1f5}.remote-admin-request-person .social-avatar.xlarge{width:66px;height:66px;border-radius:19px}.remote-admin-request-person h3{margin:0;color:#0f172a;font-size:16px}.remote-admin-request-person p{margin:4px 0 0;color:#94a3b8;font-size:10.5px}.remote-admin-request-person code{display:inline-block;margin-top:7px;padding:4px 7px;border-radius:7px;background:#f1f5f9;color:#475569;font-size:9.5px}.remote-waiting-state,.remote-accepted-state,.remote-finished-state{padding:28px 20px;text-align:center}.remote-wait-spinner{width:38px;height:38px;display:block;margin:0 auto 13px;border:4px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:remote-spin .8s linear infinite}@keyframes remote-spin{to{transform:rotate(360deg)}}.remote-waiting-state h3,.remote-accepted-state h3,.remote-finished-state h3{margin:0;color:#0f172a;font-size:16px}.remote-waiting-state p,.remote-accepted-state p{margin:6px 0 0;color:#94a3b8;font-size:10.5px}.remote-accepted-state>span,.remote-finished-state>span{width:52px;height:52px;margin:0 auto 12px;display:grid;place-items:center;border-radius:15px;background:#f0fdf4;color:#16a34a;font-size:25px;font-weight:950}.remote-launch-btn{min-height:44px;margin-top:16px;padding:0 19px;border:1px solid #172033;border-radius:11px;background:#172033;color:#fff;font-family:inherit;font-size:12px;font-weight:900;cursor:pointer}.remote-launch-btn:hover{background:#0f172a}.remote-accepted-state small{display:block;margin-top:9px;color:#94a3b8;font-size:9px}.remote-finished-state>span{background:#fff1f2;color:#e11d48}.remote-admin-request-modal>footer{padding:12px 18px;display:flex;justify-content:flex-end;border-top:1px solid #edf1f5}@media(max-width:1450px){.remote-user-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:850px){.remote-user-grid,.remote-self-grid,.remote-config-form{grid-template-columns:1fr}}.loading-top{align-items:center}.loading-logo{display:block;width:auto!important;max-width:min(260px,100%);height:74px!important;object-fit:contain;object-position:left center}@media(max-width:650px){.loading-top{flex-direction:column;align-items:flex-start}.loading-logo{height:62px!important;max-width:220px}}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;isolation:isolate;display:grid;place-items:center;padding:24px;background-image:var(--loading-bg);background-size:cover;background-position:center center;background-repeat:no-repeat;transition:background-image .25s ease}.loading-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(135deg,#050a1294,#0f172a61),linear-gradient(180deg,#00000014,#00000047)}.loading-card{position:relative;z-index:1;background:#fffffff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 28px 80px #00000047}.loading-card .service-list span{background:#ffffffe0}@media(max-width:650px){.loading-screen{padding:14px;background-position:center center}.loading-card{width:100%;padding:24px 20px}}.loading-screen{background-color:#111827}.loading-screen{display:block!important;padding:0!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;overflow:hidden}.loading-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,#0000000a,#00000005 55%,#0000001a 72%,#00000052)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.loading-card{position:absolute!important;left:50%!important;right:auto!important;bottom:26px!important;z-index:2!important;transform:translate(-50%);width:min(1180px,calc(100vw - 64px))!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important}.loading-card .loading-top,.loading-card h2,.loading-card>p,.loading-card .loading-foot{display:none!important}.loading-card .progress{width:100%;height:7px!important;margin:0!important;overflow:hidden;border:1px solid rgba(255,255,255,.26);border-radius:999px!important;background:#0000004d!important;box-shadow:0 2px 12px #00000038,inset 0 1px 2px #0003}.loading-card .progress>div{height:100%;border-radius:999px;background:linear-gradient(90deg,#ffffffeb,#fff)!important;box-shadow:0 0 12px #ffffff4d;transition:width .12s linear!important}@media(max-width:650px){.loading-card{bottom:18px!important;width:calc(100vw - 30px)!important;padding:0!important}.loading-card .progress{height:6px!important}}.loading-card{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;transform:none!important;width:100%!important;height:100%!important;padding:0!important;pointer-events:none}.loading-card .loading-top{display:flex!important;position:absolute;top:28px;left:32px;right:32px;align-items:center;justify-content:flex-start;margin:0;pointer-events:none}.loading-card .loading-logo{display:block!important;width:auto!important;max-width:280px!important;height:72px!important;padding:8px 12px;object-fit:contain;object-position:left center;border:1px solid rgba(255,255,255,.24);border-radius:15px;background:#ffffffc7;box-shadow:0 8px 28px #00000029;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.loading-card .service-list{display:none!important}.loading-card h2,.loading-card>p{display:none!important}.loading-card .loading-foot{display:flex!important;position:absolute;right:32px;bottom:52px;width:auto;margin:0;align-items:center;justify-content:flex-end;pointer-events:none}.loading-card .loading-foot b{display:none!important}.loading-card .loading-foot img{display:block!important;width:auto!important;height:38px!important;padding:6px 9px;object-fit:contain;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:#ffffffc7;box-shadow:0 8px 24px #00000024;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.loading-card .progress{position:absolute!important;left:32px!important;right:32px!important;bottom:26px!important;width:auto!important;margin:0!important;pointer-events:none}.loading-screen:before{background:linear-gradient(180deg,#00000006,#00000004 58%,#00000014 76%,#00000047)!important}@media(max-width:650px){.loading-card .loading-top{top:18px;left:18px;right:18px}.loading-card .loading-logo{height:58px!important;max-width:220px!important;padding:6px 9px}.loading-card .loading-foot{right:18px;bottom:44px}.loading-card .loading-foot img{height:32px!important}.loading-card .progress{left:18px!important;right:18px!important;bottom:18px!important}}.login-shell{opacity:1;transform:scale(1);transition:opacity .45s ease,transform .45s ease,filter .45s ease}.login-shell.login-leaving{opacity:0;transform:scale(1.012);filter:blur(3px);pointer-events:none}.auth-box>button:disabled{opacity:.72;cursor:wait}.loading-screen{animation:csierp-loading-screen-in .65s cubic-bezier(.2,.75,.25,1) both}@keyframes csierp-loading-screen-in{0%{opacity:0;filter:brightness(.88)}to{opacity:1;filter:brightness(1)}}.loading-card .loading-logo{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:drop-shadow(0 3px 8px rgba(0,0,0,.38))}.loading-card .loading-foot img{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:drop-shadow(0 3px 8px rgba(0,0,0,.42))}.loading-card h2,.loading-card>p{display:block!important;position:absolute;left:32px;margin:0!important;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.7);pointer-events:none}.loading-card h2{bottom:72px;font-size:20px!important;line-height:1.1;font-weight:850;letter-spacing:-.2px;animation:csierp-loading-breathe 1.8s ease-in-out infinite}.loading-card>p{bottom:52px;max-width:min(620px,calc(100vw - 180px));font-size:11.5px!important;line-height:1.35;font-weight:650;color:#ffffffd1!important;animation:csierp-loading-text-in .48s ease both}@keyframes csierp-loading-breathe{0%,to{opacity:.6}50%{opacity:1}}@keyframes csierp-loading-text-in{0%{opacity:0;transform:translateY(5px);filter:blur(2px)}to{opacity:.9;transform:translateY(0);filter:blur(0)}}.loading-screen:before{background:linear-gradient(180deg,#00000004,#00000003 55%,#0000000f 73%,#0000003d)!important}.loading-card .loading-foot{bottom:53px!important}@media(max-width:650px){.loading-card h2,.loading-card>p{left:18px}.loading-card h2{bottom:64px;font-size:17px!important}.loading-card>p{bottom:46px;max-width:calc(100vw - 130px);font-size:10.5px!important}.loading-card .loading-foot{bottom:43px!important}}.portal{animation:csierp-portal-enter .62s cubic-bezier(.2,.78,.24,1) both;transform-origin:center center}@keyframes csierp-portal-enter{0%{opacity:0;filter:blur(5px);transform:scale(1.008)}45%{opacity:.72;filter:blur(1.5px)}to{opacity:1;filter:blur(0);transform:scale(1)}}@media(prefers-reduced-motion:reduce){.portal{animation:csierp-portal-enter-reduced .25s ease both}@keyframes csierp-portal-enter-reduced{0%{opacity:0}to{opacity:1}}}.login-left h1{margin-top:8px}.login-left>div:first-child{display:flex;flex-direction:column;justify-content:center;min-height:470px}.offline-windows-btn{width:100%;height:48px;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #2563eb!important;border-radius:14px!important;background:#eff6ff!important;color:#1d4ed8!important;font-size:12px!important;font-weight:900!important;box-shadow:none!important}.offline-windows-btn:hover:not(:disabled){background:#dbeafe!important;border-color:#1d4ed8!important}.offline-windows-btn>span{width:22px;height:22px;display:grid;place-items:center;border-radius:6px;background:#2563eb;color:#fff;font-size:11px;line-height:1}.offline-windows-btn:disabled{opacity:.55;cursor:wait}@media(max-width:650px){.login-left>div:first-child{min-height:auto}}
