@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";
.cards-container{grid-template-columns:1fr;gap:1.5rem;width:100%;margin:2rem 0;display:grid}@media (min-width:480px){.cards-container{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.cards-container{grid-template-columns:repeat(3,1fr);gap:1.75rem}}@media (min-width:992px){.cards-container{grid-template-columns:repeat(4,1fr);gap:2rem}}@media (min-width:1200px){.cards-container{grid-template-columns:repeat(5,1fr)}}@media (min-width:1400px){.cards-container{grid-template-columns:repeat(6,1fr)}}#toolPage{background:var(--color-card);border:1px solid var(--color-border);box-sizing:border-box;border-radius:1.1rem;flex-direction:column;align-items:center;width:100%;margin:.5rem auto 0;padding:1rem;display:flex;box-shadow:0 2px 18px #00000017}#toolPage h1{color:var(--color-primary);margin-top:.5rem;margin-bottom:.5rem;font-size:2rem;font-weight:700}#toolPage p{color:var(--color-text);opacity:.9;margin-bottom:1.3rem}#toolPage .formRow{flex-direction:column;justify-content:space-evenly;gap:.5rem;width:100%;height:70dvh;margin-bottom:1rem;display:flex}#toolPage .formRow>div{background:var(--color-bg-tertiary);border-radius:var(--primary-border-radious)}#toolPage .formRow>div .sectionHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;display:flex}#toolPage .formRow>div .sectionHeader .title{color:var(--color-text);margin:0;font-size:1.1rem;font-weight:600}#toolPage .formRow>div .sectionContent{flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 55px);display:flex}#toolPage .formRow .input-with-copy{align-items:center;gap:.5rem;display:flex}#toolPage .formRow .input-with-copy .copy-btn{background-color:var(--color-primary);min-width:60px;height:45px;color:var(--color-btn-text);cursor:pointer;border:none;padding:.5rem 1rem;font-size:.8rem;transition:all .2s}#toolPage .formRow .input-with-copy .copy-btn:hover{background-color:var(--color-accent);transform:translateY(-1px)}#toolPage .formRow .input-with-copy .copy-btn:active{transform:translateY(0)}#toolPage .buttonRow{justify-content:center;gap:16px;height:48px;display:flex}#toolPage .error{color:var(--color-error);text-align:center;margin-top:.2rem;margin-bottom:1rem;font-size:1.5rem}@media (min-width:480px){#toolPage{font-size:15px}}@media (min-width:768px){#toolPage .formRow{flex-direction:row;gap:.5rem;display:flex}}.actionButton{background:var(--color-btn-bg);color:var(--color-btn-text);cursor:pointer;border:none;border-radius:.5rem;padding:.55rem 1.1rem;font-size:1rem;font-weight:600;transition:background .2s,color .2s}:root{--color-bg:#000;--color-bg-secondary:#0e0e0e;--color-bg-tertiary:#252525;--color-text:#f3f6fa;--color-primary:#f90;--color-accent:#f90;--color-border:#151515;--color-card:#0e0e0e;--color-error:#ff4d4f;--color-btn-bg:#f90;--color-btn-text:#000;--color-footer-bg:var(--color-bg-secondary);--color-footer-text:#eaeaea;--font-main:"Inter",Arial,sans-serif;--color-success:#38cc70;--primary-border-radious:.8rem;--color-editor-bg:#1e1e1e;--color-editor-border:#3e3e3e}[data-theme=light]{--color-bg:#f3f6fa;--color-bg-secondary:#fff;--color-bg-tertiary:#fff;--color-text:#23272f;--color-primary:#0070f3;--color-accent:#ffb400;--color-border:#e5e8ef;--color-card:#fff;--color-error:#ff4d4f;--color-btn-bg:#0056e0;--color-btn-text:#fff;--color-footer-bg:#f4f7fb;--color-footer-text:#23272f;--color-success:#28a745;--color-editor-bg:#e0e0e0;--color-editor-border:#d4d4d4}html,body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;width:100%;height:100%;min-height:100vh;margin:0;padding:0;transition:background .3s,color .3s;display:flex}.page-root{flex-direction:column;min-height:100vh;display:flex}.page-main{flex-direction:column;flex:1;display:flex}*{box-sizing:border-box}a{color:var(--color-primary);text-decoration:none}button{font-family:var(--font-main)}input,textarea{background:var(--color-bg-tertiary);color:var(--color-text);border:1px solid var(--color-border);box-sizing:border-box;border-radius:.4rem;outline:none;width:100%;max-width:300px;margin-bottom:.7rem;padding:.6rem .9rem;font-size:1rem;transition:border-color .18s,background .18s,color .18s}input[type=color]{width:100px;height:40px;padding:0}input:focus,textarea:focus{border-color:var(--color-primary)}input::placeholder,textarea::placeholder{opacity:.6;color:var(--color-text)!important}[data-theme=light] input,[data-theme=light] textarea{color:#23272f!important;background:#fff!important}[data-theme=light] input::placeholder,[data-theme=light] textarea::placeholder{opacity:.5;color:#23272f!important}.gridPage{width:100%}.subtitle{color:var(--color-text);margin-bottom:2.2rem;font-size:1.15rem;line-height:1.6}.colorSwatch{border:1px solid var(--color-border);border-color:var(--color-primary);background:var(--color-card);border-radius:.4rem;width:96px;height:48px;display:inline-block}.text-gradient{background:linear-gradient(135deg,var(--color-primary),var(--color-accent),var(--color-success));-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite gradient-shift}
.Footer-module-scss-module__oBgZ5q__footer{background:var(--color-footer-bg,#181c23);width:100%;color:var(--color-footer-text,#eaeaea);border-top:1px solid var(--color-border,#262a31);margin-top:.5rem;padding:2rem 0 1.2rem}.Footer-module-scss-module__oBgZ5q__footerContent{flex-direction:column;align-items:center;gap:1.2rem;max-width:1100px;margin:0 auto;padding:0 1.2rem;display:flex}.Footer-module-scss-module__oBgZ5q__logoLinks{flex-direction:column;align-items:center;gap:.7rem;display:flex}.Footer-module-scss-module__oBgZ5q__logo{color:var(--color-primary,#3baaef);letter-spacing:-1px;margin-bottom:.2rem;font-size:2rem;font-weight:700}.Footer-module-scss-module__oBgZ5q__navLinks{text-align:center;flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.Footer-module-scss-module__oBgZ5q__navLinks .Footer-module-scss-module__oBgZ5q__navSection{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Footer-module-scss-module__oBgZ5q__navLinks a{color:var(--color-footer-link,#eaeaea);white-space:nowrap;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .16s}.Footer-module-scss-module__oBgZ5q__navLinks a:hover{color:var(--color-primary,#3baaef);text-decoration:underline}.Footer-module-scss-module__oBgZ5q__copyright{color:var(--color-footer-muted,#b0b0b0);margin-top:.3rem;font-size:.97rem}@media (max-width:600px){.Footer-module-scss-module__oBgZ5q__footerContent{padding:0 .7rem}.Footer-module-scss-module__oBgZ5q__logo{font-size:1.3rem}.Footer-module-scss-module__oBgZ5q__navLinks{flex-direction:column;gap:1rem}.Footer-module-scss-module__oBgZ5q__navLinks .Footer-module-scss-module__oBgZ5q__navSection{flex-direction:column;gap:.7rem}.Footer-module-scss-module__oBgZ5q__navLinks a{font-size:.85rem}}
.logo{letter-spacing:-1px;font-size:2.1rem;font-weight:700}.logo a{color:inherit;justify-content:center;align-items:center;gap:.1rem;text-decoration:none;display:flex}.logo a .web{color:#0070f3}.logo a .wizKit{color:#f90}
.ThemeSwitcher-module-scss-module__XSN-yq__themeSwitcher{color:var(--color-primary);cursor:pointer;background:0 0;border:none;margin-left:1rem;font-size:1.5rem;transition:color .2s}.ThemeSwitcher-module-scss-module__XSN-yq__themeSwitcher:hover{color:var(--color-accent)}
.search-bar{width:100%;max-width:100%}.search-bar__wrapper{border-radius:var(--primary-border-radious);background:var(--color-bg-tertiary);border:1.5px solid var(--color-border);align-items:center;transition:all .2s;display:flex;position:relative;overflow:hidden}.search-bar__wrapper:hover{border-color:rgba(var(--color-primary-rgb,59,130,246),.4);box-shadow:0 0 0 1px rgba(var(--color-primary-rgb,59,130,246),.1)}.search-bar__wrapper--focused{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb,59,130,246),.1);background:var(--color-bg-primary)}.search-bar__icon{color:var(--color-text-secondary,#6b7280);pointer-events:none;z-index:1;transition:color .2s;position:absolute;left:.875rem}.search-bar__wrapper--focused .search-bar__icon{color:var(--color-primary)}.search-bar__input{width:100%;color:var(--color-text);background:0 0;border:none;outline:none;padding:.75rem 2.5rem .25rem 2.75rem;font-size:.9rem;font-weight:400;transition:all .2s}.search-bar__input::placeholder{color:var(--color-text-secondary,#9ca3af);font-weight:400}.search-bar__input:focus::placeholder{color:var(--color-text-tertiary,#d1d5db)}.search-bar__clear{color:var(--color-text-secondary,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem;transition:all .2s;display:flex;position:absolute;right:.75rem}.search-bar__clear:hover{color:var(--color-text);background:rgba(var(--color-text-rgb,0,0,0),.05)}.search-bar__clear:active{transform:scale(.95)}@media (max-width:768px){.search-bar__input{padding:.625rem 2.25rem .625rem 2.5rem;font-size:.875rem}.search-bar__icon{left:.75rem}.search-bar__clear{right:.625rem}}
.header{z-index:1000;background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%;transition:all .3s;position:sticky;top:0;box-shadow:0 2px 12px #0000000a}.header__container{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;max-width:1200px;min-height:70px;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}.header__left{z-index:10;align-items:center;display:flex}.header__nav{justify-self:center;align-items:center;gap:2rem;display:flex}.header__nav-link{color:var(--color-text);white-space:nowrap;border-radius:8px;padding:.5rem .75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.header__nav-link:before{content:"";background:var(--color-primary);width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.header__nav-link:hover{color:var(--color-primary)}.header__nav-link:hover:before{width:80%}.header__right{justify-self:end;align-items:center;gap:1rem;display:flex}.header__search{min-width:280px}.header__theme{display:flex}.header__mobile-toggle{cursor:pointer;z-index:10;background:0 0;border:none;padding:.5rem;display:none}.header__hamburger{flex-direction:column;width:24px;height:18px;display:flex;position:relative}.header__hamburger span{background:var(--color-text);transform-origin:50%;border-radius:1px;width:100%;height:2px;transition:all .3s;display:block}.header__hamburger span:first-child{transform:translateY(0)}.header__hamburger span:nth-child(2){opacity:1;margin:6px 0}.header__hamburger span:nth-child(3){transform:translateY(0)}.header__hamburger--active span:first-child{transform:translateY(8px)rotate(45deg)}.header__hamburger--active span:nth-child(2){opacity:0;transform:scaleX(0)}.header__hamburger--active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.header__mobile-menu{background:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);opacity:0;visibility:hidden;z-index:5;transition:all .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%);box-shadow:0 8px 25px #0000001a}.header__mobile-menu--active{opacity:1;visibility:visible;transform:translateY(0)}.header__mobile-search{border-bottom:1px solid var(--color-border);padding:1.5rem}.header__mobile-nav{padding:1rem 0}.header__mobile-nav-link{color:var(--color-text);border-left:3px solid #0000;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.header__mobile-nav-link:hover{color:var(--color-primary);background:rgba(var(--color-primary-rgb,59,130,246),.05);border-left-color:var(--color-primary)}.header__mobile-theme{border-top:1px solid var(--color-border);padding:1rem 1.5rem}.header__overlay{z-index:1;background:#0000004d;animation:.3s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.header__search{min-width:240px}.header__container{grid-template-columns:1fr auto;gap:1rem;padding:0 1rem}.header__nav,.header__search,.header__theme{display:none}.header__mobile-toggle{display:flex}.header__right{gap:.5rem}}@media (max-width:480px){.header__container{min-height:60px;padding:0 .75rem}}
.CookieConsentBanner-module-scss-module___tfEUq__banner{background:var(--background-secondary,#1a1a1a);border-top:2px solid var(--accent-color,#007bff);z-index:9999;padding:1.5rem;animation:.3s ease-out CookieConsentBanner-module-scss-module___tfEUq__slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}@keyframes CookieConsentBanner-module-scss-module___tfEUq__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:768px){.CookieConsentBanner-module-scss-module___tfEUq__banner{padding:1rem}}.CookieConsentBanner-module-scss-module___tfEUq__content{max-width:1200px;margin:0 auto}.CookieConsentBanner-module-scss-module___tfEUq__content p{color:var(--text-primary,#fff);margin:0 0 1rem;line-height:1.5}.CookieConsentBanner-module-scss-module___tfEUq__content p strong{font-size:1.1rem}.CookieConsentBanner-module-scss-module___tfEUq__buttons{flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;display:flex}@media (max-width:768px){.CookieConsentBanner-module-scss-module___tfEUq__buttons{flex-direction:column}}.CookieConsentBanner-module-scss-module___tfEUq__btnPrimary,.CookieConsentBanner-module-scss-module___tfEUq__btnSecondary{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.CookieConsentBanner-module-scss-module___tfEUq__btnPrimary:hover,.CookieConsentBanner-module-scss-module___tfEUq__btnSecondary:hover{transform:translateY(-2px)}@media (max-width:768px){.CookieConsentBanner-module-scss-module___tfEUq__btnPrimary,.CookieConsentBanner-module-scss-module___tfEUq__btnSecondary{width:100%}}.CookieConsentBanner-module-scss-module___tfEUq__btnPrimary{background:var(--accent-color,#007bff);color:#fff}.CookieConsentBanner-module-scss-module___tfEUq__btnPrimary:hover{background:var(--accent-hover,#0056b3)}.CookieConsentBanner-module-scss-module___tfEUq__btnSecondary{background:var(--background-tertiary,#2a2a2a);color:var(--text-primary,#fff);border:1px solid var(--border-color,#444)}.CookieConsentBanner-module-scss-module___tfEUq__btnSecondary:hover{background:var(--background-hover,#333)}.CookieConsentBanner-module-scss-module___tfEUq__policyLinks{font-size:.875rem;color:var(--text-secondary,#aaa)!important;margin:0!important}.CookieConsentBanner-module-scss-module___tfEUq__policyLinks a{color:var(--accent-color,#007bff);text-decoration:underline}.CookieConsentBanner-module-scss-module___tfEUq__policyLinks a:hover{color:var(--accent-hover,#0056b3)}.CookieConsentBanner-module-scss-module___tfEUq__overlay{z-index:10000;background:#000c;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out CookieConsentBanner-module-scss-module___tfEUq__fadeIn;display:flex;position:fixed;inset:0}@keyframes CookieConsentBanner-module-scss-module___tfEUq__fadeIn{0%{opacity:0}to{opacity:1}}.CookieConsentBanner-module-scss-module___tfEUq__modal{background:var(--background-secondary,#1a1a1a);border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:2rem;animation:.3s ease-out CookieConsentBanner-module-scss-module___tfEUq__slideIn;overflow-y:auto;box-shadow:0 10px 50px #00000080}@keyframes CookieConsentBanner-module-scss-module___tfEUq__slideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.CookieConsentBanner-module-scss-module___tfEUq__modal h2{color:var(--text-primary,#fff);margin:0 0 1rem}.CookieConsentBanner-module-scss-module___tfEUq__modal>p{color:var(--text-secondary,#ccc);margin-bottom:1.5rem;line-height:1.5}@media (max-width:768px){.CookieConsentBanner-module-scss-module___tfEUq__modal{padding:1.5rem}}.CookieConsentBanner-module-scss-module___tfEUq__cookieOptions{margin-bottom:1.5rem}.CookieConsentBanner-module-scss-module___tfEUq__cookieOption{background:var(--background-tertiary,#252525);border:1px solid var(--border-color,#333);border-radius:8px;margin-bottom:1.25rem;padding:1rem}.CookieConsentBanner-module-scss-module___tfEUq__cookieOption label{cursor:pointer;align-items:flex-start;gap:1rem;display:flex}.CookieConsentBanner-module-scss-module___tfEUq__cookieOption label input[type=checkbox]{cursor:pointer;flex-shrink:0;width:20px;height:20px;margin-top:.25rem}.CookieConsentBanner-module-scss-module___tfEUq__cookieOption label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.CookieConsentBanner-module-scss-module___tfEUq__cookieOption label div{flex:1}.CookieConsentBanner-module-scss-module___tfEUq__cookieOption label div strong{color:var(--text-primary,#fff);margin-bottom:.25rem;display:block}.CookieConsentBanner-module-scss-module___tfEUq__cookieOption label div p{color:var(--text-secondary,#aaa);margin:0;font-size:.875rem;line-height:1.4}
