*,:after,:before{box-sizing:border-box}:root{--header-h:64px;--input-h:160px;--bg-0:#05060a;--glass-0:rgba(10,10,20,.85);--glass-1:rgba(10,10,20,.95);--line:hsla(0,0%,100%,.06);--accentA:#5a46ff;--accentB:#00ffc8}#__next,body,html{width:100%}body{padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(circle at 15% 10%,rgba(90,70,255,.35),transparent 40%),radial-gradient(circle at 85% 90%,rgba(0,255,200,.25),transparent 45%),radial-gradient(circle at 50% 50%,hsla(0,0%,100%,.03),transparent 60%),var(--bg-0);color:hsla(0,0%,100%,.94);height:100vh}img{max-width:100%;height:auto;display:block}.cognitive-stack img{transform:scale(1.35);filter:brightness(.92) drop-shadow(0 0 3px rgba(255,255,255,.22))}#__next{min-height:100dvh;width:100%;display:flex;flex-direction:column}.cipher-wrap{height:100%;display:flex;flex-direction:column;min-height:0}.cipher-main{flex:1 1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.cipher-header{height:var(--header-h);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass-1);border-bottom:1px solid var(--line);flex-shrink:0;position:-webkit-sticky;position:sticky}.cipher-logo-wrap{display:flex;align-items:center;justify-content:center;height:56px;width:56px;border-radius:14px;background:linear-gradient(145deg,hsla(0,0%,100%,.07),hsla(0,0%,100%,.03));border:1px solid hsla(0,0%,100%,.1);box-shadow:inset 0 0 12px hsla(0,0%,100%,.06),0 0 18px rgba(0,255,200,.25)}.cipher-logo{height:52px;width:auto;object-fit:contain}.cipher-header-actions{display:flex;align-items:center;gap:12px}.cipher-btn{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.92);padding:10px 14px;border-radius:14px;font-size:14px;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:.15s ease}.cipher-btn:active{transform:scale(.98)}.cipher-btn-primary{background:linear-gradient(135deg,rgba(90,70,255,.75),rgba(0,255,200,.6));border:1px solid hsla(0,0%,100%,.1)}.cipher-upload-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:16px;cursor:pointer;font-size:15px;color:#fff;background:linear-gradient(135deg,#5a46ff,#00ffd5);border:1px solid hsla(0,0%,100%,.18);box-shadow:0 0 30px rgba(90,70,255,.5),0 0 50px rgba(0,255,213,.25),inset 0 0 10px hsla(0,0%,100%,.25);transition:all .18s ease}.cipher-upload-btn:hover{transform:translateY(-2px);box-shadow:0 0 45px rgba(90,70,255,.8),0 0 70px rgba(0,255,213,.35)}.cipher-upload-name{margin-top:14px;font-size:13px;opacity:.7}.cipher-chat{flex:1 1;min-height:0;height:calc(100vh - var(--header-h));overflow:hidden;overflow-x:hidden;padding:18px 18px calc(var(--input-h) + 140px) 18px;gap:18px}.cipher-messages{display:flex;flex-direction:column;gap:18px;flex:1 1;overflow-y:auto;padding-bottom:calc(var(--input-h) + 14px)}.cipher-bubble{max-width:88%;padding:18px;border-radius:18px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);line-height:1.5;animation:cipherBubbleFade .25s ease}.cipher-bubble.assistant{align-self:flex-start;background:hsla(0,0%,100%,.05);border:1px solid rgba(0,255,200,.25);animation:cipherSlideLeft .45s cubic-bezier(.22,1,.36,1)}.cipher-bubble.user{align-self:flex-end;background:linear-gradient(135deg,rgba(90,70,255,.95),rgba(0,255,200,.65));border:1px solid hsla(0,0%,100%,.2);animation:cipherSlideRight .45s cubic-bezier(.22,1,.36,1)}.cipher-text{white-space:pre-wrap;font-size:15px}@keyframes cipherSlideLeft{0%{opacity:0;transform:translateX(-140px)}to{opacity:1;transform:translateX(0)}}@keyframes cipherSlideRight{0%{opacity:0;transform:translateX(140px)}to{opacity:1;transform:translateX(0)}}@keyframes cipherBubbleFade{0%{opacity:0}to{opacity:1}}.cipher-btn-memory{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:hsla(0,0%,100%,.85);padding:6px 12px;border-radius:12px;font-size:12px;cursor:pointer;transition:all .2s ease}.cipher-btn-memory:hover{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.25);transform:translateY(-1px)}.cipher-input-wrap{z-index:20000;display:flex;flex-direction:column;gap:10px;padding:10px 18px 16px;background:linear-gradient(0deg,rgba(10,12,22,.92),rgba(10,12,22,.75));backdrop-filter:blur(26px) saturate(140%);-webkit-backdrop-filter:blur(26px) saturate(140%);border-top:1px solid hsla(0,0%,100%,.08)}.cipher-input-shell{position:relative;width:100%;height:58px;padding:2px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.18);border-radius:26px;box-shadow:0 0 80px rgba(0,255,200,.15),inset 0 0 30px hsla(0,0%,100%,.05);transition:all .3s ease}.cipher-input-shell:focus-within{border:1px solid rgba(0,255,200,.65);box-shadow:0 0 100px rgba(0,255,200,.35),inset 0 0 40px hsla(0,0%,100%,.08)}.cipher-input-inner{height:100%;width:100%;border-radius:24px;background:rgba(8,12,28,.72);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;align-items:center;padding:0 10px 0 16px;gap:10px}.cipher-input-field{flex:1 1;background:transparent;border:none;outline:none;font-size:16px;letter-spacing:.3px;color:hsla(0,0%,100%,.95)}.cipher-send-btn{height:44px;width:44px;border-radius:18px;border:none;color:#fff;cursor:pointer;flex-shrink:0;box-shadow:0 0 30px rgba(90,70,255,.8),0 0 60px rgba(0,255,213,.35);transition:transform .15s ease,box-shadow .15s ease}.cipher-send-btn:hover{transform:scale(1.08);box-shadow:0 0 40px #5a46ff,0 0 80px rgba(0,255,213,.45)}.cipher-send-btn:active{transform:scale(.95)}.cipher-input-wrap{background:radial-gradient(120% 160% at 50% 120%,rgba(0,255,200,.18),transparent 60%),linear-gradient(0deg,rgba(6,8,18,.98),rgba(10,14,28,.82))}.cipher-input-shell{background:linear-gradient(145deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.02));border:1px solid hsla(0,0%,100%,.22);box-shadow:0 0 120px rgba(0,255,213,.18),0 0 60px rgba(90,70,255,.25),inset 0 0 40px hsla(0,0%,100%,.06)}.cipher-input-shell:focus-within{border:1px solid rgba(0,255,200,.85);box-shadow:0 0 140px rgba(0,255,200,.35),0 0 80px rgba(90,70,255,.35),inset 0 0 50px hsla(0,0%,100%,.1)}.cipher-input-inner{background:linear-gradient(180deg,rgba(10,14,30,.85),rgba(6,10,22,.92));box-shadow:inset 0 0 24px rgba(0,0,0,.6),inset 0 0 12px rgba(0,255,200,.08)}.cipher-send-btn{background:linear-gradient(135deg,#5a46ff,#00ffd5);box-shadow:0 0 40px rgba(90,70,255,.9),0 0 80px rgba(0,255,213,.45),inset 0 0 12px hsla(0,0%,100%,.35);transform:scale(1.05)}.cipher-send-btn:hover{transform:scale(1.12);box-shadow:0 0 60px #5a46ff,0 0 120px rgba(0,255,213,.65),inset 0 0 16px hsla(0,0%,100%,.45)}@keyframes cipherEnergyPulse{0%{box-shadow:0 0 60px rgba(0,255,200,.25)}50%{box-shadow:0 0 110px rgba(0,255,200,.45)}to{box-shadow:0 0 60px rgba(0,255,200,.25)}}.cipher-input-shell{animation:cipherEnergyPulse 4s ease-in-out infinite}body{background:radial-gradient(1200px 800px at 20% 10%,rgba(90,70,255,.2),transparent 60%),radial-gradient(900px 700px at 85% 85%,rgba(0,255,200,.18),transparent 60%),radial-gradient(600px 500px at 50% 40%,hsla(0,0%,100%,.04),transparent 70%),linear-gradient(180deg,#05060a,#070912)}.cipher-header{background:rgba(10,14,28,.55)!important;backdrop-filter:blur(30px) saturate(140%);-webkit-backdrop-filter:blur(30px) saturate(140%);border-bottom:1px solid hsla(0,0%,100%,.08);box-shadow:0 10px 40px rgba(0,255,200,.08),inset 0 0 20px hsla(0,0%,100%,.05)}.cipher-btn{background:hsla(0,0%,100%,.06)!important;border:1px solid hsla(0,0%,100%,.18)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 0 20px rgba(0,255,200,.12),inset 0 0 10px hsla(0,0%,100%,.06)}.cipher-btn-primary{box-shadow:0 0 30px rgba(90,70,255,.35),0 0 50px rgba(0,255,200,.25)}.cipher-chat{background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,0))}.cipher-bubble.assistant{background:hsla(0,0%,100%,.04)!important;border:1px solid rgba(0,255,200,.35)!important;box-shadow:0 0 30px rgba(0,255,200,.12),inset 0 0 16px hsla(0,0%,100%,.05)}.cipher-bubble.assistant,.cipher-bubble.user{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cipher-bubble.user{box-shadow:0 0 40px rgba(90,70,255,.25),inset 0 0 20px hsla(0,0%,100%,.08)}.cipher-input-wrap{background:radial-gradient(100% 140% at 50% 120%,rgba(0,255,200,.16),transparent 60%),linear-gradient(0deg,rgba(6,10,22,.96),rgba(10,14,28,.75))}.cipher-input-shell{background:hsla(0,0%,100%,.06)!important;border:1px solid hsla(0,0%,100%,.22)!important;box-shadow:0 0 120px rgba(0,255,213,.16),0 0 60px rgba(90,70,255,.25),inset 0 0 40px hsla(0,0%,100%,.06)}.cipher-send-btn{box-shadow:0 0 50px rgba(90,70,255,.9),0 0 90px rgba(0,255,213,.45),inset 0 0 14px hsla(0,0%,100%,.35)}@keyframes ambientPulse{0%{filter:brightness(1)}50%{filter:brightness(1.08)}to{filter:brightness(1)}}.cipher-wrap{animation:ambientPulse 6s ease-in-out infinite}.cipher-float-left,.cipher-float-right{position:fixed;top:18px;z-index:15000;display:flex;align-items:center;gap:12px}.cipher-float-left{left:18px}.cipher-float-right{right:18px}.cipher-float-btn{padding:10px 16px;border-radius:16px;border:1px solid hsla(0,0%,100%,.18);background:rgba(12,16,34,.65);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:#fff;cursor:pointer;font-size:14px;box-shadow:0 0 20px rgba(90,70,255,.25),inset 0 0 12px hsla(0,0%,100%,.05);transition:all .18s ease}.cipher-float-btn:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(0,255,200,.35),inset 0 0 14px hsla(0,0%,100%,.08)}.cipher-float-btn.primary{border:none}.cipher-float-btn.primary,.cipher-profile-float{background:linear-gradient(135deg,#5a46ff,#00ffd5)}.cipher-profile-float{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer;font-size:15px;color:#fff;box-shadow:0 0 25px rgba(90,70,255,.7),0 0 40px rgba(0,255,213,.35);transition:transform .18s ease,box-shadow .18s ease}.cipher-profile-float:hover{transform:scale(1.08);box-shadow:0 0 35px #5a46ff,0 0 70px rgba(0,255,213,.5)}.cipher-logo-wrap.floating{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(12,16,34,.55);border:1px solid hsla(0,0%,100%,.18)}.cipher-btn-speak{margin-left:8px;padding:6px 14px;border-radius:14px;font-size:13px;cursor:pointer;color:hsla(0,0%,100%,.9);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 0 18px rgba(0,255,200,.15),inset 0 0 10px hsla(0,0%,100%,.05);transition:all .15s ease}.cipher-btn-speak:hover{transform:translateY(-1px);box-shadow:0 0 24px rgba(0,255,200,.25),inset 0 0 12px hsla(0,0%,100%,.08)}.cipher-btn-speak:active{transform:scale(.95)}.entry-screen{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.entry-screen:before{content:"";position:absolute;inset:0;background:url(/images/cipher-hero-mobile.webp) 50%/cover no-repeat;filter:blur(2px) brightness(.85);transform:scale(1.02);z-index:0}.entry-overlay{position:absolute;inset:0;background:radial-gradient(circle at 50% 40%,rgba(0,255,200,.1),transparent 60%),linear-gradient(180deg,rgba(5,8,18,.45),rgba(5,8,18,.7))}.entry-content{position:relative;z-index:2;text-align:center;padding:40px 24px;animation:fadeUp .6s ease}.entry-content h1{font-size:48px;margin-bottom:12px;letter-spacing:1px}.entry-content p{opacity:.75;margin-bottom:32px;font-size:18px}.entry-content button{padding:16px 34px;border-radius:18px;border:none;font-size:18px;cursor:pointer;background:linear-gradient(135deg,#5a46ff,#00ffd5);color:#fff;box-shadow:0 0 40px rgba(90,70,255,.6),0 0 80px rgba(0,255,213,.35);transition:transform .15s ease}.entry-content button:active{transform:scale(.97)}.entry-loader{display:flex;flex-direction:column;align-items:center;gap:18px}.loader-ring{width:48px;height:48px;border-radius:50%;border:3px solid hsla(0,0%,100%,.15);border-top-color:#00ffd5;animation:spin 1s linear infinite}.loader-text{opacity:.7;font-size:14px;letter-spacing:.5px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cipher-auth-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:50000}.cipher-auth-modal{width:92%;max-width:380px;padding:28px 24px 26px;border-radius:22px;background:linear-gradient(145deg,hsla(0,0%,100%,.07),hsla(0,0%,100%,.03));border:1px solid hsla(0,0%,100%,.14);backdrop-filter:blur(28px) saturate(140%);-webkit-backdrop-filter:blur(28px) saturate(140%);box-shadow:0 0 120px rgba(0,255,200,.15),0 0 60px rgba(90,70,255,.25),inset 0 0 40px hsla(0,0%,100%,.05);color:#fff;animation:fadeUp .35s ease}.cipher-auth-modal h3{margin-top:0;margin-bottom:18px;font-size:22px;font-weight:600;letter-spacing:.4px}.cipher-auth-modal input{width:100%;padding:12px 14px;margin-bottom:12px;border-radius:14px;border:1px solid hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.06);color:#fff;font-size:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cipher-auth-modal input::placeholder{color:hsla(0,0%,100%,.45)}.cipher-auth-modal button{width:100%;padding:12px;border-radius:16px;border:none;margin-top:6px;font-size:15px;cursor:pointer;background:linear-gradient(135deg,#5a46ff,#00ffd5);color:#fff;box-shadow:0 0 30px rgba(90,70,255,.6),0 0 60px rgba(0,255,213,.35);transition:transform .15s ease,box-shadow .15s ease}.cipher-auth-modal button:hover{transform:translateY(-2px);box-shadow:0 0 40px rgba(90,70,255,.9),0 0 80px rgba(0,255,213,.5)}.cipher-auth-secondary{background:hsla(0,0%,100%,.06)!important;border:1px solid hsla(0,0%,100%,.18)!important;margin-top:10px;box-shadow:none!important}.import-wrap{min-height:100vh;padding:80px 24px 140px;display:flex;justify-content:center;background:radial-gradient(800px 600px at 20% 10%,rgba(90,70,255,.2),transparent 60%),radial-gradient(600px 500px at 85% 85%,rgba(0,255,200,.18),transparent 60%)}.import-card{width:100%;max-width:520px;padding:34px 26px;border-radius:26px;background:linear-gradient(145deg,hsla(0,0%,100%,.07),hsla(0,0%,100%,.03));border:1px solid hsla(0,0%,100%,.14);backdrop-filter:blur(30px) saturate(140%);-webkit-backdrop-filter:blur(30px) saturate(140%);box-shadow:0 0 140px rgba(0,255,200,.12),0 0 80px rgba(90,70,255,.22),inset 0 0 40px hsla(0,0%,100%,.05);color:#fff;animation:fadeUp .4s ease}.import-card h1{margin-top:0;margin-bottom:10px;font-size:34px;letter-spacing:.6px}.import-card h2{margin-top:18px;margin-bottom:12px;font-size:20px;opacity:.85}.import-card p{opacity:.65;line-height:1.6;margin-bottom:26px}.import-file{position:relative;padding:22px;border-radius:18px;border:1px dashed hsla(0,0%,100%,.22);background:hsla(0,0%,100%,.04);text-align:center;transition:all .2s ease}.import-file:hover{border-color:rgba(0,255,200,.5);background:rgba(0,255,200,.05);box-shadow:0 0 40px rgba(0,255,200,.15)}.import-file input[type=file]{opacity:0;position:absolute;inset:0;cursor:pointer}.import-file-label{display:inline-block;padding:12px 22px;border-radius:16px;background:linear-gradient(135deg,#5a46ff,#00ffd5);color:#fff;font-size:15px;box-shadow:0 0 30px rgba(90,70,255,.6),0 0 60px rgba(0,255,213,.35)}.import-file-name{margin-top:14px;font-size:13px;opacity:.6}.cipher-quick-actions{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap;animation:cipherActionsFade .18s ease}.cipher-quick-actions button{padding:6px 14px;border-radius:20px;border:none;outline:none;font-size:12px;font-weight:500;color:#fff;background:linear-gradient(135deg,#6a5cff,#3dd8c5);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.cipher-quick-actions button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.35)}.cipher-quick-actions button:active{transform:scale(.95)}@keyframes cipherActionsFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cipher-thinking{display:flex;align-items:center;gap:6px;font-size:14px;opacity:.8}.cipher-dots{display:inline-flex;gap:4px}.cipher-dots span{width:6px;height:6px;background:currentColor;border-radius:50%;animation:cipherBounce 1.2s ease-in-out infinite}.cipher-dots span:nth-child(2){animation-delay:.2s}.cipher-dots span:nth-child(3){animation-delay:.4s}@keyframes cipherBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.cipher-share-btn{background:linear-gradient(135deg,#5b5bff,#9d7bff);border:none;color:#fff;padding:6px 10px;border-radius:10px;font-size:13px;cursor:pointer;margin-left:6px;transition:all .2s ease}.cipher-share-btn:hover{transform:scale(1.05);box-shadow:0 0 10px rgba(157,123,255,.5)}:root{--cipher-bg-deep:#05070d;--cipher-bg-mid:#0b1020;--cipher-bg-panel:hsla(0,0%,100%,.05);--cipher-energy-1:#00e5ff;--cipher-energy-2:#3b82f6;--cipher-energy-3:#22c55e;--cipher-text-main:#e8ecff;--cipher-text-dim:#9aa4c7;--cipher-border-soft:hsla(0,0%,100%,.08);--cipher-border-glow:rgba(59,130,246,.6);--cipher-glow-soft:0 0 20px rgba(59,130,246,.25);--cipher-glow-strong:0 0 35px rgba(34,197,94,.35);--cipher-radius:16px;--cipher-header-height:64px}#__next,body,html{height:100%}body{margin:0;background:radial-gradient(circle at top,#101633 0,#05070d 60%);color:var(--cipher-text-main);font-family:Inter,system-ui,sans-serif;overflow:hidden}.cipher-wrap{position:relative;height:100dvh;width:100%;overflow:hidden}.cipher-header{position:fixed;top:0;left:0;right:0;height:var(--cipher-header-height);padding:0 18px;display:flex;align-items:center;justify-content:space-between;background:rgba(10,15,25,.75);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--cipher-border-soft);box-shadow:0 1px 0 hsla(0,0%,100%,.03);z-index:10000}.cipher-chat{position:absolute;top:var(--cipher-header-height);left:0;right:0;bottom:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:18px 18px 140px;z-index:1}.cipher-chat,.message-list{display:flex;flex-direction:column;gap:14px}.cipher-panel{background:var(--cipher-bg-panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--cipher-border-soft);border-radius:var(--cipher-radius);box-shadow:var(--cipher-glow-soft)}.cipher-btn-primary{background:linear-gradient(90deg,var(--cipher-energy-1),var(--cipher-energy-2),var(--cipher-energy-3));border:none;color:#000;font-weight:600;padding:10px 16px;border-radius:14px;cursor:pointer;transition:all .2s ease}.cipher-btn-primary:hover{transform:translateY(-1px);box-shadow:var(--cipher-glow-strong)}.cipher-btn-secondary{background:transparent;border:1px solid var(--cipher-border-soft);color:var(--cipher-text-main);padding:10px 16px;border-radius:14px;cursor:pointer;transition:all .2s ease}.cipher-btn-secondary:hover{border-color:var(--cipher-border-glow);box-shadow:var(--cipher-glow-soft)}.cipher-input-wrap{position:fixed;left:0;right:0;bottom:0;padding:14px;background:linear-gradient(0deg,#05070d,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9000}.cipher-input{width:100%;background:hsla(0,0%,100%,.04);border:1px solid var(--cipher-border-soft);color:var(--cipher-text-main);border-radius:14px;padding:12px;outline:none}.cipher-input:focus{border-color:var(--cipher-energy-2);box-shadow:var(--cipher-glow-soft)}.cipher-msg-assistant{align-self:flex-start;max-width:85%;background:hsla(0,0%,100%,.04);border:1px solid var(--cipher-border-soft);box-shadow:var(--cipher-glow-soft);border-radius:16px;padding:12px}.cipher-msg-user{align-self:flex-end;max-width:75%;background:linear-gradient(90deg,var(--cipher-energy-2),var(--cipher-energy-3));color:#000;border-radius:16px;padding:12px}@keyframes cipherPulse{0%{box-shadow:0 0 0 rgba(59,130,246,0)}50%{box-shadow:0 0 25px rgba(59,130,246,.35)}to{box-shadow:0 0 0 rgba(59,130,246,0)}}.cipher-live{animation:cipherPulse 2.5s infinite}