*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}body{color:var(--text-primary,#333);background:var(--bg-primary,#000);transition:background .3s ease,color .3s ease}a{color:inherit;text-decoration:none}:root[data-theme=dark]{--bg-primary:#000;--bg-secondary:#1a1e26;--bg-tertiary:#2a323c;--bg-hover:#3a424c;--text-primary:#fff;--text-secondary:#b0b8c0;--text-tertiary:#808890;--accent:#b8d18c;--accent-hover:#c8e19c;--border:#3a424c;--border-hover:#4a525c;--shadow:rgba(0,0,0,.5)}:root[data-theme=light]{--bg-primary:#f5f5f5;--bg-secondary:#fff;--bg-tertiary:#f0f0f0;--bg-hover:#e8e8e8;--text-primary:#1a1a1a;--text-secondary:#4a5568;--text-tertiary:#718096;--accent:#b8d18c;--accent-hover:#a8c17c;--border:#e2e8f0;--border-hover:#cbd5e0;--shadow:rgba(0,0,0,.1)}.main{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg-primary);transition:background .3s ease;position:relative}.buyMeCoffeeButton{position:fixed;top:1.5rem;left:1.5rem;display:inline-block;text-decoration:none;transition:transform .3s ease;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.2);border-radius:8px;overflow:hidden}.buyMeCoffeeButton:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.3)}.buyMeCoffeeButton:active{transform:translateY(0) scale(1)}.bmcButtonImage{height:60px!important;width:217px!important;display:block;border-radius:8px}.helpButton{position:fixed;top:1.5rem;right:10.5rem;width:48px;height:48px;border-radius:50%;border:2px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1000;box-shadow:0 4px 12px var(--shadow)}.helpButton:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:scale(1.05)}.helpButton:active{transform:scale(.95)}.settingsButton{position:fixed;top:1.5rem;right:6rem;width:48px;height:48px;border-radius:50%;border:2px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1000;box-shadow:0 4px 12px var(--shadow)}.settingsButton:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:scale(1.05)}.settingsButton:active{transform:scale(.95)}.themeToggle{position:fixed;top:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;border:2px solid var(--border);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1000;box-shadow:0 4px 12px var(--shadow)}.themeToggle:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:scale(1.05)}.themeToggle:active{transform:scale(.95)}.container{width:100%;max-width:1200px;background:var(--bg-secondary);border-radius:16px;box-shadow:0 20px 60px var(--shadow);padding:3rem;transition:all .3s ease;border:1px solid var(--border)}h1{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;transition:color .3s ease}.securityMessage,h1{color:var(--text-primary)}.securityMessage{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--bg-tertiary);border:2px solid var(--accent);border-radius:8px;margin-bottom:2rem;font-size:.875rem;transition:all .3s ease}.securityMessage svg{flex-shrink:0;color:var(--accent);margin-top:.125rem}.securityMessage div{line-height:1.6;flex:1 1}.securityMessage strong{color:var(--accent);font-weight:600}.form-group{margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;color:var(--text-secondary);font-weight:500;transition:color .3s ease}input[type=text]{width:100%;padding:.75rem 1rem;background:var(--bg-tertiary);border:2px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:1rem;transition:all .3s ease;font-family:inherit}input[type=text]:focus{outline:none;border-color:var(--accent);background:var(--bg-hover)}input[type=text]::placeholder{color:var(--text-tertiary)}.dropZone{border:3px dashed var(--border);border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:var(--bg-tertiary);margin-bottom:1.5rem;position:relative}.dropZone.dragOver,.dropZone:hover{border-color:var(--accent);background:var(--bg-hover)}.dropZone.dragOver{transform:scale(1.02)}.dropZoneContent{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--accent)}.dropZoneText{font-size:1.1rem;color:var(--text-secondary);font-weight:500;transition:color .3s ease}.fileInput{display:none}.fileCount{margin-top:.5rem;color:var(--text-tertiary);font-size:.9rem;transition:color .3s ease}button[type=submit]{background:var(--accent);color:var(--bg-primary);border:none;padding:1rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:1rem;box-shadow:0 4px 12px hsla(82,43%,68%,.3)}button[type=submit]:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px hsla(82,43%,68%,.4)}button[type=submit]:active:not(:disabled){transform:translateY(0)}button[type=submit]:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading{text-align:center;padding:2rem;color:var(--accent);font-weight:500;transition:color .3s ease}.error{background:var(--bg-tertiary);color:#ff6b6b;padding:1rem;border-radius:8px;margin-top:1rem;border:2px solid #ff6b6b;transition:all .3s ease}.results{margin-top:2rem}.results h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;transition:color .3s ease}table{width:100%;border-collapse:collapse;margin-top:1rem;background:var(--bg-secondary);box-shadow:0 2px 8px var(--shadow);border-radius:8px;overflow:hidden;border:1px solid var(--border)}thead{background:var(--accent);color:var(--bg-primary)}td,th{padding:1rem;text-align:left;border-bottom:1px solid var(--border);transition:all .3s ease}th{font-weight:600}tbody tr{transition:background .2s ease}tbody tr:hover{background:var(--bg-hover)}tbody tr:last-child td{border-bottom:none}td{color:var(--text-primary)}.no-results{color:var(--text-tertiary);font-style:italic}.modalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease;padding:1rem}.modalContent{position:relative;background:var(--bg-secondary);border-radius:16px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px var(--shadow);animation:slideUp .3s ease;border:1px solid var(--border)}.modalClose{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;border:none;background:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.modalClose:hover{background:var(--bg-hover);transform:scale(1.1)}.modalClose:active{transform:scale(.95)}.modalTitle{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;padding-right:2rem}.modalBody{display:flex;flex-direction:column;gap:1.5rem}.helpSection{padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.helpSection:last-child{border-bottom:none;padding-bottom:0}.helpSectionTitle{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.helpText{font-size:.875rem;line-height:1.6;color:var(--text-secondary);margin-bottom:.5rem}.helpText:last-child{margin-bottom:0}.helpText code{background:var(--bg-tertiary);padding:.125rem .375rem;border-radius:4px;font-family:Courier New,monospace;font-size:.875em;color:var(--accent);border:1px solid var(--border)}.helpText strong{color:var(--text-primary);font-weight:600}.helpList{list-style:none;padding-left:0;margin:.5rem 0}.helpList li{font-size:.875rem;line-height:1.6;color:var(--text-secondary);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.helpList li:before{content:"•";color:var(--accent);font-weight:700;position:absolute;left:.5rem}.helpList li:last-child{margin-bottom:0}.settingsSection{padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.settingsSection:last-child{border-bottom:none;padding-bottom:0}.settingsLabel{display:block;font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.settingsHint{font-size:.75rem;color:var(--text-tertiary);margin-top:.5rem;line-height:1.5}.predefinedTextsList{display:flex;flex-direction:column;gap:.5rem}.predefinedTextItem{display:flex;align-items:center;gap:.5rem}.predefinedTextInput{flex:1 1;padding:.5rem .75rem;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:6px;color:var(--text-primary);font-size:.875rem;transition:all .3s ease;font-family:inherit}.predefinedTextInput:focus{outline:none;border-color:var(--accent);background:var(--bg-hover)}.removeTextButton{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;transition:all .2s ease;padding:0}.removeTextButton:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-hover)}.addTextButton{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.addTextButton:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--accent)}.toggleLabel{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.toggleInput{width:20px;height:20px;cursor:pointer;accent-color:var(--accent)}.toggleText{font-size:.875rem;font-weight:500;color:var(--text-primary);transition:color .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.container{padding:2rem 1.5rem}h1{font-size:2rem}.dropZone{padding:2rem 1rem}.helpButton{right:9rem}.helpButton,.settingsButton{top:1rem;width:40px;height:40px}.settingsButton{right:4.5rem}.themeToggle{top:1rem;right:1rem;width:40px;height:40px}.buyMeCoffeeButton{top:1rem;left:1rem}.bmcButtonImage{height:50px!important;width:180px!important}.modalContent{padding:1.5rem;width:95%}}