@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@font-face{font-family:Inter Fallback;size-adjust:107%;ascent-override:90%;src:local("Arial")}:root{font-family:Inter,Inter Fallback,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #fafafa;--text-primary: #1a1a1a;--text-secondary: #666;--border: #e1e5e9;--surface: #fff;--input-bg: #f8f9fa;--input-border: #e1e5e9;--shadow: rgba(0, 0, 0, .04);--highlight-bg: #f0f8ff;--highlight-text: #0066cc;--toast-bg: rgba(0, 0, 0, .85);--toast-text: #fff;--toast-shadow: rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%}body{line-height:1.5;font-weight:400;font-size:16px;color:var(--text-primary);background:var(--bg)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:#06c;text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;border:none;background:none;cursor:pointer}input,textarea,select{font:inherit}.main-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem}.content-wrapper{max-width:600px;width:100%;display:flex;flex-direction:column;gap:3rem}.header{text-align:center}.title{font-size:3rem;font-weight:700;margin-bottom:.5rem}.subtitle{font-size:1.125rem;color:var(--text-secondary)}.search-section{text-align:center}.search-container{display:flex;align-items:center;background:var(--surface);border:2px solid var(--border);border-radius:12px;padding:4px;box-shadow:0 2px 8px var(--shadow);transition:border-color .2s,box-shadow .2s}.search-container:focus-within{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.search-input{flex:1;border:none;outline:none;padding:1rem 1.25rem;font-size:1.125rem;background:transparent}.search-input::placeholder{color:#999}.search-button{padding:.75rem;border-radius:8px;color:var(--text-secondary);margin-right:4px;transition:background .2s,color .2s;display:flex;align-items:center;justify-content:center}.search-button:hover{background:#f0f0f0;color:#06c}.search-hint{margin-top:1rem;font-size:.875rem;color:var(--text-secondary)}.current-default-hint{font-weight:600;color:var(--highlight-text);background:var(--highlight-bg);padding:.125rem .375rem;border-radius:4px}.setup-section,.settings-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px var(--shadow)}.setup-section h3,.settings-section h3{font-size:1.125rem;margin-bottom:.75rem}.setup-section p,.setting-subtitle{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}.url-container{display:flex;align-items:center;gap:8px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;padding:4px}.url-input{flex:1;padding:.75rem;border:none;background:transparent;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.875rem;color:#444}.copy-button{padding:.75rem;color:var(--text-secondary);border-radius:6px;transition:background .2s,color .2s;display:flex;align-items:center;justify-content:center}.copy-button:hover{background:#e9ecef}.copy-button.copied{color:#28a745;background:#d4edda}.setting-group{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.setting-label{min-width:100px;font-size:.875rem;font-weight:500;color:var(--text-primary);flex-shrink:0}.setting-label-checkbox{font-size:.875rem;font-weight:500;color:var(--text-primary);cursor:pointer}.setting-input{padding:.5rem .75rem;border:1px solid var(--input-border);border-radius:6px;background:var(--input-bg);font-size:.875rem;transition:border-color .2s,background .2s,box-shadow .2s}.setting-input:focus{outline:none;border-color:#06c;background:#fff;box-shadow:0 0 0 2px #0066cc1a}.setting-checkbox{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#0066cc;flex-shrink:0}.save-button{background:#06c;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;transition:background .2s;flex-shrink:0}.save-button:hover{background:#005bb5}.save-button:active{background:#004999}.current-note{font-size:.875rem;color:var(--text-secondary);margin-bottom:1.5rem}.current-default-display{font-weight:600;color:#06c}.setting-hint{font-size:.75rem;color:#888;margin-top:-.25rem;margin-bottom:.75rem;padding-left:2.25rem}.bang-specific-setting-group.ddg-specific,.bang-specific-setting-group.g-specific{display:none;gap:.75rem}.bang-specific-setting-group:last-of-type{margin-bottom:.75rem}.bang-specific-setting-hint{display:none;font-size:.75rem;color:#888;margin-top:-.25rem;margin-bottom:.75rem;padding-left:2rem}.bang-specific-setting-group #duck-assist-select+.setting-label-checkbox~.bang-specific-setting-hint{padding-left:0}.bang-highlight{font-weight:600;color:#06c;background:#f0f8ff;padding:.125rem .375rem;border-radius:4px;white-space:nowrap}.info-section{text-align:center;font-size:.875rem;color:var(--text-secondary)}.footer{margin-top:3rem;text-align:center;font-size:.875rem;color:#999}.footer a{color:#666;font-weight:500}.footer a:hover{color:#06c}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100%);background:var(--toast-bg);color:var(--toast-text);padding:.75rem 1.25rem;border-radius:6px;opacity:0;transition:opacity .3s,transform .3s;z-index:1000;pointer-events:none;font-size:.9rem;box-shadow:0 4px 12px var(--toast-shadow)}.toast.visible{opacity:1;transform:translate(-50%) translateY(0)}@media (max-width: 640px){.main-container{padding:1rem}.content-wrapper{gap:2rem}.title{font-size:2.5rem}.search-input{font-size:1rem;padding:.875rem 1rem}.setting-group{flex-direction:column;align-items:flex-start;gap:.5rem}.setting-label{min-width:auto}.save-button{margin-left:0;margin-top:.5rem}.current-note{text-align:left}.setting-hint,.bang-specific-setting-hint{padding-left:0;margin-left:0;margin-top:.25rem}.bang-specific-setting-group.ddg-specific,.bang-specific-setting-group.g-specific{margin-top:1rem}}#custom-bangs-section{margin-top:1rem}#add-custom-bang-form{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}#add-custom-bang-form .setting-input{width:100%;box-sizing:border-box}#add-custom-bang-form .save-button{align-self:flex-start}@media (prefers-color-scheme: dark){:root{--bg: #1a1a1a;--surface: #2d2d2d;--border: #444;--text-primary: #f0f0f0;--text-secondary: #a0a0a0;--input-bg: #222222;--input-border: #555;--primary: #5cafff;--primary-hover: #3a8ee0;--shadow: rgba(0, 0, 0, .2);--highlight-bg: rgba(92, 175, 255, .15);--highlight-text: var(--primary);--toast-bg: rgba(255, 255, 255, .9);--toast-text: #000;--toast-shadow: rgba(0, 0, 0, .2)}body{background:var(--bg);color:var(--text-primary)}a{color:var(--primary)}.title{color:var(--text-primary)}.subtitle{color:var(--text-secondary)}.search-container,.setup-section,.settings-section{background:var(--surface);border-color:var(--border);box-shadow:0 2px 8px var(--shadow)}.search-container:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #5cafff33}.search-input{color:var(--text-primary)}.search-input::placeholder{color:var(--text-secondary)}.url-input,.setting-input{background:var(--input-bg);color:var(--text-primary);border-color:var(--input-border)}.setting-input:focus{background:var(--surface);border-color:var(--primary);box-shadow:0 0 0 2px #5cafff33}.url-container{background:var(--input-bg);border-color:var(--input-border)}.url-input{color:var(--text-primary)}.search-button,.copy-button{color:var(--text-secondary)}.search-button:hover{background:var(--border);color:var(--primary)}.copy-button:hover{background:var(--border)}.copy-button.copied{color:#76c78c;background:#2a4730}.save-button{background:var(--primary);color:#fff}.save-button:hover{background:var(--primary-hover)}.save-button:active{background:#2a6db5}.search-hint,.setup-section p,.current-note,.setting-hint,.bang-specific-setting-hint,.info-section,.footer{color:var(--text-secondary)}.setup-section h3,.settings-section h3,.setting-label,.setting-label-checkbox{color:var(--text-primary)}.current-default-hint{background:var(--highlight-bg);color:var(--highlight-text)}.current-default-display{color:var(--primary)}.bang-highlight{background:var(--highlight-bg);color:var(--highlight-text)}.footer a{color:var(--text-secondary)}.footer a:hover{color:var(--primary)}.setting-checkbox{accent-color:var(--primary)}.toast{background:var(--toast-bg);color:var(--toast-text);box-shadow:0 4px 12px var(--toast-shadow)}}.feature-promo-box{background:var(--highlight-bg);color:var(--highlight-text);border:1px solid rgba(0,102,204,.2);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.95rem;line-height:1.4;box-shadow:0 2px 4px #00000008}.feature-promo-box .emoji{font-size:1.5rem;flex-shrink:0}.feature-promo-box p{margin:0}@media (prefers-color-scheme: dark){:root{--dark-mode-promo-border: rgba(92, 175, 255, .3)}.feature-promo-box{border-color:var(--dark-mode-promo-border);box-shadow:0 2px 4px #0000001a}}
