*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--secondary-color:#8b5cf6;--accent-color:#06b6d4;--text-primary:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-card:#fff;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--gradient-primary:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);--gradient-accent:linear-gradient(135deg,var(--accent-color) 0%,var(--primary-color) 100%)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--bg-primary);color:#1f2937;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden;position:relative}.background-animation{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.particle{animation:float 20s linear infinite;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border-radius:50%;height:4px;opacity:.1;position:absolute;width:4px}.particle:first-child{animation-delay:0s;animation-duration:25s;left:10%}.particle:nth-child(2){animation-delay:5s;animation-duration:30s;left:20%}.particle:nth-child(3){animation-delay:10s;animation-duration:35s;left:30%}.particle:nth-child(4){animation-delay:15s;animation-duration:28s;left:70%}.particle:nth-child(5){animation-delay:20s;animation-duration:32s;left:80%}@keyframes float{0%{opacity:0;transform:translateY(100vh) rotate(0deg)}10%{opacity:.1}90%{opacity:.1}to{opacity:0;transform:translateY(-100px) rotate(1turn)}}.container{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;min-height:100vh;padding:0 2rem}.hero{padding:4rem 0 2rem;position:relative;text-align:center}.title{-webkit-text-fill-color:#0000;animation:titleGlow 3s ease-in-out infinite alternate;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,8vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1rem}.title-main,.title-sub{display:block}.title-sub{font-size:.6em;font-weight:500;margin-top:.5rem;opacity:.8}@keyframes titleGlow{0%{filter:drop-shadow(0 0 20px rgba(99,102,241,.3))}to{filter:drop-shadow(0 0 30px rgba(99,102,241,.5))}}.subtitle{animation:fadeInUp 1s ease-out .5s both;color:#6b7280;color:var(--text-secondary);font-size:1.25rem;font-weight:400;margin-bottom:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.main-content{flex:1 1;padding-bottom:4rem}.controls{align-items:end;background:#fff;background:var(--bg-card);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:2rem}.input-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.input-group label{font-weight:500}.input-group input,.input-group label{color:#1f2937;color:var(--text-primary);font-size:.875rem}.input-group input{background-color:#fff;background-color:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:8px;padding:.75rem 1rem;transition:all .2s ease}.input-group input:focus{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a;outline:none}.button{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;height:-webkit-fit-content;height:fit-content;justify-content:center;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s ease;white-space:nowrap}.button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.button:hover:before{left:100%}.button:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.button:disabled{box-shadow:none;cursor:not-allowed;transform:none}.button.secondary,.button:disabled{background:#9ca3af;background:var(--text-muted)}.button.secondary:hover{background:#6b7280;background:var(--text-secondary)}.card{background:#fff;background:var(--bg-card);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:before{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.card:hover:before{transform:scaleX(1)}.card:hover{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.file-list{display:flex;flex-direction:column;height:100%}.file-list h3{background:#f9fafb;background:var(--bg-secondary);color:#1f2937;color:var(--text-primary);flex-shrink:0;font-size:1.125rem;font-weight:600;margin:0;padding:1.5rem 2rem}.file-item,.file-list h3{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color)}.file-item{cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:60px;padding:1rem 2rem;transition:all .2s ease}.file-item:hover{background:#f9fafb;background:var(--bg-secondary)}.file-item.selected{background:#6366f1;background:var(--primary-color);color:#fff}.file-item.selected .file-name,.file-item.selected .file-size{color:#fff}.file-item:last-child{border-bottom:none}.file-name{color:#1f2937;color:var(--text-primary);font-size:.875rem;font-weight:500;line-height:1.3;margin-bottom:.25rem;word-break:break-word}.file-size{color:#6b7280;color:var(--text-secondary);display:flex;flex-wrap:wrap;font-size:.75rem;gap:.5rem}.spreadsheet-container{display:flex;flex:1 1;flex-direction:column;min-height:0}.x-spreadsheet{border:none!important;border-radius:0 0 16px 16px}.x-spreadsheet-toolbar{background-color:#f9fafb!important;background-color:var(--bg-secondary)!important;border-bottom:1px solid #e5e7eb!important;border-bottom:1px solid var(--border-color)!important}.x-spreadsheet-sheet{background-color:#fff!important;background-color:var(--bg-primary)!important}.x-spreadsheet-table{border:none!important}.x-spreadsheet-cell{border:1px solid #e5e7eb!important;border:1px solid var(--border-color)!important}.x-spreadsheet-cell.selected{border:2px solid #6366f1!important;border:2px solid var(--primary-color)!important}.loading{color:#6b7280;color:var(--text-secondary);padding:2rem;text-align:center}.error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.error,.success{margin-bottom:1rem;padding:1rem}.success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#16a34a}.footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);color:#9ca3af;color:var(--text-muted);font-size:.875rem;margin-top:auto;padding:2rem 0;text-align:center}@media (max-width:768px){.container{padding:0 1rem}.hero{padding:2rem 0 1rem}.title{font-size:clamp(2.5rem,10vw,4rem)}.controls{flex-direction:column;gap:1rem;padding:1.5rem}.input-group{min-width:0;min-width:auto;width:100%}.button{width:100%}.file-list h3{text-align:center}.file-item,.file-list h3{padding:1rem 1.5rem}}@media (max-width:480px){.hero{padding:1.5rem 0 1rem}.subtitle{font-size:1.125rem}.controls{padding:1rem}.file-item{min-height:70px}}@media (prefers-color-scheme:dark){:root{--text-primary:#f9fafb;--text-secondary:#d1d5db;--text-muted:#9ca3af;--bg-primary:#111827;--bg-secondary:#1f2937;--bg-card:#1f2937;--border-color:#374151}.error{background:#1f1415;border-color:#7f1d1d;color:#fca5a5}.success{background:#141f14;border-color:#166534;color:#86efac}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.particle{display:none}}.button:focus{outline:2px solid #6366f1;outline:2px solid var(--primary-color);outline-offset:2px}.button:focus:not(:focus-visible){outline:none}.input-group input:focus{outline:2px solid #6366f1;outline:2px solid var(--primary-color);outline-offset:2px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.a67110e8.css.map*/