/* ===== TQS Profile — Vision Glass palette ===== */
.tqspf{
  --bg:#EEF1F7; --card:#FFFFFF; --ink:#111A2E; --soft:#6B7791; --line:#E2E7F0;
  --brand:#1D4ED8; --brand-soft:#EAF0FF;
  --r:20px; --sh:0 1px 2px rgba(17,26,46,.04), 0 18px 40px -28px rgba(17,26,46,.35);
  font-family:"Be Vietnam Pro",system-ui,-apple-system,sans-serif;
  font-weight:300;color:var(--ink);line-height:1.65;font-size:16px;
}
.tqspf *{box-sizing:border-box}
.tqspf img{max-width:100%;display:block;height:auto}
.tqspf a{color:inherit;text-decoration:none}
.tqspf :focus-visible{outline:2px solid var(--brand);outline-offset:2px}
.tqspf .muted{color:var(--soft);font-size:13px}

/* Bìa + thẻ hồ sơ */
.tqspf-cover{width:100%;height:clamp(180px,30vw,320px);border-radius:0;
  background:linear-gradient(120deg,#1D4ED8,#22B8CF 60%,#7DD3A0);background-size:cover;background-position:center}
.tqspf-shell{max-width:1000px;margin:0 auto}
.tqspf-profile{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);
  margin-top:-84px;padding:0 clamp(20px,4vw,44px) 34px;text-align:center;position:relative}
.tqspf-avatar-wrap{display:inline-block;transform:translateY(-54px);margin-bottom:-40px}
.tqspf-avatar{width:118px;height:118px;border-radius:50%;object-fit:cover;
  border:6px solid var(--card);box-shadow:var(--sh);background:var(--brand-soft)}
.tqspf-avatar-ph{background:
  radial-gradient(circle at 50% 38%, rgba(29,78,216,.35) 0 30%, transparent 31%),
  radial-gradient(120% 90% at 50% 130%, rgba(29,78,216,.35) 0 45%, transparent 46%), var(--brand-soft)}
.tqspf-name{font-size:clamp(26px,4vw,34px);font-weight:700;margin:0;letter-spacing:-.01em;line-height:1.2;
  display:inline-flex;align-items:center;justify-content:center;gap:.2em;flex-wrap:nowrap;white-space:nowrap;max-width:100%}
.tqspf .tqspf-badge{width:.72em;height:.72em;min-width:.72em;display:inline-block;flex:0 0 .72em;margin:0;object-fit:contain;align-self:center}
.tqspf-role{color:var(--soft);margin:4px 0 0;display:block;white-space:nowrap;max-width:100%;line-height:1.35}
.tqspf-socials{display:flex;justify-content:center;gap:12px;margin:16px 0 4px;flex-wrap:wrap}
.tqspf-socials a,.tqspf-socials button{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;
  min-height:38px!important;max-height:38px!important;flex:0 0 38px;margin:0!important;border-radius:12px;display:grid;place-items:center;
  color:var(--soft);background:var(--bg);transition:.2s;border:0!important;box-shadow:none!important;cursor:pointer;padding:0!important;
  font:inherit;line-height:1;appearance:none;-webkit-appearance:none}
.tqspf-socials a:hover,.tqspf-socials button:hover{background:var(--brand);color:#fff;transform:translateY(-2px)}
.tqspf-socials svg{width:18px;height:18px;fill:currentColor}
.tqspf-socials img{width:20px;height:20px;object-fit:contain;border-radius:4px}
.tqspf-info{display:grid;grid-template-columns:1fr 1fr;gap:20px 34px;text-align:left;margin:24px 0 0;
  border-top:1px solid var(--line);padding-top:24px}
.tqspf-info>div{display:flex;align-items:baseline;gap:8px;min-width:0}
.tqspf-info dt{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--soft);margin:0;flex:0 0 auto}
.tqspf-info dd{margin:0;font-weight:400;word-break:break-word;min-width:0}
.tqspf-info dd a{color:var(--brand)}

/* Tabs */
.tqspf-tabs{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);margin-top:22px;padding:14px}
.tqspf-tabbar{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.tqspf-tab{border:0;background:var(--bg);border-radius:14px;padding:14px 4px;cursor:pointer;color:var(--soft);
  font-family:inherit;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  display:grid;justify-items:center;gap:7px;transition:.2s;line-height:1.3}
.tqspf-tab svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7}
.tqspf-tab:hover{color:var(--ink)}
.tqspf-tab[aria-selected="true"]{background:var(--brand);color:#fff}

/* Khối nội dung */
.tqspf-panel{background:var(--card);border-radius:var(--r);box-shadow:var(--sh);margin-top:22px;
  padding:clamp(22px,4vw,40px)}
.tqspf-panel[hidden]{display:none}
.tqspf-h2{font-size:clamp(24px,3.6vw,32px);font-weight:700;margin:0 0 4px;letter-spacing:-.01em}
.tqspf-sub{color:var(--soft);margin:0 0 24px}
.tqspf-h3{font-size:19px;font-weight:700;margin:0 0 16px}
.tqspf-rule{height:1px;background:var(--line);margin:28px 0}
.tqspf-panel p{margin:0 0 14px}

.tqspf-grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px 30px}
.tqspf-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tqspf-box{background:var(--bg);border-radius:16px;padding:22px}
.tqspf-box h5{font-size:17px;font-weight:600;margin:0 0 6px}
.tqspf-box p{margin:0;color:var(--soft);font-size:14.5px}
.tqspf-eyebrow{display:inline-flex;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--brand);background:var(--brand-soft);padding:5px 12px;border-radius:999px}

