@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&display=swap";:root{color:#fcfcfc;background:#060607;font-family:Montserrat,Inter,ui-sans-serif,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--border: #27272a;--muted: #a1a1aa;--panel: #101013;--panel-2: #18181b;--accent: #00FF9E}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#060607}button,input,select{font:inherit}.app-shell{display:grid;grid-template-columns:380px minmax(0,1fr);min-height:100vh}.sidebar{display:flex;flex-direction:column;gap:16px;min-height:100vh;padding:24px;border-right:1px solid var(--border);background:#060607;overflow-y:auto}.masthead{display:grid;gap:4px}.masthead-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.masthead-row .button{min-height:32px;padding:0 10px;color:#a1a1aa;font-size:12px}.eyebrow{margin:0;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1{margin:0;color:#fcfcfc;font-size:28px;line-height:1.1}.card{display:grid;gap:14px;border:1px solid var(--border);border-radius:8px;background:var(--panel)}.card-header{padding:16px 16px 0}.card-title{margin:0;color:#fcfcfc;font-size:15px;line-height:1.3}.card-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.card-content{display:grid;gap:14px;padding:0 16px 16px}.field{display:grid;gap:8px}.label{color:#fcfcfc;font-size:13px;font-weight:650}.input,.select,.textarea{width:100%;border:1px solid #303036;border-radius:6px;color:#fcfcfc;background:var(--panel-2);outline:none}.input,.select{min-height:40px;padding:0 11px}.textarea{min-height:96px;resize:vertical;padding:10px 11px;line-height:1.35}.select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:1px solid #00FF9E;border-radius:6px;padding:0 14px;color:#060607;background:var(--accent);font-weight:800;cursor:pointer}.button:disabled{cursor:not-allowed;opacity:.65}.button-secondary{border-color:var(--border);color:#fcfcfc;background:var(--panel-2)}.button-ghost{border-color:transparent;color:#fcfcfc;background:transparent}.icon-button{width:32px;min-height:32px;padding:0}.small-button{min-height:32px;padding:0 10px;font-size:12px}.full-width{width:100%}.error-text{margin:0;color:#fca5a5;font-size:13px;line-height:1.4}.muted-text{margin:0;color:#a1a1aa;font-size:12px;line-height:1.4}.caption{margin:0;color:#e4e4e7;font-size:13px;line-height:1.45}.admin-gate{display:grid;min-height:100dvh;place-items:center;padding:24px;background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),#060607;background-size:36px 36px}.admin-gate .card{width:min(420px,100%)}.catalogue-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.catalogue-summary span{border:1px solid #29292f;border-radius:6px;padding:8px;color:#e4e4e7;background:#18181b;font-size:12px;font-weight:800}.import-status{display:grid;gap:7px;border:1px solid #29292f;border-radius:6px;padding:10px;background:#18181b}.import-status p{margin:0;color:#e4e4e7;font-size:12px;line-height:1.4}.import-status-row{display:flex;align-items:center;gap:8px;color:#fcfcfc;font-size:12px}.import-status-row strong{flex:1}.spinner{width:14px;height:14px;border:2px solid rgba(0,255,158,.25);border-top-color:#00ff9e;border-radius:999px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.editor-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.history-list{display:grid;gap:8px;max-height:280px;overflow-y:auto;padding-right:2px}.history-item{display:grid;gap:7px;width:100%;border:1px solid #29292f;border-radius:6px;padding:10px;color:#fcfcfc;background:#18181b;text-align:left;cursor:pointer}.history-item.active{border-color:#00ff9e;background:#00ff9e1f}.history-title{color:#fcfcfc;font-size:13px;font-weight:800;line-height:1.25}.history-meta{display:flex;align-items:center;gap:7px;color:#a1a1aa;font-size:11px;font-weight:700}.slide-list{display:grid;gap:8px}.slide-list-item{display:grid;gap:5px;width:100%;border:1px solid #29292f;border-radius:6px;padding:10px;color:#fcfcfc;background:#18181b;text-align:left;cursor:pointer}.slide-list-item.active{border-color:#00ff9e;background:#00ff9e1f}.slide-list-item span{color:#00ff9e;font-size:10px;font-weight:900;text-transform:uppercase}.candidate-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.candidate{position:relative;aspect-ratio:9 / 12;overflow:hidden;border:1px solid #29292f;border-radius:6px;padding:0;background:#18181b;cursor:pointer}.candidate.active{border-color:#00ff9e}.candidate img{display:block;width:100%;height:100%;object-fit:cover}.candidate span{position:absolute;right:4px;bottom:4px;border-radius:999px;padding:2px 5px;color:#060607;background:#00ff9e;font-size:10px;font-weight:900}input[type=range]{width:100%;accent-color:#00FF9E}.tag-list{display:flex;flex-wrap:wrap;gap:6px}.tag-list span{border:1px solid #2f2f34;border-radius:999px;padding:4px 8px;color:#d4d4d8;background:#18181b;font-size:12px}.workspace{display:grid;min-height:100vh;place-items:center;padding:28px;position:relative;background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),#060607;background-size:36px 36px}.canvas-toolbar{display:flex;position:absolute;top:24px;right:24px;z-index:20;gap:10px}.candidate-popover{position:absolute;top:78px;right:24px;z-index:20;width:min(420px,calc(100vw - 48px));border:1px solid var(--border);border-radius:8px;padding:12px;background:#101013f5;box-shadow:0 24px 70px #0000006b}.candidate-search{display:grid;gap:8px;margin-bottom:12px}.candidate-search-row{display:grid;grid-template-columns:1fr auto;gap:8px}.slide{position:relative;container-type:inline-size;width:min(360px,calc(100vw - 48px));aspect-ratio:9 / 16;overflow:hidden;border:1px solid #242428;border-radius:8px;background:#000;box-shadow:0 30px 80px #0000007a;isolation:isolate;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab}.slide:active{cursor:grabbing}.slide-image{position:absolute;left:50%;top:50%;width:100%;height:100%;z-index:0;object-fit:cover;transform:translate(calc(-50% + var(--image-x)),calc(-50% + var(--image-y))) scale(var(--image-scale));transform-origin:center;pointer-events:none}.cta-slide .slide-image{transform:translate(-50%,-50%) scale(1)}.empty-slide{display:grid;position:absolute;top:0;right:0;bottom:0;left:0;place-items:center;color:#3f3f46;background:#060607}.image-error{position:absolute;left:18px;right:18px;top:18px;z-index:30;border:1px solid rgba(252,165,165,.45);border-radius:6px;padding:10px;color:#fecaca;background:#7f1d1db8;font-size:11px;line-height:1.35;overflow-wrap:anywhere}.slide-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#00000014,#0000001a 38%,#0000005c 68%,#000000d1 88%,#000)}.slide-fade{position:absolute;left:0;right:0;bottom:0;z-index:2;height:var(--fade-height);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.84) var(--fade-start),#000 100%)}.slide-logo{position:absolute;left:50%;bottom:var(--logo-bottom);z-index:3;width:var(--logo-width);height:auto;transform:translate(-50%);filter:drop-shadow(0 16px 28px rgba(0,0,0,.42))}.slide-copy{position:absolute;left:7%;right:7%;bottom:27%;z-index:3;margin:0;color:#fcfcfc;font-size:clamp(26px,7.2cqw,78px);font-weight:900;line-height:.98;text-align:center;text-wrap:balance;text-shadow:0 18px 42px rgba(0,0,0,.55);text-transform:uppercase}.green-text{color:#00ff9e}.resize-handle{position:absolute;z-index:12;width:26px;height:26px;border:2px solid #00FF9E;border-radius:999px;background:#060607;box-shadow:0 10px 24px #0006}.resize-handle.top-left{top:12px;left:12px;cursor:nwse-resize}.resize-handle.top-right{top:12px;right:12px;cursor:nesw-resize}.resize-handle.bottom-left{bottom:12px;left:12px;cursor:nesw-resize}.resize-handle.bottom-right{right:12px;bottom:12px;cursor:nwse-resize}@media(max-width:860px){body{overflow-x:hidden}.app-shell{grid-template-columns:1fr;min-height:100dvh}.has-proposal .workspace{order:1}.has-proposal .sidebar{order:2}.sidebar{min-height:auto;max-height:none;gap:12px;padding:16px;border-right:0;border-bottom:1px solid var(--border);overflow:visible}.masthead{gap:2px}h1{font-size:24px}.card{gap:10px}.card-header{padding:12px 12px 0}.card-content{padding:0 12px 12px}.history-list{display:flex;gap:8px;max-height:none;margin:0 -12px;padding:0 12px 2px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.history-item{flex:0 0 min(230px,76vw);scroll-snap-align:start}.slide-list{display:flex;gap:8px;margin:0 -12px;padding:0 12px 2px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.slide-list-item{flex:0 0 min(220px,72vw);min-height:82px;scroll-snap-align:start}.workspace{display:flex;flex-direction:column;min-height:calc(100dvh - 250px);padding:16px 12px 24px;align-items:center;justify-content:flex-start;gap:12px}.has-proposal .workspace{min-height:100dvh}.canvas-toolbar{position:static;order:1;width:100%;justify-content:center;flex-wrap:wrap;gap:8px}.canvas-toolbar .button{flex:1 1 132px;min-width:0;padding:0 10px}.candidate-popover{position:static;width:100%;order:3}.candidate-grid{grid-template-columns:repeat(5,minmax(58px,1fr));gap:6px}.slide{width:min(92vw,420px,calc((100dvh - 370px)*.5625));min-width:280px;order:2}.candidate-popover+.slide{order:2}.slide-copy{left:6%;right:6%;font-size:clamp(20px,6.4cqw,54px)}.resize-handle{width:32px;height:32px}}@media(max-width:420px){.sidebar{padding:12px}.eyebrow{font-size:11px}h1{font-size:22px}.slide{width:min(94vw,calc((100dvh - 350px)*.5625));min-width:250px}.slide-copy{font-size:clamp(18px,6cqw,42px);line-height:1}.button{font-size:13px}}
