/* Q-One v0.2 — Advanced Design Engine */
:root{
  --editor-accent:#7557ff;
}
.v02-dashboard{background:#f4f5f8}
.v02-workspace{grid-template-columns:minmax(570px,1fr) minmax(420px,46%)}
.panel-eyebrow{display:block;font-size:10px;line-height:1.2;letter-spacing:.16em;font-weight:800;color:#9a9eaa;margin-bottom:7px;direction:ltr;text-align:right}
.design-head{align-items:flex-start}
.design-section-card{padding:0!important;overflow:hidden;margin-bottom:16px}
.design-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px 16px;border-bottom:1px solid var(--line)}
.design-section-title>div{display:flex;align-items:center;gap:10px}
.design-section-title>div>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#f0edff;color:var(--primary);font-size:10px;font-weight:900;direction:ltr}
.design-section-title h3{margin:0;font-size:15px}
.design-section-title p{margin:2px 0 0;max-width:420px;color:var(--text-2);font-size:11px;line-height:1.7;text-align:left}
.design-section-card>.theme-grid,.design-section-card>.segmented,.design-section-card>.design-grid-2,.design-section-card>.design-grid-3,.design-section-card>.style-choice-grid,.design-section-card>.background-upload-row{margin:18px 20px}
.theme-grid-v02{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.theme-grid-v02 .theme-option{padding:8px;min-width:0;text-align:right}
.theme-grid-v02 .theme-thumb{height:68px}
.theme-grid-v02 .theme-option b{font-size:11px;margin-top:7px}
.theme-grid-v02 .theme-option small{font-size:8px;color:#9498a6;display:block;margin-top:2px;direction:ltr;text-align:left}
.t-obsidian{background:radial-gradient(circle at 25% 0,#465069 0,transparent 38%),linear-gradient(145deg,#15171c,#020304)!important}
.t-linen{background:radial-gradient(circle at 15% 0,#fff 0,transparent 34%),linear-gradient(145deg,#f1e6d2,#d5c1a3)!important}
.t-ocean{background:radial-gradient(circle at 20% 0,#33c4ff 0,transparent 38%),linear-gradient(145deg,#0b3477,#041120)!important}
.t-emerald{background:radial-gradient(circle at 20% 0,#48e0a7 0,transparent 35%),linear-gradient(145deg,#064f43,#061b18)!important}
.t-rose{background:radial-gradient(circle at 15% 0,#ffb4ca 0,transparent 40%),linear-gradient(145deg,#fce8ee,#d19aa9)!important}
.t-mono{background:linear-gradient(145deg,#f6f6f6 0 50%,#101010 50%)!important}
.t-cyber{background:radial-gradient(circle at 18% 12%,#ff32d2 0,transparent 26%),radial-gradient(circle at 85% 85%,#00f7ff 0,transparent 30%),#08030f!important}
.t-sand{background:radial-gradient(circle at 18% 0,#f5dca9 0,transparent 42%),linear-gradient(145deg,#d7b98b,#7e674c)!important}
.t-cosmic{background:radial-gradient(circle at 18% 0,#9c6bff 0,transparent 35%),radial-gradient(circle at 90% 80%,#25b7c9 0,transparent 32%),linear-gradient(145deg,#14112c,#050610)!important}
.wide-segment{width:calc(100% - 40px);display:grid!important;grid-template-columns:repeat(4,1fr)}
.design-grid-2,.design-grid-3{display:grid;gap:14px}
.design-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.design-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.compact-grid{align-items:end}
.compact-control{padding:0!important;border:0!important}
.compact-control .range-title h3{font-size:11px}
.micro-label{font-size:11px;margin:0 0 10px;color:#6e7380}
.color-input{display:grid;grid-template-columns:44px 1fr;gap:8px;align-items:center}
.color-input input[type="color"]{width:44px;height:42px;border:1px solid var(--line);border-radius:12px;padding:3px;background:#fff}
.color-input input[type="text"],.color-input input:not([type]){height:42px;border:1px solid var(--line);border-radius:12px;padding:0 12px;background:#fff;min-width:0}
.color-input .btn{grid-column:2}
.range-inline{display:grid;grid-template-columns:1fr 54px;align-items:center;gap:10px;height:42px}
.range-inline output,.compact-control output{font-size:10px;color:#6c7080;background:#f2f3f7;padding:5px 7px;border-radius:8px;direction:ltr;text-align:center}
.background-upload-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:end;background:#fafafd;border:1px dashed #e4e6ed;border-radius:14px;padding:12px}
.inline-field{margin:0}
.file-button{position:relative;overflow:hidden}
.file-button input{position:absolute;inset:0;opacity:0;cursor:pointer}
.upload-actions{display:flex;flex-wrap:wrap;align-items:center;gap:6px}
.upload-actions p{width:100%;margin:3px 0 0!important}
.color-row-v02{gap:9px;flex-wrap:wrap}
.color-row-v02 button,.color-row-v02 .custom-color{width:31px;height:31px}
.style-choice-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}
.style-choice-grid button{border:1px solid var(--line);background:#fff;border-radius:13px;padding:8px 7px;color:#565b68;min-width:0;transition:.18s var(--ease)}
.style-choice-grid button:hover{transform:translateY(-1px);border-color:#cfd2dc}
.style-choice-grid button.active{border-color:var(--primary);box-shadow:0 0 0 2px rgba(117,87,255,.10);color:#2f2756}
.style-choice-grid b{font-size:9px;display:block;margin-top:6px;direction:ltr;text-align:center}
.style-sample{height:34px;border-radius:10px;display:block;border:1px solid #ddd}
.s-glass{background:linear-gradient(135deg,rgba(117,87,255,.17),rgba(255,255,255,.8));backdrop-filter:blur(10px)}
.s-solid{background:#7557ff;border-color:#7557ff}
.s-outline{background:#fff;border:2px solid #7557ff}
.s-soft{background:#eeeaff;border:0}
.s-elevated{background:#fff;border:0;box-shadow:0 5px 12px rgba(18,22,33,.18)}
.s-neo{background:#111;border-color:#7557ff;box-shadow:0 0 0 1px #7557ff,0 0 14px rgba(117,87,255,.55)}
.s-minimal{background:transparent;border:0;border-bottom:1px solid #d8dbe3;border-radius:0}
.standalone-toggle{border:1px solid var(--line)!important;border-radius:14px;padding:12px 14px!important;background:#fafafd}
.standalone-toggle h3{font-size:11px!important;margin:0 0 3px!important}.standalone-toggle p{font-size:9px!important;margin:0!important}
.hide-small{display:inline-flex}

/* Advanced link editor */
.link-editor-item{transition:.18s var(--ease)}
.link-editor-item:hover{border-color:#d8dbe5;box-shadow:0 6px 20px rgba(15,23,42,.045)}
.item-accent{width:5px;align-self:stretch;border-radius:4px;background:var(--item-color,var(--primary))}
.link-type-icon.has-svg,.social-icon.has-svg{font-size:0}
.link-type-icon svg,.social-icon svg{width:18px;height:18px;display:block}
.featured-badge{font-size:8px;background:#f0edff;color:#6e53e2;border-radius:99px;padding:3px 6px;margin-inline-start:6px}

/* Dialog */
.link-dialog{width:min(660px,calc(100% - 28px));border:0;border-radius:24px;padding:0;box-shadow:0 34px 100px rgba(15,23,42,.26);overflow:hidden;color:var(--text)}
.link-dialog::backdrop{background:rgba(10,12,18,.58);backdrop-filter:blur(5px)}
.link-dialog form{margin:0}
.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}
.dialog-head h2{font-size:18px;margin:0}.dialog-close{border:0;background:#f2f3f7;border-radius:10px;width:34px;height:34px;font-size:20px;color:#555}
.dialog-body{padding:20px 22px}.dialog-actions{display:flex;justify-content:flex-start;gap:8px;padding:15px 22px;background:#fafafd;border-top:1px solid var(--line)}
.platform-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:18px}
.platform-grid button{display:grid;place-items:center;gap:4px;height:68px;border:1px solid var(--line);border-radius:13px;background:#fff;color:#555;transition:.16s var(--ease)}
.platform-grid button:hover{transform:translateY(-1px)}.platform-grid button.active{border-color:var(--primary);background:#f7f5ff;box-shadow:0 0 0 2px rgba(117,87,255,.08)}
.platform-grid svg{width:20px;height:20px}.platform-grid small{font-size:8px}
.dialog-toggles{display:flex;gap:18px;align-items:center;padding-top:22px;font-size:11px;color:#555}.dialog-toggles label{display:flex;align-items:center;gap:7px}

/* Device preview */
.v02-preview-column{min-width:0}
.preview-toolbar>div:first-child{display:flex;align-items:center;gap:8px}.preview-toolbar small{font-size:9px;color:#9a9eaa;direction:ltr}
.v02-preview-stage{overflow:auto!important;padding:28px 22px!important;align-items:flex-start!important;justify-content:center!important}
.device-frame{position:relative;background:#050608;border:1px solid rgba(15,20,30,.8);box-shadow:0 30px 70px rgba(15,23,42,.22),inset 0 0 0 1px rgba(255,255,255,.08);transition:width .35s var(--ease),height .35s var(--ease),border-radius .35s var(--ease),padding .35s var(--ease);overflow:hidden;flex:none}
.device-phone{width:340px;height:704px;border-radius:51px;padding:8px}
.device-tablet{width:510px;height:680px;border-radius:34px;padding:8px}
.device-desktop{width:720px;height:520px;border-radius:20px;padding:7px}
.device-island{position:absolute;z-index:30;top:16px;left:50%;transform:translateX(-50%);width:92px;height:23px;border-radius:30px;background:#050608;transition:.25s}
.device-tablet .device-island,.device-desktop .device-island{opacity:0;transform:translate(-50%,-20px)}
.device-frame .qone-profile{width:100%;height:100%;border-radius:43px;overflow:auto;scrollbar-width:none}
.device-tablet .qone-profile{border-radius:27px}.device-desktop .qone-profile{border-radius:15px}
.device-desktop .qone-profile{padding-inline:max(22px,calc((100% - 520px)/2))}
.device-frame .qone-profile::-webkit-scrollbar{display:none}

/* Design engine profile tokens */
.qone-profile{
  --accent:#7557ff;
  --bg1:#151126;
  --bg2:#7557ff;
  --bg3:#2ee6a6;
  --angle:145deg;
  --bg-power:.72;
  --image-overlay:.22;
  --surface-opacity:.10;
  --surface-rgb:255 255 255;
  --text-rgb:255 255 255;
  --muted-rgb:255 255 255;
  --radius:24px;
  --border-w:1px;
  --shadow-power:.32;
  --blur:18px;
  --link-h:61px;
  --gap:9px;
  --page-pad:19px;
  --title-size:20px;
  --avatar-size:86px;
  --bg-image:none;
  --profile-font:var(--font);
  position:relative;
  isolation:isolate;
  color:rgb(var(--text-rgb));
  font-family:var(--profile-font);
  background:linear-gradient(var(--angle),var(--bg1),var(--bg2));
  padding:58px var(--page-pad) 24px;
}
.qone-profile::before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background-image:var(--bg-image);background-size:cover;background-position:center;opacity:1}
.qone-profile::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:rgba(0,0,0,var(--image-overlay));opacity:0}
.qone-profile.bg-image::after{opacity:1}
.qone-profile.bg-mesh{background:
 radial-gradient(circle at 18% 8%,color-mix(in srgb,var(--bg2) calc(var(--bg-power)*100%),transparent) 0,transparent 34%),
 radial-gradient(circle at 92% 74%,color-mix(in srgb,var(--bg3) calc(var(--bg-power)*50%),transparent) 0,transparent 38%),
 linear-gradient(var(--angle),var(--bg1),color-mix(in srgb,var(--bg1) 76%,#000 24%));}
.qone-profile.bg-solid{background:var(--bg1)}
.qone-profile.bg-gradient{background:linear-gradient(var(--angle),var(--bg1),var(--bg2))}
.qone-profile.bg-image{background:var(--bg1)}
.qone-profile .profile-top-actions{top:49px;z-index:5}
.qone-profile .profile-top-actions button,.v02-public-body .public-action{background:rgb(var(--surface-rgb)/calc(var(--surface-opacity) + .03));border:1px solid rgb(var(--text-rgb)/.14);color:rgb(var(--text-rgb));backdrop-filter:blur(var(--blur))}
.qone-profile .profile-header{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:10px}
.qone-profile.align-start .profile-header{flex-direction:row;gap:14px;align-items:center;text-align:start;margin-top:18px;padding-inline:2px}
.qone-profile.align-start .avatar-orbit{margin:0;flex:none}
.qone-profile .profile-copy h2,.qone-profile .profile-copy h1{font-size:var(--title-size);margin:0 0 5px;color:rgb(var(--text-rgb));line-height:1.35}
.qone-profile .profile-copy p{font-size:11px;line-height:1.7;color:rgb(var(--muted-rgb)/.67);margin:0;max-width:340px}
.qone-profile .avatar-orbit{width:var(--avatar-size);height:var(--avatar-size);margin:10px auto 12px;background:conic-gradient(from 35deg,var(--accent),var(--bg3),var(--accent));box-shadow:0 12px 34px color-mix(in srgb,var(--accent) 24%,transparent)}
.qone-profile .avatar{overflow:hidden;background:linear-gradient(145deg,var(--accent),color-mix(in srgb,var(--bg1) 85%,#000));border-color:rgb(var(--surface-rgb)/.12)}
.qone-profile .avatar img{width:100%;height:100%;object-fit:cover;display:block}
.qone-profile.avatar-squircle .avatar-orbit,.qone-profile.avatar-squircle .avatar{border-radius:28%}
.qone-profile.avatar-rounded .avatar-orbit,.qone-profile.avatar-rounded .avatar{border-radius:16px}
.qone-profile.avatar-hidden .avatar-orbit{display:none}
.qone-profile .micro-stats{margin:13px 0 16px}
.qone-profile .micro-stats span{background:rgb(var(--surface-rgb)/calc(var(--surface-opacity)*.65));border-color:rgb(var(--text-rgb)/.11);color:rgb(var(--muted-rgb)/.62);backdrop-filter:blur(var(--blur))}
.qone-profile .micro-stats b{color:rgb(var(--text-rgb))}
.qone-profile .profile-links{gap:var(--gap)}
.qone-profile.layout-grid .profile-links{grid-template-columns:repeat(2,minmax(0,1fr))}
.qone-profile.layout-compact .profile-links{gap:5px}
.qone-profile .profile-link,.qone-profile .public-link{
  min-height:var(--link-h);border-radius:var(--radius);border-width:var(--border-w);border-style:solid;
  border-color:rgb(var(--text-rgb)/.11);background:rgb(var(--surface-rgb)/var(--surface-opacity));
  color:rgb(var(--text-rgb));backdrop-filter:blur(var(--blur));
  box-shadow:0 calc(10px * var(--shadow-power)) calc(34px * var(--shadow-power)) rgba(0,0,0,calc(.28 * var(--shadow-power)));
  display:grid;grid-template-columns:40px minmax(0,1fr) 22px;align-items:center;gap:9px;padding:9px 12px;transition:transform .22s var(--ease),background .22s var(--ease),box-shadow .22s var(--ease),border-color .22s var(--ease);text-decoration:none;
}
.qone-profile .profile-link:hover,.qone-profile .public-link:hover{transform:translateY(-2px);background:rgb(var(--surface-rgb)/calc(var(--surface-opacity) + .045))}
.qone-profile .profile-link.featured,.qone-profile .public-link.featured{border-color:color-mix(in srgb,var(--accent) 56%,rgb(var(--text-rgb)/.12));background:color-mix(in srgb,var(--accent) 22%,rgb(var(--surface-rgb)/var(--surface-opacity)))}
.qone-profile .profile-link.has-custom-color,.qone-profile .public-link.has-custom-color{--item-accent:var(--link-color);border-color:color-mix(in srgb,var(--item-accent) 46%,rgb(var(--text-rgb)/.11))}
.qone-profile .profile-link.has-custom-color.featured,.qone-profile .public-link.has-custom-color.featured{background:color-mix(in srgb,var(--item-accent) 25%,rgb(var(--surface-rgb)/var(--surface-opacity)))}
.qone-profile .social-icon{width:36px;height:36px;border-radius:12px;background:rgb(var(--surface-rgb)/.11);color:rgb(var(--text-rgb));display:grid;place-items:center}
.qone-profile.icon-circle .social-icon{border-radius:50%}.qone-profile.icon-bare .social-icon{background:transparent}.qone-profile.icon-accent .social-icon{background:var(--accent);color:#fff}
.qone-profile .profile-link b,.qone-profile .public-link b{font-size:11px;color:rgb(var(--text-rgb));display:block}.qone-profile .profile-link small,.qone-profile .public-link small{font-size:8px;color:rgb(var(--muted-rgb)/.52);display:block;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.qone-profile .profile-link em,.qone-profile .public-link em{font-style:normal;color:rgb(var(--muted-rgb)/.5)}
.qone-profile.button-solid .profile-link,.qone-profile.button-solid .public-link{background:var(--accent);border-color:transparent;color:#fff}.qone-profile.button-solid .profile-link b,.qone-profile.button-solid .profile-link small,.qone-profile.button-solid .profile-link em,.qone-profile.button-solid .social-icon,.qone-profile.button-solid .public-link b,.qone-profile.button-solid .public-link small,.qone-profile.button-solid .public-link em{color:#fff}.qone-profile.button-solid .profile-link small,.qone-profile.button-solid .public-link small{opacity:.68}.qone-profile.button-solid .social-icon{background:rgba(255,255,255,.14)}
.qone-profile.button-outline .profile-link,.qone-profile.button-outline .public-link{background:transparent;border-color:rgb(var(--text-rgb)/.35);box-shadow:none}
.qone-profile.button-soft .profile-link,.qone-profile.button-soft .public-link{background:color-mix(in srgb,var(--accent) 16%,rgb(var(--surface-rgb)/.05));border-color:color-mix(in srgb,var(--accent) 21%,transparent);box-shadow:none}
.qone-profile.button-elevated .profile-link,.qone-profile.button-elevated .public-link{background:rgb(var(--surface-rgb)/.94);color:rgb(var(--text-rgb));border-color:transparent;box-shadow:0 9px 24px rgba(0,0,0,calc(.28 * var(--shadow-power)))}
.qone-profile.button-neo .profile-link,.qone-profile.button-neo .public-link{background:rgb(6 8 13/.64);border-color:color-mix(in srgb,var(--accent) 72%,#fff 8%);box-shadow:0 0 calc(22px * var(--shadow-power)) color-mix(in srgb,var(--accent) 40%,transparent),inset 0 0 18px color-mix(in srgb,var(--accent) 8%,transparent)}
.qone-profile.button-minimal .profile-link,.qone-profile.button-minimal .public-link{background:transparent;border:0;border-bottom:1px solid rgb(var(--text-rgb)/.16);border-radius:0;box-shadow:none;padding-inline:2px}
.qone-profile.shape-pill{--radius:999px}.qone-profile.shape-rounded{--radius:14px}.qone-profile.shape-sharp{--radius:2px}
.qone-profile.height-compact{--link-h:48px}.qone-profile.height-compact .social-icon{width:31px;height:31px}.qone-profile.height-large{--link-h:72px}.qone-profile.height-large .social-icon{width:42px;height:42px}
.qone-profile.density-compact{--gap:6px;--page-pad:15px}.qone-profile.density-airy{--gap:14px;--page-pad:26px}.qone-profile.layout-compact{--link-h:48px}
.qone-profile.title-small{--title-size:17px}.qone-profile.title-large{--title-size:24px}.qone-profile.title-xl{--title-size:29px}
.qone-profile.font-clean{--profile-font:"Segoe UI",Arial,sans-serif}.qone-profile.font-editorial{--profile-font:Georgia,"Times New Roman",serif}.qone-profile.font-rounded{--profile-font:"Trebuchet MS","Segoe UI",sans-serif}.qone-profile.font-system{--profile-font:system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
.qone-profile.text-dark{--text-rgb:21 24 30;--muted-rgb:30 34 43}.qone-profile.text-light{--text-rgb:255 255 255;--muted-rgb:255 255 255}
.qone-profile.surface-light{--surface-rgb:255 255 255}.qone-profile.surface-dark{--surface-rgb:8 10 14}.qone-profile.surface-accent{--surface-rgb:117 87 255}
.qone-profile.motion-subtle .profile-link{animation:qoneReveal .45s var(--ease) both}.qone-profile.motion-subtle .profile-link:nth-child(2){animation-delay:.04s}.qone-profile.motion-subtle .profile-link:nth-child(3){animation-delay:.08s}.qone-profile.motion-subtle .profile-link:nth-child(4){animation-delay:.12s}.qone-profile.motion-subtle .profile-link:nth-child(5){animation-delay:.16s}
.qone-profile.motion-float .avatar-orbit{animation:qoneFloat 4s ease-in-out infinite}.qone-profile.motion-float .profile-link:nth-child(odd){animation:qoneFloatLink 5.4s ease-in-out infinite}.qone-profile.motion-glow .avatar-orbit{animation:qoneGlow 2.8s ease-in-out infinite}
@keyframes qoneReveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes qoneFloat{50%{transform:translateY(-5px)}}@keyframes qoneFloatLink{50%{transform:translateY(-2px)}}@keyframes qoneGlow{50%{box-shadow:0 12px 42px color-mix(in srgb,var(--accent) 54%,transparent)}}
@media (prefers-reduced-motion:reduce){.qone-profile *{animation:none!important;transition:none!important}}
.qone-profile .powered{color:rgb(var(--muted-rgb)/.34)}

/* Public page */
.v02-public-body{min-height:100vh;background:#08090d}
.v02-public-shell{width:100%!important;max-width:none!important;min-height:100vh;padding:0!important}
.v02-public-body .public-profile{min-height:100vh;border-radius:0!important;width:100%!important;max-width:none!important;padding:74px max(20px,calc((100vw - 610px)/2)) 34px!important}
.v02-public-body .public-top{position:absolute;top:20px;left:max(20px,calc((100vw - 610px)/2));right:max(20px,calc((100vw - 610px)/2));z-index:5}
.v02-public-body .public-brand{color:rgb(var(--text-rgb));opacity:.75}.v02-public-body .public-brand span{background:var(--accent)}
.v02-public-body .public-identity{padding:0!important;margin-top:8px!important}.v02-public-body .profile-copy h1{font-size:calc(var(--title-size) * 1.4)}
.v02-public-body .profile-copy p{font-size:13px}.v02-public-body .public-links{display:grid;gap:var(--gap);position:relative;z-index:2}
.v02-public-body .layout-grid .public-links{grid-template-columns:repeat(2,minmax(0,1fr))}
.v02-public-body .public-link{min-height:max(58px,var(--link-h));grid-template-columns:46px minmax(0,1fr) 24px;padding:10px 14px}.v02-public-body .public-link .social-icon{width:40px;height:40px}.v02-public-body .public-link b{font-size:13px}.v02-public-body .public-link small{font-size:10px}
.v02-public-body .public-footer{position:relative!important;z-index:2;margin-top:22px!important;text-align:center!important;background:transparent!important;border:0!important;padding:0!important}.v02-public-body .public-footer a{color:inherit!important}

/* Responsive editor */
@media(max-width:1280px){.v02-workspace{grid-template-columns:minmax(520px,1fr) 430px}.theme-grid-v02{grid-template-columns:repeat(4,1fr)}.style-choice-grid{grid-template-columns:repeat(4,1fr)}.device-tablet{width:390px;height:650px}.device-desktop{width:420px;height:520px}}
@media(max-width:980px){.v02-workspace{display:block}.v02-preview-column{display:none!important}.design-grid-3{grid-template-columns:repeat(2,1fr)}.theme-grid-v02{grid-template-columns:repeat(5,1fr)}.style-choice-grid{grid-template-columns:repeat(7,1fr)}}
@media(max-width:720px){.hide-small{display:none}.design-section-title{display:block}.design-section-title p{text-align:right;margin-top:8px}.theme-grid-v02{grid-template-columns:repeat(2,1fr)}.style-choice-grid{grid-template-columns:repeat(3,1fr)}.design-grid-2,.design-grid-3{grid-template-columns:1fr}.background-upload-row{grid-template-columns:1fr}.wide-segment{grid-template-columns:repeat(2,1fr)}.platform-grid{grid-template-columns:repeat(3,1fr)}.dialog-body{padding:16px}.dialog-head{padding:16px}.dialog-actions{padding:12px 16px}.topbar-actions #exportBtn{display:none}}
@media(max-width:520px){.theme-grid-v02{grid-template-columns:repeat(2,1fr)}.style-choice-grid{grid-template-columns:repeat(2,1fr)}.design-section-card>.theme-grid,.design-section-card>.segmented,.design-section-card>.design-grid-2,.design-section-card>.design-grid-3,.design-section-card>.style-choice-grid,.design-section-card>.background-upload-row{margin-inline:14px}.design-section-title{padding:17px 16px}.v02-public-body .layout-grid .public-links{grid-template-columns:1fr}.v02-public-body .public-profile{padding-inline:14px!important}.v02-public-body .public-top{left:14px;right:14px}.qone-profile.align-start .profile-header{align-items:flex-start}.qone-profile.align-start .avatar-orbit{width:70px;height:70px}}
