:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:0}#app{width:100%;margin:0;padding:0;text-align:left}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f5f7fa;color:#333;margin:0;padding:0}.app-container{width:100vw;height:100vh;display:flex;flex-direction:column}.header{background-color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center;width:100%}.header h1{font-size:1.5rem;font-weight:600;color:#42b883}.header-actions{display:flex;gap:1rem;align-items:center;position:relative}.export-dropdown{position:relative;display:inline-block}.dropdown-arrow{margin-left:.5rem;font-size:.8rem}.dropdown-menu{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;box-shadow:0 4px 6px #0000001a;z-index:100;min-width:200px;padding:.5rem 0;margin-top:.25rem}.dropdown-item{padding:.5rem 1rem;cursor:pointer}.dropdown-item:hover{background-color:#f9fafb}.dropdown-item label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.dropdown-action{border-top:1px solid #e5e7eb;padding-top:.5rem;margin-top:.5rem;text-align:center}.dropdown-export-btn{padding:.5rem 1rem;background-color:#42b883;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s;width:80%}.dropdown-export-btn:hover{background-color:#36a675}.file-input{padding:.5rem 1rem;border:2px solid #e1e4e8;border-radius:4px;cursor:pointer;transition:border-color .2s}.file-input:hover{border-color:#42b883}.export-btn{padding:.5rem 1rem;background-color:#42b883;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.export-btn:hover:not(:disabled){background-color:#36a675}.export-btn:disabled{background-color:#a0e2c0;cursor:not-allowed}.main-content{flex:1;display:flex;overflow:hidden;width:100%}.left-panel{flex:3;background-color:#fff;margin:1rem 1rem 1rem 0;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;display:flex;flex-direction:column;min-width:0}.loading{text-align:center;padding:2rem;color:#666}.empty-state{text-align:center;padding:2rem;color:#999}.action-options{background-color:#f9fafb;padding:1rem;border-radius:6px;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#f9fafbf2;min-width:100%}.table-container{overflow-x:auto;border-radius:4px;width:100%}.action-options h3{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem}.action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.action-btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s;min-width:80px}.confirm-btn{background-color:#10b981;color:#fff}.confirm-btn:hover{background-color:#059669}.delete-btn{background-color:#ef4444;color:#fff}.delete-btn:hover{background-color:#dc2626}.pending-btn{background-color:#f59e0b;color:#fff}.pending-btn:hover{background-color:#d97706}.open-btn{background-color:#3b82f6;color:#fff}.open-btn:hover{background-color:#2563eb}.auto-open-option{margin-top:.75rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280}.auto-open-option input[type=checkbox]{margin:0;cursor:pointer}.excel-table{min-width:100%;border-collapse:collapse;font-size:.9rem}.excel-table th{background-color:#f9fafb;border-bottom:2px solid #e1e4e8;padding:.75rem;text-align:left;font-weight:600;color:#374151;position:sticky;top:0;z-index:10;white-space:nowrap;min-width:100px}.excel-table td{border-bottom:1px solid #e5e7eb;padding:.75rem;color:#4b5563;white-space:nowrap;min-width:100px}.excel-table tr:hover{background-color:#f9fafb}.row-selected{background-color:#dbeafe!important;border-left:4px solid #3b82f6}.row-confirm{background-color:#d1fae5}.row-pending{background-color:#fef3c7}.row-delete{background-color:#fee2e2}.excel-link{color:#3b82f6;text-decoration:none;cursor:pointer;transition:color .2s}.excel-link:hover{color:#2563eb;text-decoration:underline}.right-panel{flex:2;background-color:#fff;margin:1rem 0 1rem 1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:auto;padding:1rem;min-width:0;position:relative}.preview-empty{flex:1;display:flex;justify-content:center;align-items:center;color:#999;background-color:#f9fafb}.web-preview{width:100%;height:100%;border:none}
