.secret-operator,.secret-guest{--secret-bg:#101e2b;--secret-card:#182c3a;--secret-line:#2c4658;--secret-text:#edf7fb;--secret-muted:#a7bfcc;--secret-accent:#77e0c2;--secret-ink:#082d27;color:var(--secret-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;color-scheme:dark}
.secret-mode> :not(.chat-header):not(#secret-operator){display:none!important}.secret-mode .chat-head-actions{display:none!important}.secret-mode #secret-operator{display:flex}.secret-operator{background:radial-gradient(ellipse at 50% 0,rgba(84,206,175,.08),transparent 65%),var(--secret-bg);min-height:0;flex:1;overflow:auto;display:none;flex-direction:column;padding:20px 26px;gap:14px;isolation:isolate}.secret-operator *,.secret-guest *{box-sizing:border-box}.secret-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.secret-eyebrow{font-size:10px;letter-spacing:.16em;font-weight:750;color:var(--secret-accent)}.secret-top h2{font-size:21px;margin:0;letter-spacing:-.03em}.secret-operator button,.secret-guest button{appearance:none;border:1px solid transparent;border-radius:12px;background:var(--secret-accent);color:var(--secret-ink);font-family:inherit;font-size:13px;line-height:1.4;font-weight:700;padding:11px 16px;cursor:pointer;transition:filter .15s,transform .15s}.secret-operator button:hover,.secret-guest button:hover{filter:brightness(1.08)}.secret-operator button:active,.secret-guest button:active{transform:translateY(1px)}.secret-operator button:disabled,.secret-guest button:disabled{opacity:.48;cursor:default}.secret-operator .secret-secondary,.secret-guest .secret-secondary{color:var(--secret-text);background:transparent;border-color:var(--secret-line)}.secret-operator .secret-danger,.secret-guest .secret-danger{background:#492b35;color:#ffbec7;border-color:#78424c}.secret-operator :focus-visible,.secret-guest :focus-visible{outline:3px solid #a5f8e1;outline-offset:3px}.secret-card{background:linear-gradient(160deg,rgba(33,62,76,.7),rgba(18,34,47,.9));border:1px solid var(--secret-line);border-radius:22px;padding:30px;max-width:590px;width:100%;margin:12px auto;text-align:center;box-shadow:0 20px 48px #0002}.secret-card h1,.secret-card h3{font-size:25px;letter-spacing:-.035em;line-height:1.25;margin:18px 0 12px;font-weight:700}.secret-card p{color:var(--secret-muted);font-size:14px;max-width:460px;margin:12px auto 20px}.secret-orb{display:grid;place-items:center;width:72px;height:72px;border-radius:24px;background:linear-gradient(145deg,#77e0c226,#77e0c209);border:1px solid #77e0c240;margin:0 auto;font-size:30px;box-shadow:0 0 35px #77e0c20d}.secret-card label{display:flex;flex-direction:column;gap:8px;text-align:left;font-size:13px;color:var(--secret-muted);margin:20px auto}.secret-operator input,.secret-operator select,.secret-operator textarea,.secret-guest input,.secret-guest textarea{width:100%;font:inherit;border:1px solid var(--secret-line);border-radius:10px;background:#091722;color:var(--secret-text);padding:12px;outline-offset:2px}.secret-card button{margin:5px}.secret-key{display:block;padding:16px;word-break:break-all;background:#081b24;border:1px dashed #77e0c27a;border-radius:12px;font-size:14px;letter-spacing:.025em;text-align:left;user-select:all}.secret-code{display:block;font:700 26px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.12em;background:#091b26;border:1px solid #77e0c25c;border-radius:12px;padding:16px;margin:20px 0;color:#a4f8df}.secret-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:14px}.secret-card label.secret-check{flex-direction:row;align-items:flex-start;justify-content:center;gap:10px}.secret-check input{width:18px;height:18px;margin:2px 0;accent-color:var(--secret-accent)}.secret-note{font-size:11px!important;color:var(--secret-muted);text-align:center;line-height:1.65;margin:8px 0}.secret-error{color:#ffc3ca;background:#482c36;border:1px solid #875060;border-radius:12px;padding:12px 16px;margin:0;font-size:13px}.secret-history{max-width:590px;width:100%;margin:0 auto}.secret-history h3{font-size:14px;color:var(--secret-muted)}.secret-history>button{display:flex;flex-direction:column;align-items:flex-start;gap:5px;width:100%;margin:8px 0;background:#182c3a!important;border-color:var(--secret-line)!important;color:var(--secret-text)!important}.secret-history small{color:var(--secret-muted);font-weight:400}.secret-room-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--secret-accent);flex-shrink:0}.secret-room-bar code{font-size:11px;color:var(--secret-muted)}.secret-messages{min-height:200px;flex:1;overflow-y:auto;padding:16px 2px;display:flex;flex-direction:column;gap:10px;scrollbar-width:thin;scrollbar-color:#365366 transparent;overscroll-behavior:contain}.secret-message{max-width:85%;padding:12px 15px;border-radius:16px;display:flex;flex-direction:column;gap:6px;border:1px solid #335062;flex-shrink:0}.secret-message>span{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px}.secret-message small{font-size:10px;opacity:.7;align-self:flex-end}.secret-message.own{align-self:flex-end;background:#1d4c45;border-color:#32675b;border-bottom-right-radius:5px}.secret-message.other{align-self:flex-start;background:#1b3040;border-bottom-left-radius:5px}.secret-empty{display:grid;place-items:center;flex:1;min-height:140px;color:var(--secret-muted);font-size:13px}.secret-compose{display:flex;gap:10px;align-items:flex-end;flex-shrink:0}.secret-compose textarea{resize:none;max-height:130px;min-height:64px;font-size:14px}.secret-compose button{min-height:48px;flex-shrink:0}.secret-lock-badge{font-size:12px;margin-inline-start:5px;vertical-align:middle}.secret-guest-page{margin:0;background:#08131e;color:#edf7fb;min-height:100dvh;background-image:radial-gradient(ellipse at 50% 0,#19463555,transparent 70%);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.secret-guest{max-width:720px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;padding:24px 24px max(18px,env(safe-area-inset-bottom))}.secret-guest-brand{display:flex;gap:12px;align-items:center;padding:10px 0 24px;flex-shrink:0}.secret-brand-lock{width:43px;height:43px;display:grid;place-items:center;border-radius:14px;background:#77e0c219;border:1px solid #77e0c22b;font-size:20px}.secret-guest-brand b{display:block;font-size:16px;letter-spacing:-.02em}.secret-guest-brand small{display:block;letter-spacing:.13em;font-size:8px;color:var(--secret-muted);margin-top:5px}.secret-guest #guest-content{flex:1;min-height:0;display:flex;flex-direction:column;gap:14px}.secret-guest-footer{padding-top:22px;text-align:center;color:#7f9baa;font-size:10px;flex-shrink:0}.secret-guest .secret-card{margin:auto;width:100%}.secret-guest .secret-messages{max-height:calc(100dvh - 325px)}.secret-privacy-cover{position:fixed;inset:0;z-index:10000;background:#0d1926;color:#edf7fb;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.secret-privacy-cover[hidden]{display:none}.secret-privacy-cover>span{font-size:48px}.secret-privacy-cover p{color:#a7bfcc}.secret-guest-page noscript{display:block;margin:30px;text-align:center}.secret-guest .secret-card>button{max-width:100%}
@media(max-width:600px){.secret-operator{padding:14px 12px;gap:12px}.secret-card{padding:24px 18px;border-radius:18px}.secret-card h1,.secret-card h3{font-size:23px}.secret-top .secret-secondary{font-size:11px;padding:8px 10px}.secret-code{font-size:21px;letter-spacing:.08em}.secret-guest{padding:14px 14px max(14px,env(safe-area-inset-bottom))}.secret-guest-brand{padding-bottom:20px}.secret-message{max-width:92%}.secret-room-bar{font-size:11px}.secret-room-bar>span{max-width:65%}.secret-room-bar code{display:block;margin-top:4px}.secret-compose{gap:8px}.secret-compose button{padding:11px 13px}.secret-guest .secret-messages{max-height:calc(100dvh - 290px)}.secret-guest .secret-card{margin:14px auto}.secret-key{font-size:12px}}
.secret-setup-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:18px;align-items:start;width:100%;min-width:0}.secret-setup-main{min-width:0}.secret-setup-main .secret-card{padding:20px;margin:0 0 14px;max-width:none;border-radius:16px}.secret-setup-main .secret-orb{width:46px;height:46px;border-radius:15px;font-size:23px}.secret-setup-main .secret-card h3{font-size:21px;margin:12px 0 8px}.secret-setup-main .secret-card p{font-size:12px;margin:10px auto}.secret-setup-main .secret-key{font-size:12px;padding:12px}.secret-setup-main .secret-card label{margin:12px auto}.secret-telegram{min-width:0;background:#142435;border:1px solid #466281;border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:12px}.secret-telegram .secret-eyebrow{color:#9fc9f5}.secret-telegram h3{margin:4px 0;font-size:17px}.secret-telegram header p{font-size:12px;color:var(--secret-muted);margin:6px 0 0}.secret-telegram-history{display:flex;flex-direction:column;gap:8px;max-height:240px;min-height:70px;overflow-y:auto;overscroll-behavior:contain;padding:4px;scrollbar-width:thin}.secret-telegram-bubble{display:flex;flex-direction:column;gap:5px;max-width:95%;padding:10px 12px;border:1px solid #354b64;border-radius:11px;background:#192e43;font-size:12px}.secret-telegram-bubble.own{align-self:flex-end;background:#243c52}.secret-telegram-bubble.other{align-self:flex-start}.secret-telegram-bubble small{font-size:10px;color:#9fc9f5}.secret-telegram-bubble span{white-space:pre-wrap;overflow-wrap:anywhere}.secret-telegram form{display:flex;flex-direction:column;gap:9px}.secret-telegram label{font-size:12px;font-weight:650}.secret-telegram textarea{font-size:13px;min-height:80px;resize:vertical;max-height:180px}.secret-guidance-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.secret-guidance-actions button{font-size:12px;padding:10px 12px;background:#abd1f8;color:#122c45}.secret-guidance-notice{margin:0;font-size:12px;color:#9fc9f5}.secret-telegram .secret-note{text-align:left}@media(max-width:600px){.secret-setup-grid{gap:12px}.secret-telegram{padding:14px}.secret-telegram-history{max-height:180px}}
.secret-presence{min-height:19px;color:var(--secret-accent);font-size:12px;padding-inline:4px}.secret-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.secret-tools>button,.secret-tools summary{padding:9px 12px!important;font-size:12px!important;border-radius:10px!important}.secret-tools details,.secret-message-actions details{position:relative}.secret-tools summary,.secret-message-actions summary{list-style:none;cursor:pointer;background:#183b43;border:1px solid var(--secret-line);color:var(--secret-text);border-radius:9px;padding:5px 9px;font-size:11px}.secret-emoji-menu{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;padding:8px;border:1px solid var(--secret-line);border-radius:12px;background:#102731;box-shadow:0 8px 28px #0006;position:absolute;bottom:calc(100% + 7px);left:0;z-index:5;min-width:240px}.secret-emoji-menu button{background:transparent!important;color:var(--secret-text)!important;padding:7px!important;font-size:21px!important;min-height:36px!important;border:0!important}.secret-emoji-menu button:hover{background:#31514d!important}.secret-file-input{display:none!important}.secret-selection{display:flex;gap:8px;align-items:center;border-left:3px solid var(--secret-accent);border-radius:7px;padding:8px 12px;background:#77e0c213;font-size:12px;min-width:0}.secret-selection>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.secret-selection button{padding:6px 10px!important;font-size:11px!important}.secret-message-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap;opacity:.85}.secret-message-actions>button{padding:5px 9px!important;min-height:29px;font-size:11px!important;border-radius:8px!important}.secret-reply-quote{margin:0;padding:7px 10px;border-left:3px solid #8ce0cb;background:#071c2866;border-radius:7px;display:flex;flex-direction:column;max-width:100%;font-size:12px}.secret-reply-quote>b{font-size:10px;color:#abe6d8}.secret-reply-quote>span{white-space:pre-wrap;overflow-wrap:anywhere}.secret-reactions{display:flex;gap:5px;flex-wrap:wrap}.secret-reactions:empty{display:none}.secret-reactions button{padding:4px 8px!important;font-size:12px!important;color:var(--secret-text)!important;background:#152a3466!important;border:1px solid #70999060!important;border-radius:14px!important}.secret-reactions button.chosen{border-color:var(--secret-accent)!important;background:#468a7644!important}.secret-attachment{display:flex;flex-direction:column;gap:5px;min-width:180px;max-width:100%;font-size:12px}.secret-attachment>b{overflow-wrap:anywhere}.secret-attachment small{align-self:flex-start}.secret-attachment>div>button{padding:7px 10px!important;font-size:11px!important;margin:3px 5px 3px 0}.secret-media img,.secret-media video{display:block;max-width:100%;max-height:350px;border-radius:9px}.secret-media audio{width:100%;max-width:310px;min-width:200px;margin-top:7px}.secret-tools .recording{background:#663440!important;color:#ffd0d6!important;animation:secret-pulse 1.7s ease-in-out infinite}.secret-tools>span{font-size:11px;color:#ffd0d6}.secret-room-bar>div{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.secret-room-bar>div>button{font-size:11px;padding:8px 10px}.secret-message{position:relative}.secret-message.own .secret-emoji-menu{left:auto;right:0}.secret-messages .secret-message:last-child{margin-bottom:5px}@keyframes secret-pulse{50%{opacity:.65}}@media(prefers-reduced-motion:reduce){.secret-tools .recording{animation:none}}@media(max-width:600px){.secret-guest .secret-messages{max-height:calc(100dvh - 355px);min-height:160px}.secret-guest #guest-content{gap:9px}.secret-tools{gap:6px}.secret-tools>button,.secret-tools summary{padding:8px 9px!important;min-height:36px}.secret-message-actions>button,.secret-message-actions summary{min-height:34px}.secret-emoji-menu{min-width:220px;grid-template-columns:repeat(6,1fr)}.secret-selection{flex-wrap:wrap}.secret-selection>b{font-size:11px}.secret-selection>span{flex-basis:60%}.secret-media audio{min-width:170px}.secret-room-bar{align-items:flex-start}.secret-message{max-width:94%;padding:10px 12px}.secret-guest-brand{padding-bottom:10px}.secret-guest-footer{padding-top:12px}}
.secret-message-actions details[open]{flex-basis:100%}.secret-message-actions details[open] .secret-emoji-menu{position:static;min-width:0;max-width:100%;margin-top:6px;box-shadow:none}
