.project-logo{width:54px;height:54px;border-radius:14px;object-fit:contain;background:#f2f4f7;border:1px solid var(--line);padding:5px}.project-title-row{display:flex;align-items:center;gap:13px;margin:10px 0}.project-title-row h1,.project-title-row h3{margin:0}
.brand-with-logo{display:flex;align-items:center;gap:9px}.brand-with-logo img{width:38px;height:38px;border-radius:10px;object-fit:contain}.app-loader{position:fixed;inset:0;z-index:100;background:rgba(248,249,252,.92);backdrop-filter:blur(5px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;font-weight:800;color:var(--brand);transition:.2s}.app-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}.app-loader img{width:92px;height:92px;border-radius:24px;object-fit:contain;animation:loader-pulse 1.2s ease-in-out infinite}@keyframes loader-pulse{50%{transform:scale(.9);filter:saturate(1.3);opacity:.72}}
.owner-section{margin:24px 0;padding:20px;border:1px solid var(--line);border-radius:16px;background:rgba(26,115,232,.04)}
.text-success{color:var(--ok)}
.footer-meta{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.footer-meta strong{color:var(--brand)}
.elza-widget{position:fixed;right:22px;bottom:22px;z-index:80;font-family:inherit}.elza-launcher{display:grid;grid-template-columns:44px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;border:0;border-radius:18px;padding:8px 16px 8px 8px;background:#071b4d;color:#fff;box-shadow:0 14px 40px rgba(5,25,75,.3);cursor:pointer}.elza-launcher img{grid-row:1/3;width:44px;height:44px;object-fit:cover;border-radius:13px;background:#fff}.elza-launcher span{font-weight:800;text-align:left;font-size:15px}.elza-launcher small{opacity:.75;font-size:10px;text-align:left}.elza-panel{position:absolute;right:0;bottom:68px;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 120px));background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 22px 70px rgba(5,25,75,.28)}.elza-panel[hidden]{display:none}.elza-head{height:68px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;color:#fff;background:linear-gradient(135deg,#071b4d,#1267ed)}.elza-head strong,.elza-head small{display:block}.elza-head small{opacity:.78;max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elza-head button{border:0;background:rgba(255,255,255,.14);color:#fff;width:32px;height:32px;border-radius:10px;font-size:20px;cursor:pointer}.elza-status{padding:7px 12px;font-size:11px;color:#12603a;background:#eafaf1;border-bottom:1px solid #ccebd9}.elza-status.not-ready{color:#854d0e;background:#fff8db}.elza-messages{height:calc(100% - 190px);overflow:auto;padding:14px;background:#f6f8fc}.elza-message{max-width:88%;margin-bottom:12px}.elza-message strong{display:block;font-size:11px;margin-bottom:3px;color:#4b5875}.elza-message div{white-space:pre-wrap;line-height:1.45;padding:10px 12px;border-radius:14px;background:#fff;border:1px solid var(--line)}.elza-message.user{margin-left:auto}.elza-message.user strong{text-align:right}.elza-message.user div{background:#1267ed;color:#fff;border-color:#1267ed}.elza-form{position:absolute;bottom:0;width:100%;padding:10px;background:#fff;border-top:1px solid var(--line)}.elza-form textarea{width:100%;resize:none;border:1px solid var(--line);border-radius:11px;padding:9px;font:inherit}.elza-form>div{display:flex;align-items:center;justify-content:space-between;margin-top:7px}.elza-form small{color:var(--muted);font-size:10px}.elza-form button{border:0;border-radius:9px;padding:8px 14px;background:#1267ed;color:#fff;font-weight:700;cursor:pointer}@media(max-width:640px){.elza-widget{right:14px;bottom:14px}.elza-panel{position:fixed;right:8px;bottom:76px;width:calc(100vw - 16px);height:calc(100vh - 100px)}}
