*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;min-height:100vh;color:#333;line-height:1.5}.container{max-width:1100px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #00000014;border:1px solid #e9ecef}.columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.tool-panel{position:sticky;top:2rem}.header{text-align:center;margin-bottom:2.5rem}.logo{width:100px;height:100px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center}.logo svg{width:100%;height:100%}.header h1{font-family:Georgia,Times New Roman,serif;font-size:2.2rem;font-weight:700;color:#000;margin-bottom:.5rem}.header .tagline{font-size:1.05rem;color:#6b7280;font-weight:400;max-width:480px;margin:0 auto}.header p{font-size:1.05rem;color:#6b7280;font-weight:400}.security-badge{display:inline-flex;align-items:center;gap:.5rem;background:#dcfce7;color:#166534;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:500;margin-top:1rem;border:1px solid #bbf7d0}.security-badge svg{width:16px;height:16px;flex-shrink:0}.instructions{margin-bottom:0}.instructions h2{font-size:1.2rem;margin-bottom:1.25rem;color:#1f2937}.steps{display:flex;flex-direction:column;gap:1rem}.step{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#f9fafb;border-radius:10px;border-left:4px solid #FFB74D}.step-number{background:#ffb74d;color:#fff;width:30px;height:30px;min-width:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.step-text h3{font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.35rem}.step-text p{color:#6b7280;font-size:.9rem;line-height:1.6;margin:0}.step-text strong{color:#374151}.concur-steps{margin-top:.75rem}.concur-steps ol{padding-left:1.25rem;margin:0}.concur-steps li{color:#6b7280;font-size:.9rem;line-height:1.6;margin-bottom:.4rem;padding-left:.25rem}.concur-steps li strong{color:#374151}.concur-link{color:#fd5108;font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.concur-link:hover{color:#e55a00}.concur-hint{margin-top:.75rem;font-size:.82rem;color:#059669;font-weight:500;background:#ecfdf5;padding:.6rem .85rem;border-radius:6px;border:1px solid #bbf7d0;line-height:1.5}.query-builder{margin-top:1rem}.query-pickers{display:flex;gap:.5rem;margin-bottom:.75rem}.query-pickers select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#1f2937;font-size:.9rem;font-family:inherit;cursor:pointer;transition:border-color .2s}.query-pickers select:focus{outline:none;border-color:#fd5108;box-shadow:0 0 0 3px #fd51081a}.query-output{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.6rem .75rem;border-radius:8px;border:1px solid #e5e7eb}.query-output code{flex:1;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.8rem;color:#374151;word-break:break-all;line-height:1.5}.copy-btn{background:#fd5108;color:#fff;border:none;width:36px;height:36px;min-width:36px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.copy-btn:hover{background:#e55a00;transform:translateY(-1px);box-shadow:0 2px 8px #fd51084d}.copy-btn:active{transform:translateY(0)}.copy-btn.copied{background:#059669}.query-hint{margin-top:.6rem;font-size:.82rem;color:#9ca3af;line-height:1.5}.query-hint strong{color:#6b7280}.upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:3rem 2rem;text-align:center;transition:all .3s ease;cursor:pointer;background:#fafafa}.upload-area:hover,.upload-area.drag-over{border-color:#fd5108;background:#fef7f0}.upload-area.drag-over{transform:scale(1.01)}.upload-icon{width:56px;height:56px;margin:0 auto 1rem;color:#fd5108;display:block}.upload-area h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.upload-area p{color:#6b7280;font-size:.95rem}.browse-link{color:#fd5108;cursor:pointer;text-decoration:underline;text-underline-offset:2px;font-weight:600}.browse-link:hover{color:#e55a00}h2{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:600;color:#1f2937}.file-list{margin-top:1.5rem}.file-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.file-list ul{list-style:none;display:flex;flex-direction:column;gap:6px}.file-list li{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:background .15s}.file-list li:hover{background:#f3f4f6}.file-list .file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:12px;color:#1f2937;font-weight:500}.file-list .file-size{color:#6b7280;font-size:12px;flex-shrink:0}.btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#fd5108;color:#fff;display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;font-size:15px;box-shadow:0 2px 8px #fd51084d}.btn-primary:hover:not(:disabled){background:#e55a00;transform:translateY(-1px);box-shadow:0 4px 12px #fd510866}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-icon{width:18px;height:18px}.btn-ghost{background:none;color:#6b7280;padding:6px 12px}.btn-ghost:hover{color:#1f2937;background:#f3f4f6}.action-bar{margin-top:1.5rem;display:flex;justify-content:center}.result-summary{margin-top:1.5rem;display:flex;align-items:center;gap:.85rem;padding:1rem 1.25rem;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:10px}.summary-icon{color:#059669;flex-shrink:0;display:flex}.summary-text{display:flex;flex-direction:column;gap:.15rem}.summary-days{font-size:1.05rem;font-weight:700;color:#065f46}.summary-detail{font-size:.85rem;color:#047857}.log-section{margin-top:1rem}.log-output{margin-top:10px;padding:16px;background:#1a1d27;border:1px solid #2a2e3a;border-radius:10px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:12px;line-height:1.7;max-height:320px;overflow-y:auto;color:#e4e4e7}.log-output::-webkit-scrollbar{width:8px}.log-output::-webkit-scrollbar-track{background:#1a1d27;border-radius:4px}.log-output::-webkit-scrollbar-thumb{background:#3a3e4a;border-radius:4px}.log-output::-webkit-scrollbar-thumb:hover{background:#4a4e5a}.log-line{padding:1px 0}.log-line.success{color:#34d399}.log-line.warn{color:#fbbf24}.log-line.error{color:#f87171}.log-line.info{color:#8b8d98}.log-line.heading{color:#e4e4e7;font-weight:600;margin-top:8px}.download-notice{margin-top:1rem;padding:.85rem 1.1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;text-align:center}.download-notice p{font-size:.9rem;color:#374151;margin:0;line-height:1.6}.download-notice p:first-child{font-weight:600}.download-notice a{color:#fd5108;font-weight:600;text-decoration:underline;text-underline-offset:2px}.download-notice a:hover{color:#e55a00}.btn-primary .spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.hidden{display:none!important}@media(max-width:900px){.columns{grid-template-columns:1fr}.tool-panel{position:static}}@media(max-width:768px){.container{padding:1rem}.card{padding:1.5rem}.header h1{font-size:1.8rem}}
