:root{--background:#f6f8fc;--foreground:#172033;--panel:#f8faff;--panel-strong:#ffffff;--muted:#687386;--border:#dce3ef;--ink:#172033;--teal:#2f6fde;--teal-dark:#244ea5;--coral:#27c5e8;--green:#32865c;--yellow:#f4bf4f;--shadow:0 14px 36px rgba(31,52,94,0.07);--font-geist-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-geist-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace}*{box-sizing:border-box}body{margin:0;min-height:100vh;overflow-x:hidden;background:var(--background);color:var(--foreground);font-family:var(--font-geist-sans),ui-sans-serif,system-ui,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.app,.auth-page{min-height:100vh}.auth-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,460px)}.auth-visual{display:flex;flex-direction:column;justify-content:space-between;padding:54px;background:radial-gradient(circle at 16% 12%,rgba(39,197,232,.2),transparent 28%),radial-gradient(circle at 86% 76%,rgba(47,111,222,.16),transparent 34%),#f7faff;border-right:1px solid var(--border)}.brand-mark{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:0}.brand-dot{width:18px;height:18px;border-radius:5px;background:var(--teal);box-shadow:8px 8px 0 var(--coral)}.auth-visual h1{max-width:680px;margin:0 0 16px;color:var(--ink);font-size:clamp(42px,7vw,86px);line-height:.95;letter-spacing:0}.auth-visual p{max-width:560px;color:var(--muted);font-size:18px;line-height:1.6}.auth-panel{display:flex;align-items:center;justify-content:center;padding:32px;background:#ffffff}.auth-card{width:min(100%,390px)}.auth-card h2,.modal-title h2,.page-title h1,.settings-section h2{color:var(--ink);letter-spacing:0}.auth-card h2{margin:0 0 8px;font-size:28px}.muted{color:var(--muted)}.form-stack{display:grid;grid-gap:14px;gap:14px;margin-top:26px}.field{display:grid;grid-gap:7px;gap:7px;font-size:14px;font-weight:650}.field,.input{color:var(--ink)}.input{width:100%;border:1px solid var(--border);border-radius:8px;background:#fff;min-height:46px;padding:0 13px;outline:none}.input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(47,111,222,.13)}.button{border:0;border-radius:8px;min-height:42px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ink);color:white;font-weight:750;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(31,41,51,.14)}.button.secondary{background:#edf3f3;color:var(--teal-dark)}.button.ghost{background:transparent;color:var(--ink);border:1px solid var(--border)}.button.danger{background:#f7e4dd;color:#9c402b}.button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.link-button{border:0;background:transparent;color:var(--teal-dark);font-weight:750;padding:0}.error-box,.info-box{border-radius:8px;padding:12px 14px;font-size:14px;line-height:1.45}.error-box{background:#fff0ed;color:#9c402b;border:1px solid #f2c1b6}.info-box{color:#244ea5;border:1px solid #b9dcdd}.shell{min-height:100vh;display:grid;grid-template-columns:236px minmax(0,1fr)}.sidebar{border-right:1px solid var(--border);padding:22px;display:flex;flex-direction:column;gap:24px}.nav{display:grid;grid-gap:8px;gap:8px}.nav button{min-height:42px;border:0;border-radius:8px;background:transparent;color:var(--ink);display:flex;align-items:center;gap:10px;padding:0 12px;font-weight:700;text-align:left}.nav button.active{color:var(--teal-dark)}.main{padding:28px;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.page-title h1{margin:0 0 6px;font-size:32px}.page-title p{margin:0}.dashboard-home{width:100%;max-width:1180px;margin:0 auto;padding:0 0 36px;background:#ffffff}.dashboard-header-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.instagram-profile-header{display:flex;align-items:center;gap:14px;min-width:0}.ig-avatar{width:58px;height:58px;border-radius:50%;object-fit:cover;border:1px solid #e5e7eb;background:#eff6ff;color:#2563eb;flex:0 0 auto}.ig-avatar.fallback{display:grid;place-items:center}.instagram-profile-header h2{margin:0 0 4px;color:#111827;font-size:20px;font-weight:600;letter-spacing:0}.instagram-profile-header p{margin:0;color:#6b7280;font-size:14px}.period-filter{display:inline-flex;gap:8px;flex:0 0 auto}.period-filter button{min-height:34px;border:1px solid #d1d5db;border-radius:8px;background:#ffffff;color:#6b7280;padding:0 12px;font-size:13px;font-weight:650}.period-filter button.active{background:#eff6ff;border-color:#93c5fd;color:#2563eb}.dashboard-tabs{display:flex;gap:24px;border-bottom:1px solid #e5e7eb;margin-bottom:22px}.dashboard-tabs button{position:relative;border:0;background:transparent;color:#6b7280;padding:0 0 12px;font-size:14px;font-weight:650}.dashboard-tabs button.active{color:#2563eb}.dashboard-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#3b82f6;border-radius:999px}.dashboard-refreshing{margin-bottom:12px;color:#64748b;font-size:12px;font-weight:650}.dashboard-content{display:grid;grid-gap:20px;gap:20px}.kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.kpi-card{min-height:112px;background:#f8fafc;border:.5px solid #e2e8f0;border-radius:10px;padding:14px 16px;display:grid;align-content:space-between;grid-gap:8px;gap:8px}.kpi-label{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:0;text-transform:uppercase}.kpi-card strong{color:#111827;font-size:24px;font-weight:500;line-height:1.05}.kpi-card strong.emphasis,.kpi-delta{color:#2563eb}.kpi-delta{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:650}.kpi-delta.down{color:#ef4444}.kpi-delta.unavailable{color:#9ca3af}.dashboard-section{background:#ffffff;border:.5px solid #e2e8f0;border-radius:10px;padding:16px}.chart-section{padding:16px 16px 12px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.section-heading h2{margin:0;color:#111827;font-size:15px;font-weight:650;letter-spacing:0}.section-heading span{color:#94a3b8;font-size:12px;font-weight:650;white-space:nowrap}.performance-chart{min-height:352px}.chart-html-legend{display:flex;align-items:center;gap:16px;margin-bottom:10px;color:#475569;font-size:12px;font-weight:650}.chart-html-legend span{display:inline-flex;align-items:center;gap:7px}.legend-square{width:10px;height:10px;border-radius:2px}.legend-square.likes{background:#3b82f6}.legend-square.views{background:#94a3b8}.legend-square.followers{background:#10b981}.chart-canvas{height:320px}.custom-tooltip{display:grid;grid-gap:6px;gap:6px;min-width:132px;background:#ffffff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 12px;box-shadow:0 12px 24px rgba(15,23,42,.08);color:#475569;font-size:12px}.custom-tooltip strong{color:#1e40af;font-size:12px}.dashboard-lower-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:16px;gap:16px}.dashboard-chart-empty{min-height:300px;align-content:center;gap:7px}.dashboard-chart-empty>span,.dashboard-chart-empty>strong{display:block;max-width:520px}.dashboard-chart-empty>strong{color:#334155;font-size:15px}.dashboard-chart-empty>span{font-size:13px}@media (min-width:1400px){.kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.engagement-list{display:grid;grid-gap:14px;gap:14px}.engagement-row{display:grid;grid-template-columns:90px minmax(0,1fr) 58px;align-items:center;grid-gap:12px;gap:12px}.engagement-label{display:inline-flex;align-items:center;gap:6px;color:#475569;font-size:12px;font-weight:650;min-width:0}.engagement-track{height:6px;border-radius:3px;background:#f1f5f9;overflow:hidden}.engagement-bar{display:block;height:100%;border-radius:3px}.engagement-row strong{color:#334155;font-size:12px;font-weight:650;text-align:right}.recent-posts.roomy{max-width:100%}.post-list,.post-row{display:grid}.post-row{grid-template-columns:44px minmax(180px,1fr) minmax(300px,auto);align-items:center;grid-gap:12px;gap:12px;padding:13px 0;border-bottom:.5px solid #f1f5f9}.post-row:first-child{padding-top:0}.post-row:last-child{padding-bottom:0;border-bottom:0}.post-thumb{width:44px;height:44px;border-radius:8px;background:#eff6ff;color:#2563eb;display:grid;place-items:center}.post-copy{min-width:0}.post-copy p{margin:0 0 4px;color:#111827;font-size:13px;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-account-name{display:block;margin-bottom:3px;color:#1d4ed8;font-size:11px;font-weight:750}.post-copy span{color:#94a3b8;font-size:11px;font-weight:650}.post-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 14px;text-align:right}.post-stats div{min-width:54px}.post-stats strong{display:block;color:#111827;font-size:13px;font-weight:650}.post-stats span{color:#9ca3af;font-size:10px;font-weight:700;text-transform:uppercase}.post-stats small{display:block;min-height:12px;color:#10b981;font-size:9px;font-weight:700}.post-stats small.negative{color:#dc2626}.posts-empty{min-height:120px;display:grid;place-items:center;color:#94a3b8;font-size:13px;text-align:center}.analysis-button{width:100%;min-height:46px;font-weight:750}.analysis-button,.mini-button{border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#2563eb}.mini-button{min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700}.audience-layout{grid-template-columns:.85fr 1.15fr}.audience-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.audience-stats div{border:.5px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:12px}.audience-stats strong{display:block;color:#111827;font-size:20px;font-weight:500}.audience-stats span{color:#9ca3af;font-size:11px;font-weight:700;text-transform:uppercase}.analysis-modal{width:min(460px,100%);background:#ffffff;border-radius:10px;box-shadow:0 24px 70px rgba(15,23,42,.2);overflow:hidden}.analysis-modal-body{padding:20px;color:#475569;line-height:1.55}.dashboard-grid{display:grid;grid-template-columns:340px minmax(0,1fr);grid-gap:18px;gap:18px}.panel{background:var(--panel-strong);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.profile-panel{padding:22px;min-height:420px}.profile-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}.profile-picture{width:72px;height:72px;border-radius:50%;border:3px solid #ffffff;box-shadow:0 0 0 1px var(--border);object-fit:cover;background:#e9e1d7}.profile-fallback{width:72px;height:72px;border-radius:50%;background:#eaf1ff;color:var(--teal-dark);display:grid;place-items:center}.svg-icon{flex:0 0 auto;display:inline-block;vertical-align:middle}.profile-name{margin:0;font-size:20px;font-weight:800;color:var(--ink)}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.stat{border:1px solid var(--border);border-radius:8px;padding:12px;background:#f8faff}.stat strong{display:block;color:var(--ink);font-size:22px}.stat span{color:var(--muted);font-size:12px;font-weight:700}.chart-panel{padding:22px;min-height:420px}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.panel-heading h2{margin:0 0 4px;color:var(--ink)}.panel-heading p{margin:0}.empty-state{min-height:280px;display:grid;place-items:center;text-align:center;color:var(--muted);padding:28px}.empty-state h2{margin:12px 0 8px;color:var(--ink)}.empty-state p{max-width:560px;margin:0 auto 18px;line-height:1.55}.scripts-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px}.scripts-toolbar .muted{margin:0;line-height:1.55}.scripts-toolbar-actions{display:flex;gap:9px;flex:0 0 auto}.tese-back-button{margin:0 0 7px;padding:0;border:0;background:transparent;color:var(--teal-dark);font-weight:800}.roteiros-view-tabs{display:inline-flex;align-items:center;gap:6px;padding:5px;margin-bottom:20px;border:1px solid var(--border);border-radius:9px;background:#f8faff}.roteiros-view-tabs button{min-height:38px;padding:0 13px;border:0;border-radius:7px;background:transparent;color:var(--muted);display:inline-flex;align-items:center;gap:8px;font-weight:750}.roteiros-view-tabs button.active{background:#ffffff;color:var(--teal-dark);box-shadow:0 4px 14px rgba(31,41,51,.09)}.tese-list{display:grid;grid-gap:18px;gap:18px}.tese-card{border:1px solid var(--border);border-radius:10px;background:#ffffff;box-shadow:var(--shadow);overflow:hidden}.tese-open-button{width:100%;padding:20px;border:0;background:#f8faff;color:var(--ink);text-align:left;display:flex;justify-content:space-between;align-items:center;gap:20px}.tese-open-button:hover{background:#fff7ea}.tese-heading{display:flex;align-items:flex-start;gap:13px;min-width:0}.tese-heading-copy{min-width:0;display:grid}.tese-icon{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px}.tese-icon,.tese-meta{color:var(--teal-dark)}.tese-meta{margin-bottom:5px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.tese-heading h2,.tese-heading-copy>strong{margin:0 0 7px;color:var(--ink);font-size:21px;line-height:1.3;overflow-wrap:anywhere}.tese-heading p,.tese-summary{max-width:760px;margin:0;color:var(--muted);line-height:1.55;white-space:pre-line;overflow-wrap:anywhere}.tese-open-hint{flex:0 0 auto;color:var(--teal-dark);font-size:13px;font-weight:850}.tese-card-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:9px;padding:10px 12px;border-top:1px solid var(--border);background:#ffffff}.tese-delete{color:#9c402b}.tese-expanded-content{padding:18px 20px 20px;border-top:1px solid var(--border);background:#fbfdff}.tese-expanded-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.tese-expanded-toolbar>span{color:var(--muted);font-size:13px;font-weight:750}.tese-expanded-empty{padding:28px 18px;border:1px dashed var(--border);border-radius:8px;color:var(--muted);text-align:center}.tese-detail{border:1px solid var(--border);border-radius:10px;background:#ffffff;box-shadow:var(--shadow);overflow:hidden}.tese-detail-header{padding:20px;border-bottom:1px solid var(--border);background:#f8faff}.tese-detail-grid{padding:20px}.tese-detail-empty{min-height:300px;padding:36px 20px;text-align:center;color:var(--muted);display:grid;place-items:center;align-content:center;grid-gap:9px;gap:9px}.tese-detail-empty h3,.tese-detail-empty p{margin:0}.tese-detail-empty h3{color:var(--ink)}.tese-detail-empty .button{margin-top:8px}.script-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:14px;gap:14px}.script-card{min-height:132px;padding:16px;text-align:left;border:1px solid var(--border);border-radius:8px;background:#ffffff;box-shadow:var(--shadow);color:var(--ink);display:flex;flex-direction:column;justify-content:space-between}.script-card h3{margin:9px 0 0;font-size:17px;line-height:1.35;overflow-wrap:anywhere}.script-card>span{color:var(--muted);font-size:12px;font-weight:700}.status-badge{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:5px 8px;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800}.calendar-event-dot,.kanban-status-dot,.status-badge>span{width:7px;height:7px;border-radius:50%;background:currentColor;flex:0 0 auto}.status-badge.status-gravar,.status-gravar .status-badge{background:#fff3d6;color:#946200}.status-badge.status-rascunho,.status-rascunho .status-badge{background:#eef1f4;color:#57636f}.status-badge.status-publicado,.status-publicado .status-badge{background:#e6f5eb;color:#287447}.calendar-panel{border:1px solid var(--border);border-radius:10px;background:#ffffff;box-shadow:var(--shadow);overflow:hidden}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;border-bottom:1px solid var(--border)}.calendar-toolbar h2{margin:0 0 5px;color:var(--ink);font-size:22px}.calendar-toolbar p{margin:0}.calendar-navigation{display:flex;gap:8px}.calendar-grid,.calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(118px,1fr))}.calendar-weekdays{border-bottom:1px solid var(--border);background:#f8faff}.calendar-weekdays span{padding:10px 12px;color:var(--muted);font-size:12px;font-weight:800;text-align:center}.calendar-grid{min-width:826px}.calendar-panel{overflow-x:auto}.calendar-day{min-height:132px;padding:9px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:#ffffff}.calendar-day:nth-child(7n){border-right:0}.calendar-day.outside{background:#fbfaf8}.calendar-day.outside .calendar-day-number{color:#b0aaa3}.calendar-day.today .calendar-day-number{background:var(--teal);color:#ffffff}.calendar-day.drop-target{background:#eef5ff;box-shadow:inset 0 0 0 2px var(--teal)}.calendar-day-number{width:26px;height:26px;margin-left:auto;border-radius:50%;display:grid;place-items:center;color:var(--muted);font-size:12px;font-weight:800}.calendar-events{display:grid;grid-gap:5px;gap:5px;margin-top:7px}.calendar-event{width:100%;min-width:0;padding:7px 8px;border:0;border-radius:6px;display:flex;align-items:center;gap:6px;text-align:left;font-size:11px;font-weight:750;cursor:-webkit-grab;cursor:grab;transition:opacity .15s ease,transform .15s ease}.calendar-event:active{cursor:-webkit-grabbing;cursor:grabbing}.calendar-event.dragging{opacity:.45;transform:scale(.97)}.calendar-event>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event.status-gravar{background:#fff3d6;color:#805500}.calendar-event.status-rascunho{background:#eef1f4;color:#4d5964}.calendar-event.status-publicado{background:#e6f5eb;color:#23663e}.mobile-calendar{display:none}.kanban-board{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));grid-gap:14px;gap:14px;align-items:start;overflow-x:auto}.kanban-column{min-width:260px;border:1px solid var(--border);border-radius:10px;background:#f8f6f2;overflow:hidden}.kanban-column-header{padding:14px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:#f8faff}.kanban-column-header>div{display:flex;align-items:center;gap:8px}.kanban-column-header h2{margin:0;color:var(--ink);font-size:15px}.kanban-column-header>span{min-width:25px;height:25px;padding:0 7px;border-radius:999px;display:grid;place-items:center;background:#ffffff;color:var(--muted);font-size:12px;font-weight:800}.kanban-column.status-gravar .kanban-status-dot{color:#c58a13}.kanban-column.status-rascunho .kanban-status-dot{color:#7d8993}.kanban-column.status-publicado .kanban-status-dot{color:#3d8b5d}.kanban-column-body{min-height:260px;padding:10px;display:grid;align-content:start;grid-gap:10px;gap:10px}.kanban-empty{min-height:90px;border:1px dashed var(--border);border-radius:8px;display:grid;place-items:center;padding:16px;color:var(--muted);font-size:13px;text-align:center}.kanban-card{border:1px solid var(--border);border-radius:8px;background:#ffffff;box-shadow:0 8px 22px rgba(31,41,51,.07);overflow:hidden}.kanban-card[draggable=true]{cursor:-webkit-grab;cursor:grab}.kanban-card[draggable=true]:active{cursor:-webkit-grabbing;cursor:grabbing}.kanban-card>button{width:100%;padding:14px;border:0;background:transparent;color:var(--ink);display:grid;grid-gap:9px;gap:9px;text-align:left}.kanban-card strong{line-height:1.4;overflow-wrap:anywhere}.kanban-tese{color:var(--teal-dark);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.kanban-date{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.kanban-mobile-status{display:none;gap:6px;padding:0 14px 14px;color:var(--muted);font-size:11px;font-weight:750}.modal-backdrop{position:fixed;inset:0;background:rgba(24,29,31,.42);display:grid;place-items:center;padding:22px;z-index:50}.modal{width:min(980px,100%);max-height:min(90vh,820px);background:#fbfdff;border-radius:8px;box-shadow:0 24px 70px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow:hidden}.modal-header{padding:18px 20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.modal-title h2{margin:0 0 4px;font-size:22px}.modal-title p{margin:0}.roteiro-info-content{width:min(100%,860px);margin:0 auto;display:grid;grid-gap:28px;gap:28px}.roteiro-info-section{display:grid;grid-gap:14px;gap:14px}.roteiro-info-section+.roteiro-info-section{padding-top:24px;border-top:1px solid var(--border)}.roteiro-info-section h3{margin:0;color:var(--ink);font-size:16px}.roteiro-info-fields{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(160px,.8fr) minmax(170px,.8fr);grid-gap:12px;gap:12px}.roteiro-info-fields label{display:grid;grid-gap:6px;gap:6px;color:var(--ink);font-size:13px;font-weight:750}.roteiro-info-fields .input{min-height:38px}.roteiro-editor-tabs{min-height:52px;padding:0 20px;border-bottom:1px solid var(--border);background:#ffffff;display:flex;align-items:stretch;gap:24px}.roteiro-editor-tabs button{position:relative;border:0;background:transparent;color:var(--muted);display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:800}.roteiro-editor-tabs button:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:transparent}.roteiro-editor-tabs button.active{color:var(--teal-dark)}.roteiro-editor-tabs button.active:after{background:var(--teal)}.roteiro-editor-tabs button>span{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#eaf1ff;color:var(--teal-dark);display:grid;place-items:center;font-size:11px}.roteiro-tab-pane{flex:1 1;min-height:0;display:flex;flex-direction:column}.published-lock-notice{padding:13px 20px;border-bottom:1px solid #d7eadc;background:#edf8f0;color:#245f3b;display:flex;align-items:center;gap:10px}.published-lock-notice>div{display:grid;grid-gap:2px;gap:2px}.published-lock-notice span{font-size:12px}.published-reel-panel{padding:15px 20px;border-bottom:1px solid var(--border);background:#ffffff;display:grid;grid-gap:12px;gap:12px}.published-reel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.published-reel-heading>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.published-reel-heading span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.published-reel-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.published-reel-heading a{flex:0 0 auto;color:var(--teal-dark);font-size:12px;font-weight:800}.reel-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.reel-metrics>span{min-width:0;padding:10px;border:1px solid var(--border);border-radius:8px;background:#f8faff;color:var(--teal-dark);display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:3px 7px;gap:3px 7px}.reel-metrics strong{color:var(--ink);font-size:16px}.reel-metrics small{grid-column:1/-1;color:var(--muted);font-size:10px;font-weight:750}.reel-metrics.compact{margin-top:5px;display:flex;flex-wrap:wrap}.reel-metrics.compact>span{padding:0;border:0;background:transparent;display:inline-flex;gap:4px}.reel-metrics.compact strong{font-size:12px}.reel-metrics.compact small{display:none}.reel-metrics-error,.reel-metrics-status{font-size:11px;font-weight:700}.reel-metrics-status{color:var(--muted)}.reel-metrics-error{color:#9c402b}.reel-history-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:14px;gap:14px}.reel-history-card{min-width:0;padding:16px;border:1px solid var(--border);border-radius:8px;background:#ffffff;display:grid;grid-gap:12px;gap:12px}.reel-history-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.reel-history-heading h4{margin:0;color:var(--ink);font-size:14px}.reel-history-heading>div:first-child{min-width:0;display:grid;grid-gap:5px;gap:5px}.reel-history-mode{width:-moz-fit-content;width:fit-content;color:var(--muted);font-size:10px;font-weight:750}.reel-history-mode.cumulative{padding:4px 7px;border-radius:999px;background:#fff3df;color:#8a5a16}.reel-history-mode.daily{color:var(--green)}.reel-history-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 12px}.reel-history-legend span{color:var(--muted);display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700}.reel-history-legend i{width:8px;height:8px;border-radius:2px}.reel-history-canvas{min-width:0;height:220px}.reel-history-empty{min-height:220px;border:1px dashed var(--border);border-radius:8px;padding:28px;color:var(--muted);display:grid;place-items:center;text-align:center;line-height:1.5}.editor-toolbar{border-bottom:1px solid var(--border);padding:10px 20px;display:flex;align-items:center;gap:8px;background:#fff8ee}.editor-toolbar-separator{width:1px;height:28px;margin-inline:3px;background:var(--border)}.attachment-toolbar-button{min-height:36px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:#ffffff;color:var(--ink);display:inline-flex;align-items:center;gap:7px;font-weight:750}.attachment-toolbar-button>span{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--teal);color:#ffffff;display:grid;place-items:center;font-size:11px}.icon-button{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:#ffffff;color:var(--ink);display:inline-grid;place-items:center;font-weight:850}.icon-button:hover{border-color:var(--teal)}.notepad{overflow:auto;padding:26px}.notepad,.roteiro-tab-scroll{flex:1 1;min-height:0;background:#fbfdff}.roteiro-tab-scroll{padding:24px;overflow-y:auto}.roteiro-tab-scroll>.attachment-section{width:min(100%,860px);margin:0 auto}.reels-picker.roteiro-tab-scroll{min-height:0;padding:24px}.note-block{max-width:820px;margin:0 auto;color:var(--ink);font-size:17px;line-height:32px}.note-label{font-weight:850;margin-top:2px}.note-field{min-height:66px;outline:none;margin:8px 0 20px;padding:0;overflow-wrap:anywhere}.note-field:empty:before{content:attr(data-placeholder);color:#a69d92}.note-field.read-only{color:#4f5962;cursor:default}.modal-actions{padding:14px 20px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:12px;background:#f8faff}.tese-modal{width:min(620px,100%)}.roteiro-create-modal{width:min(520px,100%)}.attachments-backdrop{z-index:70;background:rgba(24,29,31,.55)}.attachments-modal{width:min(760px,100%);background:#ffffff}.attachments-body,.reels-picker{min-height:280px;padding:20px;overflow-y:auto}.attachments-body{display:grid;grid-gap:24px;gap:24px}.attachment-section{display:grid;grid-gap:13px;gap:13px}.attachment-section+.attachment-section{padding-top:22px;border-top:1px solid var(--border)}.attachment-section-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.attachment-section-heading h3{margin:0 0 4px;color:var(--ink);font-size:16px}.attachment-section-heading p{margin:0;font-size:13px}.references-heading h3{margin:0}.reference-add-button{min-height:38px}.reference-modal-backdrop{z-index:80;background:rgba(24,29,31,.55)}.reference-preview-modal{width:min(560px,100%);min-height:0;max-height:min(90vh,700px);background:#ffffff}.reference-modal-content{padding:20px;display:grid;grid-gap:16px;gap:16px}.reference-input-wrap{position:relative}.reference-input-wrap .input{padding-right:48px}.reference-input-wrap .input.invalid{border-color:#d97762;box-shadow:0 0 0 3px rgba(221,107,77,.12)}.reference-loader{position:absolute;top:50%;right:16px;width:18px;height:18px;margin-top:-9px;border:2px solid #cbd8d8;border-top:2px solid var(--teal);border-radius:50%;animation:reference-spin .7s linear infinite}@keyframes reference-spin{to{transform:rotate(1turn)}}.reference-preview-card{min-width:0;padding:10px;border:1px solid var(--border);border-radius:8px;background:#f8faff;display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px}.reference-preview-card .reference-thumbnail-fallback,.reference-preview-card img{width:112px;height:148px;border-radius:6px}.reference-preview-card img{object-fit:cover;display:block;background:#eef1f4}.reference-preview-card>div{min-width:0;display:grid;grid-gap:7px;gap:7px}.reference-preview-card strong{color:var(--ink);line-height:1.4;overflow-wrap:anywhere}.reference-preview-card small{color:var(--muted);font-size:12px;font-weight:700}.reference-preview-actions{display:flex;justify-content:flex-end;gap:10px}.attachment-error{color:#9c402b;font-size:13px;font-weight:650}.attachment-links{display:flex;gap:10px;padding-bottom:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;overscroll-behavior-inline:contain}.attachment-link{width:158px;flex:0 0 158px;min-width:0;position:relative;border:1px solid var(--border);border-radius:8px;background:#ffffff;overflow:hidden;scroll-snap-align:start}.attachment-link a{min-width:0;color:var(--ink);display:block;text-decoration:none}.attachment-link img,.reference-thumbnail-fallback{width:100%;height:auto;aspect-ratio:2/3}.attachment-link img{object-fit:cover;display:block;background:#eef1f4}.reference-thumbnail-fallback{background:#eef1f4;color:var(--muted);display:grid;place-items:center}.attachment-link-copy{min-width:0;padding:12px;display:grid;grid-gap:6px;gap:6px}.attachment-link-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-link-copy strong{color:var(--ink);font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.attachment-link-copy small{color:var(--muted);font-size:11px;font-weight:700}.attachment-link>button{position:absolute;top:6px;right:6px;width:30px;height:30px;border:0;border-radius:7px;background:rgba(255,255,255,.92);color:#9c402b;display:grid;place-items:center;box-shadow:0 3px 10px rgba(31,41,51,.1)}.attachments-empty{min-height:180px;border:1px dashed var(--border);border-radius:8px;padding:24px;color:var(--muted);display:grid;place-items:center;text-align:center;line-height:1.5}.attachments-empty.compact{min-height:72px;padding:15px}.linked-reel{min-width:0;padding:10px;border:1px solid var(--border);border-radius:8px;background:#f8faff;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px}.linked-reel .reel-thumbnail-fallback,.linked-reel img{width:72px;height:72px}.linked-reel>div{min-width:0;display:grid;grid-gap:5px;gap:5px}.linked-reel strong{color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linked-reel span{color:var(--muted);font-size:12px}.linked-reel a{width:-moz-fit-content;width:fit-content;color:var(--teal-dark);font-size:12px;font-weight:750}.reels-picker{display:grid;align-content:start;grid-gap:14px;gap:14px}.reels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px}.reel-option{min-width:0;padding:0;border:1px solid var(--border);border-radius:8px;background:#ffffff;color:var(--ink);overflow:hidden;text-align:left}.reel-option .reel-thumbnail-fallback,.reel-option img{width:100%;height:190px}.reel-option>span:last-child{padding:11px;display:grid;grid-gap:6px;gap:6px}.reel-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.reel-option small{color:var(--muted);font-size:11px;font-weight:700}.linked-reel img,.reel-option img{object-fit:cover;display:block;background:#eef1f4}.reel-thumbnail-fallback{background:#eef1f4;color:var(--muted);display:grid;place-items:center}.attachment-modal-actions{justify-content:space-between}.tese-form{display:grid;grid-gap:18px;gap:18px;padding:22px 20px 26px;background:#ffffff}.textarea{min-height:132px;padding-top:12px;padding-bottom:12px;line-height:1.5;resize:vertical}.tese-modal-actions{justify-content:flex-end}.settings-grid{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:18px;gap:18px}.settings-tabs{display:grid;align-content:start;grid-gap:8px;gap:8px}.settings-tabs button{border:1px solid var(--border);border-radius:8px;min-height:42px;padding:0 12px;background:#ffffff;text-align:left;font-weight:750;color:var(--ink)}.settings-tabs button.active{color:var(--teal-dark)}.settings-section{padding:22px}.settings-section h2{margin:0 0 8px}.chart-wrap{width:100%;min-height:332px}.chart-warning{margin-bottom:14px}.chart-empty{min-height:332px;display:grid;place-items:center;border:1px dashed var(--border);border-radius:8px;background:#fbfdff;color:var(--muted);line-height:1.5;padding:24px;text-align:center}.chart-svg{width:100%;height:auto;display:block}.chart-axis{fill:#687386;font-size:12px;font-family:var(--font-geist-sans),ui-sans-serif,system-ui,sans-serif}.chart-legend{display:flex;gap:16px;align-items:center;color:var(--muted);font-size:13px;font-weight:750;margin-top:12px}.legend-item{display:inline-flex;align-items:center;gap:7px}.legend-dot{width:10px;height:10px;border-radius:50%}.connection-row{margin-top:20px;padding:16px;border:1px solid var(--border);border-radius:8px;display:flex;justify-content:space-between;gap:16px;align-items:center;background:#f8faff}.connection-title{display:flex;align-items:center;gap:12px}.connection-title strong{display:block;color:var(--ink)}.loading-page{min-height:100vh;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;color:var(--muted)}.loading-logo{width:52px;height:52px;object-fit:contain}@media (max-width:920px){.auth-page,.dashboard-grid,.settings-grid,.shell{grid-template-columns:1fr}.auth-visual{min-height:360px;padding:34px}.sidebar{border-right:0;border-bottom:1px solid var(--border)}.nav{grid-template-columns:repeat(3,minmax(0,1fr))}.main{padding:20px}.calendar-toolbar,.connection-row,.dashboard-header-row,.modal-actions,.scripts-toolbar,.topbar{flex-direction:column;align-items:stretch}.scripts-toolbar-actions{width:100%}.scripts-toolbar-actions .button{flex:1 1}.tese-modal-actions{flex-direction:row;justify-content:flex-end}.roteiro-info-fields{grid-template-columns:1fr}.calendar-navigation{width:100%}.calendar-navigation .button{flex:1 1}.calendar-panel{overflow:hidden;border-radius:14px}.calendar-desktop-toolbar,.calendar-desktop-view{display:none}.mobile-calendar{display:block;background:#ffffff}.mobile-calendar-header{min-height:66px;padding:10px 12px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;grid-gap:8px;gap:8px}.mobile-calendar-header>div{min-width:0;display:flex;align-items:center;justify-content:center;gap:10px}.mobile-calendar-header strong{color:var(--ink);font-size:17px;line-height:1.2;text-align:center}.mobile-calendar-header>div button{min-height:28px;padding:0 9px;border:0;border-radius:999px;background:#eaf1ff;color:#2456b5;font-size:11px;font-weight:800}.mobile-calendar-nav{width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:#2f6fde;display:grid;place-items:center;font-size:30px;font-weight:400;line-height:1}.mobile-calendar-nav:active{background:#eef4ff}.mobile-calendar-grid,.mobile-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.mobile-calendar-weekdays{padding:9px 10px 4px}.mobile-calendar-weekdays span{color:#8993a4;font-size:10px;font-weight:800;text-align:center}.mobile-calendar-grid{padding:2px 10px 12px;border-bottom:1px solid var(--border)}.mobile-calendar-day{position:relative;min-width:0;min-height:48px;padding:5px 1px 4px;border:0;border-radius:10px;background:transparent;color:#263247;display:grid;place-items:center;align-content:center;grid-gap:4px;gap:4px;font-size:13px}.mobile-calendar-day>span:first-child{width:27px;height:27px;border-radius:50%;display:grid;place-items:center}.mobile-calendar-day.outside{color:#b7bfcc}.mobile-calendar-day.today>span:first-child{color:#2f6fde;font-weight:850}.mobile-calendar-day.selected{background:#f4f7fc}.mobile-calendar-day.selected>span:first-child{background:#2f6fde;color:#ffffff;font-weight:850}.mobile-calendar-dots{height:5px;display:flex;align-items:center;justify-content:center;gap:2px}.mobile-calendar-dots i{width:4px;height:4px;border-radius:50%;background:#2f6fde}.mobile-calendar-dots i.status-gravar{background:#c58a13}.mobile-calendar-dots i.status-rascunho{background:#7d8993}.mobile-calendar-dots i.status-publicado{background:#32865c}.mobile-calendar-agenda{min-height:220px;padding:16px 14px 20px}.mobile-calendar-agenda>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}.mobile-calendar-agenda>header>div{display:grid;grid-gap:2px;gap:2px}.mobile-calendar-agenda header small,.mobile-calendar-agenda header span{color:var(--muted);font-size:11px;font-weight:750}.mobile-calendar-agenda header strong{color:var(--ink);font-size:20px;text-transform:capitalize}.mobile-calendar-empty{min-height:120px;border:1px dashed var(--border);border-radius:12px;color:var(--muted);display:grid;place-items:center;padding:20px;text-align:center;font-size:13px}.mobile-calendar-events{display:grid;grid-gap:9px;gap:9px}.mobile-calendar-event{width:100%;min-width:0;padding:12px;border:1px solid var(--border);border-left:4px solid #2f6fde;border-radius:10px;background:#ffffff;color:var(--ink);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;text-align:left}.mobile-calendar-event.status-gravar{border-left-color:#c58a13}.mobile-calendar-event.status-rascunho{border-left-color:#7d8993}.mobile-calendar-event.status-publicado{border-left-color:#32865c}.mobile-calendar-event>span:nth-child(2){min-width:0;display:grid;grid-gap:3px;gap:3px}.mobile-calendar-event small,.mobile-calendar-event strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-calendar-event strong{font-size:13px}.mobile-calendar-event small,.mobile-calendar-event>span:last-child{color:var(--muted);font-size:10px;font-weight:700}.kanban-mobile-status{display:grid}.dashboard-home{padding-inline:0}.period-filter{width:100%}.period-filter button{flex:1 1}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audience-layout,.dashboard-lower-grid,.reel-history-grid{grid-template-columns:1fr}.reel-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.auth-panel{padding:24px 18px}.auth-visual{padding:28px 20px}.nav{grid-template-columns:1fr}.roteiros-view-tabs{width:100%}.roteiros-view-tabs button{flex:1 1;justify-content:center;padding-inline:8px}.stats-grid{grid-template-columns:1fr}.dashboard-tabs{gap:16px;overflow-x:auto}.audience-stats,.kpi-grid{grid-template-columns:1fr}.engagement-row{grid-template-columns:90px minmax(0,1fr) 54px;gap:8px}.post-row{grid-template-columns:44px minmax(0,1fr)}.post-stats{grid-column:2;justify-content:flex-start}.modal-backdrop{padding:0}.modal{min-height:100vh;max-height:100vh;border-radius:0}.tese-open-button{align-items:flex-start;flex-direction:column}.tese-open-hint{padding-left:53px}.tese-card-actions .button{flex:1 1}.tese-expanded-content{padding:16px}.tese-expanded-toolbar{align-items:stretch;flex-direction:column}.published-reel-heading{flex-direction:column}.roteiro-editor-tabs{min-height:50px;padding-inline:16px;gap:20px;overflow-x:auto}.roteiro-editor-tabs button{flex:0 0 auto;white-space:nowrap}.roteiro-tab-scroll{padding:20px 16px}.reel-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.reel-history-heading{align-items:flex-start;flex-direction:column}.reel-history-legend{justify-content:flex-start}.attachment-section-heading{align-items:stretch;flex-direction:column}.references-heading{align-items:center;flex-direction:row}.reference-preview-modal{width:calc(100% - 32px);min-height:0;max-height:calc(100vh - 32px);border-radius:8px}.reference-preview-card{grid-template-columns:82px minmax(0,1fr)}.reference-preview-card .reference-thumbnail-fallback,.reference-preview-card img{width:82px;height:108px}.reference-preview-actions .button{flex:1 1}.linked-reel{grid-template-columns:58px minmax(0,1fr)}.linked-reel .reel-thumbnail-fallback,.linked-reel img{width:58px;height:58px}.linked-reel>.icon-button{grid-column:1/-1;width:100%}.tese-modal-actions{flex-direction:column}}.brand-logo{display:block;width:auto;height:auto;object-fit:contain}.brand-logo-sidebar{width:156px;max-height:50px;object-position:left center}.brand-logo-auth{width:min(220px,54vw);max-height:72px;object-position:left center}.shell-surface{min-width:0;min-height:100vh;background:#ffffff}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:#f8faff;border-color:var(--border)}.nav button{color:#344054}.nav button:hover{background:#eef4ff;color:var(--teal-dark)}.nav button.active{background:#eaf1ff;color:#2258bd}.sidebar-account{position:relative;margin-top:auto}.account-trigger{width:100%;min-width:0;padding:10px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--ink);display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;text-align:left}.account-trigger:hover,.account-trigger[aria-expanded=true]{border-color:#d6e2f7;background:#ffffff}.account-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#eaf1ff;border:1px solid #cfdbef}.account-avatar-fallback{display:grid;place-items:center;color:#2456b5;font-size:12px;font-weight:850}.account-copy{min-width:0;display:grid;grid-gap:2px;gap:2px}.account-copy small,.account-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy strong{font-size:13px}.account-copy small{color:var(--muted);font-size:11px}.account-menu{position:absolute;left:0;right:0;bottom:calc(100% + 8px);padding:6px;border:1px solid var(--border);border-radius:10px;background:#ffffff;box-shadow:0 18px 44px rgba(31,52,94,.14);z-index:10}.account-menu button{width:100%;min-height:38px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:var(--ink);display:flex;align-items:center;gap:9px;text-align:left;font-weight:700}.account-menu button:hover{background:#f1f5fb}.account-menu .account-menu-danger{color:#a33c3c}.drawer-scrim,.mobile-menu-button{display:none}.main{background:#ffffff}.page-title h1{color:var(--ink);letter-spacing:-.035em}.button{background:#245dca;box-shadow:none}.button:hover{background:#1f52b5;box-shadow:0 8px 18px rgba(36,93,202,.16)}.button.secondary{background:#eaf1ff;color:#2456b5}.button.ghost{background:#ffffff;color:#344054}.button.danger{background:#fff0f0;color:#a33c3c}.compact-button{min-height:36px;padding-inline:11px;font-size:13px}.info-box{background:#eef5ff;color:#244e98;border-color:#cdddf7}.calendar-panel,.kanban-column,.panel,.tese-card{border-color:var(--border);box-shadow:var(--shadow)}.calendar-weekdays,.connection-row,.kanban-column-header,.stat,.tese-detail-header,.tese-open-button{background:#f8faff}.tese-open-button:hover{background:#f1f6ff}.tese-icon{background:#eaf1ff;color:#2456b5}.tese-card-actions{padding:0 14px 14px;border-top:0;background:#f8faff}.tese-expanded-content{background:#ffffff}.calendar-event.status-escrever_roteiro,.status-badge.status-escrever_roteiro,.status-escrever_roteiro .status-badge{background:#eaf1ff;color:#2456b5}.kanban-board{width:100%;max-width:100%;grid-template-columns:repeat(4,minmax(280px,1fr));gap:12px;padding:2px 2px 12px;overscroll-behavior-inline:contain;scrollbar-width:thin}.kanban-column{min-width:280px;background:#f6f8fc}.kanban-column.status-escrever_roteiro .kanban-status-dot{color:#2f6fde}.kanban-card{border-color:#dce3ef;box-shadow:0 6px 18px rgba(31,52,94,.06)}.kanban-card:hover{border-color:#bfcdea}.roteiros-view-tabs{background:#f6f8fc}.roteiros-view-tabs button.active{color:#2456b5;box-shadow:0 3px 12px rgba(31,52,94,.09)}.tese-folder-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.tese-folder-sidebar{position:-webkit-sticky;position:sticky;top:24px;max-height:calc(100vh - 48px);overflow-y:auto;padding:10px;border:1px solid var(--border);border-radius:10px;background:#f8faff;display:grid;grid-gap:8px;gap:8px}.tese-folder-item{min-width:0;min-height:64px;padding:10px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ink);display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;text-align:left}.tese-folder-item.active,.tese-folder-item:hover{border-color:#d6e2f7;background:#ffffff}.tese-folder-item.active{box-shadow:0 8px 22px rgba(31,52,94,.08)}.tese-folder-icon{width:38px;height:38px;border-radius:8px;background:#eaf1ff;color:#2456b5;display:grid;place-items:center}.tese-folder-copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.tese-folder-copy span,.tese-folder-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tese-folder-copy strong{color:var(--ink);font-size:13px;line-height:1.25}.tese-folder-copy span{color:var(--muted);font-size:11px;font-weight:750}.tese-folder-detail{min-width:0;min-height:460px;border:1px solid var(--border);border-radius:10px;background:#ffffff;box-shadow:var(--shadow);overflow:visible}.tese-folder-header{padding:20px;border-bottom:1px solid var(--border);border-radius:10px 10px 0 0;background:#f8faff;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.tese-folder-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}.tese-actions-menu-wrap{position:relative}.tese-actions-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:12;min-width:190px;padding:6px;border:1px solid var(--border);border-radius:10px;background:#ffffff;box-shadow:0 18px 44px rgba(31,52,94,.14)}.tese-actions-menu button{width:100%;min-height:38px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:var(--ink);display:flex;align-items:center;text-align:left;font-weight:700}.tese-actions-menu button:hover{background:#f1f5fb}.tese-actions-menu button:disabled{opacity:.45;cursor:not-allowed}.tese-actions-menu .danger{color:#a33c3c}.pillar-badge{width:-moz-fit-content;width:fit-content;margin:0 0 8px;padding:4px 8px;border-radius:999px;background:#eaf1ff;color:#2456b5;font-size:11px;font-weight:800}.tese-file-toolbar{padding:14px 20px 0;color:var(--muted);font-size:13px;font-weight:750}.tese-folder-detail>.script-grid{padding:16px 20px 20px}.tese-folder-detail>.tese-expanded-empty{margin:16px 20px 20px}.reel-inline-panel{padding:0;background:transparent}.reel-inline-panel>.attachment-section{width:100%;margin:0}.reels-picker.reel-inline-panel{min-height:0;padding:0}.settings-tabs button{display:flex;align-items:center;gap:9px;border-color:transparent;background:transparent}.settings-tabs button:hover{background:#f1f5fb}.settings-tabs button.active{background:#eaf1ff;color:#2456b5}.settings-section{min-width:0;background:#ffffff}.settings-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.settings-heading p,.settings-section>p{margin:0}.settings-message{margin-top:16px}.settings-loading{min-height:180px;display:grid;place-items:center;color:var(--muted)}.profile-form{display:grid;grid-template-columns:72px minmax(0,520px);grid-gap:20px;gap:20px;margin-top:24px}.admin-user-avatar,.profile-form-avatar{display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#34c9e9,#2f6fde 64%,#24347d);color:#ffffff;font-weight:850}.profile-form-avatar{width:72px;height:72px;font-size:19px}.profile-form-fields{display:grid;grid-gap:15px;gap:15px}.field-help{margin:-4px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.form-actions{display:flex;justify-content:flex-start}.connection-row{border-color:#dce3ef}.connection-title>div{display:grid;grid-gap:3px;gap:3px}.connection-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#ffffff;border:1px solid #dce3ef}.connection-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.settings-stats{margin-top:18px}.admin-user-list{display:grid;grid-gap:10px;gap:10px;margin-top:20px}.admin-user-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:13px;border:1px solid var(--border);border-radius:10px;background:#ffffff}.admin-user-avatar{width:42px;height:42px;font-size:12px}.admin-user-copy{min-width:0;display:grid;grid-gap:3px;gap:3px}.admin-user-copy>div{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.admin-user-copy>small,.admin-user-copy>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-copy>span{color:#475467;font-size:13px}.admin-user-copy>small{color:var(--muted);font-size:11px}.admin-badge,.blocked-badge{padding:3px 7px;border-radius:999px;font-size:10px;font-weight:800}.admin-badge{background:#eaf1ff;color:#2456b5}.blocked-badge{background:#fff0f0;color:#a33c3c}.admin-user-actions{display:flex;align-items:center;gap:7px}.danger-icon{color:#a33c3c;background:#fff7f7}@media (max-width:920px){.shell{display:block;position:relative;min-height:100vh;overflow:hidden;background:#f1f5fb}.sidebar{position:fixed;inset:0 auto 0 0;z-index:1;width:280px;height:100vh;padding:24px 20px;border-right:1px solid var(--border);border-bottom:0;overflow-y:auto}.shell-surface{position:relative;z-index:2;width:100%;min-height:100vh;transform:translate3d(var(--drawer-offset),0,0);transition:transform .22s cubic-bezier(.2,.8,.2,1);touch-action:pan-y;box-shadow:-12px 0 32px rgba(31,52,94,.12)}.drawer-dragging .shell-surface{transition:none}.mobile-menu-button{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px;background:#ffffff;color:var(--ink)}.drawer-scrim{position:fixed;inset:0;z-index:20;border:0;background:rgba(19,31,55,.18);opacity:0;pointer-events:none;transition:opacity .18s ease}.mobile-menu-open .drawer-scrim{display:block;opacity:1;pointer-events:auto}.topbar{flex-direction:row;align-items:center}.settings-grid{grid-template-columns:1fr}.settings-tabs{display:flex;overflow-x:auto;padding-bottom:4px}.settings-tabs button{flex:0 0 auto;min-width:120px}.connection-row,.settings-heading{align-items:stretch;flex-direction:column}.connection-actions{justify-content:flex-start}.tese-folder-layout{grid-template-columns:1fr}.tese-folder-sidebar{position:static;max-height:none;overflow-x:auto;overflow-y:hidden;display:flex;padding-bottom:12px}.tese-folder-item{min-width:220px}.tese-folder-header{flex-direction:column;align-items:stretch}.tese-folder-actions{justify-content:space-between}.tese-folder-actions .button{flex:1 1}.kanban-mobile-status{display:grid}.roteiro-modal-backdrop{inset:0;width:100vw;height:100dvh;padding:0;background:#ffffff;place-items:stretch;z-index:100}.roteiro-modal{width:100vw;min-width:100vw;height:100dvh;min-height:100dvh;max-height:100dvh;border-radius:0;box-shadow:none}.roteiro-modal .modal-header{padding-top:max(16px,env(safe-area-inset-top))}.roteiro-modal .modal-actions{padding-bottom:max(14px,env(safe-area-inset-bottom))}}@media (max-width:620px){.main{padding:18px 16px 28px}.page-title h1{font-size:28px}.profile-form{grid-template-columns:1fr}.profile-form-avatar{width:58px;height:58px}.admin-user-row{grid-template-columns:38px minmax(0,1fr)}.admin-user-avatar{width:38px;height:38px}.admin-user-actions{grid-column:1/-1;justify-content:flex-end}.tese-card-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto}.tese-card-actions .button{width:auto;min-width:0}.tese-card-actions .button:first-child{justify-content:flex-start}}