@import "https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Outfit:wght@300;400;600;700;800&display=swap";:root{--base:#060b17;--glass-1:#ffffff0d;--glass-2:#ffffff14;--glass-border:#ffffff1a;--orb-a:#6366f1;--orb-b:#a78bfa;--orb-c:#38bdf8;--orb-listen:#f43f5e;--orb-think:#34d399;--text:#f8fafc;--muted:#f8fafc80;--user-msg:#6366f12e;--ai-msg:#ffffff0f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--base);width:100%;height:100%;color:var(--text);font-family:Inter,sans-serif;overflow:hidden}.aurora-bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.aurora-blob{filter:blur(80px);opacity:.18;border-radius:50%;animation:18s ease-in-out infinite alternate aurora-drift;position:absolute}.aurora-blob:first-child{background:radial-gradient(circle,#6366f1,#4f46e5);width:600px;height:600px;animation-duration:20s;top:-150px;left:-150px}.aurora-blob:nth-child(2){background:radial-gradient(circle,#7c3aed,#a78bfa);width:500px;height:500px;animation-duration:25s;animation-delay:-8s;top:40%;right:-100px}.aurora-blob:nth-child(3){background:radial-gradient(circle,#0ea5e9,#38bdf8);width:400px;height:400px;animation-duration:22s;animation-delay:-14s;bottom:-100px;left:30%}@keyframes aurora-drift{0%{transform:translate(0)scale(1)}33%{transform:translate(60px,-40px)scale(1.08)}66%{transform:translate(-30px,50px)scale(.95)}to{transform:translate(40px,20px)scale(1.05)}}.premium-chat-layout{z-index:1;flex-direction:column;align-items:center;width:100%;height:100%;display:flex;position:relative}.absolute-header{z-index:100;position:absolute;top:2rem;left:2.5rem}.sap-logo-img{filter:brightness(1.1);width:auto;height:44px}.orb-wrapper{justify-content:center;align-items:center;transition:all .9s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.orb-wrapper.orb-large{width:200px;height:200px;margin-bottom:3rem}.orb-wrapper.orb-small{width:64px;height:64px}.orb-core{background:conic-gradient(from 0deg, var(--orb-a), var(--orb-b), var(--orb-c), var(--orb-a));border-radius:50%;width:100%;height:100%;animation:8s linear infinite orb-spin;position:relative;box-shadow:0 0 40px #6366f180,0 0 80px #6366f133,0 0 160px #6366f11a}.orb-core:before{content:"";background:var(--base);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;position:absolute;inset:14%}.orb-core:after{content:"";background:radial-gradient(circle at 35% 35%,#a78bfa,#6366f1,#0c0f1a);border-radius:50%;position:absolute;inset:20%}.orb-ring{border:1px solid #6366f14d;border-radius:50%;animation:3s ease-out infinite orb-ring-pulse;position:absolute;inset:-20%}.orb-ring:nth-child(2){animation-delay:1s;inset:-35%}.orb-ring:nth-child(3){border-color:#6366f126;animation-delay:2s;inset:-50%}.orb-wrapper.listening .orb-core{background:conic-gradient(from 0deg, var(--orb-listen), #fb923c, var(--orb-listen));animation:3s linear infinite orb-spin,1s ease-in-out infinite orb-breathe;box-shadow:0 0 50px #f43f5e99,0 0 100px #f43f5e4d}.orb-wrapper.listening .orb-ring{border-color:#f43f5e66;animation-duration:1s}.orb-wrapper.thinking .orb-core{background:conic-gradient(from 0deg, var(--orb-think), #a3e635, var(--orb-think));animation:4s linear infinite orb-spin;box-shadow:0 0 50px #34d39980,0 0 100px #34d39933}@keyframes orb-spin{to{transform:rotate(360deg)}}@keyframes orb-ring-pulse{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@keyframes orb-breathe{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.04)rotate(180deg)}}.welcome-screen{z-index:20;flex-direction:column;justify-content:center;align-items:center;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0}.welcome-screen.fade-out{opacity:0;pointer-events:none;transform:scale(.97)translateY(-16px)}.welcome-content{text-align:center;max-width:640px;padding:2rem;animation:1s cubic-bezier(.16,1,.3,1) both welcome-arrive}@keyframes welcome-arrive{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.welcome-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;animation:1s .1s both welcome-arrive}.welcome-title{letter-spacing:-2px;background:linear-gradient(135deg,#fff 0%,#c4b5fd 40%,#7dd3fc 70%,#fff 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:700;line-height:1.08;animation:1s .15s both welcome-arrive,6s linear infinite shimmer-title}@keyframes shimmer-title{to{background-position:200%}}.welcome-subtitle{color:var(--muted);margin-bottom:3rem;font-size:1.05rem;line-height:1.65;animation:1s .25s both welcome-arrive}.start-btn{background:linear-gradient(135deg, var(--orb-a), var(--orb-b));color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.6rem;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:transform .25s,box-shadow .25s;animation:1s .35s both welcome-arrive;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 30px #6366f166,0 8px 24px #0000004d}.start-btn:before{content:"";border-radius:inherit;background:linear-gradient(135deg,#fff3,#0000);position:absolute;inset:0}.start-btn:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 0 50px #6366f199,0 12px 36px #0006}.start-btn-icon{font-size:1.1rem}.welcome-features{gap:1.5rem;margin-top:3rem;animation:1s .45s both welcome-arrive;display:flex}.feature-chip{background:var(--glass-1);border:1px solid var(--glass-border);color:var(--muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;display:flex}.feature-chip span:first-child{font-size:1rem}.chat-interface-layer{z-index:10;opacity:0;pointer-events:none;flex-direction:column;align-items:center;transition:opacity .9s cubic-bezier(.16,1,.3,1) .5s,transform .9s cubic-bezier(.16,1,.3,1) .5s;display:flex;position:absolute;inset:0;transform:translateY(20px)}.chat-interface-layer.fade-in{opacity:1;pointer-events:auto;transform:translateY(0)}.chat-topbar{z-index:100;flex-direction:column;align-items:flex-end;display:flex;position:absolute;top:2rem;right:2.5rem}.chat-orb-label{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.chat-orb-name{letter-spacing:-.3px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600}.chat-orb-status{color:var(--muted);font-size:.75rem}.chat-main{flex-direction:column;flex:1;width:100%;max-width:780px;display:flex;overflow:hidden}.chat-content-wrapper{flex-direction:column;height:100%;display:flex}.chat-container{flex-direction:column;flex:1;display:flex;overflow:hidden}.messages-list{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1.25rem;padding:6rem 2rem 1.5rem;display:flex;overflow-y:auto}.messages-list::-webkit-scrollbar{width:0}.message-wrapper{align-items:flex-end;gap:.75rem;animation:.4s cubic-bezier(.16,1,.3,1) both msg-arrive;display:flex}.ai-wrapper{align-self:flex-start;max-width:78%}.user-wrapper{flex-direction:row-reverse;align-self:flex-end;max-width:78%}@keyframes msg-arrive{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mini-avatar{background:var(--glass-1);border:1px solid var(--glass-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;display:flex}.premium-bubble{border-radius:20px;padding:.9rem 1.25rem;font-size:.92rem;line-height:1.65}.premium-ai{background:var(--ai-msg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom-left-radius:4px}.premium-user{background:var(--user-msg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #6366f140;border-bottom-right-radius:4px}.message-system{color:var(--muted);background:var(--glass-1);border:1px solid var(--glass-border);border-radius:10px;align-self:center;padding:.35rem .85rem;font-size:.75rem}.word-highlight{transition:color .15s,text-shadow .15s}.word-active{text-shadow:0 0 8px #a78bfab3;color:var(--orb-b)!important}.thinking-bubble{align-items:center;gap:5px;padding:1rem 1.25rem;display:flex}.dot{background:var(--muted);border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite dot-bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes dot-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.transcription-panel{color:var(--orb-b);background:#6366f11f;border:1px dashed #6366f166;border-radius:12px;margin:0 2rem .5rem;padding:.6rem 1rem;font-size:.82rem;font-style:italic;animation:.3s both msg-arrive}.suggestion-pills-container{flex-wrap:wrap;justify-content:center;gap:.6rem;padding:0 2rem 1rem;display:flex}.suggestion-pill{background:var(--glass-1);color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #6366f180;border-radius:20px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:500;transition:all .2s}.suggestion-pill:hover{border-color:var(--orb-a);background:#6366f14d;transform:translateY(-2px);box-shadow:0 4px 14px #6366f14d}.chat-footer{width:100%;max-width:780px;padding:0 2rem 2rem}.premium-input-pill{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);background:#ffffff0f;border-radius:28px;align-items:flex-end;gap:.75rem;padding:.6rem .6rem .6rem 1.5rem;transition:border-color .3s,box-shadow .3s;display:flex;box-shadow:0 8px 32px #00000040,inset 0 1px #ffffff14}.premium-input-pill:focus-within{border-color:#6366f199;box-shadow:0 8px 32px #00000040,0 0 0 3px #6366f126,inset 0 1px #ffffff14}.premium-textarea{color:var(--text);resize:none;scrollbar-width:none;background:0 0;border:none;outline:none;flex:1;min-height:24px;padding:.8rem 0;font-family:inherit;font-size:.95rem;line-height:1.5;overflow:hidden}.premium-textarea::-webkit-scrollbar{display:none}.premium-textarea::placeholder{color:#f8fafc59}.action-buttons{gap:.5rem;display:flex}.icon-btn{cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.icon-btn svg{width:20px;height:20px}.icon-btn:disabled{opacity:.35;cursor:not-allowed}.plus-btn{color:var(--muted);background:0 0}.plus-btn:hover:not(:disabled){color:var(--text);background:var(--glass-1)}.mic-btn{background:var(--glass-1);color:var(--text);border:1px solid var(--glass-border)}.mic-btn:hover:not(:disabled){background:var(--glass-2);border-color:#6366f166}.mic-btn.recording{border-color:var(--orb-listen);color:var(--orb-listen);background:#f43f5e33;animation:1.5s infinite mic-pulse}@keyframes mic-pulse{0%,to{box-shadow:0 0 #f43f5e66}50%{box-shadow:0 0 0 8px #f43f5e00}}.send-btn{background:linear-gradient(135deg, var(--orb-a), var(--orb-b));color:#fff;opacity:.4;box-shadow:0 4px 14px #6366f14d}.send-btn.active{opacity:1}.send-btn.active:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f180}.message-content-col{flex-direction:column;gap:12px;max-width:100%;display:flex}.pr-receipt-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;width:100%;min-width:320px;max-width:480px;padding:1.25rem;animation:.5s cubic-bezier(.16,1,.3,1) both welcome-arrive;box-shadow:0 12px 30px #0000004d,inset 0 1px #ffffff0d}.pr-receipt-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.pr-receipt-title-row{align-items:center;gap:8px;display:flex}.sap-badge{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#0070f3,#00df00);border-radius:4px;padding:2px 6px;font-family:Outfit,sans-serif;font-size:.7rem;font-weight:800}.pr-receipt-title{color:var(--text);font-family:Outfit,sans-serif;font-size:1rem;font-weight:600}.priority-badge{text-transform:uppercase;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:700}.priority-low{color:#38bdf8;background:#38bdf826}.priority-medium{color:#a78bfa;background:#a78bfa26}.priority-high{color:#fb923c;background:#fb923c26}.priority-urgent{color:#f43f5e;background:#f43f5e26}.pr-receipt-body{flex-direction:column;gap:.75rem;display:flex}.pr-info-field{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.info-label{color:var(--muted);font-weight:500}.info-value{color:var(--text);text-align:right;font-weight:600}.pr-number-highlight{color:#38bdf8;text-shadow:0 0 10px #38bdf866;font-family:monospace;font-size:1rem}.pr-items-section{border-top:1px dashed #ffffff14;margin-top:.25rem;padding-top:.75rem}.section-heading{text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.8rem;display:block}.pr-items-list{flex-direction:column;gap:8px;display:flex}.pr-item-row{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;padding:8px 12px}.pr-item-main{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.pr-item-desc{color:var(--text);font-size:.85rem;font-weight:600}.pr-item-type-badge{color:var(--muted);font-size:.7rem}.pr-item-details{color:var(--muted);justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.pr-item-price-qty{gap:12px;display:flex}.pr-item-meta{text-align:right;gap:8px;display:flex}.pr-service-lines{flex-direction:column;gap:2px;width:100%;display:flex}.pr-service-line{color:var(--muted);justify-content:space-between;font-size:.75rem;display:flex}.pr-raw-payload-section{border-top:1px solid #ffffff14;flex-direction:column;gap:8px;margin-top:.75rem;padding-top:.75rem;display:flex}.pr-toggle-raw-btn{color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:4px;padding:4px 0;font-size:.75rem;font-weight:600;transition:color .2s;display:flex}.pr-toggle-raw-btn:hover{color:var(--text)}.pr-raw-json-container{background:#0006;border:1px solid #ffffff0d;border-radius:8px;max-height:180px;padding:8px 12px;overflow-y:auto}.pr-raw-json-container::-webkit-scrollbar{width:4px}.pr-raw-json-container::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.pr-raw-json{color:#34d399;white-space:pre-wrap;word-break:break-all;font-family:Courier New,Courier,monospace;font-size:.75rem}
