.pbs-app,.pbs-app *{box-sizing:border-box}
.pbs-app{
	--pbs-brand:#6d28d9;
	--pbs-brand-dark:#5420aa;
	--pbs-ink:#172033;
	--pbs-muted:#667085;
	--pbs-line:#e4e7ec;
	--pbs-soft:#f7f8fb;
	display:grid;
	grid-template-columns:64px clamp(200px,14vw,300px) 1fr clamp(190px,13vw,280px);
	grid-template-rows:72px 1fr;
	width:100%;
	height:calc(80vh + 72px);
	min-height:0;
	margin:24px 0;
	overflow:hidden;
	border:1px solid var(--pbs-line);
	border-radius:16px;
	background:#fff;
	color:var(--pbs-ink);
	font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
	box-shadow:0 18px 50px rgba(16,24,40,.1)
}
.pbs-app button,.pbs-app input,.pbs-app select{font:inherit}
.pbs-app button{cursor:pointer}
.pbs-header{
	grid-column:1/-1;
	grid-row:1;
	display:grid;
	grid-template-columns:calc(64px + clamp(200px,14vw,300px)) minmax(260px,1fr) minmax(390px,auto);
	align-items:center;
	width:100%;
	min-width:0;
	height:72px;
	padding:0 20px;
	border-bottom:1px solid var(--pbs-line);
	background:#fff
}
.pbs-nav{
	grid-column:1;
	grid-row:2;
	display:flex;
	width:64px;
	min-width:64px;
	max-width:64px;
	flex-direction:column;
	align-items:center;
	gap:10px;
	padding:16px 10px;
	overflow:hidden;
	border-right:1px solid var(--pbs-line);
	background:#111827
}
.pbs-left-panel{
	grid-column:2;
	grid-row:2;
	display:block;
	width:100%;
	min-width:200px;
	max-width:300px;
	overflow:auto;
	border-right:1px solid var(--pbs-line);
	background:#fff
}
.pbs-workspace{
	position:relative;
	grid-column:3;
	grid-row:2;
	display:flex;
	width:auto;
	min-width:0;
	min-height:0;
	flex-direction:column;
	overflow:hidden;
	background:#dfe3e9
}
.pbs-right-panel{
	grid-column:4;
	grid-row:2;
	display:block;
	width:100%;
	min-width:190px;
	max-width:280px;
	overflow:auto;
	border-left:1px solid var(--pbs-line);
	background:#fff
}
.pbs-toolbar{
	display:flex;
	width:100%;
	min-width:0;
	min-height:52px;
	flex:0 0 52px;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	padding:0 12px;
	overflow-x:auto;
	border-bottom:1px solid #d0d5dd;
	background:#fff
}
.pbs-canvas-container{
	position:relative;
	display:flex;
	width:100%;
	min-width:0;
	min-height:0;
	flex:1 1 auto;
	flex-direction:column;
	justify-content:flex-start;
	align-items:stretch;
	overflow:hidden;
	background:#d6dae1
}
.pbs-rulers{
	display:flex;
	width:100%;
	min-width:0;
	flex:0 0 22px;
	align-items:center;
	justify-content:space-between;
	border-bottom:1px solid #cfd4dc;
	background:#f7f8fa;
	color:var(--pbs-muted);
	font-size:8px
}
.pbs-canvas-container canvas{
	position:static;
	display:block;
	width:100%;
	height:auto;
	min-width:0;
	min-height:0;
	max-width:none;
	flex:1 1 0;
	margin:0;
	float:none;
	touch-action:none
}
.pbs-canvas-container .gsb-stage-empty{display:none!important}
.gsb-brand,.gsb-header-controls,.gsb-header-actions,.gsb-toolbar__group{display:flex;align-items:center}
.gsb-brand{gap:11px}.gsb-brand__mark{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:linear-gradient(135deg,var(--pbs-brand),#9b6bf2);color:#fff;font-weight:900}.gsb-brand strong,.gsb-brand small{display:block}.gsb-brand strong{font-size:14px}.gsb-brand small{color:var(--pbs-muted);font-size:10px}
.gsb-header-controls{justify-content:center;gap:10px}.gsb-header-actions{justify-content:flex-end;gap:10px}.gsb-compact-field{display:flex;height:40px;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--pbs-line);border-radius:9px}.gsb-compact-field span{color:var(--pbs-muted);font-size:10px}.gsb-compact-field input{width:42px;border:0}.gsb-compact-field select{min-width:118px;border:0;background:#fff;font-size:12px;font-weight:800}.gsb-header-price{text-align:right}.gsb-header-price small,.gsb-header-price strong{display:block}.gsb-header-price small{color:var(--pbs-muted);font-size:9px}.gsb-header-price strong{font-size:18px}
.gsb-header-actions{flex-wrap:nowrap;white-space:nowrap}.gsb-header-actions .gsb-btn--primary{min-width:112px}
.gsb-btn{min-height:38px;padding:0 14px;border:1px solid var(--pbs-line);border-radius:9px;background:#fff;color:var(--pbs-ink);font-size:11px;font-weight:800}.gsb-btn--primary{border-color:var(--pbs-brand);background:var(--pbs-brand);color:#fff}.gsb-btn--primary:hover{background:var(--pbs-brand-dark)}.gsb-btn--primary:disabled{border-color:#c9c2d5;background:#c9c2d5}.gsb-btn--soft{background:#f5f1ff;color:var(--pbs-brand)}.gsb-profile{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#ede9fe;color:var(--pbs-brand);font-size:11px;font-weight:900}
.gsb-app-nav button{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:11px;background:transparent;color:#98a2b3;font-size:18px;font-weight:800}.gsb-app-nav button:hover,.gsb-app-nav button.is-active{background:rgba(255,255,255,.12);color:#fff}.gsb-app-nav .gsb-nav-bottom{margin-top:auto}
.gsb-panel-heading{display:flex;min-height:72px;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--pbs-line)}.gsb-panel-heading small{display:block;color:var(--pbs-brand);font-size:9px;font-weight:900;text-transform:uppercase}.gsb-panel-heading h2{margin:3px 0 0;font-size:17px}.gsb-panel-heading>b{display:grid;min-width:26px;height:26px;place-items:center;border-radius:13px;background:#f1edfb;color:var(--pbs-brand);font-size:11px}.gsb-panel-section{padding:17px 18px;border-bottom:1px solid var(--pbs-line)}.gsb-panel-section h3{margin:0 0 12px;font-size:12px}
.gsb-upload{display:grid;min-height:156px;place-items:center;align-content:center;gap:6px;padding:16px;border:1.5px dashed #b9a7e8;border-radius:13px;background:#faf8ff;text-align:center;cursor:pointer}.gsb-upload input{position:fixed;width:1px;height:1px;opacity:0}.gsb-upload__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:#ede9fe;color:var(--pbs-brand);font-size:20px}.gsb-upload strong{font-size:12px}.gsb-upload small{color:var(--pbs-muted);font-size:9px}.gsb-upload em{padding:7px 14px;border-radius:7px;background:var(--pbs-brand);color:#fff;font-size:10px;font-style:normal;font-weight:800}
.gsb-section-title{display:flex;justify-content:space-between}.gsb-section-title h3{margin:0 0 12px;font-size:12px}.gsb-section-title span{color:var(--pbs-muted);font-size:9px}.gsb-artwork-list{display:grid;gap:8px;max-height:210px;overflow:auto}.gsb-empty{color:var(--pbs-muted);font-size:10px;text-align:center}.gsb-artwork-row{display:grid;grid-template-columns:44px minmax(0,1fr) 54px 27px;align-items:center;gap:7px;padding:7px;border:1px solid var(--pbs-line);border-radius:9px}.gsb-artwork-row.is-active{border-color:#a78bfa}.gsb-artwork-row img{width:44px;height:44px;object-fit:contain;border-radius:6px;background:#f2f4f7}.gsb-artwork-copy{min-width:0}.gsb-artwork-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.gsb-artwork-copy small{color:var(--pbs-muted);font-size:8px}.gsb-artwork-row input{width:54px}.gsb-artwork-remove{width:27px;height:27px;border:0;border-radius:6px;background:#fff1f1;color:#d92d20}
.gsb-property-grid,.gsb-property-actions,.gsb-build-actions,.gsb-sheet-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gsb-property-grid label>span,.gsb-property-wide>span,.gsb-right-field span{display:block;margin-bottom:5px;color:var(--pbs-muted);font-size:9px}.gsb-property-grid label>div,.gsb-property-wide>div{position:relative}.gsb-property-grid input,.gsb-property-wide input,.gsb-right-field input{width:100%;height:34px;padding:0 9px;border:1px solid var(--pbs-line);border-radius:7px}.gsb-property-wide{display:block;margin-top:9px}.gsb-property-grid em,.gsb-property-wide em{position:fixed;visibility:hidden}.gsb-property-actions{margin-top:12px}.gsb-property-actions button{height:34px;border:1px solid var(--pbs-line);border-radius:7px;background:#fff;font-size:9px}.gsb-property-toggles{display:flex;gap:20px;margin-top:12px;color:var(--pbs-muted);font-size:9px}
.gsb-toolbar__group{gap:6px;white-space:nowrap}.gsb-toolbar button{height:30px;padding:0 9px;border:1px solid #d0d5dd;border-radius:7px;background:#fff;color:#344054;font-size:9px;font-weight:800}.gsb-toolbar label{display:flex;align-items:center;gap:4px;color:#475467;font-size:9px}.gsb-toolbar-divider{width:1px;height:20px;background:var(--pbs-line)}.gsb-margin-control{padding:0 7px;border:1px solid var(--pbs-line);border-radius:7px}.gsb-margin-control input{width:38px;border:0}.gsb-view-tools output{min-width:38px;text-align:center;font-size:9px;font-weight:900}
.gsb-workspace__footer{display:flex;min-height:30px;flex:0 0 30px;align-items:center;justify-content:space-between;padding:0 12px;border-top:1px solid #cfd4dc;background:#fff;color:var(--pbs-muted);font-size:8px}.gsb-workspace__footer span:first-child{color:var(--pbs-ink);font-weight:900}
.gsb-live-dot{padding:5px 8px;border-radius:11px;background:#ecfdf3;color:#079455;font-size:8px;font-weight:900}.gsb-current-sheet{display:grid;grid-template-columns:48px minmax(0,1fr) 22px;align-items:center;gap:10px;margin:15px 18px;padding:10px;border:1px solid #c9bbed;border-radius:11px;background:#faf8ff}.gsb-sheet-preview{display:grid;width:48px;height:54px;place-items:center;background:#e6e9ee}.gsb-sheet-preview span{display:block;width:17px;height:42px;border:1px solid #bbb;background:#fff}.gsb-current-sheet strong,.gsb-current-sheet small{display:block}.gsb-current-sheet strong{font-size:10px}.gsb-current-sheet small{color:var(--pbs-muted);font-size:8px}.gsb-sheet-active{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:var(--pbs-brand);color:#fff}.gsb-sheet-stats{margin-top:12px}.gsb-sheet-stats div{padding:10px;border-radius:8px;background:var(--pbs-soft)}.gsb-sheet-stats small,.gsb-sheet-stats strong{display:block}.gsb-meter{height:6px;margin-top:10px;overflow:hidden;border-radius:4px;background:#eaecf0}.gsb-meter span{display:block;width:0;height:100%;background:var(--pbs-brand)}.gsb-row-action{display:grid;width:100%;grid-template-columns:25px 1fr 12px;align-items:center;padding:9px 0;border:0;border-top:1px solid var(--pbs-line);background:#fff;text-align:left;font-size:9px}.gsb-checkout-summary>div{display:flex;justify-content:space-between}.gsb-checkout-summary p{color:var(--pbs-muted);font-size:9px}.gsb-new-sheet{width:calc(100% - 36px);height:40px;margin:14px 18px;border:1px dashed #a78bfa;border-radius:9px;background:#faf8ff;color:var(--pbs-brand);font-size:10px;font-weight:900}
@media(max-width:1180px){.pbs-app{grid-template-columns:64px minmax(200px,300px) 1fr}.pbs-right-panel{display:none}}
@media(max-width:820px){.pbs-app{display:flex;height:auto;min-height:0;flex-direction:column;overflow:visible}.pbs-header{min-height:72px}.pbs-nav{display:none}.pbs-left-panel{width:100%;min-width:0;max-width:none}.pbs-workspace{width:100%;min-height:72vh}.pbs-right-panel{display:block;width:100%;min-width:0;max-width:none}.gsb-header-controls{display:none}}
.gsb-upload input{display:none;position:static}
.gsb-property-grid label>div,.gsb-property-wide>div{position:static;display:flex;align-items:center;gap:4px}
.gsb-property-grid em,.gsb-property-wide em{position:static;visibility:visible;color:var(--pbs-muted);font-size:9px;font-style:normal}

/* Compact print-shop workspace inspired by the supplied workflow reference. */
.pbs-app{--pbs-brand:#087ea4;--pbs-brand-dark:#075f7c;grid-template-columns:54px clamp(220px,16vw,300px) minmax(0,1fr) clamp(210px,15vw,280px);grid-template-rows:48px 1fr;height:calc(100vh - 32px);margin:16px 0;border-radius:10px}
.pbs-header{grid-template-columns:calc(54px + clamp(220px,16vw,300px)) minmax(220px,1fr) minmax(500px,auto);height:48px;padding:0 12px;border-color:#263645;background:#071421;color:#fff}
.pbs-nav{width:54px;min-width:54px;max-width:54px;padding:10px 6px;background:#071421}
.gsb-brand{gap:8px}.gsb-brand__mark{width:30px;height:30px;border-radius:7px;background:linear-gradient(135deg,#12a8d8,var(--pbs-brand))}.gsb-brand strong{font-size:12px}.gsb-brand small,.gsb-header-price small{color:#9fb0bf;font-size:8px}
.gsb-compact-field{height:30px;padding:0 8px;border-color:#314151;border-radius:5px;background:#fff;color:var(--pbs-ink)}.gsb-compact-field span{font-size:8px}.gsb-compact-field select{font-size:10px}.gsb-header-price strong{font-size:14px}
.gsb-btn{min-height:30px;padding:0 11px;border-radius:5px;font-size:9px}.gsb-btn--danger{border-color:#9e2e25;background:#b9382d;color:#fff}.gsb-header-actions .gsb-btn--primary{min-width:130px}
.gsb-app-nav button{width:40px;height:40px;border-radius:7px}.gsb-panel-heading{min-height:60px;padding:12px 14px}.gsb-panel-heading h2{font-size:15px}.gsb-panel-section{padding:13px 14px}.gsb-upload{min-height:132px;border-radius:8px}
.pbs-toolbar{min-height:46px;flex-basis:46px;padding:0 10px}.gsb-background-tools{display:flex;align-items:center;gap:4px;color:#667085;font-size:9px}.gsb-background-tools button{width:20px;height:20px;padding:0;border:1px solid #98a2b3!important;border-radius:4px!important;background:var(--swatch)!important}.gsb-background-tools button.is-active{outline:2px solid var(--pbs-brand);outline-offset:1px}
.gsb-selected-quick-tools{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.gsb-selected-quick-tools span{display:block;margin-bottom:4px;color:var(--pbs-muted);font-size:9px}.gsb-selected-quick-tools button{width:32px;height:32px;border:1px solid var(--pbs-line);background:#fff}.gsb-selected-quick-tools input{width:100%;height:32px;border:1px solid var(--pbs-line);border-radius:6px}
.gsb-welcome{position:absolute;z-index:20;inset:46px 0 30px;display:grid;place-items:center;background:rgba(7,20,33,.55);backdrop-filter:blur(1px)}.gsb-welcome[hidden]{display:none}.gsb-welcome__card{width:min(390px,calc(100% - 32px));padding:28px;border-radius:10px;background:#fff;box-shadow:0 22px 70px rgba(0,0,0,.3)}.gsb-welcome__card small{color:var(--pbs-brand);font-size:9px;font-weight:900;text-transform:uppercase}.gsb-welcome__card h2{margin:6px 0 8px;font-size:22px}.gsb-welcome__card p{margin:0 0 18px;color:var(--pbs-muted);font-size:11px;line-height:1.5}.gsb-welcome__card button{display:flex;width:100%;min-height:42px;align-items:center;justify-content:space-between;margin-top:8px;padding:0 14px;border:0;border-radius:5px;background:#071421;color:#fff;font-size:10px;font-weight:900;text-align:left}.gsb-welcome__card button:hover{background:var(--pbs-brand)}
@media(max-width:1180px){.pbs-app{grid-template-columns:54px minmax(210px,280px) minmax(0,1fr)}.pbs-header{grid-template-columns:280px 1fr auto}.gsb-header-actions [data-gsb-download],.gsb-header-actions [data-gsb-close]{display:none}}
.gsb-design-fee-summary{display:block;margin-top:8px;padding:8px;border-radius:6px;background:#eff8ff;color:#075f7c;font-size:9px}.gsb-design-fee-summary[hidden]{display:none}
.gsb-btn--cart-link{display:inline-flex;min-height:30px;align-items:center;text-decoration:none!important}.gsb-btn--cart-link[hidden]{display:none}.gsb-btn--cart-link span{display:grid;min-width:18px;height:18px;margin-left:5px;place-items:center;border-radius:9px;background:#087ea4;color:#fff;font-size:8px}
.gsb-cart-success{position:absolute;z-index:24;inset:46px 0 30px;display:grid;place-items:center;background:rgba(7,20,33,.58);backdrop-filter:blur(2px)}.gsb-cart-success[hidden]{display:none}.gsb-cart-success__card{display:grid;width:min(390px,calc(100% - 32px));justify-items:center;padding:30px;border-radius:12px;background:#fff;text-align:center;box-shadow:0 24px 70px rgba(0,0,0,.3)}.gsb-cart-success__check{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#ecfdf3;color:#079455;font-size:24px;font-weight:900}.gsb-cart-success__card h2{margin:14px 0 7px;font-size:21px}.gsb-cart-success__card p{margin:0 0 20px;color:#667085;font-size:11px;line-height:1.5}.gsb-cart-success__card>.gsb-btn{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;margin-top:8px;text-decoration:none}.gsb-cart-success__continue{margin-top:14px;border:0;background:transparent;color:#667085;font-size:10px;text-decoration:underline}
.gsb-project-browser{position:absolute;z-index:25;inset:46px 0 30px;display:grid;place-items:center;background:rgba(7,20,33,.58);backdrop-filter:blur(2px)}.gsb-project-browser[hidden]{display:none}.gsb-project-browser__card{width:min(560px,calc(100% - 32px));max-height:min(620px,calc(100% - 40px));overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.3)}.gsb-project-browser__head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #e4e7ec}.gsb-project-browser__head small{color:#087ea4;font-size:9px;font-weight:900;text-transform:uppercase}.gsb-project-browser__head h2{margin:3px 0 0;font-size:19px}.gsb-project-browser__head button{width:34px;height:34px;border:0;border-radius:50%;background:#f2f4f7;font-size:20px}.gsb-project-browser__list{display:grid;gap:8px;max-height:500px;padding:14px;overflow:auto}.gsb-project-browser__item{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;width:100%;padding:11px;border:1px solid #e4e7ec;border-radius:8px;background:#fff;text-align:left}.gsb-project-browser__item:hover{border-color:#087ea4;background:#f5fbfd}.gsb-project-browser__thumb{display:grid;width:44px;height:50px;place-items:center;background:#eef2f6}.gsb-project-browser__thumb:after{content:"";display:block;width:15px;height:36px;border:1px solid #98a2b3;background:#fff}.gsb-project-browser__item strong,.gsb-project-browser__item small{display:block}.gsb-project-browser__item small{margin-top:3px;color:#667085;font-size:9px}.gsb-project-browser__item b{color:#087ea4}.gsb-production-quality{display:flex!important;align-items:center;justify-content:space-between;margin-top:9px;padding:8px;border-radius:6px;background:#ecfdf3;color:#067647;font-size:9px}
.gsb-builder-settings{position:absolute;z-index:26;inset:46px 0 30px;display:grid;place-items:center;background:rgba(7,20,33,.58);backdrop-filter:blur(2px)}.gsb-builder-settings[hidden]{display:none}.gsb-builder-settings__card{width:min(470px,calc(100% - 32px));overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.3)}.gsb-builder-settings__body{display:grid;gap:0;padding:10px 22px 22px}.gsb-builder-settings__body>label{display:flex;min-height:50px;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e7ec;font-size:11px}.gsb-builder-settings__body input[type=checkbox]{width:18px;height:18px}.gsb-settings-number>div{display:flex;align-items:center;gap:6px}.gsb-settings-number input{width:76px;height:32px;border:1px solid #d0d5dd;border-radius:6px}.gsb-settings-number em{color:#667085;font-size:9px}.gsb-settings-background{padding:14px 0;border-bottom:1px solid #e4e7ec}.gsb-settings-background>span{display:block;margin-bottom:9px;font-size:11px}.gsb-settings-background>div{display:flex;gap:7px}.gsb-settings-background button{width:30px;height:30px;border:1px solid #98a2b3;border-radius:6px;background:var(--swatch)}.gsb-settings-background button.is-active{outline:2px solid #087ea4;outline-offset:2px}.gsb-builder-settings__body>p{color:#667085;font-size:9px;line-height:1.5}.gsb-builder-settings__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:7px}
