@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}.premium-chat-layout.chat-enter{animation:.8s cubic-bezier(.16,1,.3,1) both chat-enter}@keyframes chat-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-stage{flex-direction:column;flex:1;align-items:center;width:100%;max-width:780px;min-height:0;padding:0 1.5rem;transition:padding .55s cubic-bezier(.16,1,.3,1);display:flex}.connection-banner{z-index:50;color:#fff;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#b4283ceb;border-radius:999px;max-width:min(520px,100vw - 2rem);padding:.65rem 1rem;font-size:.85rem;position:fixed;top:4.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}.home-mode .chat-stage{justify-content:center;padding-bottom:8vh}.chat-mode .chat-stage{justify-content:flex-end;padding-top:5rem;padding-bottom:0}.home-prompt{letter-spacing:-.03em;color:var(--text);text-align:center;opacity:1;max-width:520px;max-height:120px;margin:0 0 1.75rem;font-family:Outfit,sans-serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:500;transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1),max-height .55s cubic-bezier(.16,1,.3,1),margin .55s cubic-bezier(.16,1,.3,1);overflow:hidden;transform:translateY(0)}.home-prompt-hidden{opacity:0;pointer-events:none;max-height:0;margin:0;transform:translateY(-24px)}.input-dock{flex-shrink:0;width:100%;max-width:680px;transition:max-width .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1)}.chat-mode .input-dock{width:100%;max-width:780px;padding-bottom:2rem}.home-mode .plus-btn{display:none}.chat-main{opacity:0;flex-direction:column;flex:1;width:100%;min-height:0;max-height:0;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1),max-height .55s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translateY(12px)}.chat-main-visible{opacity:1;flex:1;max-height:100%;transform:translateY(0)}.absolute-header{z-index:100;position:absolute;top:2rem;left:2.5rem}.sap-logo-img{filter:brightness(1.1);width:auto;height:44px}.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-topbar{z-index:100;flex-direction:column;align-items:flex-end;display:flex;position:absolute;top:2rem;right:2.5rem}.profile-menu-wrapper{position:relative}.profile-trigger-btn{cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;transition:background .2s;display:flex}.profile-trigger-btn:hover{background:#ffffff29}.profile-avatar{background:linear-gradient(135deg, var(--orb-a), var(--orb-b));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;display:flex}.profile-chevron{width:16px;height:16px;color:var(--muted);transition:transform .2s}.profile-chevron.open{transform:rotate(180deg)}.profile-dropdown{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:200;background:#141622f2;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;gap:4px;min-width:180px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 30px #0006}.profile-dropdown-status{color:var(--muted);border-bottom:1px solid #ffffff14;margin-bottom:2px;padding:6px 10px;font-size:.8rem}.profile-dropdown-item{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 10px;font-size:.85rem;transition:background .15s}.profile-dropdown-item:hover{background:#ffffff14}.chat-mode .messages-list{padding-top:.5rem}.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{gap:.75rem;animation:.4s cubic-bezier(.16,1,.3,1) both msg-arrive;display:flex}.ai-wrapper{align-self:flex-start;align-items:flex-start;max-width:78%}.ai-wrapper.ai-with-pills{align-self:stretch;width:100%;max-width:100%}.ai-with-pills .message-content-col{width:100%}.ai-with-pills .premium-bubble{width:fit-content;max-width:min(78%,560px)}.user-wrapper{flex-direction:row;align-self:flex-end;align-items:flex-start;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;margin-top:.35rem;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}.transcribing-label{color:var(--muted);margin-right:4px;font-size:.8rem}.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:.55rem;width:100%;padding:.5rem 0 0;display:flex}.message-content-col .suggestion-pills-container{margin-top:.25rem}.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}.suggestion-pill-add{color:#f0ab00;background:0 0;border-style:dashed;border-color:#f0ab0080}.suggestion-pill-add:hover{background:#f0ab001f;border-color:#f0ab00;box-shadow:0 4px 14px #f0ab0040}.custom-item-modal{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#141622f7;border:1px solid #ffffff1f;border-radius:18px;width:100%;max-width:380px;padding:1.25rem;box-shadow:0 20px 50px #00000080}.custom-item-body{flex-direction:column;gap:.9rem;margin-top:.75rem;display:flex}.custom-item-label{color:var(--muted);flex-direction:column;gap:.35rem;font-size:.8rem;display:flex}.custom-item-input{color:var(--text);background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;outline:none;padding:10px 12px;font-size:.9rem}.custom-item-input:focus{border-color:#f0ab00}.custom-item-save-btn{color:#fff;cursor:pointer;background-color:#f0ab00;border:none;border-radius:8px;width:100%;padding:12px;font-weight:600;transition:opacity .2s}.custom-item-save-btn:disabled{opacity:.5;cursor:not-allowed}.custom-item-save-btn:not(:disabled):hover{opacity:.9}.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}.listening-indicator{flex:1;align-items:center;gap:.75rem;min-height:24px;padding:.8rem 0;display:flex}.listening-label{color:var(--orb-listen,#f43f5e);font-size:.9rem;font-weight:500}.listening-waveform{align-items:center;gap:3px;height:22px;display:flex}.listening-waveform-bar{background:var(--orb-listen,#f43f5e);border-radius:2px;width:3px;height:100%;transition:transform 80ms ease-out}.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)}.stop-speaking-btn{color:#f0ab00;background:#f0ab0026;border:1px solid #f0ab0066}.stop-speaking-btn:hover{background:#f0ab0040}.stop-speaking-btn svg{width:16px;height:16px}.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}.settings-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0009;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.settings-modal{background:linear-gradient(135deg,#1e202df2,#14151ef2);border:1px solid #ffffff1a;border-radius:16px;width:90%;max-width:450px;padding:24px;animation:.4s cubic-bezier(.16,1,.3,1) slideUpFade;box-shadow:0 20px 50px #00000080,inset 0 1px #ffffff1a}.settings-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.settings-header h3{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.settings-close{color:#fff9;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.settings-close:hover{color:#fff}.settings-warning{color:#ffab00;background:#ffab0026;border:1px solid #ffab004d;border-radius:8px;align-items:flex-start;gap:8px;margin-bottom:24px;padding:10px 14px;font-size:.85rem;display:flex}.settings-error{color:#ff3b30;background:#ff3b3026;border:1px solid #ff3b304d;border-radius:8px;margin-bottom:20px;padding:10px;font-size:.85rem}.settings-loading{color:#ffffffb3;text-align:center;padding:20px;font-style:italic}.setting-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 0;transition:opacity .3s;display:flex}.setting-row:last-child{border-bottom:none}.setting-row.disabled{opacity:.4;pointer-events:none}.setting-info h4{color:#fff;margin:0 0 4px;font-size:.95rem;font-weight:500}.setting-info p{color:#ffffff80;margin:0;font-size:.8rem;line-height:1.3}.language-select{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;padding:8px 12px;font-size:.85rem}.language-select:focus{border-color:#f0ab00;outline:none}.language-select option{color:#fff;background:#1a1d29}.toggle-switch{flex-shrink:0;width:46px;height:24px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#fff3;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:#f0ab00}input:focus+.slider{box-shadow:0 0 1px #f0ab00}input:checked+.slider:before{transform:translate(22px)}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%}.pr-summary-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #f0ab0040;border-radius:18px;width:100%;min-width:320px;max-width:640px;margin-top:.75rem;padding:1.25rem;box-shadow:0 12px 30px #0000004d}.pr-summary-header{border-bottom:1px solid #ffffff14;align-items:center;gap:8px;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.pr-summary-title{color:var(--text);font-family:Outfit,sans-serif;font-size:1rem;font-weight:600}.pr-summary-body{flex-direction:column;gap:.75rem;display:flex}.pr-summary-table-wrap{scrollbar-width:thin;scrollbar-color:#f0ab0073 #ffffff0f;margin-top:.5rem;overflow-x:auto}.pr-summary-table-wrap::-webkit-scrollbar{height:6px}.pr-summary-table-wrap::-webkit-scrollbar-track{background:#ffffff0f;border-radius:3px}.pr-summary-table-wrap::-webkit-scrollbar-thumb{background:#f0ab0073;border-radius:3px}.pr-summary-table-wrap::-webkit-scrollbar-thumb:hover{background:#f0ab00a6}.pr-summary-table{border-collapse:collapse;width:100%;font-size:.8rem}.pr-summary-table th,.pr-summary-table td{text-align:left;color:var(--text);border-bottom:1px solid #ffffff14;padding:8px 10px}.pr-summary-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;font-size:.7rem;font-weight:600}.pr-summary-total-row .total-label{text-align:right;color:var(--muted);font-weight:700}.pr-summary-total-row .total-value{color:#f0ab00;font-weight:700}.excel-data-card{flex-direction:column;gap:.5rem;width:100%;min-width:280px;max-width:640px;margin-top:.5rem;display:flex}.excel-more-note{color:var(--muted);text-align:right;font-size:.75rem}.view-more-btn{color:#f0ab00;cursor:pointer;background:0 0;border:1px solid #f0ab0059;border-radius:999px;align-self:flex-start;margin-top:.5rem;padding:5px 14px;font-size:.78rem;font-weight:500;transition:background .15s}.view-more-btn:hover{background:#f0ab001a}
