*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.scale-in{animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.btn-hover{transition:all .2s ease}.btn-hover:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.toast{animation:slideInRight .3s ease-out;border-radius:8px;color:#fff;font-weight:500;padding:1rem 1.5rem;position:fixed;right:20px;top:20px;z-index:1000}.toast.success{background:#10b981}.toast.error{background:#ef4444}.toast.warning{background:#f59e0b}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.container{padding:1rem}.grid{grid-template-columns:1fr}}@media (max-width:480px){.container{padding:.5rem}h1{font-size:1.5rem}h2{font-size:1.25rem}}.App{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.main-content{min-height:calc(100vh - 80px);padding-top:80px}.container{margin:0 auto;max-width:1200px;padding:2rem}.tab-navigation{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.tab-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;color:#fff;cursor:pointer;display:flex;flex-direction:column;padding:1.5rem;text-align:center;transition:all .3s ease}.tab-button:hover{background:#fff3;box-shadow:0 8px 25px #0003;transform:translateY(-4px)}.tab-button.active{background:#ffffff40;border-color:#fff6;box-shadow:0 8px 25px #0000004d}.tab-label{font-size:1.1rem;font-weight:600;margin-top:.5rem}.tab-description{font-size:.85rem;line-height:1.4;margin-top:.25rem;opacity:.8}.tab-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:2rem}.analytics-container h2{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:2rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 25px #667eea4d;color:#fff}.stat-card h3{font-weight:500;opacity:.9}.risk-high{color:#ef4444}.risk-medium{color:#f59e0b}.risk-low{color:#10b981}.risk-distribution{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem}.risk-distribution h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.risk-bars{align-items:end;display:flex;gap:1rem;height:200px}.risk-bar{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem}.bar-label{color:#64748b;font-size:.8rem;font-weight:500}.bar-container{background:#e2e8f0;height:120px;overflow:hidden;position:relative}.bar-container,.bar-fill{border-radius:8px;width:100%}.bar-fill{background:linear-gradient(0deg,#667eea,#764ba2);bottom:0;left:0;position:absolute;transition:height .5s ease}.bar-count{color:#475569;font-size:.9rem;font-weight:600}@media (max-width:768px){.container{padding:1rem}.tab-navigation{grid-template-columns:1fr}.tab-content{padding:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.risk-bars{flex-direction:column;gap:1rem;height:auto}.risk-bar{align-items:center;flex-direction:row;gap:1rem}.bar-container{height:120px;width:60px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.tab-button{padding:1rem}.tab-label{font-size:1rem}.tab-description{font-size:.8rem}}.submission-form-container{margin:0 auto;max-width:800px}.form-header{margin-bottom:2rem;text-align:center}.form-header h2{color:#333;font-size:2rem;font-weight:700;margin-bottom:.5rem}.form-header p{color:#64748b;font-size:1.1rem}.submission-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2rem;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-select{background:#fff;border:2px solid #d1d5db;border-radius:8px;color:#374151;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease;width:100%}.form-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-textarea{border:2px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:1rem;min-height:120px;padding:1rem;resize:vertical;transition:border-color .2s ease;width:100%}.form-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.char-count{color:#6b7280;font-size:.85rem;margin-top:.25rem;text-align:right}.submit-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.submit-button .spinner{border-width:2px;height:20px;width:20px}.analysis-result{background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 15px #0000000d;margin-bottom:2rem;padding:2rem}.result-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.result-header h3{color:#333;font-size:1.5rem;font-weight:600;margin:0}.result-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.risk-category,.risk-score{display:flex;flex-direction:column;gap:.5rem}.category-label,.score-label{color:#6b7280;font-size:.9rem;font-weight:500}.score-value{font-size:1.5rem}.category-value{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1rem;text-align:center}.features-analysis{margin-bottom:1.5rem}.features-analysis h4{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.features-grid{grid-gap:1rem;gap:1rem}.feature-item{padding:.75rem 1rem}.similarity-info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem}.similarity-info h4{color:#1e40af;font-size:1rem;font-weight:600;margin-bottom:.5rem}.similarity-info p{color:#1e40af;font-size:.9rem;margin:0}.tips-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem}.tips-section h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.tips-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tip-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.tip-card h4{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.tip-card ul{list-style:none;margin:0;padding:0}.tip-card li{color:#64748b;font-size:.9rem;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.tip-card li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.tip-card li:last-child{margin-bottom:0}@media (max-width:768px){.analysis-result,.submission-form{padding:1.5rem}.features-grid,.result-details,.tips-grid{grid-template-columns:1fr}.tips-section{padding:1.5rem}}@media (max-width:480px){.form-header h2{font-size:1.5rem}.form-header p{font-size:1rem}.analysis-result,.submission-form,.tips-section{padding:1rem}}.graph-container{background:#f8fafc;border-radius:12px;height:100%;min-height:600px;overflow:hidden;position:relative;width:100%}.graph-container.empty{align-items:center;background:#f8fafc;border:2px dashed #d1d5db;display:flex;justify-content:center}.empty-state{color:#6b7280;text-align:center}.empty-state h3{font-size:1.2rem;font-weight:600;margin:1rem 0 .5rem}.empty-state p{font-size:.9rem;margin:0}.graph-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;gap:.5rem;left:1rem;padding:1rem;position:absolute;top:1rem;z-index:100}.control-btn{align-items:center;background:#f1f5f9;border:none;border-radius:8px;color:#475569;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.control-btn:hover{background:#e2e8f0;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.zoom-level{color:#64748b;font-size:.8rem;font-weight:500;margin-top:.5rem;text-align:center}.graph-legend{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px;box-shadow:0 4px 15px #0000001a;min-width:200px;padding:1.5rem;position:absolute;right:1rem;top:1rem;z-index:100}.graph-legend h4{color:#333;font-size:1rem;font-weight:600;margin:0 0 1rem}.legend-item{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.legend-color{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:16px;width:16px}.legend-label{color:#374151;font-size:.9rem;font-weight:500}.legend-info{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.legend-info p{color:#64748b;font-size:.8rem;font-style:italic;margin:.25rem 0}.network-svg{height:100%;min-height:600px;width:100%}.graph-tooltip-container{pointer-events:none;position:fixed;z-index:1000}.graph-tooltip{background:#000000e6;border-radius:8px;box-shadow:0 8px 25px #0000004d;color:#fff;font-size:.9rem;max-width:300px;padding:1rem}.graph-tooltip h4{color:#fbbf24;font-size:1rem;font-weight:600;margin:0 0 .5rem}.graph-tooltip p{font-size:.85rem;margin:.25rem 0}.graph-tooltip strong{color:#fbbf24}.selected-node-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #667eea;border-radius:12px;bottom:1rem;box-shadow:0 4px 15px #0000001a;left:1rem;max-width:300px;padding:1.5rem;position:absolute;z-index:100}.selected-node-info h4{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;margin:0 0 1rem}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.close-btn:hover{background:#f1f5f9;color:#374151}.node-details p{color:#374151;font-size:.9rem;margin:.5rem 0}.node-details strong{color:#667eea}.node circle{transition:all .3s ease}.node:hover circle{stroke-width:3;stroke:#667eea}.node.selected circle{stroke-width:4;stroke:#667eea;filter:drop-shadow(0 4px 8px rgba(102,126,234,.3))}@media (max-width:768px){.graph-controls{left:.5rem;padding:.75rem;top:.5rem}.control-btn{height:36px;width:36px}.graph-legend{min-width:180px;padding:1rem;right:.5rem;top:.5rem}.selected-node-info{bottom:.5rem;left:.5rem;max-width:250px;padding:1rem}.graph-container,.network-svg{min-height:500px}}@media (max-width:480px){.graph-controls{flex-direction:row;gap:.25rem}.control-btn{height:32px;width:32px}.graph-legend{min-width:160px;padding:.75rem}.graph-legend h4{font-size:.9rem}.legend-item{margin-bottom:.5rem}.legend-label{font-size:.8rem}.selected-node-info{max-width:200px;padding:.75rem}.selected-node-info h4{font-size:1rem}.node-details p{font-size:.8rem}}.submissions-list-container{margin:0 auto;max-width:1200px}.list-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.header-content h2{color:#333;font-size:2rem;font-weight:700;margin-bottom:.5rem}.header-content p{color:#64748b;font-size:1.1rem;margin:0}.refresh-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.refresh-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.stats-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 15px #0000000d;padding:1.5rem;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-4px)}.stat-card h3{color:#64748b;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.stat-number{font-size:2.5rem;font-weight:700;margin:0}.stat-card.total .stat-number{color:#667eea}.stat-card.safe .stat-number{color:#10b981}.stat-card.suspicious .stat-number{color:#f59e0b}.stat-card.scam .stat-number{color:#ef4444}.filters-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 15px #0000000d;margin-bottom:2rem;padding:1.5rem}.search-box{margin-bottom:1.5rem;position:relative}.search-box svg{left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-input{border:2px solid #d1d5db;border-radius:10px;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:border-color .2s ease;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-controls{align-items:end;display:flex;flex-wrap:wrap;gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{color:#374151;font-size:.9rem;font-weight:600}.filter-select{background:#fff;border:2px solid #d1d5db;border-radius:8px;color:#374151;font-size:.9rem;min-width:150px;padding:.75rem 1rem;transition:border-color .2s ease}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.sort-order-btn{background:#fff;border:2px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:1.2rem;font-weight:700;height:40px;transition:all .2s ease;width:40px}.sort-order-btn:hover{border-color:#667eea;color:#667eea}.results-count{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.9rem;margin-bottom:1.5rem;padding:.75rem;text-align:center}.submissions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.submission-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 15px #0000000d;padding:1.5rem;transition:all .3s ease}.submission-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.card-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.risk-indicator{align-items:center;display:flex;gap:.5rem}.risk-badge{border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.submission-meta{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.submission-type{background:#f1f5f9;border-radius:20px;color:#475569;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.submission-time{color:#64748b;font-size:.8rem}.card-content{margin-bottom:1.5rem}.submission-text{color:#374151;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.risk-score{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem}.score-label{color:#64748b;font-size:.9rem;font-weight:500}.score-value{font-size:1.1rem;font-weight:700}.features-summary{margin-bottom:1rem}.features-label{color:#64748b;display:block;font-size:.85rem;font-weight:500;margin-bottom:.5rem}.features-tags{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;color:#1e40af;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.card-actions{display:flex;justify-content:flex-end}.view-details-btn{align-items:center;background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.view-details-btn:hover{background:#e2e8f0;border-color:#94a3b8}.no-results{color:#64748b;grid-column:1/-1;padding:3rem;text-align:center}.no-results p{font-size:1rem;margin:.5rem 0}.no-results p:first-child{font-size:1.1rem;font-weight:600}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;max-height:80vh;max-width:600px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.modal-header h3{color:#333;font-size:1.3rem;font-weight:600;margin:0}.modal-close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.modal-close-btn:hover{background:#f1f5f9;color:#374151}.modal-body{padding:1.5rem}.detail-section{margin-bottom:2rem}.detail-section:last-child{margin-bottom:0}.detail-section h4{border-bottom:1px solid #e2e8f0;color:#333;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.full-text{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#374151;line-height:1.6;padding:1rem;white-space:pre-wrap;word-break:break-word}.analysis-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.analysis-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.analysis-item .label{color:#64748b;font-weight:500}.analysis-item .value{font-weight:600}.analysis-item .risk-score{font-size:1.1rem}.analysis-item .risk-badge{border-radius:20px;font-size:.8rem;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.features-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.feature-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;padding:.75rem}.feature-item.detected{background:#f0fdf4;border-color:#bbf7d0}.feature-item.not-detected{background:#fef2f2;border-color:#fecaca}.feature-name{color:#374151;font-size:.9rem;font-weight:500}.feature-value{font-size:1.1rem;font-weight:600}.feature-item.detected .feature-value{color:#059669}.feature-item.not-detected .feature-value{color:#dc2626}@media (max-width:768px){.list-header{align-items:flex-start;flex-direction:column;gap:1rem}.stats-cards{grid-template-columns:repeat(2,1fr)}.filter-controls{flex-direction:column;gap:1rem}.submissions-grid{grid-template-columns:1fr}.submission-card{padding:1rem}.card-header{flex-direction:column;gap:1rem}.card-header,.submission-meta{align-items:flex-start}}@media (max-width:480px){.stats-cards{grid-template-columns:1fr}.modal-content{margin:.5rem;max-height:90vh}.modal-header{padding:1rem 1rem .75rem}.modal-body{padding:1rem}.analysis-grid,.features-grid{grid-template-columns:1fr}.header-content h2{font-size:1.5rem}.header-content p{font-size:1rem}.stat-card{padding:1rem}.stat-number{font-size:2rem}.filters-section{padding:1rem}.submission-card{padding:.75rem}}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #ffffff4d;box-shadow:0 2px 20px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-brand{gap:1rem}.brand-icon,.header-brand{align-items:center;display:flex}.brand-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px #667eea66;color:#fff;height:48px;justify-content:center;position:relative;width:48px}.brand-accent{background:#fbbf24;border-radius:50%;color:#92400e;padding:2px;position:absolute;right:-4px;top:-4px}.brand-text{color:#1e293b}.brand-title{font-size:1.5rem;font-weight:700;line-height:1.2;margin:0}.brand-subtitle{font-size:.85rem;font-weight:400;margin:0;opacity:.8}.header-actions{align-items:center;display:flex;gap:1rem}.status-indicator{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:flex;gap:.5rem;padding:.5rem 1rem}.status-dot{animation:pulse 2s infinite;border-radius:50%;height:8px;width:8px}.status-dot,.status-dot.active{background:#10b981}.status-text{color:#1e293b;font-size:.85rem;font-weight:500}@keyframes pulse{0%{box-shadow:0 0 0 0 #10b981b3}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 0 0 #10b98100}}@media (max-width:768px){.header-container{padding:1rem}.brand-title{font-size:1.25rem}.brand-subtitle{font-size:.8rem}.status-indicator{padding:.4rem .8rem}.status-text{font-size:.8rem}}@media (max-width:480px){.header-container{flex-direction:column;gap:1rem;padding:1rem .5rem}.brand-icon{height:40px;width:40px}.brand-title{font-size:1.1rem}.brand-subtitle{font-size:.75rem}}
/*# sourceMappingURL=main.9543a1f5.css.map*/