*{box-sizing:border-box}.appNav{z-index:100;background:#fff;border-bottom:2px solid #e2e8f0;position:sticky;top:0;box-shadow:0 1px 3px #0000000f}.navTabs{gap:.25rem;max-width:850px;margin:0 auto;padding:0 1.5rem;display:flex}.navTab{color:#64748b;border-bottom:3px solid #0000;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s}.navTab:hover{color:#2563eb}.navTabActive{color:#2563eb;border-bottom-color:#2563eb}.appMain{flex:1}.usageInstructionsCard .markdownContent{color:#334155;font-size:1rem;line-height:1.7}.usageInstructionsCard .markdownContent h1{color:#1e293b;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.75rem}.usageInstructionsCard .markdownContent h1:first-child{margin-top:0}.usageInstructionsCard .markdownContent h2{color:#1e293b;margin-top:1.25rem;margin-bottom:.5rem;font-size:1.35rem}.usageInstructionsCard .markdownContent h3{color:#334155;margin-top:1rem;margin-bottom:.5rem;font-size:1.15rem}.usageInstructionsCard .markdownContent p{margin-bottom:1rem}.usageInstructionsCard .markdownContent ul,.usageInstructionsCard .markdownContent ol{margin-bottom:1rem;padding-left:1.5rem}.usageInstructionsCard .markdownContent li{margin-bottom:.35rem}.usageInstructionsCard .markdownContent code{background:#f1f5f9;border-radius:4px;padding:.2em .4em;font-size:.9em}.usageInstructionsCard .markdownContent pre{color:#e2e8f0;background:#1e293b;border-radius:8px;margin-bottom:1rem;padding:1rem;overflow-x:auto}.usageInstructionsCard .markdownContent table{border-collapse:collapse;border-radius:8px;width:100%;margin:1rem 0 1.25rem;font-size:.95rem;overflow:hidden;box-shadow:0 1px 3px #00000014}.usageInstructionsCard .markdownContent thead{background:#f1f5f9}.usageInstructionsCard .markdownContent th{text-align:left;color:#1e293b;border-bottom:2px solid #e2e8f0;padding:.65rem 1rem;font-weight:600}.usageInstructionsCard .markdownContent td{color:#334155;border-bottom:1px solid #e2e8f0;padding:.65rem 1rem}.usageInstructionsCard .markdownContent tbody tr:last-child td{border-bottom:none}.usageInstructionsCard .markdownContent tbody tr:hover{background:#f8fafc}.usageInstructionsCard .markdownContent pre code{color:inherit;background:0 0;padding:0}.container{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 50%,#f8fafc 100%);min-height:100vh;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;overflow-x:hidden}.container:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#2563eb08 0%,#0000 50%),radial-gradient(circle at 80% 80%,#3b82f608 0%,#0000 50%);position:absolute;inset:0}.card{background:#fff;border-radius:16px;max-width:850px;margin:0 auto;padding:3rem;transition:transform .3s,box-shadow .3s;animation:.6s ease-out slideUp;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 1px #0000000d}.card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 0 1px #0000000d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.title{color:#1e293b;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.title:after{content:"";background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-8px;left:0}.cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;display:flex}.cardHeader .subtitle{margin-bottom:0}.subtitle{color:#475569;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.resetButton{color:#64748b;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;margin-top:.25rem;padding:.55rem 1.15rem;font-size:.85rem;font-weight:600;transition:all .2s}.resetButton:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.form{flex-direction:column;gap:2rem;display:flex}.section{border-bottom:2px solid #0000;border-image:linear-gradient(90deg,#0000,#e2e8f0,#0000) 1;padding-bottom:2rem;position:relative}.section:before{content:"";opacity:0;background:linear-gradient(#2563eb,#3b82f6);border-radius:2px;width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:-3rem}.section:hover:before{opacity:1}.sectionTitle{color:#1e293b;align-items:center;gap:.75rem;margin-bottom:1.75rem;font-size:1.35rem;font-weight:600;display:flex}.sectionTitle:before{content:"";background:linear-gradient(#2563eb,#3b82f6);border-radius:2px;width:4px;height:24px}.formGroup{margin-bottom:1.75rem;position:relative}.label{color:#334155;letter-spacing:.3px;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:block}.required{color:#dc2626;margin-left:2px;font-weight:700}.fileInput{cursor:pointer;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:2px dashed #cbd5e0;border-radius:12px;width:100%;padding:1.25rem;font-size:.9rem;transition:all .3s;position:relative;overflow:hidden}.fileInput::file-selector-button{display:none}.fileInput:before{content:"";background:linear-gradient(90deg,#0000,#2563eb0d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.fileInput:hover:before{left:100%}.fileInput:hover{background:#fff;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb1a}.fileInput:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.fileName{color:#059669;background:#f0fdf4;border-left:3px solid #059669;border-radius:8px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:flex}.fileName:before{content:"✓";color:#059669;font-size:1rem}.textInput{background:#fff;border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:.875rem 1rem;font-size:.9rem;transition:all .3s}.textInput:hover{border-color:#cbd5e0;box-shadow:0 2px 8px #0000000d}.textInput:focus{border-color:#2563eb;outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #2563eb1a}.helpText{color:#64748b;margin-top:.5rem;font-size:.8rem;line-height:1.5}.submitButton{color:#fff;cursor:pointer;letter-spacing:.5px;background:#2563eb;border:none;border-radius:10px;margin-top:1.5rem;padding:1rem 2rem;font-size:1.05rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #2563eb40}.submitButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.submitButton:hover:before{left:100%}.submitButton:hover:not(:disabled){background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px #2563eb59}.submitButton:active:not(:disabled){transform:translateY(0)}.submitButton:disabled{cursor:not-allowed;box-shadow:none;background:#94a3b8;transform:none}.resultSection{background:#f0fdf4;border:1px solid #86efac;border-radius:12px;margin-top:2.5rem;padding:2rem;animation:.5s ease-out slideIn;position:relative;overflow:hidden;box-shadow:0 4px 12px #0596691a}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.resultTitle{color:#065f46;z-index:1;margin-bottom:1rem;font-size:1.25rem;font-weight:700;position:relative}.resultSection p{color:#047857;z-index:1;margin-bottom:1.5rem;font-weight:500;position:relative}.downloadButton{color:#fff;z-index:1;background:#059669;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;box-shadow:0 4px 12px #05966940}.downloadButton:after{content:"↓";font-size:1.2rem;transition:transform .3s}.downloadButton:hover{background:#047857;transform:translateY(-2px);box-shadow:0 6px 16px #05966959}.downloadButton:hover:after{transform:translateY(2px)}.loginContainer{justify-content:center;align-items:center;display:flex}.loginCard{width:100%;max-width:420px}.loginError{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-left:3px solid #dc2626;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.navSpacer{flex:1}.navUser{align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.navUserEmail{color:#64748b;font-size:.85rem;font-weight:500}.navLogout{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.4rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s}.navLogout:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.container{padding:1rem}.card{border-radius:20px;padding:2rem 1.5rem}.title{font-size:2rem}.section:before{display:none}}