/* Dòng thời gian */
.tqspf-tl{position:relative;padding-left:26px;margin-top:18px}
.tqspf-tl::before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:2px;background:var(--line)}
.tqspf-tl .it{position:relative;padding-bottom:22px}
.tqspf-tl .it:last-child{padding-bottom:0}
.tqspf-tl .it::before{content:"";position:absolute;left:-26px;top:7px;width:12px;height:12px;border-radius:50%;
  background:var(--card);border:2px solid var(--brand)}
.tqspf-tl h5{margin:2px 0 0;font-size:16px;font-weight:600}
.tqspf-tl time{font-size:12.5px;color:var(--soft);font-variant-numeric:tabular-nums}
.tqspf-tl p{margin:5px 0 0;color:var(--soft);font-size:14.5px}

/* Kỹ năng */
.tqspf-skills{margin-top:18px}
.tqspf-skill{margin-bottom:14px}
.tqspf-skill .row{display:flex;justify-content:space-between;gap:12px;font-size:14px;margin-bottom:6px}
.tqspf-skill .bar{height:7px;border-radius:99px;background:var(--line);overflow:hidden}
.tqspf-skill .bar i{display:block;height:100%;border-radius:99px;background:var(--brand)}

/* Ảnh */
.tqspf-gal{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.tqspf-gal figure{margin:0;position:relative;border-radius:14px;overflow:hidden;background:var(--bg);aspect-ratio:1}
.tqspf-gal img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.tqspf-gal figure:hover img{transform:scale(1.05)}

/* Bài viết */
#tqspfPosts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.tqspf-post{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:18px 0;
  border-bottom:1px solid var(--line);position:relative}
#tqspfPosts .tqspf-post{display:flex;flex-direction:column;gap:12px;padding:0 0 16px;border:1px solid var(--line);
  border-radius:16px;overflow:hidden;background:var(--card);min-width:0}
