.sky-p4-status{padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800}
.sky-p4-status.working{background:#ecfdf5;color:#166534}
.sky-p4-status.partial{background:#fff7ed;color:#9a3412}
.sky-p4-status.soon{background:#f1f5f9;color:#475569}
.sky-p4-card{border-top:3px solid #dbeafe}
.sky-p4-card:has(.sky-p4-status.partial){border-top-color:#fed7aa}
.sky-p4-card:has(.sky-p4-status.soon){border-top-color:#cbd5e1}
.sky-p4-trust-panel{margin-top:32px}
.sky-p4-trust-panel .prose{border-left:4px solid #60a5fa}
@media(max-width:620px){.sky-p4-status{font-size:10px}.sky-p4-card .card-action{width:100%;text-align:center}}

/* Phase 4 premium UI refresh: scoped, lightweight overrides. */
:root{
	--sky-p4-blue:#3157f6;
	--sky-p4-blue-dark:#2444d8;
	--sky-p4-navy:#111b38;
	--sky-p4-purple:#7645ed;
	--sky-p4-muted:#64748b;
	--sky-p4-line:#e3e9f3;
	--sky-p4-soft:#f5f8ff;
	--sky-p4-shadow:0 18px 50px rgba(30,64,175,.09);
}

.site-header{
	z-index:100;
	border-bottom:1px solid rgba(226,232,240,.9);
	box-shadow:0 8px 30px rgba(15,23,42,.055);
}
.header-inner{min-height:74px;gap:22px}
.brand{gap:10px;font-size:15px;font-weight:800;letter-spacing:-.02em;white-space:nowrap}
.brand-mark{box-shadow:0 8px 18px rgba(49,87,246,.24)}
.main-nav{margin-left:auto}
.main-nav ul{gap:3px}
.main-nav a{
	display:block;
	padding:10px 9px;
	border-radius:9px;
	color:#334155;
	font-size:13px;
	font-weight:650;
	transition:color .16s ease,background-color .16s ease;
}
.main-nav a:hover,.main-nav a:focus-visible{color:var(--sky-p4-blue);background:#eef3ff}
.header-cta{
	padding:11px 17px;
	border-radius:11px;
	box-shadow:0 10px 22px rgba(79,70,229,.22);
	font-size:13px;
	white-space:nowrap;
}
.menu-toggle{min-width:44px;min-height:44px;border-radius:10px;font-weight:750}

.premium-hero{
	padding:112px 0 88px;
	background:
		radial-gradient(circle at 8% 10%,rgba(219,234,254,.9),transparent 30%),
		radial-gradient(circle at 92% 8%,rgba(233,225,255,.9),transparent 32%),
		linear-gradient(180deg,#fff 0%,#f8faff 72%,#fff 100%);
}
.premium-hero .hero-inner{max-width:1020px}
.premium-hero h1{max-width:930px;margin:22px auto 18px;font-size:clamp(48px,6.4vw,76px);line-height:1.02}
.premium-hero p{max-width:750px;font-size:18px;line-height:1.65}
.premium-hero .trust-row{margin:30px auto 24px;gap:9px}
.premium-hero .trust-row span{
	padding:7px 11px;
	border:1px solid #dde6f5;
	border-radius:999px;
	background:rgba(255,255,255,.86);
	box-shadow:0 5px 16px rgba(30,64,175,.06);
	color:#475569;
	font-size:12px;
	font-weight:700;
}
.premium-hero .search-box{
	max-width:720px;
	margin:0 auto;
	padding:6px;
	border:1px solid #dce5f4;
	border-radius:15px;
	background:#fff;
	box-shadow:0 18px 44px rgba(30,64,175,.13);
}
.premium-hero .search-box input{min-height:52px;padding:0 15px;border:0;box-shadow:none;font-size:16px}
.premium-hero .search-box .btn{min-height:52px;padding:14px 22px;border-radius:11px;white-space:nowrap}
.hero-support-link{margin:18px auto 0!important;font-size:13px!important}
.hero-support-link a{color:#475569;text-decoration:none;font-weight:700}
.hero-support-link a:hover{color:var(--sky-p4-blue)}

.section{padding:84px 0}
.section-head{align-items:end;margin-bottom:32px;gap:22px}
.section-head h2{margin-top:8px;letter-spacing:-.035em}
.section-head p{max-width:680px;line-height:1.65}
.btn,button,input[type="submit"]{
	min-height:44px;
	border-radius:10px;
	font-weight:750;
	transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease;
}
.btn:hover,button:hover,input[type="submit"]:hover{transform:translateY(-1px)}
.btn:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{
	outline:3px solid rgba(49,87,246,.25);
	outline-offset:3px;
}
input,textarea,select{border-color:#dbe3ef;border-radius:10px;font-size:16px}
input:focus,textarea:focus,select:focus{border-color:#8da5ff;box-shadow:0 0 0 4px rgba(49,87,246,.1)}

.sky-p4-grid{gap:22px}
.sky-p4-card{
	min-height:248px;
	padding:24px;
	gap:14px;
	border:1px solid var(--sky-p4-line);
	border-top-width:4px;
	border-radius:16px;
	background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
	box-shadow:0 8px 24px rgba(15,23,42,.045);
}
.sky-p4-card:hover{transform:translateY(-5px);box-shadow:var(--sky-p4-shadow)}
.sky-p4-card h3{margin:2px 0 0;font-size:18px;line-height:1.25;letter-spacing:-.02em;color:var(--sky-p4-navy)}
.sky-p4-card p{margin:0;color:var(--sky-p4-muted);font-size:14px;line-height:1.55}
.sky-p4-card .card-action{margin-top:auto;padding:11px 14px;border-color:#dce4f1;background:#fff}
.sky-p4-card .card-action:hover{border-color:#9eb2ff;background:#eef3ff;color:var(--sky-p4-blue-dark)}
.sky-p4-status,.sky-p4-card .badge{letter-spacing:.01em}

.workflow-grid{gap:18px}
.workflow-grid .card{
	position:relative;
	min-height:178px;
	padding:25px;
	border:1px solid var(--sky-p4-line);
	border-radius:16px;
	background:#fff;
	box-shadow:0 10px 28px rgba(30,64,175,.055);
}
.workflow-grid .card strong{
	display:inline-flex;
	align-items:center;
	min-height:28px;
	padding:5px 9px;
	border-radius:8px;
	background:#eef2ff;
	color:#4f46e5;
	font-size:12px;
}
.workflow-grid .card h3{margin:18px 0 8px;font-size:17px;letter-spacing:-.02em}
.workflow-grid .card p{color:var(--sky-p4-muted);line-height:1.55}

.cta-band{
	padding:42px 46px;
	border-radius:20px;
	background:linear-gradient(125deg,#172554 0%,#4c1d95 58%,#6d28d9 100%);
	box-shadow:0 22px 54px rgba(76,29,149,.2);
}
.cta-band h2{max-width:760px;letter-spacing:-.03em}
.cta-band p{max-width:700px;line-height:1.6}

.content-hero{padding:70px 0 48px;background:linear-gradient(135deg,#eff5ff 0%,#f8f7ff 100%)}
.content-hero h1{margin-top:12px;letter-spacing:-.045em}
.tool-shell{gap:22px}
.tool-card{
	border:1px solid var(--sky-p4-line);
	border-radius:16px;
	box-shadow:0 12px 34px rgba(30,64,175,.065);
}
.tool-card h2{letter-spacing:-.025em}
.tool-card label{font-weight:700;color:#334155}
.tool-card textarea,.tool-card input,.tool-card select{min-height:48px;background:#fbfdff}
.tool-card textarea{min-height:170px;padding:14px}
.tool-actions{gap:10px;margin-top:14px}
.result-card{background:linear-gradient(180deg,#fff,#fbfcff)}
.result-card [aria-live="polite"]{border-radius:12px;background:#f6f8fc}
.prose{line-height:1.7}
.prose h2{margin-top:1.6em;letter-spacing:-.025em}
.sky-p4-trust-panel .prose{padding:25px 28px;border-left:4px solid #6b8cff;border-radius:0 14px 14px 0;background:rgba(255,255,255,.7)}

@media(max-width:1120px){
	.header-inner{gap:12px}
	.main-nav a{padding:9px 6px;font-size:12px}
	.header-cta{padding:10px 12px}
	.sky-p4-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
	.header-inner{min-height:68px}
	.menu-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}
	.header-cta{display:none}
	.main-nav{
		position:absolute;
		top:calc(100% + 10px);
		left:16px;
		right:16px;
		margin:0;
		padding:10px;
		border:1px solid #dce4f1;
		border-radius:16px;
		background:rgba(255,255,255,.98);
		box-shadow:0 22px 50px rgba(15,23,42,.16);
		backdrop-filter:blur(18px);
	}
	.main-nav ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}
	.main-nav a{padding:12px 13px;font-size:14px}
	.sky-p4-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.premium-hero{padding:86px 0 68px}
	.premium-hero h1{font-size:clamp(46px,8vw,64px)}
	.section{padding:70px 0}
}
@media(max-width:620px){
	.header-inner{min-height:64px}
	.brand{font-size:14px}
	.main-nav{left:13px;right:13px;top:calc(100% + 8px)}
	.main-nav ul{grid-template-columns:1fr}
	.main-nav a{padding:12px 14px}
	.premium-hero{padding:66px 0 54px}
	.premium-hero h1{margin-top:16px;font-size:39px;line-height:1.06;letter-spacing:-.047em}
	.premium-hero p{font-size:16px;line-height:1.6}
	.premium-hero .trust-row{margin:22px auto 19px;gap:7px}
	.premium-hero .trust-row span{padding:6px 9px;font-size:11px}
	.premium-hero .search-box{display:grid;gap:7px;padding:7px;border-radius:14px}
	.premium-hero .search-box input{width:100%;min-height:48px}
	.premium-hero .search-box .btn{width:100%;min-height:48px}
	.hero-support-link{font-size:12px!important}
	.section{padding:54px 0}
	.section-head{margin-bottom:23px}
	.section-head h2{font-size:29px;line-height:1.12}
	.sky-p4-grid{grid-template-columns:1fr;gap:14px}
	.sky-p4-card{min-height:0;padding:20px;border-radius:14px}
	.sky-p4-card h3{font-size:17px}
	.sky-p4-card p{font-size:14px}
	.workflow-grid{grid-template-columns:1fr;gap:13px}
	.workflow-grid .card{min-height:0;padding:20px}
	.cta-band{padding:28px 22px;border-radius:16px}
	.cta-band h2{font-size:25px;line-height:1.2}
	.content-hero{padding:46px 0 32px}
	.content-hero h1{font-size:38px;line-height:1.08}
	.tool-shell{gap:14px}
	.tool-card{padding:18px;border-radius:14px}
	.tool-actions{display:grid}
	.tool-actions .btn,.tool-actions button{width:100%;text-align:center}
	.sky-p4-trust-panel .prose{padding:20px 18px}
}

/* Premium tool ecosystem: marketplace cards and reusable inner-tool UI. */
.tools-library-hero{
	padding-bottom:42px;
	background:
		radial-gradient(circle at 12% 0%,rgba(191,219,254,.7),transparent 35%),
		radial-gradient(circle at 88% 0%,rgba(221,214,254,.72),transparent 35%),
		linear-gradient(180deg,#f8faff,#f3f6ff);
}
.tools-library-hero .wrap{max-width:1160px}
.market-controls{
	display:grid;
	grid-template-columns:minmax(0,1fr) 210px;
	gap:10px 16px;
	align-items:end;
	margin-top:28px;
	padding:12px;
	border:1px solid #dce5f3;
	border-radius:16px;
	background:rgba(255,255,255,.9);
	box-shadow:0 16px 42px rgba(30,64,175,.09);
}
.market-controls label{margin:0 0 -5px 4px;color:#475569;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.market-controls input,.market-controls select{min-height:50px;background:#fff}
.market-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.market-tabs button{
	min-height:39px;
	padding:8px 13px;
	border:1px solid #dce5f3;
	border-radius:999px;
	background:rgba(255,255,255,.9);
	color:#475569;
	font-size:12px;
}
.market-tabs button:hover,.market-tabs button.active{border-color:#809cff;background:#3157f6;color:#fff;box-shadow:0 9px 22px rgba(49,87,246,.2)}
.market-tabs small{font-weight:800}

.tool-market-card:not(.sky-p4-card){
	min-height:252px;
	padding:22px;
	gap:13px;
	border:1px solid #e1e8f2;
	border-radius:16px;
	background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
	box-shadow:0 8px 24px rgba(15,23,42,.045);
}
.tool-market-card:not(.sky-p4-card)::before{
	content:"";
	position:absolute;
	inset:0 0 auto;
	height:3px;
	background:linear-gradient(90deg,#3157f6,#7547ed);
	opacity:.75;
}
.tool-market-card:not(.sky-p4-card):hover{transform:translateY(-5px);box-shadow:0 20px 46px rgba(30,64,175,.12)}
.tool-market-card .tool-card-top{align-items:center}
.tool-market-card .icon{
	display:grid;
	width:42px;
	height:42px;
	place-items:center;
	border-radius:12px;
	background:linear-gradient(145deg,#e8edff,#f4f1ff);
	box-shadow:inset 0 0 0 1px rgba(99,102,241,.12),0 8px 18px rgba(79,70,229,.12);
	color:#4f46e5;
	font-size:13px;
	font-weight:900;
	letter-spacing:-.05em;
}
.tool-market-card[data-visual-category="seo"] .icon{background:#eaf2ff;color:#2563eb}
.tool-market-card[data-visual-category="content"] .icon{background:#fff1e8;color:#c2410c}
.tool-market-card[data-visual-category="developer"] .icon,.tool-market-card[data-visual-category="website"] .icon{background:#eef0ff;color:#4338ca}
.tool-market-card[data-visual-category="marketing"] .icon{background:#fff4e5;color:#c2410c}
.tool-market-card[data-visual-category="image"] .icon{background:#f3e8ff;color:#7e22ce}
.tool-market-card[data-visual-category="pdf"] .icon,.tool-market-card[data-visual-category="converter"] .icon{background:#fff0eb;color:#dc2626;font-size:10px}
.tool-market-card[data-visual-category="business"] .icon{background:#ecfdf5;color:#047857}
.tool-market-card[data-visual-category="social-media"] .icon{background:#fdf2f8;color:#be185d}
.tool-market-card:not(.sky-p4-card) h3{margin:2px 0 0;color:#14203d;font-size:17px;line-height:1.3;letter-spacing:-.02em}
.tool-market-card:not(.sky-p4-card) p{margin:0;color:#64748b;font-size:13px;line-height:1.55}
.tool-market-card .micro-badges{display:flex;flex-wrap:wrap;gap:5px}
.tool-market-card .micro-badges span{
	padding:4px 7px;
	border:1px solid #e1e7f0;
	border-radius:999px;
	background:#f8fafc;
	color:#64748b;
	font-size:9px;
	font-weight:750;
}
.tool-market-card:not(.sky-p4-card) .card-action{
	margin-top:auto;
	border-color:#dce5f3;
	background:#f8faff;
	color:#24324c;
}
.tool-market-card:not(.sky-p4-card) .card-action:hover{border-color:#3157f6;background:#3157f6;color:#fff}

.content-hero:not(.tools-library-hero) .wrap{position:relative}
.content-hero:not(.tools-library-hero) .wrap::after{
	content:"";
	position:absolute;
	top:50%;
	right:0;
	width:110px;
	height:110px;
	transform:translateY(-50%);
	border:1px solid rgba(99,102,241,.12);
	border-radius:28px;
	background:
		linear-gradient(135deg,rgba(49,87,246,.12),rgba(117,71,237,.08)),
		repeating-linear-gradient(135deg,transparent 0 12px,rgba(255,255,255,.6) 12px 13px);
	box-shadow:0 18px 46px rgba(49,87,246,.08);
}
.content-hero:not(.tools-library-hero) h1{max-width:830px}
.content-hero:not(.tools-library-hero) p{max-width:760px}
.content-hero .trust-row{justify-content:flex-start}
.content-hero .trust-row span{box-shadow:0 5px 16px rgba(30,64,175,.05)}

.sky-tool-workflow{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:13px;
	max-width:700px;
	margin:44px auto -18px;
	padding:10px 14px;
	border:1px solid #dde5f2;
	border-radius:999px;
	background:#fff;
	box-shadow:0 12px 32px rgba(30,64,175,.08);
	color:#64748b;
	font-size:12px;
	font-weight:750;
}
.sky-tool-workflow span{display:flex;align-items:center;gap:7px}
.sky-tool-workflow b{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#eef2ff;color:#4f46e5;font-size:11px}
.sky-tool-workflow i{color:#a5b4fc;font-size:16px;font-style:normal}

.tool-shell{align-items:start;margin-top:62px}
.tool-shell .tool-card{
	position:relative;
	overflow:hidden;
	padding:28px;
	border-color:#dce5f2;
	border-radius:18px;
	background:linear-gradient(180deg,#fff,#fbfdff);
	box-shadow:0 18px 46px rgba(30,64,175,.085);
}
.tool-shell .tool-card::before{
	content:"";
	position:absolute;
	inset:0 0 auto;
	height:4px;
	background:linear-gradient(90deg,#3157f6,#7547ed);
}
.tool-shell .sky-output-panel::before{background:linear-gradient(90deg,#7547ed,#ec4899)}
.tool-shell .tool-card h2{
	display:flex;
	align-items:center;
	gap:10px;
	margin:0 0 18px;
	color:#17213c;
	font-size:22px;
}
.sky-panel-icon{
	display:grid;
	flex:0 0 34px;
	width:34px;
	height:34px;
	place-items:center;
	border-radius:10px;
	background:#eef2ff;
	color:#4f46e5;
	font-size:17px;
	font-weight:900;
}
.sky-output-panel .sky-panel-icon{background:#f3e8ff;color:#7e22ce}
.tool-shell .notice{
	padding:11px 13px;
	border:1px solid #c7f0da;
	border-radius:10px;
	background:#effcf5;
	color:#236144;
	font-size:11px;
	line-height:1.5;
}
.tool-shell label{margin:15px 0 6px;font-size:12px;letter-spacing:.01em}
.tool-shell input:not([type="color"]):not([type="file"]),.tool-shell textarea,.tool-shell select{border:1px solid #d9e2ef;background:#fff}
.tool-shell textarea{min-height:190px}
.tool-shell .tool-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.tool-shell .tool-actions .btn,.tool-shell .tool-actions button{min-height:44px;padding:10px 17px}
.tool-shell .tool-actions .btn:not(.secondary),.tool-shell .tool-actions button:not(.secondary){box-shadow:0 10px 22px rgba(79,70,229,.18)}

.drop-zone{
	padding:30px 22px;
	border:1.5px dashed #a7b8ff;
	border-radius:16px;
	background:linear-gradient(145deg,#f8faff,#f4f1ff);
	text-align:center;
	transition:border-color .16s ease,background-color .16s ease,transform .16s ease;
}
.drop-zone:hover{transform:translateY(-1px);border-color:#5c78f7;background:#f1f4ff}
.drop-zone label{font-size:14px}
.drop-zone p{max-width:440px;margin:10px auto 0;color:#64748b;line-height:1.55}
.drop-zone input[type="file"]{
	width:100%;
	margin-top:14px;
	padding:9px;
	border:1px solid #dbe3f0;
	border-radius:10px;
	background:#fff;
}

.tool-output,.p3-qr-preview{
	position:relative;
	min-height:150px;
	padding:20px;
	border:1px solid #dce5f2;
	border-radius:14px;
	background:#f7f9fd;
	color:#53627a;
	font-family:inherit;
	line-height:1.65;
	white-space:pre-wrap;
}
.tool-output::before,.p3-qr-preview::before{
	display:block;
	margin-bottom:11px;
	color:#64748b;
	font-size:10px;
	font-weight:850;
	letter-spacing:.07em;
	text-transform:uppercase;
}
.tool-output.is-empty::before,.p3-qr-preview.is-empty::before{content:"Waiting for input"}
.tool-output.is-success,.p3-qr-preview.is-success{border-color:#bde7d0;background:#f1fbf5;color:#24543b}
.tool-output.is-success::before,.p3-qr-preview.is-success::before{content:"Result ready";color:#16834b}
.tool-output.is-error{border-color:#fecaca;background:#fff5f5;color:#991b1b}
.tool-output.is-error::before{content:"Please review";color:#dc2626}
.tool-output.is-warning{border-color:#fed7aa;background:#fffaf3;color:#9a3412}
.tool-output.is-warning::before{content:"Review recommended";color:#c2410c}
.result-heading{margin-bottom:12px}
.result-status{padding:5px 8px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:10px;font-weight:850}
.p3-qr-preview{min-height:340px;background-image:linear-gradient(45deg,#f1f5f9 25%,transparent 25%),linear-gradient(-45deg,#f1f5f9 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#f1f5f9 75%),linear-gradient(-45deg,transparent 75%,#f1f5f9 75%);background-size:18px 18px;background-position:0 0,0 9px,9px -9px,-9px 0}
.p3-qr-preview img,.p3-qr-preview canvas{padding:14px;border-radius:12px;background:#fff;box-shadow:0 14px 35px rgba(15,23,42,.14)}

.faq{
	padding:26px 30px;
	border:1px solid #e3e9f2;
	border-radius:18px;
	background:#fff;
	box-shadow:0 12px 34px rgba(15,23,42,.05);
}
.faq details{padding:4px 0;border-bottom:1px solid #e8edf4}
.faq details:last-child{border-bottom:0}
.faq summary{padding:13px 2px;color:#25324a;font-weight:750;cursor:pointer}
.faq details[open] summary{color:#3157f6}
.faq details p{padding:0 2px 13px;color:#64748b}
.sky-p4-trust-panel .prose{box-shadow:0 12px 34px rgba(15,23,42,.05)}

.notice:not(.tool-shell .notice){
	border:1px solid #fed7aa;
	border-radius:16px;
	box-shadow:0 12px 32px rgba(194,65,12,.06);
}

@media(max-width:900px){
	.market-controls{grid-template-columns:minmax(0,1fr) 180px}
	.content-hero:not(.tools-library-hero) .wrap::after{width:82px;height:82px;opacity:.55}
	.sky-tool-workflow{margin-top:34px}
}
@media(max-width:620px){
	.tools-library-hero{padding-bottom:30px}
	.market-controls{grid-template-columns:1fr;padding:10px}
	.market-controls label{margin-bottom:-2px}
	.market-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}
	.market-tabs button{flex:0 0 auto}
	.tool-market-card:not(.sky-p4-card){min-height:0;padding:18px}
	.tool-market-card .icon{width:38px;height:38px;border-radius:11px}
	.content-hero:not(.tools-library-hero) .wrap::after{display:none}
	.sky-tool-workflow{
		display:grid;
		grid-template-columns:repeat(3,1fr);
		gap:5px;
		margin:24px 13px -8px;
		padding:8px;
		border-radius:14px;
		font-size:9px;
		text-align:center;
	}
	.sky-tool-workflow span{display:grid;justify-items:center;gap:4px}
	.sky-tool-workflow i{display:none}
	.tool-shell{margin-top:36px}
	.tool-shell .tool-card{padding:19px;border-radius:15px}
	.tool-shell .tool-card h2{gap:8px;font-size:19px}
	.sky-panel-icon{width:30px;height:30px;flex-basis:30px;border-radius:9px;font-size:14px}
	.tool-shell textarea{min-height:170px}
	.tool-shell .tool-actions{display:grid}
	.tool-shell .tool-actions .btn,.tool-shell .tool-actions button{width:100%;min-height:46px}
	.drop-zone{padding:22px 13px}
	.tool-output,.p3-qr-preview{min-height:145px;padding:16px}
	.p3-qr-preview{min-height:280px}
	.faq{padding:18px;border-radius:15px}
}
