@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-content{align-items:center;background-color:#2a0e3c;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:1rem}.app.light .main-content{background-color:#f8f9fa}.spinner-container{align-items:center;display:flex;height:100vh;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.main-content{padding:1rem}}.site-header{align-items:center;background-color:#5e2b6d;box-shadow:0 2px 4px #0000004d;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.toggle-mode-btn{background:#a87ca0;border:none;border-radius:8px;color:#2a0e3c;cursor:pointer;font-weight:700;padding:.5rem 1rem}.content-layout{display:flex}@media (max-width:768px){.content-layout{flex-direction:column}}.main-header{background-color:#5e2b6d;box-shadow:0 4px 8px #0000004d;height:55px;justify-content:space-between;padding:.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:999}.logo-container,.main-header{align-items:center;display:flex}.logo-container{gap:10px;z-index:1}.logo-text{color:#fff;font-family:Orbitron,sans-serif;font-size:2.3rem;margin:0;text-shadow:2px 2px 5px #0009;transition:font-size .3s ease}.logo-image{height:40px;object-fit:contain;width:auto}.tool-name{left:50%;position:absolute;text-align:center;transform:translateX(-50%)}.tool-name h2{color:#fff;font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:600;margin:0;max-width:50vw;overflow:hidden;text-overflow:ellipsis;transition:font-size .3s ease;white-space:nowrap}.mode-toggle-btn{background:#a87ca0;border:none;border-radius:8px;box-shadow:inset 0 0 5px #0003;color:#2a0e3c;cursor:pointer;font-size:1rem;font-weight:700;padding:.5rem 1rem;transition:background .3s ease}.mode-toggle-btn:hover{background:#c293c3}.emoji-only{margin-right:.3rem}.text-label{display:inline}@media (max-width:900px){.tool-name h2{font-size:1.2rem;max-width:40vw}.logo-text{font-size:2rem}}@media (max-width:600px){.main-header{align-items:center;flex-direction:row;height:45px;padding:.4rem 1rem}.logo-text{font-size:1.6rem}.logo-image{height:32px}.tool-name{flex:1 1;margin-left:5px;order:0;position:static;text-align:left;transform:none}.tool-name h2{font-size:1rem;margin-top:0;max-width:calc(100vw - 150px);text-align:left}.mode-toggle-btn{font-size:1rem;padding:.3rem .5rem;position:static}}@media (max-width:400px){.logo-text{font-size:1.4rem}.tool-name h2{font-size:.9rem}}.hero-section{background-color:#2a0e3c;background-color:var(--section-bg,#2a0e3c);border-radius:12px;margin-bottom:1rem;padding:1.2rem 1rem 1rem;text-align:center}.hero-tagline{color:#f2eaf7;color:var(--hero-text-color,#f2eaf7);font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.hero-focus{color:#a87ca0;display:block;font-size:2rem;font-weight:800;margin-top:.3rem;text-shadow:1px 1px 2px #0003}.hero-subfocus{color:#666;color:var(--hero-subtext-color,#666);font-size:1.1rem;font-style:italic;margin-bottom:1.2rem;opacity:.9}.hero-search{background:#ececec;border:none;border-radius:10px;box-shadow:0 0 6px #0000001a;color:#333;font-size:1rem;margin-bottom:.5rem;max-width:420px;padding:.7rem 1rem;width:90%}.hero-search::placeholder{color:#aaa}.app.dark .hero-focus,.app.dark .hero-tagline{color:#e6e6fa}.app.dark .hero-subfocus{color:#ddd}.app.dark .hero-search{background:#5e2b6d;color:#e6e6fa}.app.light .hero-section{background-color:#f8f9fa}.app.light .hero-tagline{color:#5e2b6d;text-shadow:none}.app.light .hero-subfocus{color:#333}.app.light .hero-search{background:#e6e6fa;color:#333}@media (max-width:768px){.hero-section{padding:1rem .8rem .8rem}.hero-tagline{font-size:1.5rem}.hero-focus{font-size:1.7rem;margin-top:.2rem}.hero-subfocus{font-size:1rem;margin-bottom:1rem}}@media (max-width:480px){.hero-tagline{font-size:1.3rem}.hero-focus{font-size:1.5rem}.hero-search{font-size:.95rem;padding:.6rem .8rem}}.sidebar-title{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:.8rem;pointer-events:none}.app.light .sidebar-title{color:#2a0e3c}.sidebar{background:#5e2b6d;border-bottom-right-radius:12px;border-top-right-radius:12px;box-shadow:4px 0 10px #0003;color:#e6e6fa;height:auto;min-width:220px;padding:1.5rem 1rem;position:fixed}.category-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.category-list li{border-radius:8px;cursor:pointer;padding:.6rem 1rem;transition:background .3s,transform .2s}.category-list li:hover{background:#a87ca0;color:#2a0e3c;transform:translateX(5px)}.category-list li.active{background:#a87ca0;color:#2a0e3c;font-weight:700}.app.light .sidebar{background:#e6e6fa;box-shadow:4px 0 10px #0000001a;color:#2a0e3c}@media (max-width:768px){.sidebar{background-color:#2a0e3c;background-color:var(--section-bg,#2a0e3c);border-radius:0;border-top:1px solid #ccc;min-width:0;min-width:auto;padding:1rem .5rem;position:-webkit-sticky;position:sticky;width:100%;z-index:998}.app.light .sidebar{background-color:#f8f9fa}.category-list{flex-direction:row;flex-wrap:nowrap;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.category-list li{flex:0 0 auto;padding:.5rem 1rem;white-space:nowrap}}.tool-section{background-color:#2a0e3c;background-color:var(--section-bg,#2a0e3c);border-radius:12px;margin-top:2rem;padding:2rem}.tool-section h2{border-left:5px solid #a87ca0;color:#e6e6fa;color:var(--text-color,#e6e6fa);font-size:1.4rem;margin-bottom:1rem;padding-left:10px;text-shadow:1px 1px 2px #000}.tool-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.tool-card{background:#5e2b6d;border-radius:20px;box-shadow:0 8px 20px #0006;color:#fff;display:flex;flex-direction:column;height:250px;justify-content:space-between;padding:1.5rem;position:relative;text-align:center;text-decoration:none;transform:perspective(1000px) translateZ(0);transition:transform .3s ease,box-shadow .3s ease;width:220px}.tool-card:hover{box-shadow:0 12px 24px #fff3,0 8px 30px #0009;transform:translateY(-8px) scale(1.02)}.tool-icon{color:#ffd166;font-size:3rem;margin-bottom:.8rem;text-shadow:0 0 10px #ffd16680}.tool-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.tool-desc{color:#ddd;font-size:.95rem;margin-bottom:1rem;min-height:40px}.tool-btn{background:#a87ca0;border:none;border-radius:10px;box-shadow:inset 0 0 5px #0000004d;color:#2a0e3c;cursor:pointer;font-weight:700;padding:.6rem 1rem;transition:background .2s}.tool-btn:hover{background:#fff;color:#5e2b6d}.app.light .tool-card{background:#fff;color:#333}.app.light .tool-desc{color:#555}.app.light .tool-btn{background:#5e2b6d;color:#fff}.app.light .tool-section{background-color:#f8f9fa}@media (max-width:992px){.tool-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.tool-grid{grid-template-columns:1fr;padding:0 1rem}}.tool-card:visited{color:#fff}.app.light .tool-card:visited{color:#333}
/*# sourceMappingURL=main.cdb10611.css.map*/