.tqspf-post[hidden],.tqspf-prod[hidden]{display:none!important}
#tqspfPosts .tqspf-post>div:not(.thumb){padding:0 14px;display:flex;flex-direction:column;align-items:flex-start;flex:1}
#tqspfPosts .tqspf-post .thumb{width:100%;border-radius:0;aspect-ratio:4/3}
#tqspfPosts .tqspf-post .thumb img{width:100%;height:100%;object-fit:contain}
.tqspf-post:not(:has(.thumb)){grid-template-columns:1fr}
.tqspf-post.is-important{margin:8px 0;padding:18px;border:1px solid #F3C969;border-radius:16px;background:#FFF9E8}
.tqspf-important{display:inline-flex;align-items:center;width:max-content;margin:0 0 7px;padding:4px 10px;border-radius:999px;
  background:#F5B700;color:#4B3600;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.tqspf-pinned{display:inline-flex;align-items:center;width:max-content;margin:0 6px 7px 0;padding:4px 10px;border-radius:999px;
  background:var(--brand);color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.tqspf-post-note{margin:10px 0 0!important;padding:10px 12px;border-left:3px solid var(--brand);border-radius:8px;background:var(--brand-soft);
  color:var(--soft);font-size:13.5px}
.tqspf-post-tools{display:grid;gap:12px;margin:4px 0 12px}
.tqspf-post-tools input[type="search"]{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:var(--card);color:var(--ink);font:inherit}
.tqspf-cat-filters{display:flex;gap:8px;overflow-x:auto;padding:2px 0 6px;scrollbar-width:thin}
.tqspf-cat-filters button{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;padding:7px 13px;background:var(--card);color:var(--soft);font:inherit;font-size:13px;cursor:pointer}
.tqspf-cat-filters button.on{border-color:var(--brand);background:var(--brand);color:#fff}
.tqspf-post-cats{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 6px}
.tqspf-post-cats span{padding:3px 8px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:11px;font-weight:600}
.tqspf-search-mark{background:#FFE066;color:inherit;border-radius:3px;padding:0 2px;font-weight:800;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.tqspf-post-admin-actions{display:none;flex-wrap:wrap;gap:8px;margin-top:12px}
.tqspf.is-admin.admin-on .tqspf-post-admin-actions{display:flex}
.tqspf-post-admin-actions .tqspf-btn{margin:0}
.tqspf-pin-inline.is-pinned{background:#DCE8FF;color:var(--brand);border-color:#A9C2FF}
.tqspf-modal-body{margin-top:8px;white-space:normal}
.tqspf-modal-body p{margin:0 0 14px}
.tqspf-post:last-child{border-bottom:0}
.tqspf-post .thumb{border-radius:14px;overflow:hidden;background:var(--bg);display:grid;place-items:center;align-self:start}
.tqspf-post .thumb img{width:100%;height:auto;max-height:340px;object-fit:contain}
.tqspf-post h5{font-size:19px;font-weight:600;margin:2px 0 6px;cursor:pointer}
.tqspf-post h5:hover{color:var(--brand)}
.tqspf-post .ex{color:var(--soft);font-size:14.5px;margin:0}
.tqspf-del-inline{margin-top:12px}

/* Sản phẩm */
.tqspf-prods{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.tqspf-prod{background:var(--bg);border-radius:16px;overflow:hidden;position:relative;display:flex;flex-direction:column}
.tqspf-prod .ph{aspect-ratio:4/3;background:#DDE4F0}
.tqspf-prod .ph img{width:100%;height:100%;object-fit:cover}
.tqspf-prod .bd{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}
.tqspf-prod h5{font-size:16px;font-weight:600;margin:0}
.tqspf-prod .desc{font-size:13.5px;color:var(--soft);margin:0;flex:1}
.tqspf-prod .prices{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.tqspf-prod .krw{font-weight:700;color:var(--brand);font-size:18px}
.tqspf-prod .vnd{font-size:13.5px;color:var(--soft)}
.tqspf-product-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 4px;
  white-space:nowrap;font-size:clamp(24px,3.6vw,32px);line-height:1.2}
.tqspf-product-heading .tqspf-h2,.tqspf-payment-title{margin:0;white-space:nowrap;font-size:1em;font-weight:700;letter-spacing:-.01em}
.tqspf-product-subrow{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 18px;
  white-space:nowrap;font-size:13px}
.tqspf-product-subrow .tqspf-sub{margin:0;white-space:nowrap;font-size:1em}
.tqspf-region-switch{display:flex;align-items:center;justify-content:flex-end;flex-wrap:nowrap;gap:6px;margin:0;white-space:nowrap}
.tqspf-region-switch button{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;
  padding:.6em 1em;background:var(--card);color:var(--soft);font:inherit;font-size:1em;font-weight:600;cursor:pointer}
.tqspf-region-switch button.on{border-color:var(--brand);background:var(--brand);color:#fff}
.tqspf-region-switch .flag{font-size:20px;line-height:1}
.tqspf-price{font-weight:700;color:var(--brand);font-size:19px}
.tqspf-buy{width:100%;justify-self:stretch;text-align:center;margin-top:4px}
.tqspf-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:22px}
.tqspf-pagination button{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:var(--card);
  color:var(--soft);font:inherit;font-weight:600;cursor:pointer}
.tqspf-pagination button.on{border-color:var(--brand);background:var(--brand);color:#fff}

/* Form */
.tqspf-form{display:grid;gap:12px}
.tqspf-form .two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.tqspf-file-label{font-size:13px;font-weight:600;color:var(--soft)}
.tqspf-upload-preview{width:auto;max-width:100%;height:auto;max-height:360px;object-fit:contain;border-radius:14px;background:var(--bg)}
.tqspf-edit-form{margin-top:18px}
.tqspf-edit-form .tqspf-upload-preview{width:auto;max-width:100%;height:auto;max-height:360px;object-fit:contain;margin:0}
.tqspf-edit-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.tqspf-editor-tools{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.tqspf-rich-editor{min-height:190px;width:100%;padding:14px 16px;border:1px solid transparent;border-radius:12px;
  background:var(--bg);color:var(--ink);font:inherit;line-height:1.7;outline:none;overflow-wrap:anywhere}
.tqspf-rich-editor:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(29,78,216,.1)}
.tqspf-rich-editor:empty::before{content:attr(data-placeholder);color:var(--soft);pointer-events:none}
.tqspf-rich-editor p{margin:0 0 12px}
.tqspf-rich-editor img,.tqspf-modal-body img,.tqspf-post-body img{display:block;width:auto;max-width:100%;height:auto!important;
  max-height:none;object-fit:contain;margin:14px auto;border-radius:12px}
.tqspf-check{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}
.tqspf-check input{width:18px;height:18px;margin:0}
.tqspf input[type=text],.tqspf input[type=email],.tqspf input[type=url],.tqspf input[type=number],.tqspf textarea{
  font-family:inherit;font-size:15px;font-weight:300;color:var(--ink);background:var(--bg);
  border:1px solid transparent;border-radius:12px;padding:14px 16px;width:100%}
.tqspf textarea{min-height:120px;resize:vertical}
.tqspf input:focus,.tqspf textarea:focus{border-color:var(--brand);background:var(--card);outline:none}
.tqspf-hp{position:absolute;left:-9999px;opacity:0;height:0;width:0}
.tqspf-btn{font-family:inherit;font-size:15px;font-weight:600;padding:13px 26px;border-radius:12px;border:0;
  background:var(--brand);color:#fff;cursor:pointer;transition:.2s;justify-self:start}
.tqspf-btn:hover{filter:brightness(1.08)}
.tqspf-btn[disabled]{opacity:.55;cursor:default}
.tqspf-btn.sm{font-size:13px;padding:9px 16px}
.tqspf-btn.ghost{background:var(--bg);color:var(--ink)}

/* Khu quản lý */
.tqspf-adminbox{display:none;background:var(--brand-soft);border:1px dashed var(--brand);
  border-radius:16px;padding:20px;margin-bottom:24px}
.tqspf.is-admin.admin-on .tqspf-adminbox{display:block}
.tqspf-adminbox h5{font-size:15px;font-weight:600;color:var(--brand);margin:0 0 12px}
.tqspf-del{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:0;cursor:pointer;
  background:rgba(17,26,46,.65);color:#fff;font-size:15px;line-height:1;display:none}
.tqspf.is-admin.admin-on .tqspf-del,
.tqspf.is-admin.admin-on .tqspf-del-inline{display:inline-block}
.tqspf-del-inline{display:none}
.tqspf-fab{position:fixed;left:20px;bottom:20px;z-index:9990;border:0;border-radius:999px;cursor:pointer;
  background:var(--ink);color:#fff;font-family:inherit;font-size:13px;font-weight:600;padding:12px 20px;
  box-shadow:0 10px 30px -10px rgba(0,0,0,.5)}
.tqspf.admin-on .tqspf-fab{background:var(--brand)}
.tqspf-empty{text-align:center;color:var(--soft);padding:34px;border:1px dashed var(--line);
  border-radius:16px;font-size:14.5px}


/* Phóng to ảnh bìa / ảnh đại diện kiểu Facebook */
.tqspf-cover[data-lightbox-image],.tqspf-lightbox-trigger{cursor:zoom-in}
.tqspf-image-lightbox{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.88);display:flex;align-items:center;justify-content:center;padding:28px;cursor:zoom-out}
.tqspf-image-lightbox[hidden]{display:none}
.tqspf-image-lightbox img{display:block;max-width:96vw;max-height:92vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 18px 70px rgba(0,0,0,.5);cursor:default}
.tqspf-image-lightbox-close{position:absolute;top:18px;right:22px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:34px;line-height:1;cursor:pointer;z-index:2}
.tqspf-image-lightbox-close:hover{background:rgba(255,255,255,.25)}
body.tqspf-lightbox-open{overflow:hidden}

/* Cửa sổ đọc bài + thông báo */
.tqspf-modal{position:fixed;inset:0;z-index:9995;background:rgba(17,26,46,.55);display:none;
  place-items:center;padding:20px}
.tqspf-modal.on{display:grid}
.tqspf-modal .in{background:var(--card);border-radius:20px;max-width:680px;width:100%;max-height:86vh;
  overflow:auto;padding:30px}
.tqspf-modal img{border-radius:14px;margin-bottom:18px}
.tqspf-toast{position:fixed;left:50%;bottom:26px;translate:-50% 0;z-index:9999;background:var(--ink);color:#fff;
  padding:12px 22px;border-radius:999px;font-size:14px;opacity:0;pointer-events:none;transition:.25s}
.tqspf-toast.on{opacity:1;translate:-50% -6px}

@media(max-width:820px){
	.tqspf-name{font-size:clamp(15px,5vw,26px)}
	.tqspf-role{font-size:clamp(11px,3.2vw,15px)}
	.tqspf-product-heading{gap:6px;font-size:clamp(13px,4.2vw,22px)}
	.tqspf-product-subrow{gap:4px;font-size:clamp(7px,2.15vw,12px)}
	.tqspf-region-switch{gap:4px}
	.tqspf-region-switch button{gap:3px;padding:.45em .6em}
	.tqspf-region-switch .flag{font-size:1.45em}
  .tqspf-tabbar{grid-template-columns:repeat(3,1fr)}
  .tqspf-info{grid-template-columns:1fr}
	.tqspf-grid2,.tqspf-grid3{grid-template-columns:1fr}
	#tqspfPosts,.tqspf-prods{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
  .tqspf-gal{grid-template-columns:repeat(2,1fr)}
  .tqspf-post{grid-template-columns:110px 1fr;gap:14px}
  .tqspf-form .two{grid-template-columns:1fr}
  .tqspf-profile{margin-top:-70px}
}
@media(max-width:480px){
	#tqspfPosts,.tqspf-prods{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}
	#tqspfPosts .tqspf-post>div:not(.thumb),.tqspf-prod .bd{padding:6px}
	#tqspfPosts .tqspf-post h5,.tqspf-prod h5{font-size:10px;line-height:1.25}
	#tqspfPosts .tqspf-post .ex,.tqspf-prod .desc{font-size:8px;line-height:1.3}
	.tqspf-price{font-size:10px}
	.tqspf-buy{font-size:8px;padding:7px 3px;border-radius:7px}
}
@media(prefers-reduced-motion:reduce){.tqspf *{transition:none!important}}

/* ===== Light / Dark mode ===== */
.tqspf{
  --page-bg:var(--bg);
  transition:background-color .25s ease,color .25s ease;
}
.tqspf-theme-switch{
  display:flex;
  justify-content:flex-end;
  margin:0 0 10px;
  position:relative;
  z-index:20;
}
.tqspf-theme-toggle{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid var(--line);
  background:var(--card);
  color:var(--ink);
  border-radius:999px;
  padding:7px 12px;
  font:600 12px/1 inherit;
  cursor:pointer;
  box-shadow:0 5px 18px rgba(17,26,46,.08);
  transition:.2s ease;
}
.tqspf-theme-toggle:hover{transform:translateY(-1px);border-color:var(--brand)}
.tqspf-theme-icon{font-size:15px;line-height:1}
.tqspf-theme-moon{display:none}
.tqspf.is-dark{
  --bg:#0F172A;
  --card:#182235;
  --ink:#F3F6FC;
  --soft:#A8B3C7;
  --line:#2B3850;
  --brand:#60A5FA;
  --brand-soft:#1E3152;
  --sh:0 1px 2px rgba(0,0,0,.18),0 18px 40px -28px rgba(0,0,0,.75);
}
.tqspf.is-dark .tqspf-theme-sun{display:none}
.tqspf.is-dark .tqspf-theme-moon{display:inline}
.tqspf.is-dark .tqspf-theme-label::after{content:"Dark"}
.tqspf.is-dark .tqspf-theme-label{font-size:0}
.tqspf.is-dark .tqspf-theme-label::after{font-size:12px}
.tqspf.is-dark .tqspf-cover{filter:brightness(.82)}
.tqspf.is-dark .tqspf-avatar{border-color:var(--card)}
.tqspf.is-dark .tqspf-modal{background:rgba(0,0,0,.72)}


/* =========================================================
   TQS Vision Glass UI
   Background can be changed later from:
   Appearance > Customize > Additional CSS
   without editing this theme.
   Example:
   body { background-image:url("YOUR-IMAGE-URL") !important; }
   ========================================================= */
:root{
  --tqs-glass-bg: #eef3f9;
  --tqs-glass-surface: rgba(255,255,255,.62);
  --tqs-glass-surface-strong: rgba(255,255,255,.78);
  --tqs-glass-border: rgba(255,255,255,.72);
  --tqs-glass-blur: 22px;
  --tqs-glass-shadow: 0 18px 55px rgba(31,41,55,.12);
}
body{
  background-color:var(--tqs-glass-bg);
  background-image:
    radial-gradient(circle at 15% 10%,rgba(255,255,255,.95),transparent 32%),
    radial-gradient(circle at 85% 20%,rgba(147,197,253,.28),transparent 28%),
    radial-gradient(circle at 50% 100%,rgba(167,243,208,.22),transparent 35%);
  background-attachment:fixed;
}
.tqs-site-main{background:transparent}
.tqspf{position:relative}
.tqspf-shell{position:relative}
.tqspf-profile,
.tqspf-tabs,
.tqspf-panel{
  background:var(--tqs-glass-surface) !important;
  border:1px solid var(--tqs-glass-border);
  box-shadow:var(--tqs-glass-shadow), inset 0 1px 0 rgba(255,255,255,.5);
  -webkit-backdrop-filter:blur(var(--tqs-glass-blur)) saturate(145%);
  backdrop-filter:blur(var(--tqs-glass-blur)) saturate(145%);
}
.tqspf-profile{overflow:visible}
.tqspf-tabs{background:var(--tqs-glass-surface-strong) !important}
.tqspf-box,
.tqspf-post,
.tqspf-prod,
.tqspf-modal .in{
  background:rgba(255,255,255,.48) !important;
  border-color:rgba(255,255,255,.62) !important;
  -webkit-backdrop-filter:blur(16px) saturate(135%);
  backdrop-filter:blur(16px) saturate(135%);
}
.tqspf-tab,
.tqspf-socials a,
.tqspf-socials button,
.tqspf-theme-toggle,
.tqspf-region-switch button,
.tqspf-cat-filters button,
.tqspf-pagination button{
  background:rgba(255,255,255,.42) !important;
  border:1px solid rgba(255,255,255,.65) !important;
  -webkit-backdrop-filter:blur(12px) saturate(135%);
  backdrop-filter:blur(12px) saturate(135%);
}
.tqspf-cover{box-shadow:0 18px 45px rgba(15,23,42,.12)}
.tqspf.is-dark{
  --tqs-glass-bg:#07111f;
  --tqs-glass-surface:rgba(15,23,42,.58);
  --tqs-glass-surface-strong:rgba(15,23,42,.72);
  --tqs-glass-border:rgba(255,255,255,.12);
  --tqs-glass-shadow:0 18px 55px rgba(0,0,0,.28);
}
.tqspf.is-dark .tqspf-profile,
.tqspf.is-dark .tqspf-tabs,
.tqspf.is-dark .tqspf-panel{
  background:var(--tqs-glass-surface) !important;
  border-color:var(--tqs-glass-border);
  box-shadow:var(--tqs-glass-shadow),inset 0 1px 0 rgba(255,255,255,.08);
}
.tqspf.is-dark .tqspf-tabs{background:var(--tqs-glass-surface-strong) !important}
.tqspf.is-dark .tqspf-box,
.tqspf.is-dark .tqspf-post,
.tqspf.is-dark .tqspf-prod,
.tqspf.is-dark .tqspf-modal .in,
.tqspf.is-dark .tqspf-tab,
.tqspf.is-dark .tqspf-socials a,
.tqspf.is-dark .tqspf-socials button,
.tqspf.is-dark .tqspf-theme-toggle,
.tqspf.is-dark .tqspf-region-switch button,
.tqspf.is-dark .tqspf-cat-filters button,
.tqspf.is-dark .tqspf-pagination button{
  background:rgba(15,23,42,.42) !important;
  border-color:rgba(255,255,255,.10) !important;
}
@media (prefers-reduced-transparency: reduce){
  .tqspf-profile,.tqspf-tabs,.tqspf-panel,.tqspf-box,.tqspf-post,.tqspf-prod{backdrop-filter:none;-webkit-backdrop-filter:none}
}
