@font-face{font-family:Inter Fallback;size-adjust:107%;ascent-override:90%;src:local(Arial)}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-color:#131313;--text-color:#ddd;--input-bg:#191919;--input-border:#3d3d3d;--input-text:#fff;--link-color:#a9a9a9;--link-hover:#888;--button-hover:#222;--button-active:#333;--icon-filter:invert(1);font-family:Inter,Inter Fallback,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.light-theme{--bg-color:#f5f5f5;--text-color:#333;--input-bg:#fff;--input-border:#ccc;--input-text:#000;--link-color:#666;--link-hover:#333;--button-hover:#e0e0e0;--button-active:#d0d0d0;--icon-filter:invert(0)}section.theme-control{justify-content:center;align-items:center;gap:.5rem;display:grid}section.theme-control .theme-button{background-color:var(--text-color);color:var(--bg-color);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;display:flex}.lucide-sun:has(.light-theme :is(section.theme-control .theme-button)){display:none}.lucide-moon:not(:has(.light-theme :is(section.theme-control .theme-button))){display:none}section.theme-control .unset-theme-button{color:var(--text-color);border:none;padding:.1rem .3rem;font-size:.7rem}section.theme-control .unset-theme-button.hide{opacity:0;pointer-events:none}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{color:var(--text-color);background-color:var(--bg-color);font-size:16px;font-weight:400;line-height:1.5}@keyframes bounce{0%{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(0)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(16px)}to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(0)}}.search-icon{color:oklch(50% 0 0);justify-content:center;align-items:center;width:100svw;height:100svh;display:flex}.search-icon:not(:has(+.cloak)){display:none}.search-icon svg{animation:1.2s cubic-bezier(.68,-.55,.265,1.55) infinite bounce}.cloak{display:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:var(--link-color)}a:hover{color:var(--link-hover)}button{font:inherit;cursor:pointer;background:0 0;border:none}input,textarea{font:inherit}.main-layout{flex-direction:column;justify-content:space-between;align-items:center;gap:2.5rem;min-height:100svh;padding:3rem 1.5rem 1rem;display:flex}.bottom-content{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;max-width:32rem;display:flex}.header h1{font-size:2.5rem}.header p{color:var(--link-color);line-height:1.6}.search-section{width:100%;max-width:28rem}.bottom-section{flex-direction:row;align-items:center;gap:1rem;width:100%;display:flex}@media screen and (width<=768px){.bottom-section{flex-direction:column-reverse}}.bottom-section span{text-wrap:balance;text-align:center}.bottom-section .url-container{align-items:center;gap:.5rem;width:100%;display:flex}.bottom-section .url-container .url-input{border:1px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--input-text);caret-color:#0000;border-radius:.375rem;outline:none;padding:.6rem .75rem;font-size:.875rem}.bottom-section .url-container .copy-button{color:#999;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;padding:.6rem;transition:all .2s;display:flex}.bottom-section .url-container .copy-button:hover{background:var(--button-hover)}.bottom-section .url-container .copy-button:active{background:var(--button-active)}.bottom-section .url-container .copy-button img{width:20px;height:20px;filter:var(--icon-filter)}.bottom-section .url-container .copy-button.copied{background:#28a745}form{align-items:center;gap:.5rem;width:100%;display:flex}form input{border:1px solid var(--input-border);background:oklch(from var(--text-color)l c h/.9);width:100%;color:var(--bg-color);border-radius:.5rem;outline:none;padding:.6rem 1rem;font-size:1rem;transition:border-color .2s}form input:focus{border-color:var(--text-color)}form input::placeholder{color:oklch(from var(--bg-color)l c h/.6)}form button{background-color:var(--text-color);border-radius:.5rem;flex-shrink:0;place-items:center;padding:.75rem;transition:opacity .2s;display:grid}form button:hover{opacity:.85}form button svg{width:1.25rem;height:1.25rem;color:var(--bg-color)}footer{text-align:center;color:var(--link-color);justify-content:center;align-items:start;gap:2rem;margin-top:auto;padding-top:2rem;font-size:.875rem;display:flex}footer section:last-child{margin-block-start:.6rem}footer a{color:var(--link-color);font-weight:500;text-decoration:none}footer a:hover{color:var(--link-hover)}#app{background-color:var(--bg-color)}.browse-bangs-button{border:1px solid var(--input-border);background:var(--input-bg);color:var(--text-color);cursor:pointer;border-radius:.5rem;margin-block-start:1rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.browse-bangs-button:hover{background:var(--button-hover);border-color:var(--text-color)}.browse-bangs-button:active{background:var(--button-active)}#bang-search-popover{border:1px solid var(--input-border);background:var(--bg-color);width:min(90vw,32rem);max-height:min(80vh,600px);color:var(--text-color);border-radius:.75rem;flex-direction:column;gap:1rem;margin:auto;padding:1.5rem;position:fixed;inset:0;box-shadow:0 25px 50px -12px #00000080}#bang-search-popover:popover-open{display:flex}#bang-search-popover::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080}#bang-search-popover .popover-header{justify-content:space-between;align-items:center;display:flex}#bang-search-popover .popover-header h2{font-size:1.25rem;font-weight:600}#bang-search-popover .popover-header .popover-close{color:var(--link-color);border-radius:.375rem;padding:.375rem;transition:all .15s}#bang-search-popover .popover-header .popover-close:hover{background:var(--button-hover);color:var(--text-color)}#bang-search-popover .bang-search-input{border:1px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--input-text);border-radius:.5rem;outline:none;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}#bang-search-popover .bang-search-input:focus{border-color:var(--text-color)}#bang-search-popover .bang-search-input::placeholder{color:var(--link-color)}#bang-search-popover .bang-search-results{background:var(--input-bg);border:1px solid var(--input-border);border-radius:.5rem;flex-direction:column;flex:1;width:100%;display:flex;overflow-y:auto}#bang-search-popover .bang-search-results:empty{display:none}#bang-search-popover .bang-search-results .bang-result{border-bottom:1px solid var(--input-border);cursor:default;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background-color .15s;display:flex}#bang-search-popover .bang-search-results .bang-result:last-child{border-bottom:none}#bang-search-popover .bang-search-results .bang-result:hover{background:var(--button-hover)}#bang-search-popover .bang-search-results .bang-result .bang-trigger{color:var(--input-text);min-width:4.5rem;font-family:monospace;font-size:.9rem;font-weight:600}#bang-search-popover .bang-search-results .bang-result .bang-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}#bang-search-popover .bang-search-results .bang-result .bang-info .bang-title{color:var(--input-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}#bang-search-popover .bang-search-results .bang-result .bang-info .bang-domain{color:var(--link-color);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}#bang-search-popover .bang-search-results .bang-no-results{text-align:center;color:var(--link-color);padding:1.5rem;font-size:.9rem}
