.ml-app{--ml-primary: #4f46e5;--ml-primary-hover: #4338ca;--ml-primary-soft: #eef2ff;--ml-primary-soft-text: #4338ca;--ml-bg: #f8fafc;--ml-card: #ffffff;--ml-border: #e5e7eb;--ml-border-dashed: #d8dce3;--ml-text: #111827;--ml-text-muted: #6b7280;--ml-text-faint: #9ca3af;--ml-danger: #dc2626;--ml-danger-soft: #fef2f2;--ml-danger-border: #fecaca;--ml-success: #059669;--ml-success-soft: #ecfdf5;--ml-success-border: #a7f3d0;--ml-radius-lg: 20px;--ml-radius-md: 14px;--ml-radius-full: 999px;--ml-amber: #d97706;--ml-amber-hover: #b45309;--ml-amber-soft: #fffbeb;--ml-amber-soft-text: #b45309;--ml-teal: #0d9488;--ml-teal-hover: #0f766e;--ml-teal-soft: #f0fdfa;--ml-teal-soft-text: #0f766e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;color:var(--ml-text);background:var(--ml-bg);min-height:100%}.ml-page{padding:24px 24px 64px;max-width:1040px;margin:0 auto}.ml-back-link{display:inline-block;color:var(--ml-text-muted);text-decoration:none;font-size:14px;margin-bottom:14px}.ml-back-link:hover{color:var(--ml-text)}.ml-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap;margin-bottom:28px}.ml-title{margin:0 0 6px;font-size:28px;font-weight:800;letter-spacing:-.02em}.ml-subtitle{margin:0;color:var(--ml-text-muted);font-size:15px}.ml-header-actions{display:flex;gap:10px;flex-wrap:wrap}.ml-btn{display:inline-flex;align-items:center;gap:8px;border-radius:var(--ml-radius-full);padding:11px 20px;font-weight:600;font-size:14px;cursor:pointer;border:1px solid transparent;text-decoration:none;line-height:1;white-space:nowrap;transition:background-color .15s ease,opacity .15s ease}.ml-btn:disabled{cursor:wait;opacity:.7}.ml-btn-primary{background:var(--ml-primary);color:#fff}.ml-btn-primary:hover:not(:disabled){background:var(--ml-primary-hover)}.ml-btn-secondary{background:var(--ml-card);color:var(--ml-text);border-color:var(--ml-border)}.ml-btn-secondary:hover:not(:disabled){background:#f9fafb}.ml-btn-ghost{background:transparent;color:var(--ml-text-muted);border-color:var(--ml-border)}.ml-card{background:var(--ml-card);border:1px solid var(--ml-border);border-radius:var(--ml-radius-lg);padding:24px}.ml-card-dashed{background:var(--ml-card);border:1px dashed var(--ml-border-dashed);border-radius:var(--ml-radius-lg);padding:48px 24px}.ml-card-title{margin:0 0 18px;font-size:17px;font-weight:700}.ml-empty{text-align:center;padding:8px 0}.ml-empty-icon{width:52px;height:52px;margin:0 auto 16px;border-radius:16px;background:var(--ml-primary-soft);display:grid;place-items:center;font-size:24px}.ml-empty-title{margin:0 0 8px;font-size:19px;font-weight:700}.ml-empty-text{margin:0 auto 22px;max-width:460px;color:var(--ml-text-muted);line-height:1.55;font-size:14.5px}.ml-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px}.ml-stat-card{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--ml-border);border-radius:var(--ml-radius-lg);padding:22px}.ml-stat-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--ml-primary-soft);font-size:20px;margin-bottom:16px}.ml-stat-label{margin:0 0 6px;color:var(--ml-text-muted);font-size:13.5px}.ml-stat-value{margin:0;font-size:21px;font-weight:800}.ml-stat-value.is-empty{color:var(--ml-text-faint);font-size:15px;font-weight:600}.ml-two-col{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}@media(max-width:760px){.ml-two-col{grid-template-columns:1fr}}.ml-steps{margin:0;padding-left:18px;color:var(--ml-text-muted);font-size:14px;line-height:1.8}.ml-form-group{margin-bottom:20px}.ml-label{display:block;margin-bottom:8px;font-weight:600;font-size:13.5px}.ml-hint{margin:6px 0 0;color:var(--ml-text-faint);font-size:12.5px}.ml-input,.ml-textarea{width:100%;box-sizing:border-box;border:1px solid var(--ml-border);border-radius:12px;padding:11px 14px;font-size:14.5px;font-family:inherit;color:var(--ml-text);background:#fff}.ml-input:focus,.ml-textarea:focus{outline:2px solid var(--ml-primary);outline-offset:1px}.ml-textarea{resize:vertical}.ml-upload-zone{border:1px dashed var(--ml-border-dashed);border-radius:var(--ml-radius-md);padding:26px;text-align:center;background:#fafafa}.ml-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.ml-tab{border:1px solid var(--ml-border);background:var(--ml-card);color:var(--ml-text-muted);border-radius:var(--ml-radius-full);padding:9px 18px;font-size:13.5px;font-weight:600;cursor:pointer}.ml-tab.is-active{background:var(--ml-primary);border-color:var(--ml-primary);color:#fff}.ml-tab:disabled{opacity:.5;cursor:not-allowed}.ml-badge{display:inline-flex;align-items:center;border-radius:var(--ml-radius-full);padding:3px 10px;font-size:12px;font-weight:700}.ml-badge-blue{background:var(--ml-primary-soft);color:var(--ml-primary-soft-text)}.ml-badge-gray{background:#f3f4f6;color:var(--ml-text-muted)}.ml-badge-green{background:var(--ml-success-soft);color:var(--ml-success)}.ml-list-card{border:1px solid var(--ml-border);border-radius:var(--ml-radius-lg);overflow:hidden;background:var(--ml-card)}.ml-list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--ml-border)}.ml-list-row:last-child{border-bottom:none}.ml-list-row-main{display:flex;align-items:center;gap:12px;min-width:0}.ml-list-row-title{font-weight:600;font-size:14.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ml-list-row-sub{color:var(--ml-text-muted);font-size:13px}.ml-table{width:100%;border-collapse:collapse;font-size:14px}.ml-table th{text-align:left;color:var(--ml-text-muted);font-weight:600;font-size:12.5px;text-transform:uppercase;letter-spacing:.03em;padding:12px 20px;border-bottom:1px solid var(--ml-border)}.ml-table td{padding:14px 20px;border-bottom:1px solid var(--ml-border);vertical-align:middle}.ml-table tr:last-child td{border-bottom:none}.ml-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.ml-module-card{border:1px solid var(--ml-border);border-radius:var(--ml-radius-md);padding:16px 18px;margin-bottom:14px;background:var(--ml-card)}.ml-module-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ml-lesson-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--ml-border);border-radius:12px;padding:10px 14px;margin-bottom:8px;font-size:14px}.ml-icon-btn{border:none;background:transparent;color:var(--ml-text-muted);cursor:pointer;font-size:15px;padding:4px 6px;border-radius:8px;line-height:1}.ml-icon-btn:hover{background:#f3f4f6;color:var(--ml-text)}.ml-idea-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:8px}@media(max-width:720px){.ml-idea-grid{grid-template-columns:1fr}}.ml-idea-card{position:relative;display:flex;flex-direction:column;background:var(--ml-card);border:1px solid var(--ml-border);border-radius:var(--ml-radius-lg);padding:24px 22px 22px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ml-idea-card:hover{transform:translateY(-3px);border-color:var(--ml-idea-accent);box-shadow:0 14px 28px -16px #11182740}.ml-idea-icon{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px;background:var(--ml-idea-accent-soft)}.ml-idea-type{font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--ml-idea-accent-text);margin-bottom:6px}.ml-idea-name{font-size:16.5px;font-weight:700;color:var(--ml-text);margin:0 0 8px;line-height:1.3}.ml-idea-desc{font-size:13.5px;color:var(--ml-text-muted);line-height:1.5;margin:0 0 20px;flex:1}.ml-idea-card .ml-idea-cta{width:100%;justify-content:center;background:var(--ml-idea-accent);border-color:var(--ml-idea-accent);color:#fff}.ml-idea-card .ml-idea-cta:hover:not(:disabled){background:var(--ml-idea-accent-hover);border-color:var(--ml-idea-accent-hover)}.ml-idea-card--ebook{--ml-idea-accent: var(--ml-primary);--ml-idea-accent-hover: var(--ml-primary-hover);--ml-idea-accent-soft: var(--ml-primary-soft);--ml-idea-accent-text: var(--ml-primary-soft-text)}.ml-idea-card--planner{--ml-idea-accent: var(--ml-amber);--ml-idea-accent-hover: var(--ml-amber-hover);--ml-idea-accent-soft: var(--ml-amber-soft);--ml-idea-accent-text: var(--ml-amber-soft-text)}.ml-idea-card--checklist{--ml-idea-accent: var(--ml-teal);--ml-idea-accent-hover: var(--ml-teal-hover);--ml-idea-accent-soft: var(--ml-teal-soft);--ml-idea-accent-text: var(--ml-teal-soft-text)}.ml-banner{margin-bottom:20px;padding:14px 16px;border-radius:12px;font-size:14px}.ml-banner-success{background:var(--ml-success-soft);border:1px solid var(--ml-success-border);color:#065f46}.ml-banner-error{background:var(--ml-danger-soft);border:1px solid var(--ml-danger-border);color:#991b1b}.ml-actions-row{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.ml-actions-row.is-split{justify-content:space-between}.ml-preview-section{margin-top:32px;padding-top:28px;border-top:1px solid var(--ml-border)}.ml-preview-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:18px}.ml-preview-title{margin:0 0 4px;font-size:17px;font-weight:700}.ml-preview-subtitle{margin:0;font-size:13px;color:var(--ml-text-muted)}.ml-device-toggle{display:inline-flex;background:#f3f4f6;border-radius:var(--ml-radius-full);padding:3px;gap:2px}.ml-device-toggle-btn{border:none;background:transparent;color:var(--ml-text-muted);border-radius:var(--ml-radius-full);padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.ml-device-toggle-btn.is-active{background:#fff;color:var(--ml-text);box-shadow:0 1px 3px #1118271f}.ml-appearance-row{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding:12px 14px;background:#f9fafb;border:1px solid var(--ml-border);border-radius:var(--ml-radius-md)}.ml-appearance-field{display:flex;align-items:center;gap:8px}.ml-appearance-field .ml-label{margin:0;white-space:nowrap}.ml-color-input{width:36px;height:36px;padding:0;border:1px solid var(--ml-border);border-radius:8px;cursor:pointer;background:none}.ml-color-input::-webkit-color-swatch-wrapper{padding:2px}.ml-color-input::-webkit-color-swatch{border:none;border-radius:6px}.ml-device-stage{display:flex;justify-content:center;padding:28px 16px;background:#eef0f4;border-radius:var(--ml-radius-lg)}.ml-device-frame{background:#12141a;box-shadow:0 20px 45px -20px #11182773}.ml-device-frame--desktop{width:100%;max-width:720px;border-radius:12px;padding:0}.ml-device-frame--mobile{width:320px;border-radius:34px;padding:14px 10px 18px}.ml-device-chrome{display:flex;gap:6px;padding:10px 14px;background:#1f2430;border-radius:12px 12px 0 0}.ml-device-chrome span{width:9px;height:9px;border-radius:50%;background:#4b5160;display:inline-block}.ml-device-notch{width:90px;height:18px;background:#12141a;border:2px solid #12141a;border-top:none;border-radius:0 0 12px 12px;margin:0 auto 6px}.ml-device-screen{background:var(--ml-bg);color:var(--ml-text);overflow-y:auto}.ml-device-frame--desktop .ml-device-screen{border-radius:0 0 12px 12px;max-height:460px}.ml-device-frame--mobile .ml-device-screen{border-radius:24px;height:560px}.ml-device-screen-inner{padding:20px 18px 32px}.ml-preview-placeholder{margin-top:8px;padding:22px;text-align:center;font-size:13px;color:var(--ml-text-muted);background:#f3f4f6;border-radius:8px}.ml-player-layout{display:flex;gap:22px;align-items:flex-start}.ml-player-main{flex:1;min-width:0}.ml-player-sidebar{box-sizing:border-box;width:300px;flex-shrink:0;max-height:640px;overflow-y:auto;border:1px solid var(--ml-border);border-radius:var(--ml-radius-lg);padding:10px;background:var(--ml-card)}@media(max-width:760px){.ml-player-layout{flex-direction:column}.ml-player-sidebar{width:100%;max-height:none}}.ml-device-frame--mobile .ml-player-layout{flex-direction:column;align-items:stretch}.ml-device-frame--mobile .ml-player-main{width:100%}.ml-device-frame--mobile .ml-player-sidebar{width:100%;max-height:none}.ml-lesson-title{margin:0 0 10px;font-size:20px;font-weight:800;line-height:1.3}.ml-lesson-desc{margin:0;font-size:14px;color:var(--ml-text-muted);line-height:1.6;white-space:pre-line}@media(max-width:760px){.ml-lesson-title{font-size:25px}.ml-lesson-desc{font-size:15px}}.ml-device-frame--mobile .ml-lesson-title{font-size:22px}.ml-device-frame--mobile .ml-lesson-desc{font-size:13.5px}@media(min-width:1180px){.ml-watch-page .ml-player-layout{display:grid;grid-template-columns:300px minmax(0,1fr) 300px;gap:22px}.ml-watch-page .ml-player-main{grid-column:2;max-width:none}.ml-watch-page .ml-player-sidebar{grid-column:3;width:auto}}.ml-player-video{width:100%;aspect-ratio:16 / 9;border-radius:var(--ml-radius-lg);overflow:hidden;background:#12141a;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:13.5px;margin-bottom:16px}.ml-player-video iframe,.ml-player-video video{width:100%;height:100%;border:0;display:block}.ml-sidebar-module-title{font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--ml-text-muted);margin:14px 10px 6px}.ml-sidebar-module-title:first-child{margin-top:4px}.ml-sidebar-lesson{display:flex;align-items:center;gap:10px;width:100%;border:none;background:transparent;text-align:left;font-family:inherit;padding:10px;border-radius:10px;cursor:pointer;font-size:13.5px;color:var(--ml-text);margin-bottom:2px}.ml-sidebar-lesson:hover{background:#f3f4f6}.ml-sidebar-lesson.is-active{background:var(--ml-primary-soft);color:var(--ml-primary-soft-text);font-weight:700}.ml-sidebar-lesson-icon{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--ml-border);display:flex;align-items:center;justify-content:center;font-size:10.5px;flex-shrink:0;color:var(--ml-text-muted)}.ml-sidebar-lesson.is-active .ml-sidebar-lesson-icon{border-color:var(--ml-primary);color:var(--ml-primary)}.ml-ebook-canvas{display:flex;flex-direction:column;align-items:center;gap:28px;padding:28px 16px;background:#eef0f4;border-radius:var(--ml-radius-lg)}.ml-sheet{position:relative;width:100%;max-width:640px;background:#fff;border-radius:16px;box-shadow:0 1px 2px #1118270f,0 18px 36px -22px #11182747;transition:opacity .15s ease,box-shadow .15s ease}.ml-sheet.is-hidden{opacity:.5}.ml-sheet.is-hidden:after{content:"Oculta do PDF";position:absolute;top:14px;right:14px;background:#111827;color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:var(--ml-radius-full);z-index:2}.ml-sheet-toolbar{position:absolute;top:10px;left:14px;right:14px;display:flex;align-items:center;gap:4px;opacity:0;transform:translateY(-4px);transition:opacity .12s ease,transform .12s ease;z-index:3;pointer-events:none}.ml-sheet:hover .ml-sheet-toolbar,.ml-sheet:focus-within .ml-sheet-toolbar{opacity:1;transform:translateY(0);pointer-events:auto}.ml-sheet-toolbar .ml-badge{margin-right:auto}.ml-sheet-toolbar form{display:contents}.ml-sheet-toolbar .ml-icon-btn{background:#fff;border:1px solid var(--ml-border);box-shadow:0 2px 6px #1118271a}.ml-sheet-toolbar .ml-icon-btn:hover{background:#f9fafb}.ml-sheet-page{padding:48px 40px 32px}.ml-sheet-title,.ml-sheet-body,.ml-sheet-list-input{display:block;width:100%;box-sizing:border-box;border:none;background:transparent;font-family:inherit;color:var(--ml-sheet-text, var(--ml-text));padding:4px 6px;margin:0 -6px;border-radius:8px}.ml-sheet-title{font-size:22px;font-weight:800;line-height:1.3;margin-bottom:10px;font-family:var(--ml-heading-font, inherit);font-style:var(--ml-heading-style, normal)}.ml-sheet-body,.ml-sheet-list-input{font-family:var(--ml-body-font, inherit)}.ml-sheet-body{font-size:15px;line-height:1.6;color:var(--ml-sheet-text, var(--ml-text));min-height:1.6em}.ml-sheet-title:hover,.ml-sheet-body:hover,.ml-sheet-list-input:hover{background:#f9fafb}.ml-sheet-title:focus,.ml-sheet-body:focus,.ml-sheet-list-input:focus{outline:none;background:var(--ml-primary-soft)}.ml-sheet-title::placeholder,.ml-sheet-body::placeholder,.ml-sheet-list-input::placeholder{color:var(--ml-text-faint);font-weight:400}.ml-sheet[data-ml-dark=true] .ml-sheet-title:hover,.ml-sheet[data-ml-dark=true] .ml-sheet-body:hover,.ml-sheet[data-ml-dark=true] .ml-sheet-list-input:hover{background:#ffffff1a}.ml-sheet[data-ml-dark=true] .ml-sheet-title:focus,.ml-sheet[data-ml-dark=true] .ml-sheet-body:focus,.ml-sheet[data-ml-dark=true] .ml-sheet-list-input:focus{background:#ffffff29}.ml-sheet[data-ml-dark=true] .ml-sheet-title::placeholder,.ml-sheet[data-ml-dark=true] .ml-sheet-body::placeholder,.ml-sheet[data-ml-dark=true] .ml-sheet-list-input::placeholder{color:#ffffff8c}.ml-sheet-kicker{font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--ml-accent, var(--ml-text-muted));margin:18px 0 8px}.ml-sheet-list{display:flex;flex-direction:column;gap:2px}.ml-sheet-list-row{display:flex;align-items:center;gap:8px;border-radius:8px}.ml-sheet-list-icon{flex-shrink:0;width:18px;text-align:center;color:var(--ml-text-muted);font-size:14px}.ml-sheet-list-input{flex:1;font-size:15px;line-height:1.5;padding:6px}.ml-sheet-list-underline{flex:1;min-width:40px;border-bottom:1px dashed var(--ml-border-dashed);margin-left:-6px}.ml-sheet-list-remove{flex-shrink:0;border:none;background:transparent;color:var(--ml-text-faint);cursor:pointer;font-size:13px;padding:4px 6px;border-radius:6px;opacity:0;transition:opacity .12s ease}.ml-sheet-list-row:hover .ml-sheet-list-remove{opacity:1}.ml-sheet-list-remove:hover{background:var(--ml-danger-soft);color:var(--ml-danger)}.ml-sheet-list-add{align-self:flex-start;border:none;background:transparent;color:var(--ml-primary);font-weight:600;font-size:13.5px;cursor:pointer;padding:6px;margin-top:4px}.ml-sheet-list-add:hover{text-decoration:underline}.ml-sheet-table-wrap{overflow-x:auto}.ml-sheet-table{width:100%;border-collapse:collapse;font-size:14px}.ml-sheet-table th,.ml-sheet-table td{border-bottom:1px solid var(--ml-border);padding:8px 6px;text-align:left}.ml-sheet-table th:first-child,.ml-sheet-table td:first-child{padding-left:0}.ml-sheet-table input{width:100%;box-sizing:border-box;border:none;background:transparent;font-family:inherit;font-size:14px;color:var(--ml-text);padding:4px 6px;border-radius:6px}.ml-sheet-table input:hover{background:#f9fafb}.ml-sheet-table input:focus{outline:none;background:var(--ml-primary-soft)}.ml-sheet-table-headcell{display:flex;align-items:center;gap:4px}.ml-sheet-table-headcell input{font-weight:700}.ml-sheet-month-bar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.ml-sheet-month-pill{padding:4px 10px;border-radius:999px;background:var(--ml-primary-soft);color:var(--ml-primary-soft-text);font-size:10.5px;font-weight:800;letter-spacing:.05em}.ml-sheet-index-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ml-sheet-index-card{border:1px solid var(--ml-border);border-radius:12px;padding:16px 8px;text-align:center;font-weight:800;font-size:12.5px;letter-spacing:.03em;background:#fff}.ml-sheet-day-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ml-sheet-day-box{border:1px solid var(--ml-border);border-radius:12px;padding:10px;min-height:130px}.ml-sheet-day-box-label{border:none;background:transparent;font-family:inherit;font-weight:700;font-size:12px;color:var(--ml-primary);text-transform:uppercase;letter-spacing:.03em;width:100%;padding:2px 0 10px;border-bottom:1px dashed var(--ml-border);margin-bottom:10px}.ml-sheet-day-box-label:hover{background:#f9fafb}.ml-sheet-day-box-label:focus{outline:none;background:var(--ml-primary-soft)}.ml-sheet-day-box-lines{display:flex;flex-direction:column;gap:16px}.ml-sheet-day-box-lines span{display:block;border-bottom:1px solid var(--ml-border);height:1px}.ml-sheet-notes-dotgrid{border-radius:12px;min-height:260px;background-image:radial-gradient(var(--ml-border) 1.3px,transparent 1.3px);background-size:18px 18px;border:1px solid var(--ml-border)}@media(max-width:640px){.ml-sheet-index-grid{grid-template-columns:repeat(3,1fr)}.ml-sheet-day-grid{grid-template-columns:repeat(2,1fr)}}.ml-sheet-photo-frame{display:flex;align-items:center;justify-content:center;text-align:center;min-height:220px;border:1.5px dashed var(--ml-border-dashed);border-radius:12px;background:#fafafa;color:var(--ml-text-faint);font-size:13.5px;padding:20px;margin-bottom:14px}.ml-sheet-ai-row{display:flex;flex-wrap:wrap;gap:4px;padding:10px 34px 18px;border-top:1px solid var(--ml-border);margin-top:8px}.ml-sheet-ai-btn{border:none;background:transparent;color:var(--ml-text-muted);font-size:12.5px;font-weight:600;cursor:pointer;padding:6px 10px;border-radius:var(--ml-radius-full)}.ml-sheet-ai-btn:hover:not(:disabled){background:#f3f4f6;color:var(--ml-text)}.ml-sheet-ai-btn:disabled{opacity:.5;cursor:not-allowed}.ml-sheet-cover{max-width:340px;overflow:hidden}.ml-sheet-cover-inner{position:relative;aspect-ratio:2 / 3;display:flex;flex-direction:column;justify-content:flex-end;gap:6px;padding:28px 24px;background:linear-gradient(160deg,#1f2937,#111827)}.ml-sheet-cover-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ml-sheet-cover-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#11182726,#111827bf)}.ml-sheet-cover-remove{position:absolute;top:14px;right:14px;z-index:2;width:28px;height:28px;border-radius:50%;border:none;background:#1118278c;color:#fff;cursor:pointer;font-size:13px;opacity:0;transition:opacity .12s ease}.ml-sheet-cover:hover .ml-sheet-cover-remove{opacity:1}.ml-sheet-cover-upload{position:relative;z-index:2;align-self:flex-start;color:#fff;background:#ffffff24;border:1px dashed rgba(255,255,255,.5);border-radius:var(--ml-radius-full);padding:7px 14px;font-size:12.5px;font-weight:600;cursor:pointer}.ml-sheet-cover-upload:hover{background:#ffffff3d}.ml-sheet-cover-title,.ml-sheet-cover-subtitle{position:relative;z-index:2;display:block;width:100%;box-sizing:border-box;border:none;background:transparent;font-family:inherit;color:#fff;padding:4px 6px;margin:0 -6px;border-radius:8px;resize:none;overflow:hidden}.ml-sheet-cover-title{margin-top:auto;font-size:22px;font-weight:800;line-height:1.3;font-family:var(--ml-heading-font, inherit);font-style:var(--ml-heading-style, normal)}.ml-sheet-cover-subtitle{font-size:14px;line-height:1.4;color:#ffffffd9;font-family:var(--ml-body-font, inherit)}.ml-sheet-cover-title:hover,.ml-sheet-cover-subtitle:hover{background:#ffffff1f}.ml-sheet-cover-title:focus,.ml-sheet-cover-subtitle:focus{outline:none;background:#ffffff2e}.ml-sheet-cover-title::placeholder,.ml-sheet-cover-subtitle::placeholder{color:#ffffff8c}.ml-sheet-cover[data-ml-dark=false] .ml-sheet-cover-title:hover,.ml-sheet-cover[data-ml-dark=false] .ml-sheet-cover-subtitle:hover{background:#11182714}.ml-sheet-cover[data-ml-dark=false] .ml-sheet-cover-title:focus,.ml-sheet-cover[data-ml-dark=false] .ml-sheet-cover-subtitle:focus{background:#11182724}.ml-sheet-cover[data-ml-dark=false] .ml-sheet-cover-title::placeholder,.ml-sheet-cover[data-ml-dark=false] .ml-sheet-cover-subtitle::placeholder{color:#11182780}.ml-sheet-cover-settings{display:flex;flex-wrap:wrap;gap:20px;padding:16px 32px;border-top:1px solid var(--ml-border)}.ml-sheet-cover-settings label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--ml-text-muted)}.ml-sheet-cover-settings select,.ml-sheet-cover-settings input[type=text]{border:1px solid var(--ml-border);border-radius:var(--ml-radius-full);padding:6px 12px;font-size:13px;font-family:inherit;color:var(--ml-text);background:#fff}.ml-sheet-cover-settings input[type=text]{width:110px}.ml-ebook-layout{display:flex;align-items:flex-start;gap:24px}.ml-ebook-canvas{flex:1;min-width:0}.ml-ebook-preview{position:sticky;top:16px;width:340px;flex-shrink:0}.ml-ebook-preview-label{font-size:12.5px;font-weight:700;color:var(--ml-text-muted);margin-bottom:8px;text-align:center}@media(max-width:980px){.ml-ebook-layout{flex-direction:column}.ml-ebook-preview{position:static;width:100%}}.ml-preview-sheets{display:flex;flex-direction:column;gap:14px}.ml-preview-sheet{border-radius:12px;padding:20px 18px;font-size:13px;line-height:1.5;box-shadow:0 1px 2px #11182714}.ml-preview-sheet-cover{position:relative;overflow:hidden;aspect-ratio:2 / 3;display:flex;align-items:flex-end;background:linear-gradient(160deg,#1f2937,#111827);color:#fff}.ml-preview-cover-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ml-preview-cover-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1118271a,#111827bf)}.ml-preview-cover-text{position:relative;z-index:1}.ml-preview-sheet h3{font-family:var(--ml-heading-font, inherit);font-style:var(--ml-heading-style, normal)}.ml-sheet-image-upload{display:block;text-align:center;border:1.5px dashed var(--ml-border-dashed);border-radius:12px;padding:22px 16px;margin-bottom:14px;color:var(--ml-text-faint);font-size:13px;font-weight:600;cursor:pointer;background:#fafafa}.ml-sheet-image-upload:hover{background:#f3f4f6;color:var(--ml-text-muted)}.ml-sheet-image-wrap{position:relative;border-radius:12px;overflow:hidden;margin-bottom:14px}.ml-sheet-image{display:block;width:100%;height:160px;object-fit:cover}.ml-sheet-image-swap,.ml-sheet-image-remove{position:absolute;top:8px;font-size:11.5px;font-weight:700;color:#fff;background:#1118278c;border:none;border-radius:var(--ml-radius-full);padding:5px 10px;cursor:pointer;opacity:0;transition:opacity .12s ease}.ml-sheet-image-wrap:hover .ml-sheet-image-swap,.ml-sheet-image-wrap:hover .ml-sheet-image-remove{opacity:1}.ml-sheet-image-swap{left:8px}.ml-sheet-image-remove{right:8px;padding:5px 8px}.ml-sp-section-wrap{position:relative}.ml-sp-section-wrap:hover .ml-sheet-toolbar,.ml-sp-section-wrap:focus-within .ml-sheet-toolbar{opacity:1;transform:translateY(0);pointer-events:auto}.ml-inline-edit{display:block;width:100%;box-sizing:border-box;border:none;background:transparent;font:inherit;color:inherit;text-align:inherit;line-height:inherit;padding:2px 6px;margin:-2px -6px;border-radius:8px}textarea.ml-inline-edit{resize:vertical}.ml-inline-edit:hover{background:#94a3b838}.ml-inline-edit:focus{outline:none;background:#94a3b852}.ml-inline-edit::placeholder{color:currentColor;opacity:.45}.ml-inline-edit-btn{border:none;cursor:text;font:inherit;text-align:center}.ml-inline-edit-btn:hover{opacity:.92}.ml-inline-edit-btn:focus{outline:2px solid rgba(255,255,255,.65);outline-offset:2px}.ml-sp-layout{display:flex;align-items:flex-start;gap:24px}.ml-sp-canvas{flex:1;min-width:0}.ml-sp-preview{position:sticky;top:16px;width:420px;flex-shrink:0}@media(max-width:980px){.ml-sp-layout{flex-direction:column}.ml-sp-preview{position:static;width:100%}}.ml-sp-section-wrap.is-hidden{opacity:.5}.ml-sp-section-wrap.is-hidden:after{content:"Oculta da página";position:absolute;top:14px;right:14px;background:#111827;color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:var(--ml-radius-full);z-index:2}.ml-device-frame--mobile .sp-headline{font-size:30px}.ml-device-frame--mobile .sp-subheadline{font-size:16px}.ml-device-frame--mobile .sp-title{font-size:23px}.ml-device-frame--mobile .sp-section,.ml-device-frame--mobile .sp-hero{padding-left:16px;padding-right:16px}.ml-style-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-top:24px}.ml-style-card{display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--ml-card);border:1.5px solid var(--ml-border);border-radius:var(--ml-radius-lg);padding:22px 18px 20px;cursor:pointer;text-align:center;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease;font-family:inherit}.ml-style-card:hover:not(:disabled){border-color:var(--ml-primary);transform:translateY(-2px);box-shadow:0 10px 24px #4f46e51f}.ml-style-card:disabled{opacity:.6;cursor:default}.ml-style-phone{box-sizing:border-box;width:150px;height:268px;padding:8px;border-radius:26px;background:#111827;margin-bottom:14px}.ml-style-phone-inner{box-sizing:border-box;width:100%;height:100%;border-radius:19px;padding:22px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}.ml-style-phone-titlebar{width:78%;height:10px;border-radius:3px;margin-bottom:6px}.ml-style-phone-titlebar-short{width:55%;margin-bottom:14px}.ml-style-phone-subtitlebar{width:40%;height:5px;border-radius:3px;margin-bottom:18px}.ml-style-phone-rule{width:26px;height:2px;border-radius:2px;margin-bottom:12px}.ml-style-phone-line{width:85%;height:5px;border-radius:3px;margin-bottom:6px}.ml-style-ebook-name{font-size:12.5px;color:var(--ml-text-muted);margin-top:2px}.ml-style-name{font-size:15px;font-weight:700;color:var(--ml-text)}.ml-style-desc{font-size:12.5px;color:var(--ml-text-muted);line-height:1.4;min-height:34px}.ml-style-pick-btn{margin-top:10px;pointer-events:none}
