@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{color:#171717;-webkit-font-smoothing:antialiased;background:#f8fafb;font-family:Nunito Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:14px}a{color:#df3b45;text-decoration:none}.app{flex-direction:column;min-height:100%;display:flex}.app--header{z-index:10;background:#fff;border-bottom:1px solid #e1e2e3;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex;position:sticky;top:0}.app--header--logo{height:36px}.app--header--title{color:#171717;margin:0;font-size:18px;font-weight:700}.app--header--actions{gap:12px;display:flex}.app--body{flex:1;grid-template-columns:1fr 360px;gap:24px;width:100%;max-width:1440px;margin:0 auto;padding:24px;display:grid}.form{flex-direction:column;gap:24px;display:flex}.form--section{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #00000014}.form--section--header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.form--section--title{color:#171717;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:flex}.form--section--title:before{content:"";background:#df3b45;border-radius:2px;width:4px;height:18px}.form--section--grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width<=720px){.form--section--grid{grid-template-columns:1fr}}.form--section--actions{gap:8px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.field.full{grid-column:1/-1}.field label{color:#4e4f54;font-size:13px;font-weight:600}.field input,.field textarea,.field select{color:#171717;background:#fff;border:1px solid #e1e2e3;border-radius:4px;outline:none;height:40px;padding:0 12px;transition:all .2s}.field input:focus,.field textarea:focus,.field select:focus{border-color:#df3b45}.field input::placeholder,.field textarea::placeholder,.field select::placeholder{color:#949499}.field textarea{resize:vertical;height:auto;min-height:96px;padding:12px}.field .error{color:#c21d1a;font-size:12px}.itens--row{grid-template-columns:2fr 80px 80px 110px 110px 40px;align-items:end;gap:8px;margin-bottom:8px;display:grid}@media (width<=900px){.itens--row{grid-template-columns:1fr 1fr}}.itens--total{color:#171717;background:#f8fafb;border:1px solid #e1e2e3;border-radius:4px;align-items:center;height:40px;padding:0 12px;font-weight:600;display:flex}.itens--remove{color:#b23037;background:#fcebec;border:none;border-radius:4px;height:40px;font-weight:700}.itens--remove:hover{color:#fff;background:#ec8a8f}.itens--summary{border-top:1px solid #e1e2e3;flex-direction:column;gap:8px;margin-top:16px;padding-top:16px;display:flex}.itens--summary>div{justify-content:space-between;align-items:center;display:flex}.itens--summary>div.total{color:#df3b45;border-top:1px solid #e1e2e3;margin-top:8px;padding-top:8px;font-size:18px;font-weight:700}.btn{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn--primary{color:#fff;background:#df3b45}.btn--primary:hover{background:#b23037}.btn--secondary{color:#df3b45;background:#fff;border-color:#df3b45}.btn--secondary:hover{background:#fcebec}.btn--ghost{color:#4e4f54;background:0 0}.btn--ghost:hover{background:#f4f4f4}.btn--danger{color:#fff;background:#d8201d}.btn--danger:hover{opacity:.9}.btn:disabled{opacity:.5;cursor:not-allowed}.sidebar{background:#fff;border-radius:8px;height:fit-content;padding:16px;position:sticky;top:96px;box-shadow:0 1px 3px #00000014}.sidebar--title{color:#171717;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:14px;font-weight:700}.sidebar--list{flex-direction:column;gap:8px;max-height:480px;display:flex;overflow-y:auto}.sidebar--item{cursor:pointer;border:1px solid #e1e2e3;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:12px;transition:all .2s;display:flex}.sidebar--item:hover,.sidebar--item.active{background:#fcebec;border-color:#df3b45}.sidebar--item--info{flex:1;min-width:0}.sidebar--item--num{color:#171717;font-size:13px;font-weight:700}.sidebar--item--cli{color:#4e4f54;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.sidebar--item--del{color:#949499;background:0 0;border:none;border-radius:4px;width:24px;height:24px;font-size:18px}.sidebar--item--del:hover{color:#df3b45;background:#fcebec}.sidebar--empty{color:#949499;text-align:center;padding:16px;font-size:13px}.modal--overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal--content{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:900px;height:90vh;display:flex;overflow:hidden}.modal--header{background:#f8fafb;border-bottom:1px solid #e1e2e3;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.modal--title{margin:0;font-size:18px;font-weight:700}.modal--close{color:#4e4f54;background:0 0;border:none;font-size:24px}.modal--close:hover{color:#df3b45}.modal--body{flex:1;overflow:hidden}
