body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(91,188,255,.3);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;touch-action:manipulation}*{-webkit-overflow-scrolling:touch}@media (max-width:768px){.clickable,a,button,input[type=button],input[type=submit]{min-height:44px;min-width:44px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loading-overlay{align-items:center;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);background:#00193c59;display:flex;gap:16px;inset:0;justify-content:center;opacity:1;position:fixed;transition:opacity .28s ease;z-index:20}.spinner{animation:spin .8s linear infinite;border:4px solid #ffffff59;border-top-color:#9bd3ff;height:44px;width:44px}.loading-text{color:#e9f6ff;font-weight:600;letter-spacing:.5px}.loading-overlay.hidden{opacity:0}.user-chip-container{display:flex;flex-direction:column;gap:8px;left:16px;position:fixed;top:16px;z-index:30}.user-chip{align-items:center;background:#00264d59;border:1.5px solid #9bd3ff61;border-radius:14px;box-shadow:0 10px 28px #00000040;color:#eaf6ff;display:inline-flex;gap:10px;padding:8px 14px 8px 10px}.logout-button,.user-chip{-webkit-backdrop-filter:blur(8px) saturate(130%);backdrop-filter:blur(8px) saturate(130%)}.logout-button{background:linear-gradient(135deg,#dc3545d9,#b02a37e6);border:1.5px solid #ffb4bc66;border-radius:12px;box-shadow:0 8px 24px #dc35454d,0 2px 8px #0003;color:#fff;cursor:pointer;font-family:Segoe UI,Roboto,Inter,system-ui,-apple-system,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-size:13px;font-weight:700;letter-spacing:.4px;min-width:100%;overflow:hidden;padding:10px 16px;position:relative;text-align:center;text-shadow:0 1px 3px #0006;transition:all .25s cubic-bezier(.4,0,.2,1)}.logout-button:before{content:"";font-size:14px;margin-right:0}.logout-button:after{background:#ffffff26;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.logout-button:hover{background:linear-gradient(135deg,#dc3545f2,#b02a37);border-color:#ffc8ce99;box-shadow:0 12px 32px #dc354573,0 4px 12px #0000004d;transform:translateY(-2px)}.logout-button:hover:after{height:300px;width:300px}.logout-button:active{box-shadow:0 6px 20px #dc354559,0 2px 8px #00000040;transform:translateY(0)}.user-initial{align-items:center;background:linear-gradient(135deg,#9bd3ff,#d1eaff);border-radius:50%;box-shadow:inset 0 0 0 2px #003c7838,0 2px 6px #00000040;color:#003c78;display:inline-flex;font-weight:800;height:30px;justify-content:center;position:relative;width:30px}.user-name{font-family:Segoe UI,Roboto,Inter,system-ui,-apple-system,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-weight:700;letter-spacing:.3px;max-width:220px;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 3px #00000059;white-space:nowrap}.top-center-info{align-items:center;-webkit-backdrop-filter:blur(8px) saturate(130%);backdrop-filter:blur(8px) saturate(130%);background:#00264d52;border:1px solid #9bd3ff4d;border-radius:12px;box-shadow:0 8px 24px #0003;color:#eaf6ff;display:flex;flex-direction:column;gap:4px;left:50%;padding:8px 14px;position:fixed;top:14px;transform:translateX(-50%);z-index:30}.tci-row{align-items:center;display:inline-flex;font-weight:700;gap:10px;letter-spacing:.3px}.tci-location{opacity:.95}.tci-clock{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.tci-temp{background:linear-gradient(135deg,#9bd3ff,#d1eaff);border-radius:10px;box-shadow:inset 0 0 0 2px #003c7826;color:#003c78;font-weight:800;padding:2px 8px}.tci-sep{opacity:.5}.tci-date{font-size:.85rem;opacity:.9;text-transform:capitalize}.tci-bell,.tci-notifs-wrap{align-items:center;display:flex;position:relative}.tci-bell{-webkit-backdrop-filter:blur(6px) saturate(150%);backdrop-filter:blur(6px) saturate(150%);background:#003c7859;border:1px solid #9bd3ff66;border-radius:12px;color:#eaf6ff;cursor:pointer;height:42px;justify-content:center;margin-left:6px;transition:border-color .3s,background .35s,transform .4s;width:42px}.tci-bell:hover{background:#0050a073;border-color:#9bd3ffb3}.tci-bell:focus{box-shadow:0 0 0 3px #9bd3ff40;outline:none}.tci-bell.has{animation:bell-vibrate 3.2s ease-in-out infinite}.bell-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.45));font-size:20px}.bell-badge{animation:badge-pulse 1.6s ease-in-out infinite;background:#ff4d5d;border-radius:999px;box-shadow:0 2px 6px -1px #0000008c;color:#fff;font-size:10px;font-weight:700;padding:2px 5px;position:absolute;right:4px;top:4px}@keyframes bell-vibrate{0%,70%,to{transform:rotate(0deg)}72%{transform:rotate(12deg)}74%{transform:rotate(-12deg)}76%{transform:rotate(10deg)}78%{transform:rotate(-10deg)}80%{transform:rotate(6deg)}82%{transform:rotate(-6deg)}}@keyframes badge-pulse{0%,60%,to{box-shadow:0 2px 6px -1px #0000008c;transform:scale(1)}65%{box-shadow:0 0 0 4px #ff4d5d66;transform:scale(1.25)}70%{transform:scale(1.05)}}.tci-pop{animation:notifPopIn .35s cubic-bezier(.22,.9,.3,1) forwards;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:linear-gradient(145deg,#082141f7,#051428fa);border:2px solid #5bbcff59;border-radius:20px;box-shadow:0 20px 50px #000000b3,inset 0 1px 0 #ffffff14;display:flex;flex-direction:column;gap:10px;max-height:480px;overflow-y:auto;padding:16px 18px 18px;position:absolute;right:0;top:50px;transform-origin:top right;width:380px;z-index:60}@keyframes notifPopIn{0%{opacity:0;transform:translateY(-12px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.tci-pop-head{align-items:center;border-bottom:1px solid #5bbcff33;display:flex;justify-content:space-between;padding-bottom:10px}.tci-pop-head strong{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#9bd3ff);background-clip:text;-webkit-background-clip:text;font-size:.9rem;font-weight:800;letter-spacing:.5px}.tci-pop-close{background:#ff4d5d26;border:1px solid #ff4d5d4d;border-radius:10px;color:#ff4d5d;cursor:pointer;font-size:22px;line-height:1;padding:2px 8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.tci-pop-close:hover{background:#ff4d5df2;border-color:#ff4d5d;color:#fff;transform:rotate(90deg)}.tci-pop-empty{font-size:.75rem;font-style:italic;margin:12px 0;opacity:.6;text-align:center}.tci-pop-list{display:flex;flex-direction:column;gap:10px}.tci-pop-item{background:linear-gradient(135deg,#ffffff1a,#ffffff0a);border:1.5px solid #5bbcff40;border-radius:14px;box-shadow:0 4px 12px #00000040;font-size:.7rem;line-height:1.45;overflow:hidden;padding:12px 14px;position:relative;transition:all .35s cubic-bezier(.4,0,.2,1)}.tci-pop-item:before{background:linear-gradient(90deg,#0000,#ffffff14,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.tci-pop-item:hover:before{left:100%}.tci-pop-item:hover{background:linear-gradient(135deg,#ffffff26,#ffffff14);border-color:#5bbcff73;box-shadow:0 6px 18px #00000059,0 0 20px #5bbcff26;transform:translateX(4px)}.tci-pop-item.lida{background:hsla(0,0%,100%,.025);opacity:.5}.tci-pop-item.lida:hover{opacity:.7}.tci-pop-item .tit{color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.4px;margin-bottom:6px;text-shadow:0 2px 4px #0000004d}.tci-pop-item .msg{color:#ffffffe6;line-height:1.5;margin-bottom:8px}.tci-pop-item .meta{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-top:8px}.tci-pop-item .meta span{font-size:.65rem;font-weight:600;opacity:.6}.tci-pop-item .meta button{background:linear-gradient(135deg,#00e676b3,#10b981cc);border:1px solid #00e67666;border-radius:10px;box-shadow:0 3px 8px #00e67640;color:#fff;cursor:pointer;font-size:.65rem;font-weight:700;padding:6px 12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.tci-pop-item .meta button:hover{background:linear-gradient(135deg,#00e676e6,#10b981);border-color:#00e67699;box-shadow:0 5px 15px #00e67666;transform:translateY(-2px)}.tci-pop-item .meta button:active{transform:translateY(0)}.info-drawer-toggle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#003c78f2,#002855fa);border:2px solid #9bd3ff80;border-radius:50%;box-shadow:0 6px 20px #0006;color:#eaf6ff;cursor:pointer;display:flex;height:48px;justify-content:center;position:fixed;right:14px;top:14px;transition:all .3s ease;width:48px;z-index:25}.info-drawer-toggle:hover{background:linear-gradient(135deg,#5bbcfff2,#3498dbfa);border-color:#9bd3ffcc;box-shadow:0 8px 28px #5bbcff66;transform:scale(1.05)}.info-drawer-toggle:active{transform:scale(.95)}.drawer-icon{font-size:24px;line-height:1}.drawer-badge{animation:pulse-badge 2s ease-in-out infinite;background:linear-gradient(135deg,#ff4d5d,#ff1f3d);border:2px solid #002855cc;border-radius:999px;box-shadow:0 2px 8px #ff4d5d99;color:#fff;font-size:11px;font-weight:800;padding:3px 6px;position:absolute;right:-2px;top:-2px}@keyframes pulse-badge{0%,60%,to{transform:scale(1)}65%{transform:scale(1.2)}}.info-drawer-toggle.has-notif{animation:shake-bell 3s ease-in-out infinite}@keyframes shake-bell{0%,70%,to{transform:rotate(0deg)}72%{transform:rotate(15deg)}74%{transform:rotate(-15deg)}76%{transform:rotate(12deg)}78%{transform:rotate(-12deg)}80%{transform:rotate(0deg)}}.info-drawer-overlay{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;inset:0;position:fixed;z-index:50}.info-drawer{-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:linear-gradient(155deg,#003060fa,#001c3efa);border-right:2px solid #9bd3ff66;box-shadow:4px 0 40px #0009;height:100vh;left:0;max-width:85vw;overflow-y:auto;position:fixed;top:0;transform:translateX(-100%);transition:transform .4s cubic-bezier(.22,.9,.3,1);width:320px;z-index:55}.info-drawer.open{transform:translateX(0)}.info-drawer-header{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#003c7866;border-bottom:1px solid #9bd3ff4d;display:flex;justify-content:space-between;padding:16px 18px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.info-drawer-header h3{color:#eaf6ff;font-size:1.1rem;font-weight:800;letter-spacing:.5px;margin:0;text-shadow:0 2px 4px #0000004d}.info-drawer-close{align-items:center;background:#003c7880;border:1px solid #9bd3ff66;border-radius:50%;color:#eaf6ff;cursor:pointer;display:flex;font-size:28px;font-weight:700;height:36px;justify-content:center;line-height:1;transition:all .3s ease;width:36px}.info-drawer-close:hover{background:#5bbcffe6;color:#003c78;transform:rotate(90deg)}.info-drawer-content{display:flex;flex-direction:column;gap:24px;padding:20px 18px}.info-drawer-section{background:#ffffff0d;border:1px solid #9bd3ff40;border-radius:14px;box-shadow:0 4px 16px #0003;padding:16px}.info-drawer-time{margin-bottom:12px;text-align:center}.time-label{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#9bd3ff,#fff);background-clip:text;-webkit-background-clip:text;color:#fff;display:block;font-size:2.5rem;font-weight:900;letter-spacing:2px;text-shadow:0 3px 8px #0006}.info-drawer-date{color:#ffffffd9;font-size:.9rem;font-weight:600;margin-bottom:14px;text-align:center;text-transform:capitalize}.info-drawer-weather{align-items:center;background:#003c784d;border:1px solid #9bd3ff33;border-radius:10px;display:flex;justify-content:space-between;padding:10px 14px}.weather-location{color:#fffc;font-size:.85rem;font-weight:600}.weather-temp{background:linear-gradient(135deg,#5bbcff,#9bd3ff);border-radius:999px;box-shadow:0 2px 8px #5bbcff4d;color:#fff;font-size:1.3rem;font-weight:800;padding:4px 12px}.notifs-section{background:#00264d80}.section-title{align-items:center;color:#eaf6ff;display:flex;font-size:1rem;font-weight:800;gap:8px;margin:0 0 14px}.notif-count{background:linear-gradient(135deg,#ff4d5d,#ff1f3d);border-radius:999px;box-shadow:0 2px 6px #ff4d5d66;color:#fff;font-size:.75rem;font-weight:800;padding:3px 8px}.empty-notifs{color:#ffffff80;font-size:.85rem;font-style:italic;padding:20px;text-align:center}.notifs-list{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.notif-item{background:linear-gradient(135deg,#ffffff1a,#ffffff0a);border:1.5px solid #5bbcff40;border-radius:14px;box-shadow:0 4px 12px #00000040;overflow:hidden;padding:14px 16px;position:relative;transition:all .35s cubic-bezier(.4,0,.2,1)}.notif-item:before{background:linear-gradient(90deg,#0000,#ffffff14,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.notif-item:hover:before{left:100%}.notif-item:hover{background:linear-gradient(135deg,#ffffff26,#ffffff14);border-color:#5bbcff73;box-shadow:0 6px 20px #00000059,0 0 20px #5bbcff26;transform:translateX(6px)}.notif-item.lida{background:hsla(0,0%,100%,.025);opacity:.5}.notif-item.lida:hover{opacity:.7}.notif-title{color:#fff;font-size:.95rem;font-weight:800;letter-spacing:.4px;margin-bottom:8px;text-shadow:0 2px 4px #0000004d}.notif-msg{color:#ffffffe6;font-size:.85rem;line-height:1.5;margin-bottom:10px}.notif-meta{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.notif-date{color:#fff9;font-size:.72rem;font-weight:600}.notif-mark-btn{background:linear-gradient(135deg,#00e676bf,#10b981d9);border:1px solid #00e67666;border-radius:10px;box-shadow:0 3px 8px #00e6764d;color:#fff;cursor:pointer;font-size:.72rem;font-weight:700;padding:7px 14px;transition:all .3s cubic-bezier(.4,0,.2,1)}.notif-mark-btn:hover{background:linear-gradient(135deg,#00e676f2,#10b981);border-color:#00e67699;box-shadow:0 5px 15px #00e67673;transform:translateY(-2px)}.notif-mark-btn:active{transform:translateY(0)}.info-drawer::-webkit-scrollbar,.notifs-list::-webkit-scrollbar{width:8px}.info-drawer::-webkit-scrollbar-track,.notifs-list::-webkit-scrollbar-track{background:#0003}.info-drawer::-webkit-scrollbar-thumb,.notifs-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#5bbcff99,#3498dbcc);border-radius:10px}.info-drawer::-webkit-scrollbar-thumb:hover,.notifs-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#5bbcffcc,#3498db)}@media (max-width:480px){.info-drawer{max-width:90vw;width:280px}.info-drawer-toggle{height:44px;right:12px;top:12px;width:44px}.drawer-icon{font-size:22px}.time-label{font-size:2rem}.weather-temp{font-size:1.1rem;padding:3px 10px}}@media (max-width:768px){.user-chip-container{gap:6px;left:10px;top:10px}.user-chip{border-radius:12px;gap:8px;padding:6px 10px 6px 8px}.user-initial{font-size:.85rem;height:26px;width:26px}.user-name{font-size:.85rem;max-width:120px}.logout-button{border-radius:10px;font-size:12px;padding:8px 12px}.top-center-info{display:none}}@media (max-width:600px){.user-chip-container{left:8px;top:8px}.user-chip{border-radius:10px;gap:6px;padding:5px 8px 5px 6px}.user-initial{font-size:.8rem;height:24px;width:24px}.user-name{font-size:.8rem;max-width:90px}.logout-button{font-size:11px;padding:7px 10px}.top-center-info{display:none}}@media (max-width:480px){.user-chip-container{left:6px;top:6px}.user-chip{border-radius:8px;gap:5px;padding:4px 7px 4px 5px}.user-initial{font-size:.75rem;height:22px;width:22px}.user-name{font-size:.75rem;max-width:70px}.logout-button{border-radius:8px;font-size:10px;padding:6px 9px}.top-center-info{display:none}.spinner{height:36px;width:36px}.loading-text{font-size:.9rem}}@media (max-width:768px){.underwater-content{border-radius:18px;padding:32px 16px}.underwater-content h1{font-size:1.8rem;margin-bottom:14px}.underwater-content p{font-size:1.05rem}.underwater-page .home-actions{bottom:6vh;gap:10px;padding:0 16px}.home-btn{font-size:.85rem;padding:12px 18px}.brand-logo{right:14px;top:14px}.brand-logo img{height:80px}}@media (max-width:600px){.underwater-content{border-radius:14px;padding:24px 12px}.underwater-content h1{font-size:1.4rem;margin-bottom:10px}.underwater-content p{font-size:1rem}.underwater-page .home-actions{bottom:5vh;gap:8px;padding:0 12px;width:calc(100% - 24px)}.home-btn{flex-basis:calc(50% - 4px);flex-grow:1;flex-shrink:1;font-size:.8rem;min-width:140px;padding:11px 16px;text-align:center}.brand-logo{right:12px;top:12px}.brand-logo img{border-radius:10px;height:64px;padding:4px 6px}}@media (max-width:480px){.underwater-content{border-radius:12px;padding:20px 10px}.underwater-content h1{font-size:1.2rem;letter-spacing:.5px;margin-bottom:8px}.underwater-content p{font-size:.9rem}.underwater-page .home-actions{bottom:4vh;gap:6px;padding:0 10px;width:calc(100% - 20px)}.home-btn{flex:1 1 100%;font-size:.75rem;min-width:0;padding:10px 14px}.home-btn.primary{order:-1}.brand-logo{right:10px;top:10px}.brand-logo img{border-radius:8px;height:54px;padding:3px 5px}}.underwater-page{display:block;min-height:100vh;overflow:hidden;position:relative;width:100vw;.home-actions{bottom:8vh;display:flex;flex-wrap:wrap;gap:14px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%)}.home-btn{-webkit-backdrop-filter:blur(12px) saturate(140%);backdrop-filter:blur(12px) saturate(140%);background:linear-gradient(135deg,#0f3460bf,#082141d9);border:2px solid #5bbcff40;border-radius:20px;box-shadow:0 6px 20px #00000059,inset 0 1px 0 #ffffff1a;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;overflow:hidden;padding:16px 28px;position:relative;text-shadow:0 2px 4px #0006;transition:all .35s cubic-bezier(.4,0,.2,1)}.home-btn:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.home-btn:hover:before{left:100%}.home-btn:hover{background:linear-gradient(135deg,#19487ed9,#0f3460f2);border-color:#5bbcff80;box-shadow:0 10px 30px #00000073,inset 0 1px 0 #ffffff26,0 0 20px #5bbcff33;transform:translateY(-3px)}.home-btn:active{box-shadow:0 4px 15px #00000059;transform:translateY(-1px)}.home-btn.primary{background:linear-gradient(135deg,#5bbcff,#7ec8ff);border-color:#fff6;box-shadow:0 6px 24px #5bbcff66,inset 0 1px 0 #fff6;color:#003157;font-weight:700;text-shadow:0 1px 2px #ffffff4d}.home-btn.primary:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000)}.home-btn.primary:hover{background:linear-gradient(135deg,#4aacef,#6db8ef);border-color:#fff9;box-shadow:0 12px 32px #5bbcff80,inset 0 1px 0 #ffffff80,0 0 25px #5bbcff4d;transform:translateY(-3px) scale(1.02)}}.underwater-bg-video{background:#003c78;height:100%;inset:0;object-fit:cover;position:fixed;width:100%;z-index:-1}.underwater-content{-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);background:#003c782e;border-radius:24px;box-shadow:0 8px 32px #003c782e;color:#fff;padding:48px 36px;position:relative;text-align:center;z-index:1}.underwater-content h1{font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:18px}.underwater-content p{font-size:1.2rem;font-weight:400}.brand-logo{position:fixed;right:16px;top:16px;z-index:2}.brand-logo img{-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);background:linear-gradient(135deg,#ffffff38,#003c782e);border:2px solid #ffffff59;border-radius:14px;box-shadow:0 6px 20px #0000002e;height:120px;padding:6px 8px}@media (max-width:900px){.brand-logo img{height:90px}}@media (max-width:600px){.brand-logo img{border-radius:10px;height:64px;padding:4px 6px}}.modal-overlay{animation:modalFadeIn .26s ease forwards;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000f1e99;display:grid;inset:0;place-items:center;position:fixed;z-index:100}.modal-overlay.closing{animation:modalFadeOut .26s ease forwards}.modal-content{animation:modalPopIn .32s cubic-bezier(.16,.84,.44,1) forwards;background:#00264d75;border:1px solid #9bd3ff73;border-radius:14px;box-shadow:0 18px 48px #0006;max-height:92vh;overflow:auto;padding-top:4px;position:relative;transform-origin:50% 42%;width:min(96vw,1280px)}.modal-content.closing{animation:modalPopOut .24s cubic-bezier(.4,.14,.3,1) forwards}.modal-close{align-items:center;-webkit-backdrop-filter:blur(5px) saturate(150%);backdrop-filter:blur(5px) saturate(150%);background:linear-gradient(155deg,#003e78a6,#002c5a8c);border:1px solid #9bd3ff8c;border-radius:14px;color:#eaf6ff;cursor:pointer;display:flex;float:right;height:38px;justify-content:center;margin:4px 6px 8px;outline:none;position:-webkit-sticky;position:sticky;top:6px;transition:background .25s,transform .28s cubic-bezier(.22,.9,.25,1),box-shadow .35s,border-color .25s;width:38px;z-index:10}.modal-close svg{pointer-events:none}.modal-close:hover{background:linear-gradient(155deg,#5bbcfff2,#9bd3ffe6);border-color:#9bd3ffd9;box-shadow:0 6px 22px -6px #000000a6;color:#003c78}.modal-close:active{transform:scale(.9)}.modal-close:focus-visible{box-shadow:0 0 0 3px #9bd3ff8c,0 0 0 6px #5bbcff59}@media (max-width:768px){.modal-content{border-radius:12px;max-height:94vh;width:min(98vw,1280px)}.modal-close{height:36px;margin:4px 5px 7px;width:36px}}@media (max-width:640px){.modal-content{border-radius:10px;max-height:95vh;width:98vw}.modal-close{height:34px;margin:4px 4px 6px;width:34px}}@media (max-width:480px){.modal-overlay{padding:0}.modal-content{border-left:none;border-radius:0;border-right:none;max-height:100vh;width:100vw}.modal-close{border-radius:10px;height:32px;margin:3px 3px 5px;width:32px}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalPopIn{0%{filter:blur(4px);opacity:0;transform:translateY(18px) scale(.96)}to{filter:blur(0);opacity:1;transform:translateY(0) scale(1)}}@keyframes modalPopOut{0%{filter:blur(0);opacity:1;transform:translateY(0) scale(1)}to{filter:blur(4px);opacity:0;transform:translateY(10px) scale(.97)}}body::-webkit-scrollbar,html::-webkit-scrollbar{width:14px}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background:#0000004d;border:2px solid #00bfff26;border-radius:12px}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00bfffb3,#0095ffe6 50%,#00bfffb3);border:2px solid #00bfff4d;border-radius:12px;box-shadow:0 0 12px #00bfff80}body::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00bfffe6,#0095ff 50%,#00bfffe6);border-color:#00bfff80;box-shadow:0 0 18px #00bfffe6}body::-webkit-scrollbar-thumb:active,html::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#00bfff,#0095ff)}.compra-legend{display:flex;flex-wrap:wrap;font-size:.55rem;gap:6px 10px;margin:4px 0 12px}.compra-legend .c-leg-item{align-items:center;background:#ffffff14;border:1.5px solid #9bd3ff59;border-radius:999px;box-shadow:0 2px 8px #0003;color:#eaf6ff;display:inline-flex;font-weight:700;gap:4px;letter-spacing:.4px;padding:5px 12px}@media (max-width:768px){.compra-legend{font-size:.5rem;gap:5px 8px}.compra-legend .c-leg-item{font-size:.5rem;padding:4px 10px}}@media (max-width:480px){.compra-legend{font-size:.48rem;gap:4px 6px}.compra-legend .c-leg-item{font-size:.48rem;padding:3px 8px}}.compra-legend .c-leg-item.em_compra{background:linear-gradient(135deg,#8a2be259,#7b1fa247);border-color:#8a2be299;color:#c77dff}.compra-legend .c-leg-item.aguardando_confirmacao{background:linear-gradient(135deg,#ffa72659,#ff980047);border-color:#ffa72699;color:#ffb84d}.compra-legend .c-leg-item.aguardando_finalizacao{background:linear-gradient(135deg,#00e67659,#10b98147);border-color:#00e67699;color:#5eead4}.compra-legend .c-leg-item.finalizado{background:#27d17f40;color:#61e2a3}.compra-legend .c-leg-item.reprovado{background:#ff5a5a33;color:#ff9b9b}.compra-item-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid #9bd3ff33;border-radius:18px;box-shadow:0 6px 24px #00000040;color:#fff;cursor:pointer;display:block;font-size:.9rem;font-weight:600;margin:0 0 16px;min-height:110px;overflow:hidden;padding:20px 22px 22px;position:relative;text-align:left;transition:all .35s ease;width:100%}.compra-item-btn:before{background:linear-gradient(180deg,#3742fa,#3498db,#2980b9);content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;transition:all .3s ease;width:4px}.compra-item-btn:hover{background:linear-gradient(135deg,#ffffff1f,#ffffff0f);border-color:#9bd3ff66;box-shadow:0 12px 32px #00000059;transform:translateY(-4px)}.compra-item-btn:hover:before{box-shadow:0 0 15px #3498db80;opacity:1;width:5px}.compra-item-btn.selected{background:linear-gradient(135deg,#3742fa33,#3498db26);border-color:#3742fa99;box-shadow:0 8px 30px #3742fa66;color:#fff}.compra-item-btn.selected:before{background:linear-gradient(180deg,#00ff87,#2ecc71,#27ae60);box-shadow:0 0 20px #2ecc7199;opacity:1;width:5px}.compra-item-btn.removendo{animation:slideOutFadeCompra .5s cubic-bezier(.4,0,.2,1) forwards;pointer-events:none}@keyframes slideOutFadeCompra{0%{margin-bottom:8px;max-height:200px;opacity:1;transform:translateX(0) translateY(0)}40%{opacity:.6;transform:translateX(-20px) translateY(0)}70%{margin-bottom:8px;max-height:200px;opacity:.2;transform:translateX(-40px) translateY(0)}to{margin-bottom:0;max-height:0;opacity:0;padding-bottom:0;padding-top:0;transform:translateX(-60px) translateY(-20px)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.item-animado{animation:fadeInUp .5s cubic-bezier(.22,.9,.3,1) both}.item-animado:first-child{animation-delay:.05s}.item-animado:nth-child(2){animation-delay:.1s}.item-animado:nth-child(3){animation-delay:.15s}.item-animado:nth-child(4){animation-delay:.2s}.item-animado:nth-child(5){animation-delay:.25s}.item-animado:nth-child(6){animation-delay:.3s}.item-animado:nth-child(7){animation-delay:.35s}.item-animado:nth-child(8){animation-delay:.4s}.item-animado:nth-child(9){animation-delay:.45s}.item-animado:nth-child(10){animation-delay:.5s}.item-animado:nth-child(n+11){animation-delay:.55s}.card-animado{animation:fadeInScale .4s cubic-bezier(.22,.9,.3,1) both}.card-animado:first-child{animation-delay:.05s}.card-animado:nth-child(2){animation-delay:.1s}.card-animado:nth-child(3){animation-delay:.15s}.card-animado:nth-child(4){animation-delay:.2s}.card-animado:nth-child(5){animation-delay:.25s}.card-animado:nth-child(6){animation-delay:.3s}.card-animado:nth-child(7){animation-delay:.35s}.card-animado:nth-child(8){animation-delay:.4s}.card-animado:nth-child(9){animation-delay:.45s}.card-animado:nth-child(10){animation-delay:.5s}.card-animado:nth-child(n+11){animation-delay:.55s}.compra-item-btn .c-top{align-items:center;display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:10px}.compra-item-btn .c-req{color:#fff;font-size:1rem;font-weight:700;letter-spacing:-.01em;text-shadow:0 1px 2px #0000004d}.compra-item-btn .c-solic{background:#00000026;border:1px solid #ffffff14;border-radius:8px;color:#ffffffd9;font-size:.9rem;font-weight:500;margin-top:8px;padding:6px 10px;text-shadow:0 1px 2px #0003}.compra-item-btn .c-pedido{background:#0000001f;border:1px solid #ffffff1a;border-radius:12px;color:#fffc;display:inline-block;font-size:.75rem;font-weight:600;margin-top:8px;padding:4px 8px}.compra-item-btn .c-chip{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;display:inline-flex;font-size:.7rem;font-weight:700;gap:6px;letter-spacing:.6px;padding:8px 12px;text-shadow:0 1px 2px #0000004d;white-space:nowrap}.compra-item-btn .c-chip.em_compra{background:linear-gradient(135deg,#8a2be259,#7b1fa240);border:1.5px solid #8a2be2a6;box-shadow:0 3px 12px #8a2be266;color:#c77dff;font-weight:700}.compra-item-btn .c-chip.aguardando_confirmacao{background:linear-gradient(135deg,#ffa72640,#ff980033);border:1px solid #ffa72680;box-shadow:0 2px 8px #ff98004d;color:#ffa726}.compra-item-btn .c-chip.aguardando_finalizacao{background:linear-gradient(135deg,#00e67659,#10b98147);border:1.5px solid #00e676b3;box-shadow:0 3px 12px #10b98173;color:#5eead4;font-weight:700}.compra-item-btn .c-chip.finalizado{background:linear-gradient(135deg,#00ff8740,#2ecc7133);border:1px solid #00ff8780;box-shadow:0 2px 8px #2ecc714d;color:#00ff87}.compra-item-btn.selected .c-chip.finalizado{color:#00ff87}.compra-item-btn .c-chip.reprovado{background:#ff5a5a40;border-color:#ff5a5a8c;color:#ffb0b0}@media (max-width:768px){.compra-item-btn{margin:0 0 14px;min-height:95px;padding:16px 18px 18px}.compra-item-btn .c-top{font-size:.7rem;margin-bottom:8px}.compra-item-btn .c-req{font-size:.9rem}.compra-item-btn .c-solic{font-size:.82rem;margin-top:6px;padding:5px 9px}.compra-item-btn .c-pedido{font-size:.7rem;margin-top:6px;padding:3px 7px}.compra-item-btn .c-chip{font-size:.65rem;padding:7px 10px}}@media (max-width:480px){.compra-item-btn{margin:0 0 12px;min-height:85px;padding:14px 16px 16px}.compra-item-btn:before{width:3px}.compra-item-btn.selected:before,.compra-item-btn:hover:before{width:4px}.compra-item-btn .c-top{flex-wrap:wrap;font-size:.65rem;gap:4px;margin-bottom:6px}.compra-item-btn .c-req{font-size:.85rem}.compra-item-btn .c-solic{font-size:.78rem;margin-top:5px;padding:4px 8px}.compra-item-btn .c-pedido{font-size:.65rem;margin-top:5px;padding:3px 6px}.compra-item-btn .c-chip{font-size:.6rem;gap:4px;padding:6px 9px}}.compra-item-btn.selected .c-chip.em_compra{background:#ffffff38;border-color:#ffffff8c;color:#003c78}.compra-item-btn.selected .c-chip.aguardando_confirmacao{background:#ffffff38;color:#8a6500}.compra-item-btn.selected .c-chip.aguardando_finalizacao{background:#ffffff38;color:#004b80}.compra-item-btn.selected .c-chip.reprovado{background:#ffffff38;color:#7a1010}.compra-filtros{-webkit-backdrop-filter:blur(12px) saturate(150%);backdrop-filter:blur(12px) saturate(150%);background:linear-gradient(145deg,#002c5ab3,#001834cc);border:1px solid #9bd3ff4d;border-radius:16px;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;gap:10px;padding:12px}.compra-filtros .cf-busca,.compra-filtros select{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #9bd3ff66;border-radius:10px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.2px;outline:none;padding:10px 12px;text-shadow:0 1px 2px #0000004d;transition:all .3s ease}.compra-filtros .cf-busca:focus,.compra-filtros select:focus{background:#ffffff26;border-color:#9bd3ff;box-shadow:0 0 0 3px #5bbcff66,0 2px 8px #5bbcff33}.compra-filtros select option{background:#022d55;border:none;color:#fff;font-weight:500;padding:8px}.compra-filtros select option:hover{background:#0a4a80;color:#fff}.compra-filtros select option:checked,.compra-filtros select option:selected{background:linear-gradient(135deg,#3742fa,#3498db);color:#fff;font-weight:700}.compra-filtros .cf-row1{align-items:center;display:flex;gap:10px}.compra-filtros .cf-row1 select{flex:1 1;min-width:0}.compra-filtros .cf-busca{width:100%}@media (max-width:768px){.compra-filtros{gap:8px;padding:10px}.compra-filtros .cf-row1{flex-direction:column;gap:8px}.compra-filtros .cf-row1 select{width:100%}.compra-filtros .cf-busca,.compra-filtros select{font-size:.75rem;padding:9px 10px}}@media (max-width:480px){.compra-filtros{gap:6px;padding:8px}.compra-filtros .cf-busca,.compra-filtros select{font-size:.72rem;padding:8px 9px}}.compra-scroll{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00264d4d;border:1px solid #9bd3ff40;border-radius:16px;box-shadow:inset 0 2px 8px #0003;flex:1 1;overflow-y:auto;padding:12px}@media (max-width:768px){.compra-scroll{padding:10px}}@media (max-width:480px){.compra-scroll{padding:8px}}.compra-scroll::-webkit-scrollbar{width:14px}.compra-scroll::-webkit-scrollbar-track{background:#00000040;border-radius:10px;margin:4px 0}.compra-scroll::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00bfffb3,#0095ffd9 50%,#00bfffb3);border:2px solid #0000004d;border-radius:10px;box-shadow:0 0 12px #00bfff99;-webkit-transition:all .3s ease;transition:all .3s ease}.compra-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00bfffe6,#0095ff 50%,#00bfffe6);border-color:#00bfff80;box-shadow:0 0 18px #00bfffe6}.compra-scroll::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#00bfff,#0095ff)}.fornecedores-scroll::-webkit-scrollbar{width:14px}.fornecedores-scroll::-webkit-scrollbar-track{background:#0000004d;border:2px solid #00bfff26;border-radius:12px}.fornecedores-scroll::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00bfffb3,#0095ffe6 50%,#00bfffb3);border:2px solid #00bfff4d;border-radius:12px;box-shadow:0 0 12px #00bfff80}.fornecedores-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00bfffe6,#0095ff 50%,#00bfffe6);border-color:#00bfff80;box-shadow:0 0 18px #00bfffe6}.fornecedores-scroll::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#00bfff,#0095ff)}.compra-detalhes-scroll::-webkit-scrollbar{width:14px}.compra-detalhes-scroll::-webkit-scrollbar-track{background:#0000004d;border:2px solid #00bfff26;border-radius:12px}.compra-detalhes-scroll::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00bfffb3,#0095ffe6 50%,#00bfffb3);border:2px solid #00bfff4d;border-radius:12px;box-shadow:0 0 12px #00bfff80}.compra-detalhes-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00bfffe6,#0095ff 50%,#00bfffe6);border-color:#00bfff80;box-shadow:0 0 18px #00bfffe6}.compra-detalhes-scroll::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#00bfff,#0095ff)}.reqc-section::-webkit-scrollbar{width:14px}.reqc-section::-webkit-scrollbar-track{background:#0000004d;border:2px solid #00bfff26;border-radius:12px}.reqc-section::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00bfffb3,#0095ffe6 50%,#00bfffb3);border:2px solid #00bfff4d;border-radius:12px;box-shadow:0 0 12px #00bfff80}.reqc-section::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00bfffe6,#0095ff 50%,#00bfffe6);border-color:#00bfff80;box-shadow:0 0 18px #00bfffe6}.reqc-section::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#00bfff,#0095ff)}.compra-filtros .cf-row2{align-items:center;display:flex;gap:10px}.compra-filtros .cf-clear{background:#ffffff1f;border:1px solid #9bd3ff66;border-radius:10px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;letter-spacing:.3px;padding:8px 14px;text-shadow:0 1px 2px #0000004d;transition:all .3s ease}.compra-filtros .cf-clear:hover{background:linear-gradient(135deg,#3742fa,#3498db);border-color:#3742facc;box-shadow:0 2px 8px #3742fa4d;color:#fff;transform:translateY(-1px)}.reqc-page{color:#eaf6ff;padding:96px 24px 32px;position:relative}.reqc-page.reqc-modal{padding:16px}.reqc-header{-webkit-backdrop-filter:blur(12px) saturate(140%);backdrop-filter:blur(12px) saturate(140%);background:linear-gradient(135deg,#003c78e6,#002850f2);border:1px solid #5bbcff66;border-radius:16px;box-shadow:0 8px 32px #0000004d;margin:0 auto 16px;max-width:1200px;overflow:hidden;padding:20px 64px 20px 20px;position:relative}.reqc-header:before{background:linear-gradient(90deg,#0000,#5bbcffcc 50%,#0000);content:"";height:2px;left:0;position:absolute;right:0;top:0}.reqc-title{align-items:center;color:#fff;display:flex;font-size:1.4rem;font-weight:800;gap:10px;letter-spacing:.5px;margin-bottom:16px;text-shadow:0 2px 4px #00000080}.reqc-title:before{content:"📋";filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:1.5rem}.reqc-tabs{display:flex;gap:8px;margin:6px 0 14px}.reqc-tab{background:#00264d47;border:1px solid #9bd3ff4d;border-radius:10px;color:#eaf6ff;font-weight:700;padding:8px 12px}.reqc-tab.active{background:linear-gradient(135deg,#5bbcff,#9bd3ff);border-color:#9bd3ff8c;color:#003c78}.reqc-dev{align-items:center;display:flex;gap:8px;margin:-6px 0 10px}.reqc-dev>span{font-size:.9rem;opacity:.8}.reqc-meta{grid-gap:14px 16px;align-items:start;display:grid;gap:14px 16px;grid-template-columns:minmax(220px,2fr) minmax(140px,1fr) minmax(180px,1.2fr) minmax(160px,1fr) minmax(140px,.8fr);justify-items:stretch}.reqc-row{align-items:flex-start;display:flex;flex-direction:column;gap:6px;min-width:0;width:100%}.reqc-row label{font-size:.92rem;line-height:1.2;opacity:.95;padding-left:2px}.reqc-coment textarea,.reqc-row input,.reqc-row select{font-feature-settings:"tnum";background:#ffffff1a;border:1px solid #9bd3ff52;border-radius:8px;box-sizing:border-box;color:#eaf6ff;font-variant-numeric:tabular-nums;height:40px;min-width:0;outline:none;padding:10px 12px;width:100%}.reqc-row select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239bd3ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;color-scheme:dark;padding-right:36px}.reqc-row select option{padding:8px 12px}.reqc-row select optgroup,.reqc-row select option{background:#022d55!important;color:#eaf6ff!important}.reqc-row select optgroup{font-weight:700}.reqc-row select option[disabled]{background:#023356!important;color:#eaf6ff73!important}.reqc-row select option:checked{background:linear-gradient(135deg,#0b5fa3,#138bdc)!important;color:#fff!important}.reqc-row select option:hover{background:#0a4a80!important}.reqc-row select::-webkit-scrollbar{background:#022d55;width:12px}.reqc-row select::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0b5fa3,#138bdc);border-radius:6px}.hf-item select option{background:#022d55!important;color:#eaf6ff!important}.hf-item select option:checked{background:linear-gradient(135deg,#0b5fa3,#138bdc)!important;color:#fff!important}.hf-item select option[disabled]{background:#023356!important;color:#eaf6ff73!important}.reqc-row input[type=date]{height:40px;padding:8px 12px}.reqc-coment textarea::placeholder,.reqc-row input::placeholder,.reqc-table tbody input::placeholder{color:#eaf6ffa6;font-style:italic}.reqc-coment textarea:focus,.reqc-row input:focus,.reqc-row select:focus,.reqc-table tbody input:focus{border-color:#9bd3ffb3;box-shadow:0 0 0 3px #9bd3ff26}.reqc-coment textarea:disabled,.reqc-row input:disabled,.reqc-row select:disabled{opacity:.7}.reqc-coment{margin-top:12px}.reqc-coment label{display:block;margin-bottom:6px}.reqc-coment textarea{height:auto;min-height:140px;resize:vertical}.reqc-coment-advanced .comentarios-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.comentarios-textarea{-webkit-backdrop-filter:blur(4px) saturate(140%);backdrop-filter:blur(4px) saturate(140%);background:linear-gradient(135deg,#ffffff1a,#9bd3ff14);border:1px solid #9bd3ff59;border-radius:12px;font-size:.95rem;line-height:1.4;min-height:96px;padding:14px 16px;resize:none;transition:border-color .25s,box-shadow .25s,background .4s;width:100%}.comentarios-textarea:focus{background:#ffffff24;border-color:#9bd3ffbf;box-shadow:0 0 0 3px #9bd3ff2e}.reqc-attach-bar{display:flex;flex-direction:column;gap:8px}.attach-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.attach-btn{align-items:center;background:#003c7840;border:1px dashed #9bd3ff8c;border-radius:10px;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:6px;padding:8px 14px}.attach-btn:hover{background:#003c7861}.attach-btn.disabled{cursor:not-allowed;opacity:.5}.link-input{background:#ffffff1a;border:1px solid #9bd3ff52;border-radius:9px;color:#eaf6ff;flex:1 1;min-width:240px;padding:10px 12px}.link-input:focus{border-color:#9bd3ffb3;box-shadow:0 0 0 3px #9bd3ff26;outline:none}.attach-previews{display:flex;flex-wrap:wrap;gap:12px}.attach-preview{background:#00264d57;border:1px solid #9bd3ff59;border-radius:12px;box-shadow:0 4px 18px -4px #0006;padding:8px 10px 10px;position:relative}.attach-preview.link{max-width:460px;overflow:hidden;text-overflow:ellipsis}.attach-preview.link a{color:#9bd3ff;font-weight:600;text-decoration:none;word-break:break-all}.attach-preview.link a:hover{text-decoration:underline}.attach-preview.image img{border-radius:8px;display:block;max-height:140px;max-width:220px;object-fit:cover}.attach-preview button{background:#f35;border:none;border-radius:50%;box-shadow:0 2px 6px #00000080;color:#fff;cursor:pointer;font-size:16px;height:24px;line-height:1;position:absolute;right:4px;top:4px;width:24px}.attach-preview button:hover{background:#ff5470}@media (max-width:840px){.attach-actions{align-items:stretch;flex-direction:column}.link-input{width:100%}}.reqc-table-wrap{margin:0 auto;max-width:1200px}.reqc-table{-webkit-backdrop-filter:blur(8px) saturate(130%);backdrop-filter:blur(8px) saturate(130%);background:#00264d61;border:1px solid #9bd3ff73;border-collapse:initial;border-radius:12px;border-spacing:0;box-shadow:0 14px 36px #00000047;overflow:hidden;width:100%}.reqc-table thead th{background:#5bbcff1f;color:#ffffffd9;font-size:12px;font-weight:700;letter-spacing:.5px;padding:14px 12px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:1}.reqc-table tbody td,.reqc-table tfoot td{border-top:1px dashed #9bd3ff40;padding:10px 12px}.reqc-table tbody input{background:#ffffff14;border:1px solid #9bd3ff40;border-radius:6px;box-sizing:border-box;color:#eaf6ff;height:38px;outline:none;padding:8px 10px;width:100%}.reqc-table tbody tr{height:48px}.reqc-table tbody tr:nth-child(odd){background:#ffffff05}.reqc-table tbody tr:hover{background:#5bbcff0f}.reqc-table tbody td:first-child,.reqc-table thead th:first-child{width:72px}.reqc-table tbody td:nth-child(3),.reqc-table thead th:nth-child(3){text-align:center;width:110px}.reqc-table tbody td:nth-child(4),.reqc-table thead th:nth-child(4){width:120px}.reqc-table tbody td:nth-child(5),.reqc-table thead th:nth-child(5){width:170px}.reqc-table tbody td:nth-child(6),.reqc-table thead th:nth-child(6){width:200px}.reqc-table tbody td:nth-child(3) input{text-align:center}.reqc-table tbody td:nth-child(4) input,.reqc-table tbody td:nth-child(5) input,.reqc-table tbody td:nth-child(6) input{direction:ltr;text-align:right}.reqc-table tbody td:nth-child(4) input:focus,.reqc-table tbody td:nth-child(5) input:focus,.reqc-table tbody td:nth-child(6) input:focus{text-align:left}.reqc-total-label{font-weight:700;text-align:right}.reqc-total-value{font-weight:800}.reqc-total-value.right{text-align:right}.reqc-actions{gap:10px;margin-top:16px}.reqc-actions button{background:#00264d66;border:1px solid #9bd3ff66;border-radius:8px;color:#eaf6ff;font-size:13px;font-weight:600;padding:10px 20px;transition:all .2s ease}.reqc-actions button:hover{background:#00264d99;border-color:#9bd3ff99}.reqc-actions button.primary{border:none;font-weight:700}.reqc-actions button.primary:hover{background:linear-gradient(135deg,#6ec6ff,#9bd3ff)}.reqc-actions button.danger{background:#f44336;border:none;color:#fff;font-weight:600}.reqc-actions button.danger:hover{background:#d32f2f}.reqc-actions button.ghost{border-color:#9bd3ff4d}.reqc-actions button.ghost:hover{background:#9bd3ff14;border-color:#9bd3ff73}.reqc-close{background:#00264d61;border:1px solid #9bd3ff59;border-radius:10px;color:#eaf6ff;height:36px;position:absolute;right:12px;top:12px;width:36px}.reqc-page.reqc-modal .reqc-close{display:none}.reqc-banner{border-radius:10px;font-weight:700;margin:0 auto 12px;max-width:1200px;padding:10px 12px}.reqc-banner.success{background:#27d17f26;border:1px solid #27d17f66}.reqc-banner.error{background:#ff5a5a26;border:1px solid #ff5a5a66}.reqc-toast{align-items:center;animation:slideInRight .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:12px;box-shadow:0 8px 32px #0000001f;display:flex;font-size:14px;font-weight:600;gap:12px;justify-content:space-between;line-height:1.4;max-width:400px;min-width:300px;padding:16px 20px;position:fixed!important;right:20px!important;top:20px!important;z-index:9999!important}.reqc-toast.success{background:#27d17fe6;border-color:#27d17f4d;color:#fff}.reqc-toast.error{background:#ff5a5ae6;border-color:#ff5a5a4d;color:#fff}.reqc-toast-close{align-items:center;background:none;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:24px;justify-content:center;padding:0;transition:all .2s ease;width:24px}.reqc-toast-close:hover{background:#fff3;transform:scale(1.1)}@media (max-width:480px){.reqc-toast{left:10px;max-width:none;min-width:auto;right:10px;top:10px}}.reqc-row input.invalid,.reqc-table input.invalid{border-color:#ff5a5ab3;box-shadow:0 0 0 3px #ff5a5a26}.reqc-detail{background:#ffffff0a;border:1px solid #9bd3ff59;border-radius:10px;margin:8px 0 12px;padding:12px}.reqc-detail-title{font-weight:800;margin-bottom:8px;opacity:.95}.reqc-detail-grid{grid-gap:8px 12px;display:grid;gap:8px 12px;grid-template-columns:repeat(4,minmax(160px,1fr))}.reqc-chip{border-radius:999px;display:inline-block;font-size:.85rem;font-weight:800;padding:2px 8px}.reqc-chip.pendente{background:#ffc1072e;border:1px solid #ffc10766;color:#ffdd57}.reqc-chip.cotado{background:#5bbcff2e;border:1px solid #5bbcff73;color:#9bd3ff}.reqc-chip.aprovado{background:#27d17f2e;border:1px solid #27d17f73;color:#61e2a3}.reqc-chip.reprovado{background:#ff5a5a2e;border:1px solid #ff5a5a73;color:#ff9b9b}.reqc-timeline{margin:0;padding-left:18px}.reqc-timeline li{margin:4px 0;opacity:.95}.reqc-mobile-items{display:flex;flex-direction:column;gap:14px;margin-bottom:16px;max-width:100%;overflow:hidden}.reqc-mobile-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(145deg,#00306073,#001c3e66);border:1.5px solid #9bd3ff59;border-radius:14px;box-shadow:0 6px 20px #0000004d;max-width:100%;overflow:hidden;padding:16px;transition:all .3s ease}.reqc-mobile-card:hover{border-color:#9bd3ff80;box-shadow:0 8px 28px #0006;transform:translateY(-2px)}.mobile-card-header{align-items:center;border-bottom:2px solid #9bd3ff40;display:flex;justify-content:space-between;margin-bottom:14px;padding-bottom:10px}.mobile-item-number{color:#9bd3ff;font-size:1.1rem;font-weight:800;letter-spacing:.5px;text-shadow:0 2px 4px #0000004d}.mobile-card-field{margin-bottom:12px}.mobile-card-field:last-of-type{margin-bottom:0}.mobile-card-field label{color:#ffffffb3;display:block;font-size:.7rem;font-weight:700;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.mobile-card-field input,.mobile-card-field select{-webkit-appearance:none;appearance:none;background:#ffffff14;border:1px solid #9bd3ff4d;border-radius:10px;box-sizing:border-box;color:#eaf6ff;font-size:.9rem;font-weight:600;max-width:100%;outline:none;overflow:hidden;padding:11px 13px;text-overflow:ellipsis;transition:all .3s ease;width:100%}.mobile-card-field select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%239bd3ff' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.mobile-card-field select option{background:#00264df2;color:#eaf6ff;padding:8px 12px}.mobile-card-field input:focus,.mobile-card-field select:focus{background:#ffffff1f;border-color:#9bd3ff99;box-shadow:0 0 0 3px #9bd3ff26}.mobile-card-field input:disabled,.mobile-card-field select:disabled{cursor:not-allowed;opacity:.7}.mobile-card-field input.invalid{background:#ff5a5a1a;border-color:#ff5a5ab3}.mobile-card-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:12px}.mobile-card-field.mobile-total{border-top:2px solid #9bd3ff40;margin-top:14px;padding-top:14px}.mobile-card-field.mobile-total label{color:#9bd3ff;font-size:.75rem}.mobile-card-field.mobile-total .mobile-total-input{background:#003c7859;border:2px solid #9bd3ff80;color:#9bd3ff;font-size:1.1rem;font-weight:800;text-align:right}.reqc-mobile-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#5bbcff2e,#003c7859);border:2px solid #9bd3ff80;border-radius:14px;box-shadow:0 6px 24px #00000059;margin-top:16px;padding:18px}.mobile-total-row{align-items:center;display:flex;justify-content:space-between;padding:10px 0}.mobile-total-row.grand-total{border-top:2px solid #9bd3ff66;margin-top:12px;padding-top:16px}.mobile-total-label{color:#ffffffd9;font-size:.85rem;font-weight:700;letter-spacing:.4px}.mobile-total-row.grand-total .mobile-total-label{color:#fff;font-size:1rem}.mobile-total-value{color:#9bd3ff;font-size:1rem;font-weight:800;text-shadow:0 2px 6px #0006}.mobile-total-row.grand-total .mobile-total-value{color:#9bd3ff;font-size:1.4rem}@media (max-width:768px){.reqc-page{padding:80px 12px 20px}.reqc-header h2{font-size:1.3rem}.reqc-meta{gap:10px;grid-template-columns:1fr}.reqc-row label{font-size:.7rem}.reqc-row input,.reqc-row select,.reqc-row textarea{font-size:.85rem;padding:9px 11px}.reqc-table-wrap{overflow:visible}.reqc-actions{flex-wrap:wrap;gap:8px}.reqc-actions button{flex-basis:calc(50% - 4px);flex-grow:1;flex-shrink:1;font-size:.85rem;min-width:120px;padding:10px 12px}.attach-actions-modern{flex-direction:column;gap:10px}.attach-btn-modern{justify-content:center;width:100%}.link-input-modern{width:100%}.attach-preview-modern.image img{max-height:140px;max-width:180px}.reqc-toast{font-size:13px;left:10px!important;max-width:none;min-width:auto;padding:12px 16px;right:10px!important;top:10px!important}.reqc-detail-grid{grid-template-columns:1fr 1fr}.aprov-resumo{grid-template-columns:1fr}.aprov-galeria .aprov-imagem img{max-height:120px;max-width:150px}.poc-header{gap:10px;grid-template-columns:1fr}.poc-right h3{text-align:left}.poc-grid.fornecedor,.poc-grid.meta{grid-template-columns:1fr}.hist-side{width:300px}}@media (max-width:480px){.reqc-page{padding:70px 8px 16px}.reqc-header{padding:14px}.reqc-header h2{font-size:1.1rem}.reqc-meta{gap:8px}.reqc-row label{font-size:.65rem}.reqc-row input,.reqc-row select,.reqc-row textarea{font-size:.8rem;padding:8px 10px}.reqc-table{font-size:.75rem;min-width:600px}.reqc-table thead th{font-size:.7rem;padding:10px 6px}.reqc-table tbody td{padding:6px 4px}.reqc-table tbody input{font-size:.75rem;padding:5px 6px}.reqc-actions button{flex:1 1 100%;font-size:.8rem}.attach-preview.image img{max-height:100px;max-width:120px}.reqc-toast{font-size:12px;left:8px!important;padding:10px 14px;right:8px!important;top:8px!important}.reqc-detail{padding:10px}.reqc-detail-grid{font-size:.85rem;grid-template-columns:1fr}.aprov-galeria .aprov-imagem img{max-height:100px;max-width:130px}.poc-wrapper{font-size:.65rem;padding:12px}.poc-logo{height:60px;width:60px}.poc-grid.condicoes{grid-template-columns:1fr}.hist-side{max-width:320px;width:calc(100vw - 40px)}.hist-filtros{grid-template-columns:1fr}}.aprov-resumo{grid-gap:6px 18px;background:#00264d61;border:1px solid #9bd3ff59;border-radius:14px;box-shadow:0 10px 28px -6px #0006;display:grid;gap:6px 18px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:18px;padding:12px 16px}.aprov-resumo .aprov-coment{background:#ffffff0f;border-radius:10px;font-size:.9rem;grid-column:1/-1;line-height:1.4;padding:10px 12px;white-space:pre-wrap}.aprov-imagem img{border:1px solid #9bd3ff59;border-radius:10px;box-shadow:0 4px 16px #0006;max-height:160px;max-width:260px}.aprov-galeria{display:flex;flex-wrap:wrap;gap:12px;grid-column:1/-1}.aprov-galeria .aprov-imagem img{max-height:140px;max-width:200px}.motivo-wrapper{display:flex;flex-direction:column;gap:6px;position:relative;width:100%}.motivo-textarea{-webkit-backdrop-filter:blur(4px) saturate(140%);backdrop-filter:blur(4px) saturate(140%);background:linear-gradient(145deg,#ffffff14,#ffffff0a);border:1px solid #9bd3ff59;border-radius:14px;box-shadow:inset 0 4px 18px -6px #0000008c,0 2px 6px -2px #0000008c;box-sizing:border-box;color:#eaf6ff;display:block;font-family:inherit;font-size:.8rem;line-height:1.45;max-height:300px;max-width:100%;min-height:110px;outline:none;overflow:auto;padding:14px 16px 18px;resize:vertical;width:100%}.motivo-textarea:focus{border-color:#9bd3ffb3;box-shadow:0 0 0 3px #9bd3ff38,inset 0 4px 18px -6px #0000008c}.motivo-textarea::placeholder{color:#eaf6ff73}.motivo-footer{display:flex;font-size:.6rem;font-weight:600;justify-content:space-between;letter-spacing:.5px;opacity:.75;padding:0 4px 2px}.motivo-footer .atalho{font-weight:500;opacity:.55}@media (max-width:768px){.aprov-resumo{gap:8px;grid-template-columns:1fr;padding:10px 14px}.aprov-resumo .aprov-coment{font-size:.85rem;padding:9px 10px}.aprov-imagem img{max-height:160px;max-width:240px}.aprov-galeria .aprov-imagem img{max-height:120px;max-width:170px}.motivo-textarea{font-size:.75rem;min-height:100px;padding:12px 14px 16px}.motivo-footer{font-size:.55rem}}@media (max-width:480px){.aprov-resumo{gap:6px;padding:9px 12px}.aprov-resumo .aprov-coment{font-size:.8rem;padding:8px 9px}.aprov-imagem img{max-height:140px;max-width:200px}.aprov-galeria .aprov-imagem img{max-height:100px;max-width:140px}.motivo-textarea{font-size:.72rem;min-height:90px;padding:10px 12px 14px}.motivo-footer{font-size:.52rem}}.poc-wrapper{background:#0b0f14;border:1px solid #2a313b;border-radius:16px;box-shadow:0 12px 32px -10px #000000a6,inset 0 0 0 1px #ffffff0d;color:#d8e6f2;font-size:.68rem;padding:14px 16px 18px}.poc-header{grid-gap:12px;align-items:flex-start;display:grid;gap:12px;grid-template-columns:80px 1fr 200px;margin-bottom:12px}.poc-logo{align-items:center;background:linear-gradient(135deg,#5bbcff22,#9bd3ff11);border:1px solid #3a4a5a;border-radius:6px;display:flex;font-size:.55rem;height:80px;justify-content:center;width:80px}.poc-company h4,.poc-logo{font-weight:700;letter-spacing:.5px}.poc-company h4{font-size:.62rem;margin:0 0 4px}.poc-company p{font-size:.5rem;margin:0;opacity:.75}.poc-right h3{font-size:.72rem;letter-spacing:.5px;line-height:1.15;margin:0 0 6px;text-align:right}.poc-right .poc-inline{display:flex;flex-direction:column;font-size:.5rem;font-weight:600;gap:4px}.poc-wrapper input,.poc-wrapper textarea{background:#222a33;border:1px solid #3a4a5a;border-radius:4px;color:#eaf6ff;font-family:inherit;font-size:.6rem;outline:none;padding:6px 8px}.poc-wrapper input:focus,.poc-wrapper textarea:focus{border-color:#5bbcff;box-shadow:0 0 0 2px #5bbcff33}.poc-grid{grid-gap:6px 12px;display:grid;gap:6px 12px;margin-bottom:10px}.poc-grid.meta{grid-template-columns:repeat(2,minmax(160px,1fr))}.poc-grid.fornecedor{grid-template-columns:repeat(2,minmax(150px,1fr))}.poc-grid.condicoes{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-top:6px}.poc-grid label{display:flex;flex-direction:column;font-size:.48rem;font-weight:600;gap:4px;letter-spacing:.5px}.poc-grid label.full{grid-column:1/-1}.poc-subtitle{background:#1d242c;border:1px solid #313b47;border-radius:6px;font-size:.56rem;font-weight:700;letter-spacing:.6px;margin:6px 0 10px;padding:6px 10px}.poc-itens{border-collapse:collapse;font-size:.55rem;margin:12px 0 10px;width:100%}.poc-itens td,.poc-itens th{border:1px solid #2f3944;padding:4px 6px}.poc-itens thead th{background:#1d242c;font-weight:700}.poc-itens tbody tr:nth-child(2n){background:#161d24}.poc-itens tbody tr:hover{background:#1e2731}.poc-totais{border:1px solid #2f3944;border-radius:8px;font-size:.55rem;margin:10px 0 12px;overflow:hidden}.poc-totais .linha{align-items:center;border-bottom:1px solid #2f3944;display:flex;gap:10px;justify-content:space-between;padding:6px 10px}.poc-totais .linha:last-child{border-bottom:none}.poc-totais input{text-align:right;width:80px}.poc-totais .destaque{background:linear-gradient(90deg,#243140,#2e4050);font-weight:700}.poc-aprov{grid-gap:8px 12px;display:grid;gap:8px 12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:12px}.poc-aprov label{display:flex;flex-direction:column;font-size:.48rem;font-weight:600;gap:4px}.poc-obs{background:#222a33;border:1px solid #3a4a5a;border-radius:6px;color:#eaf6ff;font-size:.55rem;min-height:80px;padding:8px 10px;resize:vertical;width:100%}.poc-obs:focus{border-color:#5bbcff;box-shadow:0 0 0 2px #5bbcff33}@media (max-width:780px){.poc-header{grid-template-columns:1fr}.poc-right h3{text-align:left}.poc-grid.fornecedor,.poc-grid.meta{grid-template-columns:1fr}}.reqc-actions .danger{background:linear-gradient(135deg,#ff4d5d,#ff1f3d);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:10px 18px}.reqc-actions .danger:hover{filter:brightness(1.1)}.reqc-chip.poc_enviado{background:#5bbcff1f;border:1px dashed #5bbcff73;color:#9bd3ff}.reqc-chip.poc_aprovado{background:#27d17f1f;border:2px solid #27d17fa6;color:#61e2a3}.reqc-chip.poc_reprovado{background:#ff5a5a1f;border:2px solid #ff5a5aa6;color:#ff9b9b}.reqc-table tbody input:disabled{filter:saturate(70%);opacity:.85}.hist-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000061;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .35s;z-index:59}.hist-overlay.open{opacity:1;pointer-events:auto}.hist-side{-webkit-backdrop-filter:blur(14px) saturate(170%);backdrop-filter:blur(14px) saturate(170%);background:linear-gradient(155deg,#003060eb,#001c3eeb);border-right:1px solid #9bd3ff59;box-shadow:4px 0 28px -8px #000000a6;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;height:100vh;left:0;overflow-y:auto;padding:82px 18px 18px;position:fixed;top:0;transform:translateX(-105%);transition:transform .45s cubic-bezier(.22,.9,.3,1),box-shadow .5s;width:340px;z-index:60}.hist-side.open{transform:translateX(0)}.hist-close{align-items:center;background:#00468c73;border:1px solid #9bd3ff73;border-radius:10px;color:#eaf6ff;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:34px;justify-content:center;position:absolute;right:10px;top:10px;width:34px}.hist-close:hover{background:#5bbcffe6;color:#003c78}.hist-head h3{align-items:center;background:linear-gradient(92deg,#9bd3ff,#fff);background-clip:text;-webkit-background-clip:text;color:#0000;display:inline-flex;filter:drop-shadow(0 2px 4px rgba(0,0,0,.45));font-size:1.08rem;font-weight:800;gap:8px;letter-spacing:.6px;margin:0 0 10px;position:relative}.hist-head h3:before{animation:hist-pulse 3s ease-in-out infinite;background:linear-gradient(135deg,#5bbcff,#9bd3ff);border-radius:2px;box-shadow:0 0 0 4px #5bbcff2e,0 0 0 8px #5bbcff14;content:"";display:inline-block;height:8px;width:8px}@keyframes hist-pulse{0%,70%,to{opacity:1;transform:scale(1)}75%{opacity:.85;transform:scale(1.45)}80%{opacity:1;transform:scale(1)}}.hist-summary{background:#ffffff0d;border:1px solid #9bd3ff40;border-radius:10px;display:flex;flex-wrap:wrap;font-size:.65rem;font-weight:600;gap:10px;padding:6px 10px}.hist-summary .pend{color:#ffdd57}.hist-summary .aprv{color:#61e2a3}.hist-summary .repv{color:#ff9b9b}.hist-toolbar{display:flex;flex-direction:column;gap:10px}@media (max-width:768px){.hist-side{gap:12px;padding:70px 16px 16px;width:300px}.hist-close{font-size:18px;height:32px;width:32px}.hist-head h3{font-size:1rem}.hist-summary{font-size:.6rem;gap:8px;padding:5px 9px}}@media (max-width:480px){.hist-side{gap:10px;max-width:320px;padding:60px 14px 14px;width:calc(100vw - 30px)}.hist-close{font-size:16px;height:30px;right:8px;top:8px;width:30px}.hist-head h3{font-size:.95rem}.hist-summary{font-size:.58rem;gap:6px;padding:5px 8px}}.hist-filtros{grid-gap:14px;align-items:stretch;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr)) 1.4fr}.hf-item{color:#fffc;display:flex;flex-direction:column;font-size:.65rem;font-weight:700;gap:6px;letter-spacing:.4px;text-shadow:0 1px 2px #0000004d;text-transform:uppercase}.hf-label{padding-left:2px}.hf-item input,.hf-item select{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #9bd3ff66;border-radius:10px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.2px;outline:none;padding:10px 12px;text-shadow:0 1px 2px #0000004d;transition:all .3s ease}.hf-item input:focus,.hf-item select:focus{background:#ffffff26;border-color:#9bd3ff;box-shadow:0 0 0 3px #9bd3ff4d,0 2px 8px #9bd3ff33}.hf-item.hf-search input{width:100%}.hf-item select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:38px}.hf-item input::placeholder{color:#ffffff80}.hf-item select option{background:#022d55;color:#fff;font-weight:500;padding:8px}@media (max-width:768px){.hist-filtros{gap:10px;grid-template-columns:1fr 1fr}.hf-item.hf-search{grid-column:1/-1}.hf-item{font-size:.6rem;gap:5px}.hf-item input,.hf-item select{font-size:.75rem;padding:9px 10px}.hf-item select{padding-right:34px}}@media (max-width:480px){.hist-filtros{gap:8px;grid-template-columns:1fr}.hf-item{font-size:.58rem;gap:4px}.hf-item input,.hf-item select{font-size:.72rem;padding:8px 9px}.hf-item select{background-size:16px;padding-right:32px}}.hf-item select option:checked,.hf-item select option:selected{background:linear-gradient(135deg,#3742fa,#3498db);color:#fff;font-weight:700}.hf-item select option[disabled]{background:#023356;color:#fff6}.user-track-panel{animation:ut-enter .6s cubic-bezier(.22,.9,.3,1);-webkit-backdrop-filter:blur(12px) saturate(170%);backdrop-filter:blur(12px) saturate(170%);background:linear-gradient(155deg,#00325ae0,#001a36d9);border:1px solid #9bd3ff61;border-radius:18px;bottom:14px;box-shadow:0 12px 40px -6px #000000b3;color:#eaf6ff;display:flex;flex-direction:column;font-size:.62rem;left:14px;max-width:44vw;overflow:hidden;position:fixed;width:310px;z-index:58}@keyframes ut-enter{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.user-track-panel.collapsed{width:180px}.ut-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:11px 15px 9px;-webkit-user-select:none;user-select:none}.ut-title{font-size:.7rem;font-weight:800;letter-spacing:.5px}.ut-toggle{background:#ffffff1a;border:1px solid #9bd3ff66;border-radius:8px;color:#9bd3ff;cursor:pointer;font-size:.6rem;font-weight:700;height:28px;transition:all .2s;width:32px}.ut-toggle:hover{background:#ffffff29}.ut-body{display:flex;flex-direction:column;gap:11px;max-height:340px;opacity:1;overflow-x:hidden;overflow-y:auto;padding:0 12px 12px;transform:scaleY(1);transform-origin:top;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .3s ease,transform .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1)}.user-track-panel.collapsed .ut-body{max-height:0;opacity:0;overflow:hidden;padding:0 12px;transform:scaleY(.8)}.ut-empty{font-style:italic;opacity:.65;padding:8px 4px}.ut-card{animation:ut-card-pop .5s cubic-bezier(.34,1.56,.64,1) backwards;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid #9bd3ff47;border-radius:14px;display:flex;flex-direction:column;gap:6px;padding:9px 11px 11px;position:relative;transition:all .25s}.ut-card:first-child{animation-delay:.05s}.ut-card:nth-child(2){animation-delay:.1s}.ut-card:nth-child(3){animation-delay:.15s}.ut-card:nth-child(4){animation-delay:.2s}.ut-card:nth-child(5){animation-delay:.25s}.ut-card:nth-child(6){animation-delay:.3s}.ut-card:nth-child(7){animation-delay:.35s}.ut-card:nth-child(8){animation-delay:.4s}.ut-card:hover{border-color:#5bbcff80;box-shadow:0 6px 16px #5bbcff40;transform:translateY(-2px) scale(1.02)}@keyframes ut-card-pop{0%{opacity:0;transform:translateY(12px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.ut-row1{display:flex;font-size:.66rem;font-weight:700;justify-content:space-between}.ut-req{color:#5bbcff}.ut-status{border-radius:10px;font-size:.52rem;font-weight:800;letter-spacing:.5px;padding:3px 8px;text-transform:uppercase}.ut-status.pendente{background:#ffc10738;color:#ffdd57}.ut-status.em_compra{background:#5bbcff38;color:#9bd3ff}.ut-status.aguardando_confirmacao{background:#ffc10742;color:#ffdd57}.ut-status.aguardando_finalizacao{background:#7bc8ff42;color:#9bd3ff}.ut-status.finalizado{background:#27d17f42;color:#61e2a3}.ut-status.reprovado{background:#ff5a5a42;color:#ff9b9b}.ut-progress-wrap{display:flex;flex-direction:column;gap:5px}.ut-progress-bar{background:#ffffff14;border-radius:5px;height:6px;overflow:hidden;position:relative}.ut-progress-fill{animation:ut-progress-glow 2s ease-in-out infinite;background:linear-gradient(90deg,#5bbcff,#9bd3ff);bottom:0;left:0;position:absolute;top:0;width:0}@keyframes ut-progress-glow{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}.ut-card.st-reprovado .ut-progress-fill{background:linear-gradient(90deg,#ff4d5d,#ff9b9b)}.ut-steps{align-items:center;display:flex;gap:5px;justify-content:space-between;margin-top:1px;position:relative}.ut-step{background:#ffffff38;border-radius:50%;box-shadow:0 0 0 1px #ffffff26;height:11px;position:relative;transition:all .3s;width:11px}.ut-step.done{background:linear-gradient(135deg,#5bbcff,#138bdc);box-shadow:0 0 0 2px #5bbcff66}.ut-step.active{animation:ut-pulse 2s ease-in-out infinite}@keyframes ut-pulse{0%,to{box-shadow:0 0 0 2px #5bbcff4d;transform:scale(1)}50%{box-shadow:0 0 0 4px #5bbcff1f;transform:scale(1.35)}}.ut-reprov-badge{animation:ut-reprov-pop .6s ease;color:#ff9b9b;font-size:.7rem;position:absolute;right:4px;text-shadow:0 0 4px #ff4d5d66;top:-4px}@keyframes ut-reprov-pop{0%{opacity:0;transform:scale(.6) rotate(-20deg)}to{opacity:1;transform:scale(1) rotate(0)}}.ut-tot{font-size:.56rem;font-weight:600;letter-spacing:.5px;opacity:.87}.user-track-panel::-webkit-scrollbar,.ut-body::-webkit-scrollbar{width:10px}.ut-body::-webkit-scrollbar-track{background:#00000026;border-radius:20px}.ut-body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0b5fa3,#138bdc);border-radius:20px}.ut-body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#138bdc,#0b5fa3)}.uth-header{-webkit-backdrop-filter:blur(6px) saturate(150%);backdrop-filter:blur(6px) saturate(150%);background:#00306066;border:1px solid #9bd3ff66;border-radius:18px;box-shadow:0 10px 28px -6px #0009;margin:0 0 18px;overflow:hidden;padding:14px 18px 18px;position:relative}.uth-header:before{background:linear-gradient(135deg,#5bbcff2e,#fff0);content:"";inset:0;pointer-events:none;position:absolute}.uth-head-top{align-items:baseline;display:flex;gap:20px;justify-content:space-between;margin:0 0 12px}.uth-head-top h2{background:linear-gradient(92deg,#9bd3ff,#fff);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.05rem;font-weight:900;letter-spacing:.5px;margin:0}.uth-count{font-size:.6rem;font-weight:700;letter-spacing:.5px;opacity:.75}.uth-filters{grid-gap:16px;align-items:stretch;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr)) minmax(240px,1.6fr)}.uth-filters label{color:#fffc;display:flex;flex-direction:column;font-size:.7rem;font-weight:700;gap:6px;letter-spacing:.4px;text-shadow:0 1px 2px #0000004d;text-transform:uppercase}.uth-filters input,.uth-filters select{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #9bd3ff66;border-radius:12px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.2px;outline:none;padding:10px 12px;text-shadow:0 1px 2px #0000004d;transition:all .3s ease}.uth-filters input:focus,.uth-filters select:focus{background:#ffffff26;border-color:#9bd3ff;box-shadow:0 0 0 3px #9bd3ff4d,0 2px 8px #9bd3ff33}.uth-filters select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:40px}.uth-filters select option{background:#022d55;border:none;color:#fff;font-weight:500;padding:8px}.uth-filters select option:hover{background:#0a4a80;color:#fff}.uth-filters select option:checked,.uth-filters select option:selected{background:linear-gradient(135deg,#3742fa,#3498db);color:#fff;font-weight:700}.uth-search{min-width:230px}.uth-grid-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.uth-grid-cards .hist-item{min-height:124px}@media (max-width:720px){.uth-filters{grid-template-columns:1fr 1fr}.uth-search{grid-column:1/-1}}@media (max-width:480px){.hist-filtros{grid-template-columns:1fr 1fr}.hist-filtros .hf-item.hf-search{grid-column:1/-1}}.hist-lista{display:flex;flex-direction:column;gap:8px}.hist-empty{font-size:.7rem;margin:8px 4px;opacity:.6}.hist-side::-webkit-scrollbar{width:12px}.hist-side::-webkit-scrollbar-track{background:#0000004d;border:2px solid #9bd3ff26;border-radius:12px}.hist-side::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3742fab3,#3498dbe6 50%,#2980b9cc);border:2px solid #3742fa4d;border-radius:12px;box-shadow:0 0 12px #3498db80}.hist-side::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3742fae6,#3498db 50%,#2980b9e6);border-color:#3742fa80;box-shadow:0 0 18px #3498dbe6}.hist-side::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#3742fa,#3498db)}.hist-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid #9bd3ff33;border-radius:16px;box-shadow:0 6px 24px #00000040;cursor:pointer;display:flex;flex-direction:column;gap:12px;min-height:130px;overflow:hidden;padding:18px 16px 16px 22px;position:relative;transition:all .35s ease}.hist-item:hover{background:linear-gradient(135deg,#ffffff1f,#ffffff0f);border-color:#9bd3ff66;box-shadow:0 12px 32px #00000059;transform:translateY(-4px)}.hist-color-bar{bottom:0;box-shadow:0 0 12px #0000004d;left:0;opacity:1;position:absolute;top:0;transition:all .3s ease;width:5px}.hist-item.st-pendente .hist-color-bar{background:linear-gradient(180deg,#ffa726,#ff9800,#f57c00);box-shadow:0 0 15px #ff982680}.hist-item.st-aprovado .hist-color-bar,.hist-item.st-finalizado .hist-color-bar{background:linear-gradient(180deg,#00ff87,#2ecc71,#27ae60);box-shadow:0 0 15px #2ecc7180}.hist-item.st-reprovado .hist-color-bar{background:linear-gradient(180deg,#ff4757,#e74c3c,#c0392b);box-shadow:0 0 15px #e74c3c80}.hist-item.st-aguardando_confirmacao .hist-color-bar,.hist-item.st-aguardando_finalizacao .hist-color-bar,.hist-item.st-em_compra .hist-color-bar{background:linear-gradient(180deg,#3742fa,#3498db,#2980b9);box-shadow:0 0 15px #3498db80}.hist-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.hist-req{color:#fff;font-size:1rem;font-weight:700;letter-spacing:-.02em;text-shadow:0 1px 3px #0006}.hist-status{align-items:center;border-radius:20px;display:flex;font-size:.7rem;font-weight:700;gap:6px;letter-spacing:.8px;padding:8px 14px;text-shadow:0 1px 2px #0000004d;text-transform:uppercase;white-space:nowrap}.hist-status.pendente{background:linear-gradient(135deg,#ffa72640,#ff980033);border:1px solid #ffa72680;box-shadow:0 2px 8px #ff98004d;color:#ffa726}.hist-status.pendente:before{content:"⏳";font-size:.8rem}.hist-status.aprovado,.hist-status.finalizado{background:linear-gradient(135deg,#00ff8740,#2ecc7133);border:1px solid #00ff8780;box-shadow:0 2px 8px #2ecc714d;color:#00ff87}.hist-status.aprovado:before,.hist-status.finalizado:before{content:"✓";font-size:.9rem;font-weight:700}.hist-status.em_compra{background:linear-gradient(135deg,#3742fa40,#3498db33);border:1px solid #3742fa80;box-shadow:0 2px 8px #3498db4d;color:#3742fa}.hist-status.em_compra:before{content:"🛒";font-size:.8rem}.hist-status.aguardando_confirmacao{background:linear-gradient(135deg,#3742fa38,#3498db2e);border:1px solid #3742fa73;box-shadow:0 2px 8px #3498db40;color:#3742fa}.hist-status.aguardando_confirmacao:before{content:"📋";font-size:.8rem}.hist-status.aguardando_finalizacao{background:linear-gradient(135deg,#00e67659,#10b98147);border:1px solid #00e67699;box-shadow:0 2px 8px #00e67659;color:#5eead4;max-width:-webkit-fit-content;max-width:fit-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hist-status.reprovado{background:linear-gradient(135deg,#ff475740,#e74c3c33);border:1px solid #ff475780;box-shadow:0 2px 8px #e74c3c4d;color:#ff4757}.hist-status.reprovado:before{content:"✗";font-size:.9rem;font-weight:700}.hist-meta{display:flex;flex:1 1;flex-direction:column;gap:8px}.hist-meta span{background:#00000026;border:1px solid #ffffff14;border-radius:8px;color:#ffffffd9;font-size:.85rem;font-weight:500;padding:6px 10px;text-shadow:0 1px 2px #0003}.hist-footer{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;padding-top:8px}.hist-total{color:#fff;font-size:.9rem;font-weight:700;text-shadow:0 1px 2px #0000004d}.hist-qtd{background:#00000026;border:1px solid #ffffff1a;border-radius:12px;color:#ffffffb3;font-size:.75rem;font-weight:600;padding:4px 8px}@media (max-width:899px){.hist-side{max-width:440px;width:100%}}.cs-wrap{font-size:.72rem}.cs-btn,.cs-wrap{position:relative;width:100%}.cs-btn{background:linear-gradient(135deg,#ffffff14,#ffffff05);border:1px solid #9bd3ff59;border-radius:9px;color:#eaf6ff;cursor:pointer;font-weight:600;letter-spacing:.2px;padding:8px 34px 8px 10px;text-align:left;transition:border-color .25s,box-shadow .3s,background .4s}.cs-btn:hover{background:linear-gradient(135deg,#ffffff1f,#ffffff0a);border-color:#9bd3ff8c}.cs-btn:focus{border-color:#9bd3ffb3;box-shadow:0 0 0 3px #9bd3ff2e;outline:none}.cs-btn.open{background:linear-gradient(135deg,#00468c8c,#0030608c);border-color:#9bd3ff}.cs-value.placeholder{font-style:italic;opacity:.55}.cs-arrow{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:0;width:30px}.cs-arrow:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239bd3ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") 50%/14px 14px no-repeat;content:"";height:14px;opacity:.9;transition:transform .35s;width:14px}.cs-btn.open .cs-arrow:after{transform:rotate(180deg)}.cs-list{-webkit-backdrop-filter:blur(8px) saturate(160%);backdrop-filter:blur(8px) saturate(160%);background:linear-gradient(155deg,#002e5cf7,#001a3cf7);border:1px solid #9bd3ff73;border-radius:10px;box-shadow:0 14px 38px -8px #0000008c;display:flex;flex-direction:column;gap:2px;left:0;list-style:none;margin:4px 0 0;max-height:228px;overflow:auto;padding:6px;position:absolute;right:0;z-index:70}.cs-option{align-items:center;background:#ffffff0a;border-radius:7px;color:#eaf6ff;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:8px 10px;transition:background .25s,color .25s}.cs-option.focus{background:#9bd3ff2e}.cs-option.selected{background:linear-gradient(135deg,#5bbcff,#138bdc);color:#003c78}.cs-option.selected .cs-check{font-weight:800}.cs-option:not(.selected):hover{background:#9bd3ff1f}.cs-check{font-size:.8rem;margin-left:12px}.cs-list::-webkit-scrollbar{width:10px}.cs-list::-webkit-scrollbar-track{background:#00000026;border-radius:20px}.cs-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0b5fa3,#138bdc);border-radius:20px}.hf-native-select{background:#ffffff1a;border:1px solid #9bd3ff59;border-radius:9px;color:#eaf6ff;font-size:.72rem;font-weight:600;letter-spacing:.2px;padding:8px 10px;width:100%}@media (max-width:480px){.cs-list{max-height:50vh}}.prioridade-chip{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid;border-radius:12px;display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;padding:4px 8px}.prioridade-chip.normal{background:#2ea04333;border-color:#2ea04366;color:#4ade80}.prioridade-chip.atencao{background:#fbbf2433;border-color:#fbbf2466;color:#fbbf24}.prioridade-chip.urgente{background:#ef444433;border-color:#ef444466;color:#ef4444}select[name=nivelPrioridade]{background:linear-gradient(135deg,#0028504d,#003c7866);border:1px solid #5bbcff4d;color:#fff;font-weight:600}select[name=nivelPrioridade]:focus{border-color:#5bbcff99;box-shadow:0 0 0 2px #5bbcff33}.reqc-comments-section{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#002d5a4d,#001e4166);border:1px solid #5bbcff4d;border-radius:16px;box-shadow:0 8px 32px #0003;box-sizing:border-box;margin:24px 0;max-width:100%;overflow:hidden;padding:20px}.comments-title{align-items:center;color:#fff;display:flex;font-size:1.1rem;font-weight:700;gap:8px;margin:0 0 16px}.comments-title:before{content:"💬";font-size:1.2rem}.comentarios-wrapper-modern{display:flex;flex-direction:column;gap:16px}.comentarios-textarea-modern{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#00285066,#003c784d);border:1px solid #5bbcff66;border-radius:12px;box-shadow:inset 0 2px 8px #0003;box-sizing:border-box;color:#fff;font-family:inherit;font-size:.9rem;line-height:1.5;max-height:300px;max-width:100%;min-height:120px;outline:none;padding:16px 18px;resize:vertical;transition:all .3s ease;width:100%}.comentarios-textarea-modern:focus{background:linear-gradient(135deg,#00326480,#00468c66);border-color:#5bbcffb3;box-shadow:0 0 0 3px #5bbcff33,inset 0 2px 8px #0003}.comentarios-textarea-modern::placeholder{color:#ffffff80;font-style:italic}.reqc-attach-bar-modern{display:flex;flex-direction:column;gap:12px}.attach-actions-modern{align-items:stretch;display:flex;flex-wrap:wrap;gap:12px;max-width:100%}.attach-btn-modern{align-items:center;background:linear-gradient(135deg,#003c7899,#002850b3);border:1px solid #5bbcff66;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:8px;padding:12px 16px;text-decoration:none;transition:all .3s ease}.attach-btn-modern:hover:not(.disabled){background:linear-gradient(135deg,#00468cb3,#003264cc);border-color:#5bbcff99;box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.attach-btn-modern.disabled{cursor:not-allowed;opacity:.5}.attach-icon{font-size:1rem}.link-input-modern{background:linear-gradient(135deg,#00285066,#003c784d);border:1px solid #5bbcff66;border-radius:10px;box-sizing:border-box;color:#fff;flex:1 1;font-size:.85rem;max-width:100%;min-width:300px;outline:none;padding:12px 16px;transition:all .3s ease}.link-input-modern:focus{background:linear-gradient(135deg,#00326480,#00468c66);border-color:#5bbcffb3;box-shadow:0 0 0 2px #5bbcff33}.link-input-modern::placeholder{color:#ffffff80;font-style:italic}.attach-previews-modern{background:#001e3c4d;border:1px solid #5bbcff33;border-radius:10px;display:flex;flex-wrap:wrap;gap:12px;padding:12px}.attach-preview-modern{align-items:center;background:#00285066;border:1px solid #5bbcff4d;border-radius:8px;display:flex;gap:8px;max-width:100%;padding:8px 12px;position:relative}.attach-preview-modern.link{flex:1 1;min-width:0}.attach-preview-modern.link a{color:#9bd3ff;flex:1 1;font-size:.8rem;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.attach-preview-modern.link a:hover{text-decoration:underline}.attach-preview-modern.image img{border:1px solid #5bbcff4d;border-radius:6px;max-height:80px;max-width:120px}.preview-icon{flex-shrink:0;font-size:1rem}.remove-btn{align-items:center;background:#ff4d5d;border:none;border-radius:50%;box-shadow:0 2px 6px #0000004d;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;position:absolute;right:-4px;top:-4px;transition:all .2s ease;width:20px}.remove-btn:hover{background:#ff1f3d;transform:scale(1.1)}.reqc-meta{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(135deg,#002d5a33,#001e414d);border:1px solid #5bbcff40;border-radius:16px;box-shadow:0 6px 24px #00000026;padding:20px}.reqc-row label{color:#ffffffe6;font-size:.85rem;font-weight:700;letter-spacing:.3px;margin-bottom:6px}.reqc-row input,.reqc-row select{background:linear-gradient(135deg,#00285066,#003c784d);border:1px solid #5bbcff4d;border-radius:10px;color:#fff;font-size:.9rem;padding:10px 14px;transition:all .3s ease}.reqc-row input:focus,.reqc-row select:focus{background:linear-gradient(135deg,#00326480,#00468c66);border-color:#5bbcff99;box-shadow:0 0 0 2px #5bbcff33}.reqc-table-wrap{border:1px solid #5bbcff4d;border-radius:16px;box-shadow:0 8px 32px #0003;margin:24px 0;overflow:hidden}.reqc-table{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#00234666,#0032644d)}.reqc-table th{background:linear-gradient(135deg,#003c78cc,#002850e6);border-bottom:1px solid #5bbcff4d;color:#fff;font-weight:700;padding:12px 10px}.reqc-table td{border-bottom:1px solid #5bbcff33;padding:10px}.reqc-table tbody tr:hover{background:#5bbcff1a}.reqc-actions{background:linear-gradient(135deg,#0023464d,#00326433);border:1px solid #5bbcff40;border-radius:16px;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding:20px}.reqc-actions button{border-radius:10px;cursor:pointer;font-size:.9rem;font-weight:700;padding:12px 24px;transition:all .3s ease}.reqc-actions button.primary{background:linear-gradient(135deg,#5bbcff,#9bd3ff);border:1px solid #5bbcff99;color:#003c78}.reqc-actions button.primary:hover:not(:disabled){background:linear-gradient(135deg,#4aacef,#8bc3ef);box-shadow:0 4px 16px #5bbcff66;transform:translateY(-1px)}.reqc-actions button.ghost{background:#0000;border:1px solid #ffffff4d;color:#fffc}.reqc-actions button.ghost:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff80}@media (max-width:768px){.attach-actions-modern{flex-direction:column;gap:10px}.link-input-modern{min-width:auto;width:100%}.attach-btn-modern{justify-content:center;width:100%}.reqc-comments-section{margin:16px 0;padding:16px}.attach-previews-modern{flex-direction:column}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.historico-section{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#002d5a40,#001e414d);border:1px solid #9bd3ff40;border-radius:16px;box-shadow:0 8px 24px #00000040;margin-top:16px;padding:20px;position:relative}.historico-section h4{align-items:center;border-bottom:1px solid #9bd3ff33;color:#fff;display:flex;font-size:1.15rem;font-weight:600;gap:10px;letter-spacing:-.01em;margin:0 0 18px;padding-bottom:12px;text-shadow:0 1px 2px #0000004d}.historico-section h4:before{content:"📊";filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:1.3rem}.historico-decisoes-container{max-height:450px;padding:6px}.decisao-card{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border:1px solid #9bd3ff26;box-shadow:0 2px 12px #00000026;min-height:120px;padding:20px}.decisao-card:before{width:5px}.decisao-card.aprovado:before{background:linear-gradient(180deg,#00ff87,#2ecc71,#27ae60);box-shadow:0 0 10px #2ecc7166}.decisao-card.reprovado:before{background:linear-gradient(180deg,#ff4757,#e74c3c,#c0392b);box-shadow:0 0 10px #e74c3c66}.decisao-card.finalizado:before{background:linear-gradient(180deg,#3742fa,#3498db,#2980b9);box-shadow:0 0 10px #3498db66}.decisao-card.aguardando_finalizacao:before,.decisao-card.em_compra:before{background:linear-gradient(180deg,#ffa726,#ff9800,#f57c00);box-shadow:0 0 10px #ff982666}.decisao-card:hover{box-shadow:0 8px 28px #00000059;transform:translateY(-3px)}.decisao-card.aprovado:hover{background:linear-gradient(135deg,#00ff8714,#2ecc710d);border-color:#00ff8766}.decisao-card.reprovado:hover{background:linear-gradient(135deg,#ff475714,#e74c3c0d);border-color:#ff475766}.decisao-card.finalizado:hover{background:linear-gradient(135deg,#3742fa14,#3498db0d);border-color:#3742fa66}.decisao-card.aguardando_finalizacao:hover,.decisao-card.em_compra:hover{background:linear-gradient(135deg,#ffa72614,#ff98000d);border-color:#ffa72666}.decisao-card-header{margin-bottom:16px}.req-numero-hist{font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-shadow:0 1px 3px #0006}.decisao-badge{border-radius:20px;box-shadow:0 2px 8px #0003;font-size:.75rem;font-weight:700;gap:6px;letter-spacing:.8px;min-width:-webkit-fit-content;min-width:fit-content;padding:8px 14px;text-transform:uppercase;white-space:nowrap}.decisao-badge.aprovado{background:linear-gradient(135deg,#00ff8740,#2ecc7133);border:1px solid #00ff8780;box-shadow:0 0 15px #2ecc714d;color:#00ff87;text-shadow:0 1px 3px #0006}.decisao-badge.aprovado:before{content:"✓";font-size:.9rem;font-weight:700}.decisao-badge.reprovado{background:linear-gradient(135deg,#ff475740,#e74c3c33);border:1px solid #ff475780;box-shadow:0 0 15px #e74c3c4d;color:#ff4757;text-shadow:0 1px 3px #0006}.decisao-badge.reprovado:before{content:"✗";font-size:.9rem;font-weight:700}.decisao-badge.finalizado{background:linear-gradient(135deg,#3742fa40,#3498db33);border:1px solid #3742fa80;box-shadow:0 0 15px #3498db4d;color:#3742fa;text-shadow:0 1px 3px #0006}.decisao-badge.finalizado:before{content:"🏁";font-size:.8rem}.decisao-badge.aguardando_finalizacao,.decisao-badge.em_compra{background:linear-gradient(135deg,#ffa72640,#ff980033);border:1px solid #ffa72680;box-shadow:0 0 15px #ff98004d;color:#ffa726;text-shadow:0 1px 3px #0006}.decisao-badge.aguardando_finalizacao:before{content:"⏳";font-size:.8rem}.decisao-badge.em_compra:before{content:"🛒";font-size:.8rem}.decisao-card-body{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-top:4px}.decisao-info-left,.decisao-info-right{display:flex;flex-direction:column;gap:12px}.decisao-item{align-items:flex-start;background:#0000001f;border:1px solid #ffffff14;border-radius:10px;display:flex;gap:10px;min-height:52px;padding:10px 12px}.decisao-item-icon{align-items:center;background:linear-gradient(135deg,#9bd3ff4d,#64b4ff33);border:1px solid #9bd3ff66;border-radius:50%;box-shadow:0 2px 8px #9bd3ff33;display:flex;flex-shrink:0;font-size:.8rem;height:22px;justify-content:center;margin-top:2px;transition:all .3s ease;width:22px}.decisao-card.aprovado .decisao-item-icon{background:linear-gradient(135deg,#00ff8740,#2ecc7126);border-color:#00ff8766;box-shadow:0 2px 8px #2ecc7133}.decisao-card.reprovado .decisao-item-icon{background:linear-gradient(135deg,#ff475740,#e74c3c26);border-color:#ff475766;box-shadow:0 2px 8px #e74c3c33}.decisao-card.finalizado .decisao-item-icon{background:linear-gradient(135deg,#3742fa40,#3498db26);border-color:#3742fa66;box-shadow:0 2px 8px #3498db33}.decisao-card.aguardando_finalizacao .decisao-item-icon,.decisao-card.em_compra .decisao-item-icon{background:linear-gradient(135deg,#ffa72640,#ff980026);border-color:#ffa72666;box-shadow:0 2px 8px #ff980033}.decisao-item-content{display:flex;flex:1 1;flex-direction:column;min-width:0}.decisao-item-label{color:#ffffffa6;font-size:.7rem;font-weight:600;letter-spacing:.5px;line-height:1.1;margin-bottom:4px;text-transform:uppercase}.decisao-item-value{color:#fffffff2;font-size:.85rem;font-weight:600;line-height:1.3;text-shadow:0 1px 2px #0003;word-break:break-word}.decisao-timestamp-full{background:#0000002e;border:1px solid #ffffff14;border-radius:10px;grid-column:1/-1;margin-top:8px;padding:12px 16px;text-align:center}.decisao-timestamp-full .timestamp-text{color:#fffc;font-size:.8rem;font-style:italic;font-weight:500;line-height:1.4;text-shadow:0 1px 2px #0003}@media (max-width:768px){.aprovacao-container{padding:70px 10px 20px!important}.tab-button-ultra-smooth{border-radius:10px!important;font-size:.8rem!important;padding:10px 14px!important}.tab-button-ultra-smooth span{font-size:.75rem!important}.aprovacao-card{border-radius:12px;margin-bottom:12px}.aprovacao-card-header{flex-wrap:wrap;gap:8px;padding:12px 14px!important}.action-button-modern{font-size:.75rem!important;min-width:auto!important;padding:8px 14px!important}.decisao-grid{gap:10px;grid-template-columns:1fr!important}.decisao-item{min-height:48px}.decisao-item-label{font-size:.65rem!important}.decisao-item-value{font-size:.8rem!important}.decisao-badge-modern{font-size:.65rem!important;padding:6px 10px!important}.empty-state{padding:30px 20px!important}.empty-state h3{font-size:1.1rem!important}.empty-state p{font-size:.85rem!important}}@media (max-width:600px){.aprovacao-container{padding:65px 8px 16px!important}.tab-button-ultra-smooth{font-size:.75rem!important;padding:9px 12px!important}.aprovacao-card{border-radius:10px;margin-bottom:10px}.aprovacao-card-header{padding:10px 12px!important}.action-button-modern{flex-basis:calc(50% - 4px);flex-grow:1;flex-shrink:1;font-size:.7rem!important;padding:7px 12px!important}.decisao-item{min-height:44px;padding:8px 10px!important}.decisao-item-icon{font-size:.75rem!important;height:20px!important;width:20px!important}.decisao-item-label{font-size:.6rem!important;margin-bottom:3px}.decisao-item-value{font-size:.75rem!important}.decisao-timestamp-full{margin-top:6px;padding:10px 12px!important}.timestamp-text{font-size:.72rem!important}}@media (max-width:480px){.aprovacao-container{padding:60px 6px 14px!important}.tab-button-ultra-smooth{border-radius:8px!important;font-size:.7rem!important;padding:8px 10px!important}.tab-button-ultra-smooth span{flex-direction:column;gap:2px!important}.aprovacao-card{border-radius:8px;margin-bottom:8px}.aprovacao-card-header{gap:6px;padding:9px 10px!important}.action-button-modern{flex:1 1 100%;font-size:.68rem!important;padding:8px 10px!important}.decisao-grid{gap:8px}.decisao-item{min-height:42px;padding:7px 9px!important}.decisao-item-icon{font-size:.7rem!important;height:18px!important;width:18px!important}.decisao-item-label{font-size:.58rem!important}.decisao-item-value{font-size:.72rem!important}.decisao-badge-modern{font-size:.6rem!important;padding:5px 8px!important}.decisao-timestamp-full{padding:8px 10px!important}.timestamp-text{font-size:.68rem!important}.empty-state{padding:25px 15px!important}.empty-state h3{font-size:1rem!important}.empty-state p{font-size:.8rem!important}}.motivo-section{background:linear-gradient(135deg,#e74c3c1a,#c0392b14);border:1px solid #e74c3c33;border-radius:12px;grid-column:1/-1;margin-top:16px;padding:16px}.motivo-header{gap:10px;margin-bottom:10px}.motivo-icon{align-items:center;background:#e74c3c40;border:1px solid #e74c3c66;border-radius:50%;display:flex;height:20px;justify-content:center;width:20px}.motivo-label{color:#fffffff2;font-size:.8rem;font-weight:700;letter-spacing:.5px;text-shadow:0 1px 2px #0000004d;text-transform:uppercase}.motivo-text{color:#ffffffe6;font-size:.85rem;font-style:italic;font-weight:500;-webkit-hyphens:auto;hyphens:auto;line-height:1.6;text-shadow:0 1px 2px #0003;word-break:break-word}.empty-state-mini{background:linear-gradient(135deg,#001e3c40,#00142d4d);border:2px dashed #9bd3ff40;border-radius:12px;margin:12px 0;padding:36px 24px;text-align:center}.empty-state-icon-small{filter:grayscale(.5);font-size:2.8rem;margin-bottom:14px;opacity:.6}.empty-state-text-small{color:#ffffffb3;font-size:.9rem;font-style:italic;font-weight:500;line-height:1.5;margin:0;text-shadow:0 1px 2px #0003}.historico-decisoes-container::-webkit-scrollbar{width:6px}.historico-decisoes-container::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}.historico-decisoes-container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#9bd3ff66,#6496c84d);border-radius:3px}.historico-decisoes-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9bd3ff99,#6496c880)}.historico-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#00285099,#001937b3);border:1px solid #5bbcff66;border-radius:12px;max-height:480px;overflow-y:auto;padding:12px}.historico-card{background:linear-gradient(135deg,#00326466,#001e4680);border:1px solid #5bbcff4d;border-radius:10px;cursor:pointer;margin-bottom:12px;overflow:hidden;padding:14px 16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.historico-card:hover{background:linear-gradient(135deg,#003c7880,#00285099);border-color:#5bbcff99;box-shadow:0 6px 20px #0000004d;transform:translateY(-1px)}.historico-card.aprovado{background:linear-gradient(135deg,#3cb45a66,#2896464d);border-color:#3cb45a80}.historico-card.reprovado{background:linear-gradient(135deg,#c83c3c66,#a028284d);border-color:#c83c3c80}.historico-card.finalizado{background:linear-gradient(135deg,#5bbcff66,#33a8ff4d);border-color:#5bbcff80}.historico-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.historico-numero{color:#fff;font-size:.85rem;font-weight:700;text-shadow:0 1px 2px #0000004d}.historico-status{border-radius:12px;font-size:.65rem;font-weight:600;letter-spacing:.3px;padding:3px 8px;text-transform:uppercase}.historico-status.status-aprovado{background:#3cb45ae6;border:1px solid #3cb45a;color:#1a1a1a}.historico-status.status-reprovado{background:#c83c3ce6;border:1px solid #c83c3c;color:#fff}.historico-status.status-finalizado{background:#5bbcffe6;border:1px solid #5bbcff;color:#003c78}.historico-info{color:#ffffffd9;font-size:.75rem;font-weight:500;margin-bottom:4px}.historico-total{color:#ffffffd9;font-size:.75rem;font-weight:600;margin-bottom:6px}.historico-data{color:#fff9;font-size:.65rem;font-style:italic}.historico-motivo{background:#0003;border-left:3px solid #5bbcff99;border-radius:6px;font-size:.65rem;margin-top:8px;padding:6px 8px}.historico-motivo strong{color:#ffffffe6}.reqc-section-title{align-items:center;background:linear-gradient(90deg,#5bbcff1a,#0000 50%);border-left:4px solid #5bbcffcc;border-radius:8px;color:#fff;display:flex;font-size:1.1rem;font-weight:700;gap:8px;letter-spacing:.3px;margin-bottom:16px;margin-top:20px;padding:12px 16px;text-shadow:0 2px 4px #00000080}.reqc-section-title:before{color:#5bbcffe6;content:"▶";font-size:.9rem;transition:transform .3s ease}.reqc-section-title:hover:before{transform:rotate(90deg)}.requisicao-form input:not(.requisicao-input),.requisicao-form select:not(.requisicao-select),.requisicao-form textarea:not(.requisicao-textarea){-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #5bbcff4d;border-radius:8px;color:#fff;font-size:14px;padding:12px 16px;transition:all .3s ease}.requisicao-form input:focus:not(.requisicao-input),.requisicao-form select:focus:not(.requisicao-select),.requisicao-form textarea:focus:not(.requisicao-textarea){background:#ffffff26;border-color:#5bbcffcc;box-shadow:0 0 0 2px #5bbcff33;outline:none}.requisicao-form label{color:#fff;display:block;font-weight:600;margin-bottom:6px;text-shadow:0 1px 2px #0000004d}.styled-table{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #5bbcff33;border-radius:12px;box-shadow:0 8px 32px #0000004d;margin:16px 0;overflow:hidden}.styled-table th{background:linear-gradient(135deg,#003c78e6,#002850f2);border-bottom:2px solid #5bbcff66;color:#fff;font-weight:700;padding:16px 12px;text-shadow:0 1px 2px #00000080}.styled-table td{background:#ffffff08;border-bottom:1px solid #5bbcff1a;color:#fff;padding:12px}.styled-table tr:hover td{background:#5bbcff1a;transform:translateY(-1px);transition:all .3s ease}.aprovacao-pedidos-lista{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00264d59;border:1px solid #9bd3ff40;border-radius:14px;box-shadow:0 8px 24px #00000040;flex:0 0 300px;max-height:480px;overflow-y:auto;padding:12px}.aprovacao-card{background:linear-gradient(135deg,#0f2841b3,#14325099);border:1px solid #5bbcff40;border-radius:14px;box-shadow:0 4px 15px #0003;cursor:pointer;margin-bottom:16px;overflow:hidden;padding:18px;position:relative;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.aprovacao-card:before{background:linear-gradient(135deg,#5bbcff,#9bd3ff);content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:4px}.aprovacao-card.priority-urgente:before{background:linear-gradient(135deg,#f44336,#e57373);box-shadow:0 0 15px #f4433680;width:5px}.aprovacao-card.priority-atencao:before{background:linear-gradient(135deg,#ff9800,#ffb74d);box-shadow:0 0 15px #ff980080;width:5px}.aprovacao-card:hover{background:linear-gradient(135deg,#143250cc,#193c5fb3);border-color:#5bbcff;box-shadow:0 8px 25px #5bbcff4d;transform:translateY(-3px)}.aprovacao-card.selected{background:linear-gradient(135deg,#5bbcff33,#9bd3ff26);border-color:#5bbcff;border-width:2px;box-shadow:0 6px 20px #5bbcff66}.aprovacao-card.selected:before{background:linear-gradient(135deg,#5bbcff,#00d4ff);box-shadow:0 0 20px #5bbcffcc;width:5px}.aprovacao-card.removendo{animation:slideOutFade .5s cubic-bezier(.4,0,.2,1) forwards;pointer-events:none}@keyframes slideOutFade{0%{margin-bottom:16px;max-height:300px;opacity:1;transform:translateX(0) translateY(0)}40%{opacity:.6;transform:translateX(-20px) translateY(0)}70%{margin-bottom:16px;max-height:300px;opacity:.2;transform:translateX(-40px) translateY(0)}to{margin-bottom:0;max-height:0;opacity:0;padding-bottom:0;padding-top:0;transform:translateX(-60px) translateY(-20px)}}.aprovacao-card-header{align-items:center;border-bottom:1px solid #5bbcff26;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.req-numero{color:#5bbcff;font-size:16px;font-weight:700;letter-spacing:.3px;text-shadow:0 2px 4px #0003}.priority-badge{align-items:center;border-radius:12px;box-shadow:0 3px 10px #0003;display:flex;font-size:11px;font-weight:700;gap:5px;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.priority-badge.urgente{background:linear-gradient(135deg,#f44336,#d32f2f);border:2px solid #ffffff4d;color:#fff}.priority-badge.atencao{background:linear-gradient(135deg,#ff9800,#f57c00);border:2px solid #ffffff4d;color:#fff}.aprovacao-card-body{display:flex;flex-direction:column;gap:14px}.solicitante-info{align-items:center;display:flex;gap:10px;margin-bottom:4px;padding:8px 0}.solicitante-nome{color:#fffffff2;font-size:14px;font-weight:600}.card-details{display:flex;gap:12px;justify-content:space-between;padding:8px 0}.detail-item{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;display:flex;flex:1 1;flex-direction:column;font-size:13px;gap:4px;padding:8px 10px}.detail-value{color:#fffffff2;font-size:14px;font-weight:600}.card-footer{align-items:center;border-top:1px solid #5bbcff26;display:flex;justify-content:space-between;margin-top:6px;padding-top:10px}.status-badge{border-radius:12px;font-size:10px;font-weight:600;letter-spacing:.5px;padding:5px 10px;text-transform:uppercase}.status-badge.status-pendente{background:#ffc107;color:#000}.status-badge.status-aguardando_aprovacao_lv2{background:#ff9800;color:#fff}.status-badge.status-aguardando_confirmacao{background:#2196f3;color:#fff}.created-date{color:#fff9;font-size:12px;font-size:.7rem;font-weight:500}.historico-decisoes-container{display:flex;flex-direction:column;gap:14px;max-height:420px;overflow-y:auto;padding:4px}.decisao-card{background:#ffffff0d;border:1px solid #9bd3ff33;border-radius:12px;overflow:hidden;padding:16px;position:relative;transition:all .3s ease}.decisao-card:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s ease;width:3px}.decisao-card.aprovado:before{background:#27ae60}.decisao-card.reprovado:before{background:#e74c3c}.decisao-card.finalizado:before{background:#3498db}.decisao-card:hover{background:#ffffff14;box-shadow:0 4px 16px #0003;transform:translateY(-1px)}.decisao-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.req-numero-hist{color:#fff;font-size:.85rem;font-weight:600;letter-spacing:-.01em}.decisao-badge{align-items:center;border-radius:12px;display:flex;font-size:.7rem;font-weight:500;gap:4px;padding:4px 10px}.decisao-badge.aprovado{background:#27ae6026;border:1px solid #27ae6040;color:#27ae60}.decisao-badge.reprovado{background:#e74c3c26;border:1px solid #e74c3c40;color:#e74c3c}.decisao-badge.finalizado{background:#3498db26;border:1px solid #3498db40;color:#3498db}.decisao-card-body{display:flex;flex-direction:column;gap:10px}.solicitante-info-hist{align-items:center;display:flex;font-size:.8rem;gap:8px}.solicitante-info-hist .solicitante-icon{align-items:center;background:#9bd3ff33;border:1px solid #9bd3ff4d;border-radius:50%;display:flex;font-size:.7rem;height:20px;justify-content:center;width:20px}.solicitante-info-hist .solicitante-nome{color:#ffffffd9;font-weight:500}.valor-info{align-items:center;display:flex;font-size:.8rem;gap:8px}.valor-icon{font-size:.9rem;opacity:.7}.valor-amount{color:#fff;font-weight:600}.decisao-timestamp{align-items:center;color:#fff9;display:flex;font-size:.75rem;gap:6px}.timestamp-icon{font-size:.8rem;opacity:.7}.motivo-section{background:#00000026;border-left:3px solid #e74c3c99;border-radius:8px;margin-top:10px;padding:12px}.motivo-header{align-items:center;display:flex;gap:6px;margin-bottom:6px}.motivo-icon{font-size:.8rem;opacity:.8}.motivo-label{color:#ffffffe6;font-size:.75rem;font-weight:600}.motivo-text{color:#fffc;font-size:.75rem;line-height:1.4}.empty-state{color:#fff9;padding:32px 16px;text-align:center}.empty-icon{font-size:2rem;margin-bottom:10px;opacity:.6}.empty-state p{font-size:.85rem;margin:0}.aprovacao-pedidos-lista::-webkit-scrollbar,.historico-decisoes-container::-webkit-scrollbar{width:12px}.aprovacao-pedidos-lista::-webkit-scrollbar-track,.historico-decisoes-container::-webkit-scrollbar-track{background:#0003;border-radius:8px;margin:4px 0}.aprovacao-pedidos-lista::-webkit-scrollbar-thumb,.historico-decisoes-container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00bfffb3,#0095ffd9 50%,#00bfffb3);border:2px solid #0000004d;border-radius:8px;box-shadow:0 0 10px #00bfff80;-webkit-transition:all .3s ease;transition:all .3s ease}.aprovacao-pedidos-lista::-webkit-scrollbar-thumb:hover,.historico-decisoes-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00bfffe6,#0095ff 50%,#00bfffe6);border-color:#00bfff80;box-shadow:0 0 15px #00bfffcc}.requisicao-actions{display:flex;gap:16px;justify-content:center;margin-top:20px;padding:24px 0}.requisicao-actions button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;min-width:120px;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s ease}.requisicao-actions button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.requisicao-actions button:hover:before{left:100%}.requisicao-actions .btn-primary{background:linear-gradient(135deg,#5bbcffcc,#0078f0e6);box-shadow:0 4px 16px #5bbcff4d;color:#fff}.requisicao-actions .btn-primary:hover{box-shadow:0 6px 20px #5bbcff66;transform:translateY(-2px)}.requisicao-actions .btn-secondary{background:linear-gradient(135deg,#3c3c3ccc,#282828e6);box-shadow:0 4px 16px #0000004d;color:#fff}.requisicao-actions .btn-secondary:hover{box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.config-container{margin:0 auto;max-width:1000px;padding:24px}.config-section{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#002d5a40,#001e414d);border:1px solid #9bd3ff40;border-radius:16px;box-shadow:0 8px 24px #00000040;margin-bottom:24px;padding:24px}.config-section-title{border-bottom:2px solid #9bd3ff4d;color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.3px;margin:0 0 20px;padding-bottom:12px;text-shadow:0 2px 4px #0006}.config-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:16px}.config-field{display:flex;flex-direction:column;gap:8px}.config-field label{color:#ffffffe6;font-size:.9rem;font-weight:700;letter-spacing:.3px}.config-input{background:linear-gradient(135deg,#00285066,#003c784d);border:1px solid #5bbcff4d;border-radius:10px;color:#fff;font-size:.95rem;font-weight:600;padding:12px 16px;transition:all .3s ease}.config-input:focus{background:linear-gradient(135deg,#00326480,#00468c66);border-color:#5bbcff99;box-shadow:0 0 0 3px #5bbcff33;outline:none}.input-with-preview{position:relative}.input-preview{color:#5bbcffe6;font-size:.9rem;font-weight:700;pointer-events:none;position:absolute;right:16px;text-shadow:0 1px 3px #00000080;top:50%;transform:translateY(-50%)}.config-hint{color:#fff9;font-size:.75rem;font-style:italic;line-height:1.4;margin-top:4px}.config-actions{background:linear-gradient(135deg,#0023464d,#00326433);border:1px solid #5bbcff40;border-radius:16px;display:flex;gap:16px;justify-content:flex-end;margin-top:32px;padding:24px}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.spinner{animation:spin 1s linear infinite;border:4px solid #5bbcff4d;border-radius:50%;border-top-color:#5bbcffe6;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.loading-fullscreen{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#001c3cf2,#003060f2);display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.loading-content{gap:24px}.loading-content,.loading-inline{align-items:center;display:flex;flex-direction:column}.loading-inline{gap:20px;justify-content:center;padding:60px 20px}.loading-spinner{height:80px;position:relative;width:80px}.spinner-ring{animation:spinRing 1.5s cubic-bezier(.5,0,.5,1) infinite;border:4px solid #0000;border-radius:50%;border-top-color:#5bbcff;height:100%;position:absolute;width:100%}.spinner-ring:first-child{animation-delay:-.45s;border-top-color:#5bbcff}.spinner-ring:nth-child(2){animation-delay:-.3s;border-top-color:#9bd3ff;height:90%;left:5%;top:5%;width:90%}.spinner-ring:nth-child(3){animation-delay:-.15s;border-top-color:#d1eaff;height:80%;left:10%;top:10%;width:80%}@keyframes spinRing{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner-small{height:50px;position:relative;width:50px}.spinner-ring-small{animation:spinRing 1.5s cubic-bezier(.5,0,.5,1) infinite;border:3px solid #0000;border-radius:50%;border-top-color:#5bbcff;height:100%;position:absolute;width:100%}.spinner-ring-small:first-child{animation-delay:-.45s;border-top-color:#5bbcff}.spinner-ring-small:nth-child(2){animation-delay:-.3s;border-top-color:#9bd3ff;height:85%;left:7.5%;top:7.5%;width:85%}.spinner-ring-small:nth-child(3){animation-delay:-.15s;border-top-color:#d1eaff;height:70%;left:15%;top:15%;width:70%}.loading-message{color:#eaf6ff;font-size:1.1rem;letter-spacing:.5px}.loading-message,.loading-message-small{animation:pulse 2s ease-in-out infinite;font-weight:600;text-align:center}.loading-message-small{color:#eaf6ffe6;font-size:.95rem;letter-spacing:.3px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width:768px){.loading-spinner{height:60px;width:60px}.loading-message{font-size:1rem}.loading-inline{padding:40px 20px}}@media (max-width:600px){.login-container{border-radius:18px;box-shadow:0 4px 16px #003c781f;max-width:98vw;padding:24px 8px}.welcome-text{font-size:1.4rem;margin-bottom:6px}.subtitle-text{font-size:1.1rem}#loginBtn{font-size:1rem;padding:10px 12px}.logo-area img{border-radius:12px;height:80px;padding:4px}}.bg-video{object-fit:cover;z-index:-1}.bg-fallback,.bg-video{bottom:0;height:100vh;position:fixed;right:0;width:100vw}.bg-fallback{animation:oceanWave 15s ease-in-out infinite;background:linear-gradient(135deg,#006b96,#00a8cc 25%,#0db39e 50%,#16a085 75%,#1abc9c);background-size:400% 400%;z-index:-2}.bg-fallback.active{z-index:-1}@keyframes oceanWave{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.video-retry-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a4480cc;border:none;border-radius:6px;bottom:10px;color:#fff;cursor:pointer;font-size:.8rem;padding:6px 12px;position:absolute;right:10px;transition:all .3s ease}.video-retry-btn:hover{background:#1a4480;transform:translateY(-1px)}.login-page{justify-content:center;min-height:100vh}.login-container,.login-page{align-items:center;display:flex}.login-container{animation:fadeIn 1s ease;-webkit-backdrop-filter:blur(10px) saturate(120%);backdrop-filter:blur(10px) saturate(120%);background:linear-gradient(135deg,#003c782e,#ffffffb3);border:2.5px solid #003c7838;border-radius:28px;box-shadow:0 12px 40px #003c782e,0 2px 12px #0000001a;flex-direction:column;max-width:390px;padding:44px 36px;position:relative;width:100%;z-index:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.welcome-text{color:#0c0c0b;font-size:2.2rem;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-shadow:0 2px 8px #00000014}.subtitle-text{color:#1a4480;font-size:1.3rem;font-style:normal;font-weight:600;letter-spacing:.8px;margin-bottom:28px;text-shadow:0 2px 6px #1a448040;text-transform:uppercase}#loginBtn{align-items:center;background:linear-gradient(90deg,#e3eafc,#c1d8f7);border:none;border-radius:12px;box-shadow:0 2px 12px #0000001a;cursor:pointer;display:flex;font-size:1.1rem;padding:14px 28px;transition:background .2s,transform .2s}#loginBtn:hover{background:linear-gradient(90deg,#c1d8f7,#e3eafc);transform:scale(1.04)}.logo-area{display:flex;justify-content:center;margin-top:36px;width:100%}.logo-area img{background:linear-gradient(135deg,#003c781a,#ffffff80);border:2.5px solid #003c7838;border-radius:24px;box-shadow:0 4px 24px #003c782e,0 1px 8px #0000001a;height:130px;padding:8px;transition:transform .2s,box-shadow .2s}.route-container{height:100%;inset:0;position:fixed;width:100%}.route-container.fade-ocean-enter{opacity:.001;transform:translateY(10px)}.route-container.fade-ocean-enter-active{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}.route-container.fade-ocean-appear{opacity:.001;transform:translateY(10px)}.route-container.fade-ocean-appear-active{opacity:1;transform:translateY(0);transition:opacity .6s ease,transform .6s ease}.route-container.fade-ocean-exit{opacity:1}.route-container.fade-ocean-exit-active{opacity:.001;transform:translateY(-6px);transition:opacity .42s ease,transform .42s ease}
/*# sourceMappingURL=main.c5bf396d.css.map*/