.top-bar{z-index:1000;box-sizing:border-box;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#f8f9fa;border-bottom:1px solid #0000000f;flex-direction:column;width:100%;padding:12px 16px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 8px #00000014}.top-bar-main{justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:48px;display:flex}.search-container{flex-grow:1;align-items:center;gap:16px;max-width:900px;margin:0 auto;display:flex}.top-bar-logo{object-fit:contain;flex-shrink:0;width:auto;height:40px;transition:transform .2s}.top-bar-logo:hover{transform:scale(1.05)}.top-bar-search{background-color:#fff;border:1px solid #e1e5e9;border-radius:12px;outline:none;flex-grow:1;width:300px;padding:12px;font-family:Inter,sans-serif;font-size:15px;transition:all .2s;box-shadow:0 1px 3px #0000000d}.top-bar-search:focus{border-color:#3c479d;box-shadow:0 0 0 3px #3c479d1a}.top-bar-search::placeholder{color:#6c757d}.top-bar-select{background-color:#fff;border:1px solid #ccc;border-radius:8px;outline:none;margin-left:10px;padding:8px 12px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.top-bar-select:focus{border-color:#3c479d;box-shadow:0 0 0 3px #3c479d1a}.top-bar-select:hover{border-color:#999}.mobile-search-toggle{color:#fff;cursor:pointer;background-color:#3c479d;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;transition:all .2s;display:flex;box-shadow:0 2px 4px #3c479d33}.mobile-search-toggle:hover{background-color:#1c2670;transform:scale(1.05)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-buttons-container{align-items:center;gap:8px;display:flex}.mobile-icon-button{color:#fff;cursor:pointer;background-color:#3c479d;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 4px #3c479d33}.mobile-icon-button:hover{background-color:#1c2670;transform:scale(1.05)}.mobile-icon-button:active{transform:scale(.95)}.favorites-count.mobile{color:#fff;background-color:#f44;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:600;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.mobile-search-button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#3c479d;border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .2s}.mobile-search-button:hover{background-color:#1c2670}.mobile-search-container{align-items:center;gap:12px;width:100%;margin-top:12px;animation:.3s ease-out slideDown;display:flex}.mobile-search-container .top-bar-search{flex:1}@media (max-width:480px){.mobile-buttons-container{gap:6px}.mobile-icon-button{width:36px;height:36px}.mobile-icon-button svg{width:14px;height:14px}.favorites-count.mobile{min-width:14px;height:14px;font-size:9px;top:-3px;right:-3px}}@media (max-width:360px){.mobile-buttons-container{gap:4px}.mobile-icon-button{width:32px;height:32px}.mobile-icon-button svg{width:12px;height:12px}}.top-bar .search-inline{flex-grow:1;max-width:400px;display:inline-block}
.modal-overlay{z-index:1000;touch-action:none;background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background-color:#fafafa;border-radius:15px;flex-direction:column;width:80%;max-width:600px;max-height:80vh;display:flex;box-shadow:0 10px 20px #0003}.modal-content.mobile{border-radius:12px;width:95%;max-height:85vh}.modal-header{background-color:#3c479d;border-bottom:1px solid #eee;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:16px;display:flex}.modal-header h2{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1.5rem}.modal-content.mobile .modal-header h2{text-overflow:ellipsis;white-space:normal;max-width:85%;font-size:1.2rem;overflow:hidden}.close-button{cursor:pointer;color:#777;background:0 0;border:none;padding:0 10px;font-size:35px;line-height:1}.close-button:hover{color:#d30d0d}.modal-content.mobile .close-button{padding:0 5px;font-size:30px}.modal-body{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#ccc transparent;-webkit-overflow-scrolling:touch;background-color:#fafafa;border-radius:0 0 12px 12px;max-height:calc(80vh - 90px);padding:16px 24px 32px 16px;overflow-y:auto}.modal-content.mobile .modal-body{max-height:calc(85vh - 80px);padding:12px 12px 24px}.property-row{border-bottom:1px solid #f0f0f0;margin-bottom:10px;padding-bottom:10px;display:flex}.property-name{color:#777;flex:0 0 40%;font-weight:700}.property-value{word-break:break-word;color:#555;flex:0 0 60%}.modal-content.mobile .property-row{margin-bottom:8px;padding-bottom:8px}.modal-content.mobile .property-name{flex:0 0 35%;font-size:.9rem}.modal-content.mobile .property-value{flex:0 0 65%;font-size:.9rem}.modal-footer{border-top:1px solid #e9ecef;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding-top:16px;display:flex}.modal-footer button{cursor:pointer;border-radius:8px;padding:8px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:all .2s}.modal-footer button:hover{transform:translateY(-1px)}.property-json{white-space:pre-wrap;word-break:break-word;background:#f9fafb;border:1px solid #eef2f7;border-radius:6px;margin:4px 0 0;padding:6px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}
.tutorial-overlay{z-index:9999;background-color:#424242cc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tutorial-modal{background-color:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;box-shadow:0 20px 40px #0000004d}.tutorial-header{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:24px;display:flex}.tutorial-header h2{color:#4f565e;margin:0;font-size:20px;font-weight:600}.tutorial-close-button{cursor:pointer;color:#6c757d;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:24px;transition:color .2s;display:flex}.tutorial-close-button:hover{color:#495057}.tutorial-body{max-height:400px;padding:24px;overflow-y:auto}.tutorial-content{margin-bottom:24px}.tutorial-content p{color:#495057;margin:0 0 12px;font-size:14px;line-height:1.5}.color-legend{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:16px;margin-bottom:12px;padding:16px}.color-legend-title{color:#495057;margin:0 0 12px;font-size:14px;font-weight:600}.color-legend-items{flex-direction:column;gap:8px;display:flex}.color-legend-item{align-items:center;gap:12px;display:flex}.color-legend-line{border-radius:2px;width:40px;height:3px}.color-legend-text{color:#495057;font-size:13px}.color-legend-etc{color:#6c757d;margin-left:52px;font-size:13px;font-style:italic}.tutorial-progress{flex-direction:column;gap:12px;display:flex}.tutorial-progress-bar{background-color:#e9ecef;border-radius:3px;width:100%;height:6px;overflow:hidden}.tutorial-progress-fill{background-color:#3c479d;border-radius:3px;height:100%;transition:width .3s}.tutorial-progress-text{color:#6c757d;text-align:center;font-size:12px}.tutorial-footer{border-top:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:24px;display:flex}.tutorial-buttons-left,.tutorial-buttons-right{display:flex}.tutorial-button{cursor:pointer;border-radius:6px;padding:10px 20px;font-size:14px;transition:all .2s}.tutorial-button-primary{color:#fff;background-color:#3c479d;border:none;font-weight:500}.tutorial-button-primary:hover{background-color:#1c2670}.tutorial-button-secondary{color:#6c757d;background-color:#0000;border:1px solid #6c757d}.tutorial-button-secondary:hover{color:#fff;background-color:#6c757d}
.video-modal-overlay{z-index:10000;background-color:#424242cc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.video-modal-content{background-color:#fff;border-radius:12px;width:90%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 20px 40px #00000080}.video-modal-header{border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:20px;display:flex}.video-modal-header h3{color:#4f565e;margin:0;font-size:18px;font-weight:600}.video-modal-close{cursor:pointer;color:#6c757d;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:24px;transition:color .2s;display:flex}.video-modal-close:hover{color:#495057}.video-modal-body{padding:20px}.video-modal-body video{border-radius:8px;width:100%;height:400px}.video-modal-footer{text-align:right;border-top:1px solid #e9ecef;padding:20px}
.top-bar-button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#3c479d;border:none;border-radius:10px;min-width:fit-content;padding:12px 20px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 2px 4px #3c479d33}.top-bar-button:hover{background-color:#1c2670;transform:translateY(-1px);box-shadow:0 4px 8px #3c479d4d}.top-bar-button:active{transform:translateY(0)}.top-bar-button:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .3s,height .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.top-bar-button:active:before{width:100px;height:100px}.top-bar-button svg{vertical-align:middle;margin-top:-1px;margin-right:8px}.top-bar-button.loading{pointer-events:none;opacity:.7}.top-bar-button.loading:after{content:"";border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;margin-left:8px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}
.filter-section{margin-bottom:16px}.filter-section label{color:#666;margin-bottom:6px;font-size:16px;font-weight:500;display:block}.filter-select{appearance:none;color:#525252;background-color:#fff;border:1px solid #ccc;border-radius:8px;outline:none;width:100%;max-height:200px;padding:10px 12px;font-family:Inter,sans-serif;font-size:15px;transition:border-color .2s,box-shadow .2s}.filter-select:focus{border-color:#3c479d;box-shadow:0 0 0 3px #3c479d1a}.filter-select:hover{border-color:#999}.modal-footer .cancel-button{color:#444;cursor:pointer;background-color:#e0e0e0;border:none;border-radius:8px;margin-bottom:15px;margin-left:15px;padding:10px 18px;font-size:15px;font-weight:500;transition:background-color .3s}.modal-footer .go-button{color:#fff;cursor:pointer;background-color:#3c479d;border:none;border-radius:8px;margin-bottom:15px;margin-right:15px;padding:10px 18px;font-size:15px;font-weight:500;transition:background-color .3s}.modal-footer .go-button:hover:not(:disabled){background-color:#1c2670}.modal-footer .go-button:disabled{opacity:.6;cursor:not-allowed}.modal-footer .cancel-button:hover:not(:disabled){background-color:#d1d1d1}.modal-footer .cancel-button:disabled{opacity:.6;cursor:not-allowed}.modal-header{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.modal-title{align-items:center;gap:8px;display:flex}.modal-icon{stroke-width:2px;color:#fff;width:25px;height:25px}.modal-header .close-button{cursor:pointer;color:#fff;background:0 0;border:none;padding:0 10px;font-size:35px;line-height:1}.close-button:hover{color:#d30d0d}.rs__menu-portal{z-index:9999}.modal-overlay{z-index:9990}body.modal-open{overflow:hidden}
.favorite-star{cursor:pointer;color:#ccc;background:0 0;border:none;border-radius:50%;padding:5px;font-size:30px;transition:color .3s,transform .2s}.favorite-star:hover{color:gold;transform:scale(1.1)}.favorite-star.active{color:gold}.favorite-star:active{transform:scale(.95)}.favorites-button{position:relative}.favorites-count{color:#fff;background-color:#f44;border-radius:8px;justify-content:center;align-items:center;min-width:10px;height:18px;padding:0 1px;font-size:10px;font-weight:600;line-height:1;display:flex;position:absolute;top:5px;right:5px}.empty-favorites{text-align:center;color:#666;padding:40px 20px}.empty-favorites p{margin:10px 0;line-height:1.5}.favorites-list{max-height:400px;overflow-y:auto}.favorite-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:15px;transition:background-color .2s;display:flex}.favorite-item:hover{background:#e9ecef}.favorite-info{flex:1;min-width:0}.favorite-name{color:#333;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-weight:600;overflow:hidden}.favorite-uf{color:#666;font-size:.9em}.favorite-actions{gap:8px;margin-left:15px;display:flex}.go-to-favorite-button{color:#fff;cursor:pointer;background:#3c479d;border:none;border-radius:6px;padding:8px 16px;font-family:Inter,sans-serif;font-size:.9em;transition:background-color .2s}.go-to-favorite-button:hover{background:#1c2670}.remove-favorite-button{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:6px;padding:8px 12px;font-family:Inter,sans-serif;font-size:.9em;transition:background-color .2s}.remove-favorite-button:hover{background:#c82333}.favorite-icon{object-fit:contain;flex:none;width:50px;height:50px}.favorite-type-dot{border-radius:999px;flex:none;width:8px;height:8px}.type-conexoes{background-color:gold}.type-ufv{background-color:orange}.type-eol{background-color:#4169e1}.type-default{background-color:#999}.favorite-texts{flex-direction:column;display:flex}.favorites-list{padding-right:4px}
@media (max-width:768px){.top-bar{padding:10px 12px}.search-container{max-width:none}.top-bar-search{font-size:16px}.top-bar-main{gap:12px}.top-bar-logo{height:32px}.top-bar-button{padding:12px 18px;font-size:14px}.modal-button,.modal-footer .go-button,.modal-footer .cancel-button{width:100%;margin:8px 0}.filter-select,.top-bar-select{font-size:16px}.filter-section{margin-bottom:20px}.tutorial-modal,.video-modal-content{width:95%}.tutorial-header,.tutorial-body,.tutorial-footer{padding:16px}.tutorial-header h2{font-size:18px}.tutorial-footer{flex-direction:column;gap:12px}.tutorial-buttons-left,.tutorial-buttons-right{justify-content:center;width:100%}.video-modal-body video{height:250px}.color-legend-item{flex-wrap:wrap}.color-legend-etc{margin-left:0}.favorite-item{flex-direction:column;align-items:stretch;gap:10px}.favorite-actions{justify-content:space-between;margin-left:0}.go-to-favorite-button,.remove-favorite-button{flex:1}.modal-header-actions{gap:15px}.favorite-star{font-size:25px}}@media (max-width:480px){.top-bar-main{gap:8px}.top-bar-button{padding:12px 16px;font-size:13px}.modal-button,.modal-footer .go-button,.modal-footer .cancel-button{padding:12px 16px;font-size:16px}}
.speech-bubble{z-index:1000;animation:.3s ease-out speechBubbleAppear;position:absolute}.speech-bubble-content{background:#fff;border:2px solid #3b4cca;border-radius:12px;max-width:280px;padding:12px 16px;position:relative;box-shadow:0 4px 12px #00000026}.speech-bubble-text{color:#333;margin:0;padding-right:20px;font-size:14px;line-height:1.4}.speech-bubble-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.speech-bubble-close:hover{color:#333;background:#f0f0f0}.speech-bubble-bottom-left{top:calc(100% + 10px);left:0}.speech-bubble-bottom-left .speech-bubble-content:before{content:"";border-bottom:10px solid #3b4cca;border-left:10px solid #0000;border-right:10px solid #0000;position:absolute;top:-10px;left:20px}.speech-bubble-bottom-left .speech-bubble-content:after{content:"";border-bottom:9px solid #fff;border-left:9px solid #0000;border-right:9px solid #0000;position:absolute;top:-8px;left:21px}.speech-bubble-bottom-right{top:calc(100% + 10px);right:0}.speech-bubble-bottom-right .speech-bubble-content:before{content:"";border-bottom:10px solid #3b4cca;border-left:10px solid #0000;border-right:10px solid #0000;position:absolute;top:-10px;right:20px}.speech-bubble-bottom-right .speech-bubble-content:after{content:"";border-bottom:9px solid #fff;border-left:9px solid #0000;border-right:9px solid #0000;position:absolute;top:-8px;right:21px}.speech-bubble-top-left{bottom:calc(100% + 10px);left:0}.speech-bubble-top-left .speech-bubble-content:before{content:"";border-top:10px solid #3b4cca;border-left:10px solid #0000;border-right:10px solid #0000;position:absolute;bottom:-10px;left:20px}.speech-bubble-top-left .speech-bubble-content:after{content:"";border-top:9px solid #fff;border-left:9px solid #0000;border-right:9px solid #0000;position:absolute;bottom:-8px;left:21px}.speech-bubble-top-right{bottom:calc(100% + 10px);right:0}.speech-bubble-top-right .speech-bubble-content:before{content:"";border-top:10px solid #3b4cca;border-left:10px solid #0000;border-right:10px solid #0000;position:absolute;bottom:-10px;right:20px}.speech-bubble-top-right .speech-bubble-content:after{content:"";border-top:9px solid #fff;border-left:9px solid #0000;border-right:9px solid #0000;position:absolute;bottom:-8px;right:21px}@keyframes speechBubbleAppear{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.speech-bubble-content{max-width:200px;padding:10px 12px}.speech-bubble-text{padding-right:18px;font-size:12px}.speech-bubble-close{top:6px;right:6px}}
.search-autocomplete-container{width:100%;max-width:400px;margin:0;padding:0;display:inline-block;position:relative}.search-autocomplete-container.full{width:100%}.search-input-wrapper{width:100%;position:relative}.search-autocomplete-input{box-sizing:border-box;border:none;outline:none;width:100%;margin:0;padding:8px 32px 8px 12px}.search-autocomplete-input::placeholder{color:#9ca3af}.search-autocomplete-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.search-input-affix{color:#9ca3af;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.spinner{border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.suggestions-list{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:300px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.suggestion-item{cursor:pointer;border-bottom:1px solid #f3f4f6;padding:12px 16px;transition:background-color .1s}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background-color:#f9fafb!important}.suggestion-item.selected{background-color:#f3f4f6!important}.suggestion-item .title{color:#1f2937;font-weight:500}.suggestion-item .meta{color:#6b7280;margin-top:2px;font-size:12px}.no-suggestions{z-index:1000;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:4px;padding:12px 16px;font-size:14px;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 6px -1px #0000001a}
