:root{color-scheme:light}html.dark{color-scheme:dark}html,body{transition:background-color .3s ease,color .3s ease}*{transition:background-color .3s ease,border-color .3s ease,color .3s ease}.header-container{background-color:#069;border-radius:8px 8px 0 0;box-shadow:0 2px 4px #0000001a}.selective-option-button{transition:background-color .2s ease,transform .1s ease;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 2px #0000000d}.selective-option-button-active{transform:scale(.98);color:#ddd!important;background-color:#069!important}.theme-toggle-switch{transition:all .3s ease;position:relative;display:inline-block}.theme-toggle-knob{transition:transform .3s ease;box-shadow:0 1px 3px #0003;will-change:transform}.settings-container{padding-top:8px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;background-color:#f9fafb;color:#111827;transition:background-color .3s ease,color .3s ease}@media (max-width: 640px),(orientation: portrait){html,body{height:100%;height:100vh;height:calc(var(--vh, 1vh) * 100);min-height:-webkit-fill-available;display:flex;flex-direction:column;position:fixed;width:100%;top:0;left:0;overscroll-behavior:none;-webkit-overflow-scrolling:touch;overflow-y:auto}}html.dark body{background-color:#111827;color:#f3f4f6}#app-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1rem;transition:background-color .3s ease}#main-wrapper{width:100%;max-width:28rem}@media (min-width: 1024px){#app-container{padding:0}#main-wrapper{max-width:96rem}#main-card{padding:0;height:calc(100vh - 4.5rem);overflow:scroll}.secondary-card{padding-left:20%!important;padding-right:20%!important}.basic-btn{max-width:50%}}@media (max-width: 640px),(orientation: portrait){#app-container{min-height:calc(var(--vh, 1vh) * 100);height:100%;overflow:hidden}#main-wrapper{display:flex;flex-direction:column}@supports (-webkit-touch-callout: none){body,#app-container{height:-webkit-fill-available}}}@media (max-width: 640px),(orientation: portrait){#app-container{padding:0;height:100vh;height:calc(var(--vh, 1vh) * 100);min-height:-webkit-fill-available}#main-wrapper{max-width:100%;margin:0;flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.header-container{border-radius:0}#main-card{border-radius:0;flex:1;display:flex;flex-direction:column;min-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:5rem!important}}.header-container{background:linear-gradient(to right,#08c,#0077b5);border-radius:0;padding:1rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:10;transition:all .3s ease}@media (min-width: 641px) and (orientation: landscape){.header-container{border-radius:.75rem .75rem 0 0}}.header-title{color:#fff;text-shadow:0 2px 2px rgba(0,0,0,.3);font-size:1.25rem;font-weight:600}#dark-mode-toggle{width:2.5rem;height:2.5rem;padding:.5rem;display:flex;align-items:center;justify-content:center;background-color:#069;border-radius:9999px}#dark-mode-toggle:hover{background-color:#057}#main-card{background-color:#fff;padding:1.5rem;border-radius:0;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e5e7eb;transition:background-color .3s ease,border-color .3s ease,color .3s ease}@media (max-width: 640px),(orientation: portrait){#main-card{display:flex;flex-direction:column}}@media (min-width: 641px) and (orientation: landscape){#main-card{border-radius:0 0 .75rem .75rem}}html.dark #main-card{background-color:#1f2937;border-color:#374151;color:#f3f4f6}#character-sets,#string-count,#string-length{margin-bottom:1.25rem}h2{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#1f2937;transition:color .3s ease}html.dark h2{color:#f3f4f6}label{font-size:.875rem;font-weight:500;color:#374151;display:block;margin-bottom:.5rem;transition:color .3s ease}html.dark label{color:#e5e7eb}.text-xs{font-size:.75rem;color:#6b7280}html.dark .text-xs{color:#9ca3af}.text-gray-500{color:#6b7280}html.dark .text-gray-500{color:#9ca3af}.grid.grid-cols-2{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (max-width: 360px){.grid.grid-cols-2{grid-template-columns:1fr}}input[type=number]{border-radius:.5rem;font-size:1rem;padding:.5rem .75rem;height:2.5rem;width:100%;border:1px solid #d1d5db;background-color:#fff;color:#111827;outline:none}input[type=number]:focus{box-shadow:0 0 0 2px #0088cc4d;border-color:#08c}input[type=number]{transition:all .3s ease}html.dark input[type=number]{background-color:#374151;border-color:#4b5563;color:#f9fafb}.custom-checkbox{display:flex;align-items:center}.custom-checkbox input{display:none}.custom-checkbox .checkbox-visual{width:20px;height:20px;border:2px solid #0088cc;border-radius:50%;background:#fff;position:relative;transition:all .3s ease;cursor:pointer;flex-shrink:0}html.dark .custom-checkbox .checkbox-visual{background:#374151;border-color:#08c}.custom-checkbox .checkbox-visual+span{margin-left:.75rem;font-size:.875rem;color:#374151;transition:color .3s ease}html.dark .custom-checkbox .checkbox-visual+span{color:#e5e7eb}.custom-checkbox input:checked+.checkbox-visual{background:#08c;border-color:#08c}.custom-checkbox input:checked+.checkbox-visual:after{content:"";position:absolute;width:10px;height:6px;border:2px solid #fff;border-top:none;border-right:none;transform:rotate(-45deg);top:5px;left:3px}.custom-checkbox .checkbox-visual:hover{transform:scale(1.1);box-shadow:0 2px 8px #0088cc4d}.basic-btn{background-color:#08c;color:#fff;border-radius:.5rem;height:2.75rem;width:100%;font-size:1rem;font-weight:500;padding:.75rem;position:relative;overflow:hidden;cursor:pointer;border:none;transition:all .3s ease}.basic-btn:hover{background-color:#0077b5;transform:translateY(-1px);box-shadow:0 4px 12px #0088cc4d}.basic-btn:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}html.dark .basic-btn:disabled{background-color:#4b5563}.basic-btn:after{content:"";position:absolute;width:20px;height:20px;background:#ffffff4d;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);pointer-events:none}.basic-btn:active:after{animation:ripple .5s ease-out}#copy-all-button,#clear-button,li button{font-size:.75rem;font-weight:500;padding:.25rem .5rem;background:transparent;border:none;cursor:pointer}#copy-all-button{color:#08c}#copy-all-button:hover{color:#0077b5}#clear-button{color:#ff3b30}#clear-button:hover{color:#e3342f}#results{margin-top:1rem}@media (max-width: 640px){#results{margin-bottom:4em}}.flex.space-x-2>*+*{margin-left:.5rem}.list-none{list-style:none;padding:0;margin:0;border:1px solid #e5e7eb;border-radius:.5rem}html.dark .list-none{border-color:#4b5563}.list-none li{display:flex;justify-content:space-between;align-items:center;background-color:#f3f4f6;margin-bottom:.5rem;padding:.75rem;border-radius:.375rem;font-family:monospace;font-size:.875rem}.list-none li:last-child{margin-bottom:0}html.dark .list-none li{background-color:#374151}.list-none li span{word-break:break-all;color:#111827}html.dark .list-none li span{color:#f3f4f6}li button{color:#08c;margin-left:.5rem}li button:hover{color:#0077b5}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}.error-shake{animation:shake .3s ease-in-out}@keyframes ripple{0%{transform:scale(0);opacity:.3}to{transform:scale(2);opacity:0}}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.animate-pulse{animation:pulse .3s ease-in-out}
