:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f6f8fb;font-synthesis:none;text-rendering:optimizeLegibility;--primary:#155fc5;--primary-dark:#0d4fae;--border:#e4e9f1;--muted:#6f7b8d;--surface:#fff;--danger:#c23b46}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f6f8fb;color:#172033}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.screen-center{min-height:100vh;display:grid;place-items:center}.muted{color:var(--muted)}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.app-shell.sidebar-collapsed{grid-template-columns:74px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;padding:18px 14px;z-index:5}.brand-row{height:54px;display:flex;align-items:center;gap:10px;padding:0 4px 14px;border-bottom:1px solid #eef1f5}.brand-row strong{display:block;font-size:17px}.brand-row span{display:block;color:var(--muted);font-size:12px;margin-top:1px}.sidebar-nav{display:flex;flex-direction:column;gap:5px;padding-top:18px}.sidebar-nav a{display:flex;align-items:center;gap:12px;min-height:44px;padding:0 12px;border-radius:10px;color:#4c586a;font-weight:600}.sidebar-nav a:hover{background:#f5f7fb}.sidebar-nav a.active{background:#eaf2ff;color:var(--primary)}.sidebar-user{margin-top:auto;padding:14px 4px 0;border-top:1px solid #eef1f5;display:flex;align-items:center;justify-content:space-between;gap:8px}.user-meta{min-width:0}.user-meta strong,.user-meta span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-meta strong{font-size:13px}.user-meta span{font-size:11px;color:var(--muted);margin-top:3px}.main-content{min-width:0}.page{padding:26px 28px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px}.page-header h1{font-size:28px;margin:4px 0}.page-header p{margin:0;color:var(--muted)}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-weight:800;font-size:11px}.icon-button{border:0;background:transparent;color:#5e6878;width:36px;height:36px;border-radius:9px;display:inline-grid;place-items:center}.icon-button:hover{background:#eff3f8}.button{border:1px solid var(--border);background:#fff;color:#334055;height:38px;border-radius:9px;padding:0 14px;font-weight:700;display:inline-flex;align-items:center;gap:7px;justify-content:center}.button:hover{background:#f8fafc}.button.primary{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 4px 12px #155fc529}.button.primary:hover{background:var(--primary-dark)}.button.ghost{background:transparent}.button.small{height:32px;padding:0 10px;font-size:12px}.button.danger{color:var(--danger);border-color:#f0c9ce}.button.full{width:100%;height:44px}.calendar-page{padding:0}.calendar-toolbar{height:78px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:8px}.toolbar-left h1{font-size:20px;margin:0 0 0 10px;min-width:230px}.search-box{width:260px;height:40px;border:1px solid var(--border);background:#f8fafc;border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 11px;color:#8190a4}.search-box input{border:0;outline:0;background:transparent;width:100%;color:#172033}.filter-row{min-height:54px;display:flex;align-items:center;gap:10px;padding:8px 24px;background:#fff;border-bottom:1px solid var(--border);color:#77849a}.filter-row select{height:34px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:0 10px;color:#445064}.view-switch{margin-left:auto;display:flex;border:1px solid var(--border);border-radius:9px;overflow:hidden;background:#fff}.view-switch button{border:0;background:#fff;height:34px;padding:0 13px;color:#667286;font-weight:700}.view-switch button+button{border-left:1px solid var(--border)}.view-switch button.active{background:#eaf2ff;color:var(--primary)}.calendar-card{margin:18px 24px 28px;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #1f2a3d0a}.fc{--fc-border-color:#e6ebf2;--fc-page-bg-color:#fff;--fc-neutral-bg-color:#f9fbfd;--fc-today-bg-color:#f0f6ff;font-size:13px}.fc .fc-scrollgrid{border:0}.fc .fc-col-header-cell{background:#fbfcfe;padding:9px 0;border-color:#e8edf4}.fc .fc-col-header-cell-cushion{color:#617087;font-size:12px;font-weight:800;text-transform:uppercase}.fc .fc-daygrid-day-number{padding:8px 10px;color:#4f5b6d;font-weight:700}.fc .fc-day-today .fc-daygrid-day-number{background:var(--primary);color:#fff;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;margin:5px}.fc .fc-event{border-radius:6px;border-width:0;padding:2px 5px;font-weight:700;box-shadow:none}.fc .fc-timegrid-event{border-radius:7px}.fc .fc-timegrid-now-indicator-line{border-color:#e33950;border-width:2px}.fc .fc-timegrid-now-indicator-arrow{border-color:#e33950}.event-cancelled{opacity:.5;text-decoration:line-through}.fc .fc-daygrid-more-link{color:var(--primary);font-weight:800}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a70;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:22px;z-index:50}.modal-card{width:min(760px,96vw);max-height:92vh;overflow:auto;background:#fff;border:1px solid rgba(255,255,255,.7);border-radius:16px;box-shadow:0 24px 70px #0f172a38;padding:22px}.modal-card.small-modal{width:min(480px,94vw)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.modal-header h2,.modal-card h2{margin:4px 0 0;font-size:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.span-2{grid-column:span 2}.stack-form{display:flex;flex-direction:column;gap:15px;margin-top:20px}label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:#526075}input,select,textarea{border:1px solid #dbe2eb;background:#fff;border-radius:9px;padding:10px 11px;color:#172033;outline:none}input:focus,select:focus,textarea:focus{border-color:#76a7e8;box-shadow:0 0 0 3px #155fc514}textarea{resize:vertical}.checkbox-row{flex-direction:row;align-items:center;gap:8px}.checkbox-row input{width:16px;height:16px}.modal-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:7px}.actions-right{display:flex;gap:8px;margin-left:auto}.form-error{background:#fff1f2;color:#ad2837;border:1px solid #fecdd3;border-radius:9px;padding:10px 12px;font-size:12px;font-weight:700}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 30% 20%,#edf5ff 0,transparent 35%),#f7f9fc}.auth-card{width:min(430px,96vw);background:#fff;border:1px solid var(--border);border-radius:18px;padding:30px;box-shadow:0 18px 55px #1f2a3d14}.auth-brand{display:flex;gap:14px;align-items:center;margin-bottom:24px}.brand-mark{width:46px;height:46px;border-radius:13px;background:linear-gradient(145deg,#1d6fd8,#0e4ea7);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:900}.auth-brand h1,.auth-card h1{margin:0;font-size:23px}.auth-brand p{margin:4px 0 0;color:var(--muted);font-size:13px}.table-card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #1f2a3d09}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid #edf1f5;font-size:13px}th{font-size:11px;color:#7a8799;text-transform:uppercase;letter-spacing:.06em;background:#fbfcfe}tr:last-child td{border-bottom:0}.table-actions{display:flex;justify-content:flex-end;gap:6px}.status-pill{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800}.status-pill.ok{background:#eaf8f0;color:#177448}.status-pill.off{background:#f1f3f6;color:#6b7280}.audit-action{font-weight:800;color:#2e5d9d}.audit-modal{width:min(900px,96vw)}.audit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.audit-grid h3{font-size:13px;margin:0 0 6px}.audit-grid pre{min-height:220px;max-height:380px;overflow:auto;background:#0f172a;color:#dbeafe;border-radius:10px;padding:14px;font-size:11px;white-space:pre-wrap;word-break:break-word}@media(max-width:1000px){.app-shell{grid-template-columns:74px 1fr}.sidebar .brand-row>div,.sidebar-nav span,.user-meta{display:none}.toolbar-right .search-box{width:190px}.calendar-toolbar{align-items:flex-start;height:auto;padding:14px;flex-direction:column}.toolbar-left h1{min-width:0}.filter-row{flex-wrap:wrap}.view-switch{margin-left:0}.calendar-card{margin:12px}.page{padding:20px}.form-grid,.audit-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}}@media(max-width:720px){.app-shell{display:block}.sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;height:64px;flex-direction:row;padding:8px 10px;border-right:0;border-top:1px solid var(--border);z-index:20}.brand-row,.sidebar-user{display:none}.sidebar-nav{padding:0;flex-direction:row;justify-content:space-around;width:100%}.sidebar-nav a{min-height:46px;justify-content:center}.main-content{padding-bottom:70px}.toolbar-right{width:100%}.search-box{flex:1!important}.calendar-card{overflow:auto}.page-header{flex-direction:column}.table-card{overflow:auto}}.mobile-agenda-page{padding:0 0 110px;background:#f4f5f7;min-height:100vh}.mobile-calendar-shell{background:#f7f7f8;padding:14px 14px 18px;border-bottom:1px solid #e8ebf0}.mobile-calendar-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mobile-month-headline{font-size:31px;font-weight:900;letter-spacing:.03em;color:#202531}.mobile-month-navigation{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.mobile-month-navigation strong{display:block;text-transform:capitalize;font-size:18px;color:#151b28}.mobile-month-navigation span{display:block;margin-top:2px;font-size:12px;color:#7c8799}.mobile-filters-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:12px;margin-bottom:14px;box-shadow:0 8px 24px #1521380d}.mobile-search-box{width:100%;margin-bottom:10px}.mobile-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:8px}.mobile-weekdays span{text-align:center;font-size:11px;font-weight:800;color:#6a7587;letter-spacing:.05em}.mobile-month-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.mobile-day-cell{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;padding:7px 0 6px;border-radius:16px;min-height:52px;color:#243041}.mobile-day-cell.outside{opacity:.38}.mobile-day-cell.active{background:#fff;box-shadow:0 10px 26px #10182814}.mobile-day-cell.today:not(.active) .day-number{background:#e8f1ff;color:var(--primary)}.mobile-day-cell.active .day-number{background:#2196f3;color:#fff}.mobile-day-cell .day-number{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:800}.dots-row{display:flex;align-items:center;justify-content:center;gap:3px;min-height:7px}.dots-row i{display:block;width:5px;height:5px;border-radius:999px}.mobile-day-list-section{padding:18px 16px 20px}.mobile-day-list-header{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:14px}.mobile-day-list-header strong{font-size:14px;text-transform:uppercase;letter-spacing:.06em;color:#4b5565}.mobile-day-list-header span{font-size:12px;color:#8892a3}.mobile-events-list{display:flex;flex-direction:column;gap:10px}.mobile-event-card{position:relative;border:0;background:#fff;border-radius:18px;padding:14px 14px 14px 18px;display:flex;gap:12px;align-items:flex-start;text-align:left;box-shadow:0 10px 26px #1018280f}.mobile-event-card.cancelled{opacity:.58}.event-accent{width:8px;border-radius:999px;align-self:stretch}.event-main-content{min-width:0;flex:1;display:flex;flex-direction:column;gap:6px}.event-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.event-card-top strong{font-size:17px;line-height:1.2;color:#1c2432}.event-card-top small{font-size:12px;font-weight:700;color:#8a93a3;white-space:nowrap;padding-top:2px}.event-card-bottom{display:flex;flex-direction:column;gap:5px;color:#6e7888;font-size:12px}.event-place{display:inline-flex;align-items:center;gap:4px}.mobile-empty-state{background:#fff;border:1px dashed #d8dee8;border-radius:18px;padding:26px 18px;text-align:center;color:#6c7787;display:flex;flex-direction:column;align-items:center;gap:12px}.mobile-empty-state.compact{padding:22px 16px}.mobile-create-pill{position:fixed;left:16px;right:16px;bottom:82px;height:56px;border-radius:999px;border:1px solid rgba(15,23,42,.06);background:#fff;color:#9aa3b2;display:flex;align-items:center;justify-content:center;gap:10px;font-size:18px;font-weight:600;box-shadow:0 14px 34px #0f172a1f;z-index:19}.mobile-create-pill svg{color:var(--primary)}.details-backdrop{align-items:end}.event-details-sheet{width:min(720px,100%);background:#fff;border-radius:26px 26px 0 0;padding:10px 18px 22px;box-shadow:0 -18px 52px #0f172a2e}.details-handle{width:54px;height:5px;border-radius:999px;background:#d7dde7;margin:2px auto 16px}.details-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.details-title-block h3{margin:8px 0 0;font-size:24px;line-height:1.15;color:#162031}.details-badges-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.category-chip,.status-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.category-dot{width:8px;height:8px;border-radius:999px}.status-chip.confirmado{background:#e9f8ef;color:#147a47}.status-chip.pendente{background:#fff6df;color:#a06a00}.status-chip.cancelado{background:#fff1f2;color:#b42338}.details-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.detail-item{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:18px;background:#f7f9fc}.detail-item-text span{white-space:pre-wrap}.detail-icon{width:34px;height:34px;border-radius:11px;background:#eaf2ff;color:var(--primary);display:grid;place-items:center;flex-shrink:0}.detail-item strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#77839a;margin-bottom:4px}.detail-item span{display:block;font-size:14px;color:#152033;line-height:1.45}.details-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid #edf1f5}.details-meta span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#8590a1}.details-meta strong{display:block;margin-top:4px;font-size:14px;color:#152033}.details-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.fullscreen-modal{width:100vw;height:100vh;background:#f7f8fb;padding:0;display:flex;flex-direction:column}.fullscreen-modal-header{padding:18px 20px;border-bottom:1px solid #e9edf4;background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.fullscreen-modal-header h2{margin:4px 0 0;font-size:24px;color:#172033}.fullscreen-modal-body{padding:18px;overflow:auto;display:flex;flex-direction:column;gap:16px}.form-section{background:#fff;border:1px solid #e8edf4;border-radius:20px;padding:16px;box-shadow:0 8px 24px #1f2a3d08}.hero-form-section{padding:18px}.title-input-wrap input{font-size:20px;font-weight:800;padding:16px 14px;border-radius:14px}.title-input-wrap span,.form-section label>span{display:block;font-size:12px;font-weight:800;color:#68758a;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.section-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.section-heading{display:flex;align-items:center;gap:8px;font-size:14px;color:#1b2638;margin-bottom:2px}.checkbox-pill{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px}.checkbox-pill input{width:17px;height:17px}.full-width-error{margin:0 18px}.fullscreen-actions{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px 22px;background:linear-gradient(180deg,#f7f8fb00,#f7f8fb 20%,#f7f8fb)}.left-actions,.actions-right{display:flex;align-items:center;gap:8px}.desktop-toolbar .button.primary,.desktop-toolbar .search-box{height:42px}@media(max-width:768px){.main-content{padding-bottom:82px}.page.calendar-page{padding:0}.details-section-grid,.details-meta,.section-grid-2,.mobile-filter-grid{grid-template-columns:1fr}.span-2-mobile{grid-column:span 1}.details-actions{flex-direction:column-reverse;align-items:stretch}.details-actions .button{width:100%}.fullscreen-modal-header{padding:16px}.fullscreen-modal-body{padding:14px}.fullscreen-actions{padding:14px 0 6px;flex-direction:column-reverse;align-items:stretch}.left-actions,.actions-right{width:100%;display:grid;grid-template-columns:1fr}.left-actions .button,.actions-right .button{width:100%}.event-details-sheet{padding:10px 16px 20px}.mobile-create-pill{bottom:78px}.sidebar{height:72px;padding:10px 12px}.sidebar-nav a{border-radius:14px;flex-direction:column;gap:4px;font-size:10px;font-weight:800;min-height:52px}.sidebar-nav svg{width:18px;height:18px}}.files-page{min-height:100vh;background:#f6f8fb}.files-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.files-hero h1{margin:5px 0 6px;font-size:30px;line-height:1.05}.files-hero p{margin:0;color:#748095;max-width:680px}.files-upload-button{height:44px;border-radius:12px;padding:0 18px}.files-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.file-stat-card{border:1px solid #e5eaf2;background:#fff;border-radius:18px;padding:16px;display:flex;align-items:center;gap:12px;text-align:left;box-shadow:0 8px 25px #1a274009;transition:.18s ease}.file-stat-card:hover,.file-stat-card.active{transform:translateY(-1px);border-color:#cfdcf0;box-shadow:0 13px 30px #1a274011}.file-stat-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center}.file-stat-icon.image{background:#ecfdf3;color:#168653}.file-stat-icon.audio{background:#eef3ff;color:#4f67d7}.file-stat-icon.document{background:#fff5e9;color:#c16d13}.file-stat-card>span:nth-child(2){min-width:0}.file-stat-card strong{display:block;font-size:20px;color:#172033}.file-stat-card small{display:block;color:#778398;margin-top:2px;font-size:12px}.file-stat-card em{margin-left:auto;color:#98a2b3;font-size:11px;font-style:normal;font-weight:700}.files-toolbar-card{background:#fff;border:1px solid #e5eaf2;border-radius:16px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.files-tabs{display:flex;align-items:center;gap:4px;overflow:auto}.files-tabs button{border:0;background:transparent;color:#69758a;height:38px;padding:0 14px;border-radius:10px;font-size:13px;font-weight:800;white-space:nowrap}.files-tabs button.active{background:#eaf2ff;color:var(--primary)}.files-search-box{width:min(330px,36vw)}.files-error{margin-bottom:16px}.files-grid,.files-loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}.file-library-card{background:#fff;border:1px solid #e6ebf2;border-radius:20px;overflow:hidden;box-shadow:0 9px 27px #1622360b;transition:.18s ease;cursor:pointer;min-width:0}.file-library-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px #16223617;border-color:#d6dfeb}.file-card-preview{height:168px;background:#f2f5f9;position:relative;overflow:hidden}.file-preview-image.card{width:100%;height:100%;object-fit:cover;display:block}.file-preview-image.detail{max-width:100%;max-height:52vh;object-fit:contain;display:block;margin:auto;border-radius:18px}.file-preview-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.file-preview-fallback.image{background:linear-gradient(145deg,#eef4ff,#f7faff);color:#7e94b5}.file-preview-fallback.audio{background:linear-gradient(145deg,#eef2ff,#f6f2ff);color:#5063ce;flex-direction:column;gap:18px}.file-preview-fallback.document{background:linear-gradient(145deg,#fff8ed,#fffdf9);color:#bd741e;flex-direction:column;gap:10px}.file-preview-fallback.document strong{font-size:13px;letter-spacing:.08em}.fake-wave{display:flex;align-items:center;justify-content:center;gap:4px;height:42px;opacity:.55}.fake-wave i{width:4px;border-radius:999px;background:currentColor}.file-type-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.file-type-badge.image{background:#e8f8ef;color:#167949}.file-type-badge.audio{background:#edf0ff;color:#5163cf}.file-type-badge.document{background:#fff3e3;color:#ad6919}.file-type-badge.overlay{position:absolute;left:12px;top:12px;box-shadow:0 4px 12px #0f172a0f}.file-card-content{padding:14px;position:relative}.file-card-content h3{font-size:15px;margin:0 64px 7px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1c2636}.file-card-meta{display:flex;align-items:center;gap:6px;color:#8a95a5;font-size:11px}.file-card-meta i{width:3px;height:3px;border-radius:50%;background:#b9c0cb}.file-card-content p{margin:8px 0 0;color:#6e7a8e;font-size:12px}.file-card-actions{position:absolute;right:10px;top:10px;display:flex;gap:5px}.icon-action{width:30px;height:30px;border-radius:9px;border:0;background:#f5f7fa;color:#697589;display:grid;place-items:center}.icon-action:hover{background:#eaf2ff;color:var(--primary)}.icon-action.delete:hover{background:#fff0f1;color:#c23b46}.files-empty-state{min-height:330px;border:1px dashed #d5dce7;background:#fff;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.files-empty-state>span{width:56px;height:56px;border-radius:17px;display:grid;place-items:center;background:#eaf2ff;color:var(--primary)}.files-empty-state h3{margin:14px 0 5px;font-size:19px}.files-empty-state p{margin:0 0 16px;color:#7e899b;max-width:420px}.file-card-skeleton{height:260px;border-radius:20px;background:linear-gradient(90deg,#eef1f5 25%,#f6f7f9 37%,#eef1f5 63%);background-size:400% 100%;animation:file-shimmer 1.25s infinite}@keyframes file-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.mobile-files-upload-fab{display:none}.upload-modal-backdrop{padding:22px}.upload-modal-card{width:min(720px,96vw);max-height:92vh;background:#f7f8fb;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 28px 80px #0f172a3b}.upload-modal-header p{margin:5px 0 0;color:#7d8797;font-size:13px}.upload-modal-body{padding:18px;overflow:auto}.upload-dropzone{width:100%;border:1.5px dashed #cfd9e8;background:linear-gradient(180deg,#fff,#fbfcff);border-radius:20px;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#738098;transition:.18s ease}.upload-dropzone:hover,.upload-dropzone.dragging{border-color:#7da7df;background:#f1f6ff;transform:translateY(-1px)}.upload-cloud{width:54px;height:54px;border-radius:17px;background:#eaf2ff;color:var(--primary);display:grid;place-items:center;margin-bottom:12px}.upload-dropzone strong{font-size:17px;color:#1d2939}.upload-dropzone>span:not(.upload-cloud){font-size:13px;margin-top:5px}.upload-dropzone small{font-size:11px;margin-top:12px;color:#98a2b3}.upload-selected-list{margin-top:16px;background:#fff;border:1px solid #e6ebf2;border-radius:18px;padding:12px}.upload-selected-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:3px 3px 10px}.upload-selected-heading strong{font-size:13px}.upload-selected-heading span{font-size:11px;color:#8994a6}.upload-selected-item{display:grid;grid-template-columns:38px 1fr 36px;align-items:center;gap:10px;padding:10px 4px;border-top:1px solid #eef1f5}.selected-file-icon{width:36px;height:36px;border-radius:11px;background:#f1f5fb;color:var(--primary);display:grid;place-items:center}.upload-selected-item>div{min-width:0}.upload-selected-item strong,.upload-selected-item span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-selected-item strong{font-size:12px;color:#283447}.upload-selected-item span{font-size:11px;color:#8a95a6;margin-top:3px}.upload-description-field{margin-top:16px}.upload-description-field>span{margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em;font-size:11px}.upload-progress-box{margin-top:14px;background:#fff;border:1px solid #e6ebf2;border-radius:14px;padding:12px}.upload-progress-box>div:first-child{display:flex;justify-content:space-between;font-size:12px}.upload-progress-box span{color:#70809a}.upload-progress-track{height:7px;background:#e8edf4;border-radius:999px;margin-top:9px;overflow:hidden}.upload-progress-track i{display:block;height:100%;background:var(--primary);border-radius:999px;transition:width .2s}.upload-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:14px 18px 18px;background:#f7f8fb;border-top:1px solid #edf0f4}.file-details-backdrop{align-items:end}.file-details-modal{width:min(760px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:28px 28px 0 0;padding:10px 18px 22px;box-shadow:0 -20px 60px #0f172a2e}.file-details-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.file-details-header h2{margin:8px 0 0;max-width:610px;font-size:23px;line-height:1.2;word-break:break-word}.file-details-preview{min-height:220px;max-height:55vh;background:#f6f8fb;border:1px solid #e9edf3;border-radius:22px;margin-top:16px;display:grid;place-items:center;overflow:hidden}.file-preview-fallback.detail{min-height:260px}.audio-detail-preview{width:100%;min-height:280px;padding:28px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;background:linear-gradient(145deg,#eff3ff,#fbf7ff)}.audio-art{width:96px;height:96px;border-radius:30px;background:#fff;color:#5366d3;display:grid;place-items:center;box-shadow:0 15px 34px #4352a524}.audio-detail-preview audio{width:min(520px,100%)}.file-description-box{margin-top:14px;background:#f8fafc;border:1px solid #edf1f5;border-radius:16px;padding:14px;color:#4b586d;font-size:13px;line-height:1.5;white-space:pre-wrap}.file-details-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.file-details-meta-grid>div{display:flex;align-items:center;gap:11px;background:#f8fafc;border-radius:15px;padding:12px;color:#6a7890;min-width:0}.file-details-meta-grid>div>span:last-child{min-width:0}.file-details-meta-grid small,.file-details-meta-grid strong{display:block}.file-details-meta-grid small{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#8a95a5}.file-details-meta-grid strong{font-size:12px;color:#29364a;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.extension-square{width:28px;height:28px;border-radius:8px;background:#fff3e3;color:#ad6919;display:grid!important;place-items:center;font-size:9px!important;font-weight:900;flex:0 0 auto}.file-details-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}@media(max-width:900px){.files-stats-grid{grid-template-columns:1fr}.files-toolbar-card{align-items:stretch;flex-direction:column}.files-search-box{width:100%}.files-grid,.files-loading-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media(max-width:720px){.files-page{padding:18px 14px 112px}.files-hero{align-items:flex-start;margin-bottom:18px}.files-hero h1{font-size:26px}.files-hero p{font-size:13px}.files-upload-button{display:none}.files-stats-grid{grid-template-columns:repeat(3,1fr);gap:8px;overflow:auto}.file-stat-card{min-width:0;padding:11px 9px;border-radius:16px;display:block;text-align:center}.file-stat-icon{width:36px;height:36px;border-radius:12px;margin:0 auto 7px}.file-stat-card strong{font-size:17px}.file-stat-card small{font-size:10px}.file-stat-card em{display:block;margin:5px 0 0;font-size:9px}.files-toolbar-card{background:transparent;border:0;padding:0;border-radius:0;gap:10px}.files-tabs{background:#fff;border:1px solid #e5eaf2;padding:5px;border-radius:14px}.files-tabs button{flex:1;padding:0 10px;font-size:11px}.files-search-box{background:#fff;height:44px;border-radius:14px}.files-grid,.files-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.file-library-card{border-radius:17px}.file-card-preview{height:132px}.file-card-content{padding:11px}.file-card-content h3{font-size:12px;margin-right:0;padding-right:0;margin-bottom:6px}.file-card-actions{position:static;margin-top:10px}.file-card-actions .icon-action{flex:1;width:auto}.file-card-content p{font-size:10px}.file-card-meta{font-size:9px}.mobile-files-upload-fab{position:fixed;right:16px;bottom:88px;height:52px;padding:0 19px;border:0;border-radius:999px;background:var(--primary);color:#fff;display:flex;align-items:center;gap:8px;font-weight:800;box-shadow:0 14px 30px #155fc547;z-index:19}.upload-modal-backdrop{padding:0}.upload-modal-card{width:100vw;height:100vh;max-height:none;border-radius:0}.upload-modal-body{padding:14px}.upload-dropzone{min-height:190px}.upload-modal-actions{display:grid;grid-template-columns:1fr 1.4fr;padding:12px 14px 18px}.file-details-modal{padding:10px 14px 18px}.file-details-meta-grid{grid-template-columns:1fr}.file-details-actions{flex-direction:column-reverse;align-items:stretch}.file-details-actions .button{width:100%}.file-details-preview{min-height:190px}.audio-detail-preview{min-height:230px;padding:20px}.audio-art{width:80px;height:80px;border-radius:24px}}@media(max-width:410px){.files-grid,.files-loading-grid{grid-template-columns:1fr 1fr}.file-card-preview{height:118px}.files-stats-grid{gap:6px}.file-stat-card{padding:10px 6px}.files-tabs button{padding:0 8px}}.spin{animation:app-spin .9s linear infinite}@keyframes app-spin{to{transform:rotate(360deg)}}.app-toast{position:fixed;right:22px;top:18px;z-index:100;max-width:min(420px,calc(100vw - 32px));padding:12px 15px;border-radius:13px;background:#163d2c;color:#fff;font-size:13px;font-weight:800;box-shadow:0 16px 36px #0f172a2e}.app-toast.error{background:#9f2733}.production-page{min-height:100vh;background:#f5f7fa;padding:24px}.production-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.production-hero h1{font-size:30px;margin:4px 0 5px}.production-hero p{margin:0;color:#778397;font-size:14px}.production-new-button{height:42px;border-radius:11px;padding:0 17px}.production-control-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.production-mode-switch{display:inline-flex;padding:4px;border:1px solid #e0e6ee;border-radius:13px;background:#fff}.production-mode-switch button{height:34px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:#6e7a8d;font-size:12px;font-weight:800;display:flex;align-items:center;gap:7px}.production-mode-switch button span{min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#eef1f5;display:inline-grid;place-items:center;font-size:10px}.production-mode-switch button.active{background:#eaf2ff;color:var(--primary)}.production-mode-switch button.active span{background:#fff;color:var(--primary)}.production-mode-switch button.active.posted{background:#e8f7ee;color:#147848}.production-mode-switch button.active.posted span{color:#147848}.production-search{width:min(390px,42vw);height:42px;border:1px solid #e0e6ee;border-radius:12px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 12px;color:#8692a4}.production-search input{padding:0;border:0;box-shadow:none!important;background:transparent;width:100%;height:100%}.production-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}.production-column{min-width:0;background:#eef1f5;border:1px solid #e1e6ed;border-radius:18px;min-height:620px;padding:10px;transition:.16s ease}.production-column.drag-over{border-color:#83aee7;background:#edf5ff;box-shadow:0 0 0 3px #155fc514}.production-column-header{height:58px;padding:4px 5px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.production-column-title{display:flex;align-items:center;gap:10px;min-width:0}.production-column-title>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#fff;color:#758299;border:1px solid #e2e7ee}.production-column-title strong,.production-column-title small{display:block}.production-column-title strong{font-size:13px;color:#283548}.production-column-title small{font-size:10px;color:#8d97a7;margin-top:2px}.status-em_andamento .production-column-title>span{background:#fff6df;color:#a87300}.status-concluido .production-column-title>span{background:#e9f8ef;color:#157b49}.column-count{min-width:28px;height:28px;border-radius:9px;background:#fff;border:1px solid #e1e6ee;color:#657287;font-size:11px;font-weight:900;display:grid;place-items:center}.production-column-list{display:flex;flex-direction:column;gap:10px}.production-column-empty{min-height:120px;border:1px dashed #cfd6e1;border-radius:14px;display:grid;place-items:center;padding:18px;text-align:center;color:#9aa4b3;font-size:12px;background:#ffffff73}.production-card{overflow:hidden;background:#fff;border:1px solid #e1e6ed;border-radius:16px;box-shadow:0 5px 16px #17233a09;transition:.16s ease}.production-card[draggable=true]{cursor:grab}.production-card[draggable=true]:active{cursor:grabbing}.production-card:hover{transform:translateY(-1px);border-color:#d6dce5;box-shadow:0 10px 24px #17233a12}.production-card.urgent{border-color:#f1d1c9}.production-card-preview{width:100%;height:170px;border:0;padding:0;background:#eef2f6;display:block;position:relative;overflow:hidden}.production-media-image{width:100%;height:100%;display:block;object-fit:cover}.production-media-fallback{width:100%;height:100%;min-height:110px;background:#f1f4f8;color:#8793a5;display:flex;align-items:center;justify-content:center;gap:6px}.production-media-fallback.pdf{flex-direction:column;background:#fff5eb;color:#b36b1c}.production-media-fallback.pdf strong{font-size:11px;letter-spacing:.08em}.final-ready-badge{position:absolute;left:10px;bottom:10px;min-height:27px;padding:0 9px;border-radius:999px;background:#147546ed;color:#fff;display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:900;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.production-card-body{padding:13px}.production-card-kickers{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:8px}.priority-pill,.source-pill{min-height:25px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:850}.priority-pill.urgent{background:#fff0eb;color:#c24d35}.source-pill{max-width:180px;background:#f1f5fa;color:#5a6980}.source-pill:hover{background:#e8f1ff;color:var(--primary)}.production-card-title{width:100%;border:0;background:transparent;padding:0;text-align:left;color:#1c2738;font-size:15px;font-weight:850;line-height:1.3}.production-card-brief{font-size:12px;line-height:1.48;color:#6d788a;margin:7px 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap}.production-text-placeholder{width:100%;min-height:68px;margin-top:10px;border:1px solid #ebeff4;border-radius:12px;background:#f8fafc;color:#7e8b9f;display:flex;align-items:center;gap:9px;padding:12px;text-align:left;font-size:11px;font-weight:750}.production-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:13px;padding-top:11px;border-top:1px solid #eff2f5}.production-author{display:flex;align-items:center;gap:8px;min-width:0}.avatar-mini{width:29px;height:29px;border-radius:10px;background:#eaf2ff;color:var(--primary);display:grid;place-items:center;font-size:9px;font-weight:900;flex:0 0 auto}.production-author>span:last-child{min-width:0}.production-author strong,.production-author small{display:block}.production-author strong{max-width:150px;font-size:10px;color:#48566a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.production-author small{font-size:9px;color:#9aa3b1;margin-top:2px}.production-card-actions-mobile,.production-mobile-tabs,.production-mobile-fab{display:none}.production-loading{min-height:420px;display:flex;align-items:center;justify-content:center;gap:9px;color:#7f8a9b;font-size:13px}.posted-production-section{background:#fff;border:1px solid #e3e8ef;border-radius:18px;padding:16px}.posted-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:15px}.posted-section-heading>div{display:flex;align-items:center;gap:8px;color:#147848}.posted-section-heading span{font-size:11px;color:#8b96a6}.posted-production-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.posted-production-grid .production-card{border-color:#d8ede0;background:#fbfffc}.production-empty-wide{min-height:320px;border:1px dashed #cfe1d6;border-radius:16px;background:#f9fdfa;color:#71847a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;padding:24px}.production-empty-wide svg{color:#268458}.production-empty-wide strong{color:#33483d}.production-empty-wide span{font-size:12px}.production-modal-backdrop{padding:20px}.production-compose-modal,.finalize-production-modal{width:min(680px,96vw);max-height:92vh;overflow:hidden;background:#f7f8fb;border-radius:24px;box-shadow:0 28px 80px #0f172a38;display:flex;flex-direction:column}.production-compose-header,.finalize-production-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px;background:#fff;border-bottom:1px solid #e9edf3}.production-compose-header h2,.finalize-production-modal>header h2{font-size:23px;margin:4px 0}.production-compose-header p,.finalize-production-modal>header p{margin:0;color:#7b8799;font-size:12px}.production-compose-body,.finalize-body{padding:17px;overflow:auto;display:flex;flex-direction:column;gap:14px}.production-compose-body label>span,.finalize-body label>span{font-size:11px;text-transform:uppercase;letter-spacing:.05em}.production-title-field input{font-size:18px;font-weight:800;padding:13px}.production-title-field span em,.finalize-body label span em{font-style:normal;font-weight:600;color:#a1a9b6;text-transform:none;letter-spacing:0}.field-with-icon{display:flex!important;align-items:center;gap:6px}.production-priority-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.production-priority-row>span{font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:800;color:#526075}.production-priority-switch{display:flex;padding:3px;border:1px solid #e0e5ec;background:#fff;border-radius:10px}.production-priority-switch button{height:30px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#788497;font-size:11px;font-weight:800}.production-priority-switch button.active{background:#eaf2ff;color:var(--primary)}.production-priority-switch button.active.urgent{background:#fff0eb;color:#c24d35}.production-reference-drop{width:100%;min-height:102px;border:1.5px dashed #cfd8e4;border-radius:16px;background:#fff;display:flex;align-items:center;gap:12px;padding:12px;text-align:left;color:#738096;position:relative;overflow:hidden}.production-reference-drop.dragging{border-color:#7ca8e2;background:#f1f6ff}.production-reference-drop.has-file{border-style:solid}.production-reference-drop>img{width:80px;height:72px;object-fit:cover;border-radius:11px}.reference-drop-icon{width:48px;height:48px;border-radius:14px;background:#eaf2ff;color:var(--primary);display:grid;place-items:center;flex:0 0 auto}.reference-drop-copy{display:block;min-width:0}.reference-drop-copy strong,.reference-drop-copy small{display:block}.reference-drop-copy strong{font-size:12px;color:#344156;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reference-drop-copy small{font-size:10px;color:#929cac;margin-top:4px}.reference-file-remove{margin-left:auto;width:32px;height:32px;border-radius:10px;background:#fff1f2;color:#bc3642;display:grid;place-items:center;flex:0 0 auto}.production-upload-progress{height:24px;border-radius:10px;background:#e8edf4;position:relative;overflow:hidden}.production-upload-progress i{position:absolute;inset:0 auto 0 0;background:#80aae1}.production-upload-progress span{position:relative;z-index:1;height:100%;display:grid;place-items:center;font-size:10px;font-weight:900;color:#334155}.production-compose-actions,.finalize-production-modal>footer{display:flex;justify-content:flex-end;gap:9px;padding:13px 17px 17px;border-top:1px solid #e9edf3;background:#f7f8fb}.success-button{background:#16804b!important;border-color:#16804b!important;color:#fff!important}.success-button:hover{background:#106c3f!important}.finalize-body{gap:16px}.final-art-drop{width:100%;min-height:260px;border:1.5px dashed #cdd7e4;border-radius:19px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:18px;overflow:hidden;color:#748196}.final-art-drop.dragging{border-color:#65a783;background:#f3fbf6}.final-art-drop.has-file{border-style:solid}.final-art-drop img{width:100%;max-height:320px;object-fit:contain;border-radius:13px;margin-bottom:4px}.final-art-icon{width:62px;height:62px;border-radius:18px;background:#e9f8ef;color:#17804c;display:grid;place-items:center}.final-art-drop strong{font-size:13px;color:#324055}.final-art-drop small{font-size:10px}.production-details-backdrop{align-items:end}.production-details-sheet{width:min(760px,100%);max-height:94vh;overflow:auto;background:#fff;border-radius:28px 28px 0 0;padding:10px 18px 22px;box-shadow:0 -22px 64px #0f172a30}.production-details-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.production-details-header h2{font-size:23px;line-height:1.2;margin:8px 0 0}.production-detail-badges{display:flex;gap:7px;flex-wrap:wrap}.production-status-pill{min-height:26px;padding:0 9px;border-radius:999px;display:inline-flex;align-items:center;font-size:10px;font-weight:900}.production-status-pill.pendente{background:#f0f2f5;color:#667286}.production-status-pill.em_andamento{background:#fff5dc;color:#9b6900}.production-status-pill.concluido{background:#e8f7ee;color:#147848}.production-status-pill.postado{background:#dff5e8;color:#0d6d3e}.production-source-link{min-height:43px;margin-top:14px;padding:0 12px;border:1px solid #e4e9f0;border-radius:12px;background:#f8fafc;color:#52637c;display:flex;align-items:center;gap:8px;font-size:11px}.production-source-link span{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.production-brief-box{margin-top:12px;background:#f8fafc;border:1px solid #e9edf2;border-radius:14px;padding:13px;display:flex;align-items:flex-start;gap:9px;color:#637086}.production-brief-box svg{flex:0 0 auto;margin-top:2px}.production-brief-box p{margin:0;white-space:pre-wrap;color:#38465a;font-size:12px;line-height:1.55}.production-detail-section{margin-top:14px}.production-section-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px;color:#657187}.production-section-title span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:900}.production-section-title svg{color:#19804c}.production-detail-media{height:min(420px,46vh);border:1px solid #e7ecf2;border-radius:17px;overflow:hidden;background:#f3f5f8;display:grid;place-items:center}.production-detail-media .production-media-image{object-fit:contain;background:#f7f8fa}.final-section .production-detail-media{border-color:#dceee3;background:#f9fdfb}.designer-note{margin:8px 0 0;padding:10px 12px;border-radius:12px;background:#f4faf6;color:#476154;font-size:11px;display:flex;align-items:flex-start;gap:7px}.production-history-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.production-history-grid>div{min-width:0;display:flex;align-items:center;gap:9px;padding:11px;background:#f8fafc;border-radius:12px;color:#758297}.production-history-grid small,.production-history-grid strong{display:block}.production-history-grid small{font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:#9099a8}.production-history-grid strong{font-size:11px;color:#3a4759;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.production-detail-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px;padding-top:14px;border-top:1px solid #edf1f5}.production-detail-actions>div{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:1100px){.production-board{gap:10px}.production-page{padding:18px}.production-column{padding:8px}.production-card-preview{height:145px}.production-card-body{padding:11px}.production-card-title{font-size:13px}.production-column-title small{display:none}}@media(max-width:760px){.production-page{padding:16px 13px 112px}.production-hero{margin-bottom:14px}.production-hero h1{font-size:27px}.production-hero p{font-size:12px;max-width:270px}.production-new-button{display:none}.production-control-bar{display:block;margin-bottom:12px}.production-mode-switch{width:100%;display:grid;grid-template-columns:1fr 1fr}.production-mode-switch button{justify-content:center}.production-search{width:100%;height:43px;margin-top:9px}.production-mobile-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:0 0 12px;padding:5px;background:#e9edf2;border-radius:14px;position:sticky;top:0;z-index:4}.production-mobile-tabs button{height:38px;border:0;border-radius:10px;background:transparent;color:#727e90;font-size:10px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:5px}.production-mobile-tabs button span{min-width:19px;height:19px;border-radius:999px;background:#dce2e9;display:grid;place-items:center;font-size:9px}.production-mobile-tabs button.active{background:#fff;color:var(--primary);box-shadow:0 3px 10px #0f172a12}.production-mobile-tabs button.active span{background:#eaf2ff}.production-board{display:block}.production-column{display:none;min-height:0;border:0;background:transparent;padding:0}.production-column.mobile-active{display:block}.production-column-header{height:47px;padding:0 2px 9px}.production-column-title>span{width:31px;height:31px}.production-column-title small{display:block}.column-count{display:none}.production-column-list{gap:11px}.production-column-empty{min-height:190px;background:#fff}.production-card{border-radius:18px;box-shadow:0 8px 24px #1622370e;cursor:default!important}.production-card:hover{transform:none}.production-card-preview{height:190px}.production-card-body{padding:14px}.production-card-title{font-size:16px}.production-card-brief{font-size:12px;-webkit-line-clamp:4}.production-card-footer{margin-top:14px}.production-author strong{font-size:11px}.production-card-actions-mobile{display:flex;gap:7px;margin-top:12px;padding-top:10px;border-top:1px solid #edf1f5}.production-card-actions-mobile button{flex:1;min-height:38px;border:0;border-radius:11px;background:#eaf2ff;color:var(--primary);font-size:11px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:6px}.production-card-actions-mobile button.secondary{background:#f1f4f7;color:#526176}.production-card-actions-mobile button.posted{background:#e7f7ed;color:#147848}.production-mobile-fab{position:fixed;right:15px;bottom:86px;z-index:19;min-height:52px;padding:0 18px;border:0;border-radius:999px;background:var(--primary);color:#fff;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:900;box-shadow:0 14px 30px #155fc545}.posted-production-section{padding:0;background:transparent;border:0}.posted-section-heading{align-items:flex-start;flex-direction:column;gap:3px;padding:2px}.posted-production-grid{grid-template-columns:1fr;gap:11px}.posted-production-grid .production-card-preview{height:210px}.production-empty-wide{min-height:280px;background:#fff}.production-loading{min-height:330px}.app-toast{left:16px;right:16px;top:14px}.production-modal-backdrop{padding:0}.production-compose-modal,.finalize-production-modal{width:100vw;height:100vh;max-height:none;border-radius:0}.production-compose-header,.finalize-production-modal>header{padding:16px}.production-compose-body,.finalize-body{padding:14px}.production-compose-actions,.finalize-production-modal>footer{display:grid;grid-template-columns:1fr 1.35fr;padding:12px 14px 18px}.production-reference-drop{min-height:112px}.final-art-drop{min-height:290px}.production-details-sheet{padding:10px 14px 18px}.production-history-grid{grid-template-columns:1fr}.production-detail-actions{flex-direction:column-reverse;align-items:stretch}.production-detail-actions>div{display:grid;grid-template-columns:1fr;width:100%}.production-detail-actions>.button,.production-detail-actions>div .button{width:100%}.production-detail-media{height:auto;min-height:220px;max-height:none}.production-detail-media .production-media-image{max-height:55vh}.sidebar{height:72px;padding:8px}.sidebar-nav{gap:2px}.sidebar-nav a{padding:0 8px}}@media(max-width:390px){.production-page{padding-left:10px;padding-right:10px}.production-card-preview{height:170px}.production-mobile-tabs{gap:3px;padding:4px}.production-mobile-tabs button{font-size:9px}.production-mobile-fab{right:11px}.production-compose-actions,.finalize-production-modal>footer{grid-template-columns:1fr}}.assigned-pill{min-height:25px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:850;background:#fff5dc;color:#976800;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.production-card.concluido .production-card-actions-mobile{display:flex;gap:6px;margin-top:11px;padding-top:10px;border-top:1px solid #edf1f5}.production-card.concluido .production-card-actions-mobile button{flex:1;min-height:34px;border:0;border-radius:9px;background:#f1f4f7;color:#526176;font-size:10px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:5px}.production-card.concluido .production-card-actions-mobile button.posted{background:#e7f7ed;color:#147848}.main-content{display:flex;min-height:100vh;min-width:0;flex-direction:column}.main-page-content{min-width:0;flex:1}.team-header{position:sticky;top:0;z-index:25;height:68px;flex:0 0 68px;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 22px}.team-header-brand{display:flex;align-items:center;gap:11px;min-width:0}.team-header-mark{width:39px;height:39px;border-radius:12px;background:linear-gradient(145deg,#1d6fd8,#0d4fae);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:950;letter-spacing:.03em;box-shadow:0 7px 18px #155fc52e}.team-header-brand>div:last-child{min-width:0}.team-header-brand span{display:block;font-size:9px;line-height:1.1;font-weight:900;letter-spacing:.11em;color:#8a95a6}.team-header-brand strong{display:block;margin-top:3px;font-size:16px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#182235}.team-header-actions{display:flex;align-items:center;gap:12px}.team-header-user{text-align:right;min-width:0}.team-header-user strong,.team-header-user span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-header-user strong{max-width:190px;font-size:12px;color:#273347}.team-header-user span{max-width:190px;margin-top:2px;font-size:10px;color:#8792a3}.team-logout-button{height:38px;border:1px solid #e5e9ef;border-radius:11px;background:#fff;color:#4b586c;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:850;transition:.18s ease}.team-logout-button:hover{background:#fff3f4;border-color:#f0cdd1;color:#b33340}.team-logout-button:disabled{opacity:.55;cursor:not-allowed}.team-login-page{background:radial-gradient(circle at 20% 12%,#e8f2ff 0,transparent 34%),radial-gradient(circle at 88% 88%,#eef5ff 0,transparent 30%),#f5f7fb}.team-login-card{width:min(460px,96vw);padding:32px;border-radius:24px}.team-login-brand{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:26px}.team-login-mark{width:66px;height:66px;border-radius:20px;background:linear-gradient(145deg,#1d6fd8,#0d4fae);color:#fff;display:grid;place-items:center;font-size:19px;font-weight:950;letter-spacing:.04em;box-shadow:0 13px 30px #155fc533;margin-bottom:15px}.team-login-heading span{display:block;font-size:10px;letter-spacing:.14em;font-weight:900;color:#6f8fba}.team-login-heading h1{font-size:25px!important;letter-spacing:-.02em;color:#172033;margin:5px 0 0!important}.team-login-heading p{max-width:330px;margin:8px auto 0;color:#7b8799;font-size:12px;line-height:1.5}.team-login-form{margin-top:0;gap:16px}.team-login-form label{gap:8px}.login-input-wrap{height:48px;border:1px solid #dbe2eb;background:#f9fbfd;border-radius:13px;padding:0 13px;display:flex;align-items:center;gap:9px;color:#8793a5;transition:.18s ease}.login-input-wrap:focus-within{border-color:#76a7e8;box-shadow:0 0 0 3px #155fc514;background:#fff}.login-input-wrap input{height:100%;flex:1;min-width:0;border:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;font-size:14px}.team-login-button{height:48px!important;border-radius:13px!important;margin-top:2px}.team-login-setup{text-align:center}.team-login-setup p{font-size:13px;color:#6f7b8d;margin:0 0 15px}.team-login-footer{margin-top:22px;padding-top:17px;border-top:1px solid #edf1f5;text-align:center;font-size:10px;color:#9aa3b1;letter-spacing:.04em}@media(max-width:720px){.team-header{height:60px;flex-basis:60px;padding:0 12px;gap:8px}.team-header-mark{width:35px;height:35px;border-radius:11px;font-size:11px}.team-header-brand span{font-size:8px}.team-header-brand strong{font-size:13px;max-width:190px}.team-header-user{display:none}.team-logout-button{width:38px;height:38px;padding:0;border-radius:11px}.team-logout-button span{display:none}.production-mobile-tabs{top:60px}.team-login-page{padding:16px}.team-login-card{padding:25px 20px;border-radius:22px}.team-login-mark{width:60px;height:60px;border-radius:18px}.team-login-heading h1{font-size:22px!important}}@media(max-width:390px){.team-header-brand strong{max-width:160px;font-size:12px}.team-header-mark{width:33px;height:33px}.team-login-card{padding-left:17px;padding-right:17px}}
