@font-face{font-family:Grand Wilson Sans;src:url(/assets/grandwilson-sans.ttf) format("truetype");font-display:swap}:root{font-family:Inter,Segoe UI,sans-serif;--page: #f4f7fb;--surface: #ffffff;--surface-soft: #f8fbff;--line: #d9e3ef;--line-strong: #bfd1e2;--text: #173042;--muted: #6b7b8c;--brand: #10576d;--brand-soft: #dfecfe;--danger: #b54444;--shadow: 0 10px 28px rgba(16, 42, 67, .06)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100dvh;background:var(--page);color:var(--text);overflow:hidden}button,input,textarea{font:inherit}button{border:0;cursor:pointer}input,textarea{outline:none}.panel,.editor-shell{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.eyebrow{margin:0 0 4px;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:var(--muted)}h1,h2{margin:0;font-size:1.1rem;line-height:1.2}.button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:10px;background:#eef3f8;color:var(--text);font-size:.9rem;transition:background-color .16s ease,border-color .16s ease,opacity .16s ease}.button:hover{background:#e7eef6}.button:disabled{opacity:.55;cursor:not-allowed}.button--primary{background:var(--brand);color:#fff}.button--primary:hover{background:#0f4a5d}.button--danger{background:#fbecec;color:var(--danger)}.doc-card__title,.editor-title-input,.field textarea,.field input[type=text]{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);padding:10px 12px}.doc-card__title,.editor-title-input{font-weight:700}.field textarea{min-height:132px;resize:vertical}.field input[type=range]{width:100%}.muted,.background-preview{color:var(--muted);font-size:.88rem}.stack{display:flex;flex-direction:column;gap:12px}.field{display:flex;flex-direction:column;gap:8px}.field span{font-size:.82rem;color:var(--muted)}.field-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.field-value{min-width:44px;padding:3px 8px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-size:.78rem;line-height:1;text-align:center}.field-label{font-size:.82rem;color:var(--muted)}.error-note{padding:10px 12px;border-radius:10px;background:#fbecec;color:var(--danger);font-size:.84rem}.color-row{display:flex;gap:8px}.segmented-row{display:flex;gap:8px;flex-wrap:wrap}.segmented-button{min-height:36px;padding:0 12px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:var(--text);font-weight:600;box-shadow:inset 0 0 0 1px #ffffffa6}.segmented-button--active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.color-chip{width:34px;height:34px;border-radius:999px;border:2px solid #c3d2e0;box-shadow:inset 0 0 0 1px #ffffffd9}.color-chip--active{border-color:var(--brand);box-shadow:inset 0 0 0 1px #ffffffd9,0 0 0 2px #10576d29}.home-shell,.editor-page{min-height:100dvh;padding:16px}.home-shell{display:flex;flex-direction:column;gap:14px;overflow:auto}.home-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;background:var(--surface);border:1px solid var(--line);border-radius:16px}.home-header__copy{display:flex;align-items:center;gap:14px;min-width:0}.home-header__logo{width:44px;height:44px;object-fit:contain;flex:0 0 auto}.hero-copy{margin:4px 0 0;color:var(--muted);font-size:.92rem}.home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,220px));justify-content:start;align-content:start;gap:12px}.home-card{padding:10px}.home-card__preview{aspect-ratio:1 / 1;display:grid;place-items:center;padding:0;overflow:hidden;border-radius:12px;border:1px solid var(--line);background:var(--surface-soft)}.home-card__canvas{width:100%;height:100%}.home-card__body{display:flex;flex-direction:column;gap:8px;padding-top:10px}.home-card__actions{display:flex;flex-wrap:wrap;gap:8px}.editor-page{display:flex;flex-direction:column;gap:12px;overflow:auto}.editor-mobile-header{display:none}.editor-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px}.editor-topbar__left,.editor-topbar__right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.editor-topbar__left{min-width:0;flex:1}.editor-topbar__title-group{min-width:min(100%,320px)}.editor-title-input{max-width:320px}.editor-topbar__logo{width:68px;height:auto}.editor-save-status{display:inline-flex;align-items:center;gap:8px;padding:0 10px;min-height:36px;border:1px solid var(--line);border-radius:999px;background:#f8fbff;color:var(--muted);font-size:.82rem;white-space:nowrap}.editor-save-dot{width:8px;height:8px;border-radius:999px;background:var(--line-strong)}.editor-save-dot--saving{background:#d38c2f}.editor-save-dot--saved{background:#2f9e68}.editor-save-dot--error{background:var(--danger)}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,320px);gap:12px;min-height:0;flex:1;align-items:start}.main-area{min-width:0;min-height:0}.editor-shell{display:flex;flex-direction:column;gap:10px;min-height:0;padding:14px}.editor-shell__header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.editor-shell__hint{color:var(--muted);font-size:.82rem;text-align:right}.editor-frame{flex:1 1 auto;min-height:0;height:clamp(340px,calc(100dvh - 250px),760px);display:grid;place-items:center;padding:12px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(#eef3f8 1px,transparent 1px),linear-gradient(90deg,#eef3f8 1px,transparent 1px);background-size:24px 24px;overflow:hidden}.editor-stage-wrap{position:relative}.editor-stage{position:absolute;inset:0 auto auto 0;width:1080px;height:1080px;overflow:hidden;transform-origin:top left;border-radius:16px;box-shadow:0 12px 34px #102a431f}.canvas-element{position:absolute;display:flex;align-items:center;justify-content:center;padding:10px;border:1px solid transparent;background:transparent;touch-action:none;-webkit-user-select:none;user-select:none;overflow:visible}.canvas-background__overlay{position:absolute;inset:0;background:#000;pointer-events:none}.canvas-element--selected{border-color:#10576d73}.canvas-element--preview{pointer-events:none;padding:6px}.canvas-element__text{width:100%;font-family:Grand Wilson Sans,sans-serif;line-height:.95;white-space:pre-wrap}.canvas-element__media,.canvas-element__logo{width:100%;height:100%;pointer-events:none}.canvas-element__delete-wrap{position:absolute;top:-12px;right:-12px;z-index:2}.canvas-element__delete{display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:#173042eb;color:#fff;font-size:1rem;line-height:1}.guide{position:absolute;background:#10576da6;pointer-events:none}.guide--vertical{top:0;bottom:0;width:1px}.guide--horizontal{left:0;right:0;height:1px}.inspector{display:flex;flex-direction:column;gap:12px;min-height:0;padding:12px;overflow:auto;position:sticky;top:16px;max-height:calc(100dvh - 112px)}.inspector__section{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid #edf2f7;border-radius:14px;background:#fbfdff}.inspector__section:last-child{border-bottom:1px solid #edf2f7}.tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.background-controls,.selection-controls,.selection-actions{display:flex;flex-direction:column;gap:12px}.inspector-nav,.selection-summary{display:none}.layer-list{display:flex;flex-wrap:wrap;gap:8px}.layer-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-size:.82rem;font-weight:600}.layer-button--active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.background-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.swatch{min-height:38px;padding:0 14px;border-radius:10px;text-align:center}.swatch--brand{background:var(--brand-soft);color:var(--brand)}@media(max-width:1180px){body{overflow:auto}.editor-layout{grid-template-columns:1fr}.editor-shell{min-height:0}.editor-frame{height:clamp(320px,62dvh,700px)}.inspector{position:static;top:auto;max-height:none;overflow:visible;order:-1}}@media(max-width:760px){body{overflow:auto}.home-shell,.editor-page{padding:10px}.home-header,.editor-shell__header{flex-direction:column;align-items:stretch}.home-header__copy{align-items:flex-start}.home-header{padding:14px}.home-header__logo{width:52px;height:52px}.hero-copy{font-size:.88rem}.home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-card{padding:8px}.home-card__preview{border-radius:10px}.home-card__body{gap:6px;padding-top:8px}.home-card__actions{gap:6px}.home-card__actions .button{flex:1 1 calc(50% - 6px);min-width:0;padding-inline:10px;font-size:.82rem}.editor-page{gap:8px;overflow:visible}.editor-mobile-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 10px;align-items:center;padding:8px 10px;border-radius:14px}.editor-mobile-header__back{min-height:32px;padding-inline:12px}.editor-mobile-header__copy{min-width:0}.editor-mobile-header__copy .eyebrow{margin-bottom:2px;font-size:.64rem}.editor-mobile-header__copy h1{font-size:.94rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-mobile-header__status{grid-column:1 / -1;display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0 4px;color:var(--muted);font-size:.75rem}.editor-topbar{position:sticky;top:72px;z-index:30;display:grid;grid-template-columns:1fr;gap:8px;padding:8px;border-radius:14px}.editor-topbar__left,.editor-topbar__right{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:6px}.editor-topbar__title-group,.editor-save-status,.editor-topbar__logo,.editor-topbar__left .button:first-child{grid-column:1 / -1;display:none}.editor-title-input{max-width:none;padding:9px 11px;min-height:40px}.editor-topbar .button,.editor-save-status,.segmented-button{width:100%;justify-content:center}.editor-save-status{white-space:normal;text-align:center;line-height:1.3;padding:7px 9px;min-height:0;font-size:.76rem}.editor-layout{display:flex;flex-direction:column;gap:10px}.editor-shell{padding:4px;min-height:0;border:0;box-shadow:none;background:transparent}.editor-shell__hint{display:none}.editor-shell__header{gap:6px}.editor-shell__header h2{font-size:.98rem}.editor-frame{width:100%;aspect-ratio:1 / 1;padding:2px;height:auto;max-height:min(72dvh,calc(100vw - 12px));border-width:0;border-radius:16px;background-size:14px 14px}.inspector,.editor-shell{padding:9px}.inspector{order:1;gap:8px}.inspector__section{gap:7px;padding:9px;border-radius:12px;scroll-margin-top:128px}.tool-grid,.background-tools{grid-template-columns:repeat(2,minmax(0,1fr))}.inspector-nav{position:sticky;top:132px;z-index:20;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:4px;border:1px solid var(--line);border-radius:14px;background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.inspector-nav__link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 10px;border-radius:10px;background:#eef3f8;color:var(--text);text-decoration:none;font-size:.82rem;font-weight:600}.selection-summary{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 10px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:.78rem;font-weight:700}.layer-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.layer-button{width:100%;min-height:32px;padding-inline:10px;border-radius:10px;font-size:.78rem}.inspector--has-selection .inspector__section--selection{order:-3}.inspector--has-selection .inspector__section--logo{order:-2}.segmented-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.segmented-button{min-height:32px;padding:0 8px;font-size:.8rem}.field textarea{min-height:84px}.field span,.field-label,.muted,.background-preview{font-size:.78rem}.button,.swatch{min-height:34px;padding-inline:11px;font-size:.82rem}.background-controls,.selection-controls--text,.selection-controls--media,.selection-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.background-controls>.field:last-child,.selection-controls--text>.field:first-child,.selection-controls--text>.color-row,.selection-controls--media>.muted,.selection-controls--media>.field:nth-child(n+4),.selection-controls--text>.field:nth-child(n+5),.selection-actions>.field,.selection-actions>.button{grid-column:1 / -1}}@media(max-width:520px){.home-grid{grid-template-columns:1fr}.home-card__actions .button{flex-basis:100%}.tool-grid,.background-tools,.editor-topbar__left,.editor-topbar__right{grid-template-columns:1fr}.editor-frame{max-height:min(68dvh,calc(100vw - 10px))}.segmented-row{grid-template-columns:1fr}.inspector-nav{top:126px}.background-controls,.selection-controls--text,.selection-controls--media,.selection-actions,.layer-list{grid-template-columns:1fr}}
