/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
 * in most instances, the `style.min.css` file will be served. It is not recommended that you
 * use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
 * overrides via "Additional CSS" in the Site Editor.
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*
 * Prevents unnecessary scrollbars while handling long lines of preformatted text.
 * https://core.trac.wordpress.org/ticket/63875
 */
:where(pre) {
	overflow-x: auto;
}

/*
Theme Name: Skyhoora Tools
Theme URI: https://tool.skyhoora.com
Author: Skyhoora
Description: Lightweight custom theme for the Skyhoora free online tools platform.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: skyhoora-tools
*/

:root{--blue:#2563eb;--purple:#7c3aed;--orange:#f97316;--ink:#172033;--muted:#64748b;--line:#e7edf5;--soft:#f6f8fc;--white:#fff;--radius:20px;--shadow:0 18px 50px rgba(30,64,175,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font:16px/1.7 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:var(--blue);text-decoration:none}a:hover{color:var(--purple)}img{max-width:100%;height:auto}.wrap{width:min(1160px,calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:21px;font-weight:850}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--purple));box-shadow:0 8px 22px rgba(79,70,229,.25)}.main-nav{margin-left:auto}.main-nav ul{display:flex;align-items:center;gap:22px;padding:0;margin:0;list-style:none}.main-nav a{color:#334155;font-size:14px;font-weight:700}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 20px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff!important;font-weight:800;cursor:pointer;box-shadow:0 10px 25px rgba(37,99,235,.18)}.btn.secondary{color:var(--ink)!important;background:#fff;border:1px solid var(--line);box-shadow:none}.btn.orange{background:linear-gradient(135deg,var(--orange),#fb923c)}.menu-toggle{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 12px}
.site-main{min-height:70vh}.hero{position:relative;overflow:hidden;padding:100px 0 76px;background:radial-gradient(circle at 15% 10%,#dbeafe 0,transparent 30%),radial-gradient(circle at 88% 15%,#ede9fe 0,transparent 31%),linear-gradient(#fff,#f8fafc)}.hero:after{content:"";position:absolute;inset:auto -10% -160px;width:60%;height:280px;border-radius:50%;background:#fff7ed;filter:blur(20px)}.hero-inner{position:relative;z-index:1;text-align:center}.eyebrow{display:inline-flex;padding:6px 12px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hero h1{max-width:850px;margin:20px auto 14px;font-size:clamp(42px,7vw,72px);line-height:1.05;letter-spacing:-.055em}.gradient-text{background:linear-gradient(90deg,var(--blue),var(--purple),var(--orange));-webkit-background-clip:text;color:transparent}.hero p{max-width:720px;margin:0 auto 28px;color:var(--muted);font-size:19px}.actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.search-box{display:flex;max-width:720px;margin:34px auto 0;padding:8px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.search-box input{min-width:0;flex:1;border:0;outline:0;padding:10px 14px;font:inherit}.section{padding:76px 0}.section.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.section-head.center{display:block;text-align:center}.section-head h1,.section-head h2{margin:0 0 8px;font-size:clamp(30px,4vw,44px);line-height:1.15;letter-spacing:-.035em}.section-head p{max-width:700px;margin:0;color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid.four{grid-template-columns:repeat(4,1fr)}.card{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 7px 25px rgba(15,23,42,.04);transition:.22s ease}.card:hover{transform:translateY(-4px);border-color:#bfdbfe;box-shadow:var(--shadow)}.card h3{margin:12px 0 5px;font-size:19px;line-height:1.35}.card p{margin:0 0 16px;color:var(--muted);font-size:14px}.icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#dbeafe,#ede9fe);color:var(--purple);font-size:20px;font-weight:900}.badge{display:inline-flex;padding:4px 9px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:11px;font-weight:800;text-transform:uppercase}.text-link{font-size:14px;font-weight:800}.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 24px}.filter-row a{padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#475569;font-size:13px;font-weight:700}
.content-hero{padding:64px 0 38px;background:linear-gradient(135deg,#eff6ff,#faf5ff)}.content-hero h1{margin:14px 0 8px;font-size:clamp(36px,5vw,58px);line-height:1.1;letter-spacing:-.045em}.content-hero p{max-width:760px;margin:0;color:var(--muted);font-size:18px}.prose{max-width:850px;margin:0 auto}.prose h2{margin-top:42px;font-size:30px;line-height:1.2}.prose h3{margin-top:28px}.prose p,.prose li{color:#475569}.prose ul,.prose ol{padding-left:22px}.cta-band{padding:34px;border-radius:26px;background:linear-gradient(135deg,#172554,#4c1d95);color:#fff}.cta-band p{color:#dbeafe}
.tool-shell{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:22px;align-items:start}.tool-card{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.tool-card h2{margin:0 0 6px}.tool-card label{display:block;margin:16px 0 6px;color:#334155;font-size:13px;font-weight:800}.tool-card input,.tool-card textarea,.tool-card select{width:100%;padding:13px 14px;border:1px solid #d8e0ec;border-radius:11px;background:#fff;color:var(--ink);font:inherit;outline:0}.tool-card textarea{min-height:190px;resize:vertical}.tool-card input:focus,.tool-card textarea:focus,.tool-card select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #dbeafe}.tool-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.tool-output{min-height:180px;white-space:pre-wrap;word-break:break-word;padding:16px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:#334155}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat{padding:14px;border-radius:12px;background:#f8fafc;border:1px solid var(--line)}.stat strong{display:block;font-size:25px}.notice{padding:12px 14px;border-radius:11px;background:#fff7ed;color:#9a3412;font-size:13px}.faq details{padding:16px 0;border-bottom:1px solid var(--line)}.faq summary{font-weight:800;cursor:pointer}.faq p{margin:8px 0 0;color:var(--muted)}
.site-footer{padding:60px 0 24px;background:#0f172a;color:#cbd5e1}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:34px}.site-footer h3,.site-footer h4{color:#fff}.site-footer ul{padding:0;margin:0;list-style:none}.site-footer a{color:#cbd5e1}.copyright{margin-top:38px;padding-top:20px;border-top:1px solid #263348;color:#94a3b8;font-size:13px}.not-found{text-align:center;padding:110px 0}.not-found strong{display:block;font-size:120px;line-height:1;background:linear-gradient(135deg,var(--blue),var(--purple));-webkit-background-clip:text;color:transparent}
@media(max-width:950px){.grid,.grid.four{grid-template-columns:repeat(2,1fr)}.tool-shell{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}.header-cta{display:none}.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:18px;right:18px;top:68px;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow)}.main-nav.open{display:block}.main-nav ul{display:grid;gap:12px}}
@media(max-width:620px){.wrap{width:min(100% - 26px,1160px)}.hero{padding:72px 0 54px}.hero h1{font-size:42px}.section{padding:56px 0}.grid,.grid.four,.footer-grid{grid-template-columns:1fr}.section-head{display:block}.section-head .btn{margin-top:14px}.tool-card{padding:20px}.search-box{display:block}.search-box .btn{width:100%}.stat-grid{grid-template-columns:1fr}.content-hero{padding:48px 0 30px}}


.entry-content>.hero,.entry-content>.section,.entry-content>.content-hero{width:100vw;max-width:none;margin-left:calc(50% - 50vw)} .wp-site-blocks{padding:0!important}.wp-site-blocks>*{margin-block-start:0}.entry-content{margin:0!important}.wp-block-post-title{display:none}

.priority-tool .tool-card label{margin-top:14px}.priority-tool .tool-card input[type=color]{height:52px;padding:5px}.priority-tool .tool-card input[type=range]{width:100%;accent-color:var(--blue)}.priority-tool .tool-output.error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.visual-preview{margin-top:18px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff}.visual-preview img{display:block;width:100%;max-height:360px;object-fit:contain}.serp{padding:20px}.serp small{color:#166534}.serp h3{margin:5px 0;color:#1a0dab;font-size:21px;font-weight:400}.serp p{margin:0;color:#4d5156}.trust-row{display:flex;justify-content:center;gap:9px;flex-wrap:wrap;margin:24px 0}.trust-row span{padding:7px 11px;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#334155;font-size:12px;font-weight:800}

.supporting-tool label,.contact-form label{display:block;margin:14px 0 6px;color:#334155;font-size:13px;font-weight:800}.supporting-tool input,.supporting-tool textarea,.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:13px 14px;border:1px solid #d8e0ec;border-radius:11px;font:inherit}.contact-form textarea{min-height:150px}.form-message{padding:13px 15px;border-radius:12px;font-weight:700}.form-message.success{background:#ecfdf5;color:#166534}.form-message.error{background:#fef2f2;color:#b91c1c}.hp-field{position:absolute!important;left:-9999px!important}.tool-empty{text-align:center;color:#64748b}.tool-output{overflow-wrap:anywhere}.card[hidden]{display:none!important}
@media(max-width:620px){.actions,.tool-actions{display:grid;grid-template-columns:1fr}.actions .btn,.tool-actions .btn,.tool-actions a{width:100%}.content-hero h1{font-size:36px}.tool-output{font-size:14px;min-height:140px}.main-nav ul{max-height:70vh;overflow:auto}.card{padding:20px}.cta-band{padding:25px}.filter-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.filter-row a{white-space:nowrap}.footer-grid{gap:22px}}
