:root { --ink: #10202a; --muted: #687278; --paper: #f4f6f1; --line: #d9ddd6; --accent: #e85e42; --aqua: #16a6a3; --navy: #0c2836; --white: #fffefa; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, 'Times New Roman', serif; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .3; background-image: linear-gradient(90deg, transparent 95%, rgba(12,40,54,.045) 95%), linear-gradient(0deg, transparent 95%, rgba(12,40,54,.045) 95%); background-size: 30px 30px; }
button, input { font: inherit; }
.shell { position: relative; width: min(1120px, calc(100% - 40px)); margin: auto; padding: 26px 0 42px; }
.topbar { display: flex; justify-content: space-between; align-items: center; font-family: Arial, sans-serif; font-size: 13px; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); text-decoration: none; font-weight: 800; letter-spacing: 0; font-size: 20px; }
.brand-mark { display: grid; place-items: center; width: 27px; height: 27px; background: var(--accent); color: white; font-family: Georgia, serif; font-style: italic; }
.status { display: inline-flex; align-items: center; gap: 7px; color: #4f5d5d; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #23a36c; box-shadow: 0 0 0 3px rgba(35,163,108,.13); }
.intro { padding: 78px 0 48px; max-width: 650px; }
.eyebrow { margin: 0 0 13px; color: var(--accent); font: 700 11px/1.1 Arial, sans-serif; text-transform: uppercase; letter-spacing: .13em; }
h1 { margin: 0; max-width: 700px; font-size: clamp(48px, 7vw, 86px); line-height: .92; font-weight: 500; letter-spacing: 0; }
h1 em { color: var(--accent); font-weight: inherit; }
.lede { max-width: 480px; margin: 25px 0 0; color: #536167; font-size: 19px; line-height: 1.45; }
.studio { padding: 30px; background: var(--white); border: 1px solid var(--line); box-shadow: 10px 10px 0 rgba(12,40,54,.09); }
.step-heading { display: grid; grid-template-columns: 36px 1fr auto; align-items: baseline; gap: 8px; margin-bottom: 15px; }
.step-heading > span { color: var(--accent); font: 700 12px Arial, sans-serif; }
.step-heading h2 { margin: 0; font-size: 22px; font-weight: 500; }
.step-heading p { margin: 0; color: var(--muted); font: 12px Arial, sans-serif; }
.dropzone { display: grid; place-items: center; align-content: center; min-height: 220px; padding: 24px; overflow: hidden; position: relative; border: 1.5px dashed #a8b3ae; background: #f8faf6; cursor: pointer; text-align: center; transition: border-color .2s, background .2s; }
.dropzone:hover, .dropzone.dragging { border-color: var(--aqua); background: #f0fbf9; }
.dropzone strong, .dropzone small, .upload-icon { position: relative; z-index: 1; }
.upload-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 9px; border-radius: 50%; background: var(--navy); color: white; font: 25px Arial, sans-serif; }
.dropzone strong { font: 700 16px Arial, sans-serif; }
.dropzone small { margin-top: 6px; color: var(--muted); font: 12px Arial, sans-serif; }
.dropzone img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.file-meta { min-height: 19px; margin: 10px 0 0; color: var(--muted); font: 12px Arial, sans-serif; }
.template-heading { margin-top: 38px; }
.templates { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.template { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 10px; min-height: 78px; padding: 8px; border: 1px solid var(--line); background: #fff; }
.template.active { border: 2px solid var(--navy); cursor: pointer; }
.template input { position: absolute; opacity: 0; }
.template.disabled { opacity: .55; }
.template-preview { position: relative; display: block; height: 60px; overflow: hidden; background: #cee0df; }
.template-preview::before, .template-preview::after, .template-preview b { content: ''; position: absolute; display: block; }
.zoom-preview::before { width: 90px; height: 90px; top: -15px; right: -15px; border-radius: 50%; background: #f0a856; } .zoom-preview::after { width: 75px; height: 34px; bottom: -5px; left: -10px; background: #1b5d62; transform: rotate(-14deg); }
.pan-preview { background: #e8c9a4; } .pan-preview::before { width: 90px; height: 90px; left: -20px; bottom: -34px; border-radius: 50%; background: #7f9f76; } .pan-preview::after { width: 60px; height: 50px; right: -5px; bottom: 0; background: #d3684f; }
.film-preview { background: #293540; } .film-preview::before { width: 60px; height: 70px; left: 8px; top: -4px; background: #c0d1b0; transform: skew(-13deg); } .film-preview::after { width: 40px; height: 60px; right: 4px; top: 5px; background: #eb8b4b; }
.template-copy { display: grid; gap: 5px; font-family: Arial, sans-serif; }.template-copy strong { font-size: 13px; }.template-copy small { color: var(--muted); font-size: 11px; }.check { color: var(--aqua); font: 700 17px Arial, sans-serif; }.soon { color: #627075; font: 700 9px Arial, sans-serif; text-transform: uppercase; }
.create-button, .download-button { display: inline-flex; justify-content: center; align-items: center; gap: 17px; width: 100%; margin-top: 25px; padding: 17px 22px; border: 0; border-radius: 0; background: var(--accent); color: white; cursor: pointer; font: 700 15px Arial, sans-serif; text-decoration: none; }.create-button span, .download-button span { font-size: 22px; line-height: 0; }.create-button:disabled { cursor: not-allowed; opacity: .45; }.create-button:not(:disabled):hover, .download-button:hover { background: #ca4934; }
.notice { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; padding-top: 21px; border-top: 1px solid var(--line); }.notice span { color: var(--aqua); font: 700 10px Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }.notice p { margin: 7px 0 0; color: #536167; font-size: 14px; line-height: 1.4; }
dialog { width: min(480px, calc(100% - 34px)); border: 0; padding: 0; background: transparent; color: var(--ink); } dialog::backdrop { background: rgba(12,40,54,.7); backdrop-filter: blur(4px); }.dialog-content { position: relative; padding: 38px; background: var(--white); text-align: center; box-shadow: 10px 10px 0 rgba(0,0,0,.17); }.dismiss-dialog { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font: 700 18px/1 Arial, sans-serif; }.dismiss-dialog:hover, .dismiss-dialog:focus-visible { border-color: var(--accent); background: #fff2ee; color: var(--accent); outline: 0; }.dialog-content h2 { margin: 18px 0 8px; font-size: 32px; font-weight: 500; }.dialog-content > p:not(.eyebrow):not(.progress-label) { margin: 0; color: var(--muted); line-height: 1.45; }.loader { width: 75px; height: 75px; margin: 6px auto 0; border: 1px solid #cfd8d4; border-top-color: var(--accent); border-radius: 50%; animation: spin 1.1s linear infinite; }.loader span { display: block; width: 13px; height: 13px; margin: 4px auto; border-radius: 50%; background: var(--aqua); }.progress-track { height: 7px; margin-top: 26px; overflow: hidden; background: #e0e5e0; }.progress-track span { display: block; width: 8%; height: 100%; background: var(--accent); transition: width .4s; }.progress-label { margin: 8px 0 0; color: var(--muted); font: 12px Arial, sans-serif; }.text-button { margin-top: 14px; border: 0; padding: 9px; background: transparent; color: var(--navy); cursor: pointer; text-decoration: underline; font: 13px Arial, sans-serif; }@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 680px) { .shell { width: min(100% - 26px, 1120px); padding-top: 18px; }.intro { padding: 54px 0 38px; }.studio { padding: 19px; }.step-heading { grid-template-columns: 28px 1fr; }.step-heading p { grid-column: 2; }.templates, .notice { grid-template-columns: 1fr; }.template { min-height: 70px; }.notice { gap: 17px; margin-top: 38px; }.dialog-content { padding: 29px 22px; } }