*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:2rem}.app-container{animation:fadeIn .6s ease-in;margin:0 auto;max-width:1400px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;margin-bottom:2rem;padding:2rem}.header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:.5rem}.header .subtitle{color:#666;font-size:1.1rem;margin-bottom:1.5rem}.client-selector{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.client-selector label{color:#333;font-size:1rem;font-weight:600}.client-selector select{background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;font-size:1rem;min-width:200px;padding:.75rem 1.5rem;transition:all .3s ease}.client-selector select:hover{border-color:#667eea}.client-selector select:focus{border-color:#764ba2;box-shadow:0 0 0 3px #764ba21a;outline:none}.content-wrapper{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}@media (max-width:1024px){.content-wrapper{grid-template-columns:1fr}}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 12px 48px #00000026;transform:translateY(-5px)}.card h2{align-items:center;color:#333;display:flex;font-size:1.8rem;gap:.5rem}.card h2,.card h3{margin-bottom:1rem}.card h3{border-bottom:2px solid #f0f0f0;color:#555;font-size:1.3rem;margin-top:1.5rem;padding-bottom:.5rem}.loading{color:#667eea;font-size:1.2rem;padding:3rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;display:inline-block;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);border-radius:12px;box-shadow:0 4px 12px #ee5a6f4d;color:#fff;font-weight:500;margin:1rem 0;padding:1.5rem}.no-data{color:#999;font-size:1.1rem;padding:3rem;text-align:center}.data-list{list-style:none;padding:0}.data-list li{align-items:center;background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border-radius:10px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem 1rem;transition:all .2s ease}.data-list li:hover{background:linear-gradient(135deg,#e8eaff,#e0e4ff);transform:translateX(5px)}.data-list .date{color:#667eea;font-weight:600}.data-list .value{color:#764ba2;font-size:1.1rem;font-weight:700}.chart-container{background:#fafbff;border-radius:12px;margin:1.5rem 0;min-height:300px;padding:1rem}.form-card{grid-column:1/-1}.form-header{border-bottom:3px solid #f0f0f0;margin-bottom:2rem;padding-bottom:1rem}.form-header h2{margin-bottom:.5rem}.form-description{color:#666;font-size:1.05rem;margin-top:.5rem}.form-card form{gap:2rem}.form-card form,.form-group,.form-label{display:flex;flex-direction:column}.form-label{gap:.25rem;margin-bottom:.75rem}.label-text{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem}.label-hint{color:#888;font-size:.9rem;font-style:italic;font-weight:400}.form-input{background:#fff;border:2px solid #e0e0e0;border-radius:12px;font-family:inherit;font-size:1.05rem;padding:1rem 1.25rem;transition:all .3s ease}.form-textarea{line-height:1.6;min-height:100px;resize:vertical}.form-input:focus{background:#fafbff;border-color:#667eea;box-shadow:0 0 0 4px #667eea26;outline:none}.form-input::placeholder{color:#bbb;font-style:italic}.field-help{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-left:4px solid #66bb6a;border-radius:8px;color:#2e7d32;font-size:.95rem;line-height:1.6;margin-top:.75rem;padding:1rem}.help-list{margin:.5rem 0 0 1.5rem;padding:0}.help-list li{margin:.25rem 0}.platform-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.platform-tag{background:#fff;border:2px solid #e0e0e0;border-radius:25px;color:#666;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.platform-tag:hover{background:#f8f9ff;border-color:#667eea;transform:translateY(-2px)}.platform-tag.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff}.platform-tag.active:hover{background:linear-gradient(135deg,#5568d3,#653a8b)}.form-message{align-items:center;animation:slideIn .3s ease-out;border-radius:12px;display:flex;font-size:1.05rem;font-weight:500;gap:1rem;padding:1.25rem 1.5rem}.message-icon{font-size:1.5rem}.message-text{flex:1 1}.form-error{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);box-shadow:0 4px 12px #ee5a6f4d;color:#fff}.form-success{background:linear-gradient(135deg,#51cf66,#40c057);box-shadow:0 4px 12px #40c0574d;color:#fff}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.btn-large{font-size:1.15rem;padding:1.25rem 3rem}.btn-icon{font-size:1.3rem}.quick-start{background:linear-gradient(135deg,#fff8e1,#fff3d0);border:2px solid #ffecb3;border-radius:15px;margin-top:3rem;padding:2rem}.quick-start h3{border:none;color:#f57c00;font-size:1.4rem;margin:0 0 1rem;padding:0}.start-steps{color:#e65100;font-size:1.05rem;line-height:2;margin:1rem 0 0 1.5rem;padding:0}.start-steps li{font-weight:500;margin:.5rem 0}.start-steps li::marker{color:#ff9800;font-weight:700}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 2rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e0e0e0}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#fffffff2,#f8f9fff2);border-radius:15px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;text-align:center}.stat-card .stat-label{color:#666;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.stat-card .stat-value{color:#667eea;font-size:2.5rem;font-weight:700}.stat-card .stat-change{font-size:.85rem;margin-top:.5rem}.stat-change.positive{color:#51cf66}.stat-change.negative{color:#ff6b6b}.badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;margin-left:.5rem;padding:.25rem .75rem}.badge-success{background:#d3f9d8;color:#2b8a3e}.badge-warning{background:#fff3bf;color:#e67700}.badge-info{background:#d0ebff;color:#1971c2}@media (max-width:768px){body{padding:1rem}.header h1{font-size:1.8rem}.card{padding:1.5rem}.form-card form,.stats-grid{grid-template-columns:1fr}}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.card{animation:slideIn .4s ease-out}.card:first-child{animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:nth-child(3){animation-delay:.3s}.sim-fade-card{grid-column:1/-1;margin-top:0}.sim-fade-card h2{font-size:1.6rem}.sim-subtitle{color:#666;font-size:.95rem;margin-bottom:1.5rem}.sim-controls{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr 1fr;margin-bottom:1.5rem}@media (max-width:768px){.sim-controls{grid-template-columns:1fr}}.sim-slider-group{display:flex;flex-direction:column;gap:.5rem}.sim-label{align-items:center;color:#333;display:flex;font-size:.95rem;font-weight:600;justify-content:space-between}.sim-value{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;font-size:.85rem;font-weight:700;padding:.15rem .6rem}.sim-slider{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#e0e0e0,#667eea);border-radius:4px;cursor:pointer;height:8px;outline:none;width:100%}.sim-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 2px 6px #667eea66;cursor:pointer;height:20px;-webkit-transition:transform .2s ease;transition:transform .2s ease;width:20px}.sim-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.sim-range-labels{color:#999;display:flex;font-size:.75rem;justify-content:space-between}.sim-horizon-buttons{display:flex;gap:.5rem}.sim-horizon-btn{background:#fff;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.sim-horizon-btn:hover{background:#f8f9ff;border-color:#667eea}.sim-horizon-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.sim-chart-container{background:#fafbff;border-radius:12px;margin:1rem 0;padding:.5rem}.sim-summary{background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border-radius:12px;gap:1.5rem;justify-content:center;margin-top:1rem;padding:1rem}.sim-summary,.sim-summary-item{align-items:center;display:flex}.sim-summary-item{flex-direction:column}.sim-summary-label{color:#888;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.sim-summary-value{color:#667eea;font-size:1.8rem;font-weight:700}.sim-summary-value.critical,.sim-summary-value.negative{color:#ff6b6b}.sim-summary-arrow{color:#ccc;font-size:1.5rem}.sim-footnote{color:#999;font-size:.85rem;font-style:italic;margin-top:1rem;text-align:center}.header-top{align-items:flex-start;display:flex;justify-content:space-between}.live-badge{animation:livePulse 2s ease-in-out infinite;font-size:.85rem;padding:.3rem .8rem}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.6}}.toast-container{display:flex;flex-direction:column;gap:.75rem;max-width:380px;position:fixed;right:1.5rem;top:1.5rem;z-index:10000}.toast-item{align-items:flex-start;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border-left:4px solid #667eea;border-radius:14px;box-shadow:0 8px 32px #00000026;display:flex;gap:.75rem;opacity:0;padding:1rem 1.25rem;transform:translateX(120%);transition:all .4s cubic-bezier(.16,1,.3,1)}.toast-item.visible{opacity:1;transform:translateX(0)}.toast-item.exiting{opacity:0;transform:translateX(120%)}.toast-warning{border-left-color:#ffa726}.toast-critical{border-left-color:#ff6b6b}.toast-success{border-left-color:#51cf66}.toast-info{border-left-color:#667eea}.toast-icon{flex-shrink:0;font-size:1.3rem;margin-top:.1rem}.toast-content{flex:1 1}.toast-title{color:#333;font-size:.95rem;font-weight:700;margin-bottom:.25rem}.toast-message{color:#666;font-size:.85rem;line-height:1.4}.toast-action-btn{background:#fff;border:1px solid #667eea;border-radius:6px;color:#667eea;cursor:pointer;font-size:.8rem;font-weight:600;margin-top:.5rem;padding:.3rem .75rem;transition:all .2s ease}.toast-action-btn:hover{background:#667eea;color:#fff}.toast-close{background:none;border:none;color:#ccc;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;transition:color .2s ease}.toast-close:hover{color:#666}.boost-stat-card{background:linear-gradient(135deg,#ff980014,#ff572214)!important;border:2px solid #ff980033;cursor:pointer;transition:all .3s ease}.boost-stat-card:hover{border-color:#ff9800;box-shadow:0 6px 20px #ff980033;transform:translateY(-3px)}.boost-icon{-webkit-text-fill-color:initial!important;background:none!important;font-size:2.5rem!important}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.modal-content{animation:modalSlide .4s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;max-height:90vh;max-width:520px;overflow-y:auto;width:90%}@keyframes modalSlide{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:1.5rem 2rem 1rem}.modal-header h2{font-size:1.3rem;margin:0}.modal-close{background:none;border:none;color:#999;cursor:pointer;font-size:1.5rem;padding:.25rem;transition:color .2s}.modal-close:hover{color:#333}.modal-body{padding:1.5rem 2rem 2rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.consent-notice{margin-bottom:1.5rem;text-align:center}.consent-icon{font-size:2.5rem;margin-bottom:.75rem}.consent-notice h3{border:none;font-size:1.2rem;margin-bottom:.75rem;padding:0}.consent-notice p{color:#666;font-size:.95rem;line-height:1.5}.consent-checklist{list-style:none;margin:1rem 0;padding:0;text-align:left}.consent-checklist li{color:#2b8a3e;font-size:.9rem;padding:.4rem 0}.emberlight-section{margin:1.5rem 0}.emberlight-label{display:flex;font-weight:600;justify-content:space-between;margin-bottom:.5rem}.emberlight-value{font-size:1.1rem;font-weight:700}.emberlight-value.green{color:#51cf66}.emberlight-value.red{color:#ff6b6b}.emberlight-bar-bg{background:#f0f0f0;border-radius:6px;height:12px;overflow:visible;position:relative}.emberlight-bar-fill{border-radius:6px;height:100%;transition:width .5s ease}.emberlight-bar-fill.above{background:linear-gradient(90deg,#ffa726,#ff5722)}.emberlight-bar-fill.below{background:linear-gradient(90deg,#ccc,#999)}.emberlight-threshold{background:#333;border-radius:2px;height:20px;position:absolute;top:-4px;width:3px}.emberlight-labels{color:#999;display:flex;font-size:.75rem;justify-content:space-between;margin-top:.25rem}.threshold-label{color:#333;font-weight:600}.btn-boost{background:linear-gradient(135deg,#ff9800,#ff5722);box-shadow:0 4px 15px #ff980066;color:#fff}.btn-boost:hover{box-shadow:0 6px 20px #ff980099;transform:translateY(-2px)}.btn-boost:disabled{cursor:not-allowed;opacity:.5;transform:none}.platform-select-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin:1rem 0}.platform-select-card{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;transition:all .3s ease}.platform-select-card:hover{border-color:#667eea;transform:translateY(-2px)}.platform-select-card.selected{background:#ff98000d;border-color:#ff9800;box-shadow:0 4px 12px #ff980033}.platform-select-icon{font-size:1.5rem}.platform-select-label{font-size:.9rem;font-weight:700}.platform-select-desc{color:#888;font-size:.75rem;text-align:center}.boost-result{text-align:center}.boost-result-icon{font-size:3rem;margin-bottom:.5rem}.boost-result h3{border:none;margin-bottom:1.5rem;padding:0}.lift-card{background:linear-gradient(135deg,#fff8e1,#fff3d0);border:2px solid #ffe082;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;text-align:center}.lift-card-header{color:#f57c00;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:.25rem;text-transform:uppercase}.lift-card-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff9800,#ff5722);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800}.lift-card-sublabel{color:#e65100;font-size:.9rem;margin-bottom:.75rem}.lift-card-tease{color:#999;font-size:.8rem;font-style:italic}.boost-details{background:#fafbff;border-radius:12px;padding:1rem;text-align:left}.boost-detail-row{border-bottom:1px solid #f0f0f0;display:flex;font-size:.9rem;justify-content:space-between;padding:.4rem 0}.boost-detail-row:last-child{border-bottom:none}.boost-modal-wide{max-width:680px}.emberlight-detail{color:#888;font-size:.8rem;margin-top:.5rem;text-align:center}.emberlight-value.loading{color:#999;font-style:italic}.boost-content-output{background:#1a1a2e;border-radius:14px;margin:1.5rem 0;overflow:hidden;text-align:left}.boost-content-header{align-items:center;background:#16213e;color:#e0e0e0;display:flex;font-size:.85rem;font-weight:600;justify-content:space-between;padding:.75rem 1rem}.btn-copy{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#e0e0e0;cursor:pointer;font-size:.8rem;padding:.3rem .75rem;transition:all .2s ease}.btn-copy:hover{background:#fff3}.boost-code-block{background:#1a1a2e;color:#a8e6cf;font-family:Fira Code,Consolas,monospace;font-size:.8rem;line-height:1.5;margin:0;max-height:300px;overflow-x:auto;overflow-y:auto;padding:1rem;white-space:pre-wrap;word-break:break-all}.boost-code-sm{font-size:.75rem;max-height:120px}.boost-content-tabs{display:flex;flex-direction:column;gap:0}.boost-tab-section{border-top:1px solid #ffffff14}.boost-tab-header{align-items:center;background:#ffffff0a;color:#ccc;display:flex;font-size:.8rem;font-weight:600;justify-content:space-between;padding:.5rem 1rem}.boost-draft{color:#ddd;font-size:.9rem;line-height:1.6;padding:1rem}.boost-draft-note{background:#ffc1071a;border-left:3px solid #ffc107;border-radius:4px;color:#ffb300;font-size:.85rem;margin-top:.75rem;padding:.5rem .75rem}.header-actions{align-items:center;display:flex;gap:.75rem}.user-badge{color:#667eea;font-size:.9rem;font-weight:600}.btn-logout{background:#0000;border:2px solid #ff6b6b;border-radius:10px;color:#ff6b6b;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1.25rem;transition:all .3s ease}.btn-logout:hover{background:#ff6b6b;color:#fff}.login-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-card{animation:fadeIn .6s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:24px;box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff80;max-width:420px;padding:3rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;margin-bottom:.5rem}.login-subtitle{color:#888;font-size:.95rem}.login-form{gap:1.25rem}.login-field,.login-form{display:flex;flex-direction:column}.login-field{gap:.5rem}.login-field label{color:#333;font-size:.95rem;font-weight:600}.login-field input{background:#fff;border:2px solid #e0e0e0;border-radius:12px;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease}.login-field input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea26;outline:none}.login-field input::placeholder{color:#bbb}.login-error{align-items:center;animation:slideIn .3s ease-out;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);border-radius:10px;color:#fff;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.875rem 1rem}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:.5rem;padding:1rem;transition:all .3s ease}.login-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.6}.login-footer{border-top:1px solid #f0f0f0;margin-top:2rem;padding-top:1.5rem;text-align:center}.login-footer p{color:#bbb;font-size:.85rem}.btn-collect{background:linear-gradient(135deg,#00c853,#00e676);border:none;border-radius:10px;box-shadow:0 3px 12px #00c85359;color:#fff;cursor:pointer;font-size:.85rem;font-weight:700;letter-spacing:.3px;padding:.5rem 1.25rem;transition:all .3s ease}.btn-collect:hover:not(:disabled){box-shadow:0 5px 18px #00c85380;transform:translateY(-2px)}.btn-collect:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-collect.collecting{animation:collectPulse 1.5s ease-in-out infinite;background:linear-gradient(135deg,#ffa726,#ff9800);box-shadow:0 3px 12px #ff980059}@keyframes collectPulse{0%,to{box-shadow:0 3px 12px #ff980059}50%{box-shadow:0 3px 20px #ff980099}}.results-card{grid-column:1/-1}.results-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.results-header h2{margin:0}.amr-badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;box-shadow:0 4px 15px #667eea66;display:flex;flex-direction:column;padding:.5rem 1.25rem}.amr-rate{color:#fff;font-size:1.6rem;font-weight:800;line-height:1}.amr-label{color:#ffffffd9;font-size:.65rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.results-summary{background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border-radius:12px;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1rem;padding:1rem 1.25rem}.results-stat{align-items:center;display:flex;flex-direction:column;min-width:70px}.results-stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.results-stat-label{color:#888;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.results-timestamp{color:#999;font-size:.85rem;margin-bottom:1rem;text-align:center}.results-table-wrapper{border:1px solid #eee;border-radius:12px;overflow-x:auto}.results-table{border-collapse:collapse;font-size:.9rem;width:100%}.results-table thead{background:linear-gradient(135deg,#f8f9ff,#f0f2ff)}.results-table th{border-bottom:2px solid #e8e8e8;color:#555;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.results-table td{border-bottom:1px solid #f0f0f0;padding:.6rem 1rem;vertical-align:middle}.results-table tbody tr:hover{background:#667eea0a}.results-table tbody tr.mentioned{background:#00c8530f}.results-table tbody tr.mentioned:hover{background:#00c8531a}.prompt-cell{color:#333;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-pill{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.platform-pill.chatgpt{background:#10a37f1f;color:#0d8c6d}.platform-pill.perplexity{background:#20b2aa1f;color:#178076}.platform-pill.gemini{background:#4285f41f;color:#3367d6}.platform-pill.grok{background:#1d9bf01f;color:#1a8cd8}.result-badge{font-size:.8rem;font-weight:600}.result-badge.yes{color:#00c853}.result-badge.no{color:#ccc}@media (max-width:768px){.results-summary{gap:1rem}.prompt-cell{max-width:200px}.btn-collect{font-size:.8rem;padding:.4rem .75rem}}.api-keys-card{border:2px solid #667eea26}.api-keys-header{align-items:center;border-bottom:none!important;cursor:pointer;display:flex!important;justify-content:space-between;padding-bottom:0!important;transition:background .2s ease}.api-keys-header:hover{background:#667eea08;border-radius:12px}.api-keys-toggle{align-items:center;display:flex;gap:1rem}.key-status-dots{display:flex;gap:.4rem}.key-dot{border-radius:50%;height:10px;transition:all .3s ease;width:10px}.key-dot.configured{background:#00c853;box-shadow:0 0 6px #00c85380}.key-dot.missing{background:#e0e0e0}.toggle-arrow{color:#999;font-size:.8rem;transition:transform .3s ease}.api-keys-body{animation:slideIn .3s ease-out;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.api-key-row{background:linear-gradient(135deg,#fafbff,#f5f6ff);border:1px solid #eee;border-radius:12px;padding:1rem;transition:border-color .3s ease}.api-key-row:hover{border-color:#667eea}.api-key-info{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.api-key-icon{font-size:1.5rem}.api-key-label{color:#333;display:block;font-size:.95rem;font-weight:700}.api-key-masked{color:#999;display:block;font-family:Courier New,monospace;font-size:.75rem;margin-top:.15rem}.api-key-status{font-size:.8rem;font-weight:700;margin-left:auto;white-space:nowrap}.api-key-status.active{color:#00c853}.api-key-status.inactive{color:#ccc}.api-key-input{font-family:Courier New,Consolas,monospace!important;font-size:.9rem!important;letter-spacing:.5px}@media (max-width:768px){.api-key-info{flex-wrap:wrap}}
/*# sourceMappingURL=main.dc110c2f.css.map*/