@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#18202a;background:#f6f7f9;font-synthesis:none;font-size:13px;line-height:1.4}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;border:1px solid #dce3e9;background:#fff;color:#425466;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:500;transition:background .15s,border-color .15s}button:hover:not(:disabled){background:#f1f5fa;border-color:#b7c7d7}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #679bce;outline-offset:2px}h1,h2,h3,h4,p{margin-top:0}h1{font-size:24px;line-height:1.15;letter-spacing:-.02em;color:#27313b}h2{font-size:16px;line-height:1.3;color:#27313b}h3{font-size:13px;color:#27313b}h4{font-size:12px}p{line-height:1.55}.muted{color:#8a97a5}.app{min-height:100vh}.app>header{position:sticky;top:0;z-index:25;min-height:70px;display:flex;align-items:center;gap:14px;background:#fff;border-bottom:1px solid #e5e9ef;padding:12px clamp(14px,2.3vw,34px);box-shadow:0 2px 9px #263a5005}.brandmark{display:grid;place-items:center;width:46px;height:46px;flex-shrink:0;background:#697783;color:#fff;border-radius:11px;font-weight:700;letter-spacing:.05em}.brandmark.small{width:37px;height:37px}.brand{min-width:136px;display:flex;flex-direction:column;line-height:1.3}.brand b{font-size:14px}.brand small{font-size:11px;color:#8a98a7}.app nav{display:flex;align-items:center;gap:3px;flex:1;flex-wrap:wrap}.app nav button{border:0;background:transparent;padding:10px 13px;font-size:12px;color:#718091}.user{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#7a8794}.app main{max-width:1620px;margin:auto;padding:27px clamp(12px,2.4vw,38px) 80px}.pagehead{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:0 0 18px}.pagehead h1{margin:0 0 4px}.pagehead p{margin:0;color:#7e8b9b;font-size:12px}.row{display:flex;align-items:center;justify-content:space-between;gap:11px}.row.wrap{flex-wrap:wrap}.primary{background:#697783;border-color:#697783;color:#fff}.primary:hover:not(:disabled){background:#52616f;color:#fff}.secondary{background:#fff}.danger{color:#b34e50;border-color:#e8c7c7}.danger:hover:not(:disabled){background:#fff1f0}.card{background:#fff;border:1px solid #e8eaee;border-radius:12px;padding:18px;margin-bottom:17px;box-shadow:0 2px 7px #263a5005}.card>h2{margin-bottom:14px}.field{display:flex;flex-direction:column;gap:5px;margin:12px 0;color:#596b7d;font-weight:600;font-size:12px}.field input,.field select,.field textarea,textarea{width:100%;min-width:0;max-width:100%;border:1px solid #dae2e8;background:#fff;border-radius:8px;padding:10px 11px;color:#283b4d;font-weight:400}.field input[type=checkbox],.checkbox input{width:auto}.checkbox{display:flex;align-items:center;gap:9px;margin:12px 0;font-size:12px}.checkbox input{accent-color:#3d6e9c}.field select{min-height:37px}.field textarea{min-height:94px;resize:vertical}.overlay{position:fixed;inset:0;z-index:60;background:#25364a92;display:grid;place-items:center;padding:18px}.modal{background:#fff;width:min(560px,100%);max-height:min(94vh,900px);overflow:auto;border-radius:15px;padding:24px;box-shadow:0 20px 70px #12243544}.modal h2{margin:0}.modal>form{margin-top:14px}.modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:20px;flex-wrap:wrap}.alert{padding:12px 15px;background:#fff8de;border:1px solid #f2dfac;color:#8c651c;border-radius:9px;cursor:pointer}.error{color:#af4f4f}.center{min-height:85vh;display:grid;place-content:center;text-align:center}.login{width:min(400px,90vw);text-align:left;padding:27px}.login .brandmark{margin-bottom:19px}.login .primary{width:100%;margin-top:14px}.app main>section{margin:0 0 18px}.calendar{display:grid;grid-template-columns:repeat(7,minmax(155px,1fr));overflow-x:auto;border:1px solid #e7edf3;border-radius:10px;margin-top:16px;background:#fff}.day{min-width:155px;border-right:1px solid #e8edf3;min-height:220px;background:#fff}.day:last-child{border-right:0}.dayhead{display:flex;justify-content:space-between;align-items:center;background:#f7f9fc;padding:11px 9px;border-bottom:1px solid #e8edf3;min-height:43px}.dayhead b{font-size:12px;font-weight:700;color:#405368}.dayhead button{height:25px;width:25px;padding:0;font-size:17px;color:#6481a0;display:grid;place-items:center}.event{display:flex;flex-direction:column;gap:4px;width:calc(100% - 12px);margin:6px;text-align:left;border:1px solid;border-left-width:4px;padding:9px 8px;border-radius:7px;min-height:67px;font-size:11px;white-space:normal}.event b{font-size:11px}.event span{font-size:11px;color:#536a7f}.event.meeting{border-color:#dce7f6;border-left-color:#5c8dd5;background:#f5f9ff;color:#315e9c}.event.recording{border-color:#f1ddc6;border-left-color:#ed9e43;background:#fff9f1;color:#a46626}.calendar-legend{display:flex;align-items:center;gap:14px;margin:6px 0 0;color:#718295;font-size:11px}.calendar-legend span{display:inline-flex;align-items:center;gap:6px}.calendar-legend span:before{content:"";display:block;width:8px;height:8px;border-radius:50%}.legend-meeting:before{background:#5c8dd5}.legend-recording:before{background:#ed9e43}.next-week{padding:20px}.next-head{margin-bottom:14px}.next-head h2{margin:3px 0 2px;font-size:19px}.next-head p{margin:0;color:#8795a2;font-size:11px}.eyebrow{font-size:10px;letter-spacing:.09em;font-weight:800;color:#7c92a7}.next-total{border-radius:50px;background:#e9f2f9;color:#426b91;padding:7px 12px;font-size:11px;font-weight:800;white-space:nowrap}.overview-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:0 0 16px}.overview-card{display:flex;flex-direction:column;gap:2px;border:1px solid #e5ebf1;border-top:3px solid #80a8c7;border-radius:9px;padding:12px 13px;background:#f9fbfd}.overview-card>span{font-size:11px;font-weight:700;color:#596f85}.overview-card strong{font-size:25px;line-height:1.2;color:#2b4965}.overview-card small{font-size:10px;color:#8996a3}.week-table-scroll{overflow-x:auto;border:1px solid #e7edf3;border-radius:9px}.week-table{border-collapse:collapse;width:100%;min-width:700px;text-align:center}.week-table th,.week-table td{border-bottom:1px solid #eaf0f4;padding:10px 9px;font-size:11px}.week-table thead th{background:#f2f6fa;color:#62798c;font-size:11px}.week-table th:first-child{text-align:left;width:145px}.week-table tbody th{font-weight:700;color:#405d78}.week-table tr:last-child th,.week-table tr:last-child td{border-bottom:0}.week-table td:last-child{background:#f9fbfe;color:#315c83}.upcoming-detail{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:15px}.upcoming-detail>div{padding:11px 13px;border:1px solid #e9eef3;border-radius:8px}.upcoming-detail h3{margin:0 0 8px;font-size:12px}.upcoming-detail p{margin:5px 0;font-size:11px}.upcoming-detail p span{color:#8a97a6}.notes{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,190px));gap:16px}.postit{aspect-ratio:1;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:15px;background:#fff1af;color:#695b2d;border-radius:4px;box-shadow:3px 5px 11px #6654251c;overflow-wrap:anywhere}.postit p{overflow:auto;font-size:12px}.postit .row{gap:3px}.postit button{border:0;background:transparent;padding:5px;font-size:11px}.rrss-filter,.board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:13px;padding:9px 12px;background:#fff;border:1px solid #e8eaee;border-radius:10px;color:#858e98;font-size:12px}.rrss-filter label,.board-toolbar label{display:flex;align-items:center;gap:9px;color:#69727d;font-weight:500}.rrss-filter select,.board-toolbar select{min-width:175px;border:1px solid #dfe3e7;padding:8px 10px;border-radius:8px;background:#fff;color:#4e5864}.month-label{white-space:nowrap;min-width:74px;text-align:center;color:#424d59;font-size:12px;font-weight:600}.rrss-calendar-card{border:1px solid #e8eaee;border-radius:12px;overflow:hidden;background:#fff;margin:0 0 17px;box-shadow:0 1px 4px #1e263008}.rrss-brand{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;background:#fafbfc;border-bottom:1px solid #e8eaee}.rrss-brand-title{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;min-width:0}.rrss-brand-title h2{font-size:14px;margin:0;color:#27313b;font-weight:700}.rrss-brand-month{font-weight:400;font-size:12px;color:#9199a2;text-transform:capitalize}.rrss-brand-title>span{font-size:11px;color:#9299a2;font-weight:400}.rrss-brand-navigation{display:flex;align-items:center;gap:8px;flex-shrink:0}.rrss-brand-navigation button{height:25px;width:25px;padding:0;display:grid;place-items:center;font-size:16px;font-weight:400;border:1px solid #dfe3e7;background:#fff;color:#69727d}.rrss-brand-navigation>span{font-size:11px;font-weight:500;color:#69727d;white-space:nowrap;min-width:72px;text-align:center}.rrss-month-scroll{overflow-x:auto}.rrss-month-grid{display:grid;grid-template-columns:repeat(7,minmax(140px,1fr));min-width:980px;align-items:stretch}.rrss-weekday{text-align:center;background:#fafbfc;padding:8px 0;font-size:11px;font-weight:600;color:#707a86;border-right:1px solid #e8eaee}.rrss-date-cell{border-right:1px solid #e8eaee;border-top:1px solid #e8eaee;min-width:0;min-height:91px;display:flex;flex-direction:column;padding:5px 5px 8px;background:#fff;gap:5px;transition:background .15s}.rrss-date-cell.outside{background:#fafbfc;opacity:.48}.rrss-date-cell.drop-target{background:#eef4fa;box-shadow:inset 0 0 0 2px #a1b2c5}.rrss-day-top{display:flex;align-items:center;justify-content:space-between;min-height:22px;padding:0 2px;color:#7c8793;font-size:11px;font-weight:600}.rrss-day-top button{padding:0;height:21px;width:21px;display:grid;place-items:center;font-size:14px;color:#727f8c}.rrss-day-content{display:flex;flex-direction:column;align-items:stretch;gap:4px;flex:1;min-width:0}.rrss-chip{display:flex;flex-direction:column;align-items:stretch;text-align:left;gap:2px;padding:5px 6px;width:100%;min-width:0;height:auto;background:#fff;border:1px solid #dfe4e8;border-radius:7px;line-height:1.28;box-shadow:0 1px 2px #1e293b0a;overflow-wrap:anywhere}.rrss-chip:hover{background:#fafbfc}.rrss-chip strong{font-size:10px;color:#414b56;font-weight:700;letter-spacing:0}.rrss-chip span{font-size:10px;font-weight:400;color:#4f5862;line-height:1.28;overflow-wrap:anywhere}.rrss-chip small{font-size:9px;line-height:1.22;font-weight:500;overflow-wrap:anywhere}.rrss-chip small.sent{color:#c34c4c}.rrss-chip small.approval{color:#4d79bd}.rrss-chip small.corrections{color:#c57a26}.rrss-chip small.ready{color:#4e8b60}.rrss-chip small.neutral{color:#9aa1a9}.rrss-chip.is-published{background:#f0f7f0;border-color:#b9d7ad}.network-picker{display:flex;gap:6px;flex-wrap:wrap}.network-picker button{font-size:11px;padding:7px 10px}.network-picker .selected{background:#eef1f4;border-color:#bcc7d1;color:#485662}.segmented{display:flex;gap:2px;background:#f0f4f8;padding:4px;border-radius:9px;border:1px solid #e5ebf1}.segmented button{border:0;background:transparent;padding:8px 16px;color:#697e91}.segmented button.selected{background:#fff;color:#2f5f8c;box-shadow:0 1px 4px #31485f18}.kanban-scroller{overflow-x:auto;padding-bottom:9px}.kanban-board{display:grid;grid-template-columns:repeat(6,minmax(205px,1fr));gap:8px;min-width:1240px}.kanban-board.paid-board{grid-template-columns:repeat(4,minmax(235px,1fr));min-width:950px}.kanban-column{min-width:0;background:#f9fafb;border:1px solid #e6ecf1;border-radius:10px;min-height:430px;overflow:hidden}.kanban-head{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:12px 10px;border-bottom:1px solid #e3e9ef;background:#fff;min-height:53px}.kanban-head strong{font-size:11px;font-weight:700;color:#364b60}.kanban-head span{min-width:22px;height:22px;display:grid;place-items:center;border-radius:6px;background:#fff;color:#647d96;font-weight:700;font-size:11px}.kanban-drop{padding:9px;min-height:180px;display:flex;flex-direction:column;gap:8px}.kanban-drop.drag-over,.assignee-drop.drag-over{background:#e1f0ff;outline:2px dashed #87b5db;outline-offset:-4px}.assignee-drop{border:1px dashed #becddd;margin:9px;padding:8px;border-radius:9px;min-height:168px;background:#fff}.assignee-drop h4{font-size:11px;color:#496c8b;margin:0 0 8px;padding:5px;background:#eff5fa;border-radius:5px}.assignee-card-space{min-height:105px;display:flex;flex-direction:column;gap:8px}.lane-hint{margin:0 0 4px;font-size:10px;color:#899aaa;text-align:center}.funnel-ticket{display:flex;flex-direction:column;gap:5px;width:100%;background:#fff;border:1px solid #dce5ed;border-radius:8px;padding:10px 9px;text-align:left;box-shadow:0 1px 4px #38526c0a;overflow-wrap:anywhere}.funnel-ticket:hover{border-color:#a6bdd4}.ticket-top{display:flex;align-items:center;gap:5px;min-height:19px;color:#53718e;font-size:10px;font-weight:700}.ticket-top>span:nth-last-child(2){flex:1}.ticket-urgent{margin-left:auto;font-size:9px;color:#c45757!important}.p-marker{display:grid;place-items:center;flex-shrink:0;width:25px;height:25px;padding:0;font-size:10px;border-radius:6px;color:#af4c5c;background:#fff5f6;border-color:#eecfd5}.ticket-body{display:flex;flex-direction:column;align-items:start;gap:5px;text-align:left;padding:0;background:transparent;border:0;width:100%;font-size:11px;color:#293b4f}.ticket-body:hover{background:transparent!important}.ticket-body strong{font-size:11px}.ticket-body small{font-size:10px;color:#62778d}.ticket-body .rrss-ref{font-size:9px;font-weight:700;color:#5d85ab}.paid-ticket{cursor:pointer;padding:12px}.paid-ticket strong{font-size:12px;color:#293b4f}.paid-ticket small{font-size:10px;color:#78899a}.priority-modal{width:min(405px,100%)}.minute-layout{display:grid;grid-template-columns:280px minmax(0,1fr);align-items:start;gap:17px}.minute-sidebar{padding:15px;position:sticky;top:90px}.minute-sidebar select{width:100%}.mini-head{display:flex;align-items:center;justify-content:space-between;margin:18px 0 10px;gap:5px}.mini-head button{padding:4px 10px;font-size:16px}.mini-head strong{font-size:12px;text-transform:capitalize}.mini-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px}.mini-grid button{min-height:33px;padding:3px 0;border:0;background:#fff;display:grid;place-items:center;gap:0;color:#5d6f81;font-size:11px;position:relative}.mini-grid button.has-minutes i{width:5px;height:5px;background:#4a8cca;border-radius:50%;position:absolute;bottom:2px}.mini-grid button.chosen{background:#ddecfa;color:#235885;font-weight:700}.mini-week{text-align:center;font-size:10px;color:#9ca9b5}.history-link{width:100%;margin-top:20px;background:#f3f7fa}.minute-title{margin-bottom:12px}.minute-title h2{margin:0;text-transform:capitalize}.minute-title span{color:#8594a4}.minute-sheet{padding:22px}.minute-sheet h3{margin:0;font-size:15px}.minute-summary{padding:13px 0;white-space:pre-wrap;color:#42576a;border-bottom:1px solid #e8edf2}.minute-task-group{border-bottom:1px solid #e9edf1;padding:13px 0}.minute-task-group h4{margin:0;font-size:12px}.minute-check-row{display:flex;align-items:center;gap:9px;padding:10px 4px;border-bottom:1px solid #edf1f4;font-size:12px}.minute-check-row small{display:block;color:#8c9aa8}.minute-check-row button{margin-left:auto}.minute-history-list{padding:5px 16px}.minute-history-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #eef0f2;min-height:62px}.minute-history-row:last-child{border-bottom:0}.minute-history-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.minute-history-task{font-size:12px;font-weight:400;line-height:1.4;color:#313a44;overflow-wrap:anywhere}.minute-history-meta,.minute-history-date{font-size:10px;line-height:1.35;font-weight:400;color:#8b929c}.minute-history-actions{display:flex;justify-content:flex-end;align-items:center;gap:3px;margin-left:auto;flex-shrink:0}.minute-history-icon{height:27px;width:27px;padding:0;border:0;background:transparent;display:grid;place-items:center;border-radius:6px;color:#7c8792}.minute-history-icon:hover:not(:disabled){background:#eef1f4;color:#354451}.minute-history-icon.danger{border:0;color:#ae6970}.minute-history-icon.danger:hover:not(:disabled){background:#fff0f0;color:#b54646}.empty-day{text-align:center;padding:35px}.listrow{display:block;width:100%;text-align:left;margin:7px 0}.historycheck{margin-top:15px}@media(max-width:1100px){.app>header{flex-wrap:wrap}.app nav{order:3;flex-basis:100%}.calendar{grid-template-columns:repeat(7,minmax(155px,1fr))}}@media(max-width:650px){.rrss-brand{align-items:flex-start;flex-wrap:wrap}.rrss-brand-navigation{margin-left:auto}.minute-history-row{gap:8px}.minute-history-actions{gap:1px}.app main{padding:15px 12px 70px}.app>header{padding:10px}.user{display:none}.pagehead{flex-wrap:wrap}.overview-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.upcoming-detail,.minute-layout{grid-template-columns:1fr}.minute-sidebar{position:static}.rrss-month-grid{grid-template-columns:repeat(7,155px)}.notes{grid-template-columns:repeat(2,minmax(0,1fr))}.postit{min-width:0}.app nav{overflow-x:auto;flex-wrap:nowrap}.app nav button{white-space:nowrap}}.app>header{min-height:66px;gap:19px;border-bottom:1px solid #e8eaee}.app nav button{font-size:12px;font-weight:500;color:#69727d;border-radius:9px}.app nav button.current{background:#eef1f4;color:#18202a}.app main{max-width:1540px;padding-top:27px}.pagehead h1{font-size:24px;font-weight:700}.pagehead p{color:#8b929c}.card,.kanban-column,.rrss-calendar-card{box-shadow:0 1px 5px #1e263008}.kanban-head strong{color:#27313b;font-weight:700}.funnel-ticket,.ticket-body{color:#313a44}.funnel-ticket strong,.ticket-body strong{font-weight:700;color:#313a44}.ticket-body small,.paid-ticket small{font-weight:400;color:#7e8790}.segmented button.selected{color:#313a44}.ticket-top{color:#69727d}.overview-card{border-top-color:#aebac4;background:#fafbfc}.overview-card strong{color:#27313b}.item-timeline{margin-top:16px;border-top:1px solid #e8eaee;padding-top:12px}.item-timeline p{font-size:11px;margin:4px 0}.client-delete-action{margin-right:auto;font-size:11px;font-weight:500;padding:7px 10px}.settings-client-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px}.settings-client-list button{display:flex;justify-content:space-between;gap:8px;text-align:left}.settings-client-list span{color:#8b929c}.access-row,.backup-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef0f2}.access-row>div{display:flex;flex-direction:column}.access-row small{color:#969da6}.access-row select{padding:7px;border:1px solid #dfe3e7;border-radius:8px;background:#fff}.backup-list{margin-top:14px}.production-history-section{background:#fff;border:1px solid #e8eaee;border-radius:12px;margin-top:18px;overflow:hidden}.production-history-heading{width:100%;border:0;border-radius:0;background:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#27313b;font-size:13px;font-weight:700}.production-history-heading>span:first-child{display:flex;align-items:center;gap:8px}.production-history-heading small{font-size:11px;font-weight:400;color:#8b929c}.production-history-content{padding:0 15px 15px;border-top:1px solid #eef0f2}.production-history-client,.production-history-year,.production-history-month{border:1px solid #e8eaee;border-radius:9px;margin-top:9px;background:#fff;overflow:hidden}.production-history-client>summary,.production-history-year>summary,.production-history-month>summary{cursor:pointer;list-style:auto;padding:10px 13px;font-size:12px;font-weight:600;background:#fafbfc;color:#27313b}.production-history-client>summary small,.production-history-month>summary small{font-size:10px;font-weight:400;color:#9199a2}.production-history-year,.production-history-month{margin:8px 12px}.production-history-list{padding:3px 12px}.production-history-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;border-bottom:1px solid #eef0f2;padding:10px 2px}.production-history-row:last-child{border-bottom:0}.production-history-info{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.production-history-info>span{font-size:12px;line-height:1.35;font-weight:400;color:#313a44;overflow-wrap:anywhere}.production-history-info>small{font-size:10px;font-weight:400;color:#9299a2}.production-history-actions{display:flex;justify-content:flex-end;gap:3px;flex-shrink:0}.production-history-actions button{width:27px;height:27px;padding:0;border:0;background:transparent;display:grid;place-items:center;color:#77838f}.production-history-actions button:hover{background:#eef1f4}.production-history-actions button:last-child{color:#ad6970}.production-history-actions button:last-child:hover{background:#fff0f0}
