.descriptive-card{display:grid;grid-template-columns:320px 1fr;gap:2rem;background:#ffffffb3;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);border-radius:2.5rem;padding:2rem;min-height:700px;box-shadow:0 25px 50px -12px #6366f11a;overflow:hidden}.descriptive-sidebar{display:flex;flex-direction:column;gap:1.5rem;padding-right:2rem;border-right:1px solid rgba(99,102,241,.1)}.sidebar-heading{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#6366f1;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.input-group{display:flex;flex-direction:column;gap:.75rem}.input-group label{font-size:.85rem;font-weight:700;color:#475569}#dataInput{width:100%;height:300px;padding:1.25rem;border-radius:1.25rem;border:1px solid rgba(99,102,241,.2);background:#fff;font-size:.9rem;line-height:1.5;color:#1e293b;resize:none;transition:all .3s ease;scrollbar-width:thin;scrollbar-color:#6366f1 #f1f5f9}#dataInput:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.type-toggle{display:flex;background:#f1f5f9;padding:.25rem;border-radius:.75rem;gap:.25rem}.toggle-btn{flex:1;padding:.6rem;border-radius:.6rem;border:none;background:transparent;font-size:.75rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s ease}.toggle-btn.active{background:#fff;color:#6366f1;box-shadow:0 4px 6px -1px #0000000d}.descriptive-main{display:flex;flex-direction:column;gap:2rem}.results-top-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.stat-block{background:#fff;padding:1.5rem;border-radius:1.5rem;border:1px solid rgba(99,102,241,.05);display:flex;flex-direction:column;gap:1rem}.block-title{font-size:.75rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.7rem;font-weight:700;color:#64748b}.stat-value{font-size:1.1rem;font-weight:800;color:#1e293b;word-break:break-all}.stat-value.primary{color:#6366f1}.visual-section{background:#fff;padding:2rem;border-radius:2rem;border:1px solid rgba(99,102,241,.05);display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden}#boxplotCanvas{display:block;width:100%;height:300px}.interpretation-box{padding:1.25rem;background:#6366f108;border-radius:1rem;font-size:.85rem;line-height:1.6;color:#475569;font-weight:500;border-left:4px solid #6366f1}.action-bar{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.round-btn-group{display:flex;gap:.75rem}.btn-icon-round{width:42px;height:42px;border-radius:50%;border:1px solid rgba(99,102,241,.1);background:#fff;color:#6366f1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.btn-icon-round:hover{background:#6366f1;color:#fff;transform:translateY(-2px);box-shadow:0 10px 15px -3px #6366f133}.error-overlay{position:absolute;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:2rem}.error-text{color:#ef4444;font-weight:800;font-size:.9rem;text-transform:uppercase}.descriptive-main>*,.descriptive-sidebar>*{min-width:0}@media(max-width:1024px){.descriptive-card{grid-template-columns:1fr}.descriptive-sidebar{padding-right:0;border-right:none;border-bottom:1px solid rgba(99,102,241,.1);padding-bottom:2rem}}@media(max-width:600px){.descriptive-card{padding:1.25rem;gap:1.25rem;border-radius:1rem;min-height:unset}.descriptive-sidebar{gap:1rem;padding-bottom:1.25rem}#dataInput{height:180px;font-size:.85rem}.results-top-grid{grid-template-columns:1fr;gap:1rem}.stat-block{padding:1rem;border-radius:1rem}.stat-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.visual-section{padding:1rem;border-radius:1rem}#boxplotCanvas{height:200px}.action-bar{flex-direction:column;gap:.75rem;align-items:flex-start}.interpretation-box{font-size:.8rem;padding:1rem}}:global(.dark) .descriptive-card{background:#0f172ab3;border-color:#ffffff0d}:global(.dark) .sidebar-heading{color:#818cf8}:global(.dark) #dataInput{background:#0f172a;border-color:#6366f14d;color:#f1f5f9}:global(.dark) .stat-block,:global(.dark) .visual-section{background:#1e293b;border-color:#ffffff0d}:global(.dark) .stat-value{color:#f1f5f9}:global(.dark) .stat-label,:global(.dark) .block-title{color:#94a3b8}:global(.dark) .interpretation-box{background:#6366f11a;color:#cbd5e1}:global(.dark) .btn-icon-round{background:#1e293b;border-color:#ffffff0d;color:#818cf8}:global(.dark) .type-toggle{background:#0f172a}:global(.dark) .toggle-btn.active{background:#1e293b;color:#818cf8}:global(.dark) .error-overlay{background:#0f172ae6}
